@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-family: "dnp-shuei-gothic-gin-std","Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	font-size: 16px;
	letter-spacing: .14em;
	line-height: 2;
	font-display: swap;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
}

.site-bg {
	position: fixed;
	background-color: #F8F9F9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

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

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

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

.clearfix {
  min-height: 1px;
}

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

/*<group=style>*/
.fw_bold{font-weight: var(--fw_bold);}
/*</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;}

.bg_white {	background-color: #fff;}
.bg_beige {	background-color: var(--color_bei);}
.bg_dgrn {	background-color: var(--color_dgrn);}

.flex_box {
	display: flex;
}
.grid_box {
	display: grid;
	justify-content: space-between;
}

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

.ft_wed {
	font-family: "wedding-gothic-atf", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
}
.ft_bar {
	font-family: "barlow-semi-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: .05em;
}

.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.com_txt_link:hover {
	text-decoration: none;
	color: var(--color_dgrn);
}

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

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

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

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

/* ========================================================
  
  variable

======================================================== */
:root {
	--font_wed: normal normal 600 100%/1 "wedding-gothic-atf", sans-serif;
	--font_bar: normal normal 400 100%/1 "barlow-semi-condensed";

	--fw_bold: 600;

	--color_dred: #914e3c;
	--color_red: #B34644;
	--color_org: #ee7f64;
	--color_yel: #d8cb30;
	--color_lgrn: #5fabad;
	--color_grn: #618486;
	--color_dgrn: #396568;
	--color_lblu: #5fabe0;
	--color_nvy: #354258;
	--color_och: #A19161;
	--color_lgry: #eff0f1;
	--color_gry: #666666;
}

.red {color: var(--color_red);}
.grn {color: var(--color_grn);}
.dgrn {color: var(--color_dgrn);}
.nvy {color: var(--color_nvy);}


/*---------------------------------------------------------
tel
---------------------------------------------------------*/
/* スマホで電話をかけるボタン：画像対応 */
.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;
}
/* PC時はaタグ無効 */
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ========================================================
  
  scroll / accordion / slider

======================================================== */

/*---------------------------------------------------------
 anchor
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.anchor-target {
	scroll-margin-top: min(6.4vw,96px);
}
}



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

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

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

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

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


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	position: relative;
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.open_box {
	display: none;
}
/*開閉アイコン*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	transform: translateY(-0.1em);
	position: relative;
	transition: transform .4s;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .7em;
	height: 2px;
	background: currentcolor;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: transform 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}


/*---------------------------------------------------------
 slider
---------------------------------------------------------*/

/*splide
---------------------------------------------------------*/
/* dot */
.splide__pagination {
	column-gap: 25px;
}
.splide__pagination button {
	display: block;
	background-color: #d1d4d7;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	transition: background-color .5s;
	cursor: pointer;
	outline: none;
}
.splide__pagination button.is-active,
.splide__pagination button:hover {
	background-color: #999;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* dot */
 .splide__pagination {
	column-gap: 15px;
}
.splide__pagination button {
	width: 8px;
	height: 8px;
}
}
/*swiper
---------------------------------------------------------*/
.swiper,
.swiper-wrapper {z-index: auto !important;}
/* .swiper.swiper-initialized { display: block;} */
.swiper-fade .swiper-slide {
    transition-property: opacity !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;
	z-index: auto;
}



/* ========================================================
  
  animation

======================================================== */
.anm_fade,
.fade_list > li {
	opacity: 0;
	transition: opacity 1.5s ease;
}
.anime_on .anm_fade,
.anime_on.anm_fade,
.fade_list.anime_on > li {
	opacity: 1;
}
.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}
.fade_list > li:nth-of-type(6) {transition-delay: 1.0s}
.fade_list > li:nth-of-type(7) {transition-delay: 1.2s}

.anm_up {
	opacity: 0;
	translate: 0 20px;
	transition: all 1s .2s ease;
}
.anime_on .anm_up,
.anime_on.anm_up{
	opacity: 1;
	translate: 0 0;
}

