@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap'); */

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

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

base

----------------------------------------------------------  */
:root {
	--brown: #582f17;
	--yellow: #ffe100;
	--font-oleo: "Anton", sans-serif;
	--font-calistoga: 'Calistoga', cursive;
}
body {
	background: url(../img/texture.jpg) center top;
	background-size: 80rem auto;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
body.top {
	position: relative;
}
  body.top::before {
    content: "";
    background: url(../img/deco-news.png) no-repeat left top / contain;
    width: 77rem;
    height: 106rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 40rem;
    left: -1rem;
    z-index: 100;
	pointer-events: none; 
  }
  /* body.top::after {
	content: "";
	background: url(../img/deco-mv.png) no-repeat right top / contain;
	width: 111rem;
	height: 45rem;
	
	position: absolute;
	top: 52rem;
	right: -0;
      z-index: 110; 
	  pointer-events: none; 
	} */

@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
  body.top::before {
    content: "";
    background: url(../img/deco-news.png) no-repeat left top / contain;
    width: 100%;
    height: 50rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 15rem;
    left: -1rem;
    z-index: 100;
	pointer-events: none; 
  }
  /* body.top::after {
	content: "";
	background: url(../img/deco-mv.png) no-repeat right top / contain;
	width: 90%;
	height: 45rem;
	
	position: absolute;
	top: 16rem;
	right: -0;
      z-index: 110; 
	  pointer-events: none; 
	} */
}
@media screen and (max-width: 540px) {
  /* body.top::after {
	top: 20rem;
  } */
}
@media screen and (max-width: 414px) {
  /* body.top::after {
	top: 23rem;
  } */
}
a {
	color: #000;
}



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

font-size

----------------------------------------------------------  */
html {
    font-size: 0.833vw;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 1.303vw;
    }	
}
@media screen and (max-width: 540px) {
    html {
        font-size: 1.851vw;
    }	
}
@media screen and (max-width: 414px) {
    html {
        font-size: 2.415vw;
    }	
}



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

header

----------------------------------------------------------  */
header.top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0rem;
	top: 0;
	z-index: 99;
	z-index: 10;
	width: 28.9rem;
	height: 76rem;
	background: rgba(0,0,0,0.75);
	background: #fd9c00;
	padding: 3rem 0 11rem;
}
header.top h1 {
	width: 17rem;
	line-height: 1;
}
header.low {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fd9c00;
	padding: 2rem 5rem;
}
header.low h1 {
	width: 12rem;
	line-height: 1;
}
.sns {
	display: flex;
	align-items: center;
	line-height: 1;
	position: relative;
	z-index: 99;
	padding-left: 3rem;
}
.low .sns {
	padding-left: 0;
}
.sns li:not(:last-child) {
	margin-right: 2rem;
}
.sns a {
	color: #fff;
	font-size: 4.2rem;
}
.low .sns a {
	display: block;
	margin-top: -1rem;
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	header.top {
		flex-direction: row;
		justify-content: center;
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: 6rem;
		background: #fd9c00;
		padding: 0;
	}
	header.top h1 {
		width: 8rem;
	}
	header.low {
		justify-content: center;
		height: 6rem;
		padding: 0;
	}
	header.low h1 {
		width: 8rem;
	}	
	.sns {
		padding-left: 0rem;
	}
}



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

nav

----------------------------------------------------------  */
header.low .gnav {
	padding-left: 0;
}
header.low .gnav ul.gnav-menu {
	flex-direction: row;
}
header.low .gnav ul.gnav-menu > li {
	text-align: center;
}
header.low .gnav ul.gnav-menu > li:not(:last-child) {
	margin-bottom: 0;
	margin-right: 3rem;
}

