*, *::before, *::after{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    margin: 0;
    padding: 0;
}
body {
	width: 100%;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	line-height: 2.0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #333;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
h2 {
	font-family: 'Arimo', sans-serif;
	font-size: 1.2rem;
}
#mainImageBlock {
	display: block;
}
#mainImageBlockSP {
	display: none;
}
#wrapper{
    margin: 0;
    padding: 0;
}
img{
	width: 100%;
	height: auto;
}
/*==============================

header

==============================*/
header {
	width: 100%;
	height: 100vh;
	background: #DDE8E7;
    margin: 0;
    padding: 0;
    display: block;
	position: relative;
	text-align: center;
}
#menuBlock {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	z-index: 888;
}
#menuBlock #snsBlock {
	width: 200px;
	margin: 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}
#menuBlock #snsBlock li {
	width: 25px;
	height: 25px;
}
#menuBlock #snsBlock li a {
	line-height: 0;
}
/*==============================

mainImageContent

==============================*/
#mainImageBlock {
	width: 76.6666667vw;
	margin: 0 auto 0;
    padding: 0;
	position: relative;
	line-height: 0;
    box-sizing: border-box;
    top: 3%;
	text-align: center;
}
#mainImageBlock h1 {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	z-index: 777;
	text-align: center;
}
#mainImageBlock h1 img {
	width: 149px;
	height: auto;
	margin: 0 auto;
}
#mainImageArea {
	width: 100%;
	position: absolute;
	top: 2.91666667vw;
}
/*==============================

communicationBlock

==============================*/
#communicationBlock {
	width: 76.6666667vw;
	margin: 0 auto;
}
#communicationBlock ul {
	margin: 0.82083333vw 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	font-size: 0.75rem;
}
#communicationBlock ul li {
	width: 7.82916667vw;
	margin: 0 0.91911765vw 0 0;
}
#communicationBlock ul li a {
	width: 7.82916667vw;
	padding: 0.97708333vw 0;
	display: block;
	font-family: 'Arimo', sans-serif;
	line-height: 0;
	border: solid 1px #333333;
}
/*==============================

mainBlock

==============================*/
#mainBlock {
	max-width: 1088px;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 999;
}
#mainBlock section {
	margin: 10.6838235vw auto 0;
}
/*newsBlock*/
#mainBlock #newsBlock #newsInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#mainBlock #newsBlock #newsInner h2 {
	width: 14.8897059vw;
	font-family: 'Arimo', sans-serif;
	font-size: 1.2rem;
}
#mainBlock #newsBlock #newsInner #newsList {
	width: calc(100% - 14.8897059vw);
	box-sizing: border-box;
}
#mainBlock #newsBlock #newsInner #newsList dl {
	margin: 0 0 2.75735294vw;
	padding: 0 0 2.9779412vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: solid 1px #EEEEEE;
	box-sizing: border-box;
}
#mainBlock #newsBlock #newsInner #newsList dl:last-child {
	margin: 0;
}
#mainBlock #newsBlock #newsInner #newsList dl dt {
	width: 12.3161765vw;
}
#mainBlock #newsBlock #newsInner #newsList dl dd {
	width: calc(100% - 14.8897059vw);
	box-sizing: border-box;
}
#mainBlock #newsBlock #newsInner #newsList dl dd span {
	background: #333;
	margin: 0 0.91911765vw 0 0;
	padding: 0.27573529vw 0.45955882vw;
	font-family: 'Arimo', sans-serif;
	font-size: 0.625rem;
	color: #fff;
}
/*conceptBlock*/
#conceptBlock dl#casual {
	min-height: 38.6948529vw;
	position: relative;
	box-sizing: border-box;
}
#conceptBlock dl#casual dt {
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}
#conceptBlock dl#casual dt img {
	width: 100%;
	height: auto;
}
#conceptBlock dl#casual dd {
	width: 540px;
	background: #DDE8E7;
	padding: 40px 40px 10px;
	position: absolute;
	top: 65px;
	right: 0;
	box-sizing: border-box;
}
#conceptBlock dl#casual dd div {
	width: 300px;
	margin: 0 0 0 150px;
	text-align: left;
	box-sizing: border-box;
}
#conceptBlock dl#casual dd div p {
	margin: 0 0 2.75735294vw;
	box-sizing: border-box;
}
#conceptBlock p {
	margin: 2.5147059vw 0 0;
	box-sizing: border-box;
}
#conceptOther {
	margin: 5.51470588vw 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#conceptOther dl {
	width: 24%;
}
#conceptOther dl dt {
	line-height: 0;
}
#conceptOther dl dd {
	padding: 0.91911765vw;
}
#conceptMedia {
	margin: 5.51470588vw 0 0;
}
#conceptMedia dl {
	height: auto;
	position: relative;
	display: block;
}
#conceptMedia dl dt {
	width: 40.625vw;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}
#conceptMedia dl dd {
	width: calc(100% - 40.625vw);
	position: absolute;
	top: 50px;
	left: 35.4779412vw;
}
#conceptMedia dl dd h3 {
	margin: 2.75735294vw 0 0;
}
#menuPriceBlockInner {
	margin: 0 0 5.51470588vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#menuPriceBlockInner h2 {
	width: 14.5220588vw;
}
#menuPriceBlockInner #menuList {
	width: 45.4779412vw;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	border-top: solid 1px #333;
}
#menuPriceBlockInner #menuList dl {
	padding: 1.83823529vw 2.75735295vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: solid 1px #333;
}
#menuPriceBlockInner #menuList dt {
	width: 50%;
}
#menuPriceBlockInner #menuList dd {
	width: 50%;
	text-align: right;
	color: #DD0D0D;
}
.moreButton {
	width: 18.38235vw;
	margin: 0 auto;
	padding: 1.19485vw;
	display: block;
	font-family: 'Arimo', sans-serif;
	font-size: 0.9375rem;
	line-height: 0;
	border: solid 1px #333333;
	text-align: center;
}
/*instagramBlock*/
#instagramBlock {
	display: none;
}
/*accessBlock*/
#accessBlock dl {
	position: relative;
}
#accessBlock dl dt {
	width: 550px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#accessBlock dl dt iframe{
	width: 100%;
}
#accessBlock dl dd {
	width: 570px;
	background: #DDE8E7;
	padding: 40px 40px 40px 50px;
	position: absolute;
	top: 65px;
	right: 0;
	z-index: 1;
}
/*aboutBlock*/
#aboutBlock dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#aboutBlock dl dt {
	width: 48%;
}
#aboutBlock dl dt img {
	width: 100%;
	height: auto;
}
#aboutBlock dl dd {
	width: 48%;
}
#aboutBlock dl dd h2 {
	margin: 0 0 2.75735294vw;
}
#aboutBlock dl dd p {
	margin: 0 0 2.75735294vw;
}
.drawer-menu {
	font-family: 'Arimo', sans-serif;
}
/*==============================

footer

==============================*/
footer #totop a {
	width: 100%;
	margin: 9.7426471vw 0 0;
	padding: 2.75735294vw 0;
	background: #383B3D;
	display: block;
	font-family: 'Arimo', sans-serif;
	font-size: 0.75rem;
	color: #69C3BA;
	text-align: center;
}
#reservedBtn{
	width: 107px;
	height: 107px;
	background: #333333;
	border-radius: 107px;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	color: #fff;
	z-index: 999;
	font-weight: normal;
	line-height: 107px;
	text-align: center;
}