@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	color: #1e1815;
	font-size: 15px;
	letter-spacing: .15em;
	line-height: 2;
	font-display: swap;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote,
figure,figcaption,hr{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: inherit;
}
img {
	display: block;
    max-width: 100%;
    height: auto;
	margin: auto;
}
img.radi-50 {border-radius: 50%;}

table {
    font-size: inherit;
    font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
address {
	font-style: normal;
	line-height: 1.8;
	letter-spacing: .14em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
ul{
	list-style:none;
}
ol{
	list-style-position: inside;
}
a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, background-color 0.4s;
}
button {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
cite {
	display: block;
	color: #abb3bb;
	font-size: 94%;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-top: 1em;
}
iframe {
	display: block;
}
i {font-weight: normal !important;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: 700;}
.fw_reg {font-weight: 400;}
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%; 
	left: 0;
	top: 0;
}

.red {color: #EA613E;}
.org {color: #F5893E;}
.pnk {color: #da979a;}
.grn {color: #47a789;}
.dgrn {color: #46666b;}
.blu {color: #4e7e99;}
.brw {color: #ae903c;}
.yel {color: #ffff89;}

.bg_white {	background-color: #fff;}
.bg_beige {	background-color: #f6f5f4;}

.flex_box {
	display: flex;
}
.grid_box {
	display: grid;
}

.aster_txt,
.aster_list > li {
	position: relative;
	color: #787473;
	line-height: 1.5;
	margin-top: .5em;
}
.aster_list > li {
	text-indent: -1em;
    padding-left: 1em;
}

.ft_min {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .15em;
}
.ft_gra {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
}

.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.com_txt_link:hover {
	text-decoration: none;
	color: #47a789;
}

#wrapper {
	overflow: clip;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .02em;
}
.ft_min {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.1vw;
	letter-spacing: .02em;
	line-height: 1.8;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/

.aster_txt,
.aster_list > li {
	line-height: 1.6;
}

cite {
	font-size: 75%;
	letter-spacing: normal;
	line-height: 1.4;
	margin-top: 1em;
}
address {
	font-size: 85%;
	letter-spacing: .02em;
}

.ft_min {
	letter-spacing: .06em;
	line-height: 1.6;
}
}



/*---------------------------------------------------------
animation
---------------------------------------------------------*/
.fadein,
.fadein_list > li {
	opacity: 0;
	transition: opacity 1.5s ease;
}
.anime_on .fadein,
.anime_on.fadein,
.fadein_list.anime_on > li {
	opacity: 1;
}

.fadeup,
.fadeup_list > li {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.2s ease;
}
.anime_on .fadeup,
.anime_on.fadeup,
.fadeup_list.anime_on > li {
	opacity: 1;
	transform: translateY(0px);
}
.fade_list > li:nth-of-type(2) {transition-delay: .2s}
.fade_list > li:nth-of-type(3) {transition-delay: .4s}
.fade_list > li:nth-of-type(4) {transition-delay: .6s}
.fade_list > li:nth-of-type(5) {transition-delay: .8s}

.fadezoom {
	opacity: 0;
	transform: scale(0.9);
	transition: all .7s .2s ease;
}
.anime_on .fadezoom,
.anime_on.fadezoom {
	opacity: 1.5;
	transform: scale(1.0);
}
@keyframes mask-animation {
    0% {
        -webkit-mask-position: center top;
        mask-position: center top;
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        -webkit-mask-position: center 0;
        mask-position: center 0;
        -webkit-mask-size: auto 400%;
        mask-size: auto 400%;
        opacity: 1
    }
}
/*PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fadeup:nth-of-type(2),
.fadein:nth-of-type(2) {transition-delay: .2s}
}


/*---------------------------------------------------------
slider
---------------------------------------------------------*/
.com_bx_wrap {
	position: relative;
}
.com_bx_wrap .slide_list li {
    display: none;
	margin-right: 30px;
}
.com_bx_wrap .bx-viewport .slide_list li {
    display: block;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bx_wrap .slide_list li {
	margin-right: 4vw;
}
}
/*swiper
---------------------------------------------------------*/
/* .swiper { display: none;} */
.swiper-wrapper {z-index: auto;}
/* .swiper.swiper-initialized { display: block;} */
.swiper-fade .swiper-slide {
    transition-property: opacity !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;
	z-index: auto;
}
.com_slide li {
	width: 37.4vw;
	max-width: 560px;
	margin-right: 1vw;
}

/*---------------------------------------------------------
contact
---------------------------------------------------------*/

/*contact:com_tel
---------------------------------------------------------*/
.com_tel dt {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.3;
	white-space: nowrap;
	margin-bottom: .8em;
}
.com_tel_style {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(240%);
	letter-spacing: .07em;
	line-height: 1;
	white-space: nowrap;
}
.com_tel_style i {
	letter-spacing: normal;
	vertical-align: -0.05em;
}
.com_tel_style i.icon-tel1 {
	color: #47a789;
	margin-left: -0.5em;
	margin-right: -0.1em;
}
#scl_header .com_tel_style {
	font-size: 226%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_tel dt {
	font-size: 70%;
}
.com_tel_style {
	font-size: 5vw;
}
}
/*contact:com_btn_web
---------------------------------------------------------*/
.com_btn_web > * {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 156%;
	letter-spacing: .15em;
	line-height: 1;
	white-space: nowrap;
	background: linear-gradient(90deg, rgba(89,176,149,0.8) 0%, rgba(44,157,114,0.8) 33%, rgba(89,176,149,0.8) 66%, rgba(164,232,189,0.8) 100%);
	background-position: 0% 50%;
	background-size: 140% auto;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
	padding: .9em 1em .8em;
}
.com_btn_web > * span {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 128%;
	letter-spacing: .1em;
	line-height: 0.8;
	vertical-align: -0.02em;
}
.com_btn_web > *:hover {
	background-position: 100% 10%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn_web > * {
	font-size: 4.5vw;
}
}

/*contact:com_rsv_list
---------------------------------------------------------*/
.com_rsv_list {
	display: flex;
	justify-content: center;
	max-width: 624px;
}
.com_rsv_list > li {
	width: 30.5%;
	margin: 0 1.4%;
}
.com_rsv_list a {
	position: relative;
	display: block;
	text-align: center;
	color: #FFF;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(1.7vw,113%);
	letter-spacing: .16em;
	font-feature-settings: "palt";
	line-height: 1.6;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 1.4em 1% 1.2em;
	border-radius: 5px;
	transition: all .5s;
}
.com_rsv_list a::before {
	display: block;
	content: "";
	background-repeat: no-repeat;
	width: 2.4em;
	height: 2.4em;
	margin: 0 auto .4em;
}
.com_rsv_list a div:first-of-type {
	font-size: 117%;
}
.com_rsv_list a span {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .12em;
	line-height: 1;
}
.com_rsv_list a .com_arw {
	position: absolute;
	font-size: 65%;
	right: 1.5em;
	bottom: 0;
	translate: 0 20%;
}
.com_rsv_list a:hover {
	filter: brightness(1.2);
}
.com_rsv_list .rsv_col a {	background-color: #46666b;}
.com_rsv_list .rsv_col a::before {	background-image: url(../images/common/icon_rsv_col.svg);}
.com_rsv_list .rsv_col a .com_arw {	background-color: #90a3a6;}
.com_rsv_list .rsv_gas a {	background-color: #ae903c;}
.com_rsv_list .rsv_gas a::before {	background-image: url(../images/common/icon_rsv_gas.svg);}
.com_rsv_list .rsv_gas a .com_arw {	background-color: #cebc8a;}
.com_rsv_list .rsv_etc a {	background-color: #4e7e99;}
.com_rsv_list .rsv_etc a::before {	background-image: url(../images/common/icon_rsv_etc.svg);}
.com_rsv_list .rsv_etc a .com_arw {	background-color: #95b2c2;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_rsv_list > li {
	width: 31.5%;
	margin: 0 0.9%;
}
.com_rsv_list a {
	font-size: 75%;
	letter-spacing: .12em;
}
.com_rsv_list a div:first-of-type {
	font-size: 110%;
}
}
/*contact:com_ctc_box
---------------------------------------------------------*/
.com_ctc_box {
	position: relative;
	max-width: 1220px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 3%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d2d1d0;
}
.com_ctc_box .com_tel {
	text-align: center;
}
.com_ctc_box .com_tel dt {
	font-size: min(2.2vw,146%);
}
.com_ctc_box .com_tel dt span {
	display: block;
	color: #47a789;
	font-size: 68%;
	margin-top: 1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_ctc_box {
	display: flex;
	justify-content: center;
	column-gap: 2%;
}
.com_ctc_box .com_tel {
	width: 33%;
	align-self: center;
}
.com_ctc_box .com_tel_style {
	font-size: min(3.5vw,266%);
}
.com_ctc_box .com_rsv_list {
	width: 65%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_ctc_box {
	padding: 4% 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_box {
	width: 95vw;
	padding: 8% 3% 7%;
	left: 50%;
	translate: -50% 0;
}
.com_ctc_box .com_tel {
	margin-bottom: 6%;
}
.com_ctc_box .com_tel dt {
	font-size: 105%;
}
.com_ctc_box .com_tel_style {
	font-size: 8vw;
}
}

/*---------------------------------------------------------
schedule
---------------------------------------------------------*/
i.icon-ccl {	color: #7ecdb6;}
i.icon-dia {	color: #da979a;}
i.icon-squ {	color: #ae903c;}

.com_calendar iframe {
	display: block;
	aspect-ratio: 576/500;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_calendar iframe {
	aspect-ratio: 576/600;
}	
}
/*com_timetable
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
	font-size: min(1.4vw,120%);
	line-height: 1.2;
	border-collapse: collapse;
	border: 1px solid #dcdedc;
}
.com_timetable caption {
	caption-side: bottom;
}
.com_timetable th,
.com_timetable td {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	box-sizing: border-box;
	padding: .5em;
	border: 1px solid #dcdedc;
}
.com_timetable th {
	white-space: nowrap;
	background-color: #fafafa;
}
.com_timetable td {
	width: 10%;
}
.com_timetable thead th:first-of-type {
	width: 30%;
	letter-spacing: .25em;
	background-color: #dcdedc;
	height: 3em;
}
.com_timetable tbody th {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1;
	vertical-align: middle;
}
.com_timetable tbody th i {
	color: #a5a3a1;
	font-size: 60%;
	letter-spacing: normal;
	vertical-align: .1em;
}
.com_timetable tbody td {
	height: 4em;
	color: #615d5b;
	letter-spacing: normal;
	padding: 0;
}
.com_timetable tbody td i {
	display: inline-block;
}
.com_timetable tbody td i::before {
	width: auto;
	margin: 0;
}
.com_timetable tbody td .closed {
	font-weight: bold;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable {
	font-size: 2.9vw;
}
.com_timetable td {
	width: 11%;
}
.com_timetable thead th:first-of-type {
	width: 23%;
}
}
/*com_time_txt
---------------------------------------------------------*/
.com_time_txt {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
	margin-top: 1em;
}
.com_time_txt > li {
	margin-top: .2em;
	margin-right: 1em;
}
.com_time_txt > li:last-of-type {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_time_txt {
	font-size: 105%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_time_txt {
	font-size: 3.2vw;
	margin-top: .6em;
}
}

/*---------------------------------------------------------
menu
---------------------------------------------------------*/

/*com_menu1
---------------------------------------------------------*/
.com_menu1 {
	display: grid;
	justify-content: space-between;
	grid-auto-columns: 1fr;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.com_menu1 > li {
	border-bottom: 1px solid #dcdedc;
	margin-top: .8em;
}
.com_menu1 > li > a,
.com_menu1 > li > .open_btn {
	position: relative;
	height: 3.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* font-size: 118%; */ 
	font-size: min(1.6vw,1.06rem);
	letter-spacing: .15em;
	line-height: 1.4;
	box-sizing: border-box;
	padding: .2em 1.8em .2em .8em;

	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_menu1.menu_wp > li > a {
	word-break: normal;
}
.m_nav .com_menu1 > li {
	margin-top: .2em;
}
.m_nav .com_menu1 > li > a,
.m_nav .com_menu1 > li > .open_btn {
	font-size: min(1.5vw,0.95rem);
}
.com_menu1 > li > a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	color: #47a789;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	right: .5em;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.com_menu1 > li > a:hover {
	color: #47a789;
}
.com_menu1 > li > a:hover::after {
	right: .2em;
}
.com_menu1 > li > .open_btn .icon_open {
	position: absolute;
	right: .5em;
	top: 50%;
	translate: 0 -50%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_menu1 {
	grid-template-columns: repeat(4,23%);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_menu1 > li > a,
.com_menu1 > li > .open_btn {
	letter-spacing: .08em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu1 {
	grid-template-columns: repeat(2,48.5%);
}
.com_menu1 > li {
	margin-top: .4em;
}
.com_menu1 > li > a,
.com_menu1 > li > .open_btn {
	font-size: 80%;
	letter-spacing: .08em;
	font-feature-settings: "halt";
}
}

/*com_menu2
---------------------------------------------------------*/
.com_menu2 > li {
	margin-bottom: .8em;
}
.com_menu2 > li:last-of-type {
	margin-bottom: 0;
}
.com_menu2 > li > a {
	position: relative;
	display: block;
	font-size: min(100%);
	line-height: 1.4;
	padding-left: 1em;
}
.com_menu2 > li > a::before {
	position: absolute;
	content: "-";
	left: 0;
	top: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu2 > li > a {
	font-size: 90%;
}
}
/*com_medmenu
---------------------------------------------------------*/
.com_medmenu {
	display: grid;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	margin: 0 auto;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.com_medmenu > li {
	border-right: 1px dashed #a5a3a1;
}
.com_medmenu > li > a {
	display: block;
	text-align: center;
	font-size: min(1.8vw,1.66rem);
	letter-spacing: .12em;
	line-height: 1.4;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 1%;
}
.com_medmenu > li > a::before {
	display: block;
	position: relative;
	content: "";
	background-color: #f1fcf5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6.5em auto;
	width: 6.5em;
	height: 6.5em;
	border-radius: 50%;
	margin: 0 auto .6em;
	transition: scale .5s, background-color .5s;
}
.com_medmenu > li > a:hover::before {
	background-color: #daf7e4;
}
.com_medmenu > li.menu1 > a::before {background-image: url("../images/common/icon_med1.svg");}
.com_medmenu > li.menu2 > a::before {background-image: url("../images/common/icon_med2.svg");}
.com_medmenu > li.menu3 > a::before {background-image: url("../images/common/icon_med3.svg");}
.com_medmenu > li.menu4 > a::before {background-image: url("../images/common/icon_med4.svg");}
.com_medmenu > li.menu5 > a::before {background-image: url("../images/common/icon_med5.svg");}
.com_medmenu > li.menu6 > a::before {background-image: url("../images/common/icon_med6.svg");}
.com_medmenu > li.menu7 > a::before {background-image: url("../images/common/icon_med7.svg");}
.com_medmenu > li.menu8 > a::before {background-image: url("../images/common/icon_med8.svg");}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_medmenu {
	max-width: 1400px;
	grid-template-columns: repeat(4, 25%);
}
.com_medmenu > li:nth-of-type(n+5) {
	margin-top: 13%;
}
.com_medmenu > li:nth-of-type(4n) {
	border-right: none;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_medmenu > li > a {
	font-size: 1.92vw;
	letter-spacing: .1em;
	font-feature-settings: "halt";
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_medmenu {
	grid-template-columns: repeat(2,50%);
}
.com_medmenu > li:nth-of-type(n+3) {
	margin-top: 10%;
}
.com_medmenu > li:nth-of-type(even) {
	border-right: none;
}
.com_medmenu > li > a {
	font-size: 95%;
	letter-spacing: .1em;
	font-feature-settings: "halt";
}
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	color: #FFF;
	box-sizing: border-box;
	padding: 70px min(4.5%,70px);
	left: 0;
	top: 0;
	z-index: 2;
}
header .com_btn_web {
	margin: 5% auto 0;
}
.h_txt {
	font-size: min(1.2vw,93%);
	line-height: 1.4;
	letter-spacing: .14em;
	margin-bottom: 1em;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
header .h_inbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 3%;
}
header .h_left {
	text-align: center;
	width: 25%;
	max-width: 280px;
	font-size: min(1.16vw,1rem);
}
header .h_logo {
	padding: 0 5% 10%;
	margin-bottom: 12%;
	border-bottom: 1px solid #FFF;
}
.h_txt {
	text-align: right;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header {
	padding: 5% 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 6vw 20vw 0 6vw;
}
header .h_inbox {
	display: flex;
	flex-direction: column-reverse;
}
.h_txt {
	font-size: 65%;
	letter-spacing: .1em;
}
header .h_contact,
header .m_nav_area {
	display: none;
}
}


/*---------------------------------------------------------
m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: min(1.3vw,1rem);
}
.m_nav > li {
	position: relative;
	margin-left: 1.5em;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .14em;
	line-height: 1.3;
	word-break: keep-all;
	overflow-wrap: break-word;
	padding: .8em 0;
}
.m_nav > li > a::before {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 0;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: width .4s;
}
.m_nav > li > a.select::before,
.m_nav > li > a:hover::before {
	width: 2.1em;
}
.m_nav .icon_open {
	position: absolute;
	color: #c7c5c4;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.m_nav > li.menu_open > a {
	padding-right: 1.2em;
}
.m_nav > li.menu_med,
.m_nav > li.menu_sym,
.m_nav > li.menu_dis {
	position: static;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav > li {
	margin-left: 1.2em;
}
}
/*m_nav:in_menu
---------------------------------------------------------*/
.in_menu {
	display: none;
	position: absolute;
	width: 16em;
	color: #1e1815;
	font-size: min(1.2vw,1rem);
	right: 50%;
	top: calc(100% + 10px);
	translate: 50% 0;
	background: #FFF;
	box-sizing: border-box;
	padding: 2em;
	z-index: 999;
}
.in_menu.in_width {
	width: 88vw;
	max-width: 1220px;
	padding: 3em 4% 4em;
}
.in_menu.med_inmenu {
	max-width: 800px;
}
.m_nav_area .in_menu.in_width {
	right: 0;
	translate: none;
}
#scl_header .in_menu.in_width {
	left: 0;
	right: auto;
	translate: none;
}
.in_menu.in_long ul {
	display: block;
}
.in_menu.in_long a {
	text-align: center;
	padding-right: .8em;
	white-space: nowrap;
}
.in_menu.in_long a::after {
	display: none;
}
.in_menu.in_long li:last-of-type {
	border-bottom: none;
}
.in_menu .com_medmenu a {
	font-size: min(1.7vw,1rem);
	font-feature-settings: "halt";
}

/* tab */
.in_menu .tab-list {
	padding-bottom: 1em;
}
.in_menu .tab-btn {
	color: #a5a3a1;
	padding: 0 1.5em;
	border-right: 1px solid #dcdedc;
}
.in_menu .tab-btn::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	opacity: 0;
	left: 0;
	right: 0;
	top: 90%;
	margin: auto;
	transition: all .3s;
}
.in_menu .tab-btn.active,
.in_menu .tab-btn:hover {
	color: #47a789;
}
.in_menu .tab-btn.active::after,
.in_menu .tab-btn:hover::after {
	opacity: 1;
	top: 100%;
}

.in_menu .tab-content {
	max-height: 70vh;
	overflow-y: auto;
}
.in_menu .scl_area ::-webkit-scrollbar-thumb {
	background-color: #878f8e;
	translate: 100% 0;
}
.in_menu .scl_area {/* Firefox */
	scrollbar-color: #878f8e #f0f0f0;
}

/*---------------------------------------------------------
m_nav_area
---------------------------------------------------------*/
.m_nav_area .med_inmenu {
	left: auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav_area .m_nav {
	font-size: 1.5vw;
}
}

/*---------------------------------------------------------
scl_header
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-101%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	position: relative;
	display: flex;
    justify-content: space-between;
	color: #FFF;
	background-color: #46666b;
}
#scl_header .scl_nav_area {
	width: 64%;
	display: flex;
	align-self: center;
	font-size: min(1.1vw,1rem);
	box-sizing: border-box;
	padding: min(1em,2vw) 1.6%;
}
#scl_header .scl_logo {
	align-self: center;
	width: 10%;
	min-width: 40px;
}
#scl_header .scl_contact {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 59% 41%;
	width: 36%;
	max-width: 530px;
	font-size: min(1vw,1rem);
}
#scl_header .com_tel_style {
	text-align: center;
	align-self: center;
	box-sizing: border-box;
	padding: 2% 5%;
	border-left: 1px solid #FFF;
}
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}


/*---------------------------------------------------------
drawer
---------------------------------------------------------*/
#drawer .drw_logo {
	width: 80%;
	margin-bottom: 8%;
}
#drawer .com_menu1 {
	display: block;
}
#drawer .com_menu1 > li {
	border-color: #90a3a6;
	margin-top: 2%;
}
#drawer .com_menu1 > li > * {
	font-size: 4.2vw;
}
#drawer .com_menu1 > li > a::after {
	color: #FFF;
}
#drawer .com_menu2 > li > a {
	font-size: 100%;
}

#drawer .open_box {
	padding: 0 5% 1.4em;
}
#drawer .open_box .open_btn {
	font-size: 4.2vw;
	padding: .3em 0;
}
#drawer .open_box .open_btn .icon_open {
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
#drawer .open_box .open_box {
	padding: 0 0 .5em .5em;
}
#drawer .open_box .open_box dt {
	position: relative;
	font-size: 4.2vw;
	margin-top: 1em;
	margin-bottom: .6em;
	padding-left: 1.2em;
}
#drawer .open_box .open_box dt:first-of-type {
	margin-top: 0;
}
#drawer .open_box .open_box dt::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e807';
	color: rgba(255,255,255,0.6);
	left: 0;
	top: 0;
}
#drawer .open_box .open_box .com_menu2 {
	padding-left: .8em;
}
#drawer .open_box .open_box .com_menu2 > li > a {
	font-size: 95%;
}
/* bnr_list */
#drawer .bnr_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,31.4%);
	margin-top: 8%;
}
#drawer .bnr_list a {
	position: relative;
	display: block;
	text-align: center;
    justify-content: center;
    font-size: 2.6vw;
    letter-spacing: .15em;
    line-height: 1.4;
    box-sizing: border-box;
    padding: .2em 2em .2em .8em;
	background-color: #385b60;
	padding: 3em 1% 3.5em;
}
#drawer .bnr_list .ft_gra {
	font-size: 175%;
}
#drawer .bnr_list .com_arw {
	position: absolute;
	font-size: 90%;
	left: 50%;
	bottom: 0;
	translate: -50% 20%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#drawer {
	display: none;
}
}


/*---------------------------------------------------------
link / btn
---------------------------------------------------------*/

/*com_arw
---------------------------------------------------------*/
.com_arw {
    position: relative;
	display: block;
    text-align: center;
	color: #FFF;
	background-color: #47a789;
    border-radius: 50%;
	font-size: min(100%,16px);
	letter-spacing: normal;
    width: 2.5em;
	line-height: 2.5;
	transition: all .4s;
} 
.com_arw::before {
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	transition: all .4s;
}
.com_arw.ank::before {
    rotate: 90deg;
}
.com_arw.bdr {
	background-color: transparent;
	border: 1px solid currentColor;
}
a:hover .com_arw::before,
.hov_arw:hover .com_arw::before {
	translate: 5% 0;
}
a:hover .com_arw.ank::before,
.hov_arw:hover .com_arw.ank::before {
	translate: 0 5%;
}
a:hover .com_arw.bdr,
.hov_arw:hover .com_arw.bdr {
	color: #47a789;
	background-color: #FFF;
	border-color: transparent;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_arw {
    font-size: 3vw;
}
}
/*com_link1
---------------------------------------------------------*/
.com_link1 {
	margin-top: 1em;
}
.com_link1 a {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	height: 3em;
	min-width: 13em;
	max-width: 100%;
	text-align: left;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(2vw,1rem);
	letter-spacing: .15em;
	line-height: 1.3;
	box-sizing: border-box;
	padding: .2em 4.5em .2em .5em;
}
.com_link1 a::before {
	position: absolute;
	content: "";
	background-color: #a5a3a1;
	width: calc(100% - 3.5em);
	height: 1px;
	left: 0;
	bottom: 0;
	transition: all .4s ease-out;
}
.com_link1 a::after {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	color: #FFF;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 3.7;
	background-color: #47a789;
	border-radius: 50%;
	width: 3.7em;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.com_link1.ank a::after {rotate: 90deg;}
.com_link1.out a::after {rotate: -45deg;}

.com_link1.wh a {color: #FFF;}
.com_link1.wh a::before {background-color: #FFF;}
.com_link1.wh a::after {color: #47a789;background-color: #FFF;}
.com_link1.wh a:hover::after { background-color: rgba(255,255,255,0.7);}

.com_link1 a:hover::before {
	animation: btn-line .5s ease-out 0s 1 normal forwards;
}
.com_link1 a:hover::after {	background-color: #199b70;}

@keyframes btn-line {
    0% {
        transform: scale(1,1)
    }
    50% {
        transform-origin: right top;
        transform: scale(0,1)
    }
    51% {
        transform-origin: left top
    }
    100% {
        transform: scale(1,1);
        transform-origin: left top
    }
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link1 a { letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_link1 {
	text-align: center;
}
.com_link1 a {
	min-width: max-content;
	font-size: 3.5vw;
	letter-spacing: .05em;
}
.com_link1 a::after {
	font-size: 80%;
	width: 3.5em;
	line-height: 3.5;
}
}
/*com_link2
---------------------------------------------------------*/
.com_link2 {
	margin-top: 1em;
}
.com_link2 a {
	position: relative;
	display: inline-block;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.2;
	white-space: nowrap;
	padding-right: 1.3em;
}
.com_link2 a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	color: #47a789;
	letter-spacing: normal;
	right: 0;
	top: 0;
	transition: all .5s;
}
.com_link2 a:hover {
	color: #47a789;
}
.com_link2 a:hover::after {
	right: -0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link2 a {letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_link2 a {
	font-size: 90%;
	letter-spacing: .05em;
}
}
/*list
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.com_btnlist.jus_c {
	justify-content: center;
}
.com_btnlist > li {
	margin-right: 1.5em;
	margin-top: .8em;
}
.com_btnlist > li:last-of-type {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btnlist > li {
	margin-right: 1.2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* .com_btnlist {
	display: block;
	margin-top: .8em;
}
.com_btnlist > li {
	margin: .8em auto 0;
} */
.com_btnlist > li {
	margin-right: .8em;
}
}
/*com_ank_link
---------------------------------------------------------*/
.com_ank_link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
.com_ank_link > li {
	box-sizing: border-box;
	border-right: 1px solid #d2d1d0;
	margin: .5em 0;
}
.com_ank_link > li:last-of-type {
	border-right: none;
}
.com_ank_link a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 106%;
	letter-spacing: .15em;
	line-height: 1.3;
	padding: 0 1.5em;
}
.com_ank_link > li:first-of-type a {	padding-left: 0;}
.com_ank_link > li:last-of-type a {	padding-right: 0;}

.com_ank_link a::before {
	display: inline-block;
	font-family: 'fontello';
	content: '\e801';
	color: #99a3a6;
	letter-spacing: normal;
	transition: translate .4s;
	margin-right: .3em;
}
.com_ank_link a:hover {
	color: #47a789;
}
.com_ank_link a:hover::before {
	translate: 0 0.1em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_ank_link {
	margin-bottom: 10%;
}
.com_ank_link a {
	font-size: 100%;
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ank_link {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,48%);
	margin-bottom: 15%;
}
.com_ank_link > li {
	margin: 0;
	border-right: none;
	border-bottom: 1px solid #bbbab9;
}
.com_ank_link > li:nth-of-type(n+3) {
	margin-top: .5em;
}
.com_ank_link a {
	font-size: 90%;
	letter-spacing: .05em;
	padding: 1em .2em 1.5em;
}
.com_ank_link a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .2em;
	margin: auto;
}
}


/*---------------------------------------------------------
tab
---------------------------------------------------------*/
[data-tab-content] {
  display: none
}
[data-tab-content].active {
  display: block;
}
/* btn */
.tab-list {
	display: flex;
}
.tab-btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: max(100%,15px);
	line-height: 1.3;
	letter-spacing: .1em;
	word-break: keep-all;
	overflow-wrap: break-word;
	cursor: pointer;
	transition: color .5s;
}
.tab-btn:last-of-type {
	border-right: none !important;
}
/* content */
.tab-content dt {
	position: relative;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.5;
	padding-left: 1.2em;
	margin-top: 1.8em;
}
.tab-content dt::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e807';
	color: #47a789;
	left: 0;
	top: 0;
}
.m_nav .tab-content dt {
	font-size: 100%;
}


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	position: relative;
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.open_box {
	display: none;
}
/*開閉アイコン*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	transform: translateY(-0.1em);
	position: relative;
	transition: transform .4s;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .7em;
	height: 2px;
	background: currentcolor;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: transform 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}
/* ボタン */
.com_openbtn { 
	position: relative;
	width: 16em;
	max-width: 100%;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	padding: .8em 1em;
	border-radius: 2em;
	background-color: #fff;
	border: 1px solid #47a789;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}
.com_openbtn div {
	display: inline-block;
	width: 6.6em;
}
.com_openbtn .icon_open {
	color: #FFF;
	background-color: #47a789;
	width: 1.6em;
	height: 1.6em;
	transition: all .4s;
}
.com_openbtn .icon_open::before,
.com_openbtn .icon_open::after {
	width: .6em;
}
.com_openbtn:hover {
	color: #FFF;
	background-color: #47a789;
}
/* グラデーション付き */
.grd_openwrap {
	position: relative;
	height: 270px;
	box-sizing: border-box;
	overflow: hidden;
	transition: height .5s;
}
.grd_openwrap::before {
	position: absolute;
	content: "";
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
	width: 100%;
	height: 180px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.grd_openwrap.active::before {
	opacity: 0;
}
.com_openbtn:hover .icon_open {
	color: #47a789;
	background-color: #FFF;
}
.grd_openwrap .open_area {
	padding-bottom: 90px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* ボタン */
.com_openbtn { 
	font-size: 85%;
	padding: .6em 1em;
}
}


/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_ccllist > li{
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
	padding-left: 1.4em;
	margin-top: .5em;
}
.com_ccllist > li::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e802';
	color: #47a789;
	left: 0;
	top: 0;
}
.com_dotlist > li {
	position: relative;
	box-sizing: border-box;
	line-height: 1.6;
	padding-left: 1em;
	margin-top: .4em;
}
.com_dotlist > li::before {
	position: absolute;
	content: '・';
	left: 0;
	top: 0;
}
.com_dashlist > li {
	position: relative;
	box-sizing: border-box;
	line-height: 1.6;
	padding-left: 1em;
	margin-top: .4em;
}
.com_dashlist > li::before {
	position: absolute;
	content: '-';
	color: #47a789;
	left: 0;
	top: 0;
}


/*---------------------------------------------------------
 text_style
---------------------------------------------------------*/
/*com_style*/
.com_style1 > dt,
.com_style1_txt {/*30px*/
	font-size: min(200%,2.8vw);
	letter-spacing: .1em;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_style2 > dt,
.com_style2_txt {/*35px*/
	font-size: min(233%,3.2vw);
	letter-spacing: .1em;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_style3 > dt,
.com_style3_txt {/*25px*/
	position: relative;
	font-size: min(166%,2.3vw);
	letter-spacing: .1em;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_style1 > dt,
.com_style2 > dt,
.com_style3 > dt {
	margin-bottom: .5em;
}
/*com_fuki*/
.com_fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	font-size: min(2.2vw,166%);
	letter-spacing: .12em;
	line-height: 1.3;
	margin: 0 auto 1.5em;
}
.com_fuki::before,
.com_fuki::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 2em;
	bottom: -0.5em;
}
.com_fuki::before {
	rotate: -35deg;
	right: calc(100% + 1.8em);
}
.com_fuki::after {
	rotate: 35deg;
	left: calc(100% + 1.8em);
}
/* com_no */
.com_no {
	display: inline-block;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
	font-size: min(1.5vw,106%);
	letter-spacing: .08em;
	background-color: #fff;
	padding: .4em 2em;
	border-radius: .4em 2em 2em .4em;
	margin-bottom: 1em;
}
.com_no span {
	color: #47a789;
	font-size: 164%;
	vertical-align: -0.1em;
	margin-left: .6em;
}
/*com_ccl_txt */
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1.3;
    width: 6.8em;
    min-width: 6.8em;
    height: 6.8em;
    min-height: 6.8em;
    box-sizing: border-box;
    border-radius: 50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_style*/
.com_style1 > dt,
.com_style1_txt,
.com_style2 > dt,
.com_style2_txt {
	letter-spacing: .06em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_style1 > dt,
.com_style1_txt {
	font-size: 125%;
	letter-spacing: .08em;
}
.com_style2 > dt,
.com_style2_txt {
	font-size: 130%;
	letter-spacing: .08em;
}
.com_style3 > dt,
.com_style3_txt {
	font-size: 120%;
	letter-spacing: .08em;
}
/*com_fuki*/
.com_fuki {
	font-size: 120%;
	letter-spacing: .1em;
}
.com_fuki::before {
	right: calc(100% + 1.2em);
}
.com_fuki::after {
	left: calc(100% + 1.2em);
}
/* com_no */
.com_no {
	font-size: 80%;
	margin-bottom: 1em;
}
}



/*---------------------------------------------------------
com_index
---------------------------------------------------------*/
.com_index1 {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: min(3vw,218%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: #433200;
	padding: .8em 0;
	margin-bottom: 2em;
}
.com_index1::before,
.com_index1::after {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 74%;
	top: 13%;
}
.com_index1::before {left: .6em;}
.com_index1::after {right: .6em;}

.com_index1 .ft_att {
	display: block;
	color: rgba(255,255,255,0.5);
	font-size: 62%;
	margin-bottom: .4em;
}

.com_index_radi {
	position: relative;
	text-align: center;
	font-size: min(2.2vw,143%);
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.4;
	white-space: nowrap;
	background-color: #fff;
	padding: .4em 1.6em;
	border-radius: 2em;
	margin-bottom: 1.5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_index1 {
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_index1 {
	font-size: 130%;
	letter-spacing: .08em;
	padding: .6em 1em;
	margin-bottom: 1.4em;
}
.com_index1 {
	background-size: 12% auto;
}

.com_index_radi {
	font-size: 110%;
	letter-spacing: .06em;
	padding: .4em 1em;
	margin-bottom: 1.2em;
}
}

/*---------------------------------------------------------
title
---------------------------------------------------------*/
/*com_title1 : 35px*/
.com_title1 {
	position: relative;
	text-align: center;
	font-size: min(233%,3.2vw);
	letter-spacing: .14em;
	line-height: 1.5;
	margin-bottom: 2em;
}
.com_title1 .com_deco_txt1 {
	margin-top: .6em;
}
/*com_title2 : 45px*/
.com_title2 {
	position: relative;
	text-align: center;
	font-size: min(300%,4vw);
	letter-spacing: .14em;
	line-height: 1.5;
	margin-bottom: 1.4em;
}
.com_title2 .com_deco_txt1 {
	margin-bottom: .5em;
}
/*com_deco_txt*/
.com_deco_txt1 {
	color: #47a789;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(2vw,1.33rem);
	letter-spacing: .12em;
	line-height: 1;
	white-space: nowrap;
}
.com_deco_txt2 {
	text-align: center;
	color: #a4e8bd;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
	font-size: min(8vw,6.66rem);
	letter-spacing: .12em;
	line-height: 1;
	white-space: nowrap;
	filter: blur(5px);
	opacity: 0;
	transition: opacity .5s, filter 1.2s;
}
.com_deco_txt2.anime_on {
	opacity: 1;
	filter: blur(0);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

/*com_title2*/
.com_title2 {
	margin-bottom: 1.2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_title1*/
.com_title1 {
	font-size: 125%;
	letter-spacing: .1em;
}
/*com_title2*/
.com_title2 {
	font-size: 135%;
	margin-bottom: 1.2em;
}
/*com_deco_txt1*/
.com_deco_txt1 {
	font-size: 2.6vw;
}
.com_deco_txt2 {
	font-size: 13vw;
}
}

/*---------------------------------------------------------
 deco
---------------------------------------------------------*/
.marker {
	position: relative;
}
.marker::before {
	position: absolute;
	content: "";
	background-color: rgba(255,245,43,0.7);
	width: 100%;
	height: .4em;
	border-radius: .2em;
	left: 0;
	bottom: 0;
}
.marker span {
	position: relative;
}

/* com_brc */
.com_brc {
	position: relative;
	width: 70%;
	max-width: 630px;
    min-width: max-content;
	box-sizing: border-box;
	padding: .5em .8em;
	margin: 0 auto 2em;
	opacity: 0;
	transition: opacity .8s;
}
.com_brc::before {
	position: absolute;
	content: "";
	--x-gradient: linear-gradient(90deg, currentColor 0 10px, transparent 0 calc(100% - 10px), currentColor calc(100% - 10px));
    --y-gradient: linear-gradient(currentColor 0 10px, transparent 0 calc(100% - 10px), currentColor calc(100% - 10px));
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	scale: 1.02;
	opacity: 0;
	filter: blur(5px);
	transition: all 1s;
}
.com_brc.anime_on {
	opacity: 1;
}
.com_brc.anime_on::before {
	scale: 1;
	opacity: 1;
	filter: blur(0);
}
/* com_crn */
.com_crn {
	position: relative;
	/* font-size: 120%;
	letter-spacing: .12em;
	line-height: 1.2; */
	padding: 1.5rem 1.7rem;
}
.com_crn::before {
	position: absolute;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	left: -0.2rem;
	top: -0.2rem;
	border-top: 1px solid #47a789;
	border-left: 1px solid #47a789;
	scale: 1.5;
	opacity: 0;
	filter: blur(5px);
	transition: all 1s .5s;
}
.com_crn.anime_on::before {
	left: 0;
	top: 0;
	scale: 1;
	opacity: 1;
	filter: blur(0);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* com_crn */
.com_crn::before {
	width: 4vw;
	height: 4vw;
}
}


/*---------------------------------------------------------
 com_flt
---------------------------------------------------------*/
.com_flt {
	text-align: left;
}
.com_flt::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.com_flt .img_l,
.com_flt .img_r {
	max-width: max-content;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_flt .img_l,
.com_flt .img_r {
	margin-bottom: .5em;
}
.com_flt .img_l {
	margin-right: 5%;
}
.com_flt .img_r {
	margin-left: 5%;
}
.com_flt .img_r,
.com_flt .txt_r {
	float: right;
}
.com_flt .img_l,
.com_flt .txt_l {
	float: left;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_flt .sp_img_w {
	width: 45%;
}
.com_flt .txt_l,
.com_flt .txt_r {
	width: 100% !important;
	float: none;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 80%;
	margin: 0 auto 5%;
}
.com_flt .sp_img_w {
	width: 90%;
}
}


/*---------------------------------------------------------
m_img_area
---------------------------------------------------------*/
.m_img_area,
.m_img {
	position: relative;
}
.m_img::before {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* contentpage */
.contentpage .m_img {
	height: 40vw;
	max-height: 540px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img {
	height: 70vw;
}
}
/*m_title
---------------------------------------------------------*/
.m_title {
	position: absolute;
	color: #FFF;
	text-align: right;
	font-size: min(366%,5vw);
	letter-spacing: .12em;
	line-height: 1.4;
	white-space: nowrap;
	right: 9%;
	top: 70%;
	translate: 0 -50%;
}
.m_title .ft_gra {
	font-size: 55%;
	text-transform: uppercase;
	margin-top: .2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_title {
	font-size: 7.2vw;
	top: 60%;
}
}



/*---------------------------------------------------------
 
---------------------------------------------------------*/
/*pankuzu*/
.pankuzu {
	position: relative;
	display: flex;
	justify-content: flex-end;
	color: #a5a3a1;
	font-size: 80%;
	letter-spacing: .1em;
	padding: 2em 4.5%;
}
.pankuzu li::after {
	content: "ー";
	margin: 0 .4em;
}
.pankuzu li:last-child::after {
	display: none;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	color: #47a789;
	text-decoration: none;
}
/*com_lead*/
.com_lead {
	position: relative;
	padding-top: 6.2%;
}
.com_lead > dt {
	font-size: min(300%,4vw);
	letter-spacing: .12em;
	line-height: 1.5;
	margin-bottom: .8em;
}
/*box*/
.com_inbox {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_lead*/
.com_lead > dt {
	letter-spacing: .08em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*pankuzu*/
.pankuzu {
	font-size: 60%;
	letter-spacing: .02em;
}
/*com_lead*/
.com_lead > dt {
	font-size: 160%;
	letter-spacing: .08em;
}
.com_lead > dd {
	text-align: left;
	line-height: 1.8;
}
}



/*---------------------------------------------------------
bg / border
---------------------------------------------------------*/
/*com_pdg*/
.com_pdg {
	position: relative;
	padding: 120px 0;
}
.com_pdg_s {
	padding: 80px 0;
}
.com_pdg_l {
	padding: 140px 0 150px;
}
/*border*/
.bdr_b,.bdr_b_l,.bdr_b_s {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(67,50,0,0.4);
}
.bdr_b_l {
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.bdr_b_s {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_pdg*/
.com_pdg {
	padding: 12% 0 10%;
}
.com_pdg_s {
	padding: 8% 0;
}
.com_pdg_l {
	padding: 14% 0 15%;
}
/*border*/
.bdr_b {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
.bdr_b_l {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.bdr_b_s {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_pdg*/
.com_pdg {
	padding: 14% 0 12%;
}
.com_pdg_s {
	padding: 10% 0;
}
.com_pdg_l {
	padding: 14% 0 15%;
}
/*border*/
.bdr_b,
.bdr_b_s {
	padding-bottom: 8%;
	margin-bottom: 9%;
}
.bdr_b_l {
	padding-bottom: 9%;
	margin-bottom: 10%;
}
}

/*---------------------------------------------------------
 scroll
---------------------------------------------------------*/
.scl_area {
	position: relative;
}
.scl_txt {
	text-align: center;
	color: #9194A1;
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.4;
	margin-bottom: 1em;
}
/* scrollbar */
.scl_area ::-webkit-scrollbar {
  width: 12px;  /* 縦スクロールバーの幅 */
  height: 12px; /* 横スクロールバーの高さ */
}

.scl_area ::-webkit-scrollbar-track {
  background: #f0f0f0; /* スクロールバーの背景 */
}

.scl_area ::-webkit-scrollbar-thumb {
  background-color: #47a789;  /* スクロールつまみ */
  border-radius: 6px;
  border: 3px solid #f0f0f0;  /* 余白風 */
}

.scl_area ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Firefox */
.scl_area {
  scrollbar-width: thin;         /* auto, thin, none */
  scrollbar-color: #47a789 #f0f0f0; /* thumb track */
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_area {
	padding-bottom: 10%;
}
}


/*---------------------------------------------------------
com_faq
---------------------------------------------------------*/
.com_faq dt,
.com_faq dd {
	position: relative;
	box-sizing: border-box;
	padding: 1.5em 12%;
}
.com_faq dt {
	font-size: min(1.8vw,120%);
	background-color: #e4f8eb;
}
.com_faq dt:not(:first-of-type) {
	margin-top: 1.5%;
}
.com_faq dt:hover {
	background-color: #cdf7da;
}
.com_faq dd {
	padding-right: 5%;
}
.com_faq dd p {
	min-height: 3.5em;
}
.com_faq dt::before,
.com_faq dd::before {
	position: absolute;
	content: "Q.";
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	color: #7ecdb6;
	font-size: min(5vw,3.46rem);
	letter-spacing: .1em;
	line-height: 1;
	left: 7%;
	top: .25em;
	translate: -50% 0;
}
.com_faq dd::before {
	content: "A.";
	top: .4em;
}
.com_faq .icon_open {
	position: absolute;
	color: #7ecdb6;
	font-size: 160%;
	right: 4%;
	top: 50%;
	translate: 0 -50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_faq dt::before {
	top: .3em;
}
.com_faq dd::before {
	top: .5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_faq dt,
.com_faq dd {
	padding: 1em 5%;
	padding-left: 16vw;
}
.com_faq dt {
	font-size: 105%;
	letter-spacing: .08em;
	padding-right: 12%;
}
.com_faq dd {
	font-size: 90%;
}
.com_faq dt::before,
.com_faq dd::before {
	font-size: 8vw;
	left: 10%;
}
.com_faq dt::before {
	top: .5em;
}
.com_faq dd::before {
	top: .7em;
}
}


/*---------------------------------------------------------
modal
---------------------------------------------------------*/
dialog {
	width: 85%;
	max-width: 700px;
	background: transparent;
	border: none;
	padding: 0;
	opacity: 0;
	transition:
        opacity .6s,
        translate .6s,
        overlay .6s allow-discrete,
        display .6s allow-discrete;
		overflow: visible;
}
dialog[open] {
	opacity: 1;
	translate: 0 0;
	@starting-style {
		opacity: 0;
	}
}
dialog::backdrop {
	opacity: 0;
	background: rgba(70,102,107,0.8);
	transition: opacity .6s;
}
dialog[open]::backdrop {
	opacity: 1;
	@starting-style {
		opacity: 0;
	}
}

.modal_box {
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 4.5em 2em;
	border-radius: 10px;
}
#modalCont button {
	position: relative;
	font-size: 0;
	width: 58px;
	height: 20px;
	margin-left: auto;
	margin-bottom: 5%;
}
#modalCont button::before,
#modalCont button::after {
	position: absolute;
	display: block;
	content: "";
	background: #FFF;
	width: 105%;
	height: 1px;
	top: 0;
	transform-origin: left top;
}
#modalCont button::before {
	left: 0;
	rotate: 17deg;
}
#modalCont button::after {
	right: 0;
	transform-origin: right top;
	rotate: -17deg;
}

#modalCont .com_rsv_list {
	margin: 0 auto;
}
#modalCont .com_tel dt span {
	display: block;
	color: #47a789;
	font-size: 68%;
	margin-top: 1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#modalCont .com_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5em;
}
#modalCont .com_tel dt {
	font-size: min(2.5vw,170%);
	margin-bottom: 0;
	margin-right: 1.5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#modalCont {
	width: 95%;
}
.modal_box {
	padding: 12% 2.5% 10%;
}
#modalCont .com_tel {margin-bottom: 1.5em;}
#modalCont .com_tel dt {
	font-size: 105%;
}
#modalCont .com_tel_style {
	font-size: 8vw;
}
}



/*---------------------------------------------------------
info
---------------------------------------------------------*/
.inf_bg {
	background: url(../images/top/info_bg@2x.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 33vw;
}
.f_info address {
	font-size: min(1.8vw,120%);
	margin-bottom: 1.5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.f_info .inf_grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 45% 51%;
	margin-bottom: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_info .inf_grid {
	margin-bottom: 8%;
}
.f_info .inf_grid > div:first-of-type {
	margin-bottom: 6%;
}
.f_info address {
	font-size: 95%;
	margin-bottom: 1.2em;
}
}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
	color: #FFF;
	background-color: #878f8e;
	padding: 110px 4.6%;
}
footer .f_logo {
	width: 35vw;
	max-width: max-content;
	margin-bottom: 1.5em;
}
footer .copyright {
	display: block;
	text-align: right;
	font-size: 106%;
	line-height: 1.4;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer {
    padding: 10% 4%;
}
footer .copyright {
	font-size: 95%;
	margin-top: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding: 12% 5% 22%;
}
footer .f_logo {
	width: 60vw;
	margin: 6% auto 5%
}
footer address {
	display: block;
	max-width: max-content;
	margin: 0 auto;
}
footer .copyright {
	text-align: center;
	font-size: 80%;
	margin-top: 10%;
}
}

/*footer:f_sitemap
---------------------------------------------------------*/
footer .f_sitemap {
	margin-bottom: 60px;
}
footer .f_sitemap dt {
	font-size: 113%;
	margin-bottom: .6em;
}
footer .f_sitemap a {
	padding-right: 1em;
}
footer .f_sitemap ul {
	column-gap: .5em;
}
footer .f_sitemap ul {
	column-count: 2;
}
footer .f_sitemap ul li {
	break-inside: avoid;
	margin-bottom: 1em;
}
footer .com_txt_link:hover,
footer .f_sitemap a:hover {
	color: #a4e8d2;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_sitemap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 31% 31% 31%;
	row-gap: 1em;
	max-width: 1280px;
}
footer .f_sitemap dl.menu_sym,
footer .f_sitemap dl.menu_dis {
	grid-column: 1/4;
}
/* menu_dis */
footer .f_sitemap dl.menu_dis > dd {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 31% 31% 31%;
	row-gap: 1.2em;
}
footer .f_sitemap dl.menu_dis dl:last-of-type {
	grid-column: 1/4;
	padding-right: 0;
}
footer .f_sitemap ul.wp_menu.pc_w {
	column-count: 5;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_sitemap {
	grid-template-columns: 50% 50%;
	row-gap: 20px;
}
footer .f_sitemap ul.wp_menu:not(.pc_w) {
	column-count: 1;
}
footer .f_sitemap ul.wp_menu.pc_w {
	column-count: 4;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_sitemap dl {
	margin-bottom: 3%;
}
footer .f_sitemap dt {
	font-size: 100%;
}
footer .f_sitemap ul li {
	margin-bottom: .6em;
}
footer .f_sitemap ul li a {
	font-size: 88%;
}
/* menu_sym */
footer .f_sitemap dl.menu_dis ul.wp_menu {
	grid-template-rows: none;
	grid-template-columns: repeat(2,50%);
	grid-auto-flow: initial;
}
/*accordion*/
footer .sp_openbox {
	display: none;
	padding-top: 5%;
}
}


/*sp_footer
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}
#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
}
#sp_footer .spf_contact{
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
}
.spf_contact {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 49.2% 49.2%;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	padding: 2%;
}
.spf_contact .spf_tel,
.spf_contact .com_btn_web > * {
	border-radius: 5px;
	padding: 4.2vw 1% 4vw;
}
.spf_contact .spf_tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #385b60;
}


/*---------------------------------------------------------
max-width
---------------------------------------------------------*/
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.max_width,.w1500,
.w1400,
.w1380,.w1340,.w1300,
.w1280,.w1240,.w1220,.w1200,
.w1100,.w1000,
.w910 {
	width: 92%;
	padding: 0 4%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {max-width: 1500px;}
.w1454 {max-width: 1454px;}
.w1400 {max-width: 1400px;}
.w1380 {max-width: 1380px;}
.w1340 {max-width: 1340px;}
.w1300 {max-width: 1300px;}
.w1280 {max-width: 1280px;}
.w1240 {max-width: 1240px;}
.w1220 {max-width: 1220px;}
.w1200 {max-width: 1200px;}
.w1100 {max-width: 1100px;}
.w1000 {max-width: 1000px;}
.w910 {max-width: 910px;}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,.w1500,
.w1400,
.w1380,.w1340,.w1300,
.w1280,.w1240,.w1220,.w1200,
.w1100,.w1000,
.w910 {
	width: 90%;
	padding: 0 5%;
}
}

/*---------------------------------------------------------
margin
---------------------------------------------------------*/
.com_b_200 {margin-bottom: 200px;}
.com_b_150 {margin-bottom: 150px;}
.com_b_120 {margin-bottom: 120px;}
.com_b_110 {margin-bottom: 110px;}
.com_b_100 {margin-bottom: 100px;}
.com_b_90 {margin-bottom: 90px;}
.com_b_80 {margin-bottom: 80px;}
.com_b_70 {margin-bottom: 70px;}
.com_b_60 {margin-bottom: 60px;}
.com_b_50 {margin-bottom: 50px;}
.com_b_40 {margin-bottom: 40px;}
.com_b_30 {margin-bottom: 30px;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_b_200 {margin-bottom: 16%;}
.com_b_150 {margin-bottom: 12%;}
.com_b_120 {margin-bottom: 10%;}
.com_b_110 {margin-bottom: 9%;}
.com_b_100 {margin-bottom: 8%;}
.com_b_90 {margin-bottom: 8%;}
.com_b_80 {margin-bottom: 7%;}
.com_b_70 {margin-bottom: 6%;}
.com_b_60 {margin-bottom: 5%;}
.com_b_50 {margin-bottom: 4%;}
.com_b_40 {margin-bottom: 4%;}
.com_b_30 {margin-bottom: 3%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_b_200 {margin-bottom: 16%;}
.com_b_150 {margin-bottom: 14%;}
.com_b_120 {margin-bottom: 13%;}
.com_b_110 {margin-bottom: 12%;}
.com_b_100 {margin-bottom: 12%;}
.com_b_90 {margin-bottom: 11%;}
.com_b_80 {margin-bottom: 10%;}
.com_b_70 {margin-bottom: 9%;}
.com_b_60 {margin-bottom: 8%;}
.com_b_50 {margin-bottom: 7%;}
.com_b_40 {margin-bottom: 6%;}
.com_b_30 {margin-bottom: 5%;}
}

/*---------------------------------------------------------
responsive
---------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) and (min-aspect-ratio: 1024/600) {

}

/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
.sp_pc{display:block !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
.sp_pc{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
.sp_pc{display:block!important;}
}