.gnav {
	margin-top: -1rem;
	padding-left: 10rem;
}
ul.gnav-menu {
	display: flex;
	flex-direction: column;
}
ul.gnav-menu > li {
	white-space: nowrap;
	line-height: 1.1;
	font-size: 0.8941rem;
	font-weight: 900;
}
ul.gnav-menu > li span {
	display: block;
	font-size: 2.58rem;
	font-family: var(--font-oleo);
}
.low ul.gnav-menu > li span {
	font-size: 2rem;
}
ul.gnav-menu > li:not(:first-of-type) span {
	text-transform: uppercase;
}
ul.gnav-menu > li:not(:last-child) {
	margin-bottom: 1.2rem;
}
ul.gnav-menu > li > a {
	position: relative;
	color: #fff;
}
ul.gnav-menu > li.current a {
	color: var(--yellow);
	color: #0f6879;
}
header.top ul.gnav-menu > li.current a::before {
	content: "";
	width: 3rem;
	height: 0.3rem;
	background: var(--yellow);
	background: #0f6879;
	position: absolute;
	left: -4rem;
	top: 1.8rem;
}



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

footer

----------------------------------------------------------  */
footer {
	background: url(../img/back-footer.jpg) no-repeat right top / cover;
	color: #fff;
	padding: 2rem 10rem 5rem;
}
footer a {
	color: #fff;
}
footer .wrap {
	display: flex;
	justify-content: center;
}
/* logo */
footer .logo {
	width: 16rem;
}
footer .logo a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .logo img {
	width: 14rem;
	height: auto;
}
footer .logo span {
	font-size: 1.2rem;
	margin-top: 1rem;
	white-space: nowrap;
}
/* nav */
footer nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 2rem;
	position: relative;
	z-index: 99;
}
footer nav ul {
	display: flex;
	align-items: center;
}
footer nav ul a {
	font-family: var(--font-oleo);
	font-size: 1.67rem;
	font-weight: 400;
	text-transform: uppercase;
}
footer nav ul li:not(:last-child) {
	margin-right: 2.5rem;
}
footer .sns {
	margin-right: -8rem;
	margin-top: 3rem;
}
footer .x_logo {
	width: 3rem;
}
footer .tiktok_logo {
	width: 5rem;
}
footer small {
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
	margin-top: -2.0rem;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	footer {
		background: url(../img/back-footer.jpg) no-repeat left top / cover;
		padding: 1rem 0 10.4rem 0;
	}
	footer .wrap {
		flex-direction: column;
		align-items: center;
	}
	footer .logo {
		width: 16rem;
	}
	footer nav {
		align-items: center;
		padding-top: 0;
		margin: 4rem 0;
	}
	/* nav */
	footer nav ul:first-of-type {
		flex-direction: column;
	}
	footer nav ul:first-of-type li {
		text-align: center;
	}
	footer nav ul a {
		font-size: 2rem;
	}
	footer nav ul:first-of-type li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}

	footer .sns {
		margin-right: 0rem;
		margin-top: 4rem;
	}

	footer small {
		margin-top: 0;
	}
}



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

page-ttl

----------------------------------------------------------  */
.page-ttl {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
	position: relative;
}
.page-ttl > div {
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20rem;
}
.page-ttl h2 {
	color:#fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
.page-ttl h2 span {
	font-size: 4.8rem;
	font-family: var(--font-oleo);
	display: block;
	margin-bottom: 0.5rem;
		text-transform: uppercase;

}
@media screen and (max-width: 768px) {
	.page-ttl > div {
		height: 18rem;
	}
}



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

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
	line-height: 1.6;
	margin-bottom: 3rem;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.12em;
}
.heading-1 strong {
	font-size: 3rem;
}
@media screen and (max-width: 768px) {
	.heading-1 {
		margin-bottom: 2rem;
		font-size: 2rem;
		letter-spacing: 0.1em;
		text-align: center;
	}
}

/* more */
.more {
	text-align: center;
	line-height: 1;
	display: block;
	width: 20rem;
	background: url(../img/bg-wood.jpg) no-repeat center / cover;
	padding: 0.4rem;
	color: var(--brown);
	margin: 0 auto;
	line-height: 1;
	font-family: var(--font-calistoga);
	box-shadow: 0.4rem 0.4rem 1rem rgba(0,0,0,0.8);
}
.more > span {
	background: #f4ebd2;
	border: solid 0.3rem var(--brown);
	display: block;
	padding: 1.2rem 2rem 0.8rem 2rem;
}
.more i {
	margin-top: 0.15rem;
}
.more > span > span {
	border-bottom: dotted 0.2rem var(--brown);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem 0.4rem 1rem;
}
.more-2 {
	font-family: var(--font-calistoga);
	color: var(--brown);
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: dotted 0.2rem var(--brown);
	padding: 0 0.5rem 0.2rem 0.5rem;
}
.more-2 i {
	margin-top: 0.15rem;
}
@media screen and (max-width: 768px) {

}

