﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Sawarabi+Mincho&display=swap');
/* ウェブフォント使用の場合
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Sawarabi Mincho', serif;
*/
/* ========BASIC======== */
html {
    overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size: 12px;
	color: #222;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0%, #fff 80%);
}
.sponly {
	display: none;
}

br {
    letter-spacing:normal;
}

br.both {
    letter-spacing:normal;
    clear:both;
}

a {
    color:#134D99;
    text-decoration:none;
}

a:hover {
    color:#134D99;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}
.txtbold {font-weight: bold;}
.txtblack {color: #222;}
.txtred {color: #c00;}
.txtdeepred {color: #a5241a;}
.txtgreen {color: #80bba8;}
.txtwhite {color: #fff;}
.txtsml80 {font-size: 80%;}
.txtsml90 {font-size: 90%;}
.txtbig120 {font-size: 120%;}
.txtbig150 {font-size: 150%;}
.txtbig200 {font-size: 200%;}
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.bggreen {background-color: #80bba8;}
.bgwhite {background-color: #fff;}
.iconred {
	display: inline-block;
	margin: 0 0 0 2px;
	padding: 2px 5px;
	background: #ff6b6b;
	border-radius: 5px;
	line-height: 1rem;
	color: #fff;
	vertical-align: text-bottom;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h1 {
    clear:both;
    padding:10px 10px;
    color:#000;
    font-size:30px;
	text-align: center; 
}

h2 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-size:18px;
    font-weight:bold;
}

h2.belly {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-size:18px;
    font-weight:bold;
	text-align: center;
}

h2.plan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#57484E;
}

h2.naturalplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#F2D9DB;
}

h2.happyplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#EAD5BF;
}

h2.stylishplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#C1BFBD;
}


h2.hairplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#D6E1E1;
}


h2.loyalplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#C2AFAC;
}


h2.daysplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#F4E7C2;
}


h2.angelplan {
    float:left;
    padding: 20px 40px 0 40px;
    line-height:2.0;
    font-size:18px;
    font-weight:lighter;
    background:#C3D1C6;
}



p.plan {
	text-align: right;
    padding: 20px 40px 0 0;
    line-height:2.0;
    color:#FFE2E3;
    font-size:18px;
    font-weight:bold;
}


h2.op {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-size:15px;
    font-weight:normal;
    background-image:url(/images/option/option_line.jpg);
    background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
}


h2.qa {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#fff;
    font-size:15px;
    font-weight:normal;
    background:#58474D;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #58474D), color-stop(0.00, #755965));
    background:-webkit-linear-gradient(top, #755965 0%, #58474D 85%);
    background:-moz-linear-gradient(top, #755965 0%, #58474D 85%);
    background:-o-linear-gradient(top, #755965 0%, #58474D 85%);
    background:-ms-linear-gradient(top, #755965 0%, #58474D 85%);
    background:linear-gradient(to bottom, #755965 0%, #58474D 85%);
}


h3 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:15px;
    font-weight:normal;
    margin:0;
    color:#000;
    border:1px solid #ddd;
    background:#ccc;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
    background:-webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
}

h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#f1f1f1;
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
    line-height:2.0;
    font-size:13px;
    color:#770000;
}

p {
    margin:10px;
}

p.he {
    margin:0px 10px 10px 10px;
}

p.big {
    margin:10px;
    font-size:16px;
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 30px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
    background:#f1f1f1;
}



/* アイキャッチ部分 */
.icatch {
	margin: 40px 0 60px;
	text-align: center;
}
.icatch h1 {
	padding: 0;
	margin: 0 0 30px;
}
.icatch .exp {
}



/* 共通リボン見出し */
.ribbon {
	text-align: center;
}
.ribbon img {
	width: 500px;
	height: auto;
}

/* 共通ボタン */
.morebtn {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.morebtn a {
	min-width: 50%;
	max-width: 92%;
	color: #222;
	font-size: .8rem;
	display: inline-block;
	line-height: 36px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 40px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.2);
	transition: .2s;
}
.morebtn a:hover {
	color: #fff;
	background: #222;
	text-decoration: none;
}

/* 必須バッジ */
.must {
	background: #ff6b6b;
	margin: 0 0 0 1em;
	padding: 1px 6px;
	color: #fff;
	border-radius: 3px;
	font-size: 80%;
}

.staff1 {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
    padding: auto;
    padding: 5px;
	width: 450px;
	text-align: center;
    background-image:url(/images/staff/staff_koyuki_background.png);
    background-repeat:repeat;
	background-position:center;
}
.staff2 {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
    padding: auto;
    padding: 5px;
	width: 450px;
	text-align: center;
    background-image:url(/images/staff/staff_tomo_background.png);
    background-repeat:repeat;
	background-position:center;
}

.staff3 {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
    padding: 5px;
	width: 450px;
	text-align: center;
    background-image:url(/images/staff/staff_kashiwagi_background.png);
    background-repeat:repeat;
	background-position:center;
}

.staff4 {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
    padding: 5px;
	width: 450px;
	text-align: center;
    background-image:url(/images/staff/staff_chikako_background.png);
    background-repeat:repeat;
	background-position:center;
}

.staff5 {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
    padding: 5px;
	width: 450px;
	text-align: center;
    background-image:url(/images/staff/staff_nami_background.png);
    background-repeat:repeat;
	background-position:center;
}

.staff6 {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
    padding: 5px;
	width: 450px;
	text-align: center;
    background-image:url(/images/staff/staff_naoko_background.png);
    background-repeat:repeat;
	background-position:center;
}

table {
    font-size:12px;
    margin:0px;
	width: 100%;
	text-align: center;
/*	border-collapse: collapse;*/
}

table.left {
    margin:0px;
	width: 100%;
	text-align: left;
}


table.belly {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
	width: 700px;
	text-align: center;
    background-image:url(/images/bellypaint/bellypaint_background.png);
    background-repeat:no-repeat;
	background-position:center;
}

table.jewelry {
    margin:0px;
 margin-left: auto;
 margin-right: auto;
	width: 700px;
	text-align: center;
    background-image:url(/images/bodyjewelry/bodyjewelry_background.png);
    background-repeat:no-repeat;
	background-position:center;
}

table.contact {
    margin: 0px;
 margin-left: auto;
 margin-right: auto;
	width: 640px;
        height: 100%
	text-align: center;
}

table.point {
    margin: 0px;
 margin-left: auto;
 margin-right: auto;
	width: 800px;
height: 100%;
	text-align: center;
}

table.h_con {
    margin: 0px;
 margin-left: auto;
 margin-right: auto;
	width: 650px;
	text-align: center;
}

tr.po {padding: 5px 0px 0px 0px;}

td.po-title {padding: 5px 0px 0px 0px;}

td.po-more {padding: 0px 0px 25px 0px;}



table th {
    padding:5px;
}

table td {
    padding:5px;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}


td.ougimachi { background-color: #d6e9ca; }

td.left { text-align: left;}

td.right { text-align: right;}


/* ========TEMPLATE LAYOUT======== */
#container {
    width:940px;
    margin: 0px auto 30px;
    box-shadow:0 0 10px #bfbfbf;
    background:#fff;
}

#header {
    position: relative;
    text-align: center;
    height: 300px;
    background-image: url(../images/index/header_background.jpg);
    background-size: auto;
}

#header .h_con td button {
	border: none;
	padding: 0;
}
#header .h_con td button:hover {
	cursor: pointer;
}

#menu {
    top:20px;
	overflow: hidden;
	font-size: 130%;
	
}


#icatch {
    width:940px;
}

#contents {
	position: relative;
    float:left;
    width:940px;
    padding:10px 0;
    background:#fff;
}

#conL {
    float:left;
    width:620px;
}

#conR {
    float:right;
    width:300px;
}

#conR5 {
    float:right;
    width:500px;
    margin-bottom:20px;
}

#conL5 {
    float:left;
    width:500px;
    margin-bottom:20px;
}

#conL3 {
    float:left;
    width:300px;
    margin-bottom:20px;
}

