@charset "utf-8";
/******************************
共通機構
*******************************/
/**** 骨格 *****/
main{
	text-align: center;
	margin:auto;
	box-sizing:border-box;
}
section{
	text-align: left;
	margin: auto;
	box-sizing: border-box;
}

[class^="wthctrl"]{
	width: 100%;
	padding: 5rem 0;
	margin: auto;
}
@media screen and (max-width: 799px) {
	.wthctrlauto01{
		padding: 3rem 1.5rem;
	}
	.wthctrlbio1{
		padding: 3rem 2rem;
		line-height: 250%;
	}
	.wthctrlbio2{
		padding: 3rem 2rem 3rem;
		line-height: 250%;
	}
}
@media screen and (min-width: 800px) {
	.wthctrlauto01{
		padding: 5rem 3rem;
	}
	.wthctrlbio1{
		padding: 10rem 10rem 15rem;
		line-height: 250%;
	}
	.wthctrlbio2{/*TOP高さなし*/
		padding: 3rem 10rem 15rem;
		line-height: 250%;
	}
}
@media screen and (min-width: 1200px) {
	.wthctrlauto01{width: 1200px;}
	.wthctrlbio1{
		width: 1200px;
	}
	.wthctrlbio2{width: 1200px;}
}

/******************************
TOP
*******************************/
.hmsjdtl{
	text-align: center;
	padding: 0;
}
.toppic{
	text-align: center;
	position: relative;
	background: hsl(0, 0%, 0%);
}
.toppic img{
	width: 100%;
	margin: auto;
}
.toppic strong{
	color: hsl(0, 0%, 100%);
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 175%;
	text-shadow: 3px 3px 3px hsla(0, 0%, 0%, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	white-space: nowrap;
}
.mncplt{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4em;
	line-height: 150%;
	margin: 3em 0;
}
@media screen and (max-width: 799px) {
	.hmsjdtl{
		text-align: left;
		padding: 0 6%;
	}
	.toppic strong{
		font-size: 1.4em;
	}
	.mncplt{
		font-size: 1.2em;
	}
}
@media screen and (min-width: 800px) {
	.hmsjdtl{
		padding: 0 6%;
	}
	.toppic strong{
		font-size: 2em;
	}
}
@media screen and (min-width: 1100px) {
	.toppic img{
		width: 1100px;
	}
	.toppic strong{
		font-size: 2em;
	}
}

dl.hpybx{
	border: 4px double hsla(0, 0%, 0%, .3);
	padding: 1em;
	margin: 5em auto 1em;
	display: flex;
}
dl.hpybx dt img{
	width: 100%;
}
dl.hpybx dd{
	text-align: left;
}

dl.hmsjcntct{
	padding: 0;
	margin: 3em 0;
	display: inline-block;
}
dl.hmsjcntct dt{
	padding: 0 3em;
	margin: 0;
	border-bottom: 1px solid hsla(0, 0%, 0%, .3);
}
dl.hmsjcntct dt span{
	font-family: 'Teko', sans-serif;
	font-size: 3em;
	line-height: 100%;
}
dl.hmsjcntct dt span a{
	color: hsl(0, 100%, 30%);
	text-decoration: none;
}
@media screen and (max-width: 799px) {
	dl.hpybx{
		flex-direction: column;
	}
	dl.hpybx dt{
		margin-bottom: .5em;
	}
	dl.hmsjcntct{
		text-align: center;
		width: 100%;
		margin: 2em 0 3em;
		display: block;
	}
	dl.hmsjcntct dt{
		padding: 0;
		margin: 0;
		border-bottom: 1px solid hsla(0, 0%, 0%, .3);
	}
	dl.hmsjcntct dt strong{
		display: block;
	}
}
@media screen and (min-width: 800px) {
	dl.hpybx{
		justify-content: space-between;
		align-items: center;
	}
	dl.hpybx dt{
		width: 15%;
	}
	dl.hpybx dd{
		width: 80%;
	}
}
@media screen and (min-width: 1100px) {
	dl.hpybx{
		width: 850px;
	}
}



/****ページネーション***/
.pagination{
	height: 100px;
	line-height: 150%;
	padding: 0;
	margin: 3rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #7e7e7e;
}
.pagination span{
	padding: .5rem;
	margin: .1rem;
	display: inline-block;
}
.pagination a{
	color: hsl(0, 0%, 30%);
	font-size: 1.2rem;
	line-height: 150%;
	text-decoration: none;
	padding: .5rem;
	margin: .1rem;
	background: hsl(0, 0%, 95%);
	border: 1px solid hsl(0, 0%, 80%);
	display: inline-block;
	transition: 0.3s ease-in;
}
.pagination a:hover{
	background: hsl(0, 0%, 85%);
}
@media screen and (max-width: 699px) {
}
@media screen and (min-width: 700px) {
}
@media screen and (min-width: 1200px) {
}


/******************************
固定ページ　メイン
*******************************/
.mn-page{
	text-align: center;
}
.mn-page h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
	font-weight: 700;
	line-height: 135%;
	margin: 1.5em 0;
}
.grybg{
	padding: 1em 0 6em;
	background: url(../img/bg02.jpg);
}
.grybgTP{
	padding: 0 0 .1em;
	background: url(../img/bg02.jpg);
}

