@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
@import url("font-awesome.min.css");



/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  background: #d2c2a4;
}
/*
  WEB予約ボタン
*/
.reserve-btn {
  background: #bca475;
}



/*----------------------------
* ページ本体（フッター）
*----------------------------*/
#footer h2 {
	padding-top: 23px;
}



/*----------------------------
* SHINSHIRO_MAIN
*----------------------------*/
#shinshiro_main {
	box-sizing:border-box;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
}

#shop_title {
	width: 100%;
	padding-top: calc(450 / 1000 * 50%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-bottom: calc(450 / 1000 * 40%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url("../images/shinshiro_bg.jpg") center center / cover no-repeat;
	font-family:"Noto Serif Display", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 30px;
	font-weight: normal !important;
	text-align: center;
	color: #fff;
}

#shop_title span {
	font-size:14px;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#shop_title {
	padding-top: calc(450 / 1000 * 20%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-bottom: calc(450 / 1000 * 15%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	}
}

#shinshiro_main .menu_plan {
	box-sizing:border-box;
	width: 100%;
	padding: 0 25px;
	
}

#minfo {
	background-color: #f9f7f3;
	padding : 20px;
}

#shinshiro_main .menu_plan h3 {
	margin-bottom: 25px;
	font-family:"Noto Serif Display", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 24px;
	font-weight: normal !important;
	color: #211815;
	text-align: left;
}
#shinshiro_main .menu_plan h4 {
	box-sizing:border-box;
	width: 100%;
	margin: 0 auto;
	background-color: #bca475;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 14px;
	font-weight: normal !important;
	text-align: center;
	color: #fff;
}

#shinshiro_main .menu_plan table {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 40px;
}
#shinshiro_main .menu_plan th,
#shinshiro_main .menu_plan td {
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 14px;
	font-weight: normal !important;
	padding-bottom: 10px;
	vertical-align: top;
}
#shinshiro_main .menu_plan th {
	display: inline-block;
	text-align: left;
}
#shinshiro_main .menu_plan td {
	width: 60px;
	text-align: right;
}

#shinshiro_main .menu_plan p {
	margin-top: 15px;
	margin-bottom: 40px;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 15px;
	font-weight: normal !important;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	.menu_plan {
		width: 90% !important;
		max-width: 805px;
		margin: 0 auto;
	}
	.pc_flo {
		float: left;
		width: 45%;
	}
	.pc_flo:nth-of-type(odd){
		margin-right: 9.5%;
	}
}

#shinshiro_main .menu_plan .staff {
	width: calc(102.8% / 2);
	float: left;
}
#shinshiro_main .menu_plan .staff:nth-of-type(2n) {
	width: calc(102.8% / 2 - 25px);
	float: left;
}
#shinshiro_main .menu_plan .staff td {
	width: 100%;
	padding-right: 25px;
	text-align: left !important;
	line-height: 20px;
}
#shinshiro_main .menu_plan .staff:nth-of-type(2n) td{
	padding-right: 0 !important;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#shinshiro_main .menu_plan .staff,
	#shinshiro_main .menu_plan .staff:nth-of-type(2n) {
		width: calc(102% / 3) !important;
		float: left;
	}
	#shinshiro_main .menu_plan .staff:nth-of-type(3n) {
		width: calc(102% / 3 - 25px) !important;
		float: left;
	}
	#shinshiro_main .menu_plan .staff td,
	#shinshiro_main .menu_plan .staff:nth-of-type(2n) td {
		width: 100%;
		font-size: 18px;
		padding-right: 25px !important;
	}
	#shinshiro_main .menu_plan .staff:nth-of-type(3n) td {
		padding-right: 0 !important;
	}
	#shinshiro_main .menu_plan .staff td img {
		padding-bottom: 10px;
	}
}

#shinshiro_main .menu_plan .info {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#shinshiro_main .menu_plan .info span {
	font-size: 18px;
}
#shinshiro_main .menu_plan .info a {
	text-decoration: underline;
	color: #333;
}

.map {
	position:relative;
	width: 100%;
	background-color: #000;
}
.map iframe {
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	height: 300px;
}





#about_main #current_mainimg {
	width: 100%;
	margin-bottom: 0 !important;
	background-color: #f9f7f3;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#pc_back {
		padding-top: 30px;
		background-color: #f9f7f3;
	}
	#about_main #current_mainimg  {
		width: 85%;
		max-width: 760px;
		margin: 0 auto;
	}
}