#conR3 {
    float:right;
    width:300px;
    margin-bottom:20px;
}

#conR3 img {
    float:left;
}

#footMenu {
    float:right;
    width:740px;
    margin-top:15px;
}

#footMenu2 {
    float:right;
    width:740px;
    margin-top:2px;
	border-top: 1px solid #58474D;
}


#footlink {
    float:left;
    width:200px;
    margin-top:10px;
    padding:10px 0;
	text-align: center;
}

#footer {
    clear:both;
    width:940px;
    background:#d0a1a1;
}

#footerback {
    clear:both;
    width:940px;
    height:270px;
/*
    background-image:url(/images/index/footer_background.jpg);
    background-repeat:no-repeat;
	background-position:center;
*/
	border-top: 1px solid #ddd;
	background-color: #fff;
}

#social {
	position:fixed; 
	top:0px; 
	z-index: 1000;
}

.contact {
    margin:10px
    padding: 0px
    width: 700px;
    height: 500px;
    background-image:url(/images/index/contact_background.png);
    background-repeat:no-repeat;
	background-position:center;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:20px 0 0 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	text-align: center;
}

#menu li {
    display: inline-block;
	margin:0px;
    padding: 0px;
	border-left: 2px solid #58474D;
	color: #58474D;
	width:110px;
}

#menu li:first-child {
  border: none; 
}

#menu li a {
    font-weight:bold;
    color:#58474D;
    outline:none;
}

#menu li a:hover {
    color:#58474D;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:627px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:280px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:280px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========SLIDESHOW CUSTOMIZE======== 
#slide2 {
    width:600px;
    height:160px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}



/* ========SLIDESHOW CUSTOMIZE======== 
#slide3 {
    width:320px;
    height:213px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}
*/
/* ========SLIDESHOW CUSTOMIZE======== 
#slide4 {
    width:320px;
    height:213px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}
*/
/* ========SLIDESHOW CUSTOMIZE======== 
#slide5 {
    width:320px;
    height:213px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}
*/
/* ========SLIDESHOW CUSTOMIZE======== 
#slide6 {
    width:320px;
    height:213px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}
*/
/* ========SLIDESHOW CUSTOMIZE======== 
#slide7 {
    width:320px;
    height:213px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}
*/
/* ========SLIDESHOW CUSTOMIZE========
#slide8 {
    width:320px;
    height:213px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:200px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:200px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}
 */




/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#58474D;
}

.kidsColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#ffffff;
}

.pointColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#ffffff;
}

.naturalColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#F2D9DB;
}

.happyColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#EAD5BF;
}

.stylishColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#C1BFBD;
}

.hairColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#D6E1E1;
}

.loyalColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#C2AFAC;
}


.daysColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#F4E7C2;
}



.angelColumn {
    clear:both;
    width:800px;
    margin:10px 70px;
    background:#C3D1C6;
}


.topNaviColumn2 {
    clear:both;
    display:block;
    width:800px;
    float:none;
    margin:10px 70px;
}

.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

ul.plan {
    clear:both;
    margin:0 20px;
    padding: 10px 0;
    background:#fff;
    width:760px;
	list-style-type: circle;
}


ul.days {
    clear:both;
    margin:0 20px;
    padding: 10px 0;
	list-style-type: circle;
}


table.days {
    clear:both;
    margin:0 20px;
    background:#fff;
    width:760px;
	text-align: left;
}


img.floatR {
    float:right;
}


li.plan {
    padding: 3px 0px;
	color: #000;
}

li.plan:first-child {
  border: none; 
}

li.plan a {
    font-weight:bold;
    color:#000;
    outline:none;
}

li.plan a:hover {
    color:#000;
}

ul.plan ul {
    clear:both;
    margin:0 0;
    padding: 0 0;
    background:#fff;
	list-style-type: none;
}

li.site {
	list-style-type: none;
}




/* INFORMATION CUSTOMIZE */
.information {
	width: 520px;
	margin: 0 auto 80px;
}

#news  {
	height:215px;
	overflow:auto;
}

#feed  {
	height:120px;
	overflow:auto;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:300px;
    padding:10px 0;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu2 ul {
    margin:5px 0;
}

#footMenu2 li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu2 li a {
    color:#000;
}

#footMenu2 li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:10px;
    color:#fff;
    line-height:3.0;
    text-align:center;
}

#footer a {
    color:#fff;
    outline:none;
}

#footer a:hover {
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background: url("/images/bg_pagetop.png") no-repeat;
}

#pageTop p {
    color:#58474D;
    font-size:20px;
    text-align:center;
    margin-bottom:5px;
	cursor: pointer;
    font-weight:bold;
}

/* ========Others========= */

.fixed {
    position: fixed;
    top: 0;
    width: 940px;
    z-index: 100;
}


p.left { text-align: left; }
p.center { text-align: center; }
p.right { text-align: right; }
span.ss { font-size: 60%; }
span.s { font-size: 80%; }
span.line {
	text-decoration: line-through;
	color: red;
}
span.line span {
	color: black;
}
.txtred { color: red;}
.txtunderline { text-decoration: underline;}



/* ========トップページ========= */

/* キャッチコピー */
.catchcopy {
	margin: 60px 0 100px;
	font-family: 'Sawarabi Mincho', serif;
	text-align: center;
}
.catchcopy .first {
	margin: 0 0 50px;
	font-size: 30px;
}
.catchcopy .text {
	margin: 0 0 20px;
	font-size: 16px;
}

/* こだわりポイント */
.point {
	font-family: 'Sawarabi Mincho', serif;
	margin: 0 0 100px;
}
.point ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}
.point li {
	list-style: none;
	width: 50%;
	margin: 0;
	padding: 50px 0 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 300px;
}
.point li:nth-child(1) {
	background-image: url(../images/index/point_bg1.jpg);
	margin-right: -40px;
	margin-left: 20px;
}
.point li:nth-child(2) {
	background-image: url(../images/index/point_bg2.jpg);
	margin-top: 180px;
}
.point li:nth-child(3) {
	background-image: url(../images/index/point_bg3.jpg);
	margin-top: -90px;
	margin-right: -40px;
	margin-left: 20px;
}
.point li:nth-child(4) {
	background-image: url(../images/index/point_bg4.jpg);
	margin-top: 110px;
}
.point li .title {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2;
	text-shadow: 0px 2px 0px #fff;
	font-weight: bold;
	color: #231815;
}
.point li .text {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0px;
	text-shadow: 0px 2px 0px #fff;
	color: #231815;
}
.point li .btn a img {
	width: 220px;
	height: auto;
}
.point .studiobtn {
	text-align: center;
}

/* キャンペーン */
.campaign {
	margin: 0 0 100px;
	text-align: center;
}
.campaign .pic {
	margin: 0 0 20px;
}
.campaign .pic.border img {
	border: 1px solid #999;
	border-radius: 4px;
}
.campaign .morebtn {
	margin: 30px 0 0;
}

/* ビフォーアフター */
.be-af {
	margin: 0 0 100px;
	text-align: center;
}