.anm_zoom {
	opacity: 0;
	scale: 0.6;
	transition: scale .6s .2s ease, opacity .5s;
}
.anime_on .anm_zoom,
.anime_on.anm_zoom {
	opacity: 1;
	scale: 1;
}
/* com_spl_txt */
.com_spl_txt {
	white-space: nowrap;
}
.com_spl_txt span {
	display: inline-block;
}
.spl_txt > span {
	overflow: hidden;
}
.spl_txt > span > span {
	opacity: 0;
	translate: -1em 0;
	transition: translate .6s, opacity .6s;
}
.anime_on .spl_txt > span > span {
	opacity: 1;
	translate: 0 0;
}
.com_wrap_txt > span {
	display: block;
	overflow: hidden;
}
.com_wrap_txt > span > span {
	display: block;
	opacity: 0;
	translate: 0 0.6em;
	transition: translate .6s, opacity .5s;
	transition-delay: .4s;
}
.com_wrap_txt > span:nth-of-type(2) > span {transition-delay: .6s;}

.com_wrap_txt.anime_on > span > span {
	opacity: 1;
	translate: 0 0;
}
/* com_flow_txt */
.com_flow_txt {
	width: 100vw;
	display: flex;
	overflow: hidden;
	color: #BFBFBF;
	font: var(--font_wed);
	font-size: min(12vw,968%);
	letter-spacing: normal;
	white-space: nowrap;
	box-sizing: border-box;
}
.com_flow_txt div {
	box-sizing: border-box;
	display: inline-block;
	padding-right: .5em;
}
.com_flow_txt div:nth-child(odd) {
	animation: flowAnm1 50s -25s linear infinite;
}
.com_flow_txt div:nth-child(even) {
	animation: flowAnm2 50s linear infinite;
}
@keyframes flowAnm1 {
	0% {	translate: 100% 0;	}
	100% {	translate: -100% 0;	}
}
@keyframes flowAnm2 {
	0% {	translate: 0 0;	}
	100% {	translate: -200% 0;	}
}
/*PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fadeup:nth-of-type(2),
.anm_fade:nth-of-type(2) {transition-delay: .2s}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_flow_txt {
	font-size: 16vw;
}
}


/* ========================================================
  
  parts

======================================================== */

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

/*contact:com_tel
---------------------------------------------------------*/
.com_tel > dt {
	font-size: min(1.8vw,125%);
	margin-bottom: .8em;
}

.com_tel_style {
	font: var(--font_bar);
	font-size: min(3.5vw,281%);
	letter-spacing: .05em;
	white-space: nowrap;
}
.com_tel_style i {
	display: inline-block;
	text-align: center;
	font-size: 68%;
	letter-spacing: normal;
	vertical-align: 0.1em;
	line-height: 1.5em;
	width: 1.6em;
	border-radius: 50%;
	border: 1px solid #999;
	box-sizing: border-box;
	padding-bottom: .1em;
	margin-right: .4em;
}

header .com_tel_style,
#scl_header .com_tel_style {
	font-size: min(2.5vw,214%);
}
header .com_tel_style i  {
	font-size: 90%;
	vertical-align: -0.01em;
	border: none;
	width: auto;
	line-height: 1;
	margin-right: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_tel > dt {
	font-size: 105%;
}

.com_tel_style {
	font-size: 9vw;
}
}
/*contact:com_ctc_btn
---------------------------------------------------------*/
.com_ctc_btn > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-size: min(2vw,168%);
	letter-spacing: .2em;
	line-height: 1;
	white-space: nowrap;
	background-color: #354258;
	border: 1px solid #354258;
	box-sizing: border-box;
	/* padding: 1em; */
	padding: .9em 1.2em .8em 1em;
}
.com_ctc_btn > a::before {
	display: inline-block;
	font-family: 'fontello';
	content: '\e804';
	font-size: 140%;
	font-weight: normal;
	vertical-align: -0.1em;
	margin-right: .1em;
}
.com_ctc_btn > a span {
	font: var(--font_wed);
	font-size: 111%;
	font-weight: 500;
	letter-spacing: .05em;
	margin-right: .1em;
}
.com_ctc_btn > a:hover {
	color: #354258;
	background-color: #FFF;
}
.com_ctc_btn .com_arw {
	position: absolute;
	font-size: 70%;
	right: -0.2em;
	top: -0.2em;
	rotate: -45deg;
}

