@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
* {
	box-sizing: border-box;
}
body {
	line-height: 0;
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
input, select {
	vertical-align: middle;
}
/******************************************************
CLEARFIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/*****************************************************
COM*/
* {
	box-sizing: border-box;
}
html {
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}
body {
	color: #2B3A33;
	font-family:'Varela Round', 'M PLUS Rounded 1c', Meiryo, "游ゴシック", YuGothic, "メイリオ", sans-serif;
	height: 100%;
	width: 100%;
	background: #fff;
	position: relative;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2;
	letter-spacing: .075em;
}
a:link, a:visited {
	color: #D93448;
	text-decoration: none;
	outline: none;
	opacity: 1;
	transition: all 480ms;
}
a:hover, a:hover {
	text-decoration: none;
	opacity: .45;
}
a[href^="tel:"] {
	pointer-events: none;
}
p {
	margin-bottom: 2em;
}
button {
	border: none;
}
small {
	font-size: 1.2rem;
	line-height: 1.6;
}
strong {
	font-weight: 400;
}
.wrp {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.i100 img, .i100 source {
	max-width: 100%;
	vertical-align: bottom;
}
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.noPc {
	display: none;
}
a.active {
	text-decoration: underline;
	color: #D93448;
}
/*****************************************************
HEADER*/
.hdr {
	text-align: center;
	padding: 100px 0 56px;
}
.logo {
	max-width: 424px;
	margin: 0 auto;
}
nav {
	width: 100%;
	text-align: center;
	margin: 32px auto;
	line-height: 1;
	font-family: 'Varela Round', serif;
}
nav ul {
	width: 100%;
	position: relative;
}
nav ul li {
	display: inline-block;
	font-size: 1.5rem;
}
.theme {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 40px;
	text-align: center;
}
.sns li {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 44px;
	font-size: 2.4rem;
	border-radius: 50%;
	background: #D93448;
	display: inline-block;
	margin: 0 12px;
	letter-spacing: 0;
}
.sns li a {
	color: #fff!important;
}
.main-img {
	margin-bottom: 40px;
}
.with-bdr {
	border-bottom: 3px solid #D93448;
	border-top: 3px solid #D93448;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 56px;
}
.map {
	width: 100%;
	max-width: 480px;
	margin: 56px auto;
}
.coming {
	color: #D93448;
	text-align: center;
	margin: 1em 0 3em;
	line-height: 1.6;
	font-size: 4.8rem;
	font-family: 'Varela Round', san-serif;
}
/*****************************************************
MENU*/
.menu-list {
	width: 100%;
	max-width: 688px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.menu {
	width: 46%;
	max-width: 320px;
	margin-right: 8%;
	margin-bottom: 32px;
	float: left;
}
.menu:nth-child(even) {
	margin-right: 0;
}
.cap-menu {
	line-height: 1;
	font-size: 1.9rem;
}
.cap-menu span {
	margin-left: 1em;
}
.menu p {
	font-size: 1.3rem;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 1.7;
	padding-top: .4em;
}
.menu-icon {
	width: 15%;
	max-width: 58px;
	margin-right: 5%;
	float: left;
}
.menu-txt {
	width: 80%;
	float: left;
}
address {
	font-style: normal;
	margin-bottom: 2em;
	font-family: 'Varela Round', serif;
}
/*****************************************************
FOOTER*/
.ftr {
	padding-top: 24px;
	padding-bottom: 224px;
	text-align: center;
	font-size: 1rem;
}
.ftr-logo {
	max-width: 380px;
	width: 100%;
	margin: 0 auto 24px;
}
.btnUp {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #D93448;
	color: #fff!important;
	line-height: 48px;
	text-align: center;
	transition: all 480ms;
	display: block;
}
@media screen and (max-width: 768px) {
	.hdr {
		padding-top: 56px;
	}
	.wrp, .menu-list {
		padding-left: 24px;
		padding-right: 24px;
	}
	.menu {
		float: none;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		border-bottom: 1px dotted #ddd;
		margin-bottom: 18px;
		padding-bottom: 18px;
	}
	.ftr-logo {
		max-width: 100%;
	}
	.no-sp {
		display: none;
	}
	.theme {
		text-align: left;
	}
	.with-bdr {
		padding-left: 24px;
		padding-right: 24px;
	}
}
