@charset "UTF-8";
/* CSS Document */

/* リセット定義 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #333;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-feature-settings: "pkna" 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* リセット定義ここまで */

/* 改行の切り替え */
.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

/* 画像の切り替え */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width:599px) {
	
/* 画像の切り替え */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

@media screen and (max-width:599px) {
/* 改行の切り替え */
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}

/*------------------------ メインビジュアル ------------------------*/

/* メインビジュアル */
#main_vj {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

#main_vj img {
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (min-width:600px) and (max-width:1500px) {

/* メインビジュアル */
#main_vj img {
	max-width: 95%;
	height: auto;	
}
}

/* スマホ表示 */
@media screen and (max-width:599px) {

/* メインビジュアル */
#main_vj img {
	width: 100%;
	height: auto;
}
}

/*-------------------- アンカーリンク(スマホのみ) --------------------*/

/* アンカーリンク */
#anchor_link {
	display: none;
}

/* スマホ表示 */
@media screen and (max-width:599px) {
	
/* アンカーリンク */
#anchor_link {
	width: 95%;
	margin: 20px auto 20px auto;
	text-align: center;
	display: block;
}
	
.anchor_link_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
	
.anchor_link_area li {
	width: 20%;
}
	
.anchor_link_area li a {
	text-decoration: none;
	display: block;
	margin: 5px;
	padding: 10px 5px;
	background-color: #973a3a;
	color: #fff;
	font-size: 0.7em;
}
}

/*----------------------------- 店舗 -----------------------------*/

/* 店舗エリア */
#shop_area {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px;
	background-color: #f5f5f5;
	z-index: 0;
}

.shop_area_inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop {
	width: 18.5%;
	margin: 10px auto;
	padding: 20px;
	background-color: #fff;	
}

.shop_last {
	width: 18.5%;
	margin: 10px auto;
}

/* 店舗名 */
.shop h3 {
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.4em;
	font-feature-settings: "palt";
	color: #973a3a;
}

.shop h3 span {
	font-size: 0.8em;
}

/* 日本人セラピスト */
.ja_sera {
	width: 55%;
	font-size: 0.7em;
	margin: 5px auto 0 0;
	padding: 5px 0;
	border: 1px solid #973a3a;
	border-radius: 4px;
	text-align: center;
	color: #973a3a;
}


/* 詳細３種 */
.shop_info {
	margin: 25px auto;
	line-height: 1.4em;
	font-weight: bold;	
}

/* 説明文 */
.shop_txt {
	margin: 0 auto;
	font-size: 0.85em;
	line-height: 1.6em;
}

/* 画像 */
.shop img {
	width: 100%;
	margin: 10px auto 20px auto;
}

/* ご予約ボタン */
.btn_shop_link {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.btn_shop_link a {
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 15px 0;
	border: 1px solid #973a3a;
	font-size: 0.85em;
	color: #973a3a;
	transition-duration: 0.5s;
}

/* ご予約ボタン ホバー時 */
.btn_shop_link a:hover {
	background-color: #973a3a;
	color: #fff;
}

@media screen and (min-width:768px) and (max-width:1500px) {

/* 店舗エリア */
#shop_area {
	width: 100%;
}
	
.shop {
	width: 31%;
}

.shop_last {
	width: 31%;
}
	
/* 店舗名 */
.shop h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}
	
/* 説明文 */
.shop_txt {
	margin: 0 auto;
	font-size: 0.85em;
	line-height: 1.6em;
}
}

/* スマホ表示 */
@media screen and (max-width:767px) {
	
/* 店舗エリア */
#shop_area {
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

.shop_area_inner {
	margin: 0 auto;
	padding: 10px 5px;
	display: block;
}
	
.shop {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 15px
}
	
.shop_last {
	display: none;
}
	
/* 日本人セラピスト */
.ja_sera {
	width: 40%;
	margin: 5px auto 15px 0;
}
	
/* 詳細３種 */
.shop_info {
	margin: 15px auto;
	line-height: 1.5em;
}
	
/* 説明文 */
.shop_txt {
	margin: 0 auto;
	font-size: 0.85em;
	line-height: 1.75em;
}

/* 画像 */
.shop img {
	position: relative;
	width: 100%;
	margin: 20px auto;
}
}
	
/*--------------------------- 運営情報 ---------------------------*/

/* 運営情報 */
#management {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
	
#management h4 {
	margin: 0 auto 10px auto;
	font-size: 0.85em;
	line-height: 1.8em;
}	
	
#management p {
	font-size: 0.75em;
	line-height: 1.6em;
}		

/* 電話＆メール */
.tel_mail {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
	
.management_tel a {
	margin: 5px 10px auto 0;
	text-decoration: underline;
	display: block;
	color: #222;
}		
	
.management_mail a {
	margin: 5px auto 0 10px;
	text-decoration: underline;
	display: block;
	color: #222;
}		
	
/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
}

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

.maintenance {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.maintenance img {
	width: 500px;
	margin: 150px auto 0 auto;
}
	
/* スマホ表示 */
@media screen and (max-width:767px) {	
	
.maintenance img {
	width: 90%;
	margin: 50px auto 0 auto;
}
}
	

