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


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,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}}

img.img-fluid {display: block;}


/* 全体構造
---------------------------------------------------- */
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:#4d4f69;
	letter-spacing: 0.05em;
}

.en{
	font-family: 'Libre Baskerville', serif;
}
sup {font-size: 80%;}

header,
main,
footer{
	font-family: 'Noto Serif JP', serif;
}


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

/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #fff;
}

h1 {float: left;}
h1 img{width: 200px;}

.sns{
	display: table;
	margin-top: 15px;
	float: right;
	margin-right: 30px;
}
.sns li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.sns li img{
	width: 20px;
}
.sns li.facebook a{
	color: #4867aa;
	font-size: 130%;
}

@media only screen and (max-width: 767px) {
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
}
@media print, screen and (min-width: 576px) {
	.sns { margin-right: 0;}
}
@media print, screen and (min-width: 768px) {
	header{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	h1 img{width: 250px; padding-top: 0;}
	
	.head_navi{
		display: table;
		float: right;
		font-size: 90%;
	}
	.head_navi li{
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
	}
	.head_navi a:link,
	.head_navi a:visited{
		padding: 10px 15px;
		border-collapse: collapse;
		border-radius: 3px;
		background-color: #1d5dca;
		color: #fff;
		display: block;
		line-height: 1.4em;
	}
	.head_navi .kameiten a:link,
	.head_navi .kameiten  a:visited{
		background-color: #ba1d5d;
	}
	
	.sns {margin-top: 5px; margin-right: 10px;}
}
@media print, screen and (min-width: 992px) {
	header{
		padding-top:20px;
		padding-bottom: 20px;
	}
	h1 img{width: 300px;}
}
@media print, screen and (min-width: 1200px) {
	h1 img{width: 370px;}
	.head_navi {font-size: 100%;}
}





/* nav
---------------------------------------------------- */
.menu {font-size: 85%;}
.menu > ul > li a {color: #4d4f69!important; text-align: center!important; padding: 15px 5px!important;}
.menu > ul > li a:hover,
.menu li.navi-on a{
	opacity: 1;
	background-color: #efefef;
}
.menu > ul > li { border-bottom: 1px solid #ccc !important; width: 50%!important; float: left!important;}
.menu > ul > li > ul {font-size: 90%;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a {text-align: left!important;}
.menu-container { margin-top: -35px!important;}

@media only screen and (max-width: 767px) {
	.menu-dropdown-icon > a {margin-left: 30px;}
}
@media print, screen and (min-width: 576px) {
	.menu {font-size: 100%;}
}
@media print, screen and (min-width: 768px) {
	.menu {float: right; margin-top: 15px; font-size: 88%;}
    .menu-container { margin-top: 0!important;}
	.menu .show-on-mobile {padding-top:10px!important;}
	.menu > ul {width: auto!important; float: right;}
	.menu > ul i {padding-left: 10px;}
	.menu > ul > li {width: auto!important; float: none!important;}
	.menu > ul > li a{
		padding: 0 0 5px 0!important;
		text-align: center!important;
		margin-left: 10px;
	}
	.menu > ul > li a:hover,
	.menu li.navi-on a{
		color: #4d4f69!important;
		background: url(../images/navi-on.png) repeat-x center bottom;
	}
	.menu > ul > li { border-bottom: none !important;}
	.menu > ul > li > ul {font-size: 100%;}
	.menu > ul > li > ul.normal-sub > li {margin: 4px 0!important;}
	
	.menu > ul > li i {vertical-align: middle;}
}
@media print, screen and (min-width: 992px) {
	.menu {margin-top: 20px; font-size: 100%;}
	.menu .show-on-mobile {padding-top: 0!important;}
	.menu-dropdown-icon > a {margin-left: 0;}
	.menu > ul > li a{ margin-left: 15px;}
}
@media print, screen and (min-width: 1200px) {
	.menu {margin-top: 25px;}
	.menu > ul > li a{ margin-left: 22px;}
}
@media print, screen and (min-width: 1600px) {
	.menu {font-size: 110%;}
}

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


/*ナビ固定*/
.cb-header {
	position: fixed; /* ヘッダーバーを固定 */
	top: -145px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.cb-header header{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cb-header h1 img {padding-top: 5px; width: 200px;}
	.cb-header .menu {margin-top: 10px;}
}
@media print, screen and (min-width: 1200px) {
	.cb-header h1 img {padding-top: 5px; width: 250px;}
}
/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:1.4em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.4em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 100%; line-height: 1.8em;}
.text_large2{font-size: 100%; line-height: 1.8em;}
@media print, screen and (min-width: 768px){
	.text_large2{font-size: 110%;line-height: 2.0em;}
}
@media print, screen and (min-width: 992px){
	.text_large{font-size: 105%;line-height: 2.0em;}
	.text_large2{font-size: 130%;}
}
@media print, screen and (min-width: 1200px){
	.text_large{font-size: 120%;}
	.text_large2{font-size: 150%;}
}


#midashi_h2{padding: 110px 0 0 0; color: #4d4f69; background-color: #efefef;}
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 30px;
	text-align: center; 
	font-size: 100%;
	font-family: 'Noto Serif JP', serif;
}
#midashi_h2 h2 span{
	display: block;
	font-size: 170%;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.pankuzu{ font-size: 85%;}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #4d4f69;
}

@media print, screen and (min-width: 768px){
	#midashi_h2{ padding: 40px 0 10px 40px; position: relative;}
	#midashi_h2 h2{ margin-bottom: 10px; font-size: 110%; text-align: left;}
	#midashi_h2 h2 span {font-size: 200%;}
	#midashi_h2 img{
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
	}
	.pankuzu {text-align: right;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ padding: 60px 0 10px 60px;}
	#midashi_h2 h2{ margin-bottom: 40px; font-size: 130%;}
	#midashi_h2 h2 span {font-size: 230%;}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2{padding: 80px 0 10px 80px;}
	#midashi_h2 h2{ margin-bottom: 50px; font-size: 140%;}
	#midashi_h2 h2 span {font-size: 240%;}
}
@media print, screen and (min-width: 1500px){
	#midashi_h2{padding: 120px 0 10px 100px;}
	#midashi_h2 h2{ margin-bottom: 70px; font-size: 140%;}
	#midashi_h2 h2 span {font-size: 240%;}
}


/*--------------------------*/


.midashi1{
	text-align: center;
	font-size: 150%;
	line-height: 1.4em;
}
.midashi1 .en{
	display: block;
	font-size: 60%;
}

.midashi2{
	border-collapse: collapse;
	border-left: 4px solid #1d5dca;
	padding-left: 15px;
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #1d5dca;
}

.midashi3{
	font-size: 130%;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #1d5dca;
}

.midashi4{
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #696d9f;
}

.midashi5{
	font-size: 130%;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #1d5dca;
	border-collapse: collapse;
	border-bottom: 1px solid #1d5dca;
	padding-bottom: 10px;
}

.midashi_box{
	background-color: #fff;
	padding: 30px;
}

.midashi_box2 .title{
	background-color: #4d4f69;
	padding: 10px 30px;
	color: #fff;
}
.midashi_box2 .in{
	background-color: #fff;
	padding: 30px;
}

.midashi_waku{
	border-collapse: collapse;
	border: 4px double #c0cbd8;
	padding: 20px;
}

.midashi_waku2{
	border-collapse: collapse;
	border: 4px double #1d5dca;
	padding: 30px;
}

.midashi_line{
	border-collapse: collapse;
	border-left: 1px solid #4d4f69;
	padding-left: 15px;
}
@media print, screen and (min-width: 768px){
	.midashi1{ font-size: 160%;}
	.midashi1 .en{ font-size: 50%;}
}
@media print, screen and (min-width: 992px){
	.midashi1{ font-size: 180%;}
	.midashi3{ font-size: 140%;}
	.midashi5{ font-size: 140%;}
}
@media print, screen and (min-width: 1200px){
	.midashi1{ font-size: 200%;}
	.midashi3{ font-size: 150%;}
	.midashi5{ font-size: 150%;}
}



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

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}