/* header */
header .com_ctc_btn a {
	font-size: min(1.5vw,106%);
	background-color: transparent;
	border: 1px solid #FFF;
	padding-top: 1em;
}
#scl_header .com_ctc_btn a {
	font-size: min(1.8vw,163%);
	width: 100%;
	height: 100%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_btn > a {
	font-size: 5.4vw;
}
}
/*contact:com_ctc_box
---------------------------------------------------------*/
.com_ctc_box {
	margin: 3.7em auto;
}
.com_ctc_box dt {
	font: var(--font_wed);
	font-size: min(2.8vw,187%);
	letter-spacing: normal;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_ctc_box {
	display: flex;
	justify-content: center;
	column-gap: 4%;
}
.com_ctc_box dt {
	padding: .8em 2em .8em 0;
	border-right: 1px solid #999999;
}
.com_ctc_box dd {
	display: flex;
	align-items: center;
	column-gap: 2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_box {
	text-align: center;
	margin: 2.5em auto;
}
.com_ctc_box dt {
	font-size: 105%;
	margin-bottom: 1.3em;
}
.com_ctc_box dd > *:not(:last-child) {
	margin-bottom: 6%;
}
}

/*---------------------------------------------------------
 医院情報
---------------------------------------------------------*/
.com_cliname {
	font-size: min(2.8vw,218%);
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .4em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_cliname {
	font-size: 125%;
}
}
/*com_acslist
---------------------------------------------------------*/
.com_acslist li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 3em;
	text-align: left;
	font-size: min(2vw,125%);
	letter-spacing: .15em;
	line-height: 1.5;
	padding-left: 4em;
	margin-bottom: .8em;
}
.com_acslist li span {
	display: block;
	color: #999;
	font-size: 80%;
}
.com_acslist li::before {
	position: absolute;
	content: "";
	background: url(../images/common/icon_bus.svg) no-repeat;
	background-size: contain;
	width: 3em;
	height: 3em;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
.com_acslist li:nth-of-type(2):before {
	background-image: url(../images/common/icon_car.svg);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_acslist li {
	font-size: 105%;
}
}
/*com_timetable
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
	max-width: 633px;
	text-align: center;
	font-size: min(1.6vw,1.3rem);
	line-height: 1.0em;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3em 2em 2em 1em;
}
.com_timetable th,
.com_timetable td {
	white-space: nowrap;
}
.com_timetable th {
	width: 37%;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.com_timetable td {
	width: 9%;
	text-align: center;
	vertical-align: middle;
}
.com_timetable thead {
	letter-spacing: .2em;
	line-height: 1.0em;
}
.com_timetable thead th,
.com_timetable thead td {
	vertical-align: middle;
	padding-bottom: 1em;
}
.com_timetable thead th {
	letter-spacing: .25em;
}
.com_timetable thead th:first-of-type {
	padding-left: .5em;
}
.com_timetable tbody th {
	text-align: right;
	font: var(--font_bar);
	font-size: 138%;
	letter-spacing: .07em;
	padding: .2em 1em .4em;
	vertical-align: middle;
	font-variant-numeric: tabular-nums;
}
.com_timetable tbody th span {
	vertical-align: 0.1em;
}
.com_timetable tbody th i {
	font-size: 80%;
	vertical-align: 0.08em;
	margin: 0 -0.4em;
}
.com_timetable tbody td {
	color: var(--color_dgrn);
	font-size: 80%;
}
.com_timetable tbody td.closed {
	color: #000;
	font-weight: bold;
}
/* caption */
.com_timetable caption {
	caption-side: bottom;
	text-align: left;
	font-size: max(76%,13px);
	line-height: 1.4;
	margin-top: .6em;
}
.com_timetable caption li {
	margin-top: .5em;
}
/* drawer */
#drawer .com_timetable {
	background-color: var(--color_dgrn);
}
#drawer .com_timetable thead,
#drawer .com_timetable tbody,
#drawer .com_timetable tbody td {
	color: #FFF;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable {
	font-size: 3.5vw;
	padding: 2em 1.6em 1.5em .5em;
}
/* caption */
.com_timetable caption {
	font-size: 3vw;
}
}


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

