@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1{ margin:0px; padding:0px; font-weight:normal;}
h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	background-color:#fff;
	letter-spacing: 0.05em;
}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#333;}


/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/

/* -------------------------------
	header
-------------------------------- */
#header {
  border-bottom: solid 1px #ccc;
  background-color: #fff;
}
#header .container {
  padding-top: 17px;
  padding-bottom: 17px;
}
#header h1 {
  text-align: center;
  margin: 0 0 15px;
  padding: 0 30px;
}
#header .logo_moji {padding-top: 15px;}

#header .head_navarea {
  text-align: center;
}
#header .head_navarea .head_nav {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
	margin-top: 3px;
}
#header .head_navarea .head_nav li {
  display: inline;
  letter-spacing: 0.025em;
	margin: 0 8px;
	font-size: 120%;
}
#header .head_navarea .head_nav li:last-child {
	margin-right: 0;
	margin-left:3px !important;
}
#header .head_navarea .head_nav li a {
  color: #e08ab9;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  #header {
    border-bottom: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 999;
  }
  #header h1 {
    margin-bottom: 0;
	  padding: 0;
  }
  #header .head_navarea {
    text-align: right;
  }

  /**/
  .fixed-top {
    margin-top: 138px;
  }
.fixed-top #header {
    position: fixed;
    /*top: -138px;*/
		top: 0;
    left: 0;
    width: 100%;
    /*-webkit-transform: translate3d(0, 138px, 0);
    transform: translate3d(0, 138px, 0);*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fixed-top #header .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
	.fixed-top h1 img {width: 70%; margin: 0 auto; padding: 5px 0;}
}
@media (min-width: 992px) {
	#header .logo_moji {padding-top: 18px;}
	#header .head_navarea .head_nav {margin-top: 12px;}
	#header .head_navarea .head_nav li {font-size: 140%;}
	.fixed-top h1 img {width: 60%; margin: 0 auto; padding: 10px 0;}
}
@media (min-width: 1200px) {
	.fixed-top h1 img {width: 50%; margin: 0 auto; padding: 10px 0;}
}

/* -------------------------------
	サイドオープン時にメインコンテンツを覆う部分
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* -------------------------------
	ｇNavi
-------------------------------- */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  color: #fff;
  background: #751665;
  opacity: 0;
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 990;
}
.side-menu .logo {
  text-align: center;
  padding: 15px 30px;
  margin: 0 auto 15px;
  background-color: #3e135a;
}
.side-menu .logo > img {
  width: 138px;
}
.side-menu a {
  color: #fff;
  font-weight: normal;
}
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-menu .nav_list {
  padding: 0 15px;
}
.side-menu .nav_list li {
  border-bottom: dotted 1px #993c89;
}
.side-menu .nav_list li a {
  font-family: 'Roboto', sans-serif;
  padding: 5px;
  display: block;
}
.side-menu .nav_list li.active a, .side-menu .nav_list li a:hover, .side-menu .nav_list li a:focus {
  text-decoration: none;
  background-color: #3e135a;
}
.side-menu .nav_list ul li {
  border-bottom: none;
}
.side-menu .nav_list ul li a {
  font-size: 13px;
  padding-left: 2em;
  position: relative;
}
.side-menu .nav_list ul li a:before {
  content: "\f0da";
  color: #fff;
  font-family: 'FontAwesome';
  position: absolute;
  left: 1em;
}
.side-menu .head_nav {
  list-style: none;
  letter-spacing: -.4em;
  text-align: center;
  padding: 0;
  margin: 30px 0;
}
.side-menu .head_nav li {
  display: inline;
  letter-spacing: 0.025em;
	margin: 0 8px;
}
.side-menu .head_nav li a {
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
}
.side-menu .head_nav li a small {
  font-size: 10px;
}
.side-menu .head_nav li:last-child {
	margin-right: 8px;
	margin-left:3px !important;
}


/* サイドメニューオープン */
.side-open .side-menu {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 全体を覆う部分を表示する */
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}

/* 開閉用ボタンの位置 */
.side-menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
}