/* オプション */
.photooption {
	margin: 0 0 80px;
	text-align: center;
}
.photooption .po_bp {
	padding: 0 0 10px;
}
.photooption .po_bp a {
	color: #231816;
	text-decoration: none;
	font-family: 'Sawarabi Mincho';
}
.photooption .po_bp a:hover {
	opacity: .8;
}
.photooption .po_bp .title {
	margin: 0 auto;
	width: 9em;
	background-image: url(../images/index/title_underline.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 30px;
	padding: 0 0 6px;
	font-weight: bold;
	letter-spacing: 3px;
}
.photooption .po_bp .price {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	color: #dd6d48;
	letter-spacing: 3px;
}
.photooption .po_bp .price span {
	font-size: 20px;
}
.photooption .po_bp .text {
	margin: 0 0 20px;
	padding: 90px 0 70px;
	background-image: url(../images/index/photooption_bg.jpg);
	background-size: 92%;
	background-position: center bottom;
	background-repeat: no-repeat;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0px #fff;
	letter-spacing: 0px;
}
.photooption .po_bp .att {
	display: inline-block;
	margin: 0 auto 20px;
	font-size: 16px;
	text-align: left;
	color: #d53805;
	letter-spacing: 0px;
}
.photooption .po_bp .pic img {
	width: 92%;
	height: auto;
}

/* その他のバナーボタン */
.others {
	margin: 0 0 80px;
}
.others ul {
	display: flex;
	margin: 0;
	justify-content: space-evenly;
}
.others ul li {
	width: calc(100% / 3 - 2%);
	list-style: none;
	margin: 0;
}
.others ul li img {
	width: 100%;
	height: auto;
}

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

	/* キャッチコピー */
	.catchcopy {
		margin-left: 4%;
		margin-right: 4%;
	}
	.catchcopy .text {
		text-align: left;
		font-size: 14px;
	}
	.photooption {
		margin-left: 4%;
		margin-right: 4%;
	}
	.photooption .po_bp .text {
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		margin: 0 -60px;
		padding: 120px 120px;
		background-position-y: center;
		line-height: 1.2;
	}

}


/* ========価格変更のお知らせ========= */
.info-page {
	font-family: 'Sawarabi Mincho';
	margin: 80px 0;
}
.info-page h1 {
}
.info-page .textbox {
	padding: 40px 0 0 60px;
}
.info-page p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0;
}



/* ========QAページ========= */
.qa-page {
}
.qa-page .topNavi {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.qa-page .topNavi p a {
	padding: 3px 20px;
}
.qa-list h2.qa {
	clear: both;
	margin: 0 10px 20px;
	padding: 10px 30px 8px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #6d4a2d;
	border-radius: 6px;
}
.qa-list {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	background: #ffffffe3;
}
.qa-list dl {
	margin: 0 20px 40px;
}
.qa-list dl dt {
	margin: 0 0 7px;
	padding: 5px 0 5px 10px;
	border-left: 4px solid #6d4a2d;
	background: #f5f5f5;
	font-weight: bold;
}
.qa-list dl dd {
	margin: 0 15px 40px;
	background: none;
}
.qa-list dl dd a {
	text-decoration: underline;
	transition: .2s;
}
.qa-list dl dd a:hover {
	text-decoration: none;
	color: #fff;
	background: #134099;
}




/* ========オプション商品ページ========= */
.option-page {
}
.option-page .option-list {
}
.option-page .option-list .opbox {
	padding-top: 92px;
	margin: 0 0 60px;
	background-image: url(../images/option/slide_frame.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 96%;
}
.option-page .option-list .opbox .bx-wrapper {
	width: 740px;
	margin: 0 auto 120px;
	height: auto;
}
.option-page .option-list .opbox .bx-viewport {
	margin: 0;
	border: 0;
	left: 0;
	background: transparent;
	box-shadow: none;
}
.option-page .option-list .opbox .bx-wrapper .bx-pager {
	bottom: -35px;
}
.option-page .option-list .opbox ul[class^="bxslider_"] {
	margin: 0;
	padding: 0;
}
.option-page .option-list .opbox ul li {
	margin: 0;
}
.option-page .option-list .opbox ul li {
	margin: 0;
}
.option-page .option-list .opbox ul li a {
}
.option-page .option-list .opbox ul li a img {
}
.option-page .option-list .opbox .title {
	margin: 0 0 20px;
	padding: 20px;
	background-image: url(../images/option/title_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.option-page .option-list .opbox .text {
	margin: 0 0 30px;
	font-size: 1rem;
	text-align: center;
}
.option-page .option-list .opbox table {
	width: 700px;
	margin: 0 auto;
	font-size: 1rem;
	border-spacing: 0;
}
.option-page .option-list .opbox table tr th {
	padding: 5px 0;
	border-bottom: 1px solid #bbb;
	font-size: .8rem;
}
.option-page .option-list .opbox table tr th:nth-child(3) {
	color: #f33;
}
.option-page .option-list .opbox table tr td {
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
}
.option-page .option-list .opbox table tr td:nth-child(1) { /* 仕様 */
}
.option-page .option-list .opbox table tr td:nth-child(2) { /* 通常価格 */
	width: 180px;
	font-size: 1.4rem;
}
.option-page .option-list .opbox table tr td:nth-child(3) { /* 当日特別 */
	width: 180px;
	color: #f33;
	font-size: 1.4rem;
}
.option-page .option-list .opbox table tr td:nth-child(4) { /* サイズ */
	width: 230px;
	font-size: 1.2rem;
}
.option-page .option-list .opbox table tr td:nth-child(2)::after,
.option-page .option-list .opbox table tr td:nth-child(3)::after {
	content: "円";
	font-size: .9rem;
}
.option-page .option-list .opbox table tr td:nth-child(4)::before {
	content: "H:";
	font-size: .9rem;
}
.option-page .option-list .opbox table tr td:nth-child(4) span::after {
	content: "cm × W:";
	font-size: .9rem;
}
.option-page .option-list .opbox table tr td:nth-child(4)::after {
	content: "cm";
	font-size: .9rem;
}


/* ========plan========= */
.plan-page {
}
.plan-page .textbox {
	padding: 0 0 10px 20px;
}
.plan-page .textbox .text {
	
}
.plan-page .textbox .txtred {
	
}
.plan-page .option {
	margin: 40px 70px;
}
.plan-page .option h2 {
	background-color: #fff1f1;
	border-left: 3px solid #f0dadb;
	border-bottom: 1px solid #f0dadb;
	border-right: 3px solid #f0dadb;
	border-radius: 6px;
}
.plan-page .option h3 {
	margin: 0 20px;
	padding: 2px 4px;
	background: #cf4545;
	border: none;
	font-size: .8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	border-radius: 4px 4px 0 0;
}
.plan-page .option dl {
	margin: 15px 20px 25px;
}
.plan-page .option dt {
	float: left;
	position: relative;
	z-index: 1;
	background: white;
	font-size: 1rem;
	padding: 0 20px 0 0;
}
.plan-page .option dt:before {
	content: "・";
}
.plan-page .option dd {
	margin: 0 0 6px 18em;
	background: none;
	font-size: 1rem;
	position: relative;
	z-index: 0;
}
.plan-page .option dd:before {
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
	width: 9em;
	position: absolute;
	bottom: .75rem;
	left: -10em;
}
.plan-page .option dd span {
	font-size: .7rem;
}
.plan-page .option ul {
	margin: 0 20px 30px;
	padding: 10px 20px 0;
	border: 2px solid #cf4545;
	background: #fffbfb;
	border-radius: 0 0 4px 4px;
}
.plan-page .option ul li {
	list-style: none;
	margin: 0 0 10px;
	font-size: .8rem;
}
.plan-page .option ul li span {
	border-bottom: 2px solid #ef4439;
}





/* ========gallery========= */

#gallery_cool{
    width: 470px;
    height: 895px;
    float: left;
    overflow: hidden;
}

#gallery_natural{
    width: 470px;
    height: 895px;
	margin-top: -19px;
    float: left;
	margin-right:0;
    overflow: hidden;
}

.m_box {
    margin: 1px;
    display: inline-block;
	*display: inline;  
	*zoom: 1;
    float:left;
	max-width: 135px;
	max-height: 135px;
}

.gal{
    width: 400px;
    height: 750px;
    overflow: auto;
	margin: 60px 35px 35px 35px;
	padding-right:55px
}

.gal img{
    margin: 1px;
    display: inline-block;
	*display: inline;  
	*zoom: 1;
    float:left;
	max-width: 135px;
	max-height: 135px;
}



#random {
	margin: 0 auto;
}

#random div{
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}




#random2 {
	margin: 0 auto;
}

#random2 div{
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}

img.frame{
    outline: 3px solid #fff;
}

.box { 
outline:2px solid #cfcfcf; 
} 

.btn_down { cursor: pointer; } 
.btn_top { cursor: pointer; } 
.magnify { cursor: pointer; } 
.open { cursor: pointer; } 




/* ========baloon========= */