/*com_menu1
---------------------------------------------------------*/
.com_menu1 > li {
	margin-bottom: .8em;
}
.com_menu1 > li > a {
	position: relative;
	height: 2.6em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font: var(--font_min);
	font-size: min(1.4vw,0.88rem);
	letter-spacing: .1em;
	line-height: 1.4;
	box-sizing: border-box;
	padding: .2em 0 .2em 2.5em;

	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_menu1 .com_arw-r {
    position: absolute;
	font-size: 80%;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
.com_menu1 > li.out > a::before {
    rotate: -45deg;
}

.in_menu .com_menu1 .com_arw-r {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.5);
}
.in_menu .com_menu1 > li > a:hover .com_arw-r {
	color: var(--color_dgrn);
	background-color: rgba(255,255,255,0.8);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_menu1 {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3,auto);
	column-gap: 1.5em;
	/* column-count: 3; */
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu1 {
	column-count: 2;
}
.com_menu1 > li {
	margin-bottom: .4em;
}
.com_menu1 > li > a {
	font-size: 85%;
	letter-spacing: .05em;
}
}

/*com_menu2
---------------------------------------------------------*/
.com_menu2 > li {
	margin-bottom: .8em;
}
.com_menu2 > li:last-of-type {
	margin-bottom: 0;
}
.com_menu2 > li > a {
	position: relative;
	display: block;
	font-size: min(100%);
	line-height: 1.4;
	padding-left: 1em;
}
.com_menu2 > li > a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	left: 0;
	top: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu2 > li > a {
	font-size: 90%;
}
}


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

/*com_arw
---------------------------------------------------------*/
[class^="com_arw"] {
    position: relative;
	display: block;
    text-align: center;
	letter-spacing: normal;
    width: 2.2em;
	height: 2.2em;
	transition: color .4s, background-color .4s;
	overflow: hidden;
}
[class^="com_arw"]::before,
[class^="com_arw"]::after {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	text-align: center;
	line-height: 2.2;
	width: 100%;
	left: 0;
	top: 0;
	transition: all .4s;
	animation-delay: 0.1s;
	animation-fill-mode: both;
	animation-duration: 0.6s;
}
[class^="com_arw"].out {
	rotate: -45deg;
}
.hov_arrow:hover [class^="com_arw"]:before,
a:hover [class^="com_arw"]:before {
	animation-name: transformRightLeft;
}
.hov_arrow:hover [class^="com_arw"]:after,
a:hover [class^="com_arw"]:after {
	animation-name: transformLeftRight;
}
@keyframes transformLeftRight {
	0% {	translate: -100% 0;}
	100% {	translate: 0 0;}
}
@keyframes transformRightLeft {
	0% {	translate:  0 0;}
	100% {	translate:  100% 0;}
}

/* com_arw-r */
.com_arw-r {
	color: #FFF;
	background-color: var(--color_dgrn);
    border-radius: 50%;
}
.com_arw-r.bdr {
	background-color: transparent;
	border: 1px solid #FFF;
}
.hov_arrow:hover .com_arw-r,
a:hover .com_arw-r {
	background-color: var(--color_lgrn);
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_arw-r {
    font-size: 3vw;
}
}
/*com_link1
---------------------------------------------------------*/
.com_link1 {
	margin-top: 1.2em;
}
.com_link1 > a {
	position: relative;
	height: 2.6em;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	font: var(--font_min);
	font-size: min(1.4vw,0.88rem);
	letter-spacing: .1em;
	line-height: 1.4;
	box-sizing: border-box;
	padding: .2em 2.8em .2em 0;

	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_link1.ft_wed > a {
	letter-spacing: normal;
}
.com_link1 .com_arw-r {
    position: absolute;
	font-size: 90%;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link1 a { letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_link1 {
	text-align: center;
	margin-top: 1em;
}
.com_link1 a {
	font-size: 3.8vw;
}
}
/*com_btn2
---------------------------------------------------------*/
.com_btn2 {
	margin-top: 1em;
}
.com_btn2 a {
	position: relative;
	display: inline-block;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.2;
	white-space: nowrap;
	padding-right: 1.3em;
}
.com_btn2 a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	color: var(--color_dgrn);
	letter-spacing: normal;
	right: 0;
	top: 0;
	transition: all .5s;
}
.com_btn2 a:hover {
	color: var(--color_dgrn);
}
.com_btn2 a:hover::after {
	right: -0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btn2 a {letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn2 a {
	font-size: 90%;
	letter-spacing: .05em;
}
}
/* btnlistst
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.com_btnlist.jus_c {
	justify-content: center;
}
.com_btnlist > li {
	margin-right: 1.5em;
	margin-top: .8em;
}
.com_btnlist > li:last-of-type {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btnlist > li {
	margin-right: 1.2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* .com_btnlist {
	display: block;
	margin-top: .8em;
}
.com_btnlist > li {
	margin: .8em auto 0;
} */
.com_btnlist > li {
	margin-right: .8em;
}
}


/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_list > li {
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5;
	padding-left: 1.1em;
	margin-bottom: .4em;
}
/* .com_list > li:first-of-type {
	margin-top: 0;
} */
.com_list > li::before {
	position: absolute;
	content: "";
	font-weight: normal;
	left: 0;
	top: 0;
}

.list__chk > li {
	padding-left: 1.4em;
}
.list__chk > li::before {
	font-family: 'fontello';
	content: '\e808';
	color: var(--color_dgrn);
}
.list__ccl > li::before {
	/* font-family: 'fontello';
	content: '\e802'; */
}
.list__point > li::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--color_grn);
	top: .6em;
}
.list__dot > li::before {
	content: "・";
}
.list__dash > li::before {
	content: '-';
}
.list__arw > li::before {
	font-family: 'fontello';
	content: '\e801';
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.list__col2 {
	display: grid;
	grid-template-columns: repeat(2,max-content);
	column-gap: 7%;
}
}