.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn1:link,
.btn1:visited{
	color:#fff;
	background-color: #1d5dca;
}
.btn1 img{
	position: absolute;
	right: -15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	
}
.btn1:hover{
	opacity: 1;
	background-color: #3674dc;
}
.btn1 i{margin-right:5px;}
.btn1.btn {border-radius: 0; padding:15px 20px;}
@media print, screen and (min-width: 768px) {
	.btn1.btn { padding:15px 30px;}
}



.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn2:link,
.btn2:visited{
	color:#fff;
	background-color: #4d4f69;
}
.btn2:hover{
	opacity: 1;
	background-color: #797c9d
}
.btn2 i{margin-right:5px;}
.btn2.btn {border-radius: 0; padding:10px 50px;}



.btn_detail{
	font-size: 70%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn_detail:link,
.btn_detail:visited{
	color:#fff;
	background-color: #4d4f69;
}
.btn_detail:hover{
	opacity: 1;
	background-color: #797c9d;
}
.btn_detail i{margin-left:5px;}
.btn_detail.btn {border-radius: 0; padding:5px 7px;}


.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	color: #ba1d5d;
	border-collapse: collapse;
	border: 1px solid #ba1d5d;
	display: block;
}
.pdf_list li i {margin-right: 5px;}
@media print, screen and (min-width: 768px){
	.pdf_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}