.baloon {
  width: 800px;
  background-color: #ffffff;
  border: 2px solid #66ff66;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px auto;
  position: relative;
}

/* 三角部分のスタイル */

.baloon:before, .baloon:after {
  width: 0;
  height: 0;
  content: "";  
  position: absolute;

  /* 吹き出し三角形を右側につける */
  right: 0px;
}

/* 三角部分のボーダースタイル */
.baloon:before {

 /* 大きさ */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #66ff66;
  border-right: 0px solid transparent;

  /* 右側の上下中央に表示するため50% */
  /* パーセント指定することで、吹き出しの高さが可変でも対応できる */
  top: 50%;

  /* 三角形の大きさ分、ネガティブマージンを取る */
  margin-right: -20px;
  margin-top: -20px;
}

/* 吹き出し三角形部分のボーダー内側のスタイル */
.baloon:after {
  /* :beforeより2px小さくすることで、:beforeがボーダーとして見える */
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fffaee;
  border-right: 0px solid transparent;
  top: 50%;
  margin-right: -18px;
  margin-top: -18px;
}



.baloon1 {
  background-color: #ffffff;
  border: 3px solid #58474D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px auto;
  position: relative;
}

.baloon1:before, .baloon1:after {
  width: 0;
  height: 0;
  content: "";  
  position: absolute;
	/* 上に表示する */
	top: 0px;
}
.baloon1:before {
	/* 矢印を上に表示する */
	border-top: 0px solid transparent;
	border-bottom: 10px solid #58474D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-right: -10px;
	/* 左右で左寄りに表示 */
	left: 10%;
	margin-top: -10px;
}
.baloon1:after {
	border-top: 0px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-right: -8px;
	left: 10%;
	margin-top: -8px;
}





.baloon2 {
  background-color: #ffffff;
  border: 3px solid #58474D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px auto;
  position: relative;
}

.baloon2:before, .baloon1:after {
  width: 0;
  height: 0;
  content: "";  
  position: absolute;
	/* 上に表示する */
	top: 0px;
}
.baloon2:before {
	/* 矢印を上に表示する */
	border-top: 0px solid transparent;
	border-bottom: 10px solid #58474D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-right: -10px;
	/* 左右で左寄りに表示 */
	left: 35%;
	margin-top: -10px;
}
.baloon2:after {
	border-top: 0px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-right: -8px;
	left: 35%;
	margin-top: -8px;
}





.baloon3 {
  background-color: #ffffff;
  border: 3px solid #58474D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px auto;
  position: relative;
}

.baloon3:before, .baloon1:after {
  width: 0;
  height: 0;
  content: "";  
  position: absolute;
	/* 上に表示する */
	top: 0px;
}
.baloon3:before {
	/* 矢印を上に表示する */
	border-top: 0px solid transparent;
	border-bottom: 10px solid #58474D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-right: -10px;
	/* 左右で左寄りに表示 */
	left: 62%;
	margin-top: -10px;
}
.baloon3:after {
	border-top: 0px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-right: -8px;
	left: 62%;
	margin-top: -8px;
}





.baloon4 {
  background-color: #ffffff;
  border: 3px solid #58474D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px auto;
  position: relative;
}

.baloon4:before, .baloon1:after {
  width: 0;
  height: 0;
  content: "";  
  position: absolute;
	/* 上に表示する */
	top: 0px;
}
.baloon4:before {
	/* 矢印を上に表示する */
	border-top: 0px solid transparent;
	border-bottom: 10px solid #58474D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-right: -10px;
	/* 左右で左寄りに表示 */
	left: 86%;
	margin-top: -10px;
}
.baloon4:after {
	border-top: 0px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-right: -8px;
	left: 86%;
	margin-top: -8px;
}





.baloonC {
  background-color: #ffffff;
  border: 3px solid #58474D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px auto;
  position: relative;
}

.baloonC:before, .baloon1:after {
  width: 0;
  height: 0;
  content: "";  
  position: absolute;
	/* 上に表示する */
	top: 0px;
}
.baloonC:before {
	/* 矢印を上に表示する */
	border-top: 0px solid transparent;
	border-bottom: 10px solid #58474D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-right: -10px;
	/* 左右でセンターに表示 */
	left: 50%;
	margin-top: -10px;
}
.baloonC:after {
	border-top: 0px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-right: -8px;
	left: 50%;
	margin-top: -8px;
}



/* ========予約フォーム========= */

.lisket-form-maker-form               { width: 800px; }            /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th            { border: 1px solid #aaa; }  /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form th            { background-color: #eee; }  /* 見出しセルの背景色を指定 */
.lisket-form-maker-form span.example  { color: #36c; }             /* 例テキストの文字色を指定 */


div#mf_wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto 0px auto;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #D0A1A1;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 200px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.mailform tr td label:hover {
	cursor: pointer;
}
table.mailform th .thtxt {
	color: #aaa;
	font-size: 12px;
}
/* ========シーンクリック切替========= */

.demo ul {
	margin:0;
	padding:0;
}

.demo li {
	list-style:none;
	margin:0;
}

.demo .tab {
	overflow:hidden;
}

.demo .tab li {
	padding:0;
	float:left;
	margin:0;
	cursor:pointer;
}

.demo .tab li.select {
}

.demo .content li {
	margin:0;
	padding:0;
}

.demo .hide {
	display:none;
}


/********************************/
/* コロナへの対応パーツ */
/********************************/
#cov {
	margin: 0 100px 40px;
	padding: 20px 60px 10px 60px;
	background: rgba(255,255,255,.8);
	border: 7px double #f33;
	border-radius: 20px;
}
#cov h2 {
	margin: 0 0 20px;
	padding: 0 0 18px;
	text-align: center;
	color: #f33;
	border-bottom: 2px solid #f33;
}
#cov ul {
	margin: 0 0 20px 20px;
}
#cov li {
	margin: 0 0 10px;
}
#cov .ic {
	margin: 0;
	text-align: right;
}

/* モーダルCSSここから */
.modalArea {
	visibility: hidden; /* displayではなくvisibility */
	opacity : 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .4s;
}
.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 80%;
	max-width: 640px;
	padding: 40px 80px 80px;
	background-color: #fff;
	border-radius: 38px;
	border: 20px solid #de977e;
	box-sizing: content-box;
}
.modalWrapper h1 {
	color: #de977e;
	border-bottom: 2px solid #de977e;
	margin: 0 0 50px;
	padding: 10px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.modalWrapper p {
	font-size: 18px;
}
.modalWrapper ul {
	padding: 0 0 0 30px;
}
.modalWrapper ul li {
	font-size: 18px;
	margin: 0 0 20px;
}
.modalWrapper ol {
	padding: 0 0 0 30px;
	margin: 0 10px 40px;
}
.modalWrapper ol li {
	font-size: 18px;
	margin: 0 0 20px;
}
.closeModal {
	position: absolute;
	bottom: 1rem;
	left: 43%;
	right: 43%;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 10px;
	background: #eee;
}
.closeModal:hover {
	color: #fff;
	background: #999;
}
.is-show { /* モーダル表示用クラス */
	visibility: visible;
	opacity : 1;
}
/* モーダルCSSここまで */

/* 以下ボタンスタイル */
#cov button {
	padding: 10px;
	border: 1px solid #a33;
	border-bottom: 3px solid #a33;
	cursor: pointer;
	display: block;
	width: 80%;
	margin: 0 auto 17px;
	border-radius: 10px;
	color: #fff;
	background: #f33;
	font-size: 18px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.2);
	transition: .2s;
}
#cov button:hover {
	color: #f33;
	background: #fff;
}
@media only screen and (max-width: 480px){
	#cov {
		margin: 0 4% 10%;
		padding: 4% 4%;
		border: 3px double #f33;
	}
	#cov h2 {
		padding: 0 0 10px;
		font-size: 100%;
		line-height: 1.2;
		border-bottom: 1px solid #f33;
	}
	#cov p,
	#cov ul {
		font-size: 80%;
	}
	#cov li {
		margin: 0 0 4%;
	}
}


