/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover, .active{
    text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/

/*背景画像を画面いっぱい
------------------------------------------------------------*/
   /* ======================== */
   /* ▼共通装飾(兼モバイル用) */
   /* ======================== */
 
/* home section */
#home {
　  height:0;
　  padding-top: 66.6%;
    background: url('../images/main02.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
#home img {
    margin-bottom: 5px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
}

/* 共通
------------------------------------------------------------*/
p {
	margin: 3px 0 3px 0;
	font-size: 14px;
}
img{
	max-width: 100%;
	height: auto;
}
section{
	clear:both;
	padding-top: 70px;
}
h2{
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	font-family: itc-american-typewriter, serif;
    font-style: normal;
    font-weight: 700;
}
h3{
	font-size: 18px;
	font-weight:normal;
	margin: 10px 0 5px 0;
}
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.bold {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}
.small {
	clear: both;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 20px;
}
.line {
	line-height: 1.3;
}
.tel {
	font-size: 24px;
	font-family: itc-american-typewriter, serif;
    font-style: normal;
    font-weight: 700;
}

/* col3
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}
.col3 li{
	line-height: 1.5;
}
.col3 .img{
	margin-bottom: 0px;
	line-height: 0 !important;
}
/* col2
------------------------------------------------------------*/
.col2 img{
	display: block;
	margin: 0 5px 5px 0;
}
.col2 .img{
	margin-bottom: 0px;
	line-height: 0 !important;
}

/* sec01 MASSAGE
------------------------------------------------------------*/
#sec01 img{
	width: 100%;
	margin: 30px 0 10px 0;
}
#sec01 p {
	text-align: center;
}

/* sec02 PROFILE
------------------------------------------------------------*/
#sec02 img{
	margin-top: 30px;
}
#sec02 h3 {
	margin-top: 40px;
	font-family: itc-american-typewriter, serif;
    font-style: normal;
    font-weight: 700;
}

/* sec03 CONCEPT
------------------------------------------------------------*/
#sec03 {
	background-color: #332525;
	color: #ffffff;
}
#sec03 p {
	text-align: center;
}

/* sec04 PRICE 
------------------------------------------------------------*/
#sec04 img{
	width: 100%;
	margin: 20px 0 5px 0;
}
#sec04 h3 {
	text-align: center;
	font-family: itc-american-typewriter, serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
#sec04 .li {
	clear: both;
}
#sec04 .left {
	clear: both;
    float:left;
}
#sec04 .right {
    float:right;
}
#sec04 .small {
	margin-top: 20px;
}
.clear {
	clear: both;
}
/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 {
	background-color: #f5f5f5;
	padding-bottom: 40px;
}
#sec05 p{
	margin-bottom: 5px;
}
#sec05 h3{
	margin-top: 0;
	font-family: itc-american-typewriter, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}
.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
#sns img{
	padding: 10px 10px 5px 0;
}
#sns a:hover img{
	opacity: .8;
}
#map{
	margin-top: 10px;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}
#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	background-color: #332525;
	color: #ffffff;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	.col3{
		text-align: center;
	}
	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec02 {
		margin: 0 0 50px 0;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
		padding: 0 30px;
	}
	section h2 span {
		padding: 0 30px;
	}
}
