@charset "utf-8";

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

デザインスタイル

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

* html, p, th, td, h1, h2, h3, h4, li, dt, dd, figure, small, span, select, option, input, textarea, address, div, input {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;}

html{font-size: 62.5%;}

body {
	min-width: 1060px;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

.noto-serif-jp-regular {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}

.noto-serif-jp-medium {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-style: normal;
}

.noto-serif-jp-bold {
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-style: normal;
}

@media print, screen and (min-width: 768px) {
	
/* ▼全体PC */
.sp_item {display: none;}

/* ▼ヘッダーPC */
header {position: relative;}

#h_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #830036;
}

#h_inner .inner {width: 1000px;}

#header_main {
	height: 210px;
	position: relative;
}

#h_logo {
	width: 170px;
	text-align: left;
	padding-top: 34px;
	position: relative;
}

#h_logo img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#h_copy {
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	position: absolute;
	top: 75px;
	left: 200px;
}

#header_menu {
	position: absolute;
	top: 0;
	left: 0;
}

.hmenu01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	position: absolute;
	top: 160px;
	left: 0;
}

.hmenu01 li {width: calc(100% / 6);}

.hmenu01 li a {
	display: flex;
	width: 100%;
	height: 30px;
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px #fff;
}

.hmenu01 li:first-of-type a {border-left: solid 1px #fff;}

.hmenu02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80px;
	position: absolute;
	top: 70px;
	left: 920px;
}

.instaicon {
	width: 23px;
	image-rendering: -webkit-optimize-contrast;
}

.xicon {
	width: 22px;
	image-rendering: -webkit-optimize-contrast;
}

.hmenu03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	position: absolute;
	top: 70px;
	left: 710px;
}

.hmenu03 li {width: 49%;}

.hmenu03 li a {
	display: flex;
	width: 100%;
	height: 24px;
	font-size: 12px; font-size: 1.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* ▼コンテンツPC */
article {
	padding-top: 210px;
	margin: 0 auto;
}

.inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* ▼フッターPC */
footer {
	width: 100%;
	padding: 55px 0;
}

#footer_menu ul {margin-bottom: 45px;}

#footer_menu li {
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-bottom: 35px;
}

#footer_menu li a {color: #000;}

footer p#copyright {
	text-align: center;
	color: #000;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
}

#reservebtn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

#reservebtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 350px;
	height: 80px;
	background: #830036 url("../img/reserve_icon.png") left 40px center no-repeat;
	background-size: 37px;
	color: #fff;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	text-decoration: none;
	font-weight: bold;
}

#reservebtn span::after {
	content: "/";
	padding: 0 5px;
}

/* ▼contact PC */
#contact {background: #f2f2f2;}

#contact .inner {padding: 90px 0;}

#contact h2 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 60px;
}

#contact h2 span {margin-right: 30px;}

#contact h2 img {
	width: 256px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.contact_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}

.contact_wrap > div a {
	display: block;
	width: 380px;
	height: 380px;
	background: #fff;
	border-radius: 9999px;
	box-sizing: border-box;
	margin: 0 23px;
	text-decoration: none;
	color: #000;
}

.contact_wrap > div:nth-of-type(1) a {padding-top: 52px;}

#access_tel {
	width: 125px;
	margin: 0 auto 30px auto;
}

#access_tel img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#teltxt {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	color: #830036;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
}

#telnumber {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	color: #830036;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

#telnumber a {
	color: #000;
	text-decoration: none;
}

#uketuke {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	color: #000023;
}

.contact_wrap > div:nth-of-type(2) a {padding-top: 60px;}

#access_mail {
	width: 128px;
	margin: 0 auto 28px auto;
}

#access_mail img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#mailbtn {
	background: #44d67d;
	color: #fff;
	padding: 12px 0;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	font-weight: bold;
	width: 230px;
	border-radius: 9999px;
	margin: 0 auto 22px auto;
}

#mailtxt {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	color: #000023;
}

.ctxt {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 50px;
}

.whitebox_wrap {
	display: flex;
	justify-content: space-between;
}

.whitebox_wrap .whitebox {
	width: 438px;
	box-sizing: border-box;
}

.whitebox {
	background: #fff;
	padding: 35px;
	margin-bottom: 24px;
}

.whitebox > h3 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	font-weight: 700;
	color: #830036;
	margin-bottom: 25px;
}

.whitebox > p {
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 20px;
}

.whitebox > p:last-of-type {margin-bottom: 0;}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */
body {min-width: initial;}

.pc_item {display: none;}