/* ttl */
.ttl {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	color: var(--brown);
}
.ttl:after {
	border-bottom: solid 4px var(--brown);
	bottom: -4px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}	
}

/* detail */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}
dl.bk {
	color: var(--brown);
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid var(--brown);
}
dl.wt {
	border-top: 1px solid rgba(255,255,255,0.8);	
}
dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.2rem 1.2rem 0 1.2rem;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}
	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}
	dl.bk dt {
		border-bottom: none;
	}
	dl.wt dt {
		border-bottom: none;
	}
}



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

hamburger

----------------------------------------------------------  */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: #fd9c00;	
}
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp-menu li {
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
}
.gnav-sp-menu li span {
	font-family: var(--font-oleo);
	font-size: 2.2rem;
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	color: #fff;
	padding: 1.3rem 0;
	white-space: nowrap;
}
.gnav-sp .sns {
	justify-content: center;
	margin-top: 1.5rem;
}
/* toggle */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: #fa6623;
}
.toggle-btn span {
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}
/* open */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span {
	background-color: #fff;
}
.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
}



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

layout

----------------------------------------------------------  */
.container {
	margin: 8rem auto 10rem auto;
	width: 88rem;
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}







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

display

----------------------------------------------------------  */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}



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

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
	z-index: 999;
	bottom: 1rem;
	right: 1rem;	
}
#page-top a {
	background: var(--yellow);
	color: var(--brown);	
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1;
	font-size: 1.4rem;
	padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {
	#page-top {
		bottom: 7.4rem;
	}
}



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

link

----------------------------------------------------------  */
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
}
a.line {
	text-decoration: underline;
}
a:hover.line {
	text-decoration: none;
}
a:hover {
    opacity: 0.5;
} 
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



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

class

----------------------------------------------------------  */
/* txt */
.txt-vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
	.txt-vertical.not {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		white-space: normal;
	}
}

/* position */
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	z-index: 99;
}

/* list */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
}
ul.list-group li:not(:last-child) {
	margin-bottom: 1.2rem;
}

/* prepare */
.prepare {
    text-align: center;
    padding: 8rem 0;
    font-size: 2rem;
}

/* map */
.gmap iframe {
	width: 100%;
	height: 36rem;
}
.gmap.grey iframe {
	filter:grayscale(100%);
}

/* margin */
.mb-10 { 
	margin-bottom: 1rem !important;
}
.mb-15 {
	margin-bottom: 1.5rem !important;
}
.mb-20 {
	margin-bottom: 2.0rem !important;
}
.mb-25 {
	margin-bottom: 2.5rem !important;
}
.mb-30 {
	margin-bottom: 3.0rem !important;
}
.mb-35 {
	margin-bottom: 3.5rem !important;
}
.mb-40 {
	margin-bottom: 4.0rem !important;
}
.mb-45 {
	margin-bottom: 4.5rem !important;
}
.mb-50 {
	margin-bottom: 5.0rem !important;
}
.mb-55 {
	margin-bottom: 5.5rem !important;
}
.mb-60 {
	margin-bottom: 6.0rem !important;
}
.mb-65 {
	margin-bottom: 6.5rem !important;
}
.mb-70 {
	margin-bottom: 7.0rem !important;
}
.mb-75 {
	margin-bottom: 7.5rem !important;
}
.mb-80 {
	margin-bottom: 8.0rem !important;
}
.mb-85 {
	margin-bottom: 8.5rem !important;
}
.mb-90 {
	margin-bottom: 9.0rem !important;
}
.mb-95 {
	margin-bottom: 9.5rem !important;
}
.mb-100	{
	margin-bottom: 10.0rem !important;
}



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