/*---------------------------------------------------------
 heading
---------------------------------------------------------*/
.com_h__bld {
	position: relative;
	font-size: min(187%,2.8vw);
	font-weight: var(--fw_bold);
	line-height: 1.5;
	letter-spacing: .15em;
	margin-bottom: 1em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_h__bld.h__icon {
	display: flex;
	align-items: center;
}
.com_h__bld.h__icon .icon {
	width: 2.66em;
	margin-right: 1em;
}

/*com_h__bar : 20px*/
.com_h__bar {
	position: relative;
	max-width: max-content;
	font-size: min(2vw,125%);
	line-height: 1.4;
	letter-spacing: .15em;
	padding-left: 2em;
	margin-bottom: 1em;
}
.com_h__bar::before {
	position: absolute;
	content: "";
	background-color: #618486;
	width: 0;
	height: .25em;
	left: 0;
	top: 0.6em;
	transition: width .5s;
}
.com_h__bar.anime_on::before {
	width: 1.5em;
}

.h__20 {font-size: min(2vw,125%);}
.h__25 {font-size: min(2.4vw,156%);}
.h__35 {font-size: min(3.2vw,218%);}
.h__40 {font-size: min(3.2vw,250%);} 
.h__50 {font-size: min(4.4vw,312%);}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__bld {
	font-size: 130%;
	letter-spacing: .1em;
}
/*com_h__bar*/
.com_h__bar {
	font-size: 90%;
	margin-bottom: 1.5em;
}

.h__20 {font-size: 110%;}
.h__25 {font-size: 120%;}
.h__35 {font-size: 130%;}
.h__40 {font-size: 135%;} 
.h__50 {font-size: 140%;}
}
/*heading: en
---------------------------------------------------------*/
.com_h__en {
	position: relative;
	font: var(--font_wed);
	letter-spacing: normal;
	line-height: 1.05;
}
.com_h__en.h__13 {
	font-size: .81rem;
	margin-bottom: 1.4em;
}
.com_h__en.h__25 {	font-size: min(2.4vw,1.56rem);}
.com_h__en.h__30 {	font-size: min(2.6vw,1.87rem);}
.com_h__en.h__50 {	font-size: min(4.8vw,3.12rem);}
.com_h__en.h__80 {	font-size: min(8vw,5rem);}
.com_h__en.h__120 {	font-size: min(10vw,7.5rem);}
.com_h__en.h__135 {	font-size: min(10vw,8.43rem);}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__en.h__13 {	font-size: 2.4vw;}
.com_h__en.h__25 {	font-size: 3vw;}
.com_h__en.h__30 {	font-size: 8vw;}
.com_h__en.h__50 {	font-size: 8vw;}
.com_h__en.h__135 {	font-size: 13vw;}
}


/*---------------------------------------------------------
 deco
---------------------------------------------------------*/
.marker {
	position: relative;
}
.marker::before {
	position: absolute;
	content: "";
	background-color: rgba(255,245,43,0.7);
	width: 100%;
	height: .4em;
	border-radius: .2em;
	left: 0;
	bottom: 0;
}
.marker span {
	position: relative;
}
/*com_fuki*/
.com_fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	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: 1em;
	bottom: 0;
}
.com_fuki::before {
	rotate: -22deg;
	right: calc(100% + 0.6em);
}
.com_fuki::after {
	rotate: 22deg;
	left: calc(100% + 0.6em);
}
/*com_ccl_txt */
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1.5;
    width: min(10em);
    height: min(10em);
    box-sizing: border-box;
    border-radius: 50%;
	transition-duration: .5s;
	transition-property: color, background-color, scale;
}
.com_ccl_txt .com_arw {
	margin: 0 auto -1.5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*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_ccl_txt */
.com_ccl_txt {
    width: min(8.6em);
    height: min(8.6em);
    font-size: 2.8vw;
}
}


