@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;/*10px*/
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	height: 100%;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	background: #e9eeed;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.08em;
	margin: auto;
	text-align: left;
	width: 100%;
	height: 100%;
}
/*------clearfix------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
img {
	width: 100%;
	display: block;
}

@media screen and (max-width:768px) {
html {
	font-size: 62.5%;
}
body {
	font-size: 1.15rem;
	line-height: 1.8;
}
}
/********** 固定メニュ **********/


div#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 9999 !important;
	width: 100%;
}
/* clearfix */
.nav_list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
}
.nav {
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,.9);
}
.nav img {
	width: 120px;
	padding: 0.5% 0px 0.65%;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
div#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	z-index: 9999 !important;
	width: 100%;
}
}
/********** スライダー **********/

.main {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 40px;
}
h1 {
	text-align: center;
	position: absolute;
	z-index: 99999999;
	display: block;
	font-weight: normal;
	color: #fff;
	top: 45%;
	left: 10%;
	font-size: 13px;
	letter-spacing: 0.8rem;
}
h1 span {
	letter-spacing: 0.03rem;
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 32px;
	margin-bottom: 5px;
	line-height: 1.15;
	font-family: 'Alex Brush', cursive;
}
.main .btn {
	display: block;
    background-size: 62px 62px;
    width: 62px;
    height: 62px;
    color: rgba(255,255,255,.65);
    margin: 0 auto;
    font-size: 100%;
    letter-spacing: 0.1em;
    position: fixed;
    right: 50%;
    left: 50%;
    bottom: 0px;
    z-index: 500;
}
@media screen and (max-width:768px) {
div.main {
	margin-top: 2px;
}
.main .btn {
	margin: 0 auto;
	color: rgba(255,255,255,.65);
	position: fixed;
	right: 50%;
	left: 48%;
	bottom: 10px;
	text-align: center;
	font-size: 105%;
	line-height: 0px;
	padding-top: 4px;
	z-index: 500;
}
h1 {
	text-align: center;
	position: absolute;
	z-index: 99999999;
	display: block;
	font-weight: normal;
	color: #fff;
	top: 50%;
	left: 5%;
	font-size: 11px;
	letter-spacing: 0.8rem;
}
h1 span {
	letter-spacing: 0.03rem;
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 1.15;
	font-family: 'Alex Brush', cursive;
}
}
/********** 内容 **********/

section {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0px 0px;
	z-index: 999;
	margin: 0 auto;
	background-color: rgba(255,255,255,.9);
}
.box {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	display: block;
}
/*about*/
h2 {
	font-size: 1.25em;
	margin-bottom: 18px;
	font-weight: bold;
}
.imgBox, .textBox {
	float: left;
}
.about .imgBox {
	width: 40%;
}
.about .textBox {
	width: 60%;
	padding: 0px 0% 0px 5%;
	box-sizing: border-box;
}
span {
	font-size: 0.85em;
}
@media (max-width:768px) {
section {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 0px 0px;
	z-index: 999;
	margin: 0 auto;
	background-color: rgba(255,255,255,.9);
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	padding:18px 0px 12px;
	font-weight: bold;
	text-align:center;
	font-family: 'Quicksand', sans-serif;
}
.imgBox, .textBox {
	float:inherit;
}
.about .imgBox {
	width: 70%;
	margin:0 auto;
}
.about .textBox {
	width: 85%;
	padding: 0px 0% 0px 0%;
	box-sizing: border-box;
	margin:0 auto;
}
}
/*location*/
.location .imgBox {
	width: 35%;
	padding: 0px 0% 0px 5%;
}
.location .textBox {
	width: 60%;
	padding: 0px 0% 0px 5%;
	box-sizing: border-box;
	margin:0 auto;
}
img.map {
	max-width: 400px;
	margin-bottom: 10px;
}
dl.address {
	margin-bottom: 20px;
}
dl.address dt {
	float: left;
	width: 25%;
}
dl.address dd {
	float: left;
	width: 75%;
}
.how{font-size:0.9em;
}

@media screen and (max-width:768px) {
.location .imgBox {
	width: 40%;
	padding: 0px 0% 0px 0%;
}
.location .textBox {
	width: 85%;
	padding: 0px 0% 0px 0%;
	box-sizing: border-box;
	margin:0 auto;	
}
	dl.address {
	margin-bottom: 5px;
}
dl.address dt {
	float: left;
	width: 35%;
	font-size:0.95em;
}
dl.address dd {
	float: left;
	width: 65%;
	font-size:0.95em;
	padding-bottom:2%;
}

	.location .imgBox {
	width: 40%;
	margin-left:55%;
}
img.map {
	width:100%;
}
.how{
	font-size:0.85em;
}
}


/*Attention*/
.atten{
	width: 100%;
	margin: 0 auto;
	
}
/* --------------------------------
 * フッター
 * -------------------------------- */
footer {
	text-align: center;
	font-size: 0.62rem;
	padding: 80px 0px 20px;
}


/********** PC・スマホ切り替え **********/
 
@media (max-width:768px) {
.pc {
	display: none;
}
}

@media (min-width:769px) {
.sp{
	display:none;
}
}