/********************************/
/* 感染症予防対策ページ */
/********************************/
.prevention {
	margin: 0 auto 80px;
	max-width: 800px;
}
.prevention * {
	margin: 0;
	padding: 0;
}
.prevention .p-header {
	color: #fff;
	text-align: center;
	padding: 60px 0;
	border-radius: 4px 4px 0 0;
}
.prevention .p-h-title {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: bold;
}
.prevention .p-h-text {
	font-size: 14px;
	margin-bottom: 40px;
}
.prevention .p-h-att {
	font-size: 24px;
	color: #ffed00;
	border: 2px solid #ffed00;
	display: inline-block;
	padding: 10px 50px;
}
.prevention .p-h-att .txtbold {
	font-weight: bold;
}
.prevention .p-body {
	background: #fafafa;
	padding: 10px 0;
	border-radius: 0 0 4px 4px;
}
.prevention .p-b-box {
	display: flex;
	padding: 10px 40px;
	align-items: center;
}
.prevention .p-b-left {
	margin-right: 20px;
	width: 150px;
}
.prevention .p-b-left img {
	width: 100%;
	height: auto;
}
.prevention .p-b-right {
	width: calc(100% - 150px);
}
.prevention .p-b-heading {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin: 10px 0 10px;
}
.prevention .p-b-text {
	margin: 0 3px;
	font-size: 16px;
	letter-spacing: 0;
}

/* スタッフ */
.p-staff .p-header {
	background: #253376;
}
.p-staff .p-body {
    border: 5px solid #253376;
}
.p-staff .p-b-heading {
	color: #253376;
}

