@charset "UTF-8";

@import url("https://www.amashika.com/lp_common/css/lp_common.css");

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	color: #4b2f2c;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.8;
	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;
}

/*<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: #e94f38;}
.org {color: #ff985b;}
.yel {color: #ffe780;}
.grn {color: #71d696;}
.blu {color: #2dc6c9;}
.ppl {color: #c9a0d0;}
.pnk {color: #ff988f;}

.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_jos {
	font-family: "josefin-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .12em;
	line-height: 1;
}
.ft_pos {
	font-family: "postea-variable", sans-serif;
	/* font-variation-settings: "wght" 400; */
	font-weight: 400;
	font-style: italic;
	letter-spacing: .1em;
	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: clip;
}
/* 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;
}
}



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


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

/*scroll
---------------------------------------------------------*/
.scl_area {position: relative;}
.scl_txt {
	text-align: center;
	color: #9194A1;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4;
	margin-bottom: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_area {
	padding-bottom: 8%;
}
}


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

/*医院情報
---------------------------------------------------------*/
.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.35vw,1.06rem);
	letter-spacing: .1em;
	line-height: 1.2;
	white-space: nowrap;
	box-sizing: border-box;
	padding: .2em 2em .2em 0;
}
.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: #00b7c6;
	box-sizing: border-box;
	font-size: 140%;
	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: #00b7c6;
}
.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;
}
.com_menu1 > li > a::after {
	font-size: 130%;
}
}
/* 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: 110%;
}
}

/*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:nth-of-type(n+5) {
	margin-top: .7em;
}
.com_menu1.com_medmenu > li > a {
	font-size: 1.7vw;
}
}
/* 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%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 40px min(3.3%,50px) 45px;
	z-index: 2;
}
header .h_logo {
	width: 35%;
	max-width: 437px;
}
header .h_logo .radi {
	font-size: min(1vw,81%);
}
/* com_logo */
.com_logo {
	display: block;
	max-width: 514px;
}
.com_logo .radi {
	position: relative;
	text-align: center;
	font-size: min(1.2vw,95%);
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.2;
	white-space: nowrap;
	background-color: #eaeaea;
	padding: .4em 1em;
	border-radius: 2em;
	margin-top: .5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header {
	display: block;
	padding: 25px 3%;
}
header .h_logo {
	width: 45%;
}
header .h_logo .radi {
	font-size: 1.3vw;
}
.com_logo .radi {
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 4% 3%;
}
header .h_logo {
	width: 66vw;
}
header .h_logo .radi {
	font-size: 2.15vw;
}
.com_logo {
	width: 75vw;
}
.com_logo .radi {
	font-size: 2.5vw;
	letter-spacing: .06em;
}
}


/*---------------------------------------------------------
m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: min(1.25vw,95%);
}
.m_nav > li {
	margin: 0 1em;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .12em;
	white-space: nowrap;
	padding: .8em 0;

	background: url(../images/common/dot.svg) repeat-x left bottom;
	background-size: 7px 3px;
}
.m_nav > li > a::after {
	position: absolute;
	display: block;
	content: "";
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 3"><path fill="%2300b7c6" d="M0,1.5C0,0.7,0.7,0,1.5,0l0,0C2.3,0,3,0.7,3,1.5l0,0C3,2.3,2.3,3,1.5,3l0,0C0.7,3,0,2.3,0,1.5z" /></svg>') repeat-x left bottom;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .5s;
}
.m_nav > li > a:hover {
	color: #00b7c6;
}
.m_nav > li > a:hover::after {
	opacity: 1;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1290px) {
.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;
}
.m_nav > li > a {
	letter-spacing: .08em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.m_nav {
	display: block;
	width: 80%;
	font-size: 100%;
	margin: 0 auto;
}
.m_nav > li > a {
	padding: 1em 0;
}
}

/*---------------------------------------------------------
m_nav_area
---------------------------------------------------------*/
.m_nav_area {
	width: 88%;
	max-width: 1140px;
	box-sizing: border-box;
	padding: 1em .6em 0;
	margin-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;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-101%);
	z-index: 500;
}
#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: rgba(255,255,255,0.95);
	box-sizing: border-box;
	padding: min(1em,2vw) 3%;
}
#scl_header .scl_logo {
	width: 6%;
}
@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-content {
	padding: 10% 5% 15%;
}
.drw_logo {
	width: 12%;
	margin: 0 auto 6%;
}


/*---------------------------------------------------------
btn_enrty
---------------------------------------------------------*/
.btn_enrty {
	position: fixed;
	width: 24vw;
	right: 3%;
	bottom: 10%;
	z-index: 1;
	transition: all .5s;
}
.btn_enrty.is-show {
	width: 18vw;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.btn_enrty {
	width: 42vw;
	right: 2%;
	bottom: 20%;
}
.btn_enrty.is-show {
	width: 34vw;
	bottom: 4%;
}
}



