@charset "UTF-8";

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#00a0e9; text-decoration: none; }
a:visited { color:#00a0e9; text-decoration: none; }
a:hover   { color:#00a0e9; text-decoration: underline; }
a:active  { color:#00a0e9; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#03C; text-decoration: none; }
.u_link a:visited { color:#639; text-decoration: none; }
.u_link a:hover   { color:#03C; text-decoration: underline; }
.u_link a:active  { color:#03C; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

.g_box02 { position:relative; }
.g_box02:hover { cursor:pointer; opacity:0.7; }
.g_link02 { margin-bottom:0px; }
.g_link02 a {position:absolute; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: block; }
	.tabBr { display: none; }
}
@media screen and (min-width: 768px) {
	.pc { display: block; }
	.sp { display: none; }
}
@media screen and (max-width: 960px) {
	.pc_tab { display: none; }
	.sp_tab { display: block; }
	.side_search {display:none;}
}
@media screen and (min-width: 961px) {
	.pc_tab { display: block; }
	.sp_tab { display: none; }
	.tabBr { display: none; }
}

/*-- imaga -------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 768px) {
	.img_t_R { float:right; margin:0 0 20px 20px; width:240px;}
	.img_t_L { float:left; margin:0 20px 20px 0; width:240px;}
	.img_y_R { float:right; margin:0 0 20px 20px; width:300px;}
	.img_y_L { float:left; margin:0 20px 20px 0; width:300px;}
}

img.shadow { border: 1px solid #d9d9d9;box-shadow: 5px 5px 16px -6px rgb(0 0 0 / 60%);}

/*-- Structure -------------------------------------------------------------*/
#wrapper {
}
@media screen and (max-width: 767px) {
	}
@media screen and (min-width: 768px) {
	
}

/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	header .in .h_area { margin:0; padding: 0; background: rgba(0,0,0,0.7); }
	header .h_area { display: flex; justify-content: space-between; align-items: center; }
	.h_logo { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.0rem; width: 80%; line-height: 1.0; color: #fff; padding: 5px 0; margin-left: 2%; display: flex; justify-content:flex-start; }
	header { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; transition: .3s;}
	.h_logo div { margin-right: 10px; width: 30px;}
	.h_logo h1 { line-height: 1.15;}
	.h_logo h1 span { font-size: 10px; display: block; font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','メイリオ', serif;}
	.is-animation { background: #fff; box-shadow: 0px 2px 6px 1px #dbdbdb;}
}
@media screen and (min-width: 768px) {
	header { background: #333 !important; height: 135px; }
	header .out-in { background: rgba(0,0,0,1.0) !important; height: 70px; }
	header .h_area { display: flex; justify-content: space-between; }
	.h_logo { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 3.0rem; width: 30%; line-height: 1.0; color: #fff; padding: 5px 0; display: flex; justify-content: flex-start; }
	.h_logo div { margin-right: 10px; width: 100px;}
	.h_logo h1 span { font-size: 10px; display: block; font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','メイリオ', serif;}
	header {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	  width: 100%;
	  transition: .3s;
	}	
	
	.h_contact { width:70%; display: flex; justify-content: flex-end; margin-top: 5px; }
	.h_contact li { margin-left: 2%; text-align: center; line-height: 1.4; font-weight: bold; }
	.h_contact li:nth-child(1){margin-left: 0px;}
	.h_contact li span { font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #dedede; font-size:10px; display: block; } 
	
	.h_contact li a         { resize: none; display: block; }
	.h_contact li a:link    { color:#fff; text-decoration: none; }
	.h_contact li a:visited { color:#fff; text-decoration: none; }
	.h_contact li a:hover   { color:#fff; text-decoration: none; }
	.h_contact li a:active  { color:#fff; text-decoration: none; }
	
	.h_contact li.m_contact { margin-left: 1%; white-space: nowrap; }
	.h_contact li.m_contact a { background:#ffc000; padding: 0px 20px; height: 40px; line-height: 40px; color: #fff; font-size: 14px; font-weight: normal; margin-top: 10px; border: 1px solid #ffc000; }
	.h_contact li.m_contact02 a { background:#00a0dd; padding: 0px 20px; height: 40px; line-height: 40px; color: #fff; font-size: 14px; font-weight: normal; margin-top: 10px; border: 1px solid #00a0dd; }
	.h_contact li.m_contact a:link    { color:#fff; text-decoration: none; }
	.h_contact li.m_contact a:visited { color:#fff; text-decoration: none; }
	.h_contact li.m_contact a:hover   { color:#ffc000; text-decoration: none; background: #fff; }
	.h_contact li.m_contact02 a:hover   { color:#00a0dd; text-decoration: none; background: #fff; }
	.h_contact li.m_contact a:active  { color:#fff; text-decoration: none; }
	.h_contact li.m_contact .fa { margin-right: 10px;}
	
	.h_contact li .tel-text { font-size: 10px; color: #fff; margin: 0px; text-align: left; white-space: nowrap; }
	.h_contact li .tel-num { font-size: 30px; color: #fff; text-align: left; line-height: 1.0; white-space: nowrap; margin-bottom: 0px;}
	
	.h_contact li.kitamura { background: #fff; padding: 0 10px; height: 42px; margin-left: 0.5%; margin-top: 10px; }
	
	.is-animation {
	  	height: 45px;
	  	background:rgba(0,0,0,0.95);
		box-shadow: 0px 2px 6px 1px #dbdbdb;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	header.is-animation .out-in { height: 40px; }
	.is-animation .h_contact { display: none; }
	.is-animation .h_logo { width: 30%; font-size: 2.0rem; }
	.is-animation .h_logo div {  width: 30px; }
	.is-animation .h_logo h1 span { display: none;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	h1 { margin:0 0.5% 5px; }
	header .in { margin:0 0.5%; }
	
	.h_contact li.kitamura { display: none; }
	.h_logo { width: 45%; font-size: 2.4rem;}
	.h_logo div { width: 75px;}
	
	header { height: 120px; }
	header .out-in { height: 65px; }
	.h_contact li .tel-num { font-size: 24px; }
	.h_contact li.m_contact a { height: 30px; line-height: 30px; }
	
	/*.h_contact li .tel-text { display: none; }*/
	.h_contact li:nth-child(4) { display: none; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	header .in { margin:0 1%; }
	.h_contact li:nth-child(4) { display: none; }
}
@media screen and (min-width: 1025px) and (max-width: 1399px)  {
	header .in { margin:0 2%; }
}
@media screen and (min-width: 1400px) {
	header .in {  margin:0 2%; }
}
@media screen and (max-width: 1180px) {
	.h_contact li.kitamura { display: none; }
}
/*-- nav -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	nav { width: 80%;}
	.h_menu { }
	.h_menu li { float: right; width: 50px; text-align: center; height: 100%; font-size: 1.4rem;  }
	.h_menu li a         { resize: none; display: block; color: #fff; }
	.h_menu li a:link    { color:#fff; text-decoration: none; }
	.h_menu li a:visited { color:#fff; text-decoration: none; }
	.h_menu li a:hover   { color:#fff;; text-decoration: none; opacity: 1.0; }
	.h_menu li a:active  { color:#fff; text-decoration: none; }
	.h_menu li:nth-child(8) { }
	.h_menu li:nth-child(9) { }
	.h_menu li:nth-child(10) { }
}
@media screen and (min-width: 768px) {
	nav { position: relative; }
	nav ul {  display: flex; justify-content: center; padding: 10px 0; }
	nav ul li { text-align:center; font-size:12px; margin: 0 1%; color: #999;  }
	nav ul li span { color:#fff; font-size:16px; display:block; font-weight: bold; }
	nav ul li span.s-text { font-size: 12px; font-weight: normal; }
	nav ul li span.roboto { font-size: 1.2rem;}
	nav ul li:last-child { display: none;}

	nav ul li a         { resize: none; position: relative; display: block; text-decoration: none; }
	nav ul li a:link    { color:#dedede; text-decoration: none; }
	nav ul li a:visited { color:#dedede; text-decoration: none; }
	nav ul li a:hover   { color:#FFED00; text-decoration: none; }
	nav ul li a:active  { color:#dedede; text-decoration: none; }

	nav ul li a:link span    { color:#fff; text-decoration: none; }
	nav ul li a:visited span { color:#fff; text-decoration: none; }
	nav ul li a:hover span   { color:#FFED00; text-decoration: none; }
	nav ul li a:active span  { color:#fff; text-decoration: none; }

	nav ul li a:hover span   { color:#FFED00; text-decoration: none; }
	
	nav ul li a::after {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #FFED00;
	  transform: scale(0, 1);
	  transform-origin: left top;
	  transition: transform .3s;
	}
	nav ul li a:hover::after {
	  transform: scale(1, 1);
	}
	
	.is-animation nav { position: absolute; top: 0px; right: 5%; }
	.is-animation nav ul li span.s-text { display: none; }
	.is-animation nav ul li span { text-align:center; font-size:12px; margin: 0 1%; color: #fff; white-space: nowrap;}
	.is-animation nav ul li span.roboto { font-size: 1.0rem !important; margin-top: -2px; }
	.is-animation nav ul li { margin:0 0 0 3%; }
	.is-animation nav ul li:last-child { display: block; padding: 0 10px; border: 1px solid #fff; height: 20px; line-height: 20px; margin-top: -2px; }
	.is-animation nav ul li:last-child a::after { display: none; }
	.is-animation nav ul li:last-child:hover { color:#000; text-decoration: none; background:#FFED00; border: 1px solid #FFED00; }
	.is-animation nav ul li:last-child a:hover span { color: #000; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	nav ul {  padding: 5px 0; }
	nav ul li { text-align:center; font-size:11px; margin: 0 1%; color: #999;  }
	nav ul li span { color:#fff; font-size:13px; display:block; font-weight: bold; }
	nav ul li span.s-text { font-size: 10px;}
	nav ul li span.roboto { font-size: 1.0rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	nav ul {  padding: 5px 0; }
	nav ul li { font-size: 14px; }
	nav ul li { text-align:center; font-size:13px; margin: 0 1%; color: #999;  }
	nav ul li span { color:#fff; font-size:15px; display:block; font-weight: bold; }
	nav ul li span.s-text { font-size: 11px; }
	nav ul li span.roboto { font-size: 1.1rem; }
}
@media screen and (min-width: 1025px) and (max-width: 1199px)  {
	nav ul li { margin: 0 1%; }
}
@media screen and (min-width: 1200px) {
	nav ul li { margin: 0 2%; }
}

/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
	.menu-trigger { position: fixed; top: 0.5%; right: 4%; width: 30px; height: 33px; z-index: 9999; border-radius: 2px; }
	.menu-trigger:hover{ /*background: rgba(255, 255, 255,0.6);*/ cursor:pointer; }
	.menu-trigger span { position: absolute; z-index: 9999; left: 4.2px; width: 100%; height: 1px; background-color: #fff; border-radius: 2px; }
	.h_menu .active span { background-color: #fff !important; } /* 色を変える */
	.menu-trigger span:nth-of-type(1) { top: 7px; }
	.menu-trigger span:nth-of-type(2) { top: 15.5px; width: 75%; }
	.menu-trigger span:nth-of-type(3) { bottom: 6px; }
	.h_menu .active span:nth-of-type(3) { bottom: 8px; }
	.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(20px) rotate(-45deg);
	 transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
	.menu-trigger.active span:nth-of-type(3) {
	 -webkit-transform: translateY(-20px) rotate(45deg);
	 transform: translateY(-8px) rotate(45deg);
	}
	#overlay{ display: none; width: 82%; margin: 0 0 0 10%; padding: 15% 4% 4%; height: calc(100% - 0px); text-align: center;
		position: fixed; top: 0px; right: 0px; z-index: 999; background: #333; box-sizing: border-box;
		box-shadow: -4px 0px 16px -6px rgba(0,0,0,0.6);
	}
	#overlay .in { overflow: auto; height: 100%;
		-webkit-overflow-scrolling: touch;
	}	
	#overlay .h_nav li { text-align: left; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #fff; font-size: 0.8rem; }
	#overlay .h_nav li a         { resize: none; display: block; /*font-family:'Roboto Condensed', sans-serif; font-weight:bold;*/ }
	#overlay .h_nav li a:link    { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:visited { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:hover   { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:active  { color:#fff; text-decoration: none; }
	#overlay .h_nav li a:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; opacity: 0.7; }
	#overlay .h_nav li a span.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #fff; font-size: 1.1rem; margin-left: 10px; }
}
@media screen and (max-width: 360px) {
	.h_nav li { font-size: 0.9rem; }
	.h_contact li:nth-child(2) {margin-right: 30%;}
}

/*-- コンテンツ -------------------------------------------------------------*/
.sp-search-wrap { display: none; }
@media screen and (max-width: 767px) {
	#content section { background: #f4f4f4; padding: 4%; }
	#content section .in { background: #fff; padding: 4%; }
	.mark { text-align: center; margin:0 auto 10px; width: 30px; }
	.ttl01 { text-align: center; margin-bottom: 20px; font-size: 21px; }
	.ttl01 span.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }
	.ttl01 span.xsnall { font-size: 0.8rem;}
	
	.lead-txt { margin-bottom: 20px; text-align: center; }
	
	.forthFlex li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #dedede;}
	.forthFlex li:last-child { border-bottom: none; margin-bottom: 0px; padding-bottom: 0px; }
	.forthFlex li h5 { text-align: center; font-size: 12px; }
	.forthFlex li h3 { text-align: center; font-size: 16px; margin-bottom: 10px; }
	.forthFlex li h3.roboto { font-size: 1.5em; }
	.forthFlex li div { margin-bottom: 10px; }
	.forthFlex li p { font-size: 0.8rem; margin-bottom: 20px;}
	
	.thirdFlex li { width: 80%; margin: 0 auto 10px; }
	.thirdFlex li:last-child { margin-bottom: 0px; }
	
	.ttlTbl { width: 100%; margin-bottom: 20px; }
	.ttlTbl th { background: #000; border: 1px solid #000; width: 10%; color: #fff; vertical-align: middle; font-weight: bold; padding: 5px 10px; text-align: center;}
	.ttlTbl td { background: #fff; border: 1px solid #000; width: 90%; color: #000; vertical-align: middle; font-weight: bold; padding: 5px 20px; text-align: left; }
}
@media screen and (min-width: 768px) {
	.mark { text-align: center; width: 30px; margin:0 auto 10px;}
	.ttl01 { text-align: center; margin-bottom: 20px; line-height: 1.0; }
	.ttl01 span.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }
	.lead-txt { margin-bottom: 40px; text-align: center; }
	
	.forthFlex { display: flex; justify-content: center; }
	.forthFlex li { width: 21%; padding: 0 2%; border-right: 1px solid #dedede; }
	.forthFlex li:nth-child(1) { border-left: 1px solid #dedede; }
	.forthFlex li h5 { text-align: center; font-size: 12px; }
	.forthFlex li h3 { text-align: center; font-size: 20px; margin-bottom: 10px; }
	.forthFlex li h3.roboto { font-size: 1.5em; }
	.forthFlex li div { margin-bottom: 20px; }
	.forthFlex li p { font-size: 0.9rem; margin-bottom: 20px;}
	
	.forthFlex02 { display: flex; justify-content: flex-start; }
	.forthFlex02 li { border: none; width: 24.25%; margin-right: 1%; padding: 0px; }
	.forthFlex02 li:nth-child(1) { border: none; }
	
	.thirdFlex { display: flex; justify-content: center; }
	.thirdFlex li { width: 32%; margin-right: 2%; }
	.thirdFlex li:last-child { margin-right: 0px; }
	
	.ttlTbl { width: 100%; margin-bottom: 20px; }
	.ttlTbl th { background: #000; border: 1px solid #000; width: 20%; color: #fff; vertical-align: middle; font-weight: bold; padding: 5px 10px; text-align: center;}
	.ttlTbl td { background: #fff; border: 1px solid #000; width: 80%; color: #000; vertical-align: middle; font-weight: bold; padding: 5px 20px; text-align: left; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#content section .in { margin: 0 2% 40px; padding-bottom: 40px; border-bottom: 1px solid #dedede;}
	.ttl01 { font-size: 2.4rem; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	#content section .in { margin: 0 2% 50px; padding-bottom:560px; border-bottom: 1px solid #dedede;}
	.ttl01 { font-size: 2.6rem; }
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
	#content section .in { margin: 0 2% 60px;  padding-bottom: 60px; border-bottom: 1px solid #dedede;}
	.ttl01 { font-size: 2.8rem; }	
}
@media screen and (min-width: 1260px) {
	#content section .in { width: 1200px; margin: 0 auto 60px; padding-bottom: 60px; border-bottom: 1px solid #dedede; }
	.ttl01 { font-size: 3.0rem; }

}


/*-- フッター固定バナー -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed { position: fixed; z-index: 10000; bottom: 0% !important; width: 100%; left: 0; background: rgba(255,255,255,0.5); padding: 1%; }
	#contact-fixed .left { width: 49.5%; float: left;}
	#contact-fixed .right { width: 49.5%; float: right;}
}

/*-- footer ------------------------------------------------------------*/
.f-sns-icon { display: flex; justify-content: center; margin-bottom: 40px; }
.f-sns-icon li { font-size: 3.0rem; margin: 0 20px; }
.f-sns-icon li a:hover { color:#ffcc00;}
@media screen and (max-width: 767px) {
	footer { color:#fff; margin-top: 0px; }
	footer .in { color:#000; padding:4%; }
	footer .in .f_logo { width: 30px; margin:0 auto 20px; font-size: 1.5rem; }
	footer .in .f_text { text-align: center; font-size: 0.9em; }
	
	.f_menu { background:#efefef; padding:2%; }
	.f_menu li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; }
	.f_menu li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#F33;} 
	.f_menu li:nth-child(2n) { border-left:#CCC 1px solid;  }
	.f_menu li:nth-child(1) { border-top:#CCC 1px solid;}
	.f_menu li:nth-child(2) { border-top:#CCC 1px solid;}
	
	.f_menu li a         { resize: none; }
	.f_menu li a:link    { color:#333333; text-decoration: none; }
	.f_menu li a:visited { color:#333333; text-decoration: none; }
	.f_menu li a:hover   { color:#333333; text-decoration: none; }
	.f_menu li a:active  { color:#333333; text-decoration: none; }
	
	.f-sns-icon li { font-size: 2.0rem; margin: 0 10px; }
}
@media screen and (min-width: 768px) {	
	footer { background:#fff; margin-top: 0px; }
	footer .in { color:#000; padding:30px 0; }
	footer .in .f_logo { text-align: center; width: 80px; margin:0 auto 10px; }
	footer .in .f_logo_text { text-align: center; font-size: 1.0rem; margin-bottom: 20px; }
	footer .in .f_text { text-align: center; font-size: 0.9rem; margin-bottom: 20px; }
	
	.f_menu { display: flex; justify-content: center; flex-wrap: wrap; background: #f4f4f4; padding: 10px 10px; margin-bottom: 20px; }
	.f_menu li { padding: 0 20px; font-size: 14px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.f_menu li a         { resize: none; }
	.f_menu li a:link    { color:#333333; text-decoration: none; }
	.f_menu li a:visited { color:#333333; text-decoration: none; }
	.f_menu li a:hover   { color:#333333; text-decoration: none; }
	.f_menu li a:active  { color:#333333; text-decoration: none; }	
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	footer .in { margin:0 2%; }
	.f_menu li { padding: 0 15px;}
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1025px) and (max-width: 1319px)  {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1320px) {
	footer .in { width:1280px; margin:0 auto; }
}
/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#copyright { text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#fff;  text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}
/*-- pagetop ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#pagetop { width: 40px; height: 40px; position:fixed; right:5px; bottom:50px; opacity:0.8; z-index: 999;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#pagetop { width: 50px; height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999;}
}
@media screen and (min-width: 1024px) {
	#pagetop { width: 70px; height: 70px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; }
}

/*-- box LINK 
色を変える　枠線　hoverで反転のリンク
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.box_link_btn a { color:#000; width:80%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 12px; border-radius: 15px; }
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#000; }
	.box_link_btn a:active  { color:#000; text-decoration: none; } 

	.box_link_btn02 a { color:fff; width:80%; height:30px; line-height:30px; border:#0b6554 1px solid; display:block; text-align:center; margin:0 10%; background:#0b6554; border-radius: 20px; font-size: 14px;}
	.box_link_btn02 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn02 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn02 a:hover   { color:#0b6554;    text-decoration: none; background:#fff; }
	.box_link_btn02 a:active  { color:#fff; text-decoration: none; }

	.box_link_btn03 a { color:#fff; width:80%; height:30px; line-height:30px; border:#cca600 1px solid; display:block; text-align:center; margin:0 10%; background:#cca600; border-radius: 20px; font-size: 14px;}
	.box_link_btn03 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn03 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn03 a:hover   { color:#cca600;    text-decoration: none; background:#fff; }
	.box_link_btn03 a:active  { color:#fff; text-decoration: none; }

	.box_link_btn04 a { color:#fff; width:80%; height:30px; line-height:30px; border:#fff 1px solid; display:block; text-align:center; margin:0 10%; border-radius: 20px; font-size: 14px;}
	.box_link_btn04 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn04 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn04 a:hover   { color:#ee148e;    text-decoration: none; background:#fff; }
	.box_link_btn04 a:active  { color:#fff; text-decoration: none; } 

	.box_link_btn05 a { color:fff; width:80%; height:30px; line-height:30px; border:#e97600 1px solid; display:block; text-align:center; background:#e97600; border-radius: 20px; font-size: 14px;}
	.box_link_btn05 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn05 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn05 a:hover   { color:#e97600;    text-decoration: none; background:#fff; }
	.box_link_btn05 a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#000; width:60%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 20%; background:#fff; font-size: 13px; border-radius: 15px; }
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#000; }
	.box_link_btn a:active  { color:#000; text-decoration: none; } 

	.box_link_btn02 a { color:fff; width:30%; height:40px; line-height:40px; border:#0b6554 1px solid; display:block; text-align:center; margin:0 35%; background:#0b6554; border-radius: 20px;}
	.box_link_btn02 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn02 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn02 a:hover   { color:#0b6554;    text-decoration: none; background:#fff; }
	.box_link_btn02 a:active  { color:#fff; text-decoration: none; }

	.box_link_btn03 a { color:#fff; width:30%; height:40px; line-height:40px; border:#cca600 1px solid; display:block; text-align:center; margin:0 35%; background:#cca600; border-radius: 20px;}
	.box_link_btn03 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn03 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn03 a:hover   { color:#cca600;    text-decoration: none; background:#fff; }
	.box_link_btn03 a:active  { color:#fff; text-decoration: none; }

	.box_link_btn04 a { color:#fff; width:30%; height:40px; line-height:40px; border:#fff 1px solid; display:block; text-align:center; margin:0 35%; border-radius: 20px;}
	.box_link_btn04 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn04 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn04 a:hover   { color:#ee148e;    text-decoration: none; background:#fff; }
	.box_link_btn04 a:active  { color:#fff; text-decoration: none; } 

	.box_link_btn05 a { color:fff; width:100%; height:35px; line-height:35px; border:#e97600 1px solid; display:block; text-align:center; background:#e97600; border-radius: 20px;}
	.box_link_btn05 a:link    { color:#fff; text-decoration: none; }
	.box_link_btn05 a:visited { color:#fff; text-decoration: none; }
	.box_link_btn05 a:hover   { color:#e97600;    text-decoration: none; background:#fff; }
	.box_link_btn05 a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) {
	.flatbtn a {
		width: 200px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		border: #ffa23e 1px solid;
		display: block;
		text-align: center;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
		border-radius: 4px;
	}
	.flatbtn a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}

	.flatbtn02 a {
		width: 200px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		border: #ffa23e 1px solid;
		display: block;
		text-align: center;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
		border-radius: 4px;
		font-size: 0.9rem;
	}
	.flatbtn02 a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.flatbtn a {
		width: 160px;
		height: 30px;
		line-height: 30px;
	}
	.box_link_btn a { width:80%; margin: 0 10%; }
	.box_link_btn05 a { color:fff; width:160px; height:25px; line-height:25px; border:#e97600 1px solid; display:block; text-align:center; background:#e97600; border-radius: 20px; font-size: 13px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.box_link_btn05 a { color:fff; width:200px; height:25px; line-height:25px; border:#e97600 1px solid; display:block; text-align:center; background:#e97600; border-radius: 20px; font-size: 13px; }
}

/*-- フロート並び（分割）
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.fl_half_L { margin-bottom:20px; }
	.fl_half_L img { width:70%; margin:0 15%; }
	.fl_half_R { }
	.fl_half_R img { width:70%; margin:0 15%; }

	.fl_thirds_L { margin-bottom:20px; }
	.fl_thirds_L img { width:70%; margin:0 15%; }
	.fl_thirds_R { }
	.fl_thirds_R img { width:70%; margin:0 15%; }
}
@media screen and (min-width: 768px) {
	.fl_half_L { float:left; width:48%; margin-right:4%; }
	.fl_half_R { float:left; width:48%; margin-right:0%; }

	.fl_thirds_L { float:left; width:34%; margin-right:4%; }
	.fl_thirds_R { float:left; width:62%; margin-right:0%; }
}

/*-- スマホ　横スクロール
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.scroll {
	  overflow: auto;　　　　/*tableをスクロールさせる*/
	 white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar {
	  height: 10px;
	}
	.scroll::-webkit-scrollbar-track {
	  margin: 0 2px;
	  background: #ccc;
	  border-radius: 5px;
	}
	.scroll::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #666;
	}
}

/*--リスト改行の頭を揃える
------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}

/*--olリスト
------------------------------------------------------------*/
ol {　counter-reset:number; /* 名前を付けたカウンターをリセット */　list-style:none; /* olが数字を付けることをキャンセル */　margin:0;　padding:0;　}
ol li{ margin-bottom:10px; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; padding-bottom:10px; }
ol li:before{　counter-increment: number; /* 任意の名前を付けて！ */　content: counter(number); /* 名前を付けたカウンターを呼び出し */　margin-right:0.5em;　color:#66A64E;　font-family:'Roboto', sans-serif; font-weight:bold;　font-size:1.1em;　}

/*--矢印リスト
------------------------------------------------------------*/
.arrow_list_w { margin-bottom:20px; }
.arrow_list_w li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_w li:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_s li:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.circle_list { margin:0 2% 0px; }
.circle_list li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#D91061; font-weight:bold; font-size:1.0em; }

.circle_list02 { margin:0 2% 0px; }
.circle_list02 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list02 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#3da678; }

.circle_list03 { margin:0 2% 0px; }
.circle_list03 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list03 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#cd9054; }

.circle_list04 { margin:0 2% 0px; }
.circle_list04 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list04 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#64a8dd; }

/*--スマホメニュー開閉背景の色
------------------------------------------------------------*/
.mm-menu { background:#54A583 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落
------------------------------------------------------------*/
.single_section h1 { font-size:2.4em; color:#333; font-weight:bold; margin-bottom:20px; }
.single_section h2 { font-size:2.1em; color:#333; font-weight:bold; border-left:6px solid #50A8ED; padding-left:2%; margin-bottom:20px; }
.single_section h3 { font-size:1.8em; color:#50A8ED; font-weight:bold; padding:2% 0; border-bottom:#333333 1px solid; margin-bottom:20px; }
.single_section h4 { font-size:1.5em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section h5 { font-size:1.2em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section p { line-height:1.7 !important; font-size:15px !important; margin-bottom:40px !important; }
.single_section img { margin-bottom:20px !important; }

/*--wordpress投稿　AUTO SITEMAP
------------------------------------------------------------*/
#sitemap_list { margin-bottom:20px; }
#sitemap_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
#sitemap_list li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#d91061; }


/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #4D984D !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #0d5279 !important; }
#pager a { color: #fff !important; }
#pager .pages, #pager .current { background: #dedede !important;}

/* アニメーション
------------------------------------------------------------*/
/* 点滅 */
.flash1{
  animation: Flash1 1.0s infinite;
}
@keyframes Flash1{
  50%{ opacity: 0.5; }
}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}

.under {text-decoration:underline; border-color:#666;}

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #333 !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #333  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }
.min { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.marker { background:linear-gradient(transparent 60%, #ff6 60%); }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* clearfix */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- APPEND ----------------------------------------------------------------*/