/* お客様 */
.p-customer .p-header {
	background: #CC5520;
}
.p-customer .p-body {
    border: 5px solid #CC5520;
}
.p-customer .p-b-heading {
	color: #CC5520;
}
@media screen and (max-width: 768px) {
	.prevention {
		margin: 0 auto 80px;
		max-width: 92%;
	}
	.prevention * {
		margin: 0;
		padding: 0;
	}
	.prevention .p-header {
		text-align: center;
		padding: 60px 0;
	}
	.prevention .p-h-title {
		font-size: 60px;
		line-height: 1;
		margin-bottom: 40px;
		font-weight: bold;
	}
	.prevention .p-h-text {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.prevention .p-h-att {
		font-size: 24px;
		color: #ffed00;
		border: 2px solid #ffed00;
		display: inline-block;
		padding: 10px 50px;
	}
	.prevention .p-h-att .txtbold {
		font-weight: bold;
	}
	.prevention .p-body {
		background: #fafafa;
		padding: 10px 0;
		border-radius: 0 0 4px 4px;
	}
	.prevention .p-b-box {
		display: flex;
		padding: 10px 40px;
		align-items: center;
	}
	.prevention .p-b-left {
		margin-right: 20px;
		width: 150px;
	}
	.prevention .p-b-left img {
		width: 100%;
		height: auto;
	}
	.prevention .p-b-right {
		width: calc(100% - 150px);
	}
	.prevention .p-b-heading {
		font-size: 40px;
		font-weight: bold;
		line-height: 1;
		margin: 10px 0 10px;
	}
	.prevention .p-b-text {
		margin: 0 3px;
		font-size: 18px;
		letter-spacing: 0;
	}
}

/* スマホ対応 */
/*
@media screen and (max-width: 768px) {

img {
	max-width: 100%;
	height: auto;
}
#slide,
#contents,
#contents .point,
#contents .information,
#footerback,
#footer {
	width: 100%;
	height: auto;
	margin: 0;
}
#container {
	width: 100%;
	margin: 130px 0 0;
	box-shadow: none;
}
#header {
	background-size: contain;
	background-repeat: no-repeat;
	height: 130px;
	position: fixed;
	top: 0;
	z-index: 101;
	background-color: #f2d2c7;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
#header .he {
	font-size: 10px;
	margin: 0px 4% 6px;
}
#header table.h_con {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	padding: 0 0 0 15px;
}
#header tr:first-child td {
	padding: 5px 0px 0 20px;
	float: left;
}
#header tr td {
	width: calc(100% / 4 - 15px);
}
#header tr:first-child td:first-child {
	width: 50px;
	padding: 0 10px 0 10px;
	background: rgba(255,255,255,.8);
}
#header tr:last-child {
	display: none;
}

#header #menu:before {
	content: "MENU";
	position: absolute;
	left: 30%;
	right: 30%;
	bottom: 2px;
	text-align: center;
	background: #fafafa;
	padding: 1px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: bold;
	color: #666;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
}
#header #menu:before:hover {
}

#header #menu ul {
	margin: 40px 4% 0;
	display: none;
}
#header #menu:before:active ul {
	display: block;
}

#header #menu ul li {
	width: 100%;
	border-left: none;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

.slidePrev,
.slideNext {
	top: 70px;
}

#contents .point {
}
#container .po {
}
#container .po td {
}


}
*/

@media screen and (max-width: 768px) {
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
	/* iOSでもボタンのスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
	  border-radius: 0;
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
	.spbody,
	.spbody #container,
	.spbody #container #header,
	.spbody #container #header .h_con,
	.spbody #container #footerback,
	.spbody #container #footerback #footlink,
	.spbody #container #footerback #footMenu,
	.spbody #container #footerback #footMenu2,
	.spbody #container #footer,
	.spbody #container #contents {
		float: none;
		width: 100%;
		box-shadow: none;
		background-position-x: center;
		height: auto;
	}
	.spbody #container #header .he {
		margin: 0 2%;
	}
	.spbody #container #header .po {
		display: none;
	}
	.spbody #container #header #menu ul {
		font-size: 0;
		margin: 0 0 9px;
	}
	.spbody #container #header #menu li {
		width: auto;
		border: none;
		margin: 0 2px;
	}
	.spbody #container #header #menu li a {
		font-size: 11px;
		display: inline-block;
		padding: 6px 5px;
		background: rgba(255,255,255,.5);
		border-radius: 4px;
	}
	.spbody #container #contents img,
	.spbody #container #header img {
		max-width: 100%;
		height: auto;
	}
	.spbody #container #footerback {
		background-position-y: top;
		background-size: cover;
	}
	.spbody #container #footerback #footlink,
	.spbody #container #footerback #footlink p {
		margin: 0;
		padding: 10px 0 0;
	}
	.spbody #container #footerback #footlink img {
		width: 30%;
		height: auto;
	}
	.spbody #container #footerback #footMenu {
		margin-top: 0;
	}
	.spbody #container #footerback #footMenu td {
		float: left;
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
	}
	.spbody #container #footerback #footMenu2 {
		overflow: hidden;
		background: rgba(255,255,255,.4);
	}
	.spbody #container #footerback #footMenu2 ul {
		width: 42%;
		float: left;
		margin: 6% 4%;
	}
	.spbody #container #footerback #footMenu2 li {
		display: block;
		margin: 0 0 4%;
		line-height: 3;
	}
	.spbody #container #footerback #footMenu2 li a {
		display: block;
		border: 1px solid #d0a1a1;
		padding: 0 4%;
		border-radius: 8px;
		background: rgba(255,255,255,.6);
		box-shadow: 0 2px 2px rgba(0,0,0,.2);
	}
	.spbody #container #footer {
		padding: 6% 4%;
		width: 92%;
	}
	.spbody #container {
		margin-bottom: 0;
	}
	.spbody #container #contents .topNaviColumn2 {
		width: 100%;
		margin: 0;
	}
	.spbody #container #contents .topNaviColumn2 h1 {
		font-size: 20px;
	}
	.spbody #container #contents .topNaviColumn2 #mailform {
		padding: 30px 0 0;
	}
	.spbody #container #contents .topNaviColumn2 #mailform tr th,
	.spbody #container #contents .topNaviColumn2 #mailform tr td {
		width: 96%;
		float: left;
		margin: 0 2%;
		padding: 1% 0 0;
		border: none;
	}
	.spbody #container #contents .topNaviColumn2 #mailform tr th {
		border-left: 5px solid #D0A1A1;
		width: calc(96% - 10px);
		padding-left: 10px;
		border-top: solid 1px #D0A1A1;
		font-weight: bold;
	}
	.spbody #container #contents .topNaviColumn2 #mailform tr td {
		padding-bottom: 8%;
	}
	.spbody #container #contents .topNaviColumn2 #mailform input,
	.spbody #container #contents .topNaviColumn2 #mailform textarea {
		width: 96%;
		padding: 3% 2%;
		border: 1px solid #ccc;
		border-radius: 2px;
	}
	.spbody #container #contents .topNaviColumn2 #mailform input[type="radio"],
	.spbody #container #contents .topNaviColumn2 #mailform input[type="checkbox"] {
		width: auto;
	}
	.spbody #container #contents .topNaviColumn2 #mailform .postnum input {
		width: 44%;
		line-height: 1;
	}
	.spbody #container #contents .topNaviColumn2 #mailform .postnum input[type="button"] {
		border-radius: 60px;
		background: #c65353;
		color: #fff;
		border: 2px solid #fff;
		box-shadow: 0px 3px 5px rgba(0,0,0,.2);
	}
	.spbody #container #contents .topNaviColumn2 #mailform .sousin input {
		width: 30%;
		display: inline-block;
		line-height: 1;
		border-radius: 60px;
	}
	.spbody #container #contents .topNaviColumn2 #mailform .sousin input[type="submit"] {
		width: 55%;
		line-height: 2;
		background: #c65353;
		color: #fff;
		border: 2px solid #fff;
		box-shadow: 0px 3px 5px rgba(0,0,0,.2);
		margin: 0 0 0 8%;
	}

}

/* スタジオページ */
/* シーン紹介 */
.scene-inner {
	width:940px;
	padding:60px 0;
}
.scenepic-inner {
	padding: 0 0 60px;
}
.scenepic-inner .scenelist {
	margin: 0 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.scenepic-inner .scenelist li {
	width: 33%;
	list-style: none;
	margin: 0;
}
.scenepic-inner .scenelist li img {
	max-width: 100%;
	height: auto;
}
/* スタッフ紹介 */
.staffbox {
	margin: 30px 0 0;
}
.staffbox tr:nth-child(n) td {
	text-align: left;
}
.staffbox tr:nth-child(2n) td {
	text-align: right;
}
.staffbox td {
	padding: 0;
}
.staffbox td p {
	margin: 0;
	padding: 0;
}
.staffbox td img {
	max-width: 100%;
	height: auto;
}

/* ベリーペイントページ */
.bp {
}
.bp p {
	margin: 0;
	padding: 0;
}
.bp .pic img {
	width: 100%;
	height: auto;
}
.bp h1 {
	width: 500px;
	margin: 40px auto 30px;
	padding: 0;
}
.bp h1 img {
	width: 100%;
	height: auto;
}
.bp h2 {
	margin: 0 auto 30px;
	padding: 0;
	width: 500px;
}
.bp h2 img {
	width: 100%;
	height: auto;
}
.bp .box {
	outline: none;
	max-width: 100%;
	margin: 0 0 80px;
}
.bp .box .pic {
}
.bp .box .fv {
	width: 800px;
	margin: 0 auto;
}
.bp .box .omajinai {
	background: url("../images/bellypaint/title_bg.jpg") no-repeat center center;
	background-size: contain;
	margin: 30px 0 0;
	padding: 30px 0 0;
	height: 400px;
	text-align: center;
}
.bp .box .omajinai h2 {
	opacity: 0;
	margin: 0 0 60px;
}
.bp .box .omajinai p {
	margin: 0 0 0 120px;
	line-height: 2.6;
	font-size: 1rem;
	text-align: left;
}
.bp .box .exp {
	text-align: center;
	font-size: 1rem;
	margin: 0 0 30px;
}
.bp .box .pricetxt {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.bp .box .pricetxt .ossm {
	margin: 0 0 0 50px;
	text-align: center;
}
.bp .box .pricetxt .pic {
	margin: 0 170px 0 0;
}
.bp .box .pricetxt .pic a {
}
.bp .box .pricetxt .pic img {
	width: 160px;
}
.bp .box .exp {
	text-align: center;
	font-size: 1rem;
	margin: 0 0 30px;
}
.bp .box .qa {
	margin: 30px 0 0;
	padding: 60px 0 0;
	height: 340px;
}
.bp .box .qa .title {
	background: url("../images/bellypaint/question_q.png") no-repeat center center;
	background-size: contain;
	height: 44px;
	font-size: 1.2rem;
	text-align: center;
	padding: 24px 0 0;
	line-height: 1;
	margin: 0 0 30px;
}
.bp .box .qa .txt {
	
}
.bp .box .qa .txt span {
	color: #e34a1b;
}
.bp .box .qa1 {
	background: url("../images/bellypaint/question_bg1.jpg") no-repeat center center;
	background-size: contain;
}
.bp .box .qa1 .txt {
	margin: 0 0 0 290px;
}
.bp .box .qa2 {
	background: url("../images/bellypaint/question_bg2.jpg") no-repeat center center;
	background-size: contain;
}
.bp .box .qa2 .txt {
	margin: 0 0 0 140px;
}
.bp .box .qa3 {
	background: url("../images/bellypaint/question_bg3.jpg") no-repeat center center;
	background-size: contain;
}
.bp .box .qa3 .txt {
	margin: 0 0 0 90px;
}



/* 流れページ */
.flow {
}
.flow p {
	margin: 0;
}

.flow .icatch {
	
}
.flow .icatch h1 {
	
}
.flow .icatch h1 img {
	width: 620px;
	height: auto;
}
.flow .icatch p {
	font-size: 1.1rem;
	font-weight: bold;
}
.flow .part {
	
}
.flow .yoyaku {
	margin: 0 0 80px;
}
.flow .toujitsu {
	
}
.flow .part .title {
	margin: 0 auto 40px;
	width: 740px;
}
.flow .part .title img {
	width: 100%;
	height: auto;
}
.flow .part .num {
	margin: 0 110px 40px;
	padding: 0 0 0 60px;
	height: 50px;
	background-image: url("../../images/flow/num.png");
	background-repeat: no-repeat;
	background-size: 50px auto;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.4;
}
.flow .part .box .num {
	margin: 0 0px 40px;
}
.flow .part .num1 {
	
}
.flow .part .num2 {
	background-position-y: -50px;
}
.flow .part .num3 {
	background-position-y: -100px;
}
.flow .part .num4 {
	background-position-y: -150px;
}
.flow .part .num5 {
	background-position-y: -200px;
}
.flow .part .num6 {
	background-position-y: -250px;
}
.flow .part .box {
	outline: none;
	margin: 0 100px 40px;
	padding: 0 0 40px;
	border-bottom: 1px dashed #ddd;
}
.flow .morebtn a {
	min-width: 240px;
	background-color: #221815;
	color: #fff;
	font-family: serif;
	font-size: 1rem;
	border-radius: 0;
	border: 3px double #fff;
}
.flow .morebtn a:hover {
	opacity: .8;
}
.flow .yoyaku .box .txt {
	margin-left: 60px;
}
.flow .yoyaku .box .txt a {
	
}
.flow .yoyaku .box .txt img {
	width: auto;
	height: 50px;
}
.flow .yoyaku .box ul {
	margin: 10px 60px;
	font-size: 1rem;
}
.flow .yoyaku .box ul li {
	list-style-type: disclosure-closed;
	margin: 0 0 8px 20px;
}
.flow .yoyaku .box .att {
	color: #e70000;
	margin: 0 60px;
}

.flow .toujitsu .box {
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 10px 0;
	border: none;
	margin-bottom: 80px;
}
.flow .toujitsu .box .btn {
	
}
.flow .toujitsu .box .btn img {
	width: auto;
	height: 50px;
}
.flow .toujitsu .box .txt {
	font-size: .8rem;
}
.flow .toujitsu .box .txt span {
	font-size: .6rem;
	line-height: 1.6;
	display: inline-block;
}
.flow .toujitsu .t1 {
	background-image: url("../../images/flow/toujitsu_bg1.jpg");
	height: 290px;
	padding-top: 38px;
}
.flow .toujitsu .t1 .txt {
	
}
.flow .toujitsu .t1 .btn {
	position: absolute;
	bottom: 0;
	left: 30px;
}
.flow .toujitsu .t2 {
	background-image: url("../../images/flow/toujitsu_bg2.jpg");
	background-position-y: 25px;
	height: 280px;
	margin-bottom: 40px;
}
.flow .toujitsu .t2 .txt {
	position: absolute;
	right: 40px;
}
.flow .toujitsu .t2 .btn {
	position: absolute;
	top: 0;
	right: 60px;
}
.flow .toujitsu .t3 {
	background-image: url("../../images/flow/toujitsu_bg3.jpg");
	height: 280px;
	padding-top: 55px;
}
.flow .toujitsu .t3 .txt {
	position: absolute;
	top: 170px;
}
.flow .toujitsu .t4 {
	background-image: url("../../images/flow/toujitsu_bg4.jpg");
	background-position-y: 25px;
	height: 285px;
}
.flow .toujitsu .t4 .txt {
	position: absolute;
	right: 40px;
}
.flow .toujitsu .t4 .btn {
	position: absolute;
	right: 40px;
	bottom: 0;
}
.flow .toujitsu .t5 {
	background-image: url("../../images/flow/toujitsu_bg5.jpg");
	background-position-y: 25px;
	height: 360px;
}
.flow .toujitsu .t5 .txt {
	position: absolute;
	top: 70px;
	left: 20px;
}
.flow .toujitsu .t6 {
	background-image: url("../../images/flow/toujitsu_bg6.jpg");
	height: 340px;
	background-position-y: 25px;
}
.flow .toujitsu .t6 .txt {
	position: absolute;
	right: 10px;
}



/* エコーアートページ */
#contents.echoart {
	background-color: #000;
	padding: 0;
	color: #fff;
	text-align: center;
}
.echoart .box {
	outline: none;
	margin: 0 0 200px;
}
.echoart p {
	margin: 0;
}
.echoart img {
	max-width: 100%;
	height: auto;
}
.echoart .box h1 {
	display: flex;
		align-items: center;
		justify-content: center;
	margin: 0 0 -40px;
	padding: 0;
	height: 1410px;
	background: url("/images/echoart/icatch.jpg") no-repeat center center;
	background-size: cover;
}
.echoart .box h1 img {
	width: 800px;
	height: auto;
}
.echoart .box .copy {
	margin: 0 0 50px;
	font-size: 1.2rem;
	font-family: serif;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
.echoart .box h2 {
	padding: 0;
	margin: 0 0 60px;
}
.echoart .box h2 img {
	width: 300px;
}
.echoart .box .pricefig {
	position: relative;
}
.echoart .box .pricefig img {
	width: 700px;
}
.echoart .box .pricefig a {
	position: absolute;
		left: 160px;
		bottom: -80px;
	display: block;
	width: 240px;
}
.echoart .contentsbox h2 img {
	width: 500px;
}
.echoart .box .contentslist {
	margin: 0 auto;
	width: fit-content;
}
.echoart .box .contentslist li {
	margin: 0 0 40px;
	list-style: none;
	font-size: 1.4rem;
	font-family: serif;
	text-align: left;
	line-height: 30px;
}
.echoart .box .contentslist li:before {
	content: "";
	display: inline-block;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	background: url("../images/echoart/contents_star.png")  no-repeat center;
	background-size: contain;
	vertical-align: bottom;
}
.echoart .box .flowstep {
	overflow: hidden;
	margin: 0 auto 50px;
	width: 740px;
	font-size: 1rem;
	text-align: left;
}
.echoart .box .flowstep img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 50px;
}
.echoart .box .flowstep .text {
	margin: 4px 0 0;
}
.echoart .box .flowstep .text:after {
	content: "";
	display: inline-block;
	width: 610px;
	height: 10px;
	background: url("../images/echoart/flow_border.png")  no-repeat center;
	background-size: contain;
}
.echoart .box .att {
	margin: -50px 0px 80px 170px;
	color: #f33;
	text-align: left;
	font-size: 1.2rem;
}
.echoart .box .flowfig {
	display: block;
	margin: 0 auto 80px;
	width: 800px;
}

/* プランページのエコーアートバナー */
.echoartbanner {
	margin: 0 auto 40px;
	width: 800px;
}
.echoartbanner img {
	max-width: 100%;
	height: auto;
	border: 4px solid #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .3) 0px 4px 8px;
	box-sizing: border-box;
}


/*ペットご注意事項ページ*/
.pet-page {
	padding: 0 !important;
}
.pet-page .flag {
	background: url("../images/pet/fig_flag.png") no-repeat center top;
	background-size: contain;
	padding: 100px 0 0;
}
.pet-page h2 {
	line-height: 1;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}
.pet-page h2 img {
	width: 700px;
	height: auto;
}

.pet-page .icatch {
	margin: 0 0 40px;
}
.pet-page .icatch h1 {
	margin: 0;
}
.pet-page .icatch h1 img {
	max-width: 100%;
	height: auto;
}

.pet-page .check {
	padding: 100px 4% 0;
}
.pet-page .check ul {
	margin: 0 0 80px;
}
.pet-page .check ul li {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}
.pet-page .check ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.pet-page .check ul li .pic {
	max-width: 50%;
}
.pet-page .check ul li .txtbox {
	
}
.pet-page .check ul li .txtbox img {
	max-width: 80%;
	display: block;
	margin: 0 auto 20px;
}
.pet-page .check ul li .txtbox p {
	margin: 0 40px 0;
	line-height: 1.4;
}

.pet-page .qa {
	padding: 100px 4% 0;
}
.pet-page .qa h2 img {
	height: auto;
}
.pet-page .qa dl {
	margin: 0;
}
.pet-page .qa dl dt {
	margin: 0;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}
.pet-page .qa dl dt:before {
	content: "";
	display: inline-block;
	width: calc(61.2px * 3);
	height: calc(64px * 3);
	background: url("../images/pet/qa_fig_q.jpg") no-repeat center;
	background-size: contain;
}
.pet-page .qa dl dd {
	margin: -40px 0 50px;
	background: none;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pet-page .qa dl dd:after {
	content: "";
	display: inline-block;
	margin: 0 0 20px 20px;
	width: calc(58.7px * 3);
	height: calc(54.8px * 3);
	background: url("../images/pet/qa_fig_a.jpg") no-repeat center;
	background-size: contain;
}

.pet-page .gallery .comingsoon { /*comingsoon*/
	margin: 0 auto 80px;
	max-width: 70%;
	height: auto;
}
.pet-page .gallery h2 img {
	height: auto;
}
.pet-page .gallery .gallery-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pet-page .gallery .gallery-inner div {
	margin: 10px;
}
.pet-page .gallery .gallery-inner div a {
	display: block;
}
.pet-page .gallery .gallery-inner div a img {
	display: block;
	border-radius: 200px;
	outline: none;
}



/* ---cancel--- */

.cancel-inner {
    width:800px;
    margin: 0px auto;
    padding: 60px 0 1px;
    background-color: rgba(255,255,255,.8);
}
.cancel-inner h1 {
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.cancel-inner h2 {
	margin: 40px 0 20px;
	font-size: 1.4rem;
	text-align: center;
	padding: 20px 0;
}
.cancel-inner h5 {
	margin: 0 4%;
	font-size: 1.4rem;
}
.cancel-inner h5 span {
	font-weight: bold;
	color: #ff3333;
}
.cancel-inner p {
	margin: 0 auto 60px;
	width: 600px;
	line-height: 1.6;
}
.cancel-inner ul {
	text-align: left;
	width: fit-content;
	margin: 20px auto 60px;
}
.cancel-inner li {
	margin: 0 0 20px;
}
.cancel-inner table {
	font-size: 1.2rem;
	table-layout: fixed;
	line-height: 1.2;
	margin: 0 auto 60px;
}
.cancel-inner tr {
	
}
.cancel-inner tr th {
	padding: 5px 20px;
	font-size: 1rem;
}
.cancel-inner tr td {
	padding: 10px 0px;
	background: #f6f6f6;
	border: 5px solid #fff;
}
.cancel-inner tr th:first-child {
	border-right: 1px solid #aaa;
	width: 5em;
	text-align: right;
}
.cancel-inner .table_late tr:nth-child(1) th,
.cancel-inner .table_cancel tr:nth-child(2) th {
	border-bottom: 1px solid #aaa;
	padding: 0px 10px 10px;
}
.cancel-inner .table_late tr th:first-child {
	vertical-align: top;
	padding: 15px 10px;
}
.cancel-inner .table_late tr td.shinkou {
	background: #fff;
	font-size: 1rem;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
.cancel-inner .table_late tr td.chikoku {
	background: #ffeeee;
	color:#f00;
	text-align: left;
	padding: 10px 20px;
}
.cancel-inner .table_late tr:nth-child(1) th:nth-child(2) {
	width: 9em;
}
.cancel-inner .table_cancel tr td.need {
	background: #ffeeee;
	color:#f00;
}






/**************************/
/* MailformPro導入した */
/**************************/
#mailformpro {
	padding: 5px;
}
#mailformpro tr th {
	width: 220px;
	vertical-align: top;
}
#mailformpro input,
#mailformpro textarea {
	padding: 7px 5px;
	line-height: 1.4;
}
#mailformpro .cospic {
	
}
#mailformpro .cospic h3 {
	margin: 0 0 5px;
	padding-left: 15px;
}
#mailformpro .cospic hr {
	margin: 20px 0;
	/* border-color: cornsilk; */
}
#mailformpro .cospic label {
	width: calc(25% - 3px);
	text-align: center;
	background: #fff;
	font-size: .7rem;
	margin: 0 0 4px;
}
#mailformpro .cospic label img {
	max-width: 100%;
	height: auto;
}
#mailformpro .cospic label input {
	display: block;
	position: absolute;
}
#mailformpro .submit input[type="submit"] {
	display: inline-block;
	background: #cc2900;
	margin: 40px 0px;
	padding: 10px 30px;
	box-shadow: 0px 3px 3px #cc290059;
	border: 2px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
	text-shadow: none;
}
#mailformpro .submit input[type="submit"]:hover {
	background: #fff;
	color: #cc2900;
}
#mailformpro .submit input[type="reset"] {
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 4px;
	background: #fafafa;
	border: 2px solid #aaa;
	color: #666;
	transition: .2s;
}
#mailformpro .submit input[type="reset"]:hover {
	background: #aaa;
	color: #fff;
}
#mailformpro input[type="date"] {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
}
#mailformpro table.mailform tr td textarea {
	width: 100%;
	height: auto;
}