/******************************
固定ページ　メニュー
*******************************/
dl.mndtl{
	margin: auto;
}
dl.mndtl dt{
	font-size: 1.2em;
	line-height: 135%;
	margin-bottom: .5em;
}
dl.mndtl dd{
	margin-bottom: 3em;
	border-radius: 1em;
}

@media screen and (max-width: 699px) {
}
@media screen and (min-width: 700px) {
}
@media screen and (min-width: 1200px) {
	dl.mndtl{
		width: 1000px;
	}
}


/*************************************
 人気メニュー
**************************************/
ul.rnklst{
	text-align: left;
	padding: 0;
	margin: 3em auto;
	list-style: none;
}
ul.rnklst li{
	margin-bottom: 3em;
}
ul.rnklst li dl dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 1.5em;
	padding: .3em 0;
	margin: 1.5em 0;
	border-bottom: 1px solid hsla(0, 0%, 0%, .4);
}
ul.rnklst li dl dt span{
	color: hsl(0, 0%, 100%);
	padding: .5em 1em;
	margin-right: .5em;
	background: hsl(0, 100%, 30%);
	display: inline-block;
	border-radius: .2em;
}

ul.rnklst li dl dd{
	display: flex;
}
ul.rnklst li dl dd > div img{width: 100%;}
ul.rnklst li dl dd > div:last-child strong{
	font-size: 1.2em;
	line-height: 135%;
}
@media screen and (max-width: 699px) {
	ul.rnklst{
		padding: 0 6%;
	}
	ul.rnklst li dl dd{
		flex-direction: column;
	}
}
@media screen and (min-width: 700px) {
	ul.rnklst li dl dd{
		flex-direction: row;
	}
	ul.rnklst li dl dd > div:first-child{
		width: 30%;
	}
	ul.rnklst li dl dd > div:last-child{
		width: 70%;
		padding-left: 3em;
	}
	ul.rnklst li dl dd > div p:first-child{
		margin-top: 0;
	}
	ul.rnklst li:last-child{
		margin: 5em 0 0;
	}
	ul.rnklst li:last-child dl dd > div:first-child{
		width: 50%;
	}
	ul.rnklst li:last-child dl dd > div:last-child{
		width: 50%;
		padding-left: 3em;
	}
}
@media screen and (min-width: 1200px) {
	ul.rnklst{
		width: 1000px;
	}
}