a.text_link {text-decoration: underline; color: #4d4f69;}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #4d4f69;}
	.text_link_sp2 {
		/*text-decoration: underline!important;*/
		text-decoration: none!important;
		color: #fff;
	}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
@media print, screen and (min-width: 768px){
	.list_ul.dib_md{
		display: inline-block;
		margin-right: 20px;
	}
}

/* color
---------------------------------------------------- */
.red{color:#c33;}
.white{color:#fff;}
.black{color:#4d4f69;}


/* 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;}
.kome_num {text-indent:-2.8em; margin-left:2.8em;}


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

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

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
}

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

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

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

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background: url(../images/dl_sen.jpg) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 25px;
}
*/

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

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #858095;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:27%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
		color: #4d4f69;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:30%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:27%;}
}



/* サイズ指定
---------------------------------------------------- */
.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}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

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

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

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

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

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

.mb50_lg0 {margin-bottom:50px;}
@media print, screen and (min-width: 992px) {.mb50_lg0 {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

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

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

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

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

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

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb30_lg40_xl50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_lg40_xl50 {margin-bottom:40px;}}
@media print, screen and (min-width: 1200px) {.mb30_lg40_xl50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

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

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

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


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}


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

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}


.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 30px; padding-bottom: 30px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 100%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
	.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
}
@media print, screen and (min-width: 992px){
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 110%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}




/* mainimage
---------------------------------------------------- */
#mainimage {margin-top: 50px;}
#mainimage li{
	list-style: none;
}
#mainimage img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	#mainimage ul{display: table; width: 100%;}
	#mainimage li{
		display: table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 768px){
	#mainimage {margin-top: 0;}
}

/* ヘッダー固定で上空ける
---------------------------------------------------- */


/* 背景
---------------------------------------------------- */
.bg_nami {background: url(../images/bg_nami.jpg) no-repeat scroll 50% 50% / cover;}
.bg_mizuiro {background-color: #e1ebf7;}

/* レイアウト
---------------------------------------------------- */
@media print, screen and (min-width: 768px){
	.layout1{
		position: relative;
		z-index: 0;
	}
	.layout1 .photo{
		position: absolute;
		top: 0;
		left: 0;
		width: 45%;
		z-index: -1;
	}
	.layout1 .photo2{
		position: absolute;
		top: 0;
		right: 0;
		width: 45%;
		z-index: -1;
	}
	.layout1 .photo img,
	.layout1 .photo2 img{
		width: 100%;
		height: auto;
	}
}
@media print, screen and (min-width: 992px){
	/*
	.layout1 .photo{height: 100%;}
	.layout1 .photo img{height: 100%;}
	*/
}


@media print, screen and (min-width: 1200px){
	.layout1 .text{
		background-color: #fff;
		padding: 50px;
	}
}
@media print, screen and (min-width: 1800px){
	.layout1 .photo{height: 100%;}
	.layout1 .photo img{height: 100%;}
	.layout1 .photo2{height: 100%;}
	.layout1 .photo2 img{height: 100%;}
}


/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: scale-down;
	 font-family: 'object-fit: scale-down;';
	 position: absolute;
	 left: 0;
	 top: 0;
}