/* ▼ヘッダーSP */
header {position: relative;}

#h_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #830036;
}

header .inner {width: 100%;}

#header_main {
	height: 95px;
	display: flex;
	align-items: center;
	position: relative;
}

#h_logo {margin-left: 4%;}

#h_logo img {
	max-width: 100%;
	max-height: 70px;
}

#h_copy {display: none;}

#header_menu {
	visibility: hidden;
	opacity: 0;
}

#hmenu_box {
	background: #f2f2f2;
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	z-index: 998;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease, visibility .6s ease;
}

.hmenu01 {
	margin: 5vw 15% 0 15%;
	border-top: solid 1px #000;
}

.hmenu01 li a {
	display: block;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-bottom: solid 1px #000;
	padding: 4vw 0;
}

.hmenu02 {margin: 0 15%;}

.hmenu02 li a {
	display: block;
	text-decoration: none;
	text-align: center;
	border-bottom: solid 1px #000;
	padding: 3vw 0;
}

.instaicon {
	width: 8%;
	image-rendering: -webkit-optimize-contrast;
}

.xicon {
	width: 8%;
	image-rendering: -webkit-optimize-contrast;
}

.hmenu03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
	margin: 8vw auto 0 auto;
	padding-bottom: 5vw;
}

.hmenu03 li {width: 48%;}

.hmenu03 li a {
	display: flex;
	width: 100%;
	padding: 2vw 0;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #000;
	background: #fff;
	text-decoration: none;
	border: solid 1px #000;
}

.opennav #header_menu, .opennav #hmenu_box {
    visibility: visible;
    opacity: 1;
}

#navtoggle {
	position: absolute;
	right: 4%;
	top: 32px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 999;
}

#navtoggle div {position: relative;}

#navtoggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
	
#navtoggle span:nth-child(1) {top: 0;}

#navtoggle span:nth-child(2) {top: 11px;}

#navtoggle span:nth-child(3) {top: 22px;}

.opennav #navtoggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.opennav #navtoggle span:nth-child(2),
.opennav #navtoggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ▼コンテンツSP */
article {
	padding-top: 95px;
	margin: 0 auto;
}

.inner {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

/* ▼フッターSP */
footer {
	width: 100%;
	padding: 12vw 0 28vw 0;
}

#footer_menu ul {margin-bottom: 10vw;}

#footer_menu li {
	text-align: center;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-bottom: 8vw;
}

#footer_menu li a {color: #000;}

footer p#copyright {
	text-align: center;
	color: #000;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
}

#reservebtn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

#reservebtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 16vw;
	background: #830036 url("../img/reserve_icon.png") left 20% center no-repeat;
	background-size: 9%;
	color: #fff;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-decoration: none;
	font-weight: bold;
}

#reservebtn span::after {
	content: "/";
	padding: 0 5px;
}

/* ▼contact SP */
#contact {background: #f2f2f2;}

#contact .inner {padding: 14vw 0 10vw 0;}

#contact h2 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 12vw;
}

#contact h2 span {
	display: block;
	margin-bottom: 4vw;
}

#contact h2 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.contact_wrap {margin-bottom: 10vw;}

.contact_wrap > div a {
	display: block;
	width: 80vw;
	height: 80vw;
	background: #fff;
	border-radius: 9999px;
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
	margin: 0 auto 8vw auto;
}

.contact_wrap > div:nth-of-type(1) a {padding-top: 10vw;}

#access_tel {
	width: 32%;
	margin: 0 auto 6vw auto;
}

#access_tel img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#teltxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	color: #830036;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3vw;
}

#telnumber {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	color: #830036;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4vw;
}

#telnumber a {
	color: #000023;
	text-decoration: none;
}

#uketuke {
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	color: #000023;
}

.contact_wrap > div:nth-of-type(2) a {padding-top: 12vw;}

#access_mail {
	width: 35%;
	margin: 0 auto 5vw auto;
}

#access_mail img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#mailbtn {
	background: #44d67d;
	color: #fff;
	padding: 3vw 0;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	width: 66%;
	border-radius: 9999px;
	margin: 0 auto 5vw auto;
	font-weight: bold;
}

#mailtxt {
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	color: #000023;
}

.ctxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 10vw;
}

.whitebox {
	background: #fff;
	padding: 4vw;
	margin-bottom: 4vw;
}

.whitebox > h3 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	font-weight: 700;
	color: #830036;
	margin-bottom: 4vw;
}

.whitebox > p {
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 3vw;
}

.whitebox > p:last-of-type {margin-bottom: 0;}

}