fade

----------------------------------------------------------  */
@keyframes fadeUp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeDown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeUp {
    animation: fadeUp 0.5s ease;
    animation-fill-mode: both
}
.fade {
	opacity: 0;
	transform: translateY(2rem);
}
.fade-down {
	opacity: 0;
    animation: fadeDown 0.5s ease;	
	transform: translateY(-2rem);
    animation-fill-mode: both	
}

.delay-1 {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
}
.delay-2 {
	animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
}
.delay-3 {
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}
.delay-4 {
	animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
}
.delay-5 {
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}







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

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
	width: 5.5rem;
}
.fixed-btn li:nth-child(1) {
	margin-bottom: 2rem;
}
.fixed-btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		display: flex;
	}
	.fixed-btn li {
		width: 100%;
        margin-top: 0;
        margin-bottom: 0 !important;
	}
	.fixed-btn a {
		width: 100%;
		padding: 0;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none !important;
		line-height: 1;
	}
    .fixed-btn a.pc {
        display: none;
    }
	/* icon */
	.fixed-btn li img {
		width: 3.7rem;
		height: 3.7rem;
		margin-right: 1rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.3rem;
		font-size: 3rem;
		font-family: "Anton", sans-serif;
		color: #ffe100;
	}
	.fixed-btn a > span > span:nth-child(2) {
		/* font-weight: bold; */
		font-size: 1.5rem;
        text-decoration: underline;
	}		
	.fixed-btn li.tel {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		font-size: 1.9rem;
	}	
	.fixed-btn .tel a {
		background: #0f6879;
		color: #fff;
	}	
	.fixed-btn .reserve a {
		background: #C89E45;
		color: #fff;
	}	
}



.common_btn {
    width: 19rem;
	display: block;
	margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .common_btn {
    width: 24rem;
}

}




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

Policy

----------------------------------------------------------  */
.ttl3 {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	padding: 1rem 0 1.4rem 0;
	position: relative;
}
.ttl3:after {
	border-bottom: solid 5px #fa6623;
	bottom: -5px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 767px) {
	.ttl3:after {
		width: 40%;
	}	
}

.policy-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}
.policy-inner > div:first-of-type {
	width: 35%;
}
.policy-inner > div:last-of-type {
	width: 60%;
}
.policy-inner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
	.policy-inner {
		display: block;
	}
	.policy-inner > div:first-of-type {
		width: 100%;
		margin-bottom: 2rem;
	}
	.policy-inner > div:last-of-type {
		width: 100%;
	}
}





.menu__pasteimg {
margin-inline: auto;
	width: min(100%,70rem);
}



._reserve {
	text-align: center;
	font-size: 2rem;
}





/*-------------------------
  contact
---------------------------*/
  
@media screen and (min-width: 768px) {
	form {
		padding: 20px 0 0 0;
		max-width: 1200px;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
  
	form div {
		margin-bottom: 40px !important;
	}
  
	form div label {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 18px;
	}
  
	form select {
		padding: 20px;
		background: #fff;
		border: #bbb solid 1px;
		border-radius: 3px;
	}
  
	form input,
	form textarea {
		width: calc(100% - 40px);
		padding: 15px 20px;
		background: #fff;
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.5em;
	}
	form textarea {
	  resize: vertical;
	  height: 25rem;
	}
	form input[type="submit"] {
		border: 0px;
		width: 40%;
		background: #0f6879;
		border: 2px solid #fff;
		border: solid 4px #0D0505;
		color: #fff;
		font-size: 26px;
		font-weight: 600;
		padding: 15px 0;
		margin: 0 auto;
		display: block;
        letter-spacing: 0.5rem;
                font-family: 'Noto Serif JP', serif !important;

	}
  }
  
  form input[type="submit"]:hover {
	transition: all 0.3s;
	cursor: pointer;
	/* opacity: 0.7; */
	color: #b0e2f1;
  }
  .CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 1.3rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}

  @media screen and (max-width: 767px) {
	form {
		padding: 0 0 0px;
	}
  
	form div {
		margin-bottom: 20px;
	}
  
	form div label {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 14px;
	}
  
	form select {
		padding: 20px;
		background: #fff;
		border: #bbb solid 1px;
		border-radius: 3px;
	}
  
	form input,
	form textarea {
		max-width: 1000px;
		width: calc(100% - 20px);
    width: 100%;
		padding: 15px 10px;
		background: #fff;
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.4em;
	}
	form textarea {
		height: 20rem;
	  }  
  
	form input[type="submit"] {
		border: 0px;
		width: 90%;
		background: #0f6879;
		border: 2px solid #fff;
		border: solid 4px #0D0505;

		color: #fff;
		font-size: 22px;
		font-weight: 600;
		padding: 16px 0;
		margin: 0 5%;

        font-family: 'Noto Serif JP', serif !important;
	}

	.CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }

  }
  