.object-fit img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}


div.paging { text-align: center; font-size: 90%; margin-top: 20px; line-height: 1.4em;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#262626;
	border:1px solid #262626;
	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: #262626;
}
div.paging span.current{
	background: #262626;
	border:1px solid #262626;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
div.paging span.paging-text a:hover{
	background: #262626;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/* 01 index
---------------------------------------------------- */
#top02{ overflow: hidden;}
#top02 ul{
	display: inline-block;
}
#top02 li{
	list-style: none;
	float: left;
	padding: 0 5px;
	width: 25%;
}
#top02 li:nth-child(2){ padding-top: 53px;}
#top02 li:nth-child(3){ padding-top: 95px;}
#top02 li img{width: 100%; height: auto;}
@media print, screen and (min-width: 576px){
	#top02 li{
		padding: 0 15px;
	}
}


#top03{
	background: url(../images/top03_bg.jpg) no-repeat scroll 50% 50% / cover;
	color: #fff;
	position: relative;
}
#top03 .message{
	position: absolute;
	top: 1%;
	right: 1%;
	width: 30%;
	max-width: 414px;
}
#top03 .message img{
	width: 100%;
	height: auto;
}
#top03 img{margin: 0 auto;}
@media print, screen and (min-width: 768px){
	#top03 .message{
		top: 3%;
		right: 2%;
	}
	#top03 img{margin: 0;}
}
@media print, screen and (min-width: 1500px){
	#top03 .message{
		top: 10%;
		right: 10%;
	}
}


.top_banner{
	position: relative;
}
.top_banner .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}
.top_banner a:link,
.top_banner a:visited{
	color: #fff;
}
.top_banner h3{
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 10px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.top_banner .text img{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.top_banner a:hover {opacity: 1;}
.top_banner a:hover h3{
	padding: 20px 10px;
}
@media print, screen and (min-width: 576px){
	.top_banner{
		width: 70%;
		margin: 0 auto 20px auto;
	}
}
@media print, screen and (min-width: 768px){
	.top_banner{
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.top_banner h3 {
		font-size: 100%;
		padding: 10px 5px;
	}
}
@media print, screen and (min-width: 1200px){
	.top_banner{
		margin: 0 auto 20px auto;
	}
	.top_banner h3 {
		font-size: 120%;
		padding: 15px 5px;
	}
}

#top05{
	background: url(../images/top05_bg.jpg) no-repeat scroll 50% 50% / cover;
}

/*--------------------------------------
新着情報
--------------------------------------*/
.news_table{
	width:100%;
	border-collapse: collapse;
	line-height: 1.6em;
}
.news_table th{
	width:100%;
	padding:15px 10px 2px 10px;
	display: block;
	font-weight: normal;
	font-size: 80%;
	font-family: 'Libre Baskerville', serif;
}
.news_table td{
	width:100%;
	padding:0px 10px 15px 10px;
	display: block;
	word-break: break-all;
	border-bottom: 1px solid #c0cbd8;
}
.new{
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.0em;
	color: #ba1d5d;
}

.news_table a.btn_detail{
	text-decoration: none!important;
}

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

.news_table td li{
	list-style: none;
}

.news_table td li.btn_area {text-align: right;}
@media print, screen and (min-width: 576px) {
	.news_table td ul{
		display: table;
		width: 100%;
	}
	.news_table td li{
		display: table-cell;
	}
	.news_table td li.btn_area{
		white-space: nowrap;
		width: 1%;
		padding-left: 10px;
	}
}
@media print, screen and (min-width: 992px) {
	.news_table th{
		width:20%;
		padding:15px 10px;
		vertical-align:top;
		text-align:left;
		display:table-cell;
		font-weight: normal;
		border-bottom: 1px solid #c0cbd8;
	}
	.news_table td{
		width:100%;
		padding:15px 10px;
		display:table-cell;
	}
}
@media print, screen and (min-width: 1200px) {
	.news_table th{ padding:20px 10px;}
	.news_table td{ padding:20px 10px;}
}




#top06{
	position: relative;
}
#top06 .merchant{
	position: absolute;
	top: 1%;
	right: 1%;
	width: 30%;
	max-width: 452px;
}
#top06 .merchant img{
	width: 100%;
	height: auto;
}
#top06 img{margin: 0 auto;}
@media print, screen and (min-width: 768px){
	#top06 .merchant{
		top: 3%;
		right: 2%;
	}
	#top06 img{margin: 0;}
}
@media print, screen and (min-width: 1500px){
	#top06 .merchant{
		top: 10%;
		right: 10%;
	}
	#top06 .midashi1{margin-top: 40px;}
}