/*---------------------------------------------------------
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: 1em;
}
.com_btn1 a {
	position: relative;
	display: inline-block;
	min-width: 13em;
	max-width: 100%;
	text-align: left;
	color: #FFF;
	font-size: min(2vw,1rem);
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.3;
	background-color: #4b2f2c;
	box-sizing: border-box;
	padding: .8em 4em .8em 1.5em;
	border-radius: 2em;
}
.com_btn1 a:hover {
	background-color: #00b7c6;
}
.com_btn1 a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	color: #FFF;
	right: 1.2em;
	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: 1.2em;
	top: 56%;
}
/* 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_instbtn
---------------------------------------------------------*/
.com_instbtn > a {
	position: relative;
	display: inline-block;
	font-size: min(1.5vw,93%);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .12em;
	white-space: nowrap;
	border: 1px solid currentColor;
	border-radius: 2em;
	padding: .4em 1.8em;
	box-sizing: border-box;
}
.com_instbtn span {
	position: relative;
	display: inline-block;
	padding-left: 3.5em;
	margin: 0 auto;
}
.com_instbtn a::before {
	display: inline-block;
	content: "";
	background: url(../../lp_common/images/insta@2x.png) no-repeat left center;
	background-size: contain;
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.3em;
	margin-right: .8em;
}
.com_instbtn a::after {
	display: inline-block;
	font-family: 'fontello';
	content: '\e800';
	rotate: -45deg;
	margin-left: .4em;
}
.com_instbtn > a:hover {
	color: #d350a5;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_instbtn > a {
	font-size: 85%;
	letter-spacing: .08em;
}
}
/*list
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
}
.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;
}
}


/*---------------------------------------------------------
 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_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 {
	font-size: min(187%,2.8vw);
	letter-spacing: .08em;
	line-height: 1.5;
	margin-bottom: .5em;
}
/*com_ccl_txt*/
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4;
    width: 9em;
    min-width: 9em;
    height: 9em;
    min-height: 9em;
    box-sizing: border-box;
    background-color: #59B5FF;
    border-radius: 50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_style*/
