@charset "UTF-8";

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

======================================================== */
.m_img {
    background-image: url(../images/first/m_img@2x.jpg);
}



/* ========================================================
  
  content

======================================================== */
.com_h__bld.h__35 {
	margin-bottom: 2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__bld.h__35 {
	margin-bottom: 1.2em;
}
}
/*---------------------------------------------------------
 lead
---------------------------------------------------------*/
.com_lead_box {
	position: relative;
	text-align: left;
}
.com_lead_box dt {
	font-size: min(5vw,360%);
	letter-spacing: .1em;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}
.com_lead_box dd {
	width: 85%;
	line-height: 2.5;
	margin-left: auto;
}

.com_flow_txt {
	opacity: 0.3;
	margin-bottom: .8em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_lead_box {
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 40px;
}
.com_lead_box dl {
	max-width: 650px;
	margin: 0 auto;
}
.com_lead_box .img1 {
	position: absolute;
	width: 25%;
	max-width: 340px;
	right: 0;
	top: 18%;
}
.com_lead_box .img2 {
	position: absolute;
	width: 24%;
	max-width: 320px;
	left: 0;
	top: 60%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead_box {
	padding-bottom: 0;
}
.com_lead_box dl {
	padding: 0 6% 8%;
}
.com_lead_box dt {
	font-size: 170%;
}
.com_lead_box dd {
	width: 92%;
	line-height: 2.2;
}
.com_lead_box ul {
	display: flex;
}
.com_lead_box .img1 {
	width: 55%;
	margin-left: auto;
	margin-top: -10%;
}
.com_lead_box .img2 {
	width: 40%;
}

.com_flow_txt {
	margin-top: -0.5em;
	margin-bottom: .6em;
}
}



/*---------------------------------------------------------
 message
---------------------------------------------------------*/
#message {
	color: #FFF;
	background-color: var(--color_dgrn);
}
.msg_inbox {
	padding: 0 2%;
}

.stf_name {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: .8em;
	font-size: min(2vw,125%);
	letter-spacing: .15em;
	line-height: 1.5;
	white-space: nowrap;
}
.stf_name dd {
	font-size: 140%;
	letter-spacing: .15em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_name {
	justify-content: center;
	font-size: 100%;
}
}

/*message: director
---------------------------------------------------------*/
#director::after {
	position: relative;
	display: block;
	content: "";
	background-color: #749395;
	width: 90vw;
	height: 2px;
	max-width: 1340px;
	left: 50%;
	translate: -50% 0;
	margin: 7.5% auto;
}
#director .com_h__en {
	font-size: min(2.4vw,1.62rem);
	margin-bottom: 1em;
}
#director .dir_inbox {
	position: relative;
}
#director .stf_name {
	margin-top: 1.6em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#director .box_img {
	width: 37%;
	max-width: 440px;
	right: 0;
	top: 0;
	/* margin-top: -12%; */
}
#director p {
	width: 54%;
}
#director .stf_name {
	justify-content: flex-end;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#director p {
	width: 100%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#director::after {
	margin: 10% auto 12%;
}
#director .com_h__en {
	font-size: 110%;
	margin-bottom: 1.5em;
}
#director .box_img {
	width: 65%;
	margin: 0 auto 8%;
}
#director .com_h__bld {
	text-align: center;
}
}
/*message: staff
---------------------------------------------------------*/
.stf_list {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.stf_list > li:not(:last-of-type) {
	margin-bottom: 7.2%;
}
.stf_list .stf_name {
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
}
.stf_list .stf_name::after {
	position: absolute;
	display: block;
	content: "";
	background-color: #5fabad;
	width: 2.5em;
	height: 2px;
	left: 0;
	bottom: 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.stf_list > li {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 27% 67%;
}
.stf_list .box_txt {
	align-self: center;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_list .box_img {
	width: 60%;
	margin: 0 auto 6%;
}
.stf_list .stf_name::after {
	right: 0;
	margin: auto;
}
}



/*---------------------------------------------------------
 target
---------------------------------------------------------*/
#target {
	background: linear-gradient(to bottom, var(--color_dgrn) 50%, #e3e5e7 50%);
}
#target .com_box__bg {
	box-shadow: 0 50px 30px -50px rgba(0,0,0,0.2);
	z-index: 1;
}
#target .com_box__bg ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 47.3% 47.3%;
}
#target .com_box__bg p {
	font-size: min(1.8vw,125%);
	font-weight: var(--fw_bold);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#target .com_box__bg {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 19% 74%;
	padding: 3.6% 6.7%;
}
#target .com_h__bld {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
	border-right: 1px solid #CCC;
}
#target .com_box__bg .box_r {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 54% 41%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#target .com_box__bg {
	text-align: center;
}
#target .com_h__bld {
	padding-bottom: .8em;
	border-bottom: 1px solid #CCC;
}
#target .com_box__bg p {
	font-size: 105%;
	margin-top: 1em;
}
}


