 @charset "UTF-8";

html {
	scroll-behavior: smooth;
}

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

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote,
figure,figcaption,hr {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: inherit;
}
img {
	display: block;
    width: 100%;
	height: auto;
    max-width: 100%;
	/* object-fit: cover; */
}
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;
	word-break: keep-all;
	overflow-wrap: break-word;
}
ul{
	list-style:none;
}
ol{
	list-style-position: inside;
}
a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, background-color 0.4s;
}
button {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
cite {
	display: block;
	color: #abb3bb;
	font-size: 94%;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-top: 1em;
}
iframe {
	display: block;
}
i {font-weight: normal !important;}

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

.clearfix {
  min-height: 1px;
}

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

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

.red {color: var(--color_red);}
.brw {color: var(--color_brw);}
.och {color: var(--color_och);}
.yel {color: var(--color_yel);}
.nvy {color: var(--color_nvy);}
.blu {color: var(--color_blu);}
.blu {color: var(--color_lblu);}
.ppl {color: var(--color_ppl);}
.gry {color: var(--color_gry);}
.dgry {color: var(--color_dgry);}

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

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

.ft_min {
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ft_bel {
	font-family: "bellefair", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.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: .04em;
}
.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>*/

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



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

======================================================== */
:root {
	--font_min: normal normal 500 100%/1.4 "toppan-bunkyu-mincho-pr6n", serif;
	--font_bel: normal normal 400 100%/1 "bellefair", sans-serif;

	--color_red: #c1272d;
	--color_brw: #8e775d;
	--color_och: #d7c595;
	--color_yel: #fcec74;
	--color_nvy: #1d3245;
	--color_blu: #a2d1d9;
	--color_lblu: #e1f5fa;
	--color_ppl: #451d3c;
	--color_gry: #636466;
	--color_dgry: #373739;

	--grd_gold: linear-gradient(to right, #c6ab7a, #fde9b4, #c6ab7a);
}



/* ========================================================
  
  layout

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

/*---------------------------------------------------------
  header
---------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px min(2.4%,40px) 20px;
	z-index: 500;
}
header .h_logo {
	display: block;
	color: #FFF;
	font-size: min(1.4vw,1rem);
}
header .h_logo img {
	width: 24.12em;
}
header .h_logo .clnname {
	display: inline-block;
	font-weight: bold;
	letter-spacing: .16em;
	background-color: rgba(0,0,0,0.3);
	padding: .3em 1em;
}
header .h_logo .sitename {
	font: var(--font_min);
	font-size: 129%;
	letter-spacing: .2em;
	font-feature-settings: "palt";
	white-space: nowrap;
	margin-top: .2em;
}
header .h_logo .sitename > span {
	font-size: 222%;
	vertical-align: -0.2em;
	margin-right: .2em;
}
header .h_logo .sitename > span span {
	font: var(--font_bel);
}

.contentpage header {
	background-color: #ae8e6c;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
header .h_logo img {
	display: inline-block;
}
header .h_logo .clnname {
	vertical-align: 1em;
	margin-left: 1em;
}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1350px) {
header {
	padding: 4% 4% 10px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 5vw 22vw 5vw 4vw;
}
header .h_logo {
	font-size: 2.8vw;
}
header .h_logo .clnname {
	margin-top: .6em;
}
header .h_logo .sitename {
	font-size: 110%;
}
}

/*---------------------------------------------------------
  m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(1.3vw,.88rem);
}
.m_nav > li {
	position: relative;
	width: 25%;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	font: var(--font_min);
	line-height: 1.5;
	letter-spacing: .1em;
	word-break: keep-all;
	overflow-wrap: break-word;
	padding: 1.4em 1em 1.2em;
}
.m_nav > li > a::before {
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_brw);
	width: 1px;
	height: 66%;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.m_nav > li:last-of-type > a::before {
	display: none;
}
.m_nav > li > a::after {
	display: block;
	content: "";
	border-right: 1px solid #373739;
	border-bottom: 1px solid #373739;
	width: .57em;
	height: .57em;
	left: 0;
	right: 0;
	margin: .3em auto 0;
	rotate: 45deg;
	transition: translate .4s;
}
.m_nav > li > a.select,
.m_nav > li > a:hover {
	color: var(--color_brw);
}
.m_nav > li > a.select::after,
.m_nav > li > a:hover::after {
	translate: 0 4px;
}


/*---------------------------------------------------------
  m_nav_area
---------------------------------------------------------*/
.m_nav_area {
	justify-content: flex-end;
	width: 92%;
	max-width: 1300px;
	background-color: rgba(255,255,255,0.8);
	margin: 2em auto 0;
}
.m_nav_area .m_nav {
	font-size: min(1.7vw,117%);
}
.m_nav_area .m_nav a {
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.m_nav_area .m_nav a::before {
	display: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area {
	display: none;
}
}


/*---------------------------------------------------------
scl_header
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-101%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,1);
}
#scl_header .scl_nav_area {
	width: 80%;
	max-width: 1200px;
}
#scl_header .m_nav {
    font-size: min(1.4vw, 1rem);
}
#scl_header .scl_contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
    width: 20%;
	max-width: 300px;
	text-align: center;
	color: #FFF;
    font-size: min(1.3vw, 1rem);
	background-color: var(--color_brw);
	box-sizing: border-box;
	padding: 1em;
}

@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 {
	display: block;
	width: 30%;
	margin: 10% auto 7%;
}
#drawer .drw_menu li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#drawer .drw_menu li a  {
	display: block;
	text-align: center;
	color: #FFF;
	font: var(--font_min);
	font-size: 4.2vw;
	box-sizing: border-box;
	padding: 1.2em 0;
}
#drawer .drw_menu li a::after {
	display: block;
	content: "";
	border-right: 1px solid var(--color_och);
	border-bottom: 1px solid var(--color_och);
	width: .57em;
	height: .57em;
	left: 0;
	right: 0;
	margin: .3em auto 0;
	rotate: 45deg;
	transition: translate .4s;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#drawer {
	display: none;
}
}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
	color: #FFF;
	background-color: var(--color_gry);
	box-sizing: border-box;
	padding: min(7vw,90px) 0 min(8vw,100px);
}
footer .f_logo {
	text-align: center;
	font: var(--font_min);
	font-size: 117%;
	letter-spacing: .12em;
	line-height: 1.4;
}
footer .f_logo img {
	width: 27.7em;
	margin-bottom: .4em;
}
footer .f_logo small {
	display: block;
	font-size: 65%;
	letter-spacing: .08em;
	margin-top: 1.2em;
	opacity: 0.8;
}
footer .com_timetable {
	margin-top: 8%;
}
footer iframe {
	display: block;
	aspect-ratio: 1;
}
footer .copyright {
	display: block;
	text-align: center;
	font: var(--font_min);
	font-size: 76%;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-top: 12%;
}

footer .com_tel::before {
	display: block;
	content: "";
	background-color: rgba(255,255,255,0.3);
	width: 74%;
	height: 1px;
	margin: 1.4em auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 50% 45%;
}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding: 12% 0 25%;
}
footer .f_grid > div:first-of-type {
	margin-bottom: 8%;
}
footer .f_logo {
	font-size: 105%;
	margin-bottom: 6%;
}
footer .copyright {
	font-size: 70%;
}
}


/*---------------------------------------------------------
  sp_footer
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}
#sp_footer {
	position: fixed;
	width: 100%;
	text-align: center;
	background-color: var(--color_brw);
	left: 0;
	bottom: 0;
	z-index: 1000;
}
#sp_footer ul {
	display: grid;
	grid-template-columns: 50% 50%;
}
#sp_footer ul a {
	position: relative;
}
#sp_footer .spf_rsv {
	background-color: #451d3c;
}
#sp_footer .spf_rsv::before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	right: 10px;
	top: 10px;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}




/* ========================================================
  
  style

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

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

/*---------------------------------------------------------
anchor
---------------------------------------------------------*/
.anchor-target {
	scroll-margin-top: 90px;
}
@media only screen and (max-width: 767px) {
.anchor-target {
	scroll-margin-top: 0;
}
}


/*---------------------------------------------------------
scroll
---------------------------------------------------------*/
.scl_area {
	position: relative;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_area {
	padding-bottom: 8%;
}
}


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

.anm_up,
.fadeup_list > li {
	opacity: 0;
	translate: 0 20px;
	transition: all 1s .2s ease;
}
.anime_on .anm_up,
.anime_on.anm_up,
.fadeup_list.anime_on > li {
	opacity: 1;
	translate: 0 0;
}
.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_zoom {
	opacity: 0;
	scale: 0.9;
	transition: all .7s .2s ease;
}
.anime_on .anm_zoom,
.anime_on.anm_zoom {
	opacity: 1;
	scale: 1;
}

/*PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fadeup:nth-of-type(2),
.anm_fade:nth-of-type(2) {transition-delay: .2s}
}


/*---------------------------------------------------------
com_obj
---------------------------------------------------------*/
.com_obj {
	position: absolute;
    width: min(40vw,600px);
    background-color: #D2FFBB;
	background: radial-gradient(rgba(227,219,9,0.5), rgba(227,219,9,0) 60%, rgba(227,219,9,0) 90%);
    border-radius: 50%;
	aspect-ratio: 1;
	pointer-events: none;
	transition: scale .5s;
	animation: grdAnm 10s infinite;
}
.com_obj:nth-of-type(even) {
	animation-delay: 4s;
	transition-delay: .3s;
}
@keyframes grdAnm {
    0% { scale: 1;}
    50% { scale: 1.5;}
    100% { scale: 1;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_obj {
	width: 70vw;
}
}


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

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

/*contact:com_tel
---------------------------------------------------------*/
.com_tel {
	text-align: center;
}
.com_tel dt {
	font: var(--font_min);
	letter-spacing: .12em;
	margin-bottom: .4em;
}
.com_tel dd {
	width: 15.7em;
	max-width: 100%;
	margin: 0 auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .com_tel {
	font-size: min(2vw,117%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .com_tel {
	font-size: 4vw;
}
}


/*---------------------------------------------------------
schedule
---------------------------------------------------------*/

/*com_timetable
---------------------------------------------------------*/
.com_timetable {
	text-align: center;
}
.com_timetable img {
	background-color: rgba(255,255,255,0.03);
}
/* caption */
.com_timetable figcaption {
	font-size: 88%;
	margin-top: .6em;
}


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



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

/*com_btn1
---------------------------------------------------------*/
.com_btn1 {
	margin-top: 1.5em;
}
.com_btn1 a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-align: left;
	font: var(--font_min);
	font-size: min(2vw,1.17rem);
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: #fff;
	border-radius: 100vmax;
	box-sizing: border-box;
	border: 1px solid currentColor;
	padding: .5em 3.5em .5em 1.6em;
}
.com_btn1 a::before {
	position: absolute;
	display: block;
	content: "";
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	width: .7em;
	height: .7em;
	right: 0;
	top: .2em;
	rotate: 45deg;
	transition: translate .4s;
}
.com_btn1 a::before {
	position: absolute;
	display: block;
	content: "";
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	width: .7em;
	height: .7em;
	right: 0;
	top: .2em;
	rotate: 45deg;
	transition: translate .4s;
}

.com_btn1 a:hover {
	color: var(--color_blu);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btn1 a { letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn1 {
	text-align: center;
}
.com_btn1 a {
	font-size: 3vw;
}
}
/*com_btn
---------------------------------------------------------*/
.com_btn {
	margin-top: 1em;
}
.com_btn a {
	position: relative;
	display: inline-block;
	font-size: 88%;
	letter-spacing: .1em;
	line-height: 1.2;
	white-space: nowrap;
	padding-right: 1.6em;
}
.com_btn a::before {
	position: absolute;
	display: block;
	content: "";
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	width: .7em;
	height: .7em;
	right: 0;
	top: .2em;
	rotate: 45deg;
	transition: translate .4s;
}
.com_btn a:hover {
	color: var(--color_blu);
}
.com_btn a:hover::before {
	translate: 0.2em 0;
}
.com_btn.ank a::before {
	top: .5em;
	rotate: 135deg;
}
.com_btn.ank a:hover::before {
	translate: 0 0.2em;
}

.com_btn.btn__bdr a {
	font: var(--font_min);
	font-size: min(2vw,1.17rem);
	background-color: #fff;
	border-radius: 100vmax;
	box-sizing: border-box;
	border: 1px solid currentColor;
	padding: .5em 3.5em .5em 1.6em;
}
.com_btn.btn__bdr a::before {
	width: .5em;
	height: .5em;
	top: .9em;
	right: 1.5em;
}
.com_btn.btn__bdr.ank a::before {
	top: .75em;
}
.com_btn.btn__bdr a:hover {
	color: var(--color_brw);
}


footer .com_btn {
	text-align: right;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btn a {letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn a {
	font-size: 3.8vw;
	letter-spacing: .05em;
}
.com_btn.btn__bdr a {
	font-size: 4vw;
}
}
/*list
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.com_btnlist.jus_c {
	justify-content: center;
}
.com_btnlist > li {
	margin-right: 1.5em;
	margin-top: .8em;
}
.com_btnlist > li:last-of-type {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btnlist > li {
	margin-right: 1.2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* .com_btnlist {
	display: block;
	margin-top: .8em;
}
.com_btnlist > li {
	margin: .8em auto 0;
} */
.com_btnlist > li {
	margin-right: .8em;
}
}


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	position: relative;
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.open_box {
	position: relative;
	display: none;
}
/*icon_open*/
.icon_open {
	position: relative;
	letter-spacing: normal;
	line-height: 1;
	display: inline-block;
	vertical-align: -0.25em;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	margin-left: .5em;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .6em;
	height: 2px;
	background: currentcolor;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	rotate: 90deg;
	transition: rotate 0.4s;
}
.active .icon_open::after {
	rotate: 0deg;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}


/*---------------------------------------------------------
heading
---------------------------------------------------------*/
.com_h__min {
	position: relative;
	font: var(--font_min);
	font-size: min(176%,2.8vw);
	line-height: 1.5;
	letter-spacing: .1em;
	font-feature-settings: "halt";
	margin-bottom: .5em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_h__b {
	position: relative;
	font-size: min(176%,2.8vw);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: 1em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.h__shd {
	color: #FFF;
	text-shadow: 0 0 10px rgba(112,189,189,1), 0 0 20px rgba(112,189,189,1), 0 0 30px rgba(112,189,189,1);
}
.h__25 {font-size: min(2.4vw,1.47rem);}
.h__35 {font-size: min(3.2vw,2.05rem);}
.h__45 {font-size: min(3.8vw,2.64rem);}
.h__50 {font-size: min(4.4vw,2.94rem);}
.h__50 span {
	font-size: 160%;
}
.h__54 {font-size: min(4.7vw,3.17rem);}
.h__60 {font-size: min(5.4vw,3.52rem);}

.com_h__min .line {
	position: relative;
	background: url(../images/top/underline.svg) no-repeat left bottom;
	background-size: 100% auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__min,
.com_h__b {
	font-size: 125%;
	letter-spacing: .05em;
	margin-bottom: .8em;
}
.com_h__b {	font-size: 120%;}

.h__25 {font-size: 120%;}
.h__50 {font-size: 140%;}
.h__54 {font-size: 150%;}
}


/*---------------------------------------------------------
 deco
---------------------------------------------------------*/
/* com_txt__bg */
.com_txt__bg {
	font-size: min(2.4vw,147%);
}
.com_txt__bg > span {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 2.3;
	font-feature-settings: "halt";
	background-color: #FFF;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	padding: .5em .8em;
}
/*com_marker*/
.com_marker {
	background: linear-gradient(to bottom,  transparent 60%, #e3e36f 60%);
	padding: .1em .4em;
}
/*com_deco_txt*/
.com_deco_txt {
	position: relative;
	font: var(--font_fut);
	font-size: min(6vw,3.76rem);
	letter-spacing: .02em;
	line-height: 1;
}
.com_deco_txt::first-letter {
	color: var(--color_grn);
}
/*com_fuki*/
.com_fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	font-size: min(3.2vw,2.05rem);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
}
.com_fuki::before,
.com_fuki::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 1.2em;
	bottom: 0;
}
.com_fuki::before {
	rotate: -25deg;
	right: calc(100% + 1em);
}
.com_fuki::after {
	rotate: 25deg;
	left: calc(100% + 0.8em);
}
/*com_ccl_txt */
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1.3;
    width: min(7em);
    height: min(7em);
    box-sizing: border-box;
    border-radius: 50%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* com_txt__bg */
.com_txt__bg {
	font-size: 110%;
}
/*com_deco_txt*/
.com_deco_txt {
	font-size: 8vw;
}
/*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);
}
}


/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_list > li {
	position: relative;
	box-sizing: border-box;
	text-align: left;
	/* line-height: 1.6; */
	padding-left: 1.6em;
	margin-bottom: .6em;
}
.com_list > li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
}

.list__ccl > li {
	padding-left: 1.3em;
}
.list__ccl > li::before {
	background-color: var(--color_ppl);
	width: .67em;
	height: .67em;
	border-radius: 50%;
	top: .6em;
}
.list__chk > li {
	padding-left: 2em;
}
.list__chk > li::before {
	position: absolute;
	display: block;
	content: "";
	color: var(--color_red);
	box-sizing: border-box;
	border-bottom: 4px solid currentColor;
	border-left: 4px solid currentColor;
	width: 1.25em;
	height: .7em;
	left: 0;
	top: .4em;
	rotate: -45deg;
}
.list__dot > li::before {
	content: '・';
}
.list__dash > li::before {
	content: '-';
}
.com_list.list__ast > li {
	padding-left: 1.1em;
	margin-bottom: .1em;
}
.list__ast > li::before {
	content: '※';
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_list.list__col2 {
	column-count: 2;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_list > li {
	margin-bottom: .4em;
}
.list__ccl > li::before {
	top: .4em;
}
}



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

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


/*---------------------------------------------------------
bg / border
---------------------------------------------------------*/
/*com_pdg*/
.com_pdg {
	position: relative;
	padding: 100px 0;
}
.com_pdg_s {
	position: relative;
	padding: 80px 0;
}
.com_pdg_l {
	position: relative;
	padding: 140px 0 150px;
}
/*border*/
.bdr_b {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(67,50,0,0.4);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_pdg*/
.com_pdg {
	padding: 10% 0;
}
.com_pdg_s {
	padding: 8% 0;
}
.com_pdg_l {
	padding: 14% 0 15%;
}
/*border*/
.bdr_b {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
}
/* 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 {
	padding-bottom: 8%;
	margin-bottom: 9%;
}
}

/*---------------------------------------------------------
 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 {
	padding-bottom: 10%;
}
}



/*---------------------------------------------------------
max-width
---------------------------------------------------------*/
.max_width,
.w1500,
.w1340,.w1300,
.w1240,.w1220,.w1200,
.w1120,.w1100,
.w720 {
	width: 92%;
	padding: 0 4%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {max-width: 1500px;}
.w1340 {max-width: 1340px;}
.w1300 {max-width: 1300px;}
.w1240 {max-width: 1240px;}
.w1220 {max-width: 1220px;}
.w1200 {max-width: 1200px;}
.w1120 {max-width: 1120px;}
.w11000 {max-width: 1100px;}
.w720 {max-width: 720px;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.w720 {
	width: 70%;
	padding: 0 15%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,.w1500,
.w1340,.w1300,
.w1240,.w1220,.w1200,
.w1120,.w1100,
.w720 {
	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;}

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

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



/* ========================================================
  
  responsive

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

@media only screen and (min-width: 960px) and (max-width: 1400px) and (min-aspect-ratio: 1024/600) {
header {
	padding: 25px min(2.4%,40px) 10px;
}
}