@charset "UTF-8";
/* color */
:root {
	--base-color:#f76507;
	--sub-color:#f76507;
	--opa-color:#c38f89;
}

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#333; text-decoration: none; }
a:visited { color:#333; text-decoration: none; }
a:hover   { color:var(--base-color); text-decoration: underline; }
a:active  { color:#333; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#333; text-decoration: underline; }
.u_link a:visited { color:#333; text-decoration: underline; }
.u_link a:hover   { color:#000; text-decoration: underline; }
.u_link a:active  { color:#333; text-decoration: underline; }

footer a         { resize: none; }
footer a:link    { color:#fff; text-decoration: none; }
footer a:visited { color:#fff; text-decoration: none; }
footer a:hover   { color:#ccc; text-decoration: none; }
footer a:active  { color:#fff; 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%; }

@media screen and (max-width: 599px) {
	.pc { display: none; }
}
@media screen and (min-width: 600px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
}
@media screen and (max-width: 1089px) {
	.pc_tab { display: none; }
}
@media screen and (min-width: 1090px) {
	.sp_tab { display: none; }
}
@media screen and (max-width: 889px) {
	.pc_tab_mini { display: none; }
}
@media screen and (min-width: 900px) {
	.sp_tab_mini { display: none; }
}
/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.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: 600px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:25%; position: relative; z-index: 1; }
	.img_t_L { float:left; margin:0 40px 40px 0; width:30%; position: relative; z-index: 1;}
	.img_y_R { float:right; margin:0 0 40px 40px; width:40%; position: relative; z-index: 1;}
	.img_y_L { float:left; margin:0 40px 40px 0; width:30%; position: relative; z-index: 1;}
	
	.img_y_R_office { float:right; margin:0 0 40px 40px; width:30%; position: relative; z-index: 1;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:35%;}
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:30%;}
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:30%;}
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:30%;}
}
@media screen and (min-width: 1290px) and (max-width: 1389px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:25%;}
}
/*-- base -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.in { width: 96%; margin: 0 2%; }
	#keyVisual .in { width: 100%; margin: 0 auto; }
	#content .in { width: 100%; margin: 0 auto; }
}
@media screen and (min-width: 600px) {
	header .in { width: 96%; margin: 0 2%; }
}
@media screen and (min-width: 600px) and (max-width: 1260px) {
	header .in { width: 98%; margin: 0 1%; }
	#content .in { margin: 0 2%; }
	#keyVisual .in { width: 100%; margin: 0 auto; }
}

/*-- header -------------------------------------------------------------*/
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; }
header .in-head-flex .hR nav li { list-style: none; }

@media screen and (max-width: 1089px) {
	header .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; margin-bottom: 5px; }
	
	header .in-head-flex .hL { width: 80%; display: flex; justify-content: flex-start; align-items: flex-end; }
	header .in-head-flex .hL h1 { font-size: 10px; color: #000; line-height: 1.1; }
	header .in-head-flex .hL h1 span { display: block; font-size: 2.4em; letter-spacing: 0.3em; }
	header .in-head-flex .hL .logo { max-width: 100px; margin-right: 20px; }
}
@media screen and (min-width: 1090px) {
	header .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; margin-bottom: 5px; }
	
	header .in-head-flex .hL { width: 30%; display: flex; justify-content: flex-start; align-items: flex-end; }
	header .in-head-flex .hL h1 { font-size: 10px; color: #000; line-height: 1.1; }
	header .in-head-flex .hL h1 span { display: block; font-size: 3.6em; letter-spacing: 0.3em; }
	header .in-head-flex .hL .logo { max-width: 150px; margin-right: 20px; }

	
	header .in-head-flex .hR { width: 70%;}
	header .in-head-flex .hR nav ul { display: flex; justify-content: flex-end; align-items: center; }
	header .in-head-flex .hR nav ul li { margin-left: 4%; font-size: 0.9rem; list-style: none; }

	header .in-head-flex .hR nav ul li a         { resize: none; display: block; position: relative;}
	header .in-head-flex .hR nav ul li a:link    { color:#000; text-decoration: none; }
	header .in-head-flex .hR nav ul li a:visited { color:#000; text-decoration: none; }
	header .in-head-flex .hR nav ul li a:hover   { color:var(--base-color); text-decoration: none; }
	header .in-head-flex .hR nav ul li a:active  { color:#000; text-decoration: none; }
	nav li a::after {
		position: absolute;
		bottom: -2px;
		left: 5%;
		content: '';
		width: 90%;
		height: 1px;
		background: var(--base-color);
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
		z-index: 1;
	}
	nav ul li a:hover::after {
		transform: scale(1, 1);
	}
	
	header .in-head-flex .hR nav ul li.h_contact a::after { display: none;}
	header .in-head-flex .hR nav ul li.h_contact a { background:var(--base-color); color: #fff; font-size: 0.8rem; height: 30px; line-height: 30px; padding: 0 30px; border-radius: 15px; }
	header .in-head-flex .hR nav ul li.h_contact a:hover { opacity: 0.7;}
} 
@media screen and (min-width: 900px) and (max-width: 1089px) {
	header .in-head-flex .hL h1 span { font-size: 2.4em; }
	header .in-head-flex .hL .logo { max-width: 110px; }
	header .in-head-flex .hR nav ul li { margin-left: 2%; font-size: 0.8rem; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	header .in-head-flex .hL h1 span { font-size: 2.7em; }
	header .in-head-flex .hL .logo { max-width: 120px; }
	header .in-head-flex .hR nav ul li { margin-left: 2%; font-size: 0.85rem; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	header .in-head-flex .hL h1 span { font-size: 3.0em; }
	header .in-head-flex .hL .logo { max-width: 130px; }
	header .in-head-flex .hR nav ul li { margin-left: 3%; font-size: 0.85rem; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px) {
	header .in-head-flex .hL h1 span { font-size: 3.3em; }
	header .in-head-flex .hL .logo { max-width: 140px; }
	header .in-head-flex .hR nav ul li { margin-left: 3%; font-size: 0.9rem; }
}
/*-- is-fix  -------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	header.is-fix { background: none; }
	header.is-fix .in-head-flex .hL .logo { display: none; }
	header.is-fix .in-head-flex .hL h1 { display: none; }
}
@media screen and (min-width: 900px) {
	header.is-fix { background: #fff; }
	header.is-fix .in { max-width: 99%; margin: 1px 0.5%; width: 100%; }
	
	header.is-fix .in-head-flex .hL h1 { display: none; }
	header.is-fix .in-head-flex .hL .logo { max-width: 100px; }
	
	header.is-fix .in-head-flex .hR nav ul li { margin-left: 3%; font-size: 0.8rem; }
	header.is-fix .in-head-flex .hR nav ul li.h_contact a { background:var(--base-color); color: #fff; font-size: 0.7rem; height: 25px; line-height: 25px; padding: 0 20px; border-radius: 15px; }
}

/*-- is-fix  -------------------------------------------------------------*/
@media screen and (min-width: 1090px) {
	.h_menu > ul > li.pc_tab:hover > .menu {
		max-height: 9999px;
		opacity: 1;
		box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.45);
		background: #fefdf8;
		width: 100%;
		height: auto;
		top: 70%;
	}
	.h_menu > ul > li > a {
	  display: block;
	  /*transition: all .2s ease-in;*/
	}
	.h_menu > ul > li.pc_tab > .menu {
		/*transition: all 0.2s ease-in;*/
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 100%;
		height: 0%;
		left: 0;
		text-align: center;
		position: absolute;
		top: -10%;
		background-color: #fff;
		border: 1px solid #dedede; 
	}
	.h_menu > ul .menu .menu_inner {
		padding: 2em 0;
		display: flex; justify-content: center;
	}
	.h_menu > ul .menu .menu_inner li {
	  display: inline-block;
	  margin: 0 2%;
	}
	header.is-fix .in-head-flex .hR .h_menu > ul .menu .menu_inner li { margin: 0 2%; }
	.h_menu > ul .menu .menu_inner li a         { resize: none; display: block; color:#000; }
	.h_menu > ul .menu .menu_inner li a:link    { color:#000; text-decoration: none; }
	.h_menu > ul .menu .menu_inner li a:visited { color:#000; text-decoration: none; }
	.h_menu > ul .menu .menu_inner li a:hover   { color:var(--base-color); text-decoration: none; opacity: 0.7; }
	.h_menu > ul .menu .menu_inner li a:active  { color:#000; text-decoration: none; }
	.h_menu > ul .menu .menu_inner li div { width: 100px; margin: 0 auto 10px; }
	.h_menu > ul .menu .menu_inner li div.serM { width: 150px; margin: 0 auto 10px; }
	.h_menu > ul .menu .menu_inner li div a::after { display: none; }
	
	.h_menu > ul .menu .menu_inner.menu_inner_list { display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 1em 0; }
	.h_menu > ul .menu .menu_inner.menu_inner_list li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color); display: inline-block; }
	.h_menu > ul .menu .menu_inner.menu_inner_list li a { display: inline-block; }
	.h_menu > ul .menu h5 { text-align: left; margin:0 2em 0px; border-bottom: 1px solid var(--base-color); padding: 0 2em 10px; color: var(--base-color); }
	.h_menu > ul .menu .menu_inner.menu_inner_list_center { display: flex; justify-content: center; flex-wrap: wrap; padding: 2em 0; }
}
/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 1089px) {
.h_menu { position: fixed; top: 2%; right: 2%; z-index: 9999; }
.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
.menu-trigger { position: fixed; top: 1%; right: 6%; width: 45px; 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: var(--base-color); border-radius: 2px; }
.h_menu .active span { background-color: var(--base-color) !important; } /* 色を変える */
.menu-trigger span:nth-of-type(1) { top: 0px; }
.menu-trigger span:nth-of-type(2) { top: 10.5px; width: 75%; }
.menu-trigger span:nth-of-type(3) { bottom: 10px; }
.h_menu .active span:nth-of-type(3) { bottom: 15px; }
.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: #fefdf8; 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 h5 { background: #fff8d6; color: #000; font-size: 0.85rem; padding: 5px 10px; margin-bottom: 10px; text-align: left; border-left: 3px solid var(--base-color); position: relative;}
#overlay h5.sp-toggle:after { content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); color: var(--sub-color);}
#overlay h5.sp-toggle.active:after { content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: 900; }
#overlay h6 { font-size: 0.9rem; margin-bottom: 10px; text-align: left; padding-bottom: 10px; border-bottom: 1px solid var(--base-color); color: var(--base-color); }
#overlay ul { margin:0 1% 20px; }
#overlay ul li { font-size: 0.8rem; margin-right: 4%; margin-bottom: 10px; text-align: left; }
#overlay ul li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color);}

#overlay h5 a         { resize: none; }
#overlay h5 a:link    { color:#000; text-decoration: none; }
#overlay h5 a:visited { color:#000; text-decoration: none; }
#overlay h5 a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
#overlay h5 a:active  { color:#000; text-decoration: none; }

header.is-fix .menu-trigger span { background-color: var(--sub-color); }
}
@media screen and (max-width: 599px) {
	.menu-trigger { position: fixed; top: 1.5%; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	.menu-trigger { position: fixed; top: 1%; right: 3%; }
	#overlay{ display: none; width: 40%; padding: 6% 4% 4%; }
}
@media screen and (min-width: 1089px) {
	.menu-trigger { position: fixed; top: 1%; right: 2%; }
	#overlay{ display: none; width: 30%; padding: 6% 4% 4%; }
}

.fa-phone { transform: rotate(90deg);}
/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	section { padding: 5vh 6%; }
	.secFlex { display: flex; flex-direction: column; }
	.flexImg { order: 2; margin-bottom: 0px; }
	.flexTxt { order: 1; position: relative; }
	
	.secFlex h2 { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; line-height: 1.5; color:#333; text-align: center; position: relative; z-index: 2; }
	.secFlex h6 { color: #f4f4f4; font-family: "Cormorant Garamond", serif; font-weight: 700; margin-bottom: 0px; position: absolute; top: -0.75em; left: 50%; transform: translate(-50%) !important; font-size: 2.2rem;}
	
	.ttl01 { text-align: center; font-size: 1.5rem; margin-bottom: 10px; color:var(--base-color); }
	.subTtl01 { text-align: center; font-size: 1.0rem; font-weight: bold; margin-bottom: 10px; }
	.mark { width: 30px; margin: 0 auto 10px; }
	.lead { text-align: center; margin-bottom: 20px;}
	
	.ttl01-en { line-height: 1.0; margin-bottom: 20px; text-align: center; opacity: 0.5; font-size: 0.7rem; }
	
	.flexTxt.flexL p { margin-bottom: 20px; }
	
	.newsDl { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
	.newsDl dt { background: #333; color: #fff; font-size: 10px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsDl dd { background: #fff; color: #333; font-size: 10px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	
	.newsList li { margin-bottom: 10px;}
}
@media screen and (min-width: 600px) {
	section .in { padding: 5vh 4%; }
	
	section.contactSec .in { margin: 0; padding: 0;}
	
	.secFlex { display: flex; justify-content: center; align-items: center; }
	.flexImg { width: 40%;}
	.flexTxt { width: 52%; padding: 2% 4%; position: relative; }
	.flexImg.flexR { width: 40%;}
	.flexL.flexTxt p { text-align: right; }
	
	.secFlex h2 { font-size: 2.0rem; margin-bottom: 20px; line-height: 1.0; color:#333; font-weight: bold; display: flex; justify-content: flex-start; align-items: center; position: relative; z-index: 2; }
	.secFlex h6 { color: #f4f4f4; font-family: "Cormorant Garamond", serif; font-weight: 700; margin-bottom: 0px; position: absolute; top: -0.75em; left: -0.25em; font-size: 5.0rem;}
	
	.ttl01 { text-align: center; font-size: 2.0rem; margin-bottom: 10px; color:var(--base-color); }
	.subTtl01 { text-align: center; font-size: 1.8rem; margin-bottom: 0px; }
	.mark { width: 50px; margin: 0 auto 10px; }
	.lead { text-align: center; margin-bottom: 20px;}
	
	.ttl01-en { line-height: 1.0; margin-bottom: 40px; text-align: center; opacity: 0.5; }
	
	.newsDl { display: flex; justify-content: flex-start; align-items: center; }
	.newsDl dt { background: #333; color: #fff; font-size: 12px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsDl dd { background: #fff; color: #333; font-size: 12px; height: 20px; line-height: 20px; padding: 0 10px; border: 1px solid #333; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	.newsList { margin-bottom: 40px; }
	.newsList li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #ccc; }
	.newsList li p { margin-bottom: 0px;}
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	.secFlex { display: flex; flex-direction: column; }
	.flexImg { order: 2; margin-bottom: 0px; }
	.flexTxt { order: 1; position: relative; }
	
	.ttl01 { font-size: 2.3rem; }
	.subTtl01 { font-size: 1.4rem; }
	.secFlex { align-items: flex-start; }

	.secFlex h2 { font-size: 1.5rem; }
	.secFlex h2 span { font-size: 0.7rem;}
	.secFlex h3 { font-size: 0.9rem; }
	.secFlex ul.check li {font-size: 1.00rem; width: 96%; }
	.secFlex h6 { font-size: 2.5rem; }
	
}
@media screen and (min-width: 900px) and (max-width: 1079px)  {
	.ttl01 { font-size: 2.4rem; }
	.subTtl01 { font-size: 1.5rem; }
	.secFlex { align-items: flex-start; }
	.secFlex h2 { font-size: 1.6rem; }
	.secFlex h2 span { font-size: 0.75rem;}
	.secFlex h3 { font-size: 0.95rem; }
	.secFlex ul.check li {font-size: 1.05rem; width: 100%; }
	.secFlex h6 { font-size: 3.0rem; }
}
@media screen and (min-width: 1080px) and (max-width: 1179px)  {
	.ttl01 { font-size: 2.5rem; }
	.subTtl01 { font-size: 1.6rem; }
	.secFlex h2 { font-size: 1.7rem; }
	.secFlex h2 span { font-size: 0.8rem;}
	.secFlex h3 { font-size: 0.95rem; }
	.secFlex ul.check li {font-size: 1.05rem;  width: 100%;}
	.secFlex h6 { font-size: 3.5rem; }
}
@media screen and (min-width: 1180px) and (max-width: 1279px)  {
	.ttl01 { font-size: 2.5rem; }
	.subTtl01 { font-size: 1.6rem; }
	.secFlex h2 { font-size: 1.8rem; }
	.secFlex h2 span { font-size: 0.85rem;}
	.secFlex h3 { font-size: 1.0rem; }
	.secFlex ul.check li {font-size: 1.1rem; width: 100%; }
	.secFlex h6 { font-size: 4.0rem; }
}
@media screen and (min-width: 1280px) and (max-width: 1379px)  {
	.ttl01 { font-size: 2.6rem; }
	.subTtl01 { font-size: 1.7rem; }
	.secFlex h2 { font-size: 1.9rem; }
	.secFlex h3 { font-size: 1.0rem; }
	.secFlex ul.check li {font-size: 1.15rem; width: 100%; }
	.secFlex h6 { font-size: 4.5rem; }
}
@media screen and (min-width: 1380px) {
	
}

/*-- #anch11 -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#contact { background: #fff; border-top: 1px solid #dedede;; }
	#contact .in { padding: 5vh 0;}
	.contact-list { }
	.contact-list li { width: 90%; margin:0 5% 10px;}
	.contact-list li:last-child { margin-right: 0px; }
	.contact-list li:nth-child(1) p { margin-bottom: 0; color:var(--base-color); font-size: 0.7rem; }
	.contact-list li:nth-child(1) p.roboto { font-size: 2.2rem;line-height: 1.2; }
		.contact-list li:nth-child(1) p.roboto a         { resize: none; }
		.contact-list li:nth-child(1) p.roboto a:link    { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(1) p.roboto a:visited { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(1) p.roboto a:hover   { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(1) p.roboto a:active  { color:var(--base-color); text-decoration: none; }
	.contact-list li:nth-child(1) p.roboto a:before { content: "\f095"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px; transform: rotate(90deg); display: inline-block;} 
	.contact-list li:nth-child(1) p.roboto:hover a:before { content: "\f2a0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;}  
	.contact-list li:nth-child(1) p.xsmall { font-size: 0.8rem; }
	
	.contact-list li:nth-child(2) { background: #FEFFDD; border: var(--base-color) 3px solid; height: 41px; line-height: 35px; color: var(--base-color); text-align: center; font-size: 0.9rem; }
		.contact-list li:nth-child(2) a         { resize: none; display: block; }
		.contact-list li:nth-child(2) a:link    { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(2) a:visited { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(2) a:hover   { color:#fff; text-decoration: none; background:var(--base-color); }
		.contact-list li:nth-child(2) a:active  { color:var(--base-color); text-decoration: none; }
	.contact-list li:nth-child(2) a:before { content: "\f0e0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;} 
	.contact-list li:nth-child(2):hover a:before { content: "\f2b6"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;}  
	
	.contact-list li:nth-child(3) { background: #FEFFDD; border: var(--base-color) 3px solid; height: 41px; line-height: 35px; color: var(--base-color); text-align: center; font-size: 0.9rem;}
		.contact-list li:nth-child(3) a         { resize: none; display: block; }
		.contact-list li:nth-child(3) a:link    { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(3) a:visited { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(3) a:hover   { color:#fff; text-decoration: none; background:var(--base-color); }
		.contact-list li:nth-child(3) a:active  { color:var(--base-color); text-decoration: none; }
	.contact-list li:nth-child(3) a:before { content: "\f0c0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;} 
	.contact-list li:nth-child(3):hover a:before { content: "\f0c0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;}  
	
	.f_snsList { display: flex; justify-content: center; align-items: center; margin-top: 20px; }
	.f_snsList li { width: 30px; margin: 0 10px; }
}
@media screen and (min-width: 600px) {	
	#contact { background: #fff; border-top: 1px solid #dedede;; }
	#contact .in { max-width: 1000px; margin: 0 auto; width: 100%; padding: 5vh 2%; }
	.contact-list { display: flex; justify-content: center; align-items: center; }
	.contact-list li { width: 31%; margin-right: 3.5%;}
	.contact-list li:last-child { margin-right: 0px; }
	.contact-list li:nth-child(1) p { margin-bottom: 0; color:var(--base-color); font-size: 0.9rem; }
	.contact-list li:nth-child(1) p.roboto { font-size: 2.4rem;line-height: 1.2; }
		.contact-list li:nth-child(1) p.roboto a         { resize: none; }
		.contact-list li:nth-child(1) p.roboto a:link    { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(1) p.roboto a:visited { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(1) p.roboto a:hover   { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(1) p.roboto a:active  { color:var(--base-color); text-decoration: none; }
	.contact-list li:nth-child(1) p.roboto a:before { content: "\f095"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px; transform: rotate(90deg); display: inline-block;} 
	.contact-list li:nth-child(1) p.xsmall { font-size: 0.8rem; }
	
	.contact-list li:nth-child(2) { background: #FEFFDD; border: var(--base-color) 3px solid; height: 60px; line-height: 54px; color: var(--base-color); text-align: center; font-size: 1.2rem; }
		.contact-list li:nth-child(2) a         { resize: none; display: block; }
		.contact-list li:nth-child(2) a:link    { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(2) a:visited { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(2) a:hover   { color:#fff; text-decoration: none; background:var(--base-color); }
		.contact-list li:nth-child(2) a:active  { color:var(--base-color); text-decoration: none; }
	.contact-list li:nth-child(2) a:before { content: "\f0e0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;} 
	.contact-list li:nth-child(2):hover a:before { content: "\f2b6"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;}  
	
	.contact-list li:nth-child(3) { background: #FEFFDD; border: var(--base-color) 3px solid; height: 60px; line-height: 54px; color: var(--base-color); text-align: center; font-size: 1.2rem;}
		.contact-list li:nth-child(3) a         { resize: none; display: block; }
		.contact-list li:nth-child(3) a:link    { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(3) a:visited { color:var(--base-color); text-decoration: none; }
		.contact-list li:nth-child(3) a:hover   { color:#fff; text-decoration: none; background:var(--base-color); }
		.contact-list li:nth-child(3) a:active  { color:var(--base-color); text-decoration: none; }
	.contact-list li:nth-child(3) a:before { content: "\f0c0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;} 
	.contact-list li:nth-child(3):hover a:before { content: "\f0c0"; font-family: "Font AweSome 5 Free"; font-weight: 900; margin-right: 10px;} 
	
	.f_snsList { display: flex; justify-content: center; align-items: center; margin-top: 40px; }
	.f_snsList li { width: 40px; margin: 0 10px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {	
	.contact-list li { width: 32%; margin-right: 2%;}
	.contact-list li:nth-child(1) p { margin-bottom: 0; color:var(--base-color); font-size: 0.7rem; }
	.contact-list li:nth-child(1) p.roboto { font-size: 2.0rem; }	
	.contact-list li:nth-child(2) { height: 50px; line-height: 50px; font-size: 1.0rem; }
	.contact-list li:nth-child(3) { height: 50px; line-height: 50px; font-size: 1.0rem; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {	
	.contact-list li { width: 32%; margin-right: 2%;}
	.contact-list li:nth-child(1) p { margin-bottom: 0; color:var(--base-color); font-size: 0.7rem; }
	.contact-list li:nth-child(1) p.roboto { font-size: 2.0rem; }	
	.contact-list li:nth-child(2) { height: 50px; line-height: 50px; font-size: 1.0rem; }
	.contact-list li:nth-child(3) { height: 50px; line-height: 50px; font-size: 1.0rem; }
}


/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 1079px) {
	#contact-fixed ul { position: fixed; z-index: 888; bottom: 0; left: 0.5%; right: 0.5%; margin: 0 auto; width: 99%; display: flex; justify-content: center;}
	#contact-fixed ul li { width: 33%; }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
	#contact-fixed { display: none; }
}
/*-- pc
@media screen and (min-width: 768px) {
	#contact-fixed { position: fixed; z-index: 888; bottom: 0; left: 0; background: rgba(148,75,67,0.7); padding: 1%; width: 100%; }
	#contact-fixed ul { display: flex; justify-content: center;}
	#contact-fixed ul li { margin-right: 1%; }
	#contact-fixed ul li:last-child { margin-right: 0px;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#contact-fixed .in { margin:0 1%; }
}
@media screen and (min-width: 961px) and (max-width: 1259px)  {
	#contact-fixed .in { margin:0 1%; }
}
@media screen and (min-width: 1260px) and (max-width: 1319px)  {
	#contact-fixed .in { margin:0 2%; }
}
@media screen and (min-width: 1320px) {
	#contact-fixed .in { width: 1260px; margin: 0 auto;}
}
-- */
/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	footer { background:#333; border-top: 1px solid #111111;}
	footer .in { color:#fff; padding: 6% 2%; display: flex; flex-direction: column; }
	footer .in .in-f-flex-over01 { order: 1; }
	footer .in .in-f-flex-over02 { order: 2; }
	footer .in .in-f-flex-over03 { order: 3; }
	footer .in .in-f-flex-under { order: 4; }
	footer .in .fLogo { width: 10%; margin:0 auto 10px; }
	footer .in p { text-align: center; font-size: 0.8rem; line-height: 1.5; color: #fff; }
	
	footer .in .in-f-flex { margin-bottom: 20px; }
	footer .in .in-f-flex h5 { background: #222; margin-bottom: 10px; font-size: 0.8rem; padding: 5px 10px;}
	footer .in .in-f-flex h6 { margin-bottom: 10px; font-size: 0.8rem; }
	footer .in .in-f-flex ul { padding-left: 0.75em;}
	footer .in .in-f-flex ul li { font-size: 0.75rem; margin-bottom: 10px; padding-left: 1em; text-indent: -1em; }
	footer .in .in-f-flex ul li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color);}
	
	footer .in .in-in-f-flex { padding-left: 0.75em; }
	footer .in .in-in-f-flex ul { padding-left: 0em; }
	
	footer .in .f_menu { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 0 2% 40px; background: #333; }
	footer .in .f_menu li { width: 50%; font-size: 0.7rem; border-bottom: 1px solid #1a1a1a; border-left: 1px solid #1a1a1a; padding: 4%; text-indent: -4%; }
	footer .in .f_menu li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color); }
	footer .in .f_menu li:nth-child(1) { border-top: 1px solid #1a1a1a; }
	footer .in .f_menu li:nth-child(2n) { border-right: 1px solid #1a1a1a; }
	footer .in .f_menu li:nth-child(2) { border-top: 1px solid #1a1a1a; }
	footer .in .f_menu li:nth-child(odd):last-child { border-right: 1px solid #1a1a1a; }
}
@media screen and (min-width: 900px) {	
	footer { background:#333;  border-top: 1px solid #111111; padding-top: 2vh; position: relative; z-index: 10; }
	footer .in { color:#fff; padding:30px 2%; padding-bottom: 5vh; }
	footer .in .fLogo { width: 40px; margin: 0 auto 20px; }
	footer .in p { text-align: center; font-size: 0.8rem; }
	footer .in p.xlarge { font-size: 1.0rem; }
	
	footer .in .f_menu { display: flex; justify-content: center; align-items: center; margin: 0 auto 40px; background: #444; padding: 5px 4%; max-width: 1200px; width: 96%;  }
	footer .in .f_menu li { margin: 0 2%; font-size: 0.8rem; }
}

footer .in a         { resize: none; position: relative;}
footer .in a:link    { color:#fff; text-decoration: none; }
footer .in a:visited { color:#fff; text-decoration: none; }
footer .in a:hover   { color:var(--base-color); text-decoration: none; }
footer .in a:active  { color:#fffra; text-decoration: none; }
footer .in a::after {
	position: absolute;
	bottom: -10px;
	left: 0%;
	content: '';
	width: 90%;
	height: 1px;
	background: var(--base-color);
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: 1;
}
footer .in a:hover::after {
	transform: scale(1, 1);
}
@media screen and (min-width: 1490px) {	
	footer .in .in-in-f-flex { display: flex; justify-content: flex-start; padding-left: 0.75em; }
}
/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#copyright { background:#222; text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; border-top: 1px solid #111111; }
}
@media screen and (min-width: 600px) {
	#copyright { background:#222;  text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; border-top: 1px solid #111111; }
}
/*-- pagetop ------------------------------------------------------------*/
#pagetop { background: var(--sub-color); opacity: 0.5;
	background: -moz-linear-gradient(bottom, #f83600 0%, #f9d423 100%);
	background: -webkit-linear-gradient(bottom, #f83600 0%,#f9d423 100%);
	background: linear-gradient(to bottom, #f83600 0%,#f9d423 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#f9d423',GradientType=1 );
}
#pagetop a         { color:#fff; display: block; resize: none; }
#pagetop a:link    { color:#fff; text-decoration: none; }
#pagetop a:visited { color:#fff; text-decoration: none; }
#pagetop a:hover   { color:#999; text-decoration: none; }
#pagetop a:active  { color:#fff; text-decoration: none; }
@media screen and (max-width: 599px) {
	#pagetop { width: 40px; height: 40px; line-height: 40px; position:fixed; right:2%; bottom:2%; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 1080px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}

/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.box_link_btn a { color:#000; width:80%; height:30px; line-height:30px; border:#000 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 10%; background:#fff; font-size: 12px;}
	.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; } 
}
@media screen and (min-width: 600px) {
	.box_link_btn a { color:#000; width:40%; height:35px; line-height:35px; border:#000 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 30%; background:#fff; font-size: 13px;}
	.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_btn_L a { margin: 0 0;}
	
	.box_link_btn_300 a { width: 300px; margin: 0 auto;}
	.box_link_btn_80 a { width: 80%; margin: 0 auto;}
	.box_link_btn_200 a { width: 200px; margin: 0 auto; height:30px; line-height: 30px; font-size: 0.8rem; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.box_link_btn a { width: 60%;}
}

@media screen and (max-width: 599px) {
	.grd-btn a {
		position: relative;
		display: inline-block;
		margin: 0 15%;
		width: 70%;
		font-size: 0.7rem;
		/* font-weight: bold; */
		line-height: 35px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		transition: 0.3s;
		background: #f83600;
		background: -moz-linear-gradient(left, #f83600 0%, #f9d423 100%);
		background: -webkit-linear-gradient(left, #f83600 0%,#f9d423 100%);
		background: linear-gradient(to right, #f83600 0%,#f9d423 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#f9d423',GradientType=1 );
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
	}
	.grd-btn a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.grd-btn a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		color: #fff;
		background: rgb(255,214,94); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 */
		box-shadow: 0 0 10px rgba(255,255,255,0.4);
	}
	.grd-btn a:hover{ letter-spacing: 3px } 
	.grd-btn a:hover:after{ width: 20px; background: #fff; } 
}
@media screen and (min-width: 600px) {	
	.grd-btn a {
		position: relative;
		display: inline-block;
		margin: 0 auto 0;
		width: 250px;
		font-size: 0.8rem;
		/* font-weight: bold; */
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background: #f83600;
		background: -moz-linear-gradient(left, #f83600 0%, #f9d423 100%);
		background: -webkit-linear-gradient(left, #f83600 0%,#f9d423 100%);
		background: linear-gradient(to right, #f83600 0%,#f9d423 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#f9d423',GradientType=1 );
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.grd-btn a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.grd-btn a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: rgb(255,214,94); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 */
		box-shadow: 0 0 10px rgba(255,255,255,0.4);
		color: #fff;
	}
	.grd-btn a:hover{ letter-spacing: 3px } 
	.grd-btn a:hover:after{ width: 20px; background: #fff; } 
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.grd-btn a { width: 240px; line-height: 40px; }
}


.box_contact_mv_box { position: fixed; right: 0; bottom: 0; margin-bottom: 0px; z-index: 888; }
@media screen and (max-width: 599px) {
	.box_contact_mv_box a {
		position: relative;
		display: inline-block;
		margin: 0 auto 0;
		width: 240px;
		font-size: 0.7rem;
		/* font-weight: bold; */
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background: var(--base-color);
		border: 1px solid var(--base-color);
		transition: 0.3s;
	}
	.box_contact_mv_box a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.box_contact_mv_box a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: var(--sub-color);
		color: #fff;
	}
	.box_contact_mv_box a:hover{ letter-spacing: 3px } 
	.box_contact_mv_box a:hover:after{ width: 20px; background: #fff; } 
}
@media screen and (min-width: 600px) {	
	.box_contact_mv_box a {
		position: relative;
		display: inline-block;
		margin: 0 auto 0;
		width: 320px;
		font-size: 0.9rem;
		/* font-weight: bold; */
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		color: #fff;
		background: var(--base-color);
		border: 1px solid var(--base-color);
		transition: 0.3s;
	}
	.box_contact_mv_box a:after{
		content: "";
		background: #fff;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.box_contact_mv_box a:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: var(--sub-color);
		color: #fff;
	}
	.box_contact_mv_box a:hover{ letter-spacing: 3px } 
	.box_contact_mv_box a:hover:after{ width: 20px; background: #fff; } 
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.box_contact_mv_box a { width: 240px; line-height: 40px; }
}

.arrow-button a {
	display:inline-block;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	background: #ffe8a6;
	padding: 5px 40px 5px 20px;
	font-size: 0.9rem;
	margin-bottom: 40px;
}
.arrow-button a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50%);
	left: 90%;
	width: 40px;
	height: 5px;
	border: none;
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	transform: skew(45deg);
	transition: .3s;
}
.arrow-button a:hover::after {
	position: absolute;
	top: calc(50%);
	left: 90%;
	width: 60px;
	height: 5px;
}

@media screen and (max-width: 599px) {
	.arrow-button a { font-size: 0.8rem; margin-bottom: 20px; padding: 5px 40px 5px 10px; }
	.arrow-button a::after {
		top: calc(30%);
		left: 95%;
		width: 30px;
	}
}

.arrow-button :hover { color:var(--base-color); }
.arrow-button a:hover::after { border-right: 2px solid var(--base-color); border-bottom: 1px solid var(--base-color); }
.arrow-button a:hover::after { }
	

/*-- text-shadow ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.tShadow {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.7), -2px -2px 2px rgba(0,0,0,0.7), -2px 2px 2px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), 2px 0px 2px rgba(0,0,0,0.7), -2px -0px 2px rgba(0,0,0,0.7), 0px 2px 2px rgba(0,0,0,0.7), 0px -2px 2px rgba(0,0,0,0.7);
	}
	.tShadow-wh {
		text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
	}
}
@media screen and (min-width: 600px) {
	.tShadow {
		text-shadow: 3px 3px 3px rgba(0,0,0,0.7), -3px -3px 3px rgba(0,0,0,0.7), -3px 3px 3px rgba(0,0,0,0.7), 3px -3px 3px rgba(0,0,0,0.7), 3px 0px 3px rgba(0,0,0,0.7), -3px -0px 3px rgba(0,0,0,0.7), 0px 3px 3px rgba(0,0,0,0.7), 0px -3px 3px rgba(0,0,0,0.7);
	}
	.tShadow-wh {
		text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
	}	
}

/*-- sp tbl overscroll ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 60px; max-height: 80vh; }
	.scroll::-webkit-scrollbar { width: 6px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
}
@media screen and (min-width: 600px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 60px; max-height: 80vh; }
	.scroll::-webkit-scrollbar { width: 10px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
	
	.scroll-x { overflow-x: scroll; }
}
/*-- list indent ------------------------------------------------------------*/
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 number list ------------------------------------------------------------*/
ol.nrml { counter-reset: item; list-style-type: none; padding-left: 0; }
ol.nrml li{ text-indent: -1.3em; padding-left: 1.3em; }
ol.nrml li:before { counter-increment: item; content: counter(item)'.'; padding-right: .5em; font-weight: bold; color: #000;}

ol.maru { list-style-type: none; counter-reset: number; }
ol.maru li { position: relative;}
ol.maru li::before { content: counter(number); counter-increment: number; padding: 0 0.2em; }
ol.maru li::after { content: ''; position: absolute; display: block; top: 50%; left: 0; transform: translateY(-50%); width: 1em; height: 1em; border: 1px solid #000; border-radius: 50%;}

/*-- arrow list ------------------------------------------------------------*/
.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:"Font Awesome 5 Free"; font-weight: bold; margin-right:10px; color:var(--base-color); }

.circle_list { }
.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:"〇"; margin-right:10px; color:var(--base-color); 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:"\f111"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color); }

.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:"\f111"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color); }

.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:"\f111"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color); }


/*-- スマホメニュー開閉背景の色 ------------------------------------------------------------*/
.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:40px !important; }
.single_section strong { font-size: 1.2rem; }

/*--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; }


.wsp-pages-list li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dedede; }
.wsp-pages-list li:before { content: "├"; margin-right: 10px; }
.wsp-pages-list li .children { margin-top: 20px; padding-left: 1em;  }
.wsp-pages-list li .children li { border-bottom: 1px dotted #dedede; }
.wsp-pages-list li .children li:last-child { margin-bottom: 20px; border-bottom: none; }

/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter { display: block; margin: 0 auto;}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #ccc !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #fff !important; }
#pager a { color: #333 !important;  }
#pager .pages, #pager .current { background: #dedede !important;}
#pager a.page { border: 1px solid #dedede; }

/*-- animation ------------------------------------------------------------*/
/* 点滅 */
.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;}
.endi { color: var(--base-color);}

.under {text-decoration:underline; border-color:#666;}

.marker { background:linear-gradient(transparent 60%, #f5f5ee 60%); }

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !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; }
.gothic { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; }
.min { font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; }
.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 */

/*-- loading ------------------------------------------------------------*/
#loading{ position: absolute; left: 45%; top: 40%; }
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 8888; }
body{ background-color: #fff; }
@media screen and (max-width: 767px) { 
	#loading{ position: absolute; left: 45%; top: 40%; }
	#loading img { width:40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#loading{ position: absolute; left: 45%; top: 40%;}
	#loading img { width:50px; }
}
@media screen and (min-width: 961px) {
	#loading{ position: absolute; left: 48%; top: 40%;}
	#loading img { width:60px; }
}