/* -------------------------------
 PC版
-------------------------------- */
@media (min-width: 768px) {
  .side-menu {
    overflow-y: inherit;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    position: relative;
    z-index: 999;
	  background: none;
  }
  .side-menu, .side-open .side-menu {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .side-menu-btn {
    display: none;
  }

  .overlay {
    display: none;
  }

  #gNavi {
    background: linear-gradient(-135deg, #3e135a, #c31975);
  }
  #gNavi .side-menu {
    width: 100%;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  #gNavi .side-menu .nav_list {
    text-align: center;
    letter-spacing: -.4em;
    padding: 0;
  }
  #gNavi .side-menu .nav_list > li {
    letter-spacing: 0.025em;
    display: inline-block;
    border: none;
    position: relative;
  }
  #gNavi .side-menu .nav_list > li > a {
    font-size: 13px;
    padding: 9px 15px 10px 15px;
    display: inline-block;
	  font-family: 'Roboto', sans-serif;
  }
  #gNavi .side-menu .nav_list ul {
    opacity: 0;
    display: none;
    margin: 0;
    position: absolute;
    min-width: 100%;
    z-index: 9999;
  }
  #gNavi .side-menu .nav_list ul li {
    border-top: solid 1px #fff;
  }
  #gNavi .side-menu .nav_list ul li a {
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    padding: 10px 20px 10px 25px;
    display: block;
    background-color: #3e135a;
  }
  #gNavi .side-menu .nav_list ul li a:before {
    padding-left: 0px;
  }
  #gNavi .side-menu .nav_list ul li.active a, #gNavi .side-menu .nav_list ul li a:hover, #gNavi .side-menu .nav_list ul li a:focus {
    text-decoration: none;
    background-color: #3e135a;
  }
  #gNavi .side-menu .nav_list .submenu ul {
    opacity: 0;
    display: block;
    top: 80%;
    visibility: hidden;
    transition: .3s;
  }
  #gNavi .side-menu .nav_list .submenu:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #gNavi .side-menu .nav_list > li > a {
    font-size: 14px;
    padding: 9px 30px 10px 30px;
  }
}


/* -------------------------------
 ボタンデザイン
-------------------------------- */
#panel-btn {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  margin: 0;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background: #3E135A;
  overflow: hidden;
}
#panel-btn:hover {
  background: #3E135A;
}
#panel-btn .panel-txt {
  color: #fff;
  font-size: 14px;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -2px;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 25px;
  height: 2px;
  margin: -5px 0 0 -9px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -6px;
}
#panel-btn-icon:after {
  margin-top: 4px;
}

#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* midashi
---------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs95 {font-size:95%;}
.fs110 {font-size:110%; line-height:1.4em;}
.fs120 {font-size:120%;}
.fs130 {font-size:130%;}
.fs140 {font-size:140%; line-height:1.4em;}

.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

.text_large{
	font-size: 115%;
	line-height: 2.0em;
}


.midashi_img{
	width: 70%;
	margin: 0 auto;
}

#midashi_h2{background: url(../images/midashi_h2.jpg) no-repeat scroll 50% 50% / cover;}
#midashi_h2 h2{
	text-align: center;
	color: #fff;
	font-family: 'Monoton', cursive;
	font-size: 160%;
	line-height: 1.4em;
	padding-top: 30px;
	padding-bottom: 30px;
}