/*---------------------------------------------------------
 img_wrap
---------------------------------------------------------*/
.img_wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 320/220;
	margin-bottom: .6em;
}
.img_wrap img {
	position: absolute;
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	inset: 0;
	margin: auto;
	transition: scale .4s;
}
a:hover .img_wrap img {
	scale: 1.06;
}

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



/* ========================================================
  
  FV

======================================================== */

/*---------------------------------------------------------
fv_area
---------------------------------------------------------*/
.fv_area,
.m_img {
	position: relative;
}
.m_img::before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



/* ========================================================
  
  header / nav

======================================================== */

/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	color: #FFF;
	box-sizing: border-box;
	padding: 40px min(2.6%,40px);
	z-index: 500;
	left: 0;
	top: 0;
}
header .h_logo {
	display: block;
	width: 30vw;
	max-width: 404px;
}
.h_txt {
	font-size: min(1.2vw,81%);
	font-weight: bold;
	line-height: 1.4;
	margin-left: min(140px,11vw);
	margin-bottom: -1em;
}
header .h_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 3%;
}
.h_tel dt {
	font-size: 88%;
	line-height: 1.5;
}
.h_tel dd i {
	margin-left: -0.3em;
}
.h_btn a {
	position: relative;
	color: #FFF;
	font-size: min(1.2vw,81%);
	letter-spacing: .15em;
	line-height: 1.2;
	white-space: nowrap;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #FFF;
	border-radius: 2em;
	padding: .5em 1em;
}
.h_btn a::before {
	font-family: 'fontello';
	vertical-align: 0.1em;
	margin-right: .2em;
}
.h_btn .btn_sche a::before { content: '\e805';}
.h_btn .btn_acs a::before {	content: '\e806';}

.h_btn a:hover,
.h_btn .select a {
	color: #354258;
	background-color: rgba(255,255,255,0.9);
}
.h_line {
	font-size: min(3vw,220%);
	margin-left: -1.5%;
}
.h_line:hover {
	color: #70E8E2;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
header .h_inbox {
	position: relative;
}
header .h_left {
	position: absolute;
	width: 42%;
	left: 0;
	top: 0;
}
header .h_right {
	max-width: 670px;
	margin-left: auto;
}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
header {
	padding-top: 30px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 5vw 22vw 4vw 4vw;
}
header .h_left {
	width: auto;
}
header .h_logo {
	width: 50vw;
}
.h_txt {
	font-size: 60%;
	letter-spacing: .06em;
	margin-left: 18vw;
}
header .h_right,
header .m_nav_area {
	display: none;
}
}


/*---------------------------------------------------------
m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 3em;
	font-size: min(1.26vw,1rem);
}
.m_nav > li {
	position: relative;
}
.m_nav > li.menu_med {
	position: static;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .1em;
	font-feature-settings: "halt";
}
.m_nav > li.menu_open > a {
	padding-right: 1.4em;
}
.m_nav .icon_open {
	position: absolute;
	right: 0;
	top: 55%;
	translate: 0 -50%;
}
.m_nav > li > a.select,
.m_nav > li > a:hover {
	color: var(--color_dgrn);
}

#h_nav .m_nav > li > a.select,
#h_nav .m_nav > li > a:hover {
	color: #70E8E2;
}
#h_nav .m_nav {
	font-size: min(1.5vw,1rem);
}
/*m_nav:in_menu
---------------------------------------------------------*/
.in_menu {
	display: none;
	position: absolute;
	width: 16em;
	color: #FFF;
	font-size: min(1.2vw,1rem);
	right: 50%;
	top: calc(100% + 1.5em);
	translate: 50% 0;
	background: var(--color_dgrn);
	box-sizing: border-box;
	padding: 2em;
	border-radius: 1.5em;
	z-index: 999;
}
.in_menu.in_width {
	width: 70vw;
	max-width: 700px;
	padding: 3em;
	translate: none;
}
header .prv_inmenu {
	right: 0;
	translate: none;
}
#scl_header .in_menu.in_width {
	left: 0;
}
.in_menu.in_long ul {
	display: block;
}
.in_menu.in_long ul > li:last-of-type {
	margin-bottom: 0;
}

