@charset "Shift_JIS";
/*--------------------------------------------------------
	共通レイアウト設定
--------------------------------------------------------*/

.hpb-layoutset-01 #hpb-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.hpb-layoutset-02 #hpb-container{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	min-width:960px;
}
.hpb-layoutset-03 #hpb-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.hpb-layoutset-01 #hpb-inner{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.hpb-layoutset-02 #hpb-inner{
    margin-top : 37px;
}
/*--------------------------------------------------------
/*--------------------------------------------------------
	共通レイアウトパーツ設定
--------------------------------------------------------*/

/* ヘッダー内パーツ */

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top : 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    text-align: left;
    font-weight: normal;
    line-height: 12px;
    font-size: 14px;
    float: left;
}
#hpb-headerMain-right{
    float: right;
    margin-top: 10px;
    margin-right : 0px;
    margin-bottom : 10px;
}
.hpb-headerMain-white{
    padding: 5px 10px;
    background-color : #e95b8d;
    margin-top : 10px;
    display : inline-block;
    border-width : 2px;
    border-style : solid;
    border-color : #e95b8d;
    cursor : pointer;
}
.hpb-headerMain-red{
    padding: 5px 10px;
    background-color : white;
    display : inline-block;
    margin-top : 10px;
    border-width : 2px;
    border-style : solid;
    border-color : #e95b8d;
    cursor : pointer;
}
.hpb-headerMain-white a:link, .hpb-headerMain-white a:visited, .hpb-headerMain-white a:hover, .hpb-headerMain-white a:active{
	color: #ffffff;
    text-decoration: none;
}
.hpb-headerMain-red a:link, .hpb-headerMain-red a:visited, .hpb-headerMain-red a:hover, .hpb-headerMain-red a:active{
    text-decoration: none;
}
#hpb-headerLogo a{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height : 95px;
    width : 220px;
    background-image : url(../img/logo_5Mb.png);
    background-position : right top;
    background-repeat: no-repeat;
    margin-left: 20px;
}
#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top : 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 1.3em;
    line-height: 19px;
    text-align: right;
}
#hpb-headerExtra1 p.tel a:link, #hpb-headerExtra1 p.tel a:visited, #hpb-headerExtra1 p.tel a:hover, #hpb-headerExtra1 p.tel a:active{
    text-decoration: none;
}
#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    overflow: hidden;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
}
#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 19px;
    font-size: 0.9em;
    text-align: right;
}
/* フッター内パーツ */

#hpb-footer{
    clear: both;
    padding-bottom: 38px;
}

#hpb-footerMain{
    padding-top: 5px;
    padding-bottom: 10px;
    background-color : #172737;
}
#hpb-footerMain p{
    /* コピーライト文字設定 */
    font-size : 14px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
#hpb-footerExtra1{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}
#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline-block;
    text-align: left;
}
#hpb-footerExtra1 li a{
    background-image: url(../img/arrow_5Mb.png);
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-left: 14px;
}
/* サイドブロック内パーツ */

/* バナー */
#banner ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
    list-style-type: none;
}
#banner li{
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    margin-right : 10px;
}
#banner li a{
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#banner2 ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
    list-style-type: none;
}
#banner2 li{
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    margin-right : 10px;
}
#banner2 li a{
    display: block;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
/* 店舗情報 */
#shopinfo{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ead78d;
    background-image: url(../img/sideBg_5Mb.png);
    background-position: 0px 32px;
    background-repeat: repeat;
    position: relative;
    margin-bottom: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cae4a6;
    border-right-color: #cae4a6;
    border-bottom-color: #cae4a6;
    border-left-color: #cae4a6;
}
#shopinfo img.shopinfo-img{
    position: absolute;
    top: 10px;
    left: 81px;
}
#shopinfo h3{
    text-align: center;
    padding-top: 127px;
    text-transform: uppercase;
    color: #6b8c18;
    background-image: url(../img/shopinfoBg_5Mb.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}
#shopinfo h3 .ja{
    display: none;
}
#shopinfo h4{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cae4a6;
    padding-left: 5px;
    font-size: 1em;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #000;
}
#shopinfo p{
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0.1em;
}
/*--------------------------------------------------------
	ナビゲーションデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    height : 37px;
    overflow: hidden;
    letter-spacing: -0.4em;
    font-weight : bold;
	}

#hpb-nav li{
    display: inline-block;
    letter-spacing: 0;
}
#hpb-nav li a{
    display: block;
    height : 20px;
    text-align: center;
    border-right : 1px solid white;
    line-height : 20px;
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 8px;
	font-size:14px;
	font-weight: normal;
}
#hpb-nav li span.en{
    display: none;
}
#hpb-nav li span.ja{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#hpb-nav a:link{
    color: #fff;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #fff;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #fff;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #fff;
    text-decoration: none;
}
#nav-wrap{
    width: 100%;
    height : 38px;
    background-color : #e95b8d;
    clear : both;
    position : fixed;
    bottom : 0px;
    z-index : 100 !important;
}

/*--------------------------------------------------------
	基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link, a:visited, a:hover, a:active{
    color: #1c1c1c;
    text-decoration: none;
}
#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}
p{
    margin-bottom: 2em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    line-height: 1.4;
    text-align: left;
}
p.large{
    color: #561f16;
    font-weight: bold;
    font-size: 1.1em;
}
p.indent{
    padding-left: 15px;
}
.left{
    float: left;
}
.right{
    float: right;
}
hr{
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
}
.hpb-layoutset-02 h2{
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    overflow: hidden;
    font-weight: normal;
    padding-left: 20px;
    letter-spacing: 0.2em;
}
.hpb-layoutset-02 h2 span.ja{
    display: none;
}
h2 span.en{
    font-size: 1em;
    font-family: century, serif;
    font-weight: normal;
    text-transform: uppercase;
}
.hpb-layoutset-02 #hpb-wrapper h3{
    font-size : 1.5em;
    padding-top: 3px;
    padding-left: 14px;
    padding-right: 5px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}
h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}
h4{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: left;
    font-size: 1em;
    line-height: 1.2;
}
h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    background-image: url(../img/arrow_5Mb.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
}
table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #e95b8d;
}
table th{
    padding-top: 8px;
    padding-right : 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align : center;
    background-color : white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #e95b8d;
}
table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #e95b8d;
}
/* フォームパーツ設定 */
button, input.button{
    margin-top: 10px;
    margin-bottom : 10px;
    font-size : 16px;
    margin-left : 10px;
    margin-right : 10px;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
}
textarea{
    width: 380px;
    height: 200px;
}
input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}
/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right : 0px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left : 16px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color : #e95b8d;
    background-image : url(../img/arrow_5Mb.png);
    background-repeat : no-repeat;
    background-position : left center;
    margin-left : 20px;
}
#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 16px;
    background-image: url(../img/arrow_5Mb.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
}
#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.4;
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #e95b8d;
}
#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}
#pagetop{
	z-index: 100;
    text-align: center;
    width : 75px;
    height : 75px;
    position: fixed;
    bottom: 50px;
    right: 6px;
}
#pagetop a{
	box-sizing:border-box;
	color: #e95b8d;
    overflow: hidden;
    text-align: center;
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
	border: 3px solid #e95b8d;
}