/* 年末年始バナーなど */
.attention {
	background: #fff;
	padding: 20px 40px;
	margin: 0 0 40px;
	border: 18px double #ff0;
	box-shadow: 0px 4px 11px rgba(0,0,0,.2);
}
.attention h2 {
	font-size: 1.6rem;
}
.attention p {
	
}


/* 取り急ぎの問い合わせページスマホ対応 */
@media screen and (max-width: 768px) {
	.spbody #container #contents #mailformpro {
		padding: 30px 0 0;
	}
	.spbody #container #contents #mailformpro tr th,
	.spbody #container #contents #mailformpro tr td {
		width: 96%;
		float: left;
		margin: 0 2%;
		padding: 1% 0 0;
		border: none;
	}
	.spbody #container #contents #mailformpro tr th {
		border-left: 5px solid #D0A1A1;
		width: calc(96% - 10px);
		padding-left: 10px;
		border-top: solid 1px #D0A1A1;
		font-weight: bold;
	}
	.spbody #container #contents #mailformpro tr td {
		padding-bottom: 8%;
	}
	.spbody #container #contents #mailformpro input,
	.spbody #container #contents #mailformpro textarea {
		width: 96%;
		padding: 3% 2%;
		border: 1px solid #ccc;
		border-radius: 2px;
	}
	.spbody #container #contents #mailformpro input[type="radio"],
	.spbody #container #contents #mailformpro input[type="checkbox"] {
		width: auto;
	}
	.spbody #container #contents #mailformpro .postnum input {
		width: 44%;
		line-height: 1;
	}
	.spbody #container #contents #mailformpro .postnum input[type="button"] {
		border-radius: 60px;
		background: #c65353;
		color: #fff;
		border: 2px solid #fff;
		box-shadow: 0px 3px 5px rgba(0,0,0,.2);
	}
	.spbody #container #contents #mailformpro .sousin input {
		width: 30%;
		display: inline-block;
		line-height: 1;
		border-radius: 60px;
	}
	.spbody #container #contents #mailformpro .sousin input[type="submit"] {
		width: 55%;
		line-height: 2;
		background: #c65353;
		color: #fff;
		border: 2px solid #fff;
		box-shadow: 0px 3px 5px rgba(0,0,0,.2);
		margin: 0 0 0 8%;
	}
}



