@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	color: #492922;
	font-size: 16px;
	letter-spacing: .06em;
	line-height: 2.1;
	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{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border: none;
	display: block;
	margin: auto;
}
table {
    font-size: inherit;
    font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}

a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, background-color 0.4s;
}

i {font-weight: normal !important;}

cite {
	display: block;
	color: #B5B4B9;
	font-style: normal;
	letter-spacing: .04em;
	line-height: 1.3;
	margin-top: 1.6em;
}

.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;
}

.fs15 {font-size: 93%;}
.fs17 {font-size: 106%;}

.red {color: #EA613E;}
.org {color: #F5893E;}
.borg {color: #F56B34;}
.yel {color: #FFFF83;}
.grn {color: #63AC98;}
.mgrn {color: #74C8B2;}
.ygrn {color: #8CCA00;}
.lgrn {color: #B8FFBD;}
.ppl {color: #C08CBA;}
.pnk {color: #f58f92;}
.brw {color: #997F4F;}

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

.aster_txt,
.aster_list > li {
	position: relative;
	color: rgba(73,41,34,0.6);
	font-size: 87%;
	line-height: 1.5;
	margin-top: .8em;
}
.aster_list > li {
	text-indent: -1em;
    padding-left: 1em;
}

.bg_white {	background-color: #fff;}

.ft_min {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}
.ft_att {
	font-family: "new-atten", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
}
.ft_orp {
	font-family: "orpheuspro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1;
}

.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
	text-decoration-color: rgba(71,21,9,0.4);
}
.com_txt_link:hover {
	text-decoration: none;
	color: #87CAB6;
}

#wrapper {
	overflow: hidden;
}

.txt_jyunbi {
	padding: 60px 0 100px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .02em;
}
}

/* 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>*/

.fs17 {font-size: 100%;}

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

cite {
	font-size: 85%;
	letter-spacing: normal;
	margin-top: 1em;
}

.txt_jyunbi {
	padding: 8% 0 10%;
}
}



/*---------------------------------------------------------
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);
}

/*---------------------------------------------------------
com_obj
---------------------------------------------------------*/
.com_obj {
	position: absolute;
    width: min(30vw,400px);
    background-color: #D2FFBB;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(min(50px,5vw));
    transition: all 2s;
    animation: blurAnm 10s infinite;
}
.com_obj::before {
	display: block;
	content: "";
	padding-top: 100%;
}
.com_obj:nth-of-type(even) {
	animation-delay: 4s;
	transition-delay: .3s;
}
/* m_img */
.contentpage .m_img_area .com_obj {
	translate: -50% -50%;
}
.contentpage .m_img_area .com_obj:nth-of-type(1) {
	left: 67%;
	top: 95%;
}
.contentpage .m_img_area .com_obj:nth-of-type(2) {
	left: 92%;
	top: 90%;
}

@keyframes blurAnm {
    0% {
        background-color: #D2FFBB;
        scale: 1;
    }
    25% {
        scale: 0.9;
    }
    50% {
        background-color: #FFFD62;
        scale: 1.05;
    }
    70% {
        scale: 0.8;
    }
    100% {
        scale: 1;
    }
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_obj {
	width: 40vw;
    filter: 15vw;
}
/* m_img */
.contentpage .m_img_area .com_obj:nth-of-type(1) {
	left: 55%;
}
}


/*---------------------------------------------------------
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;	/*滑らかに流れ続ける*/
}
.com_slide li {
	width: 37.4vw;
	max-width: 560px;
	margin-right: 1vw;
}

/*---------------------------------------------------------
contact
---------------------------------------------------------*/
.com_tel dt {
	text-align: left;
	font-size: min(1.4vw,106%);
	font-weight: bold;
	letter-spacing: .04em;
	line-height: 1.3;
	white-space: nowrap;
}
/* com_btn_web */
.com_btn_web {
	max-width: 496px;
}
.com_btn_web > a {
	position: relative;
	display: block;
	background-color: #FFBD50;
	border-radius: .6em;
}
.com_btn_web > a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	color: #FFF;
	font-size: 120%;
	letter-spacing: normal;
	line-height: 1;
	font-weight: normal;
	right: 8.4%;
	top: 50%;
	translate: 50% -50%;
	rotate: -45deg;
	transition: all .4s;
}
.com_btn_web > a:hover {
	background-color: #F5893E;
}
.com_btn_web > a:hover::after {
	translate: 58% -58%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_tel*/
.com_tel dt {
	font-size: 90%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_tel*/
.com_tel dt {
	font-size: 70%;
}
}

/*contact:com_ctc_box
---------------------------------------------------------*/
.com_ctc_box {
	position: relative;
	max-width: 1117px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px 4%;
	border-radius: 1.2em;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.com_ctc_box .deco_txt {
	text-align: center;
	color: #87CAB6;
	font-size: 150%;
	margin-bottom: 1em;
}
.com_ctc_box .com_tel {
	display: flex;
	align-items: center;
}
.com_ctc_box .com_tel dt {
	margin-right: 1em;
}
.com_ctc_box .com_time_txt {
	justify-content: center;
}
footer .com_ctc_box {
	max-width: 1300px;
	translate: 0 20%;
}
footer .com_ctc_box .ctc_list {
	max-width: 1175px;
	margin: 0 auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_ctc_box .ctc_list {
	display: flex;
	justify-content: center;
}
.com_ctc_box .ctc_list > *:nth-child(2) {
	margin-left: 3%;
}
.com_ctc_box .ctc_list .com_tel {
	width: 53%;
}
.com_ctc_box .ctc_list .com_btn_web {
	width: 43%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_ctc_box {
	padding: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_box {
	padding: 6% 6% 7%;
}
.com_ctc_box .deco_txt {
	font-size: 100%;
}
.com_ctc_box .com_tel {
	margin-bottom: 3%;
}
}


/*com_timetable
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
	font-size: min();
	line-height: 1.2;
	white-space: nowrap;
	background-color: #EFF0E6;
	padding: 1.5em 5%;
	box-sizing: border-box;
	border-radius: 1.2em;
}
.com_timetable th {
	width: 36%;
	text-align: center;
	vertical-align: middle;
}
.com_timetable td {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.com_timetable td:last-of-type {
	width: 14%;
	padding-right: 2%;
}
.com_timetable thead {
	position: relative;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
}
.com_timetable thead th,
.com_timetable thead td {
	vertical-align: middle;
	padding: .6em 0 1.2em;
}
.com_timetable thead th {
	padding-left: 3%;
	padding-right: 7%;
}
.com_timetable tbody th {
	font-family: "new-atten", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 117%;
	letter-spacing: .06em;
	line-height: 1;
	vertical-align: middle;
	padding: .4em 8% .4em 4%;
}
.com_timetable tbody td {
	color: #8CCA00;
	font-size: 112%;
	vertical-align: middle;
	padding: .8em 0;
}
.com_timetable tbody td.closed {
	color: #979692;
}
/* header */
header .com_timetable {
	font-size: min(.96vw,81%);
	background-color: transparent;
	padding: 0;
}
header .com_timetable thead th,
header .com_timetable thead td {
	background: #EFF0E6;
	padding-top: .8em;
	padding-bottom: .6em;
}
header .com_timetable thead th {
	border-top-left-radius: .6em;
	border-bottom-left-radius: .6em;
}
header .com_timetable thead td:last-of-type {
	border-top-right-radius: .6em;
	border-bottom-right-radius: .6em;
}
header .com_timetable tbody th {
	padding: .4em 4% .4em 1%;
}
header .com_timetable tbody tr:first-of-type th {
	padding-top: .6em;
	padding-bottom: .2em;
}
header .com_timetable tbody tr:last-of-type th {
	padding-top: .2em;
	padding-bottom: .6em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_timetable {
	font-size: min(1.6vw,105%);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_timetable .tbl_txt {
	font-size: 1.8vw;
}
/* header */
header .com_timetable {
	font-size: 1.05vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable {
	font-size: 3vw;
}
.com_timetable .tbl_txt {
	font-size: 3.1vw;
}
}

/*医院情報
---------------------------------------------------------*/
.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;
}

.com_cliname {
	font-size: min(3.2vw,268%);
	letter-spacing: .08em;
	line-height: 1.3;
	white-space: nowrap;
}
address {
	line-height: 1.5;
	letter-spacing: .14em;
}

.com_clnpoint {
	display: flex;
	margin-bottom: 2em;
}
.com_clnpoint > li {
	font-size: 118%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.3;
	background-color: #EFF0E6;
	padding: .2em 1em;
	border-radius: .4em;
	margin-right: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*休診日*/
.com_time_txt {
	font-size: 95%;
}

address {
	letter-spacing: .08em;
}
.com_clnpoint {
	margin-bottom: 1.5em;
}
.com_clnpoint > li {
	font-size: 105%;
	letter-spacing: .08em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/*休診日*/
.com_time_txt {
	font-size: 86%;
	letter-spacing: .02em;
	margin-top: .6em;
}

.com_cliname {
	font-size: 150%;
}
address {
	font-size: 88%;
	letter-spacing: .05em;
}

.com_clnpoint {
	margin-bottom: 1em;
}
.com_clnpoint > li {
	font-size: 90%;
	letter-spacing: .08em;
}
}

/*---------------------------------------------------------
共通メニュー
---------------------------------------------------------*/
/*com_menu1
---------------------------------------------------------*/
.com_menu1 {
	display: grid;
	justify-content: space-between;
	grid-auto-columns: 1fr;
}
.com_menu1 > li {
	margin-top: .5em;
}
.com_menu1 > li::after {
	display: block;
	content: "";
	background: url(../images/common/dot.svg) repeat-x left top;
	background-size: auto 100%;
	height: 2px;
}
.com_menu1 > li > a {
	position: relative;
	height: 3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
	/* font-size: 118%; */
	font-size: min(1.34vw,1.06rem);
	letter-spacing: .08em;
	line-height: 1.2;
	white-space: nowrap;
	box-sizing: border-box;
	padding: .2em 2em .2em 0;

	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_menu1 > li > a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e802';
	color: #FFF;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	background-color: #63AC98;
	box-sizing: border-box;
	font-size: 110%;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.com_menu1 > li > a:hover {
	color: #63AC98;
}
.com_menu1 > li > a:hover::after {
	padding-left: .2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_menu1 > li > a {
	letter-spacing: .06em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu1 {
	grid-template-columns: repeat(2, 48.5%);
}
.com_menu1 > li:nth-of-type(n+3) {
	margin-top: 2vw;
}
.com_menu1 > li > a {
	font-size: 80%;
	letter-spacing: .04em;
	font-feature-settings: "halt";
}
.com_menu1 > li > a::after {
	font-size: 100%;
}
}

/*com_medmenu
---------------------------------------------------------*/
.com_menu1.com_medmenu {
	display: grid;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	margin: 0 auto;
}
.com_menu1.com_medmenu > li > a {
    flex-direction: row;
	align-items: center;
    justify-content: flex-start;
	height: 3.6em;
}
.com_medmenu > li > a::before {
	display: inline-block;
	position: relative;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	min-width: 2.95em;
	min-height: 2em;
	margin-right: .4em;
}
.com_medmenu > li.menu_imp > a::before {background-image: url("../images/common/med_i_imp.svg");}
.com_medmenu > li.menu_ko > a::before {background-image: url("../images/common/med_i_ko.svg");}
.com_medmenu > li.menu_car > a::before {background-image: url("../images/common/med_i_car.svg");}
.com_medmenu > li.menu_ort > a::before {background-image: url("../images/common/med_i_ort.svg");}
.com_medmenu > li.menu_sur > a::before {background-image: url("../images/common/med_i_sur.svg");}
.com_medmenu > li.menu_per > a::before {background-image: url("../images/common/med_i_per.svg");}
.com_medmenu > li.menu_ps > a::before {background-image: url("../images/common/med_i_ps.svg");}
.com_medmenu > li.menu_prv > a::before {background-image: url("../images/common/med_i_prv.svg");}
.com_medmenu > li.menu_kid > a::before {background-image: url("../images/common/med_i_kid.svg");}
.com_medmenu > li.menu_mat > a::before {background-image: url("../images/common/med_i_mat.svg");}
.com_medmenu > li.menu_cer > a::before {background-image: url("../images/common/med_i_cer.svg");}
.com_medmenu > li.menu_whi > a::before {background-image: url("../images/common/med_i_whi.svg");}
.com_medmenu > li.menu_den > a::before {background-image: url("../images/common/med_i_den.svg");}
.com_medmenu > li.menu_mou > a::before {background-image: url("../images/common/med_i_mou.svg");}
.com_medmenu > li.menu_vis > a::before {background-image: url("../images/common/med_i_vis.svg");}
.com_medmenu > li.menu_pri > a::before {background-image: url("../images/common/med_i_pri.svg");}

.com_medmenu > li.menu_mou > a {font-feature-settings: "halt";}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
.com_menu1.com_medmenu {
	max-width: 1400px;
	grid-template-columns: repeat(5, 19%);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_menu1.com_medmenu {
	grid-template-columns: repeat(4, 24%);
}
.com_menu1.com_medmenu > li > a {
	font-size: 1.65vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu1.com_medmenu {
	grid-template-columns: repeat(2, 48.5%);
}
.com_menu1.com_medmenu > li:nth-of-type(n+3) {
	margin-top: 2vw;
}
.com_menu1.com_medmenu > li.menu_pri {
	grid-column: 1 / 3;
}
}

/*com_menu2
---------------------------------------------------------*/
.com_menu2 {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 25% 25% 45%;
	justify-content: space-between;
	width: 80%;
	max-width: 918px;
	margin: 20px auto 0;
}
.com_menu2 > li > a {
	position: relative;
	height: 3.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(1.5vw,1.06rem);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3;
	white-space: nowrap;
	background-color: #DFDDC8;
	box-sizing: border-box;
	border-radius: .7em;
	padding: .1em  1em;
	padding-left: .8em;
}
.com_menu2 > li > a::before {
	display: inline-block;
	position: relative;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	min-width: 3em;
	min-height: 2em;
	margin-right: .4em;
}
.com_menu2 > li > a::after {
	display: inline-block;
	font-family: 'fontello';
	content: '\e801';
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	transition: translate .5s;
	margin-left: .4em;
}
.com_menu2 > li > a:hover::after {
	translate: .2em 0;
}
.com_menu2 > li.out > a::after {
	rotate: -45deg;
	margin-left: .2em;
}
.com_menu2 > li.out > a:hover::after {
	translate: .1em -0.1em;
}

.com_menu2 > li.menu_case > a::before {background-image: url("../images/common/med_i_case.svg");}
.com_menu2 > li.menu_inst > a::before {
	min-height: 1.6em;
	background-image: url("../images/common/icon_inst@2x.png");
	margin-right: 0;
}
.com_menu2 > li.menu_pri > a {
	color: #FFF;
	background-color: #433200;
}
.com_menu2 > li.menu_pri > a::before {background-image: url("../images/common/med_i_pri.svg");}

.com_menu2 > li > a:hover {background-color: #CEC9B9;}
.com_menu2 > li.menu_pri > a:hover {background-color: #2E1900;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_menu2 > li > a {
	font-size: 1.6vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu2 {
	width: 100%;
	grid-template-columns: 49% 49%;
}
.com_menu2 > li.menu_pri {
	grid-column: 1/3;
	margin-top: 3%;
}
.com_menu2 > li > a {
	height: 3.5em;
	font-size: 85%;
	letter-spacing: .04em;
}
.com_menu2 > li > a::before {
	min-width: 2.8em;
	min-height: 1.8em;
	margin-right: .2em;
}
}


/*header
---------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 25px min(2.6%,40px);
}
header .h_inbox {
	position: relative;
	display: flex;
	justify-content: space-between;
}
header .h_left {
	width: 48%;
}
header .h_logo {
	max-width: 656px;
}
h1 {
	font-size: min(1.2vw,93%);
	line-height: 1.4;
	margin-bottom: 1em;
}
/*h_right*/
header .h_right {
	width: 50%;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 52% 46%;
	max-width: 695px;
}
header .com_time_txt {
	flex-wrap: nowrap;
	white-space: nowrap;
	font-size: min(.95vw,80%);
	letter-spacing: normal;
	font-feature-settings: "halt";
	margin-top: 0;
}
.h_contact .com_tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .8em;
}
.h_contact .com_tel dt {
	font-size: min(1vw,87%);
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
h1 {
	margin-left: min(23%,156px);
	margin-bottom: -1em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header {
	padding: 20px 2%;
}
h1 {
	font-size: 80%;
}
.h_contact .com_tel {
	display: block;
}
.h_contact .com_tel dt {
	font-size: 1.2vw;
	margin-bottom: .5em;
}
header .com_time_txt {
	flex-wrap: wrap;
	font-size: min(1.2vw,80%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 4% 3%;
}
header .h_left {
	width: 78%;
}
header .h_logo {
	width: 66vw;
}
h1 {
	font-size: 60%;
}
/*h_right*/
header .h_right {
	display: none;
}
}


/*---------------------------------------------------------
m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: min(1.4vw,106%);
}
.m_nav > li {
	position: relative;
	margin: 0 1em;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: .15em;
	white-space: nowrap;
	padding: 1.5em 0;
}
.m_nav > li.menu_open > a::before {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e804';
	color: #63AC98;
	font-weight: normal;
	left: 50%;
	bottom: 0;
	translate: -50% 0;
}
.m_nav > li > a.select,
.m_nav > li > a:hover {
	color: #63AC98;
}
/* in_menu */
.in_menu {
	display: none;
	position: absolute;
	width: 15em;
	z-index: 999;
	font-size: min(1.2vw,1rem);
	right: 50%;
	top: calc(100% + 10px);
	translate: 50% 0;
	background: #E9F1EC;
	border-radius: 1em;
	box-sizing: border-box;
	padding: 1em 1.6em 2em;
}
.open_top .in_menu {
	top: auto;
	bottom: calc(100% + 2em);
}
.in_menu .com_menu1 > li > a {
	font-size: min(1.35vw,1.18rem);
}
.in_menu .com_medmenu > li > a::before {
	min-width: 2.6em;
}
.in_menu .com_menu1 > li > a::after {
	font-size: 100%;
}
.in_menu .com_menu2 > li > a {
	font-size: min(1.5vw,1.18rem);
}

/*menu_med*/
.m_nav > li.menu_med {
	position: static;
}
.med_inmenu {
	width: 96vw;
	max-width: 1470px;
	padding: 2em;
}
.contentpage .m_nav_area .med_inmenu {
	right: 0;
	translate: none;
}
#scl_header .med_inmenu {
	left: 0;
	right: auto;
	translate: none;
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.m_nav > li {
	margin: 0 .8em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav {
	font-size: 1.5vw;
}
/* in_menu */
.in_menu {
	top: calc(100% + 30px);
}
.med_inmenu {
	padding: 5% 2em 8%;
}
.in_menu .com_menu1 > li > a {	font-size: 1.6vw;}
.in_menu .com_menu2 > li > a {font-size: 1.6vw;}

}

/*---------------------------------------------------------
m_nav_area
---------------------------------------------------------*/
.m_nav_area {
	width: 88%;
	max-width: 1140px;
	box-sizing: border-box;
	padding: 1em .6em 0;
	margin-top: 1em;
	margin-left: auto;
}
.m_nav_area .m_nav {
	justify-content: center;
}
.m_nav_area .m_nav > li {
	margin: 0 1.6em;
}
.m_nav_area .med_inmenu {
	left: auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav_area {
	width: 80%;
	padding-top: .6em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area {
	display: none !important;
}
}

/*---------------------------------------------------------
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;
    align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: min(1em,2vw) 1.6%;
}
#scl_header .m_nav {
	font-size: min(1.1vw,106%);
}
#scl_header .m_nav > li {
	margin: 0 1em;
}
#scl_header .scl_contact {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 52% 45%;
	width: 42%;
	max-width: 495px;
}
#scl_header .scl_contact dt {
	font-size: min(1.1vw,93%);
	margin-bottom: .6em;
}
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1270px) {
#scl_header .m_nav > li > a br {
	display: block !important;
}
#scl_header .m_nav {
	font-size: 1.25vw;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_flex {
	padding: 1.2vw 1.6%;
}
#scl_header .m_nav {
	font-size: 1.35vw;
}
#scl_header .m_nav > li {
	margin: 0 .7em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}


/*---------------------------------------------------------
drawer
---------------------------------------------------------*/
#drawer-content {
	padding: 8% 3.5% 12%;
}
.drw_inbox {
	margin-bottom: 7%;
}
.drw_index {
	text-align: center;
	font-size: 93%;
	margin-bottom: .5em;
}

.drw_logo {
	margin-bottom: 8%;
}
.drw_logo a{
	display: flex;
	align-items: center;
	color: #87CAB6;
	font-size: 65%;
	white-space: nowrap;
}
.drw_logo img{
	width: 5.8em;
	margin: 0;
	margin-right: 1.6em;
}

.drw_inbox .com_menu1 {
	max-width: 88vw;
	margin-left: auto;
	margin-right: auto;
}

.drw_inbox.drw_med {
	background-color: #FFFFFF;
	padding: 1.5em 5%;
	border-radius: 1em;
}
.drw_inbox.drw_med .drw_index {
	color: #87CAB6;
}
.drw_inbox.drw_med .com_menu2 {
	margin-top: 6%;
}
.drw_inbox p {
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
	margin-bottom: .6em;
}
/* drw_sns */
.drw_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8%;
}
.drw_sns > li {
	font-weight: bold;
	margin: 0 1em;
}
.drw_sns img {
	display: block;
}
.drw_sns .menu_inst a {
	display: flex;
	align-items: center;
}
.drw_sns .menu_inst a::before {
	display: block;
	content: "";
	background: url(../images/common/icon_inst@2x.png) no-repeat;
	background-size: contain;
	width: 1.6em;
	height: 1.6em;
	margin-right: .6em;
}

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

/*com_arw
---------------------------------------------------------*/
.com_arw {
    position: relative;
	display: inline-block;
    text-align: center;
	color: #FFF;
	background-color: #B8D200;
    border-radius: 50%;
	font-size: min(100%,16px);
	letter-spacing: normal;
    width: 2em;
	line-height: 2;
	transition: all .5s;
} 
.com_arw::before {
	display: block;
	font-family: 'fontello';
	content: '\e801';
	font-weight: normal;
	transition: all .6s;
}
.com_arw.ank::before {
    rotate: -45deg;
} 
.com_arw.bdr {
	width: 2.8em;
	line-height: 2.8;
	color: currentColor;
	background-color: transparent;
	border: 1px solid currentColor;
}
a:hover .com_arw::before {
	translate: 5% 0;
}
a:hover .com_arw.bdr {
	color: #FFF;
	background-color: #433200;
}
a:hover .com_arw.ank::before {
	translate: 3% -3%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_arw {
    font-size: 3vw;
}
}
/*com_btn1
---------------------------------------------------------*/
.com_btn1 {
	margin-top: 2em;
}
.com_btn1 a {
	position: relative;
	display: inline-block;
	min-width: 13em;
	max-width: 100%;
	text-align: left;
	font-size: min(2vw,1.25rem);
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.3;
	background-color: #87CAB6;
	box-sizing: border-box;
	padding: .6em 3em .6em 1.5em;
	border-radius: .5em;
}
.com_btn1 a:hover {
	background-color: #73D8B6;
}
.com_btn1 a::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.com_btn1 a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	font-size: 120%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	color: #FFF;
	right: 1em;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.com_btn1 a:hover::after {
	right: 0.8em;
}
.com_btn1.out a::after {
	rotate: -45deg;
}
.com_btn1.out a:hover::after {
	right: .9em;
	top: 46%;
}
.com_btn1.ank a::after {
	rotate: 90deg;
}
.com_btn1.ank a:hover::after {
	right: 1em;
	top: 54%;
}

.com_btn1.wh a {background-color: #FFF;}
.com_btn1.wh a:hover {background-color: #87CAB6;}

.com_btn1.brw a {
	color: #FFF;
	background-color: #433200;
}
.com_btn1.brw a:hover {	background-color: #2E1900;}

.contentpage .com_btn1 a::after {color: inherit;}

/* line */
.com_btn1.btn_line a {
	display: inline-flex;
	align-items: center;
	min-width: 15em;
	background-color: #36BD55;
}
.com_btn1.btn_line a::before {
	display: inline-block;
	content: "";
	background-image: url(../images/common/icon_line.svg);
	width: 2.1em;
	height: 2em;
	margin-right: .8em;
}
.com_btn1.btn_line a:hover {
	background-color: #00CE27;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btn1 {	margin-top: 1.5em;}
.com_btn1 a {	letter-spacing: .05em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn1 {
	text-align: center;
	margin-top: 1.2em;
}
.com_btn1 a {
	font-size: 3.6vw;
	letter-spacing: .05em;
	padding: .6em 3em .6em 1.5em;
}
.com_btn1.icon a {
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
}
/*com_link1
---------------------------------------------------------*/
.com_link1 {
	margin-top: 1em;
}
.com_link1 a {
	position: relative;
	display: inline-block;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.2;
	white-space: nowrap;
	padding-right: 2em;
}
.com_link1 a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	color: #FFF;
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.6;
	width: 1.6em;
	text-align: center;
	background-color: #B8D200;
	border-radius: 50%;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.com_link1 a:hover {
	color: #B8D200;
}
.com_link1.out a::after {
	rotate: -45deg;
}
/* 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 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.2em;
	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.5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btnlist {
	justify-content: center;
	margin-top: .8em;
}
.com_btnlist > li {
	margin-right: 0;
}
.com_btnlist > li {
	margin-top: .5em;
}
}

/*
---------------------------------------------------------*/
main {
	padding-top: 20px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
main {
	padding-top: 5vw;
}
}


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	cursor: pointer;
}
.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;
	margin-left: .5em;
	transform: translateY(-0.1em);
	position: relative;
	transition: transform .4s;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .8em;
	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);
}

/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_marulist > li{
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
	padding-left: 1.2em;
	margin-top: .5em;
}
.com_marulist > li::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e805';
	color: #87CAB6;
	left: 0;
	top: 0;
}
.com_marulist.bdr > li{
	padding-bottom: .8em;
	margin-top: 1.6em;
	border-bottom: 1px solid rgba(73,41,34,0.15);
}
.com_marulist.bdr > li:first-of-type {
	margin-top: 0;
}
.com_chklist li {
	position: relative;
	box-sizing: border-box;
	line-height: 1.6;
	padding-left: 2.2em;
	margin-bottom: .8em;
}
.com_chklist li::before {
	position: absolute;
	content: "";
	background: url("../images/common/check.svg") no-repeat center center;
	background-size: contain;
	width: 1.8em;
	height: 1.4em;
	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;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_marulist.bdr > li{
	margin-top: 1em;
}
}


/*---------------------------------------------------------
 text_style
---------------------------------------------------------*/
/*com_style*/
.com_style1 > dt,
.com_style1_txt {/*30px*/
	font-size: min(187%,2.8vw);
	letter-spacing: .08em;
	line-height: 1.5;
}
.com_style2 > dt,
.com_style2_txt {/*35px*/
	font-size: min(218%,3vw);
	letter-spacing: .08em;
	line-height: 1.5;
}
.com_style1 > dt,
.com_style2 > 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: "new-atten", sans-serif;
	font-weight: 700;
	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: #87CAB6;
	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: .1em;
    line-height: 1.4;
    width: 7.2em;
    min-width: 7.2em;
    height: 7.2em;
    min-height: 7.2em;
    box-sizing: border-box;
    background-color: #87CAB6;
    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: .03em;
}
.com_style2 > dt,
.com_style2_txt {
	font-size: 130%;
	letter-spacing: .03em;
}
/*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*/
.com_title1 {
	position: relative;
	text-align: center;
	font-size: min(218%,3vw);
	letter-spacing: .14em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.com_title1 .ft_min {
	margin-top: .5em;
}
/*com_title2*/
.com_title2 {
	position: relative;
	text-align: center;
	font-size: min(281%,4vw);
	letter-spacing: .14em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.com_title2 .com_deco_txt2 {
	margin-bottom: .4em;
}
/*com_deco_txt*/
.com_deco_txt1 {
	color: #87CAB6;
	font-family: "orpheuspro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(9vw,5.93rem);
	letter-spacing: .12em;
	line-height: 0.71;
	white-space: nowrap;
}
.com_deco_txt2 {
	text-align: center;
	/* color: #4FB599; */
	color: #87CAB6;
	font-family: "new-atten", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.37rem;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: .87em;
}
.com_deco_txt2.fs18 {
	font-size: 1.12rem;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_title1*/
.com_title1 {
	font-size: 130%;
	letter-spacing: .1em;
}
/*com_title2*/
.com_title2 {
	font-size: 135%;
}
/*com_deco_txt*/
.com_deco_txt1 {
	font-size: 12vw;
}
.com_deco_txt2 {
	font-size: 4vw;
}
.com_deco_txt2.fs18 {
	font-size: 3.8vw;
}
}

/*---------------------------------------------------------
 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_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: 4%;
}
.com_flt .img_r {
	margin-left: 4%;
}
.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;
}
.contentpage .m_img_area {
	padding: 40px 6.6% 0;
}
.contentpage .m_img {
	height: 26.7vw;
	max-height: 400px;
	margin-bottom: 2em;
}
.contentpage .m_img > div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/* type_col */
.contentpage .m_img.type_col {
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
}
/* type_med */
.contentpage .m_img.type_med > div {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 5.3%;
	overflow: hidden;
}
.contentpage .m_img.type_med .com_obj {
	translate: -50% -50%;
}
.contentpage .m_img.type_med .com_obj:nth-of-type(1) {
	left: 0;
	top: 0;
}
.contentpage .m_img.type_med .com_obj:nth-of-type(2) {
	left: 100%;
	top: 100%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .m_img_area {
	padding-top: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img_area {
	padding: 0 4%;
}
.contentpage .m_img {
	height: 40vw;
}
/* type_med */
.contentpage .m_img.type_med {
	margin-bottom: 1em;
}
}
/*m_title
---------------------------------------------------------*/
.m_title {
	position: relative;
	font-size: min(312%,5vw);
	letter-spacing: .06em;
	line-height: 1.3;
	white-space: nowrap;
}
.m_title .ft_att {
	font-size: min(2vw,1.3rem);
}
.m_title.type1 .ft_att {
	color: #87CAB6;
	margin-top: .8em;
}
.m_title.type2 {
	color: #FFF;
}
.m_title.type2 .ft_att {
	color: #E6F6A6;
	margin-bottom: .8em;
}
.m_title.type2 .ft_min span {
	display: block;
	font-size: 72%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_title {
	font-size: 160%;
}
.m_title .ft_att {
	font-size: 4vw;
}
}

/*---------------------------------------------------------
bg / border
---------------------------------------------------------*/
/*com_bg*/
.com_bg {
	position: relative;
	padding: 100px 0;
}
.com_bg::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0), #E9F1EC 400px);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
/*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;
}
.bdr_dot_t::before,
.bdr_dot_b::after {
	display: block;
	content: "";
	background: url(../images/common/dot.svg) repeat-x left top;
	background-size: auto 100%;
	height: 2px;
	margin: 50px auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_bg*/
.com_bg {
	padding: 10% 0 12%;
}
/*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%;
}
.bdr_dot_t::before,
.bdr_dot_b::after {
	margin: 6% auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_bg*/
.com_bg {
	padding: 12% 0 15%;
}
/*border*/
.bdr_b,
.bdr_b_s {
	padding-bottom: 8%;
	margin-bottom: 9%;
}
.bdr_b_l {
	padding-bottom: 9%;
	margin-bottom: 10%;
}
.bdr_dot_t::before,
.bdr_dot_b::after {
	margin: 8% auto;
}
}

/*---------------------------------------------------------
 contentpage
---------------------------------------------------------*/
/*pankuzu*/
.pankuzu {
	position: relative;
	display: flex;
	justify-content: flex-end;
	color: #C1C4BF;
	font-size: 87%;
	letter-spacing: .08em;
	margin-top: 1.4em;
}
.pankuzu li::after {
	content: "＞";
	margin: 0 .4em;
}
.pankuzu li:last-child::after {
	display: none;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	color: #87CAB6;
	text-decoration: none;
}
/*com_lead*/
.com_lead {
	position: relative;
}
.com_lead > dt {
	font-size: min(237%,3.5vw);
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: .6em;
}
.com_lead > dd {
	line-height: 2.2;
}
/*box*/
.com_inbox1 {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
/*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;
}
/* 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: 140%;
	letter-spacing: .08em;
}
.com_lead > dd {
	text-align: left;
	line-height: 1.8;
}
}

/*---------------------------------------------------------
com_bdrbox
---------------------------------------------------------*/
.com_bdrbox {
	position: relative;
	max-width: 1100px;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 70px 6.2% 80px;
	margin-left: auto;
	margin-right: auto;
}
.com_bdrbox::before {
	position: absolute;
	content: "";
	width: calc(100% - 2.5em);
	height: calc(100% - 2.5em);
	border: 1px solid #87CAB6;
	border-top: none;
	inset: 0;
	margin: auto;
	pointer-events: none;
	z-index: 1;
}
.com_bdrbox .com_title1 .ft_min {
	margin-top: -0.7em;
}
.com_bdrbox .com_title1::after {
	display: block;
	content: "";
	background: url(../images/common/dot.svg) repeat-x left top;
	background-size: auto 100%;
	width: 3.6em;
	height: 2px;
	margin: .8em auto 1.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_bdrbox {
	padding: 7% 6% 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bdrbox {
	padding: 12% 6% 10%;
}
.com_bdrbox::before {
	width: calc(100% - 1em);
	height: calc(100% - 1em);
}
}


/*---------------------------------------------------------
com_line_area
---------------------------------------------------------*/
.com_line_area {
	text-align: center;
}
.com_line_area::before {
	display: block;
	content: "";
	background: url(../images/common/dot.svg) repeat-x left top;
	background-size: auto 100%;
	width: 70vw;
	max-width: 952px;
	height: 2px;
	margin: 70px auto;
}
.com_line_area .deco_img {
	width: 12%;
	max-width: 117px;
	margin-bottom: 1em;
}
.com_line_area dl > dt {
	font-size: min(175%,2.8vw);
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .6em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_line_area::before {
	margin: 6% auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_line_area::before {
	width: 80vw;
	height: 2px;
	margin: 9% auto;
}
.com_line_area .deco_img {
	width: 16%;
	margin-bottom: .6em;
}
.com_line_area dl > dt {
	font-size: 125%;
	letter-spacing: .06em;
}
}


/*---------------------------------------------------------
com_med_area
---------------------------------------------------------*/
.com_med_area {
	width: 97%;
	max-width: 1400px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 45px min(3%,60px);
	border-radius: 2em;
	margin: 140px auto 0;
}
.com_med_area .deco_txt {
	text-align: center;
	color: #87CAB6;
	font-size: 150%;
	margin-bottom: .8em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_med_area {
	padding: 4% 3%;
	margin-top: 12%;
}
.com_med_area .deco_txt {
	font-size: 130%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_med_area {
	padding: 8% 4% 10%;
	border-radius: 6vw;
	margin-top: 15%;
}
.com_med_area .deco_txt {
	font-size: 110%;
}
}




/*---------------------------------------------------------
f_bnr
---------------------------------------------------------*/
.f_bnr {
	padding: 70px 3%;
}
.f_bnr .bnr_wrap {
	max-width: 1300px;
	margin: 0 auto;
}
.f_bnr a {
	white-space: nowrap;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.f_bnr .bnr_wrap {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 47.5% 15% 32.5%;
	/* grid-template-columns: auto-fit; */
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_bnr {
	padding-top: 7%;
	padding-bottom: 7%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr {
	padding: 12% 6%;
}
.f_bnr .bnr_wrap > *:not(:last-child) {
	margin-bottom: 7%;
}
}
/*f_bnr:f_bnr_wp
---------------------------------------------------------*/
.f_bnr_wp {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 20.5% 47.5% 20.5%;
}
.f_bnr_wp > li::after {
	display: block;
	content: "";
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 2"><path fill="%23B8D200" d="M1.5,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h0.5c0.6,0,1,0.4,1,1S2,2,1.5,2z" /></svg>');
	background-size: auto 100%;
	width: 100%;
	height: 2px;
}
.f_bnr_wp a {
	display: block;
	font-size: min(1.5vw,1.25rem);
	line-height: 1.3;
	letter-spacing: .1em;
	padding-bottom: .8em;
	padding-right: .5em;
}
.f_bnr_wp .ft_orp {
	color: #B8D200;
	font-size: min(3.2vw,215%);
	letter-spacing: .08em;
	margin-top: .3em;
}
.f_bnr_wp .com_arw {
	font-size: 60%;
	width: 1.7em;
	line-height: 1.7;
	vertical-align: 0.2em;
	margin-left: .6em;
}
.f_bnr_wp a:hover .com_arw {
	background-color: #433200 !important;
}
.f_bnr_wp > li.blog .ft_orp {color: #F5893E;}
.f_bnr_wp > li.blog .com_arw {background-color: #F5893E;}
.f_bnr_wp > li.blog::after {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 2"><path fill="%23F5893E" d="M1.5,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h0.5c0.6,0,1,0.4,1,1S2,2,1.5,2z" /></svg>');
}
.f_bnr_wp > li.case .ft_orp {color: #C6B583;}
.f_bnr_wp > li.case .com_arw {background-color: #C6B583;}
.f_bnr_wp > li.case::after {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 2"><path fill="%23C6B583" d="M1.5,2H1C0.4,2,0,1.6,0,1s0.4-1,1-1h0.5c0.6,0,1,0.4,1,1S2,2,1.5,2z" /></svg>');
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr_wp a {
	font-size: 82%;
}
.f_bnr_wp .ft_orp {
	font-size: 170%;
}
}
/*f_bnr:f_bnr_inst
---------------------------------------------------------*/
.f_bnr_inst img {
	display: block;
	width: 22%;
	margin-bottom: 1em;
}
.f_bnr_inst li:not(:first-of-type) {
	margin-top: .6em;
}
.f_bnr_inst a {
	display: block;
	text-align: center;
	font-size: min(1.35vw,106%);
	letter-spacing: .1em;
	line-height: 1.2;
	background-color: #EFF0E6;
	padding: .2em .6em;
	border-radius: 2em;
}
.f_bnr_inst a::after {
	display: inline-block;
	font-family: 'fontello';
	content: '\e801';
	font-size: 120%;
	letter-spacing: normal;
	rotate: -45deg;
	transition: all .4s;
}
.f_bnr_inst a .ft_att {
	font-size: 117%;
	letter-spacing: .06em;
	margin-left: .2em;
}
.f_bnr_inst a:hover {background-color: #EFE8EE;}
.f_bnr_inst a:hover::after {
	translate: .1em -0.1em;
}

.f_bnr_inst li:nth-of-type(1) b {color: #6EBAA2;}
.f_bnr_inst li:nth-of-type(2) b {color: #B17CB2;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr_inst {
	display: flex;
	align-items: center;
	justify-content: center;
}
.f_bnr_inst img {
	width: 10%;
	margin: 0 5% 0 0;
}
.f_bnr_inst a {
	font-size: 85%;
}
}
/*com_bnr_rec
---------------------------------------------------------*/
.com_bnr_rec {
	max-width: 420px;
}
.com_bnr_rec a {
	position: relative;
	text-align: left;
	font-size: min(118%);
	line-height: 1.3;
	letter-spacing: .1em;
}
.com_bnr_rec .bg {
	position: relative;
	height: 5.8em;
	background: linear-gradient(to top, rgba(118,99,0,0.5), transparent 40%);
	overflow: hidden;
	margin-bottom: .6em;
}
 .com_bnr_rec .bg::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/common/bnr_rec_bg@2x.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: scale .5s;
}
.com_bnr_rec .ft_orp {
	position: absolute;
	color: #FFF;
	font-size: 300%;
	letter-spacing: .06em;
	line-height: 0.7;
	left: .4em;
	bottom: 0;
}
.com_bnr_rec .com_arw {
	width: 1.6em;
	line-height: 1.6;
	vertical-align: .8em;
	margin-left: .5em;
}
 .com_bnr_rec a:hover .bg::before {
	scale: 1.05;
}
 .com_bnr_rec a:hover .com_arw {
	color: #766300;
	background-color: #fff;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.f_bnr .com_bnr_rec a {
	font-size: min(1.5vw,118%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bnr_rec a {
	font-size: 100%;
}
}




/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
	padding-top: 110px;
	border-top: 1px solid #EFF0E6;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer {
    padding-top: 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding-top: 12%;
}
}

/*footer:f_info
---------------------------------------------------------*/
footer .f_info address {
	margin-top: 1em;
	margin-bottom: 2em;
}
footer iframe {
	display: block;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 1281px) {
footer .com_ctc_list {
	margin-left: 0;
}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_info {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 50% 46.2%;
	margin-bottom: 70px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_info {
	margin-bottom: 5%;
}
footer .f_info iframe {
	height: 350px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_info {
	margin-bottom: 0;
}
footer .f_info .box_l {
	margin-bottom: 8%;
}
footer .f_info address {
	margin-bottom: 1.2em;
}
footer .f_info iframe {
	height: 70vw;
}
}

/*footer:f_btm
---------------------------------------------------------*/
footer .f_btm {
	position: relative;
	color: #FFF;
	background-color: #AB977E;
	padding: 150px 6% 30px;
}
footer .f_logo {
	width: 22vw;
	max-width: 222px;
}
footer .copyright {
	display: block;
	text-align: right;
	font-size: 87%;
	line-height: 1.4;
	margin-top: 5em;
}
/*f_sitemap*/
footer .f_sitemap dt {
	width: 8.4em;
	font-size: 93%;
	padding-bottom: 1em;
	margin-bottom: 1.8em;
	background: url(../images/common/dot_w.svg) repeat-x left bottom;
	background-size: auto 2px;
}
/* page_top*/
#page_top {
	position: absolute;
	font-size: 93%;
	letter-spacing: .12em;
	line-height: 1;
	background: url(../images/common/dot_w.svg) repeat-x left bottom;
	background-size: auto 2px;
	right: 0;
	top: 150px;
}
#page_top a {
	display: inline-block;
	padding-right: 2.1em;
	padding-bottom: 1em;
	transition: all .5s;
}
#page_top a::after {
	display: inline-block;
	font-family: 'fontello';
	content: '\e804';
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	scale: 1 -1;
	margin-left: .6em;
}
#page_top a:hover {
	color: #B8FFBD;
	margin-right: -1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_sitemap {
	display: grid;
	grid-template-columns: 36% 20% 44%;
	max-width: 1300px;
}
footer .f_sitemap .f_logo {
	margin-right: auto;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_btm {
	padding: 12% 6% 3%;
}
/* page_top*/
#page_top {
	top: 15%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_btm {
    padding: 24% 6% 22vw;
}
footer .f_logo {
	width: auto;
}
footer .copyright {
	text-align: left;
	font-size: 70%;
}
/*f_sitemap*/
footer .f_sitemap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 36% 57%;
}
footer .f_sitemap dt {
	width: auto;
	margin-bottom: 1.2em;
}
footer .f_sitemap .menu_med {
	grid-column: 1/3;
}
/*accordion*/
footer .sp_openarea {
	background-color: #755F45;
	box-sizing: border-box;
	border-radius: 1em;
	margin-top: 4%;
}
footer .f_btm .open_btn {
	text-align: center;
	background: none;
	padding: 1.2em 0;
	margin-bottom: 0;
}
footer .f_btm .open_btn .icon_open {
	color: #826A4D;
	background-color: #fff;
	border-radius: 50%;
}
footer .sp_openbox {
	display: none;
	padding: 0 8% 6%;
}
/* page_top*/
#page_top {
	position: absolute;
	font-size: 80%;
	top: auto;
	bottom: 22vw;
}
}
/*footer:menu
---------------------------------------------------------*/
footer .f_btm ul li {
	font-size: 87%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.2;
}
footer .f_btm ul li a {
	position: relative;
	display: inline-block;
}
footer .f_btm ul li a i {
	display: inline-block;
	transition: all .5s;
}
footer .f_btm ul li a:hover {
	color: #B8FFBD;
}
footer .f_btm ul li.out i {
	font-size: 110%;
	rotate: -45deg;
}
footer .f_btm ul li.out a:hover i {
	translate: 5% -5%;
}
/* f_menu_col */
footer .f_menu_col > li {
	margin-bottom: 1.6em;
}
footer .f_menu_col.col2 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 49% 49%;
	max-width: 480px;
}
/* menu_sub */
footer .f_menu_sub {
	padding-left: 1em;
}
footer .f_menu_sub > li {
	color: rgba(255,255,255,0.6);
	font-size: 92%;
	margin-top: 1.4em;
	margin-bottom: 0;
}
footer .f_menu_sub > li::before {
	display: inline-block;
    content: "ー";
    left: 0;
    top: 0;
	margin-right: .2em;
}
/* f_menu_sns */
footer .f_menu_sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 50px 0 60px;
}
footer .f_menu_sns > li {
	margin: 0 1em;
}
footer .f_menu_sns img {
	display: block;
}
footer .f_menu_sns .menu_inst a {
	display: flex;
	align-items: center;
}
footer .f_menu_sns .menu_inst a::before {
	display: block;
	content: "";
	background: url(../images/common/icon_inst@2x.png) no-repeat;
	background-size: contain;
	width: 1.6em;
	height: 1.6em;
	margin-right: .6em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_btm ul.pc_row {
	position: absolute;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 2em;
	margin: auto;
}
footer .f_btm ul.pc_row li {
	border-right: 1px solid #FFF;
}
footer .f_btm ul.pc_row li:last-of-type {
	border-right: none;
}
footer .f_btm ul.pc_row li a {
	padding: 0 1.2em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* f_menu_sns */
footer .f_menu_sns {
	margin: 5% 0 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_btm ul li {
	font-size: 80%;
	letter-spacing: .06em;
}
/* f_menu_sns */
footer .f_menu_sns {
	margin: 8% 0 6%;
}
}


/*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: 100;
}
#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% 49%;
	box-sizing: border-box;
	padding: 2%;
}
.spf_contact .spf_tel {
	background-color: #fff;
	border-radius: .6em;
	box-sizing: border-box;
	padding: 4%;
}
.spf_contact .com_tel dt {
	margin-bottom: .4em;
}


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


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

/*---------------------------------------------------------
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) {
/* header {
	padding: 30px min(2.8%,50px) 20px;
}
header .h_right {
    width: 28%;
}
#scl_header .scl_flex {
    padding: min(1.4em,1.2vw) 1.6%;
} */

.max_width,
.w1500,.w1400,.w1380,.w1340,.w1320,.w1310,.w1300,
.w1260,.w1240,.w1200,.w1180,.w1140,.w1130,.w1100,.w1050 {
	width: 90%;
	padding: 0 5%;
}
}

/* 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;}
}