/*---------------------------------------------------------
h_nav
---------------------------------------------------------*/
#h_nav {
	padding: 2em 0 1em;
}
#h_nav .m_nav {
	justify-content: flex-end;
}
#h_nav .med_inmenu {
	left: auto;
}
#h_nav .med_inmenu {
	left: auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#h_nav {
	display: none;
}
}

/*---------------------------------------------------------
scl_header
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	background-color: #fff;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	translate: 0 -101%;
}
#scl_header.is-show {
	display: block;
	translate: 0 0;
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	position: relative;
	display: flex;
	padding-left: 2.5%;
}
#scl_header #scl_nav {
	align-self: center;
	box-sizing: border-box;
	padding: min(1em,2vw) 1.6%;
}
#scl_header .m_nav {
	column-gap: 2em;
}
#scl_header .scl_logo {
	align-self: center;
	width: 5%;
	max-width: 70px;
	padding: .8em 0;
	margin-right: 1.5%;
}
#scl_header .scl_contact {
	display: grid;
	grid-template-columns: 55% 45%;
	width: 40%;
	max-width: 600px;
	background-color: #EBECEE;
	margin-left: auto;
}
#scl_header .scl_tel {
	align-self: center;
	text-align: center;
}
@keyframes sclAnimation {
	0% {
		translate: 0 -100%;
	}
	100% {
		translate: 0 0;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}

/*---------------------------------------------------------
drawer
---------------------------------------------------------*/
#drawer .drw_logo {
	color: #E3E5E7;
	font: var(--font_wed);
	font-size: 9vw;
	letter-spacing: normal;
	line-height: 1.2;
	margin-bottom: .5em;
}
.drw_menu {
	margin-bottom: 12%;
}
.drw_menu > li {
	border-bottom: 1px solid #D9D9D9;
}
.drw_menu > li > * {
	position: relative;
	display: block;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 1em 1.6em;
}
.drw_menu > li > .open_box {
	display: none;
	padding-top: 0;
}
.drw_info {
	text-align: center;
	margin-top: 10%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#drawer {
	display: none;
}
}



/* ========================================================
  
  footer

======================================================== */
footer {
	background-color: #DADDDF;
	box-sizing: border-box;
	padding: 120px 8.5% 140px;
}
footer .copyright {
	display: block;
	font-size: min(1.1vw,81%);
	letter-spacing: normal;
	line-height: 2.2;
	margin-top: 1.5em;
}
footer .f_btm {
	position: relative;
}

#pagetop {
	display: block;
	width: 2.4em;
	color: #737373;
	box-sizing: border-box;
	border-top: 1px solid currentColor;
	padding-top: 1em;
	margin-left: auto;
	transform: scaleX(0.8);
}
#pagetop::after {
	position: relative;
	display: block;
	content: "";
	width: 2.5em;
	height: 2.5em;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	rotate: -45deg;
	margin: auto;
	margin-left: -0.2em;
	transition: translate .4s;
}
#pagetop:hover {
	color: var(--color_dgrn);
}
#pagetop:hover::after {
	translate: 0 -4px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#pagetop {
	position: absolute;
	right: -4%;
	bottom: 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer {
	padding: 12% 6% 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding: 15% 6% 20%;
}
footer .copyright {
	font-size: 60%;
}