/* アクセスページ改修251019 */

.access-inner {
	padding: 60px 0;
	background-color: rgba(255,255,255,.5);
}
.access1 {
    width:800px;
    margin: 25px auto;
    padding: 20px 30px 2px 30px;
        background: #e0e6e4;
}

.access2 {
    width:800px;
    margin: 25px auto;
    padding: 20px 30px 2px 30px;
}
/* 251017アクセスページ改修 */
.access-inner h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	color: #56484d;
	letter-spacing: 2px;
	margin: 0 0 20px;
	padding: 26px 0 30px;
	border-top: 3px solid #56484d;
	border-bottom: 3px solid #56484d;
	background: rgba(255,255,255,.4);
}
.access-inner h3 {
	width: 740px;
	margin: 0 auto 10px;
	background-color: #444;
	padding: 6px 20px 8px;
}
.access-inner h3 span {
	font-size: .8rem;
}
.access-inner .title_text {
	margin: 20px 0 60px;
	text-align: center;
}
.access-inner .detail {
	
}
.access-inner .detail table {
	width: 740px;
	text-align: initial;
	margin: 0 auto 0px;
}
.access-inner .detail th {
	color: #333;
	text-align: right;
	padding: 20px 20px 0 20px;
	vertical-align: baseline;
	border-bottom: 1px solid #aaa;
}
.access-inner .detail td {
	padding: 20px 20px 20px 0;
	font-size: 1rem;
	line-height: 1.4;
	border-bottom: 1px solid #aaa;
}
.access-inner .detail td span {
	font-size: .8rem;
}
.access-inner .detail tr:first-child th,
.access-inner .detail tr:first-child td {
	padding-top: 0;
}
.access-inner .detail tr:last-child th,
.access-inner .detail tr:last-child td {
	border-bottom: none;
}

.access-inner .detail td a {
	
}
.access-inner .detail iframe {
	margin: 0 auto 80px;
	display: block;
	max-width: 740px;
	width: 80%;
	border-radius: 6px;
	border: 1px solid #aaa;
}

.access-inner .train {
	
}
.access-inner .train ul {
	margin: 0 auto 60px;
	max-width: 640px;
}
.access-inner .train li {
	margin-bottom: 20px;
}
.access-inner .train li span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}

.access-inner .car {
}
.access-inner .car p {
	width: 740px;
	margin: 0 auto 20px;
}
.access-inner .car ol {
	margin: 0 auto 20px;
	width: 740px;
}
.access-inner .car ol li {
	list-style-type: decimal;
}
.access-inner .car .group1 {
	width: 600px;
	margin: 0 auto 30px;
	display: block;
}
.access-inner .car .group1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.map {
	width: 740px;
	margin: 0 auto 40px;
}
.map li {
	margin: 0 0 20px 0;
	list-style: none;
}
.map li span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.map li img {
	width: 30px;
	height: auto;
}
.mappin {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 4px solid #fff;
	border-radius: 40px;
	background: #c84726;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}