#pagetop span {
	font-weight: bold;
	margin-left: -2px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width :75px;
}
#pagetop a:hover, #pagetop a:active{
	background-color: rgba(255,255,255,1.0);
}
#toppage-news{
    padding-bottom: 10px;
}
#toppage-news h3{
    font-size: 1.5em;
    color: #ffffff;
    padding-top: 3px;
    padding-left: 14px;
    padding-right: 5px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    background-image: url(../img/mainmenuBg_5Mb.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}
#toppage-news span.ja{
    display: none;
}
.prolog{
    text-align: center;
}
.prolog-title{
    font-size: 2.5em;
    line-height: 2em;
}
.prolog p{
    text-align: center;
    font-size: 1.1em;
    line-height: 2.2em;
}
.news-photo{
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
}
.news-comment{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}
.news-comment::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#toppage-news hr{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 0px;
    width: 598px;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cae4a6;
}
#toppage-news span.date{
    font-weight: bold;
    line-height: 1.5;
    color: #009999;
}
.topinfo{
    width: 100%;
}
.topinfo-fea{
    float: left;
    background-color: #fed6d7;
    border-width: 6px;
    border-style: double;
    border-color: #ffffff;
    width: 205px;
    height: 185px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.topinfo-sub{
    position: absolute;
    top: 60px;
    width: 100%;
}
.topinfo-plan{
    float: left;
    color : #ffffff;
    background-color : #00cccc;
    border-width: 6px;
    border-style: double;
    border-color: #ffffff;
    width: 205px;
    height: 185px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.topinfo-box{
    float: left;
    width: 205px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color : #420000;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
}
.topinfo-image{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.topinfo-date{
    float: left;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #420000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.topinfo-exp{
    float: left;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #420000;
    padding-top: 5px;
}
#topconcept{
    float: left;
    width: 920px;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color : #8fd2f5;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color : #8fd2f5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left : 20px;
    margin-right : 20px;
    margin-bottom : 10px;
    margin-top : 20px;
}
#topconcept-main{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top : 15px;
}
#topconcept-img{
    float: right;
    width : 320px;
    margin-top : 20px;
}
#topconcept-exp{
    float: left;
    width : 580px;
}
/* コンセプトページ デザイン定義 */

#concept > img{
    margin-right : 0px;
}
#concept-main{
    float: left;
    padding-top: 15px;
    padding-bottom : 0px;
    margin-bottom : 15px;
    width : 100%;
}
#concept-exp{
    background-image : url(../img/concept_bg.png);
    background-repeat : no-repeat;
    background-position : center bottom;
    background-color : white;
    padding-top : 15px;
}
#concept-exp p{
    text-align: center;
}
/* メニューページ デザイン定義 */
#menu .item{
    width: 300px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 25px;
    min-height: 135px;
}
#menu .item h3{
    width: 276px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
#menu .item dl{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 0.95em;
    padding-right: 5px;
}
#menu .item dt{
    width: 11em !important;
}
#menu .item dd{
    text-align: right;
    padding-left: 12.5em;
}
/* クーポン デザイン定義 */

#news p.large{
    padding-top: 20px;
}
#coupon{
    border-top-width: 4px;
    border-top-style: double;
    border-top-color: #ead78d;
    border-right-width: 4px;
    border-right-style: double;
    border-right-color: #ead78d;
    border-bottom-width: 4px;
    border-bottom-style: double;
    border-bottom-color: #ead78d;
    border-left-width: 4px;
    border-left-style: double;
    border-left-color: #ead78d;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fff;
}
#coupon::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#coupon-off{
    width: 360px;
    float: left;
}
#coupon-off p{
    padding-left: 0;
}
#coupon-limit{
    width: 170px;
    float: right;
}
#coupon-limit p{
    padding-left: 0;
    color: #9b2c1a;
}
.hpb-layoutset-02 #hpb-wrapper #coupon h3{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    border-bottom-style: dotted;
    border-bottom-color: #ead78d;
    color: #561f16;
    background-image: none;
}
#coupon h4{
    width: 110px;
    margin-right: auto;
    background-color: #561f16;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: none;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 10px;
}
#coupon p{
    margin-bottom: 0;
    margin-left: 23px;
}
#coupon hr{
    margin-top: 0;
    margin-bottom: 0;
}
/* アクセスマップ */

#access img{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}
/* ご予約 */

#contact p.large{
    padding-top: 20px;
}
#contact form{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#contact form table{
    width: 100%;
}
#contact form th, #contact form td, #contact form td input{
    text-align: left;
}
/* プライバシー */