/* 03 about
---------------------------------------------------- */
.about_keireki{
	border-collapse: collapse;
	border-bottom: 1px solid #c0cbd8;
}
.about_keireki li{
	list-style: none;
	padding: 0 10px 10px 10px;
	
}
.about_keireki li.date{
	padding: 10px 10px 0 10px;
	color: #797c9d;
}
@media print, screen and (min-width: 1200px){
	.about_keireki{
		display: table;
		width: 100%;
	}
	.about_keireki li{
		display: table-cell;
		vertical-align: middle;
		padding: 10px;
	}
	.about_keireki li.date{width: 100px; padding: 10px;}
}

/* 04 feat
---------------------------------------------------- */
.feat_tokucho{
	display: table;
	margin-bottom: 40px;
}
.feat_tokucho li{
	display: table-cell;
	vertical-align: top;
}
.feat_tokucho .icon{
	text-align: center;
	background: url(../images/tokucho.png) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 10px;
	width: 150px;
	display: inline-block;
	padding-right: 20px;
}
.feat_tokucho .icon .num{
	display: block;
	font-size: 200%;
	line-height: 1.4em;
	font-family: 'Libre Baskerville', serif;
}
@media only screen and (max-width: 575px){
	.feat_tokucho .icon{
		background: url(../images/tokucho.png) no-repeat center bottom;
		-moz-background-size:80px auto;
		background-size:80px auto; 
		padding-bottom: 30px;
		margin-bottom: 10px;
		width: 80px;
		display: inline-block;
	}
	.feat_tokucho .icon .num{
		display: block;
		font-size: 150%;
		line-height: 1.4em;
		font-family: 'Libre Baskerville', serif;
	}
}


/* 05 stu
---------------------------------------------------- */
.stu_naiyou{
	display: table;
	margin-bottom: 40px;
}
.stu_naiyou>li{
	display: table-cell;
	vertical-align: top;
}
.stu_naiyou .icon{
	text-align: center;
	background: url(../images/tokucho.png) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 10px;
	width: 150px;
	display: inline-block;
	padding-right: 20px;
	font-size: 80%;
	white-space: nowrap;
}
.stu_naiyou .icon .num{
	display: block;
	font-size: 220%;
	line-height: 1.4em;
	font-family: 'Libre Baskerville', serif;
}
@media only screen and (max-width: 575px){
	.stu_naiyou .icon{
		background: url(../images/tokucho.png) no-repeat center bottom;
		-moz-background-size:80px auto;
		background-size:80px auto; 
		padding-bottom: 30px;
		margin-bottom: 10px;
		width: 80px;
		display: inline-block;
	}
	.stu_naiyou .icon .num{
		display: block;
		font-size: 150%;
		line-height: 1.4em;
		font-family: 'Libre Baskerville', serif;
	}
}