#about_main h3 img {
	width: 100%;
}

#about_main #about_maintext {
	background-color: #f9f7f3;
	padding-top: 50px;
	padding-bottom: 70px;
}
#about_main h3,
#about_main p {
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: center;
}
#about_main h3 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
#about_main p {
	font-size: 14px;
	line-height: 29px;
}

#about_main .subtitle {
	width: 88%;
	margin-left: 25px;
	margin-bottom: 25px;
}
#about_main .subtitle th {
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	width: 30px;
	height: 30px;
	padding: 5px;
	border: solid 1px #bca475;
	background-color: #f9f7f3;
	color: #bca475 !important;
	font-size: 18px !important;
	text-align: center !important;
}
#about_main .subtitle td {
	display: inline-block;
	padding-top: 7px;
	padding-left: 20px;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size:min(5vw,20px);
	padding-left: 10px !important;
	white-space: nowrap;
}

#about_main .point_img {
	box-sizing:border-box;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
#about_main .point_img img {
	width: 100%;
}
#about_main .point_sub {
	margin: 10px 25px;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 18px;
	color: #221815;
	text-align: left;
}
#about_main .point_txt {
	box-sizing:border-box;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
}

#about_main #step_bg {
	box-sizing:border-box;
	width: 100%;
	margin-top: 25px !important;
	margin-bottom: 80px !important;
	border-left: solid 25px #fff;
	border-right: solid 25px #fff;
	padding: 25px;
	background-color: #f9f7f3;
}
#about_main .step {
	width: 100%;
	margin-bottom: 10px;
}
#about_main .step th {
	width: 50px;
	padding-bottom: 25px;
	border-bottom: solid 1px #bca475;
	text-align: center;
}
#about_main .step th span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 7px 5px 5px;
	border: solid 1px #221815;
	border-radius: 50%;
	color: #221815;
	font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.3em !important;
}
#about_main .step td {
	padding-bottom: 25px;
	border-bottom: solid 1px #bca475;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #221815;
	text-align: left;
}
#about_main center {
	margin: 0 !important;
}
#about_main center img {
	width: 40px;
}
#about_main .step:last-child th,
#about_main .step:last-child td {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
#about_main .last {
	padding-bottom: 80px !important;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	#about_main .subtitle {
		width: 85%;
		max-width: 950px;
		margin: 0 auto 25px;
	}
	#about_main .subtitle th {
		width: 70px;
		height: 70px;
		font-size: 26px !important;
	}
	#about_main .subtitle td {
		font-size: 26px;
		padding-top: 27px;
	}

	#about_main .point_img {
		width: 100%;
		max-width: 760px;
		margin: 0 auto;
		padding: 0;
	}
	#about_main .p3img {
		width: 100%;
		max-width: 600px;
		margin: 10px auto 0;
		padding: 0;
	}
	#about_main .point_sub {
		width: 100%;
		max-width: 760px;
		margin: 20px auto;
		font-size: 22px;
	}
	#about_main .point_txt {
		width: 100%;
		max-width: 760px;
		margin: 0 auto;
		padding: 0;
	}

	#about_main .pc_step {
		width: 100%;
		max-width: 760px;
		margin: 25px auto 80px;
		padding: 0;
	}
	#about_main .pc_step td {
		padding: 20px;
		background-color: #f9f7f3;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#about_main .pc_step td span {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-family:"Shippori Mincho B1", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
		font-size: 22px;
		text-align: center;
	}
	#about_main .pc_step td:nth-child(even) {
		padding: 10px;
		background-color: #fff;
	}
	#about_main .pc_step td:nth-child(even) img {
		max-width: 35px;
		background-color: #fff;
		transform: rotate(-90deg);
	}
}



#about_main .view a {
    display: block;
    width: 185px;
    height: 25px;
    margin: 10px auto 80px;
    padding: 11px 0 14px 35px;
    position: relative;
    text-align: left;
    background: #000;
        font-family:"Noto Serif Display", YuMincho,"游明朝","Yu Mincho","游明朝体","Times New Roman","Roboto Slab",Garamond,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff !important;
}
#about_main .view a:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 35%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 14px;
    height: 14px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}