.com_style1 > dt,
.com_style1_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_index
---------------------------------------------------------*/
.com_index1 {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: min(3vw,187%);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.3;
	background-color: #ff7e7d;
	padding: .8em 0;
	margin-bottom: .5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_index1 {
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_index1 {
	font-size: 125%;
	letter-spacing: .08em;
	padding: .6em 1em;
}
}

/*---------------------------------------------------------
title
---------------------------------------------------------*/
/*com_title1*/
.com_title1 {
	position: relative;
	text-align: center;
	font-size: min(156%,2.4vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: 1.6em;
}
.com_title1 .com_deco_txt {
	margin-bottom: .2em;
}
/*com_deco_txt*/
.com_deco_txt {
	position: relative;
	text-align: center;
	color: rgba(232,234,232,0.5);
	font-family: "josefin-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: min(8vw,5.08rem);
	letter-spacing: .05em;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: .3em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_title1*/
.com_title1 {
	font-size: 120%;
	letter-spacing: .1em;
}
/*com_deco_txt*/
.com_deco_txt {
	font-size: 10vw;
}
}

/*---------------------------------------------------------
 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;
}
.m_img::before,
.m_img::after {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 70%);
	width: 1px;
	height: 60vw;
	rotate: 45deg;
	transform-origin: left bottom;
	transition: height 1s;
}
.m_img::before {
	left: -18%;
	top: 0;
	translate: 0 -50%;
	z-index: 1;
}
.m_img::after {
	left: 70%;
	bottom: 0;
	translate: 0 15%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img::before,
.m_img::after {
	height: 120vw;
}
.m_img::before {
	left: -40%;
	translate: 0 -50%;
}
.m_img::after {
	left: 60%;
}
}

/*---------------------------------------------------------
bg / border
---------------------------------------------------------*/
/*com_grdarea*/
.com_grdarea {
	position: relative;
	width: 96vw;
	box-sizing: border-box;
	padding: 60px 3.7%;
	margin-left: auto;
	margin-right: auto;
}
.com_grdarea::before {
	position: absolute;
	content: "";
	background: linear-gradient(125deg, rgba(255,148,166,0.6) 12%, rgba(255,244,178,0.6) 88%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 5s;
}
.com_grdarea > * {
	position: relative;
}
/*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_grdarea*/
.com_grdarea {
	padding: 6% 3.5%;
}
/*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_grdarea*/
.com_grdarea {
	width: 94vw;
	padding: 8% 3% 10%;
}
/*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;
}
}



/*---------------------------------------------------------
com_statusbox
---------------------------------------------------------*/
.com_statusbox {
	width: 90vw;
	/* max-width: 1280px; */
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: 40px 2.6% 35px;
	border-radius: 1.6em;
	margin: 0 auto;
}
.com_statusbox .sts_title {
	position: relative;
	font-size: min(2vw,150%);
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.com_statusbox .sts_title::before {
	display: inline-block;
	content: "";
	background: url(../images/common/icon_logo.svg) no-repeat;
	background-size: contain;
	width: .65em;
	height: .65em;
	vertical-align: 0.1em;
	margin-right: .5em;
}
/* job_list */
.com_statusbox .job_list {
	display: flex;
	flex-wrap: wrap;
}
.com_statusbox .job_list > li {
	position: relative;
}
.com_statusbox .job_list a {
	display: block;
	text-align: center;
	font-size: min(1.1vw,100%);
	line-height: 1.1;
	letter-spacing: .12em;
	white-space: nowrap;
	background-color: #f6f1c9;
	padding: 1.6em 7%;
}
.com_statusbox .job_list .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: min(156%);
	font-weight: bold;
	height: 2.2em;
}
.com_statusbox .job_list .post .min {
	display: block;
	font-size: 64%;
	margin-bottom: .5em;
}
.com_statusbox .job_list .status {
	position: relative;
	color: #FFF;
	font-weight: normal;
	font-size: 118%;
	padding: .4em .8em;
	border-radius: 2em;
	margin-top: .6em;
}
.com_statusbox .job_list .status::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	font-size: 70%;
	font-weight: normal;
	right: 1em;
	top: 50%;
	translate: 0 -50%;
}
.com_statusbox .job_list > li:not(.is-active) {
	filter: grayscale(1);
	pointer-events: none;
}
.com_statusbox .job_list > li:not(.is-active) .post {
	color: #aaaaaa;
}
.com_statusbox .job_list > li:not(.is-active) .status::after {
	display: none;
}
.com_statusbox .job_list a:hover {
	background-color: #f9eb9d;
}
/* gift */
.com_statusbox .gift {
	position: absolute;
	width: 90%;
	text-align: center;
	color: #FFF;
	font-size: min(1.06vw,93%);
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.2;
	font-feature-settings: "halt";
	box-sizing: border-box;
	padding: .8em .6em;
	border-radius: 1.3em;
	left: 0;
	right: 0;
	bottom: 95%;
	margin: auto;
}
.com_statusbox .gift::after {
	position: absolute;
	content: "";
	background-color: inherit;
	width: 1em;
	height: .7em;
	left: 50%;
	top: calc(100% - 1px);
	translate: -50% 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.com_statusbox .gift > span {
	position: relative;
	display: inline-block;
	font-size: 126%;
}
.com_statusbox .gift > span::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/top/underline_r.svg) no-repeat right bottom;
	background-size: contain;
	width: 4.1em;
	height: .6em;
	right: -0.3em;
	bottom: -0.3em;
}
.com_statusbox .gift .price {
	position: relative;
	font-size: 90%;
}
.com_statusbox .gift .price span {
	color: #ffec3c;
	font-size: 170%;
	font-family: "postea-variable", sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .12em;
	line-height: 0.8;
	vertical-align: -0.05em;
	margin-left: .1em;
}

.com_statusbox .job_list > li:not(.show-gift) .gift {
	display: none;
}
/* color */
.com_statusbox .job_list > li.dr .post span {color: #2dc6c9;}
.com_statusbox .job_list > li.dr .status {	background-color: #2dc6c9;}
.com_statusbox .job_list > li.dh .post span {color: #ff988f;}
.com_statusbox .job_list > li.dh .status,
.com_statusbox .job_list > li.dh .gift {background-color: #ff988f;}
.com_statusbox .job_list > li.dh_mid .post span {color: #ff985b;}
.com_statusbox .job_list > li.dh_mid .status,
.com_statusbox .job_list > li.dh_mid .gift {background-color: #ff985b;}
.com_statusbox .job_list > li.da .post span {color: #71d696;}
.com_statusbox .job_list > li.da .status {	background-color: #71d696;}
.com_statusbox .job_list > li.asst .post span {	color: #c9a0d0;}
.com_statusbox .job_list > li.asst .status {background-color: #c9a0d0;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* job_list */
.com_statusbox .job_list > li {
	width: 19.2%;
	margin: 0.4%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_statusbox {
	padding: 4% 2.6%;
}
/* job_list */
.com_statusbox .job_list > li {
	width: 31%;
	margin: 0.8%;
}
.com_statusbox .job_list a {
	font-size: 1.6vw;
}
/* gift */
.com_statusbox .gift {
	font-size: 1.6vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_statusbox {
	width: 88vw;
	padding: 7% 5% 6%;
	border-radius: 6vw;
}
.com_statusbox .sts_title {
	font-size: 105%;
	letter-spacing: .1em;
}
/* job_list */
.com_statusbox .job_list > li {
	width: 48%;
	margin: 1%;
}
.com_statusbox .job_list a {
	font-size: 68%;
}
.frontpage .com_statusbox .job_list > li.dh_mid.show-gift,
.frontpage .com_statusbox .job_list > li.dh_mid.show-gift + li.da {
	margin-top: 14vw;
}
/* gift */
.com_statusbox .gift {
	font-size: 65%;
	letter-spacing: .02em;
}
}



/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
	background: linear-gradient(128deg, rgba(236,116,122,0.6) 13%, rgba(255,232,154,0.6) 88%);
	padding: 80px 0 0;
}
footer .flow_txt {
	display: flex;
	animation: loop-text 20s linear infinite;
}
footer .com_deco_txt {
	text-align: left;
	color: rgba(255,255,255,0.2);
	line-height: 0.9;
	margin-right: .5em;
	margin-bottom: 0;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-120%);
  }
}
footer .f_bg {
	width: 94%;
	background-color: #fff;
	box-sizing: border-box;
	border-top-left-radius: 2.6em;
	border-top-right-radius: 2.6em;
	padding: 60px 4% 30px;
	margin: 0 auto;
}
footer .f_bnr {
    width: 75%;
	max-width: 957px;
}
footer small {
	display: block;
	text-align: right;
	font-size: 81%;
	line-height: 1.6;
	margin-top: 2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_flex {
    display: flex;
	margin-bottom: 45px;
}
footer .com_logo {
	width: 45%;
	margin-right: 5%;
}
footer .f_sitemap {
	width: 50%;
}
footer .com_btnlist {
	width: 85%;
}
footer .f_bnr {
    margin: 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer {
    padding-top: 10%;
}
footer .f_bg {
	padding: 6% 4% 3%;
}
footer .f_flex {
	margin-bottom: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding-top: 12%;
}
footer .f_bg {
	padding: 8% 6% 10%;
	border-top-left-radius: 8vw;
	border-top-right-radius: 8vw;
}
footer .com_logo {
	width: 95%;
	margin: 0 auto 6%;
}
footer .f_bnr {
    width: 85%;
}
footer small {
	text-align: center;
	font-size: 70%;
	margin-top: 20%;
}
}
/*footer:sitemap
---------------------------------------------------------*/
footer .f_sitemap dl {
	display: flex;
	white-space: nowrap;
	margin: 1.5em 0 1em;
}
footer .f_sitemap dt {
	font-size: 88%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-right: 3em;
}
footer .f_menu {
	display: flex;
	flex-wrap: wrap;
	font-size: 88%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
}
footer .f_menu li {
	margin-right: 2em;
}
footer .f_menu li:last-of-type {
	margin-right: 0;
}

footer .f_menu a:hover {
	color: #00b7c6;
}
footer .f_menu a::after {
	font-family: 'fontello';
	content: '\e801';
}

footer .f_sitemap dd .f_menu > li {
	font-size: 93%;
}
footer .f_sitemap dd .f_menu a::before {
	font-family: 'fontello';
	content: '\e801';
}
footer .f_sitemap dd .f_menu a::after {
	display: none;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_sitemap {
	margin-top: 1em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_sitemap dl {
	margin: 1em 0;
}
footer .f_sitemap dt {
	font-size: 82%;
	margin-right: 2em;
}
footer .f_menu {
	font-size: 80%;
	letter-spacing: .05em;
}
footer .f_menu li {
	margin-right: 1.2em;
}
footer .com_btnlist {
	width: 200%;
	flex-wrap: nowrap;
	margin-left: -100%;
	margin-top: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_sitemap dl {
	margin: 1em 0;
}
footer .f_sitemap dt {
	font-size: 80%;
	margin-right: 1.4em;
}
footer .f_menu {
	font-size: 80%;
	letter-spacing: .02em;
}
footer .f_menu li {
	margin-right: 1em;
}
footer .com_btnlist {
	margin-bottom: 8%;
}
}


/*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,
.w1400,
.w1340,.w1300,
.w1240,.w1200,
.w1100,.w1000 {
	width: 92%;
	padding: 0 4%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {max-width: 1500px;}
.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%;
}
}

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

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