.stu_photo{
	display: table;
}
.stu_photo li{
	display: table-cell;
}
.stu_photo li img{
	width: 100%;
	height: auto;
}

.otoiawase{
	background: url(../images/otoiawase.jpg) no-repeat scroll 50% 50% / cover;
	color: #fff;
}
.otoiawase .in{
	background: url(../images/bg_filter.png) repeat;
	padding: 50px 30px;
}

/* 06 kame
---------------------------------------------------- */
#kameiten,
#tokuyakuten,
#touroku{
	margin-top:-66px;
	padding-top:66px;
}
@media print, screen and (min-width: 768px) {
	#kameiten,
	#tokuyakuten,
	#touroku{
		margin-top:-89px;
		padding-top:89px;
	}
}
@media print, screen and (min-width: 992px) {
	#kameiten,
	#tokuyakuten,
	#touroku{
		margin-top:-91px;
		padding-top:91px;
	}
}
@media print, screen and (min-width: 1200px) {
	#kameiten,
	#tokuyakuten,
	#touroku{
		margin-top:-93px;
		padding-top:93px;
	}
}


.kame_list li{
	list-style: none;
}
.kame_list .image img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 277px;
}
@media print, screen and (min-width: 768px) {
	.kame_list{
		display: table;
		margin: 0 auto;
	}
	.kame_list li{
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}
	.kame_list .image{ width: 200px;}
	.kame_list .image img {margin: 0;}
}
@media print, screen and (min-width: 1200px) {
	.kame_list .image{ width: 270px;}
}



.kame_naiyou{
	display: table;
	margin-bottom: 40px;
}
.kame_naiyou>li{
	display: table-cell;
	vertical-align: top;
}
.kame_naiyou .icon{
	text-align: center;
	background: url(../images/tokucho.png) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 10px;
	width: 150px;
	display: inline-block;
	padding-right: 20px;
	font-size: 80%;
	white-space: nowrap;
}
.kame_naiyou .icon .num{
	display: block;
	font-size: 220%;
	line-height: 1.4em;
	font-family: 'Libre Baskerville', serif;
}
@media only screen and (max-width: 575px){
	.kame_naiyou .icon{
		background: url(../images/tokucho.png) no-repeat center bottom;
		-moz-background-size:80px auto;
		background-size:80px auto; 
		padding-bottom: 30px;
		margin-bottom: 10px;
		width: 80px;
		display: inline-block;
	}
	.kame_naiyou .icon .num{
		display: block;
		font-size: 150%;
		line-height: 1.4em;
		font-family: 'Libre Baskerville', serif;
	}
}