dl.rnk{
	width:100%;
	display:table;
	margin-bottom:20px;
}
dl.rnk dt{
	width:220px;
	vertical-align:top;
	display:table-cell;
}
dl.rnk dt img{ width:220px;}
dl.rnk dd{
	padding-left:20px;
	vertical-align:top;
	display:table-cell;
}
h1.mnpp{
	text-align:center;
	margin:30px 0;
}
h1.mnpp img{ height:40px;}
h2.rktit{
	font-size:1.75em;
	font-weight:bold;
	padding:3px 0;
	border-bottom:1px solid #333;
	margin-bottom:15px;
}
h2.rktit span{
	color:#fff;
	padding:10px 15px;
	background-color:#900;
	display:inline-block;
	border-radius:5px;
}


/******************************
固定ページ　アクセス
*******************************/
h2.accstit{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 .5em .5em .5em;
	border-bottom: 1px solid hsla(0, 0%, 0%, .3);
}
h2.accstit span{
	font-size: .8em;
}

.l-rowhama{
	display: flex;
	margin: auto;
}
.l-rowhama > div:first-child img{width: 100%;}
dl.hamadtl{
	line-height: 150%;
	margin: 3em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
dl.hamadtl dt{
	color: hsl(0, 0%, 100%);
	background: hsl(0, 0%, 0%);
	padding: 1em 1.5em;
	margin-bottom: .5em;
	position: relative;
}
dl.hamadtl dt::before{
	content: "";
	width: 1px;
	height: 100%;
	background: hsla(0, 0%, 100%, .3);
	position: absolute;
	left: .5em;
	top: 0;
}
dl.hamadtl dd{
	padding: 1em 1.5em;
	margin-bottom: .5em;
	background: hsl(0, 0%, 100%);
}
dl.hamadtl dd span{
	font-size: .9em;
	line-height: 150%;
}
dl.hamadtl dd a{
	color: hsl(0, 100%, 30%);
	text-decoration: none;
}
div.mapwth iframe{
	width: 100%;
	height: 500px;
	vertical-align:bottom;
}
@media screen and (max-width: 699px) {
	.l-rowhama{
		text-align: left;
		padding: 0 6%;
		flex-direction: column;
	}
	.l-rowhama > div:first-child{
		margin-bottom: 1.5em;
	}
	dl.hamadtl dt{
		width: 100px;
	}
	dl.hamadtl dd{
		width: calc(100% - 100px);
	}
}
@media screen and (min-width: 700px) {
	.l-rowhama{
		flex-direction: row;
	}
	.l-rowhama > div:first-child{
		width: 30%;
	}
	.l-rowhama > div:last-child{
		text-align: left;
		width: 70%;
		padding-left: 5em;
	}
	dl.hamadtl dt{
		width: 20%;
	}
	dl.hamadtl dd{
		width: 80%;
	}
}
@media screen and (min-width: 1200px) {
	.l-rowhama{
		width: 1000px;
	}
}

/******************************
固定ページ　ご予約・お問い合わせ
*******************************/
dl.resvdtl{
	border: 1px solid hsla(0, 0%, 0%, .4);
	border-radius: 1em;
	padding: 3em;
	margin: auto;
	background: hsla(0, 0%, 100%, .3);
}
dl.resvdtl dt{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 135%;
	text-align: center;
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid hsla(0, 0%, 0%, .3);
}
dl.resvdtl dd strong{
	font-size: 2.2em;
	font-family: 'Teko', sans-serif;
	line-height: 135%;
	font-weight: normal;
}
dl.resvdtl dd strong a{
	color: hsl(0, 100%, 30%);
	font-size: 1.8em;
	text-decoration: none;
}
dl.resvdtl dd p{
	margin: 1em 0 0;
}
@media screen and (max-width: 699px) {
	section.hmsjcntct{
		text-align: left;
		padding: 0 6%;
	}
	dl.resvdtl{
		padding: 2em;
	}
	dl.resvdtl dd strong{
		font-size: 1.8em;
		font-family: 'Teko', sans-serif;
		line-height: 135%;
		font-weight: normal;
	}
}
@media screen and (min-width: 700px) {
	dl.resvdtl dd{
		text-align: center;
	}
}
@media screen and (min-width: 1200px) {
	dl.resvdtl{
		width: 1000px;
	}
}

/******************************
固定ページ　アルバイト募集
*******************************/
#pgprdct{
	background: url(../img/bg03.jpg);
}
.stfboshu{
	padding: 3em 6%;
}
.stfboshu h1{
	font-size: 1.8em;
	font-weight: 900;
	line-height: 150%;
	text-align: center;
}
dl.rcrtdtl{
	width: 100%;
	padding: 1em 1em .5em;
	margin: 0;
	border: 3px solid hsl(0, 0%, 80%);
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
dl.rcrtdtl dt{
	color: hsl(0, 0%, 100%);
	text-align: center;
	width:80px;
	padding: .5em 0;
	margin:0;
	margin-bottom: .5rem;
	background: hsl(0, 0%, 0%);
}
dl.rcrtdtl dd{
	font-size: 1.1em;
	width: calc(100% - 90px);
	padding: .5em 0;
	margin:0;
	margin-bottom: .5rem;
}
dl.cntctdtl{
	padding: 0;
	margin: 3em 0;
}
dl.cntctdtl > dt{
	font-size: 1.3em;
	font-weight: 900;
	line-height: 150%;
	text-align: center;
	border-bottom: 1px solid hsla(0, 0%, 0%, .3);
	padding: .3em 0;
}
dl.cntctdtl dd{
	padding: 0;
	margin: 1.5em 0 2.5em;
	text-align: center;
}
.acsc a{
	color: hsl(0, 80%, 40%);
	font-size:2.2em;
	font-family: 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}

@media screen and (max-width: 799px) {
	dl.rcrtdtl dt{
		width:80px;
	}
	dl.rcrtdtl dd{
		width: calc(100% - 90px);
	}
}
@media screen and (min-width: 800px) {
	.stfboshu{
		width: 800px;
	}
	dl.rcrtdtl dt{
		width: 30%;
	}
	dl.rcrtdtl dd{
		width: 65%;
	}
}
@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 799px) {
	#company{
		padding: 3rem 1rem;
	}
	table.compinf th{
		display: block;
	}
	table.compinf th::after{
		width: calc(100%);
	}
	table.compinf td{
		display: block;
	}
	.ComNm{
		flex-direction: column;
	}
	.ComNm > div:first-child img{
		padding-bottom: 1rem;
		display: block;
	}
	dl.comadd dd{
		padding: 0 0 0 1rem;
	}
}
@media screen and (min-width: 800px) {
	table.compinf{
		font-size: 1.6rem;
		margin: 5rem 0;
	}
	.ComNm{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.ComNm > div:first-child{
		width: 150px;
	}
	.ComNm > div img{
		width: 100%;
	}
	.ComNm > div:last-child{
		width: calc(100% - 170px);
	}
	dl.comadd dd{
		padding: 0 0 0 2rem;
	}
}
@media screen and (min-width: 1200px) {
}

/******************************
お問い合わせ
*******************************/
/*確認画面と完了画面を非表示 _CF7*/
.confirm_area,
.thanks_area {display: none;}
/*デフォルトのサンクスメッセージを非表示 _CF7*/
.wpcf7-response-output{display: none;}

.Cntctrl{
	padding: 0 0 5rem 1rem;
}
a.tel{
	font-size: 2.5em;
	font-family: 'Roboto Slab', serif;
	color: hsl(0, 0%, 20%);
	text-decoration: none;
}

dl[class^="inq"]{
	width: 100%;
	padding:0;
	margin: 0;
	overflow:hidden;
	box-sizing: border-box;
	display: flex;
}
dl[class^="inq"] dt{
	font-weight: 400;
	color: hsl(0, 0%, 100%);
	text-align:left;
	padding:0 1.5rem;
	background-color: hsl(0, 0%, 00%);
	box-sizing:border-box;
}
dl[class^="inq"] dt span{
	color: hsl(0, 0%, 100%);
	font-size: .7em;
	line-height: 100%;
	padding: .5rem;
	margin-left: 1rem;
	background: hsl(0, 100%, 40%);
	border-radius: .3rem;
	display: inline-block;
}
dl[class^="inq"] dd{
	padding:0;
	margin:0;
	word-wrap:break-word;
}
@media screen and (max-width: 799px) {
	dl[class^="inq"]{
		flex-direction: column;
	}
	dl[class^="inq"] dt{
		width:100%;
		padding:.5rem 1rem;
		margin:0 0 .5rem 0;
	}
	dl[class^="inq"] dd{
		text-align:center;
		margin:0 0 1rem 0;
	}
}
@media screen and (min-width: 800px) {
	dl[class^="inq"]{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	dl[class^="inq"] dt{
		line-height:3em;
		width:250px;
		margin:0;
		margin-bottom: .5rem;
	}
	dl[class^="inq"] dd{
		line-height:3em;
		width:calc(100% - 270px) ;
		margin:0;
		margin-bottom: .5rem;
	}
	dl[class^="inq"] dd.txtaralnht{/*テキストエリアの文字ライン調整*/
		line-height: 175%;
	}
	.mlconf dl[class^="inq"] dd.txtaralnht{
		padding: 1.5rem 0;
	}
}
.btndsn{
	width: 100%;
	text-align: right;
	height: 50px;
	padding: 0;
	position: relative;
}
.btndsn > input{
	color: hsl(0, 0%, 100%);
	font-size: 1.1em;
	line-height: 150%;
	text-align:center;
	cursor:pointer;
	border: 0;
	padding: .7em 3em;
	display: inline-block;
	background: hsl(25, 21%, 31%);
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.btndsn > input:disabled {
  background: hsl(0, 0%, 80%);
}

@media screen and (max-width: 699px) {
}
@media screen and (min-width: 700px) {
}
h2.sbtit02{
	font-size: 1.4em;
	line-height: 175%;
	text-align: center;
}
/******************************
フッター部分
*******************************/
footer#mnft{
	color: hsla(0, 0%, 100%, .8);
	font-size: .8em;
	font-weight: normal;
	line-height: 175%;
	text-align:center;
	padding: 1em 0;
	margin: 0;
	background: hsl(0, 0%, 0%);
}
footer#mnft a{
	color: hsla(0, 0%, 100%, .8);
	text-decoration: none;
}
.ftrstr{
	font-family: 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: .5em;
	padding: 3em 0 1em;
}
#page-top {
	font-size: .8em;
	font-weight: 500;
	background: hsl(0, 100%, 40%);
	border: 2px solid hsla(0, 0%, 100%, .7);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: fixed;
	z-index: 10;
}
#page-top a {
	width: 100px;
	padding-top: 5rem;
	color: hsl(0, 0%, 100%);
	text-align: center;
	text-decoration: none;
	aspect-ratio: 1 / 1;
	display: inline-block;
	box-sizing: border-box;
	z-index: 110;
}
#page-top a::before {
	content: '';
	height: 10px;
	width: 10px;
	border-top: 1px solid hsl(0, 0%, 100%);
	border-left: 1px solid hsl(0, 0%, 100%);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 2rem;
	margin: auto;
	z-index: -1;
	transform: rotate(45deg);
	z-index: 100;
}
#page-top a::after {
	content: '';
	height: 10px;
	width: 10px;
	border-top: 1px solid hsl(0, 0%, 100%);
	border-left: 1px solid hsl(0, 0%, 100%);
	display: block;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 1.5rem;
	margin: auto;
	z-index: -1;
	transform: rotate(45deg);
	z-index: 100;
}

@media screen and (max-width: 799px) {
	footer#mnft{
		font-size: .8em;
		letter-spacing: .2em;
	}
	.ftrstr{
		font-size: .7em;
	}
	#page-top {
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 60%);
	}
}
@media screen and (min-width: 800px) {
	#page-top {
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 60%);
	}
}
@media screen and (min-width: 1200px) {
}