.en1{font-family: 'Roboto', sans-serif;}
.en2{font-family: 'Oswald', sans-serif;}
.en3{font-family: 'Monoton', cursive;}
.ja{font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


.midashi1{
	border-collapse: collapse;
	border-bottom: 3px solid #dccbe5;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.midashi2{
	color: #9d2e6b;
	text-align: center;
}
.midashi2 .en{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.0em;
	padding-bottom: 15px;
}

.midashi3{
	display: block;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.4em;
	font-family: 'Oswald', sans-serif;
}

.midashi4{
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4em;
}
.midashi5{
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4em;
	border-collapse: collapse;
	border-left: 5px solid #9d2e6b;
	/*padding: 5px 0 5px 10px;*/
	padding-left: 10px;
}
.midashi5 .en{font-family: 'Oswald', sans-serif;}
.midashi5.fs70 {font-size: 110%;}

.midashi6{
	background-color: #e8d2e6;
	padding: 15px 10px;
	font-weight: bold;
	line-height: 1.4em;
}

.midashi_box{
	border-collapse: collapse;
	border: 2px solid #9d2e6b;
	padding: 20px 25px;
	display: inline-block;
}

.midashi_box2{
	border-collapse: collapse;
	border: 2px solid #ccc;
	padding: 20px 25px;
}

.midashi_bg{
	background: linear-gradient(-135deg, #3e135a, #c31975);
	color: #fff;
	padding:30px 15px;
}

.shikiri_b{
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#midashi_h2 h2{
		font-size: 200%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.midashi_img{width: 30%;}
	.midashi3{font-size: 180%;}
	.midashi4{font-size: 160%;}
	.midashi5{font-size: 160%;}
	.midashi5.fs70 {font-size: 120%;}
}
@media (min-width: 992px) {
	#midashi_h2 h2{
		font-size: 230%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.midashi3{font-size: 200%;}
	.midashi4{font-size: 170%;}
	.midashi5{font-size: 170%;}
	.midashi5.fs70 {font-size: 130%;}
}
@media (min-width: 1200px) {
	#midashi_h2 h2{	font-size: 250%;}
	.midashi3{font-size: 230%;}
}


/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px; border-radius:3px; }
@media (min-width: 768px) {.btn{ padding:10px 20px;}}

.btn1{font-size:110%; line-height:1.4em; font-family: 'Oswald', sans-serif;}
.btn1:link,
.btn1:visited{ color:#333; text-decoration: underline;}
.btn1 .svg-inline--fa {margin-right: 5px;}
.btn.btn1 {padding: 0;}

.btn2{
	background: linear-gradient(-135deg, #3e135a, #c31975);
	font-size:110%;
	line-height:1.4em;
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
.btn2:link,
.btn2:visited{ color:#fff;}
.btn2 .svg-inline--fa {padding-right: 5px;}
.btn2.btn { padding: 8px 35px; border-radius: 0;}

.btn3{
	background: linear-gradient(-135deg, #3e135a, #c31975);
	font-size:100%;
	line-height:1.4em;
	color: #fff;
}
.btn3:link,
.btn3:visited{ color:#fff;}
.btn3 .svg-inline--fa {margin-right: 5px;}
.btn3.btn { padding: 10px 35px; border-radius: 0;}

a.text_link{
	color: #9d2e6b;
	text-decoration: underline;
}
a.text_link i {padding-right: 3px;}


.btn_yoko li{
	list-style: none;
}
.btn_yoko a:link{
	background-color: #9d2e6b;
	color: #fff;
	padding: 10px;
	display: block;
}
.btn_yoko .svg-inline--fa {margin-right: 5px;}
.btn_yoko .msterio a:link{	background-color: #ff2700;}
.btn_yoko .facebook a:link{	background-color: #44609c;}
@media (min-width: 768px) {
	.btn_yoko{
		display: table;
	}
	.btn_yoko li{
		display: table-cell;
	}
}



/* リスト
---------------------------------------------------- */
.list_ol{
	list-style:decimal;
	margin-left:25px;
}
.list_ul{
	list-style:disc;
	margin-left:20px;
}

.list_table1{
	display: table;
}
.list_table1 li{
	display: table-cell;
}
.list_table1 li.title{
	white-space: nowrap;
	padding-right: 5px;
}


.list_check li{
	list-style: none;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.list_check li:before {
  font-family: "Font Awesome 5 Solid";
  content: "\f058";
	display: none;
	
}
.list_check .svg-inline--fa {   margin-right: 0.5em; color: #e08ab9;}

/* color
---------------------------------------------------- */
.red{color:#c33}
.purple{color:#9d2e6b}
.yellow{color:#f1dc0a}
.white{color:#fff}

/* hanyo
---------------------------------------------------- */
.large{font-size:130%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media (min-width: 768px) {
.tar_sptac {text-align:right;}
}

.tar_sptal {text-align:left;}
@media (min-width: 768px) {
.tar_sptal {text-align:right;}
}

.tal_sptac {text-align:center;}
@media (min-width: 768px) {
.tal_sptac {text-align:left;}
}

.tac_sptal {text-align:left;}
@media (min-width: 768px) {
.tac_sptal {text-align:center;}
}

.tac_smtal {text-align:center;}
@media (min-width: 768px) {
.tac_smtal {text-align:left;}
}

.img_c img{
	margin: 0 auto;
}

/* dl
---------------------------------------------------- */
.dl_list dt{
	background: url(../images/midashi_sen.gif) no-repeat left center;
	padding-left: 35px;
	font-size: 115%;
	margin-bottom: 10px;
	color: #e08ab9;
}
.dl_list dt.large{
	background: url(../images/midashi_sen.gif) no-repeat left center;
	font-size: 115%;
	color: #9d2e6b;
}
.dl_list dt.mb20 {margin-bottom: 20px;}
.dl_list dd{
	padding-left: 35px;
	line-height: 1.6em;
}
@media (min-width: 768px) {
	.dl_list dt.large{font-size: 120%;}
}
@media (min-width: 992px) {
	.dl_list dt.large{font-size: 130%;}
}
@media (min-width: 1200px) {
	.dl_list dt.large{font-size: 135%;}
}

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul, table ol{margin-left:20px;}
table ul.list_table1{margin-left: 0;}

.nw {width:1%; white-space:nowrap;}


.table1{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #d0d0d0;
}
.table1 th{
	width:100%;
	padding:10px;
	display: block;
	background-color: #e4e4e4;
}
.table1 td{
	width:100%;
	padding:10px;
	display: block;
	border-bottom: 1px solid #d0d0d0;
}
.table1 th.month{background-color: #efefef;}

@media (min-width: 768px) {
	.table1 th{
		width:27%;
		padding:15px 20px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #d0d0d0;
	}
	.table1 th.month{width: 1%; white-space: nowrap; border-left: 1px solid #d0d0d0;}
	.table1 td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
}


/*
.table2{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #d0d0d0;
}
.table2 th{
	width:100%;
	padding:10px;
	display: block;
	background-color: #e4e4e4;
}
.table2 td{
	width:100%;
	padding:10px;
	display: block;
}
.table2 td.num{
	padding:0 10px 10px 10px;
	font-family: 'Roboto', sans-serif;
	width: 1%;
	white-space: nowrap;
}
.table2 tr{border-bottom: 1px solid #d0d0d0;}
@media (min-width: 768px) {
	.table2 th{
		width:27%;
		padding:15px 20px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #d0d0d0;
	}
	.table2 td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
		border-bottom: 1px solid #d0d0d0;
	}
	.table2 tr{border-bottom: none;}
}

@media (min-width: 992px) {
	.table2 th {width: 22%;}
}
*/


/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.pl40{ padding-left:40px}

.mb10_sp {margin-bottom:10px;}
@media (min-width: 768px) {
.mb10_sp {margin-bottom:0;}
}

@media (min-width: 768px) {
.mb05_sp0 {margin-bottom:5px;}
}
@media (min-width: 768px) {
.mb10_sp0 {margin-bottom:10px;}
}

.mb20_sp {margin-bottom:20px;}
@media (min-width: 768px) {
.mb20_sp {margin-bottom:0;}
}

@media (min-width: 768px) {
.mb20_sp0 {margin-bottom:20px;}
}


.mb30_sp {margin-bottom:30px;}
@media (min-width: 768px) {
.mb30_sp {margin-bottom:0;}
}

.mb50_sp {margin-bottom:50px;}
@media (min-width: 768px) {
.mb50_sp {margin-bottom:0;}
}

.mb20_md30 {margin-bottom:20px;}
@media (min-width: 992px) {
.mb20_md30 {margin-bottom:30px;}
}

.mb30_sm50 {margin-bottom:30px;}
@media (min-width: 768px) {
.mb30_sm50 {margin-bottom:50px;}
}

.mb30_sm60 {margin-bottom:30px;}
@media (min-width: 768px) {
.mb30_sm60 {margin-bottom:60px;}
}

.mb30_sp10 {margin-bottom:10px;}
@media (min-width: 768px) {
.mb30_sp10 {margin-bottom:30px;}
}

.pl50_sm0 {padding-left: 50px;}
@media (min-width: 768px) {
.pl50_sm0 {padding-left: 0;}
}

@media (min-width: 1200px) {
.mt40_other0 {margin-top: 40px;}
}
.mt20_sp {margin-top:20px;}
@media (min-width: 768px) {
.mt20_sp {margin-top:0;}
}

.mb_content {margin-bottom: 30px;}
@media (min-width: 768px) {.mb_content {margin-bottom: 35px;}}

.f-right {float: right;}


/* content(ヘッダー固定用)
---------------------------------------------------- */
.content_pd{padding-top: 30px; padding-bottom: 30px;}
@media (min-width: 768px) {	.content_pd{padding-top: 35px; padding-bottom: 35px;}}

.anker{padding-top: 30px; padding-bottom: 30px;}
@media (min-width: 768px) {	.anker{padding-top: 135px; margin-top: -100px;}}


.content_pd.pt0{padding-top: 0;}

.content_pd_side{padding: 30px;}
@media (min-width: 768px) {	.content_pd_side{padding: 35px;}}


/* その他共通使用
---------------------------------------------------- */
.icon01{background-color: #7e3878;}
.icon02{background-color: #a14747;}
.icon03{background-color: #2d8ad1;}
.icon04{background-color: #4e8788;}
.icon05{background-color: #d2556a;}
.icon06{background-color: #db9e42;}
.icon07{background-color: #069696;}
.icon08{background-color: #297bab;}
.icon09{background-color: #9fb852;}

/*youtube*/
.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*アコーディオンメニュー*/
dl.accordion dt {
	cursor:pointer;
	color:#fff;
	padding:10px 15px;
	
}
dl.accordion dt{ display:block; text-decoration:none; background-color: #333; }
dl.accordion dt:after{content: " \f078";font-family: FontAwesome; float:right;}
  
dl.accordion dd {
	cursor:pointer;
	color:#333;
	padding:15px;
	background-color:#e8e8e8;
}


/* 中ページなび */
.nakanavi_waku{
	border-collapse: collapse;
	border: 2px solid #ccc;
	padding: 10px 10px 0 10px;
	background-color: #fff;
}
.academy_nav .navbar-nav {margin: 0;}
.academy_nav{margin-top:-35px; position: relative; z-index: 100;}
.academy_nav .navbar {background: none;}
.academy_nav .svg-inline--fa {margin-right: 5px; color: #9d2e6b;}
@media (min-width: 768px) {
	.nakanavi_waku{
		padding: 0;
	}
	.nakanavi_waku p {padding: 15px 15px;}
	.academy_nav{margin-top:0;}
	.academy_nav .navbar-default .navbar-nav {width: 100%;}
	.academy_nav .navbar-default .navbar-nav > li {
		font-size: 13px;
		text-align: center;
		width: 16.66%;
	}
	.academy_nav .navbar-default .navbar-nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
		background-color: #efefef;
	}
	.academy_nav .navbar-default .navbar-nav > li > a:hover{
		background-color: #d9d9d9;
	}
}

/*日にちとアイコン*/
.dateicon_list{
	width: 100%;
	display: table;
}
.dateicon_list li{
	display: table-cell;
	vertical-align: middle;
}
.dateicon_list li.icon{
	width: 95px;
	color: #fff;
	text-align: center;
	padding: 3px 5px;
	font-size: 85%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif;
}

/*回り込み*/
.mawarikomi_l .image{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 15px;
}
@media (min-width: 768px) {	
	.mawarikomi_l .image{
		width: 150px;
		float: left;
		margin-right: 25px;
		padding-bottom: 0;
	}
	.mawarikomi_l .text{
		overflow: hidden;
		zoom:1;
	}
	.mawarikomi_l .image.big{ width: 250px;}
}
@media (min-width: 992px) {	
	.mawarikomi_l .image{width: 200px;}
	.mawarikomi_l .image.big{ width: 300px;}
}
@media (min-width: 1200px) {	
	.mawarikomi_l .image{width: 250px;}
	.mawarikomi_l .image.big{ width: 350px;}
}

/* 縦横比固定 */
.kotei-photo {
	position: relative !important;
	width: 100% !important;
	/*padding-bottom: 70% !important; 幅と同じ分、高さをこじ開ける*/
	padding-bottom: 100% !important; /*幅と同じ分、高さをこじ開ける*/
	height: 0 !important;
	margin: 1% 1% 0 !important; /*上と左右を1%、下を0*/
	background:#eee !important;
	margin-bottom:7px !important;
}
.kotei-photo2 {
	position: relative !important;
	width: 100% !important;
	padding-bottom: 70% !important; /*幅と同じ分、高さをこじ開ける*/
	height: 0 !important;
	margin: 1% 1% 0 !important; /*上と左右を1%、下を0*/
	background:#eee !important;
	margin-bottom:7px !important;
}

.kotei-photo img,
.kotei-photo2 img{
	/* 親要素に対して完全センタリングする設定 */
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	margin: auto !important;
	display: block !important;
}

/*ページング*/
div.paging { text-align: center; font-size: 90%; font-family: 'Oswald', sans-serif;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#333;
	border:1px solid #ccc;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #333;
	background-color: #fff;
}
div.paging span.current{
	background: #e08ab9;
	border:1px solid #e08ab9;
	color:#fff;
	display:inline;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
div.paging span.paging-text a:hover{
	background: #e08ab9;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}
@media (min-width: 768px) {
	div.paging { font-size: 100%;}
	div.paging span.current,
	div.paging span.paging-text{
		margin:0px 2px;
	}
	div.paging span.paging-text a{
		padding:10px 15px;
	}
	div.paging span.current{
		padding:10px 15px;
	}
}

/*表示切替*/
#kirikae{display: table; width: 60%;}
#kirikae li{
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}
#kirikae .title{
	font-weight: bold;
	width: 1%;
	white-space: nowrap;
}
#kirikae li a:link img,
#kirikae li a:visited img{
	border-collapse: collapse;
	border: 2px solid #ccc;
}
#kirikae li a:hover{opacity: 1;}
#kirikae li a:hover img,
#kirikae li.navi-on a  img{
	border: 2px solid #9d2e6b;
	
}
@media (min-width: 768px) {	
	#kirikae{width: 100%;}
}
@media (min-width: 992px) {	
	#kirikae li a:link img,
	#kirikae li a:visited img{
		width: 60px;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {	
	#kirikae{width: 80%; float: right;}
}

/* カレンダープログラム
---------------------------------------------------- */
.month_table{
	width:100%;
	margin-bottom:10px;
}
.month_table th{	
	padding:0 8px;
	text-align:center;
	vertical-align:middle;
	font-size:110%;
	width:1%;
	white-space:nowrap;
}
.month_table td{
	/*width:36px;	*/
	padding:0 8px;
	vertical-align:middle;
}
.month_table .svg-inline--fa {color: #9d2e6b;}
/*----------------------*/
.mv-daynames-table{	width:100%;}
.mv-daynames-table th{
	padding:5px;
	vertical-align:middle;
	text-align:center
}
/*----------*/
.cale_table{
	width:100%;
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	margin-bottom:30px;
}
.cale_table th{
	/*background:#f5e9cf;*/
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding:3px;
	white-space:nowrap;	
	vertical-align:middle;
	text-align: center;
	background-color: #fff;
}
.cale_table th.caletable_bg01{background:#e8d2e6;}

.cale_table td{
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding: 8px;
	overflow:hidden;
}

/* mainimage
---------------------------------------------------- */
.swiper-container{text-align: center;}
.swiper-container .swiper-slide img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
#thumbs .swiper-slide {
	/*width: 20%;*/
	width: 12.5%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}
#thumbs .swiper-slide-active {
	opacity: 1;
}

/* 背景
---------------------------------------------------- */
.bg_gara{background: url(../images/bg_gara.jpg) no-repeat scroll 50% 50% / cover;}

/* 01 index
---------------------------------------------------- */
.top_news_box{
	background-color: #fff;
	padding:25px 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.top_news_box .image,
.top_news_box .image2{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.top_news_box .dateicon{
	display: table;
	font-family: 'Oswald', sans-serif;
	width: 100%;
	margin-bottom: 10px;
}
.top_news_box .dateicon li{display: table-cell;}
.top_news_box .dateicon li.date{color: #9d9d9d;}
.top_news_box .dateicon li.date2{color: #333;}
.top_news_box .dateicon li.date2 .ja {padding-right: 10px;}

.top_news_box .dateicon li.icon{
	width: 95px;
	color: #fff;
	text-align: center;
	padding: 3px 5px;
	font-size: 85%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

.top_news_box .title{
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4em;
	color: #9d2e6b;
	margin-bottom: 10px;
}
.top_news_box .title a:link,
.top_news_box .title a:visited{
	text-decoration: underline;
	color: #9d2e6b;
}
@media (min-width: 768px) {	
	.top_news_box .image{
		width: 100px;
		float: left;
		margin-right: 25px;
		padding-bottom: 0;
	}
	.top_news_box .image2{
		width: 120px;
		float: left;
		margin-right: 25px;
		padding-bottom: 0;
	}
	.top_news_box .text{
		overflow: hidden;
		zoom:1;
	}
}
@media (min-width: 992px) {	
	.top_news_box .image{width: 140px;}
	.top_news_box .image2{width: 170px;}
}
@media (min-width: 1200px) {	
	.top_news_box .image{width: 140px;}
	.top_news_box .image2{width: 210px;}
	.top_news_box .title{font-size: 110%;}
}


/*新着情報*/
.news_table{
	width:100%;
	border-collapse: collapse;
}
.news_table th{
	width:100%;
	padding:15px 0 0 0;
	display: block;
	font-size: 90%;
	font-family: 'Oswald', sans-serif;
}
.news_table td{
	width:100%;
	padding:0px 0 15px 0;
	display: block;
	border-bottom: 1px solid #d8d8d8;
}

.news_table th ul{
	display: table;
	width: 100%;
	margin-left: 0;
}
.news_table th li{
	display: table-cell;
	vertical-align: middle;
}
.news_table th .new_mark{
	float: right;
}

.new{
	margin-left: 5px;
	margin-right: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 70%;
	line-height: 1.2em;
	color: #fff;
	background-color: #c21974;
	padding: 3px 10px;
	letter-spacing: 0.1em;
	text-align: right;
}
.news_table td .btn1 {margin-left: 5px;}

.news_table td a:link,
.news_table td a:visited{
	color: #333;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.news_table th{
		width:25%;
		padding:5px 0;
		vertical-align:top;
		text-align:left;
		display:table-cell;
		font-weight: normal;
		font-size:100%;
	}
	.news_table td{
		width:100%;
		padding:5px 0;
		display:table-cell;
		border-bottom: none;
	}
	.news_table th ul .new_mark {padding-right: 30px;}
}
@media (min-width: 992px) {
	.news_table th{width:20%;}
}


.top_icon .midashi2 {margin-bottom: 15px;}
.top_icon img{
	width: 60%;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.top_icon img{width: 40%;}
	.news_table th ul .new_mark {padding-right: 20px;}
}
@media (min-width: 1200px) {
	.top_icon img{width: 35%;}
}

.top_video-wrapper{
	max-width: 560px;
	margin: 0 auto;
}

.top_event-list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 8px;
	row-gap: 8px;
	list-style: none;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.top_event-list{
		grid-template-columns: repeat(3,1fr);
		column-gap: 15px;
		row-gap: 15px;
	}
}
@media (min-width: 992px) {
	.top_event-list{
		grid-template-columns: repeat(5,1fr);
		margin-bottom: 35px;
	}
}

#bg_kabu{
	background: url(../images/bg_kabu_sp.jpg) no-repeat scroll 50% 50% / cover;
}
#bg_kabu li{
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}
#bg_kabu li a:link,
#bg_kabu li a:visited{
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 8px 10px;
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 110%;
}
#bg_kabu li a span {font-weight: bold;}
#bg_kabu li .svg-inline--fa {margin-right: 10px;}

#bg_kabu .logo{
	text-align: center;
	padding-top: 10px;
}
#bg_kabu .logo img{
	width: 35%;
	margin: 0 auto;
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
}
/*
#bg_kabu li img{
	width: 35%;
	height: auto;
	display: inline;
	vertical-align: middle; padding-right: 5px;
}
*/
@media (max-width: 767px) {
	#bg_kabu .content_pd{padding-bottom: 0;}
	#bg_kabu_sp2{
		background: url(../images/bg_kabu_sp2.jpg) no-repeat scroll 50% 50% / cover;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	#bg_kabu{background: url(../images/bg_kabu.jpg) no-repeat scroll 55% 50% / cover;}
	#bg_kabu li a:link,
	#bg_kabu li a:visited{
		padding: 15px 10px;
		font-size: 120%;
	}
}
@media (min-width: 992px) {
	#bg_kabu{background: url(../images/bg_kabu.jpg) no-repeat scroll 50% 50% / cover;}
}

/* SNS */
.sns{width:250px;}
.fb-share-button{ float: left;}
.twitter-share-button-rendered{ box-sizing: border-box; height: 28px; margin: 5px 0px 0px 8px; float: left;}
.line-it-button{ float:left; margin: 5px 0px 0px 8px;}


/* 02 family
---------------------------------------------------- */
.news_scroll {
  max-height:350px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
}
@media (min-width: 768px) {
	.news_scroll {max-height:500px;}
}
@media (min-width: 992px) {
	.news_scroll {max-height:590px;}
}

/* 06 schedule
---------------------------------------------------- */
.schedule_box{
	padding:15px 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
.schedule_box .image{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.schedule_box .dateicon{
	display: table;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 5px;
}
.schedule_box .dateicon li{list-style: none;}
.schedule_box .dateicon li.date{color: #9d9d9d;}

.schedule_box .dateicon li.icon{
	width: 95px;
	color: #fff;
	text-align: center;
	padding: 3px 5px;
	font-size: 85%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

.schedule_box .title{
	font-weight: bold;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.schedule_box .title a:link,
.schedule_box .title a:visited{
	text-decoration: underline;
	color: #9d2e6b;
}
@media (min-width: 768px) {	
	.schedule_box .image{
		width: 100px;
		float: left;
		margin-right: 25px;
		padding-bottom: 0;
	}
	.schedule_box .text{
		overflow: hidden;
		zoom:1;
	}
	.schedule_box .title{font-size: 120%;}
}
@media (min-width: 992px) {	
	.schedule_box .image{width: 140px;}
	.schedule_box .title{font-size: 130%;}
}
@media (min-width: 1200px) {	
	.schedule_box .image{width: 140px;}
}

/* 08 profile
---------------------------------------------------- */
.profile_list li{
	list-style: none;
	margin-bottom: 1px;
}
.profile_list a:link,
.profile_list a:visited{
	padding: 10px;
	color: #fff;
	display: block;
	background-color: #9d2e6b;
}
.profile_list .svg-inline--fa {   margin-right: 5px; }
@media (min-width: 768px) {
	.profile_list{
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 5px 0;
		table-layout: fixed;
	}
	.profile_list li{
		display: table-cell;
		margin-bottom: 0;
	}
}

/* 09 biography
---------------------------------------------------- */
@media (min-width: 768px) {
	#biography_head {
		margin-top:-50px;
		padding-top:50px;
	}
}
@media (min-width: 992px) {
	#biography_head {
		margin-top:-90px;
		padding-top:90px;
	}
}
@media (min-width: 1200px) {
	#biography_head {
		margin-top:-100px;
		padding-top:100px;
	}
}

.biography_navi li{
	list-style: none;
	width: 49%;
	float: left;
	margin: 1px;
}
.biography_navi a:link,
.biography_navi a:visited{
	background-color: #333;
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	padding:5px 10px 7px 10px;
	text-align: center;
}
.biography_navi a:hover,
.biography_navi .navi-on a{
	background-color: #9d2e6b;
	opacity: 1;
}
@media (min-width: 768px) {
	.biography_navi li{	width: 16.2%;}
}

/* 12 gallery
---------------------------------------------------- */
.gallery_box{
	background-color: #fff;
	padding:25px 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.gallery_box .title{
	font-weight: bold;
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 10px;
}
.gallery_box .title a:link,
.gallery_box .title a:visited{
	text-decoration: underline;
	color: #9d2e6b;
}
@media (min-width: 992px) {
	.gallery_box .title{font-size: 100%;}
}

/* 13 performance
---------------------------------------------------- */
.performance_box{
	background-color: #fff;
	padding:25px 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.performance_box .date{
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	color: #9d9d9d;
}
.performance_box .title{
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4em;
	color: #9d2e6b;
}
.performance_box .title a:link,
.performance_box .title a:visited{
	text-decoration: underline;
	color: #9d2e6b;
}

/* 18 contact
---------------------------------------------------- */
.contact_tel{
	padding:10px;
	background-color: #6e7b8f;
	border-radius:5px; 
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 160%;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #fff;
}
.contact_tel .svg-inline--fa {padding-right: 5px; font-size: 130%;}
.contact_tel a:link,
.contact_tel a:visited{
	color: #fff;
}
@media (min-width: 768px) {
	.contact_tel{
		padding:0;
		background: none;
		border-radius:0; 
		margin-top: 0;
		font-size: 230%;
		color: #2e3749;
	}
	.contact_tel .svg-inline--fa {color: #f3a019;}
}
@media (min-width: 992px) {.contact_tel{font-size: 250%;}}
@media (min-width: 1200px) {.contact_tel{font-size: 270%;}}


.contact_box {
	background-color: #fff;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #d0d0d0;
}
.table_form th{
	width:100%;
	padding:15px 15px 5px 15px;
	display: block;
	font-size:110%;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #d0d0d0;
	padding:0px 15px 15px 15px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:80%;
	color:#fff;
	padding:0px 10px;
	float:right;
	background-color:#9d2e6b;
	border-radius:3px; 
}
.table_form td.last {border-bottom:none;}

.table_form td.class { border-bottom:0;}

@media (min-width: 768px) {
.table_form th{
	width:35%;
	border-bottom:1px solid #d0d0d0;
	padding:15px 20px;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
}
.table_form td{
	width:100%;
	padding:15px 25px;
	display:table-cell;
}
.table_form th.last{border-bottom:none;}

.table_form td.class {width:30%;border-bottom:1px solid #e5d8c6;}
.table_form td.class2 {width:40%;}
}
@media (min-width: 992px) {
.table_form th{width:30%;}
}

/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #2e3749;}
input[type="email"]{color: #2e3749;}
input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px;}
.form-control {color: #2e3749;}
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 

select {padding:10px 5px; height: 45px;}

.form-control.w300 {width:200px;}
.form-control.w300_spsm200 {width:150px;}
@media (min-width: 768px) {
	.form-control.w300 {width:250px;}
}
@media (min-width: 992px) {
	.form-control.w300_spsm200 {width:250px;}
}


.privacy_box{
	background-color: #fff;
	padding:30px 20px;
	border-collapse: collapse;
	border: 3px solid #c3d1e3;
}
@media (min-width: 992px) {
	.privacy_box{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
}
@media (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.btn-primary{
	border-radius:0;
	font-size: 100%;
}
@media (min-width: 768px) {
	.btn-primary{	font-size: 110%;}
}

/* footer
---------------------------------------------------- */
#foot_bg{padding: 20px 0;}
@media (min-width: 768px) {	#foot_bg{padding: 30px 0;}}

footer .head_navarea {
  text-align: center;
}
footer .head_navarea .head_nav {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
	margin-top: 3px;
}
footer .head_navarea .head_nav li {
  display: inline;
  letter-spacing: 0.025em;
	margin: 0 8px;
	font-size: 120%;
}
footer .head_navarea .head_nav li:last-child {
	margin-right: 0;
	margin-left:3px !important;
}
footer .head_navarea .head_nav li a {
  color: #e08ab9;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  	footer .head_navarea {  text-align: right; }
  }
@media (min-width: 992px) {
	footer .head_navarea .head_nav li {font-size: 140%;}
}

/* footerlink
-------------- */
#footerlink{
	width:100%;
	padding:10px 0px;
	background-color: #2d0e45;
}
#footerlink ul{ list-style:none;font-size:100%; }
#footerlink li{border-bottom:1px solid #583276; float: left; width: 50%;}
#footerlink li a{ display:block; padding:10px; font-family: 'Roboto', sans-serif;}
#footerlink li span{ float:right; margin-top:2px}
#footerlink li i {padding-right:5px;}
#footerlink a:link,
#footerlink a:visited { color:#fff; text-decoration:none}

@media (min-width: 768px) {
	#footerlink{padding:8px 0; font-size: 85%;}
	#footerlink #link_box{
		border-radius:0;
		background:none;
	}
	#footerlink ul{ text-align: center;}
	#footerlink li{ line-height:1.4em; border-bottom:none;display: inline-block; float: none; width: auto;}
	#footerlink li+li{ border:none}
	#footerlink li a{ display:block; padding:5px 5px;}
	#footerlink li a:link,
	#footerlink li a:visited{color: #fff;}
}
@media (min-width: 992px) {
	#footerlink ul{ text-align: left; margin-left: -10px;}
	#footerlink li a{ padding:0 10px;}
}
@media (min-width: 1200px) {
	#footerlink{ font-size: 90%;}
}





/*copy*/
.copy {text-align:center; font-size:80%; color: #857393; padding-top:15px; }
@media (min-width: 768px) {	.copy{  padding-top:0; }}
@media (min-width: 992px) {	.copy{  text-align: right;}}


/* pagetop
---------------------------------------------------- */
#pagetop { position: fixed; bottom:20px; right:20px; z-index: 1000;}

/*20180714*/
.foot_kinshi{
	font-size: 80%;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.4em;
}
@media (min-width: 768px) {
	.foot_kinshi{
		font-size: 80%;
		text-align: left;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.foot_kinshi{
		font-size: 80%;
		margin-bottom: 0;
		letter-spacing: 0;
		padding-top: 7px;
	}
}


/*20190702*/
#breadcrumb{ margin-bottom:20px;}

#breadcrumb ol{ list-style:none;}

#breadcrumb ol li{ display:inline-block;}

#breadcrumb ol li a{ text-decoration:underline;}

#breadcrumb ol li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    width: 30px;
    text-align: center;
    color: #ccc;
    display: inline-block;
}

#breadcrumb ol li:nth-child(1):before { display:none;}


.djosshy_fc_cont{padding-top: 30px; display: block;}
.djosshy_fc_cont img{image-rendering: -webkit-optimize-contrast;}
@media (min-width: 768px) {
	.djosshy_fc_cont{padding-top: 35px;}
}