#privacy p.large{
    padding-top: 20px;
}
#privacy ul{
    padding-left: 17px;
}
#privacy-main{
    float: left;
    width : 100%;
    padding-top : 0px;
    padding-bottom : 0px;
    margin-bottom : 15px;
}
#privacy-main h2{
    padding-left : 10px;
    padding-top : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    margin-left : 20px;
    background-color : #ffffff;
    margin-right : 20px;
}
.nowrap{
    white-space: nowrap;
}
#salon-main{
    float: left;
    padding-top : 0px;
    padding-bottom : 0px;
    margin-bottom : 15px;
    width : 100%;
}
#salon-main h2{
    font-size : 22px;
    background-color : #ffffff;
    padding-top : 5px;
    padding-bottom : 5px;
    margin-left : auto;
    margin-right : auto;
}
.salon-box{
    float: left;
    width: 280px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color : #e95b8d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
}
.salon-image{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.salon-exp{
    float: left;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #e95b8d;
    margin-top: 10px;
    padding-top: 5px;
    text-align: left;
    min-height: 4.8em;
}
#plan-main{
    float: left;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color : #e95b8d;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color : #e95b8d;
    padding-bottom : 0px;
    margin-bottom : 15px;
    text-align : center;
}
#plan-main h2{
    font-size : 18px;
    color : #e95b8d;
    background-color : #ffffff;
    padding-top : 5px;
    padding-left : 10px;
    padding-right : 5px;
    padding-bottom : 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #e95b8d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #e95b8d;
    margin-top : 15px;
    margin-bottom : 15px;
}
.plan-image table{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-collapse: collapse;
    border-top-width: 0px;
    border-top-style: none;
}
.plan-image table th{
    color : #ffffff;
    padding-top : 4px;
    padding-right : 0px;
    padding-bottom : 4px;
    padding-left : 0px;
    text-align : center;
    background-color : #ff969c;
    border-top-width : 2px;
    border-right-width : 6px;
    border-bottom-width : 2px;
    border-left-width : 2px;
    border-top-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-left-style : solid;
    border-top-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : #ffffff;
    border-left-color : #ffffff;
}
.plan-image table td{
    color : #ffffff;
    padding-top : 4px;
    padding-right : 0px;
    padding-bottom : 4px;
    padding-left : 0px;
    text-align: center;
    background-color : #ff969c;
    border : 2px solid #ffffff;
}
.plan-box{
    text-align: center;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
    float : left;
}
.plan-image{
    float: left;
    width : 430px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.linkbtn{
    padding : 15px;
    margin : 15px 30px;
    background-color : #e95b8d;
    color : white;
    font-size : 24px;
    font-weight : bold;
    border-style : none;
    cursor : pointer;
}
.linkbtn a{
    color: #fff;
    text-decoration : none;
}
.plan-exp{
    float: left;
    width : 500px;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}
.plan-title{
    color : #e95b8d;
    font-size: 18px;
    font-weight: bold;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color : #e95b8d;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
#staff-main{
    float: left;
    padding-top : 0px;
    padding-bottom : 10px;
    margin-bottom : 15px;
}
#staff-main h2{
    font-size : 24px;
    background-color : #ffffff;
    padding-top : 5px;
    padding-left : 10px;
    padding-right : 5px;
    padding-bottom : 5px;
    margin-right : 20px;
}
.staff-image{
    float: left;
    width : 290px;
    height : 290px;
    margin-top: 10px;
    margin-right: 10px;
    border-width : 6px;
    border-style : solid;
    border-color : #e95b8d;
}
.staff-exp{
    float: left;
    width : 302px;
    height : 252px;
    margin-top: 10px;
    margin-right: 10px;
    font-size : 12px;
    text-align : center;
    vertical-align : middle;
    padding-top : 50px;
    background-color : white;
}
#photo{
    padding-left: 15px;
    padding-bottom: 10px;
}
#photo ul li{
    background-image: none!important;
    margin-left: 0!important;
}
.tab{
    overflow: hidden;
}
ul.tab{
    padding-left: 15px!important;
}
.tab li{
    background: #ccc;
    padding: 5px 15px!important;
    float: left;
    margin-right: 1px;
}
.tab li.select{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box white;
    border-top-width : 3px;
    border-top-style : double;
    border-top-color : #8fd2f5;
    z-index : 1;
    margin-top: 1px;
}
ul.content{
    border-bottom-width : 3px;
    border-bottom-style : double;
    border-bottom-color : #8fd2f5;
    z-index : -1;
    margin-right : 15px!important;
    font-size: 14px;
}
.content li{
    margin-top: -3px;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box white;
    border-top-width : 3px;
    border-top-style : double;
    border-top-color : #8fd2f5;
    padding : 20px!important;
}
.hide{
    display: none;
}
.content-full{
    float: left;
    width: 890px;
    margin-bottom: 15px;
}
.content-half-left{
    float: left;
    width: 440px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.content-half-right{
    float: left;
    width: 440px;
    margin-bottom: 15px;
}
#dress{
    padding-left : 10px;
    padding-right : 10px;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
}
.dress-box{
    float: left;
    text-align: center;
    padding-bottom: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
    width : 100%;
}
.dress-image{
    float: right;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.dress-exp{
    float: left;
    width : 600px;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}
.dress-title{
    float: left;
    width : 600px;
    font-size: 30px;
    font-family: Segoe Script;
    font-weight: bold;
    text-decoration: underline;
}
.hpb-photomotion{
    width : 100%;
}
#pc-image{
    display: block;
}
#phone-image{
    display: none;
}
.custom-image{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.flower-box{
    float: left;
    width : 280px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color : #e95b8d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
}
.flower-image{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.flower-title{
    font-size: 18px;
    font-weight: bold;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color : #e95b8d;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    color : #e95b8d;
}
.flower-exp{
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    min-height: 9.6em;
}
.flower-exp-w{
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    min-height: 9.6em;
}
#chose{
    text-align: center;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
    padding-bottom: 10px;
    background-color : #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
    float : left;
}
.chose-box{
    float: left;
    width : 280px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color : #e95b8d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
}
.chose-image{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.chose-title{
    color : #e95b8d;
    font-size: 18px;
    font-weight: bold;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color : #e95b8d;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.chose-title a{
    color : #e95b8d;
    text-decoration: none;
}
.chose-exp{
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    min-height : 9.6em;
}
#design{
    text-align: center;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
}
#design p{
    text-align: center;
}
.design-box{
    text-align: center;
}
.design-title{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color : #e95b8d;
    color : #ffffff;
    text-align: center;
    margin-bottom : 15px;
    font-size : 24px;
    font-weight : bold;
}
.design-item{
    width: 95px;
    text-align: center;
    display : inline-block;
}
.design-icon{
    text-align: center;
}
.design-name{
    color: #a38b77;
    text-align : center;
    font-size : 14px;
}
hr.design-arrow{
    background-image : url(../img/design-arrow.png);
    text-align: center;
    background-repeat : no-repeat;
    background-position : center center;
    height : 30px;
    margin-bottom : 20px;
}
#hall{
    text-align: center;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