/*---------------------------------------------------------
 schedule
---------------------------------------------------------*/
#schedule {
	background-color: #e3e5e7; 
}
#schedule .med_title {
	text-align: center;
	font-size: 112%;
	letter-spacing: .1em;
	padding-bottom: .6em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #396568;
}
#schedule .com_list {
	display: grid;
	grid-auto-flow: column;
	font-size: min(1.4vw,100%);
}
#schedule .com_list > li {
	margin-bottom: .8em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#schedule .inbox {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 51% 44%;
	align-items: flex-start;
}
#schedule .com_list {
	grid-template-rows: repeat(4, auto);
}
}
/* Tablet,Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 959px) {
#schedule .med_title {
	padding-bottom: .6em;
	margin-bottom: .8em;
}
#schedule .com_list {
	grid-template-rows: repeat(7, auto);
	margin-top: 6%;
	font-size: 90%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#schedule .box_med {
	margin: 10% auto auto;
	width: 90%;
}
#schedule .com_list {
	display: block;
	column-count: 2;
	font-size: 90%;
}
#schedule .com_list > li {
	margin-bottom: .5em;
}
#schedule .com_list > li:nth-of-type(8) {/* バランス調整用 */
	margin-top: 1em;
}
}



/*---------------------------------------------------------
 reserve
---------------------------------------------------------*/
#reserve .com_h__bg + p {
	margin: 0 3.6% 1.6em;
}
/*reserve:rsv_bar
---------------------------------------------------------*/
.rsv_bar {
	width: 90%;
	max-width: 800px;
	display: grid;
	grid-template-columns: 25% 50% 25%;
	text-align: center;
	font-size: min(2.2vw,150%);
	letter-spacing: .15em;
	line-height: 1.2;
	background-color: var(--color_lgry);
	margin: 0 auto 2.5em;
}
.rsv_bar > li {
	position: relative;
	padding: 1em .5em;
}
.rsv_bar > li:nth-of-type(1) {
	color: var(--color_org);
	background-color: #fce5e0;
}
.rsv_bar > li:nth-of-type(2) {
	color: #FFF;
	background-color: var(--color_org);
}
.rsv_bar time {
	position: absolute;
	color: #000;
	font: var(--font_bar);
	font-size: 120%;
	letter-spacing: .075em;
	left: 0;
	top: 110%;
	translate: -50% 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsv_bar {
	width: 96%;
	grid-template-columns: 25% 50% 25%;
	font-size: 100%;
	margin: 0 auto 2.5em;
}
}
/*reserve: rsv_list
---------------------------------------------------------*/
.rsv_list > li {
	margin-bottom: 20px;
}
.rsv_list .icon {
	font-size: min(1.8vw,125%);
	font-weight: var(--fw_bold);
	letter-spacing: .15em;
	line-height: 1.5;
}
.rsv_list .icon img {
	width: 5em;
	margin: 0 auto .5em;
}
.rsv_list .com_fuki {
	color: var(--color_red);
	font-size: 75%;
	margin-bottom: .5em;
}
.rsv_list .com_ctc_btn {
	margin-top: 1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsv_list > li {
	display: grid;
	grid-template-columns: 24% 76%;
	padding: 3.6% 0;
}
.rsv_list .icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-right: 1px solid #CCC;
}
.rsv_list .text {
	padding: 1em 7.2%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsv_list > li {
	margin-bottom: 10px;
}
.rsv_list .icon {
	text-align: center;
	font-size: 120%;
	padding-bottom: 1em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #CCC;
}
.rsv_list .icon img {
	width: 5em;
	margin: 0 auto .5em;
}
.rsv_list .com_fuki {
	color: var(--color_red);
	font-size: 75%;
	margin-bottom: .5em;
}
.rsv_list .com_ctc_btn {
	text-align: center;
}
}




/*---------------------------------------------------------
 access
---------------------------------------------------------*/
#access .com_acslist {
	margin-top: 10%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#access .grid_box {
	align-items: center;
	grid-template-columns: 56% 36%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#access iframe {
	height: 80vw;
}
#access .grid_box {
	text-align: center;
}
#access .map {
	margin-bottom: 8%;
}
}




/*---------------------------------------------------------

---------------------------------------------------------*/

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

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

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}