@charset "utf-8";

.clrfx:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.clrfx{display: inline-block;}

/* Hides from IE Mac \*/
* html .clrfx {height: 1%;}
.clrfx{display:block;}
/* End Hack */

body,h1,h2,h3,h4,h5,p,ul,figure{
  margin: 0;
  padding: 0;
}
body{
  color: #333;
  font-family:'ヒラギノ角ゴ Pro W3','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
li{
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
}
#wrapper{
  margin: 0 auto;
  max-width: 640px;
}
header{
  display: table;
  width: 100%;
  border-top: 3px solid #2b2491;
  background: #2b2491;
}
header h1{
  width: 206px;
}
.menuBtn,
.contactBtn{
  width: 57px;
}
header h1,
.menuBtn,
.contactBtn{
  display: table-cell;
  vertical-align: bottom;
}
header h1 img,
.menuBtn img,
.contactBtn img{
  width: 100%;
  height: auto;
}
#contents{
  padding: 0 0 20px 0;
}
#footerContents{
  position: relative;
  margin: 24px 0 0 0;
  padding: 5px 0 0 0;
  background: #f2f2f2;
}
.pagetop{
  position: absolute;
  top: -24px;
  right: 15px;
}
.footerContactTtl{
  margin: 0;
  padding: 10px 0 0 0;
}
.footerContactTtl span{
  display: block;
  padding: 5px 0;
  background: #b3b3b3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
}
.footerTelListWrap{
  padding: 0 10px;
}
.footerTelList{
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
}
.footerTelList li{
  padding: 0 10px 0 0;
  width: 100px;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -moz-box-flex: 1;
}
.footerTelList li:last-child{
  padding: 0;
}
.footerTelList a{
  display: table;
  border: 1px solid #46AAAA;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fefefe), color-stop(50%,#fcfcfc), color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(top,  #fefefe 50%,#fcfcfc 50%,#f1f1f1 100%);
  background: linear-gradient(to bottom,  #fefefe 50%,#fcfcfc 50%,#f1f1f1 100%);
  color: #333;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.2;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.footerTelList p{
  display: table-cell;
  vertical-align: bottom;
  padding: 30px 0 0 0;
  height: 40px;
  background: url(/sp/common/img/tel-icon.png) no-repeat center 8px;
  background-size: 20px;
}

footer .linkListBottom {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}
footer .linkListBottom02{
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
}



.contactName{
  display: block;
  padding: 0 0 3px 0;
  color: #46AAAA;
  font-weight: bold;
  font-size: 12px;
}
.contactTel{
  color: #46AAAA;
}
.formBtnWrap{
  padding: 0 10px;
}
.reservationBtn,
.freeMailBtn{
  display: table;
  width: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dec378), color-stop(100%,#cba431));
  background: -webkit-linear-gradient(top,  #dec378 0%,#cba431 100%);
  background: linear-gradient(to bottom,  #dec378 0%,#cba431 100%);
}
.reservationBtn a,
.freeMailBtn a{
  display: table-cell;
  height: 40px;
  border: 1px solid #c0a863;
  border-radius: 5px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.freeMailBtn,
.reservationBtn{
  margin: 0 0 10px 0;
}
.footerMenuTtl span{
  display: block;
  padding: 5px 0;
  background: #b3b3b3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
}

.linkLine {
	text-align: center;
	padding: 0 10px 10px;
}

.footerMenuList li{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d9d9d9;
  background: url(/sp/common/img/list-arrow-01.gif) no-repeat right center;
  background-size: 13px;
  width: 100%;
  display: table;
}
.footerMenuList a{
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #333;
  text-decoration: none;
  padding: 0 0 0 55px;
}
.footerListTtl{
  font-size: 13px;
  line-height: 1.4;
  padding: 0 0 2px 0;
}
.footerListText{
  font-size: 11px;
  line-height: 1.4;
}
.footerMenuList li:first-child{
  border-top: none;
}
.footerIcon01 a{
  background: url(/sp/common/img/footer-icon-01.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon02 a{
  background: url(/sp/common/img/footer-icon-02.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon03 a{
  background: url(/sp/common/img/footer-icon-03.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon04 a{
  background: url(/sp/common/img/footer-icon-04.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon05 a{
  background: url(/sp/common/img/footer-icon-05.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon06 a{
  background: url(/sp/common/img/footer-icon-06.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon07 a{
  background: url(/sp/common/img/footer-icon-07.png) no-repeat 10px center #e1f0fa;
  background-size: 35px;
}
.footerIcon08 a{
  background: url(/sp/common/img/footer-icon-08.png) no-repeat 10px center #e1f0fa;
  background-size: 35px;
}
.footerIcon09 a{
  background: url(/sp/common/img/footer-icon-09.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon10 a{
  background: url(/sp/common/img/footer-icon-10.png) no-repeat 10px center;
  background-size: 35px;
}
.footerIcon11 a{
  background: url(/sp/common/img/footer-icon-11.png) no-repeat 10px center #e1f0fa;
  background-size: 35px;
}
.footerMenubottom li{
  background: #f2f2f2;
}
.footerMenubottom li:nth-child(odd){
  border-top: 1px solid #fff;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.footerMenubottom li:nth-child(even){
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #d9d9d9;
}
.footerMenubottom a{
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  color: #333;
  padding: 0 20px 0 10px;
  background: url(/sp/common/img/list-arrow-03.png) no-repeat right center;
  background-size: 18px;
}
.footerMenubottomWrap,
.snsListWrap{
  width: 100%;
  display: table;
  background: #fff;
}
.footerMenubottomWrap{ background: #f2f2f2;}
.footerMenubottom,
.snsList{
  display: table-row;
}
.footerMenubottom li{
  font-size: 11px;
  line-height: 1.2;
  width: 50%;
  vertical-align: top;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.snsList li{
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  width: 50%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.footerMenubottom span,
.snsList span{
  width: 100%;
  height: 42px;
  display: table;
}
.snsList li:nth-child(odd) {
  border-top: 1px solid #fff;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.snsList li:nth-child(even) {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #d9d9d9;
}
.snsList a{
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
}
.line{
  border-right: 1px solid #e5e5e5;
  background: url(/sp/common/img/line-icon.png) no-repeat 10px center;
  background-size: 19px;
}
.beautyBook{
  background: url(/sp/common/img/beautybook-icon.png) no-repeat 10px center;
  background-size: 19px;
}
.facebook{
  border-right: 1px solid #e5e5e5;
  background: url(/sp/common/img/facebook-icon.png) no-repeat 10px center;
  background-size: 19px;
}
.twitter{
  background: url(/sp/common/img/twitter-icon.png) no-repeat 10px center;
  background-size: 21px;
}
.instagram{
  border-right: 1px solid #e5e5e5;
  background: url(/sp/common/img/instagram-icon.png) no-repeat 10px center;
  background-size: 21px;
}
.line a{
  color: #00c300;
}
.beautyBook a{
  color: #f8869a;
}
.facebook a{
  color: #3b5998;
}
.twitter a{
  color: #37abe2;
}
.instagram a{
  color: #FF1C67;
}
#footerContentsBottom{
  background: #2d2787;
  padding: 20px 0 0 0;
}
.sitePolicy{
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 0 10px;
}
.sitePolicy a{
  text-decoration: none;
  color: #fff;
}
.footerLinkBtn{
  margin: 0 20px;
  padding: 0 0 10px 0;
}
.footerLinkBtn a{
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #f6f6f6;
  color: #2d2787;
  text-decoration: none;
}
.homeBtn span{
  display: block;
  padding: 15px 0;
  background: url(/sp/common/img/home-back-icon.png) no-repeat 10px center;
  background-size: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.pcBtn span{
  display: block;
  padding: 15px 0;
  background: url(/sp/common/img/pc-back-icon.png) no-repeat 10px center;
  background-size: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.copyright{
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}
.relationMenuList{
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.relationMenuList li{
  display: table-cell;
  padding: 8px 0;
  width: 100px;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  text-align: center;
}
.relationMenuList li:last-child{
  border-right: none;
}
.relationMenuIcon{
  padding: 0 0 5px 0;
}
.relationMenuText{
  padding: 0 5px;
  font-size: 10px;
  line-height: 1.4;
}
.relationBlock{
  border-bottom: 1px solid #dcdce2;
  background: #f4f4fb;
}
.relationBlock a{
  display: block;
  padding: 15px 10px;
  background: url(/sp/common/img/list-arrow-03.png) no-repeat right 20px;
  background-size: 18px;
  text-decoration: none;
}
.relationBlock.backNo{
  background: none;
}
.relationBlock.border{
  border-top: 1px solid #ccc;
}
.relationBlock.white{
  background: #fff;
}
/*.relationBlock:last-child{
  border-bottom: none;
}
*/
.relationBlockInner{
  display: table;
  width: 100%;
}
.relationBlockImage{
  display: table-cell;
  padding: 0 10px 0 0;
  width: 70px;
  vertical-align: top;
}
.relationBlockImage img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.relationBlockTextWrap{
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 0 0;
}
.relationBlockIcon{
  display: table-cell;
  width: 30px;
}
.relationBlockTtl{
  display: table-cell;
  color: #0c6ccf;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.relationBlockText{
  padding: 10px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.relationInfo{
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  border: 1px solid #9591c8;
}
.relationInfoData{
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -moz-box-flex: 1;
  width: 100px;
  border-right: 1px solid #9591c8;
  vertical-align: middle;
}
.relationInfoData:last-child{
  border-right: none;
}
.relationInfoDataTtl{
  padding: 10px 0;
  border-bottom: 1px solid #9591c8;
  background: #f7f7f7;
  color: #898989;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.relationInfoDataRank{
  padding: 10px 0;
  background: #fff;
  text-align: center;
}
.noResults{
  font-size: 17px;
  line-height: 1.6;
  padding: 20px;
}
.pathList{
  overflow: hidden;
  padding: 10px 10px 20px 10px;
}
.pathList li{
  font-size: 12px;
  line-height: 1.6;
  float: left;
  margin: 0 3px 0 0;
}
.pathList li a{
  color: #0c6ccf;
  text-decoration: none;
}
.pathList li a:after{
  content: " >";
  color: #000;
}

/* おすすめメニュー ----------------------------------------------- */
.recommendedTtl{
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  padding: 7px 0;
  background: #30289f;
}
.recommendedList{
  padding: 0 10px;
}
.recommendedList li{
  border-bottom: 1px solid #ccc;
}
.recommendedList li:last-child{
  border-bottom: none;
}
.recommendedList a{
  display: table;
  width: 100%;
  text-decoration: none;
  background: url(/sp/common/img/list-arrow-03.png) no-repeat right center;
  background-size: 18px;
}
.recoHead{
  display: table-cell;
  vertical-align: top;
  width: 112px;
}
.recoData{
  display: table-cell;
  vertical-align: top;
  padding: 10px 25px 10px 0;
}
.recoImageArea{
  padding: 10px 10px 22px 10px;
  width: 92px;
  position: relative;
}
.recoImage{
  border: 1px solid #ccc;
  padding: 1px;
  width: 88px;
  height: 57px;
}
.recoImage img{
  width: 88px;
  height: 57px;
}
.recoIcon{
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50px;
  left: 68px;
}
.recoTtl{
  color: #0c6ccf;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.recoTtl img{
  vertical-align: top;
  padding: 0 0 0 10px;
  margin: 2px 0 0 0;
}
.recoLead{
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* おすすめメニュー ここまで------------------------------------------ */

.newCampaignTtl{
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  padding: 7px 0;
  background: #c1a658;
}
.newCampaign{
  background: #fbf8ed;
  border-bottom: 2px solid #decfa2;
  margin-bottom: 20px;
}
.newCamBlockWrap{
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  border-bottom: 1px solid #decfa2;
}
.newCamBlock{
  width: 100px;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -moz-box-flex: 1;
}
.newCamBlock:first-child{
  border-right: 1px solid #decfa2;
}
.newCamBlock a{
  text-decoration: none;
  display: block;
  padding: 0 10px 10px 10px;
}
.newCamBlockTtl{
  color: #c1a658;
  font-size: 12px;
  line-height: 1.4;
  display: table;
  width: 100%;
  font-weight: bold;
}
.newCamBlockTtl span{
  display: table-cell;
  height: 35px;
  vertical-align: middle;
  padding: 10px 15px 10px 0;
  background: url(/sp/common/img/campaign-link-arrow.png) no-repeat right center;
  background-size: 8px;
}
.newCamBlockImage{
  text-align: center;
}
.newCamBlockText{
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0;
  color: #333;
}
.newCampaignLink{
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.newCampaignLink a{
  color: #0c6ccf;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.newCampaignLink span{
  padding: 0 0 0 17px;
  background: url(/sp/common/img/campaign-link-icon.png) no-repeat left center;
  background-size: 12px;
}
.newCamBlockPlanBWrap{
  background: #fbf8ed;
}
.newCamBlockPlanB{
  border-bottom: 1px solid #dbdbdb;
}
.newCamBlockPlanB a{
  display: table;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newCamBlockImagePlanB{
  display: table-cell;
  width: 135px;
  vertical-align: top;
}
.newCamBlockWrapPlanB{
  display: table-cell;
  padding: 0 0 0 10px;
}
.newCamBlockTtlPlanB{
  color: #c1a658;
  font-size: 14px;
  line-height: 1.6;
  display: table;
  width: 100%;
  font-weight: bold;
}
.newCamBlockTtlPlanB span{
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 5px 0;
  background: url(/sp/common/img/campaign-link-arrow.png) no-repeat right center;
  background-size: 8px;
}
.newCamBlockTextPlanB{
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.pageTop{
  text-align: right;
  background: url(/sp/common/img/top-back-icon.png) no-repeat right center;
  background-size: 9px;
  padding: 15px 15px 15px 0;
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.4;
}
.pageTop a{
  color: #0c6ccf;
  text-decoration: none;
}

.noticeWrap{
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}

.noticeText{
  border: 1px solid #ccc;
  background: #fff8a6;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 5px 20px;
}
.noticeText a{
  color: #0c6ccf;
  text-decoration: none;
}

.linkNoBlock{
  padding: 15px 10px;
}

.linkListBottom li:first-child{
  float: left;
  padding: 0 5px 0 0;
}
.linkListBottom li:last-child{
  float: right;
  padding: 0 0 0 5px;
}
.linkListBottom li{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

header.lp h1 {
  width: 264px;
}

/* goto pagetop */
.gotop,
.goTop {
  z-index: 10;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.goTop a,
.gotop a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(248, 121, 157, .8);
  border-radius: 8px;
  opacity: 0;
}
.goTop a:after,
.gotop a:after {
  display: block;
  position: absolute;
  content: url("/common/img/mark_arrow.png");
  top: 10px;
  left: 5px;
  /*-webkit-transform: rotate(-45deg);*/
}
.socialButtons,
.socialbuttons {
  opacity: 0;
  z-index: 10;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 10px;
  border: 2px solid #2E3E7E;
  border-bottom: none;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  background: #ffffff;
  padding: 6px;
}
.socialButtons .label,
.socialbuttons .label {
  display: block;
  margin-bottom:6px;
}

.fbWrap,
.fb_wrap{
  float:left;
  margin-right:6px;
}
.twitterShareButton,
.twitter-share-button{
  float:left;
  margin-right:6px;
}
.hatenaBookmarkButton,
.hatena-bookmark-button{
  float:left;
  margin-right:6px;
}