#hall h2{
    font-size : 18px;
    background-color : #ffffff;
    padding-top : 5px;
    padding-left : 10px;
    padding-right : 5px;
    padding-bottom : 5px;
    margin-bottom : 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #e95b8d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #e95b8d;
}
#hall-exp{
    background-color : #ffffff;
    padding-top : 15px;
    padding-left : 10px;
    padding-right : 5px;
    padding-bottom : 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #e95b8d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #e95b8d;
    margin-bottom: 15px;
    text-align: left;
}
#hall-items {
}
.hall-item{
    font-size : 14px;
    border-width: 1px;
    border-style: solid;
    border-color : #e95b8d;
    background-color : #ffffff;
    padding : 5px 10px;
    margin-right : 15px;
    display : inline-block;
}
#hall-image{
    font-size: 14px;
    background-color : #ffffff;
    padding-top : 15px;
    padding-left : 15px;
    padding-right : 15px;
    padding-bottom : 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : white;
}
.hall-full{
    float: left;
    width: 890px;
    margin-bottom: 15px;
}
.hall-half-left{
    float: left;
    width: 440px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.hall-half-right{
    float: left;
    width: 440px;
    margin-bottom: 15px;
}
#inquiry{
    border-top-width: 3px;
    border-top-style: double;
    border-top-color : #e95b8d;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color : #e95b8d;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom : 10px;
    margin-top : 20px;
    background-color : white;
    padding-left : 15px;
    padding-right : 15px;
}
#inquiry form{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #cae4a6;
}
#inquiry dl{
    margin-bottom : 0px;
}
#inquiry dt{
    background-image: none !important;
}
#inquiry dd{
    padding-bottom : 8px;
}
#inquiry p{
    padding-left : 15px;
    margin-bottom : 0px;
    padding-bottom : 20px;
}
.character{
    ime-mode: active;
}
.alphabet{
    ime-mode: disabled;
}
.number{
    ime-mode: disabled;
    text-align: right;
}
.error{
    color: #f00;
}
input{
    vertical-align: middle;
}
em{
    font-style: normal;
    color: #F00;
}
.coution{
    color : #ff0000;
    padding-left : 0px !important;
    padding-bottom : 0px !important;
    font-size : 14px;
}
.box-full{
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.box-full p{
    clear: both;
}
.box-left{
    float: left;
    width: 470px;
    min-height: 320px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.box-left2{
    float: left;
    width: 300px;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.box-left-img{
    float: left;
    width: 100%;
}
.box-left-text{
    float: left;
    width: 100%;
}
.box-right{
    float: right;
    width: 480px;
    min-height: 320px;
    margin-bottom: 10px;
}
.box-right-sub{
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
}
.box-right-img{
    float: left;
    width: 200px;
    min-height: 100px;
}
.box-right-img2{
    float: left;
    width: 230px;
    min-height: 155px;
    margin-right: 10px;
}
.box-right-img3{
    float: left;
    width: 150px;
    min-height: 200px;
    margin-right: 10px;
}
.box-right-text{
    float: right;
    width: 270px;
    min-height: 100px;
}
.box-title{
    text-align: center;
    clear: both;
    max-width: 400px;
    border : 2px solid #aa9977;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.box-title span{
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}
.toggle{
    cursor : pointer !important;
}
.box-more{
    clear: both;
    float: right;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
}
#salon{
    padding-left : 10px;
    padding-right : 10px;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
}
#privacy{
    padding-left : 10px;
    padding-right : 10px;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
}
#concept{
    padding-left : 10px;
    padding-right : 10px;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
}
#staff{
    padding-left : 10px;
    padding-right : 10px;
    border-top-width : 3px;
    border-bottom-width : 3px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #e95b8d;
    border-bottom-color : #e95b8d;
}
.top-video-wrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 560px;
}
.top-video{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.top-video iframe{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* youx4 */
.orgtextbox{
    font-family: 'Old Standard TT', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
    margin-bottom: 30px;
}
.orgtextbox .orgtextbox-title{
    font-size: 90px;
}
.orgtextbox .orgtextbox-exp{
    font-size: 24px;
    padding-bottom: 20px;
}
.orgtextbox .orgtextbox-sub{
    font-size: 14px;
    font-style: italic;
}
.triangleline{
    margin-top: 15px;
    margin-bottom: 15px;
}
.triangleline-line{
    color: #ffffff;
    font-weight: bold;
    background-color: #e95b8d;
    vertical-align: middle;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	font-size: 1.5rem;
	font-weight: normal;
}
.triangleline-serif{
	font-family: serif;
	font-size:1.8rem;
}
.triangleline-line span{
	display: block;
	font-size: 1.5rem;
}

.triangleline-triangle{
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0px;
    border-top: 30px solid #e95b8d;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.triangle-triangle{
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0px;
    border-top: 40px solid #e95b8d;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}
.relative-wrap{
    position: relative;
}
.newbox-wrap-cal2, .newbox-wrap-cal3{
    padding-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: -1em;
}
.newbox-wrap-cal2{
    width: 50%;
}
.cal2{
    width: 50%;
    display: inline-block;
    letter-spacing: -1em;
}
.newbox-2cal{
    width: 46%;
    display: inline-block;
	margin-left:2%;
	margint-right:2%;
    position: relative;
    z-index: 11;
    letter-spacing: normal;
}
.newbox-3cal{
    width: 23%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    z-index: 11;
    letter-spacing: normal;
}
.newbox-new{
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    top: -20px;
    left: -20px;
    width: 40px;
    line-height: 40px;
    background-color: #e95b8d;
    border-radius: 50%;
    z-index: 13;
}
.newbox-img{
    position: relative;
    overflow: hiden;
    z-index: 12;
}
.newbox-title{
    font-size: 24px;
    font-weight: bold;
    height: 1.3em;
    overflow: hidden;
    margin-top: 10px;
}
.newbox-sub{
    font-size: 14px;
    height: 1.2em;
    overflow: hidden;
}
.newbox-exp{
    font-size: 9px;
    height: 3em;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left:0.5em;
	padding-right:0.5em;
}
.plan-full{
    padding-top: 45px;
    margin-bottom: 15px;
}
.relative-title{
    position: absolute;
    left: 0px;
    right: 0px;
    top: -30px;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    background-color: #e95b8d;
}
.relative-title span.en{
    display: block;
    font-size: 24px;
    line-height: 26px;
}
.relative-title span.jp{
    display: block;
    font-size: 14px;
    line-height: 14px;
}
.relative-sub{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Dawning of a New Day', cursive;
    font-size: 70px;
    color: #23a974;
    font-style: italic;
}
.relative-subwrap{
    margin-top: 50px;
}
.relative-subtitle{
    font-weight: bold;
    margin-bottom: 30px;
}
.relative-subexp{
    font-size: 12px;
    text-align: left;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.planitem-wrap{
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
}
.planitem-box{
    padding-top: 20px;
    margin-bottom: 15px;
    letter-spacing: -1em;
}
.planitem{
    width: 20%;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    z-index: 11;
    letter-spacing: normal;
}
.planitem .planitem-pop{
    position: absolute;
    font-size: 8px;
    color: #ffffff;
    top: -30px;
    left: 15px;
    width: 60px;
	height:60px;
    line-height: 60px;
    background-color: #320001;
    border-radius: 50%;
    z-index: 13;
}
.planitem .planitem-img{
    position: relative;
    overflow: hidden;
    z-index: 12;
}
.planitem .planitem-title{
    color: #ffffff;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    height: 3em;
    overflow: hidden;
    margin-top: 10px;
    background-color: #e95b8d;
    line-height: 3em;
    vertical-align: middle;
}
.planitem .planitem-sub{
    position: absolute;
    top: 10px;
    left: 80px;
    font-size: 12px;
    height: 1.2em;
    overflow: hidden;
}
.view-detail a{
    color: #000000;
    text-decoration: none;
}
.more_arrow{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding-left: 50px;
    border-bottom: solid 2px #000000;
}
.more_arrow::before{
    content: '';
    width: 50px;
    height: 10px;
    border: 0px;
    border-right: solid 3px #000000;
    border-bottom: solid 2px #000000;
    -moz-transform: skewX(50deg);
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    position: absolute;
    left: 0px;
    bottom: -2px;
}
.view-detail-wrap{
    width: 200px;
    margin-left: auto;
    margin-right: 0px;
}
.view-detail-black{
    margin-left: auto;
    margin-right: 0px;
    width: 100%;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    background-color: #1a1a1a;
    clear: both;
    letter-spacing: normal;
}
.view-detail-black a{
    color: #ffffff;
    text-decoration: none;
}
.more_arrow-black{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding-left: 50px;
    border-bottom: solid 2px #ffffff;
}
.more_arrow-black::before{
    content: '';
    width: 50px;
    height: 10px;
    border: 0px;
    border-right: solid 3px #ffffff;
    border-bottom: solid 2px #ffffff;
    -moz-transform: skewX(50deg);
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    position: absolute;
    left: 0px;
    bottom: -2px;
}
.slide-onlybox{
    background-color: #cbbb99;
}
.slide-title{
    font-weight: bold;
    color: #ffffff;
    height: 5em;
    line-height: 5em;
}
.slide-wrap{
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.slide-box{
    height: auto;
    width: 25%;
    display: inline-block;
}
.slide-box a{
    display: block;
    text-decoration: none;
}
.slide-box img{
    display: block;
    height: auto;
    width: 100%;
}
.flow-wrap{
    background-color: #fd7567;
    position: relative;
    margin-top: 100px;
}
.flow-skewwrap{
    position: absolute;
    top: -85px;
    left: 25px;
    height: 85px;
	margin-bottom:25px;
    overflow: hidden;
    width: 100%;
}
.flow-skeww, .flow-skewb{
    font-family: 'Advent Pro', sans-serif;
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -webkit-transform: skewY(-15deg);
}
.flow-skeww{
    top: -30px;
    left: 25px;
    color: #ffffff;
}
.flow-skewb{
    top: 55px;
    left: 0px;
}
.flow-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background: repeating-linear-gradient(to right, #fff, #fff 2px, transparent 0, transparent 8px) repeat-x left bottom/100% 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 40px;
}
.flow-img{
    width: 20%;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
}
.flow-exp{
    width: 35%;
    background-color: #ffffff;
    margin-left: 7%;
    height: 4em;
    line-height: 4em;
    font-weight: bold;
}
.fair-wrap{
    padding: 20px;
    background : url("../img/hero_tex_blue.png") center center / cover repeat scroll padding-box border-box transparent;
}
.fair-left{
    width: 70%;
    display: inline-block;
}
.fair-right{
    width: 28%;
    display: inline-block;
}
.fair-title{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
}
.fair-main{
    font-size: 100px;
    font-weight: 500;
}
.fair-sub{
    font-size: 55px;
    font-weight: 300;
}
.fair-exp{
    color: #ffffff;
    font-weight: bold;
}
.shell-warp{
    padding-top: 20px;
    padding-bottom: 40px;
}
.shell-item{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    position: relative;
    margin: 0 4px;
    font-weight: bold;
}
.shell-item span{
    display: block;
    height: 34px;
    line-height: 34px;
    color: #01b8be;
    max-width: 100%;
    padding: 0 15px;
    background-color: #ffffff;
}
.shell-item span::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -28px;
    height: 0;
    width: 0;
    border: 17px solid transparent;
    border-right: 12px solid #ffffff;
}
.shell-item span::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -28px;
    height: 0;
    width: 0;
    border: 17px solid transparent;
    border-left: 12px solid #ffffff;
}
.shell-item:nth-child(even){
    top: 17px;
}
.btn{
    position: relative;
    display: block;
    margin-left: 50px;
    padding: 0px 20px;
    border-radius: 9999px;
    height: 3em;
    line-height: 3em;
    text-align: center;
    cursor: pointer;
    background-color: #e95b8d;
    width: 250px;
    vertical-align: middle;
}
.btn a{
    color : #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-image: url("../img/ar.png");
    background-size: 12px 15px;
    background-repeat: no-repeat;
    background-position : 90% center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.staff-wrap{
    letter-spacing: -1em;
    position: relative;
    width: 100%;
    height: 380px;
    z-index: 11;
    overflow: hidden;
}
.staff-box1{
    position: absolute;
    left: 0px;
    top: 30px;
    width: 20%;
    z-index: 12;
}
.staff-box2{
    position: absolute;
    left: 18%;
    width: 20%;
    z-index: 13;
}
.staff-box3{
    position: absolute;
    right: 18%;
    top: 30px;
    width: 20%;
    z-index: 13;
}
.staff-box4{
    position: absolute;
    right: 0;
    width: 20%;
    z-index: 12;
}
.staff-main{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32%;
    display: inline-block;
    letter-spacing: normal;
    z-index: 14;
}
.staff-title{
    position: relative;
    text-align: left;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 80px;
    height: 270px;
    background-color: #fedd54;
}
.staff-title span.jp{
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.staff-title span.en{
    display: block;
    padding: auto;
    font-family: 'Advent Pro', sans-serif;
    font-size: 50px;
    line-height: 1.2em;
}
.staff-btn{
    z-index: 15;
    position: absolute;
    right: -10px;
    bottom: -20px;
    background-color : #172734;
    width: 80px;
    height: 80px;
    background-image : url(../img/ar.png);
    background-repeat : no-repeat;
    background-position : center center;
}
.staff-btn a{
    content: ".";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-titlebox{
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    padding-bottom: 80px;
}
.footer-title{
    font-size: 50px;
    color: #ffffff;
}
.footer-sub a{
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
.footer-btns{
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer-btnt, .footer-btnd{
    position: relative;
    width: 20%;
    display: inline-block;
    height: 5em;
    line-height: 5em;
    vertical-align: middle;
}
.footer-btnt a, .footer-btnd a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}
.footer-btnt{
    background-color: #fd81bd;
}
.footer-btnd{
    background-color: #ff59ab;
}
.copyright{
    text-align: right;
    padding-right: 20px;
}

.concept {
    padding-top: 35px;
    margin-bottom: 30px;
	display: block;
	height: auto;
	position: relative;
	font-family: serif;
	flex-wrap: wrap;
	align-items: center;
}
.heading {
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    width: 100%;
}
.heading span {
    margin-top: 15px;
    font-size: 2.625rem;
}
.conceptChart {
    align-items: center;
    margin: 15px auto 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #694b12;
}

.conceptChart_body {
    width: 225px;
	margin-left: auto;
	margin-right: auto;
}
#contents{
    width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.voice {
    margin: 40px auto 0;
    padding-bottom: 110px;
}
.voice ul li {
	margin: 0;
	padding: 0;
    background-image: none !important;
	border: none !important;
	position: relative;
   clear: both;
}
.voice .voice_item p{
    position: relative;
	font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
    float: left;
    width: auto;
 	font-family: serif;
	padding: 20px
}
.voice :nth-child(2n).voice_item {
    float: right;
}

.voice .voice_item p::before,
.voice .voice_item p::after {
    width: 40px;
    height: 40px;
}
.voice .voice_item p::before{
    content: "";
    display: block;
    position: absolute;
	left: 0px;
	top: 0;
    border-left: solid 1px #694b12;
    border-top: solid 1px #694b12;
}
.voice .voice_item p::after {
    content: "";
    display: block;
    position: absolute;
	right: 0px;
	bottom: 0px;
    border-right: solid 1px #694b12;
    border-bottom: solid 1px #694b12;
}
.voice .voice_item span {
    display: block;
    font-size: 1.8rem;
    color: #694b12;
    font-weight: bold;
    line-height: 1.4;
}

.vertical_72left{
	width:70%;
	float:left;
}
.vertical_72right{
	width:20%;
	float:right;
}
.vertical_27left{
	width:20%;
	float:left;
	
}
.vertical_27right{
	width:70%;
	float:right;
}
.vertical_exp{
	margin-top:20px;
	font-size:1.1rem;
	font-family: serif;
}
.vertical_large{
	margin-top:80px;
	margin-bottom:20px;
	font-size:1.8rem;
	font-weight: bold;
	font-family: serif;
}
.onband{
	width:100%;
	position:relative;
	margin-bottom: 40px;
}
.onband_title{
	padding: 10px 0;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	font-size:1.2rem;
	line-height: 2em;
	font-weight: bold;
	font-family: serif;
	background-color: rgba(255,255,255,0.5);
}
.onband_title span{ 
	display: block;
	font-size:2.2rem;
}
.concept_vertical p{
	margin: 0;
	padding: 0;
}
.concept_vertical p{
	writing-mode: vertical-rl;
 	
    position: relative;
	font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
    float: left;
    width: auto;
    clear: both;
	padding: 20px;
	font-family: serif;
}
.concept_vertical p::before,
.concept_vertical p::after {
    width: 40px;
    height: 40px;
}
.concept_vertical p::before{
    content: "";
    display: block;
    position: absolute;
	left: 0px;
	top: 0;
    border-left: solid 1px #694b12;
    border-top: solid 1px #694b12;
}
.concept_vertical p::after {
    content: "";
    display: block;
    position: absolute;
	right: 0px;
	bottom: 0px;
    border-right: solid 1px #694b12;
    border-bottom: solid 1px #694b12;
}
.concept_vertical span {
    display: block;
    font-size: 1.8rem;
    color: #694b12;
    font-weight: bold;
    line-height: 1.4;
}
.relief ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
    list-style-type: none;
    letter-spacing: -1em;
}
.relief li{
	width: 23%;
    display: inline-block;
	margin:0 1% !important;
	padding:0 !important;
    padding-bottom: 4px;
	border: none !important;
	background-image: none !important;
    padding-top: 4px;
    text-align: center !important;
}
.relief li a{
    display: block;
    overflow: hidden;
    letter-spacing: normal;
}
.reason{
	margin: 30px 0;
}
.reason:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.reason_title{
	color: #9a0862;
	font-size: 2.0rem;
	font-weight: bold;
}

.reason_title span{
	display: block;
	width:8rem;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #9a0862;
	margin-bottom: 5px;
}
.reason_left{
	width:40%;
	float:left;
}
.reason_right{
	width:60%;
	float: right;
}
.reason_large{
	font-size: 2.0rem;
	font-weight: bold;
}
.reason_sub{
	color: #bc926d;
	font-size: 1.8rem;
	font-weight: bold;
	clear:both;
	margin: 30px auto;
	padding-top: 30px;
	width: 70%;
	border-bottom: 1px solid #bc926d;
}
.reason_partlarge{
	margin: 20px auto;
	color: #e95b8d;
	font-size: 1.5rem;
	font-weight: bold;
	clear: both;
}
.reason_partlarge span{
	font-size: 2.5rem;
	font-weight: bold;
}
.reason_randtitile{
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #bc926d;
	width:80%;
	margin: 15px auto;
	color: #ffffff;
	padding: 0.3rem 0;
}
.reason_half{
	width: 46%;
	margin: 0 2%;
	float: left;
}
.reason_half p{
	text-align: center !important;
}
.heart-wrap{
	clear:both;
	padding: 50px 25px;
}
.heart-wrap .heart-titile{
    color: #e95b8d;
	display:block;
	padding-top: 30px;
    font-size: 2.5rem;
}
.heart {
  position: absolute;
  width: 50px;
  height: 45px;
  left: 50px;
  right:0;
  margin-top: -22.5px;
	margin-left: auto;
	margin-right: auto;
  z-index: 1;
}
.heart span{
	color: #ffffff;
	font-size: 1.5rem;
  position: absolute;
	z-index: 2;
	left:0;
	right:0;
}
.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 25px;
  height: 40px;
  background: #e95b8d;
  border-radius: 25px 25px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin :100% 100%;
}
.heart{
   animation: pounding .5s linear infinite alternate;
}
 
@keyframes pounding{
  0%{ transform: scale(1.5); }
  100%{ transform: scale(1); }
}

.dress_list ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
    list-style-type: none;
    letter-spacing: -1em;
}
.dress_list li{
	width: 23%;
    display: inline-block;
	margin:0 1% !important;
	padding:0 !important;
    padding-bottom: 4px;
	border: none !important;
	background-image: none !important;
    padding-top: 4px;
    text-align: center !important;
}
.dress_list li img{
    display: block;
    overflow: hidden;
    letter-spacing: normal;
}

.reason_btn{
	display: block;
	width: 12rem !important;
	color: #ffffff;
	padding: 0.3rem 4rem;
	margin: 30px auto;
	background-color: #bc926d;
	width:auto;
	border: 1px solid #a47c52;
}
/* =======================================================
	レスポンシブル設定
======================================================= */
@media screen and (orientation:portrait) and (max-width: 568px) {
	/* youx4 */
	.orgtextbox .orgtextbox-title{
		font-size: 80px;
	}
	.orgtextbox .orgtextbox-exp{
		font-size: 20px;
		padding-bottom: 20px;
	}
	.triangleline-line{
		font-size: 5vw;
	}
	.triangleline-serif{
		font-family: serif;
		font-size:5vw;
	}
	.triangleline-line span{
		display: block;
		font-size: 4vw;
	}

	.triangleline-triangle{
		border-top: 20px solid #e95b8d;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
	}
	.newbox-wrap-cal2{
		width: 100%;
	}
	.newbox-2cal,  .newbox-3cal{
		width: 30%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 1%;
        padding-right: 1%;
	}
	.newbox-new{
		font-size: 10px;
		top: -20px;
		left: -4%;
		width: 30px;
		line-height: 30px;
	}
	.newbox-title{
		font-size: 16px;
	}
	.newbox-sub{
		font-size: 10px;
	}
	.newbox-exp{
		font-size: 8px;
		height: 9em;
	}
	.view-detail{
		font-size: 10px;
	}
	.more_arrow{
		padding-left: 30px;
	}
	.more_arrow::before{
		width: 30px;
		height: 7px;
	}
	.relative-subtitle{
		font-size: 12px;
	}
	.planitem-box{
		padding-top: 0px;
	}
	.planitem{
		width: 40%;
		margin-top: 15px;
	}
	.planitem .planitem-pop{
		top: -35px;
		left: 0px;
	}
	.planitem .planitem-title{
		font-size: 18px;
		height: 2.5em;
	}
	.planitem .planitem-sub{
		left: 60px;
		font-size: 10px;
	}
	.slide-wrap{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.slide-box {
		flex: 0 0 70%;
	}
	.view-detail-wrap{
		width: 150px;
	}
	.view-detail-black{
		font-size: 12px;
	}
	.more_arrow-black{
		padding-left: 30px;
	}
	.more_arrow-black::before{
		width: 30px;
		height: 8px;
	}
	.flow-img{
		width: 50%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.flow-exp{
		font-size: 14px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.flow-skeww, .flow-skewb{
		font-weight: bold;
		font-size: 25px;
	}
	.fair-left{
		width: 60%;
	}
	.fair-right{
		width: 30%;
		float: right;
	}
	.fair-main{
		font-size: 45px;
		font-weight: 500;
	}
	.fair-sub{
		font-size: 24px;
		font-weight: 300;
	}
	.fair-exp{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.shell-item{
		font-size: 14px;
		display: block;
		height: 40px;
		line-height: 30px;
		position: relative;
		margin: 0 4px;
		font-weight: bold;
	}
	.shell-item:nth-child(even){
		top: 0px;
	}
	.btn{
		width: 150px;
	}
	.staff-wrap{
		letter-spacing: -1em;
		position: relative;
		width: 100%;
		height: 500px;
		z-index: 11;
		overflow: hidden;
	}
	.staff-left{
		position: relative;
		width: 100%;
		height: 250px;
	}
	.staff-right{
		position: relative;
		width: 100%;
		height: 250px;
	}
	.staff-box1{
		top: auto;
		left: auto;
		right: 50%;
		bottom: 0;
		width: 50%;
	}
	.staff-box2{
		top: auto;
		left: 50%;
		right: auto;
		bottom: 0;
		width: 50%;
	}
	.staff-box3{
		top: 0;
		left: auto;
		right: 50%;
		bottom: auto;
		width: 50%;
	}
	.staff-box4{
		top: 0;
		left: 50%;
		right: auto;
		bottom: auto;
		width: 50%;
	}
	.staff-main{
		top: 25%;
		bottom: 25%;
		width: 50%;
		height: 50%;
	}
	.staff-title{
		padding-left: 20px;
		padding-top: 30px;
		height: 160px;
	}
	.staff-title span.jp{
		font-size: 12px;
	}
	.staff-title span.en{
		font-size: 40px;
	}
	.staff-btn{
		right: -10px;
		bottom: -10px;
		width: 60px;
		height: 60px;
	}
	.top-video-wrap{
		width: 100%;
	}
	.footer-btns{
		font-size: 16px;
	}
	.footer-btnt, .footer-btnd{
		height: 4em;
		line-height: 4em;
	}
	.copyright{
		font-size: 10px;
	}
	.footer-titlebox{
		padding-bottom: 50px;
	}
	.top-video-wrap{
		width: 100%;
	}
	#hpb-slideshow2{
		display: block;
	}
	
	#contents{
		width: 100%;
	}
	.concept {
  	  padding-top: 5%;
	}
	.heading {
  	  font-size: 3vw;
    }
	.heading span {
		margin-top: 15px;
		font-size: 7vw;
	}
	.conceptChart {
		margin-top: 5vw;
		width: 80%;
		height: 70vw;
		background-size: 100%;
 	}

	.conceptChart_body {
		margin-top: 11vw;
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.voice {
		margin: 0;
	}
	.voice ul li {
		margin: 0 !important;
		padding: 0 !important;
	}
	.voice .voice_item p{
		font-size: 3vw;
		line-height: 1.2em;
		padding: 15px;
	}

	.voice .voice_item p::before,
	.voice .voice_item p::after {
		width: 30px;
		height: 30px;
	}
	.voice .voice_item span {
		font-size: 5vw;
		line-height: 1.2em;
	}
	.vertical_72left{
		width:100%;
		clear:both;
		margin-bottom: 20px;
	}
	.vertical_72right{
		width:100%;
		clear:both;
		margin-bottom: 20px;
	}
	.vertical_27left{
		width:100%;
		clear:both;
		margin-bottom: 20px;
	}
	.vertical_27right{
		width:100%;
		clear:both;
		margin-bottom: 20px;
	}
	.concept_vertical p{
		writing-mode: horizontal-tb;
		font-size: 3vw;
		line-height: 1.2;
	}
	.concept_vertical p::before,
	.concept_vertical p::after {
		width: 30px;
		height: 30px;
	}
	.concept_vertical span {
		font-size: 5vw;
		line-height: 1.2em;
	}
	.vertical_large{
		font-size: 5vw;
	}
	.onband_title{
		font-size:2.5vw;
		font-weight: bold;
	}
	.onband_title span{
		top:30%;
		font-size:3.8vw;
	}
	.relief li{
		width: 48%;
	}
	.relief li a{  
		font-size: 3.5vw;
	}
	.reason_title{
		font-size: 5.5vw;
	}
	.reason_left{
		width:100%;
	}
	.reason_right{
		width:100%;
	}
	.reason_large{
		font-size: 5vw;
		font-weight: bold;
	}
	.reason_sub{
		font-size: 5vw;
		width: 96%;
	}
	.reason_partlarge{
		font-size: 3.5vw;
	}
	.reason_partlarge span{
		font-size: 5.5vw;
	}
	.reason_randtitile{
		border-radius: 8px;
		font-size: 4vw;
		font-weight: normal;
		width:96%;
	}
	.reason_half{
		width: 90%;
		margin-bottom: 20px;
	}
	.dress_list li{
		width: 48%;
	}
	.heart-wrap{
		padding: 40px 20px;
	}
	.heart-wrap .heart-titile{
		padding-top: 20px;
		font-size: 5.5vw;
	}
	.heart {
	  width: 40px;
	  height: 35px;
	  margin-top: -17.5px;
		left:0;
	}
	.heart span{
		font-size: 1.2em;
		top: 3px;
	}
	.heart:before,
	.heart:after {
	  left: 20px;
	  width: 20px;
	  height: 35px;
	  border-radius: 20px 20px 0 0;
	  transform: rotate(-45deg);
	  transform-origin: 0 100%;
	}
	.heart:after {
	  left: 0;
	  transform: rotate(45deg);
	  transform-origin :100% 100%;
	}	
	/*--------------------------------------------------------
			共通レイアウト設定
		--------------------------------------------------------*/
	.hpb-layoutset-01 #hpb-inner{
		width: 100%;
	}
	.hpb-layoutset-02 #hpb-inner{
		width: 100%;
		padding-top: 0px;
		margin-top:10px;
	}
	#hpb-container{
		width: 100%;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.hpb-layoutset-02 #hpb-container{
		width: 100%;
		min-width: inherit;
	}
	/*--------------------------------------------------------
			共通レイアウトパーツ設定
		--------------------------------------------------------*/
		/* ヘッダー内パーツ */
	#hpb-headerMain h1{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
	}
	.hpb-layoutset-01 #hpb-headerMain{
		clear: both;
	}
	.hpb-layoutset-01 #hpb-headerLogo a{
		background-position: left top;
		float : none;
		position : relative;
		margin-left : 10px;
	}
	.hpb-layoutset-01 #hpb-headerMain-right{
		margin-top: 0px;
	}
	.hpb-headerMain-white{
		margin-top : 0px;
	}
	.hpb-headerMain-red{
		margin-top : 0px;
	}
	.hpb-layoutset-02 #hpb-headerLogo a{
		width: 100%;
		max-width: 100%;
		background-size: contain;
		background-position: left top;
		float : left;
		position : relative;
		margin-left : 10px;
	}
	#hpb-headerExtra1 p.tel{
		padding-top:0px;
		padding-bottom: 0;
		clear: both;
	}
	#hpb-headerExtra1 p.tel span{
		display: block;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 5px;
	}
	#hpb-headerExtra1 p.address{
		padding-right: 0;
	}
	/* フッター内パーツ */
	.hpb-layoutset-01 #hpb-footer{
		padding-bottom: 0px;
	}
	#hpb-footerMain{
		padding-left: 5px;
		padding-right: 5px;
	}
	#hpb-footerMain p{
		word-break: break-all;
	}
	#hpb-footerExtra1{
		padding-right: 10px;
	}
	#hpb-footerExtra1 li{
		padding-right: 10px;
		padding-bottom: 10px;
	}
	/* サイドブロック内パーツ */
		/* バナー */
	#banner li{
		max-width: 100%;
	}
	#banner li a{
		max-width: 100%;
	}
	#banner a#banner-blog{
		/* スタッフブログバナー */
		background-position: top center;
		background-size: contain;
	}
	#banner a#banner-trip{
		/* 研修旅行記バナー */
		background-position: top center;
		background-size: contain;
	}
	#banner a#banner-card{
		/* サービスカードバナー */
		background-position: top center;
		background-size: contain;
	}
	#banner a#banner-reserve{
		/* ご予約バナー */
		background-position: top center;
		background-size: contain;
	}
	/* 店舗情報 */
	#shopinfo{
		margin-bottom: 0px;
		max-width: 100%;
	}
	#shopinfo img.shopinfo-img{
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#shopinfo h3{
		padding-top: 0;
		background-image: none;
	}
	/*--------------------------------------------------------
			ナビゲーションデザイン設定
		--------------------------------------------------------*/
	#hpb-nav{
		display: inline-block;
	}
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height : 20px;
		background-image : url(../img/btn_menu.png);
		background-position : left top;
		background-repeat: no-repeat;
		margin-left : 10px;
		margin-top : 10px;
		margin-bottom : 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}
	#hpb-nav ul{
		height: auto;
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		display: block;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff;
	}
	#hpb-nav li a{
		text-align: left;
		border-right: none;
		margin-top: 0px;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		background-color: #e95b8d;
		font-size: 16px;
		font-weight: bold;
	}
	#hpb-nav li a:hover{
		background-color: #d94862;
	}
	#hpb-nav li a:active{
		background-color: #e95b8d;
	}
	/*--------------------------------------------------------
			基本パーツデザイン設定
		--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}
	.hpb-layoutset-02 h2{
		background-size: cover;
		height: auto;
		line-height: 1.4;
		padding-top: 30px;
		padding-right: 20px;
		padding-bottom: 30px;
		word-break: break-all;
	}
	.hpb-layoutset-02 h2 span.en{
		display: block;
	}
	.hpb-layoutset-02 #hpb-wrapper h3{
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 14px;
		background-image: none;
	}
	h4{
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
	h5{
		display: inline-block;
	}
	table{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}
	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}
	/* メインコンテンツ内基本パーツ */
	#hpb-main ul{
		padding-right: 0;
	}
	#hpb-main ul li{
		padding-right: 0;
	}
	#hpb-main dt{
		float: none;
		max-width: 100%;
	}
	#hpb-main dd{
		padding-left: 0;
	}
	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}
	#pagetop{
		padding-right: 0;
	}
	/* トップページ デザイン定義 */
	#toppage-news h3{
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 14px;
		background-image: none;
		background-color: #47633a;
	}
	.news-comment{
		margin-left: 0;
	}
	.news-photo{
		padding-left: 0;
	}
	#toppage-news hr{
		margin-left: 0;
		width: 100%;
	}
	/* コンセプトページ デザイン定義 */
	#concept > img{
		margin-right: 0;
	}
	/* メニューページ デザイン定義 */
	#menu .item{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
	}
	#menu .item h3{
		width: 100%;
		box-sizing: border-box;
	}
	#menu .item dl{
		padding-right: 0;
	}
	#menu .item dt{
		max-width: 100%;
	}
	#menu .item dd{
		padding-left: 0;
	}
	/* クーポン デザイン定義 */
	#coupon{
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		box-sizing: border-box;
	}
	#coupon-off{
		max-width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#coupon-limit{
		max-width: 100%;
		float: none;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-wrapper #coupon h3{
		background-color: #ffffff;
	}
	#coupon h4{
		max-width: 100%;
		margin-left: auto;
	}
	#coupon p{
		margin-right: 23px;
	}
	/* アクセスマップ */
	#access img{
		float: none;
		padding-left: 0;
		margin-right: 0;
	}
	/* ご予約 */
	#contact form{
		padding-left: 0;
		padding-right: 0;
	}
	/* プライバシー */
	#privacy ul{
		padding-left: 0;
	}
	#nav-wrap{
		background-image: none;
		top : 0px;
		position: fixed;
		z-index: 1;
		color : white;
		bottom : auto;
	}
	.topinfo-fea{
		float: none;
		width: 90%;
		height : 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.topinfo-sub{
		position: absolute;
		top: 30px;
		width: 100%;
	}
	.topinfo-plan{
		float: none;
		width: 90%;
		height : 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.topinfo-box{
		float: left;
		width: 80%;
		font-size: 16px;
		margin-left: 5%;
		padding-left: 5%;
		padding-right: 5%;
		margin-right: 5%x;
	}
	#topconcept{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom : 15px;
	}
	#topconcept-main{
		width: 100%;
		text-align: center;
		background-color: #ffffff;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#topconcept-img{
		float: left;
		width: 100%;
	}
	#topconcept-exp{
		float: left;
		width: 100%;
	}
	#concept-main{
		width: 100%;
		padding-top: 15px;
		padding-bottom : 0px;
		margin-left : 0px;
		margin-right : 0px;
	}
	#salon-main{
		width: 95%;
	}
	#salon-main h2{
		font-size: 18px;
	}
	.salon-box{
		width: 85%;
		margin-left: 5%;
		margin-right: 5%;
		font-size: 16px;
	}
	.salon-exp{
		min-height: 1em;
	}
	#plan-main{
		float: left;
		width: 100%;
		margin-left : 0;
		margin-right : 0;
	}
	.plan-box{
		float: left;
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.plan-image{
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
	}
	.plan-exp{
		float: left;
		width: 100%;
		font-size: 14px;
		padding-top: 5px;
		margin-bottom: 10px;
	}
	#privacy-main{
		float: left;
		width: 90%;
		margin-left : 5%;
		margin-right : 5%;
	}
	#privacy-main h2{
		font-size: 18px;
	}
	#staff-main{
		float: left;
		width : 94%;
		margin-left : 3%;
		margin-right : 3%;
		padding-left : 0px;
	}
	#staff-main h2{
		font-size : 18px;
		margin-right: 0px;
	}
	.staff-image{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.staff-exp{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.tab li{
		padding: 5px 5px!important;
	}
	ul.tab{
		padding-left: 10px!important;
	}
	ul.content{
		font-size: 16px;
	}
	.content-full{
		float: left;
		width: 100%;
	}
	.content-half-left{
		float: left;
		width: 100%;
	}
	.content-half-right{
		float: left;
		width: 100%;
	}
	.dress-box{
		float: left;
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.dress-image{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.dress-exp{
		width : 100%;
		font-size: 16px;
	}
	.dress-title{
		width : 100%;
		font-size: 24px;
	}
	.custom-image{
		width: 100%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.flower-box{
		width: 94%;
		font-size: 16px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 10px;
		margin-left: 0px;
	}
	.flower-exp,  .flower-exp-w{
		min-height: 1em;
	}
	#inquiry{
		width : 88%;
		margin-left : 3%;
		margin-right : 3%;
		padding-left : 3%;
		padding-right : 3%;
	}
	#inquiry dt{
		float: none;
		max-width: 100%;
	}
	#inquiry dd{
		padding-left: 0;
	}
	#design{
		width: 94%;
		font-size: 16px;
		margin-left: 3%;
		margin-right: 3%;
		padding-bottom: 10px;
		margin-left: 0px;
	}
	#chose{
		width: 94%;
		font-size: 16px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 10px;
		margin-left: 0px;
	}
	.chose-box{
		float: left;
		width: 88%;
		margin-left: 3%;
		margin-right: 3%;
		padding-left : 3%;
		padding-right : 3%;
	}
	.chose-exp{
		float: left;
		min-height: inherit;
	}
	#hall{
		width: 94%;
		font-size: 16px;
		margin-left: 3%;
		margin-right: 3%;
		padding-bottom: 10px;
		margin-left: 0px;
	}
	.hall-full{
		float: left;
		width: 100%;
	}
	.hall-half-left{
		float: left;
		width: 100%;
	}
	.hall-half-right{
		float: left;
		width: 100%;
	}
	span.hall-item{
		margin-bottom: 15px;
	}
	#hall-image{
		font-size: 16px;
	}
	.prolog-title{
		font-size: 1.5em;
		line-height: 1.5m;
	}
	.prolog p{
		text-align: center;
		font-size: 1em;
		line-height: 1.5em;
	}
	.box-left{
		float: none;
		width: 100%;
		min-height: auto;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.box-left2{
		float: left;
		width: 100%;
		min-height: auto;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.box-left-img{
		float: left;
		width: 100%;
	}
	.box-left-text{
		float: left;
		width: 100%;
	}
	.box-right{
		float: none;
		width: 100%;
		min-height: auto;
		margin-bottom: 10px;
	}
	.box-right-sub{
		width: 100%;
		min-height: 100px;
		margin-bottom: 10px;
	}
	.box-right-img{
		float: left;
		width: 35%;
		min-height: 100px;
	}
	.box-right-img2{
		float: left;
		width: 48%;
		min-height: auto;
		margin-left: 1%;
		margin-right: 1%;
	}
	.box-right-img3{
		float: left;
		width: 31%;
		min-height: auto;
		margin-left: 1%;
		margin-right: 1%;
	}
	.box-right-text{
		float: right;
		width: 65%;
		min-height: 100px;
	}
	.box-title{
		text-align: center;
		clear: both;
		max-width: 400px;
		border : 2px solid #aa9977;
		padding: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.box-title span{
		padding: 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.toggle{
		cursor : pointer !important;
	}
	.box-more{
		clear: both;
		float: right;
		overflow: hidden;
		font-weight: bold;
		font-size: 18px;
	}
	#pc-image{
		display: none;
	}
	#phone-image{
		display: block;
		padding-top:38px;
	}
}