@media screen and (max-width: 450px) {

	.inner-flex h2 {
		font-size: 25px;
	}
	.inner-flex-reverse h2{
		font-size: 25px;
	}
	.inner-flex-reverse h2{
		font-size: 25px;
	}

}


.thanks_width {
	text-align: center;
	margin: auto;
  }
  .thanks_width .btn {
	margin: 0 auto;
  } 


/*
 * required mark 
 */
 .form_required1 {
	width: 250px;
	display: flex;
	justify-content: space-between;
  }
  .form_required2 {
	display: inline-block;
	background-color: #DA002C;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	font-weight: bold;
	width: 50px;
	padding: 4px 0;
	text-align: center;
  
	margin-top: 3px;
	margin-left: 30px;
  
  }
  @media screen and (max-width: 768px) {
	.form_required1 {
	  width: 100%;
	}  
	.form_required2 {
	  /* width: 14vw;
	  height: 5.5vw;   */
	}
  }
  

  /*
 * privacy policy
 */

.privacy {
	width: calc(100% - 40px) !important;
	margin: 0 auto 5rem;
	border: 4px solid #bebebe;
	height: 500px;
	overflow: auto;
	overflow-y: scroll !important;
	background-color: #fff;
  }
  .privacy p {
	color: #000;
	padding: 0 20px;
  }
  .privacy span {
	font-weight: bold;
  }
  
  p.privacy_notes {
	padding: 4rem 0 2rem;
	padding-left: 2em;
	text-indent: -1em;
    font-size: 1.3rem;
  }
  
  @media screen and (max-width: 767px) {
	.privacy {
		width: calc(100% - 20px) !important;
		/* height: 110vw; */
		height: 380px;
	}
  }


.recruit__block {
    max-width: 1000px;
    margin: 0 auto;
}
.recruit__text {
    text-align: center;
    font-size: 1.6rem;
    margin: 7rem 0;
}

  
/*
 * thanx
 */

.thanx {
    text-align: center;
    font-size: 1.6rem;
}
.back {
    text-align: center;
    display: block;
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}










.contact-tel {
    background: #ffe8c4;
    padding: 3rem;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}
.contact-tel::before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    border-top: 1px solid #0f6879;
    border-left: 1px solid #0f6879;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-tel::after {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    border-bottom: 1px solid #0f6879;
    border-right: 1px solid #0f6879;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-tel p:first-of-type {
    margin-bottom: 1.5rem;
}
.contact-tel-num {
    font-size: 4.8rem;
	font-weight: 700;
    line-height: 1;
	margin: 2rem 0 3rem;
}
.contact-tel a {
    color: #0f6879;
}
.contact-tel-num i {
    font-size: 3.6rem;
    vertical-align: 0.1rem;
    margin-right: 1.5rem;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.contact_btn {
	margin: 2rem 0 0;
}
.contact_btn .common_btn {
	width: 30rem;
}

@media screen and (max-width: 768px) {
	.contact-tel-num i {
		font-size: 2.7rem;
	}
	.contact-tel-num {
		font-size: 3.6rem;
	}
	.contact_btn .common_btn {
		width: 28rem;
	}
}


.thanx__txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.thanx_btn a {
  display: block;
background: #0f6879;
  width: max-content;
  color: #fff;
  padding: 1rem 5rem;
  margin: 4rem auto 0;
}