.kame_box{
	border-collapse: collapse;
	border: 1px solid #1d5dca;
	padding: 30px;
}
.kame_box .title{
	display: table;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.kame_box .title li{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.kame_box .title .shibu{
	background-color: #1d5dca;
	color: #fff;
	text-align: center;
	width: 100px;
	padding: 5px;
	font-size: 80%;
	line-height: 1.4em;
}
.kame_box table{
	width: 100%;
	border-collapse: collapse;
}
.kame_box table th,
.kame_box table td{
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
	word-break: break-all;
}
.kame_box table th{
	width: 1%;
	white-space: nowrap;
}
@media print, screen and (min-width: 576px) {
	.kame_box table th,
	.kame_box table td{
		padding: 10px 15px;
		font-size: 90%;
	}
}
@media print, screen and (min-width: 992px) {
	.kame_box table th,
	.kame_box table td{
		padding: 10px 25px;
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1200px) {
	.kame_box .title .shibu{
		width: 150px;
	}
}


/* 07 anim
---------------------------------------------------- */
.anim_photo03{display: inline-block;}
.anim_photo03 img{
	padding: 10px 20px;
	background-color: #fff;
}

/* 08 contact
---------------------------------------------------- */
.contact_tel{
	color: #4d4f69;
	text-align: center;
}
.contact_tel .num{font-size: 130%;}
@media print, screen and (min-width: 576px) {
	.contact_tel{ font-size: 110%;}
}
@media print, screen and (min-width: 768px) {
	.contact_tel{ font-size: 120%;}
}
@media print, screen and (min-width: 992px) {
	.contact_tel{ font-size: 130%;}
}
@media print, screen and (min-width: 1200px) {
	.contact_tel{ font-size: 140%;}
}


.contact_box{
	border-collapse: collapse;
	border: 1px solid #c8a14f;
	padding: 10px;
}
.contact_box .text{
	margin: 20px 20px 10px 20px;
}
@media print, screen and (min-width: 576px) {
	.contact_box{padding: 30px;}
	.contact_box .image{
		width: 30%;
		float: left;
		margin-right: 30px;
	}
	.contact_box .text{
		overflow: hidden;
		zoom:1;
	}
	.contact_box .text{
		margin: 0;
	}
}

/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #c0cbd8;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #797c9d;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #c0cbd8;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:70%;
	color:#fff;
	padding:0px 6px;
	float:right;
	border-radius:3px; 
	font-weight: normal;
	background-color: #ba1d5d;
}
.table_form td.last {border-bottom:none;}


.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:33%;
		border-bottom:1px solid #c0cbd8;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #4d4f69;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (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: #4d4f69;}
input[type="email"]{color: #4d4f69;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
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: 9px; color: #4d4f69; }

.form-control {color: #4d4f69;}
.form-control.w50 {width:50px; display: inline-block; margin-right: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:30px 20px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 90%;
	background-color: #fff;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


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


.btn-primary{
	border-radius:0;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #3674dc;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/* footer
---------------------------------------------------- */
footer {
	font-size: 90%;
	line-height: 1.6em;
	background-color: #4d4f69;
	color: #fff;
}
footer .in {padding: 30px 0;}
footer .foot_logo{
	margin-bottom: 20px;
}
footer .foot_logo img{
	width: 70%;
	height: auto;
	margin: 0 auto;
	max-width: 370px;
}


footer .address{
	font-size: 100%;
	line-height: 1.6em;
}

footer .foot_link{
	font-size: 90%;
	float: right;
	margin-left: 20px;
	margin-top: 40px;
}
footer .foot_link li {
	list-style: none;
	margin-bottom: 3px;
}
footer .foot_link li a:link,
footer .foot_link li a:visited{
	color: #fff;
}
footer .address{
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.4em;
}



footer .sns{
	display: table;
	float: none;
	margin: 0 auto;
	padding-top: 20px;
}
footer .sns li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
footer .sns li.foot_banner{
	width: 150px;
	max-width: 175px;
}
footer .sns li.foot_banner img{
	width: 100%;
	height: auto;
}
footer .sns li.facebook a{
	color: #fff;
	font-size: 150%;
}
footer .sns li.instagram a{
	color: #fff;
	font-size: 150%;
}

@media print, screen and (min-width: 576px) {
	footer .foot_logo img{
		width: 40%;
	}
}
@media print, screen and (min-width: 768px) {
	footer .foot_logo img{
		width: 100%;
		margin: 0;
	}
	footer .address {text-align: left;}
	
	footer .sns{
		margin: 0;
	}
}
@media print, screen and (min-width: 992px) {
	footer .in {padding: 50px 0;}
}
@media print, screen and (min-width: 1200px) {
	footer .foot_link{
		font-size: 100%;
		margin-left: 40px;
		margin-top: 60px;
	}
}



/*copy*/
.copy {
	text-align: center;
	font-size: 80%;
	line-height: 1.4em;
	color: #9d9da9;
	padding-top: 20px;
	font-family: 'Libre Baskerville', serif;
}
@media print, screen and (min-width: 768px) {
	.copy {text-align: right;}
}

/* pagetop
---------------------------------------------------- */
#pagetop { position: fixed; bottom:10px; right:10px; z-index: 100;}
@media (min-width: 1200px) {
	#pagetop { position: fixed; bottom:20px; right:20px; z-index: 100;}
}

.kame_txt{font-size: 20px;font-weight: 300;}

/* 20220712 */
.txt_blue {
	font-size: 110%;
	color: #1d5dca;
}