#pagetop {
	width: 2em;
	margin-top: 1em;
	margin-right: .5em;
}
}
/*footer:f_sitemap
---------------------------------------------------------*/
.f_sitemap li {
    break-inside: avoid;
	margin-bottom: 1.4em;
}
.f_sitemap a {
	position: relative;
	display: block;
	font-size: 88%;
	line-height: 1.2;
	padding-left: 1em;

	word-break: keep-all;
	overflow-wrap: break-word;
}
.f_sitemap a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	left: 0;
	top: 0;
}
.f_sitemap a:hover {
	color: var(--color_dgrn);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_sitemap ul {
	display: grid;
	grid-auto-flow: column;
	column-gap: 1em;
}
/*accordion*/
.f_sitemap .open_btn {
	display: none;
}
footer .sp_openbox {
	display: block !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_sitemap {
	background-color: #C7CACE;
	margin-bottom: 10%;
}
.f_sitemap ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,49%);
}
.f_sitemap a {
	font-size: 80%;
}
/*accordion*/
.f_sitemap .open_btn {
	text-align: center;
	color: #4C4C4C;
	font: var(--font_wed);
	padding: 1.2em;
}
.f_sitemap .open_btn .icon_open {
	position: absolute;
	right: 1.6em;
	top: 50%;
	translate: 0 -50%;
}
footer .sp_openbox {
	display: none;
	padding: .5em 6% 5%;
}
}
/*footer:f_links
---------------------------------------------------------*/
footer .f_links {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,32%);
	row-gap: 1em;
	margin-top: 3.5em;
}
footer .f_links li {
	max-width: 300px;
}
footer .f_links a {
	transition: opacity .5s;
}
footer .f_links a:hover {
	opacity: 0.8;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_links {
	grid-template-columns: repeat(2,49%);
	margin-top: 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: 1000;
	box-sizing: border-box;
	padding: 2vw;
}
#sp_footer > div {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 84% 14%;
}
#sp_footer ul {
	display: flex;
	justify-content: space-between;
}
#sp_footer li {
	width: 49.3%;
	text-align: center;
}
#sp_footer li a {
	position: relative;
	display: block;
	color: var(--color_nvy);
	letter-spacing: .15em;
	line-height: 1.2;
	background-color: #fff;
	box-sizing: border-box;
	padding: 1em .5em;
	border: 2px solid var(--color_nvy);
	border-radius: 5px;
}
#sp_footer li a::before {
	display: inline-block;
	font-family: 'fontello';
	content: '\e803';
	font-weight: normal;
	margin-right: .4em;
}
#sp_footer li.spf_web a {
	color: #FFF;
	background-color: var(--color_nvy);
}
#sp_footer li.spf_web a::before {	content: '\e804';}

.spf_line {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 8vw;
	height: 1.8em;
	line-height: 1.8;
	border-radius: 50%;
	background-color: #1bbf44;
	box-sizing: border-box;
	aspect-ratio: 1;
}

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


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

/*---------------------------------------------------------
margin
---------------------------------------------------------*/
.mgn_b_200 {margin-bottom: 200px;}
.mgn_b_150 {margin-bottom: 150px;}
.mgn_b_120 {margin-bottom: 120px;}
.mgn_b_110 {margin-bottom: 110px;}
.mgn_b_100 {margin-bottom: 100px;}
.mgn_b_90 {margin-bottom: 90px;}
.mgn_b_80 {margin-bottom: 80px;}
.mgn_b_70 {margin-bottom: 70px;}
.mgn_b_60 {margin-bottom: 60px;}
.mgn_b_50 {margin-bottom: 50px;}
.mgn_b_40 {margin-bottom: 40px;}
.mgn_b_30 {margin-bottom: 30px;}
.mgn_b_1em {margin-bottom: 1em;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mgn_b_200 {margin-bottom: 16%;}
.mgn_b_150 {margin-bottom: 12%;}
.mgn_b_120 {margin-bottom: 10%;}
.mgn_b_110 {margin-bottom: 9%;}
.mgn_b_100 {margin-bottom: 8%;}
.mgn_b_90 {margin-bottom: 8%;}
.mgn_b_80 {margin-bottom: 7%;}
.mgn_b_70 {margin-bottom: 6%;}
.mgn_b_60 {margin-bottom: 5%;}
.mgn_b_50 {margin-bottom: 4%;}
.mgn_b_40 {margin-bottom: 4%;}
.mgn_b_30 {margin-bottom: 3%;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mgn_b_200 {margin-bottom: 16%;}
.mgn_b_150 {margin-bottom: 14%;}
.mgn_b_120 {margin-bottom: 13%;}
.mgn_b_110 {margin-bottom: 12%;}
.mgn_b_100 {margin-bottom: 12%;}
.mgn_b_90 {margin-bottom: 11%;}
.mgn_b_80 {margin-bottom: 10%;}
.mgn_b_70 {margin-bottom: 9%;}
.mgn_b_60 {margin-bottom: 8%;}
.mgn_b_50 {margin-bottom: 7%;}
.mgn_b_40 {margin-bottom: 6%;}
.mgn_b_30 {margin-bottom: 5%;}
}

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

}

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

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

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