@charset "utf-8";
/* ---------------
　　　共通
--------------- */

body {
  background: #F8F5EE;
  color: #636363;
}
body#top{
  background: #FFF;
}
.hidden{
	display: none;
}
.sphidden{
	display: none;
}
.clear{
	clear: both;
}

.img_center{
	text-align: center;
	margin-bottom: 20px;
}

.img_right{
	float: right;
	margin: 0 0 30px 25px;
}

.img_left{
	float: left;
	margin: 0 25px 30px 0;
}
.acms-entry p em{
	background: linear-gradient(transparent 60%, #FCDEE2 0%);
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	color: #724844;
	padding: 0 10px;
}
h1 span.error{
	font-size: 12px;
	background: #CCC;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	}

/* テキスト位置 */
.t-aR{
	text-align:right;}

.t-aC{
	text-align:center;}

.t-aL{
	text-align:left;}



.fluid-image{
  max-width: 100%;
  height: auto;
}


/* リンクの設定 */
a {
  border: none;
	color: #3C3C64;
  text-decoration: none;
}
a:visited {
	color: #3C3C64;
  text-decoration: none;
}
a:active {
	color: #3C3C64;
  text-decoration: none;
}
a:hover {
	color: #3C3C64;
  text-decoration: underline;
}
.acms-entry a,.acms-entry a:visited{
	  text-decoration: underline;
}
.acms-entry a:hover{
	text-decoration: none;
}
td strong, p strong{
	color: #FF4800;
}
hr.clear{
	clear: both;
	border: none;
}
a.js-fader-active span{
	opacity: 0.6;
}


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

img{
  max-width: 100%;
  height: auto;
}
}



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

#siteName,#siteName a {
font-size: 13px;
color: #999;
font-weight: normal;
}

#siteName .logoMark{
	width: 111px;
	position: relative;
	left: 50%;
	display: block;
	line-height: 1.0;
	margin: 0 0 0 105px;
}
@media (max-width: 1023px){
	#siteName .logoMark{
	left: 0;
	margin: 0 auto;
}
}


.acms-hide-sp{
	width: 221px;
	float: right;
}

.acms-navbar {
margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
#siteName .logoMark{
	margin-right: 5px;
}

}

#siteName .logoType{
	padding: 30px 0 10px 0px;
	float: none;
}
#siteName span{
	display: block;
	padding: 0px 0 0px 0px;
}

/* ▼▼▼ナビゲーション */
/*.acms-navbar {
background-color: #4C2D16;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
}
*/


.acms-navbar{
	padding-top: 10px;
border-top: none;
border-bottom: none;
 height: 30px;
}

#top .acms-navbar{
	background: url(../images/bg_nav.png) no-repeat center top;
}


.acms-navbar ul{
	max-width: 960px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.acms-navbar ul li{
	width: 14%;
	margin: 0 1.25%;
	padding: 0;
	border: none !important;
}
#top .acms-navbar ul li{
	width: 16.6%;
	margin: 0;
}

.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
	margin: 0;
	padding: 0;
	color: #fff;
  height: 30px;
	line-height: 1.0;
	font-weight: bold;
	font-size: 16px !important;
}

.acms-navbar .stay a,
.acms-navbar a:active {
  background: #3C3C64;
		border-bottom: 3px #FFFFFF solid;
}
.acms-navbar a:hover,
.acms-navbar #viewing {
  background: #3C3C64;
		border-bottom: 3px #FFFFFF solid;
}

#top .acms-navbar .stay a,
#top .acms-navbar a:active,
#top .acms-navbar a:hover,
#top .acms-navbar #viewing {
	background: none !important;
	border-bottom: none;
	opacity: 0.7;
}


/* ▼▼▼top */

#bg_main{
	background: url(../images/top_main01.jpg) no-repeat center top;
	min-height: 845px;
	background-size: cover;
	text-align: center;
}

#top_lead{
	max-width: 1020px;
	margin: 0px auto;
	overflow: hidden;
}
#top_lead_inner{
	max-width: 420px;
	margin: 0px 35px 0 0;
	padding: 100px 0;
	text-align: center;
	float: right;
	background: url(../images/top_img03.png) no-repeat center center;
}

#top_lead p{
	font-size: 20px;
	letter-spacing: 0.5em;
	color: #C28100;
	font-weight: bold;
}



.top_contents{
	max-width: 930px;
	margin: 0px auto;
	padding: 50px 0;
	overflow: hidden;
}
.top_contents .top_img{
	width: 455px;
	float: left;
}
@media (max-width: 768px){
.top_contents .top_img01{
	/* display: none; */
}
}

.top_contents .top_txt{
	max-width: 420px;
	text-align: center;
	float: right;
}

@media screen and (max-width: 940px) {
.top_contents .top_img{
	width: 300px;
	margin-left: 10px;
}
}




.top_txt h2{
	color: #BF8000;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.4em;
}
.top_txt h2 em{
	font-size: 40px;
	font-style: normal;
}

.top_txt p{
	line-height: 2.0;
	color: #C28100;
	font-size: 16px;
	font-weight: bold;
}

.top_link a{
	width: 241px;
	margin: 0px auto;
	padding: 15px 0;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/bg_btn01.png) no-repeat center center;
}
.top_link a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.topLinkText a,.topLinkText a:hover{
	text-decoration: underline;	
}
@media (max-width: 599px){
	.topLinkText {
		margin-top: 30px;
		margin-bottom: 60px;
	}
}


.bg{
	background: url(../images/bg01.png) repeat left top;
}
#top .selectColor{
	margin: 40px auto;
}
#top .selectColor h3{
	background-color: #fff;
	color:  #BF8000;
	border: 1px solid #BF8000;
	width: 296px;
}
#top .selectColor h3:after{
	display: none;
}
#top .selectColor ul {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    background-color: #eee;
    }

#top_20furisode{
	min-height: 801px;
	background: url(../images/img_top02.jpg) no-repeat right top;
	overflow: hidden;
}

#top_20furisode_inner{
	max-width: 1000px;
	margin: 0px auto;
}

#top_20furisode h2{
	padding: 30px 0 0 45px;
}
#top_20furisode_inner ul{
	width: 530px;
	margin: 0;
	padding: 0px 0 30px;
	overflow: hidden;
}
#top_20furisode_inner li{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#top_20furisode li:hover{
	opacity: 0.7;
}
#top_20furisode p{
	width: 522px;
	margin: 0;
	padding: 0;
	text-align: center;
}


#top_info{
	min-height: 400px;
	background: url(../images/img_top04.png) no-repeat right top;
	overflow: hidden;
}
#top_info .top_txt{
	max-width: 500px;
	padding-top: 15px;
	text-align: center;
}
#top_info_sp{
	display: none;
}





/*  base  */

#categoryH1{
	height: 55px;
 margin: 0px !important;
	padding: 10px 0 0 0;
	text-align: center;
	color: #3C3C64;
	font-size: 34px;
	font-family: serif,Georgia, "Times New Roman", Times;
	background: url(../images/bg_title.png) repeat-x left top;
}

h2#categoryH2{
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	color: #3C3C64;
	border-top: 1px #3C3C64 solid;
}





#bg_contents{
	margin: 0;
	padding-top: 40px;
	background: url(../images/bg_top.png) repeat-x left top;
}
#bg_contents_inner{
	padding-bottom: 20px;
	background: url(../images/bg_bottom.png) repeat-x left bottom;
}
#bg_contents_area{
	min-height: 700px;
	padding-bottom: 90px;
	background: url(../images/bg02.png) no-repeat center top;
}






/* ▼▼▼一覧ページ */
.mainModuleBox {
background: none;
}
.mainModuleBox h2, .mainModuleBox h2 a {
color: #000;
font-weight: normal;
}



.summaryDefault{
  margin: 0 -8px 5px 0;
  padding: 0;
}
.summaryDefault .summaryDefaultEntry {
  float: left;
/*  width: 338px;
  width: 328px\9;
*/
		width: 340px;
		margin: 0 8px 8px 0;
  padding: 2px 2px 10px;
  box-shadow: none;
  background: #FFFFFF;
		border: 1px #E4E4DA solid;
		border-radius: 8px !important;
}
.summaryDefault .summaryDefaultEntry div {
	margin-bottom: 10px;
		border-radius: 8px 8px 0 0;
		background-color: #E4E4DA;
}
.summaryDefault .summaryDefaultEntry .summaryTitle {
  margin: 0;
		padding: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
		color: #3C3C64;
		text-align: center;
}
.summaryDefault .summaryDefaultEntry p {
  margin: 5px 0 0 0;
		padding: 0 15px;
  font-size: 14px;
}


#catalogPhotoList{
	margin: 40px 0 0;
	padding: 30px 0 30px 30px;
	border: 1px #E4E4DA solid;
	background: url(../images/bg03.png) repeat left top;
	border-radius: 10px;
}

@media (max-width: 599px){
	.HurisodeIndex__photoOutWrap{
		display: flex;
		justify-content: center;
	}
}


.catalogPhoto {
float: left;
width: 200px;
list-style: none;
margin: 0 10px 10px 0;
padding: 4px 4px 0;
background: #fff;
border-radius: 0;
box-shadow: none;
/* text-align: center; */
border: 1px #CBD1D1 solid;
}


.catalogPhoto:hover {
background: none;
border: 1px #DA5D7D solid;
}

.catalogPhoto img{
	max-width: 210px;
	height: auto;
	max-height: 300px;
}

@media (max-width: 1023px){
	.HurisodeIndex__photoWrap{
		margin: 0 auto;
    display: block;
    text-align: center;
	}
}

.acms-img-caption {
margin: 0;
padding: 8px 5px;
background: rgba(255,255,255,0.7);
text-align: center;
color: #333;
}
.acms-img-caption a{
	color: #635958;
	letter-spacing: 1px;
}
@media screen and (max-width: 940px) {
.catalogPhoto {
width: 300px;
box-shadow: 0px 0px 0px black;}
/*.catalogPhoto img{
	width: 300px;
}
*/

}

.pinchout{
	display: none;
}

@media (max-width: 479px) {
.mobileHidden{
	display: none;
}
#catalogPhotoList{
	padding: 30px 0;
	background: #F8F5EE;
	border: none;
}

.catalogPhoto {
    width: 50%;
    margin: 0px auto 10px;
    padding: 10px 1px 5px 1px;
    box-shadow: 0px 0px 0px black;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    float: left;
	min-height: 245px;
}
/* ▼▼▼1カラム
width: 90%;
margin: 0px auto 10px;
padding: 10px 1px 5px 1px;
box-shadow: 0px 0px 0px black;
display: block;
float: none;
border-radius: 8px;
 ▲▲▲1カラム */


.catalogPhoto img{
	max-width: 100%;
	height: auto;
	max-height: 220px;
	display: inline-block;
}
.acms-img-caption {
padding: 8px 5px;;
font-size: 12px;
}
.acms-entry p.pinchout{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #B78302;
	width: 95%;
	line-height: 1.4;
	margin: 0 auto;
	background: #F4EBDC;
	padding: 10px 0;
}
.pinchout img{
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}}

@media (max-width: 310px) {

.catalogPhoto {
width: 190px;
margin: 0px auto 10px;
float: none;
}
}

/* ▼▼▼振袖 */

#select_btn{
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}

#select_btn li{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}
.selectColor{
	overflow: hidden;
	margin: 0 0 10px;
}
.selectColor h3{
	width: 300px;
	height: 50px;
	margin: 0;
	padding: 20px 0 0;
	font-size: 18px;
	color: #FFF;
	float: left;
	position: relative;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #3C3C64;
	text-align: center;
	letter-spacing: 1px;
}

.selectColor h3:after {
	left: 100%;
	top: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #3C3C64;
	border-width: 10px;
	margin-top: -10px;
	}



.selectColor ul{
	width: 	608px;
	height: 65px;
	margin: 0 0 0 0;
	padding: 3px 1px 0 30px;
	border-top: 1px #E4E4DA solid;
	border-bottom: 1px #E4E4DA solid;
	border-right: 1px #E4E4DA solid;
	background-color: #FFFFFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float: right;
}

.selectColor li{
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 5px 7px;
	line-height: 1.0;
}


/*　詳細　*/
.acms-entry p.btnPush a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #3C3C64;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
	}
.pickupBox div{
	width: 208px !important;
}
#catalog .subModuleBox{
	margin-top: 55px;
	}

.subModuleBox .selectColor{
	width: 200px;
	margin: 0;
	padding: 0 0 10px;
	border: 1px #81632F solid;
	border-radius: 10px;
	background: #fff;
	}

.subModuleBox .selectColor h3{
	width: 180px;
	margin: 0px auto 10px;
	padding: 10px 0;
	height: 30px;
	font-size: 18px;
	color: #7E6735;
	float: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px #7E6735 dashed;
}
p.ex{
	color: #7E6735;
	font-weight: bold;
}
.subModuleBox .selectColor h3:after {
	border: none;
	}

.subModuleBox .selectColor ul{
	width: 200px;
	height: inherit;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: none;
}

.btn_style a{
	width: 120px;
	margin: 0px auto;
	padding: 11px 0;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/bg_btn02.png) no-repeat center center;
	border-radius: 6px;
}
.btn_style a:hover{
	opacity: 0.7;
	text-decoration: none;
}

a.page_back{
	margin: 0;
	padding: 15px 30px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #3C3C64;
	background: url(../images/icon04.png) no-repeat left center;
}



a.page_back{
	margin: 0;
	padding: 15px 30px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #3C3C64;
	display: inline;
	background: url(../images/icon04.png) no-repeat left center;
}

h2.catalog_entryTitle{
	padding: 10px 0;
	border: none;
	color: #AF9272;
	text-align: center;
	font-size: 14px;
	background: url(../images/bg_title02.png) no-repeat center center;
}
.HurisodeEntry__soldIcon{
	position: absolute;
}
@media (max-width: 1023px){
	.HurisodeEntry__soldIcon{
		max-width: 100px;
		max-height: 100px;
	}
}
.catalogPhoto img.HurisodeIndex__soldIcon{
	position: absolute;
    max-width: 100px;
    max-height: 100px;
    z-index: 600;
    margin: -5px 0 0 -5px;
}
@media (max-width: 1023px){
	.catalogPhoto img.HurisodeIndex__soldIcon{
	margin: -10px 0 0 -1px;
    max-width: 20vw;
    max-height: 20vw;
	}
}





@media screen and (max-width: 940px) {
.selectColor h3{
	width: 95%;
}
}
.selectColor li.bl-hover{
	opacity: 1;
}

.selectBaseColor li a{
	color: #fff;
}
.selectBaseColor li a:hover{
	text-decoration: none;
}


.selectBaseColor li{
	background: #FFF;
	border-radius: 30px;
	padding: 15px;
	font-size: 18px;
}
.subModuleBox .selectBaseColor li.bl-hover{
	background-color: #F8F5EE !important;
}


.selectBaseColor li.red,
.subModuleBox .selectBaseColor li.red.bl-hover,
.subModuleBox .selectPointColor li.Pred
{border: #C1160E 2px solid;}
.selectBaseColor li.red a,
.subModuleBox .selectBaseColor li.red.bl-hover a,
.subModuleBox .selectPointColor li.Pred a
{color:#C1160E;}
.selectBaseColor li.pink,
.subModuleBox .selectBaseColor li.pink.bl-hover,
.subModuleBox .selectPointColor li.Ppink
{border: #F94E6B 2px solid;}
.selectBaseColor li.pink a,
.subModuleBox .selectBaseColor li.pink.bl-hover a,
.subModuleBox .selectPointColor li.Ppink a
{ color:#F94E6B;}
.selectBaseColor li.orange,
.subModuleBox .selectBaseColor li.orange.bl-hover,
.subModuleBox .selectPointColor li.Porange
{border: #E85615 2px solid;}
.selectBaseColor li.orange a,
.subModuleBox .selectBaseColor li.orange.bl-hover a,
.subModuleBox .selectPointColor li.Porange a
{ color:#E85615;}
.selectBaseColor li.yellow,
.subModuleBox .selectBaseColor li.yellow.bl-hover,
.subModuleBox .selectPointColor li.Pyellow
{border: #F39800 2px solid;}
.selectBaseColor li.yellow a,
.subModuleBox .selectBaseColor li.yellow.bl-hover a,
.subModuleBox .selectPointColor li.Pyellow a
{ color:#F39800;}
.selectBaseColor li.purple,
.subModuleBox .selectBaseColor li.purple.bl-hover,
.subModuleBox .selectPointColor li.Ppurple
{border: #601986 2px solid;}
.selectBaseColor li.purple a,
.subModuleBox .selectBaseColor li.purple.bl-hover a,
.subModuleBox .selectPointColor li.Ppurple a
{ color:#601986;}
.selectBaseColor li.green,
.subModuleBox .selectBaseColor li.green.bl-hover,
.subModuleBox .selectPointColor li.Pgreen
{border: #00913A 2px solid;}
.selectBaseColor li.green a,
.subModuleBox .selectBaseColor li.green.bl-hover a,
.subModuleBox .selectPointColor li.Pgreen a
{ color:#00913A;}
.selectBaseColor li.blue,
.subModuleBox .selectBaseColor li.blue.bl-hover,
.subModuleBox .selectPointColor li.Pblue
{border: #036EB8 2px solid;}
.selectBaseColor li.blue a,
.subModuleBox .selectBaseColor li.blue.bl-hover a,
.subModuleBox .selectPointColor li.Pblue a
{ color:#036EB8;}
.selectBaseColor li.white,
.subModuleBox .selectBaseColor li.white.bl-hover,
.subModuleBox .selectPointColor li.Pwhite
{border: #9FA0A0 2px solid;}
.selectBaseColor li.white a,
.subModuleBox .selectBaseColor li.white.bl-hover a,
.subModuleBox .selectPointColor li.Pwhite a
{ color:#9FA0A0;}
.selectBaseColor li.black,
.subModuleBox .selectBaseColor li.black.bl-hover,
.subModuleBox .selectPointColor li.Pblack
{border: #231815 2px solid;}
.selectBaseColor li.black a,
.subModuleBox .selectBaseColor li.black.bl-hover a,
.subModuleBox .selectPointColor li.Pblack a
{ color:#231815;}

.subModuleBox .selectBaseColor li a{
	color: #FFF;
}


.selectBaseColor li.bl-hover a,
.subModuleBox .selectPointColor li.bl-hover a
{ color: #FFF;}
.selectBaseColor li.red.bl-hover,
.subModuleBox .selectBaseColor li.red,
.subModuleBox .selectPointColor li.Pred.bl-hover
{background: #C1160E;}
.selectBaseColor li.pink.bl-hover,
.subModuleBox .selectBaseColor li.pink,
.subModuleBox .selectPointColor li.Ppink.bl-hover
{background: #F94E6B;}
.selectBaseColor li.orange.bl-hover,
.subModuleBox .selectBaseColor li.orange,
.subModuleBox .selectPointColor li.Porange.bl-hover
{background: #E85615;}
.selectBaseColor li.yellow.bl-hover,
.subModuleBox .selectBaseColor li.yellow,
.subModuleBox .selectPointColor li.Pyellow.bl-hover
{background: #F39800;}
.selectBaseColor li.purple.bl-hover,
.subModuleBox .selectBaseColor li.purple,
.subModuleBox .selectPointColor li.Ppurple.bl-hover
{background: #601986;}
.selectBaseColor li.green.bl-hover,
.subModuleBox .selectBaseColor li.green,
.subModuleBox .selectPointColor li.Pgreen.bl-hover
{background: #00913A;}
.selectBaseColor li.blue.bl-hover,
.subModuleBox .selectBaseColor li.blue,
.subModuleBox .selectPointColor li.Pblue.bl-hover
{background: #036EB8;}
.selectBaseColor li.white.bl-hover,
.subModuleBox .selectBaseColor li.white,
.subModuleBox .selectPointColor li.Pwhite.bl-hover
{background: #9FA0A0;}
.selectBaseColor li.black.bl-hover,
.subModuleBox .selectBaseColor li.black,
.subModuleBox .selectPointColor li.Pblack.bl-hover
{background: #231815;}



.selectPointColor li{
	margin: 13px 0 0;
	background: #fff;
	padding: 8px 23px;
	border-right: 2px #CCC dotted;
	font-size: 18px;
}

.subModuleBox .selectPointColor li{
	margin: 0 0 10px 10px;
	background: #F8F5EE;
	border-radius: 30px;
	padding: 15px;
	font-size: 18px;
	border: none;
}



.selectPointColor li:last-child{
	border-right: none;
}

.selectPointColor li a{
	padding: 5px 0;
}
.subModuleBox .selectPointColor li a{
	padding: 0;
}
.selectPointColor li a:hover{
	text-decoration: none;
}


.selectPointColor li.Pred a{color: #C1160E;}
.selectPointColor li.Pred{color: #C1160E;}
.selectPointColor li.Pred.bl-hover{color: #C1160E; border-bottom:#C1160E 2px solid;}

.selectPointColor li.Ppink a{color: #F94E6B;}
.selectPointColor li.Ppink {color: #F94E6B;}
.selectPointColor li.Ppink.bl-hover{color: #F94E6B; border-bottom: #F94E6B 2px solid;}

.selectPointColor li.Porange a {color: #E85615;}
.selectPointColor li.Porange a{color: #E85615;}
.selectPointColor li.Porange.bl-hover{color: #E85615;border-bottom: #E85615 2px solid;}

.selectPointColor li.Pyellow  a{color: #F39800;}
.selectPointColor li.Pyellow {color: #F39800;}
.selectPointColor li.Pyellow.bl-hover{color: #F39800; border-bottom: #F39800 2px solid;}

.selectPointColor li.Ppurple  a{color: #601986;}
.selectPointColor li.Ppurple {color: #601986;}
.selectPointColor li.Ppurple.bl-hover{color: #601986; border-bottom: #601986 2px solid;}

.selectPointColor li.Pgreen  a{color: #00913A;}
.selectPointColor li.Pgreen {color: #00913A;}
.selectPointColor li.Pgreen.bl-hover{color: #00913A; border-bottom: #00913A 2px solid;}

.selectPointColor li.Pblue  a{color: #036EB8;}
.selectPointColor li.Pblue {color: #036EB8;}
.selectPointColor li.Pblue.bl-hover{color: #036EB8; border-bottom: #036EB8 2px solid;}

.selectPointColor li.Pwhite  a{color: #bbb;}
.selectPointColor li.Pwhite {color: #bbb;}
.selectPointColor li.Pwhite.bl-hover{color: #888; border-bottom: #bbb 2px solid;}

.selectPointColor li.Pblack a{color: #231815;}
.selectPointColor li.Pblack{color: #231815;}
.selectPointColor li.Pblack.bl-hover{color: #231815; border-bottom: #231815 2px solid;}


/* ▼▼▼声 */
.voiceImg img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
p.voiceInfo{
	text-align: center;
}

.voice h2.voiceTitle{
	color: #826432;
	text-align: center;
	font-size: 28px;
}
.voice .acms-entry h3{
	font-size: 16px;
	letter-spacing: 1px;
}
.voiceArea{
	background: #aaa;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	font-size: 13px;
	border-radius: 2px;
}
.voiceName{
	font-size: 16px;
	color: #826432;
}
.voiceColor span{
width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border-radius: 50%;
   }
.voiceColor .red{background-color: #C1160E;}
.voiceColor .pink{background-color: #F94E6B;}
.voiceColor .orange {background-color: #E85615;}
.voiceColor .yellow {background-color: #F39800;}
.voiceColor .purple {background-color: #601986;}
.voiceColor .green {background-color: #00913A;}
.voiceColor .blue {background-color: #036EB8;}
.voiceColor .white {background-color: #bbb;}
.voiceColor .black{background-color: #231815;}


.voiceColor.red{color: #C1160E;}
.voiceColor.pink{color: #F94E6B;}
.voiceColor.orange {color: #E85615;}
.voiceColor.yellow {color: #F39800;}
.voiceColor.purple {color: #601986;}
.voiceColor.green {color: #00913A;}
.voiceColor.blue {color: #036EB8;}
.voiceColor.white {color: #bbb;}
.voiceColor.black{color: #231815;}

.voice .acms-entry {border: 7px #fff solid;}
.voice .acms-entry.red{border-color: #C1160E;}
.voice .acms-entry.pink{border-color: #F94E6B;}
.voice .acms-entry.orange {border-color: #E85615;}
.voice .acms-entry.yellow {border-color: #F39800;}
.voice .acms-entry.purple {border-color: #601986;}
.voice .acms-entry.green {border-color: #00913A;}
.voice .acms-entry.blue {border-color: #036EB8;}
.voice .acms-entry.white {border-color: #bbb;}
.voice .acms-entry.black{border-color: #231815;}


/* ▲▲▲声 */

/* ▼▼▼エントリー */
.mainImage{
	margin: 0px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.mainImage img.mainPhoto{
	position: relative;
	width: 100%!important;
	height: auto;
	margin: 0;
}
.headSection{
	top: 0;
	width: 100%;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}
.enmptyMainImage{
	height: auto;
	display: block;
	background: #fff;
	width: 100%;
	letter-spacing: 4px;
}
.enmptyMainImage #categoryH1{
	width: 100%;
	height: 60px;
}
#headWrapper,.acms-navbar {
  background: #3C3C64;
		padding-bottom: 8px;
}

#top #headWrapper,.acms-navbar {
	background-color: rgba(00,00,50,0);
}
#headWrapper p{
	padding-top: 15px;
}



.acms-entry{
	border: 1px #E4E4DA solid;
}

#catalog .acms-entry{
	background-color: transparent;
	background: url(../images/bg03.png) repeat left top;
}

#catalog [class*='catalog-'],#catalog [class*='point-']{
	color: #FFFFFF;
	border-top: 1px #fff solid;
}
#catalog [class*='point-P']{
	color: #777;
	border-top: 1px #fff dashed;
}
#catalog h2#categoryH2.color-red{background-color: #C1160E;}
#catalog h2#categoryH2.color-pink{background-color: #F94E6B;}
#catalog h2#categoryH2.color-yellow{background-color: #F39800;}
#catalog h2#categoryH2.color-purple{background-color: #7f5ad7;}
#catalog h2#categoryH2.color-green{background-color: #00913A;}
#catalog h2#categoryH2.color-blue{background-color: #036EB8;}
#catalog h2#categoryH2.color-white{background-color: #9FA0A0;}
#catalog h2#categoryH2.color-black{background-color: #231815;}

#catalog h2#categoryH2.point-Pred{color: #C1160E;border-color: #C1160E}
#catalog h2#categoryH2.point-Ppink{color: #F94E6B;border-color: #F94E6B}
#catalog h2#categoryH2.point-Pyellow{color: #F39800;border-color: #F39800}
#catalog h2#categoryH2.point-Ppurple{color: #7f5ad7;border-color: #7f5ad7}
#catalog h2#categoryH2.point-Pgreen{color: #00913A;border-color: #00913A}
#catalog h2#categoryH2.point-Pblue{color: #036EB8;border-color: #036EB8}
#catalog h2#categoryH2.point-Pwhite{color: #9FA0A0;border-color: #9FA0A0}
#catalog h2#categoryH2.point-Pblack{color: #231815;border-color: #231815}



/*　　　エントリー本文部分　　　*/
.acms-entry ul {
	margin: 10px 0 15px;
}
.acms-entry ul li {
font-size: 14px;
color: #B2527E;
}
.entryColumn {
  padding: 0 50px 10px;
}

#catalog .entryColumn {
  padding: 0 40px 10px;
}

.entryHeader {
border-bottom: none;
margin: 0 0 20px 0;
background: #626180;
}
#catalog .entryHeader {
	margin: 0;
	padding: 10px 0 0;
	border: none;
	background-color: transparent;
}


.acms-entry .entryTitle, .entryTitle {
font-weight: normal;
font-size: 24px;
letter-spacing: 2px;
margin: 0px 0 0 0;
color: #fff;
text-align: center;
}

.acms-entry h3 {
margin: 30px 0 15px 0;
padding: 3px 10px;
border-radius: 5px;
background: #fff url(../images/line.png) repeat-x left bottom;
font-size: 22px;
letter-spacing: 3px;
color: #826432;
text-align: center;
zoom: 1;
}
.acms-entry h3 span{
background: #fff;
background-image: none;
padding: 0px 15px;
}

.acms-entry h4 {
  padding: 0 10px;
  border-bottom: none;
  font-size: 18px;
  color: #F06496;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.acms-entry ul li a{
}


p.komonoInfo{
	text-align: center;
	margin: 20px 0 0 0;
}
.acms-entry p.seiyakuP{
	width: 500px;
	background: #f8ebed;
	line-height: 1.7;
	margin: 0 auto;
	padding: 20px;
	display: block;
	border-radius: 10px;
	color: #c15a49;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.acms-entry p.seiyakuP{
	width: 92%;
}
}
#price_area{
	padding: 10px 0;
	background: url(../images/bg04.png) no-repeat center top;
}

#price_area dl{
	max-width: 400px;
	margin: 0px auto;
	overflow: hidden;
	font-weight: bold;
}
#price_area dt{
	margin: 0 10px 0 0;
	color: #3C3C3C;
	float: left;
	font-size: 16px;
}
#price_area dd{
	font-size: 14px;
	color: #3C3C64;
	float: left;
}
#price_area dd span{
	font-size: 18px;
}

/* ▼▼▼エントリーの関連写真 */
section.entryPhotoList{
	margin: 50px 0 30px 0;
}
section.entryPhotoList #catalogPhotoList {
  margin: 0px 0 0;
  padding: 10px 0 30px 30px;
}
@media (max-width: 479px) {
section.entryPhotoList #catalogPhotoList {
  padding-left: 0;
  }
}
section.entryPhotoList h2{
	margin: 0px auto;
	padding: 5px 20px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	color: #7E6735;
	font-size: 20px;
}

/* テーブル */
.acms-entry table {
  margin: 10px 0 40px 0;
		border: none;
}
.acms-entry table tr:nth-child(even) th,
.acms-entry table tr:nth-child(even) td{
	background-color: #FFF;
}
.acms-entry table tr:nth-child(odd) th,
.acms-entry table tr:nth-child(odd) td{
	background-color: #FFF0B4;
}
.acms-entry table th{
		border: none;
		font-weight: normal;
		text-align: center;
}
.acms-entry table td{
		border: none;
}

.acms-entry ul.link_list {
  margin: 20px 0 15px;
  padding: 0;
  font-size: 14px;
}
.acms-entry ul.link_list li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
		background: url(../images/icon03.png) no-repeat 0px 0px;
}


.contactH2 {
margin: 0 0 15px 0;
padding: 30px 10px 0;
border-radius: 5px;
background: #fff url(../images/line.png) repeat-x left 43px;
font-size: 22px;
letter-spacing: 3px;
color: #826432;
text-align: center;
zoom: 1;
border: none;
}
.contactH2 span{
background: #fff;
background-image: none;
padding: 0px 15px;
}

.caption {
margin: 2px 0 35px !important;
padding: 0 5px;
color: #777;
font-size: 14px !important;
text-align: center;
line-height: 1.2;
}
.acms-entry p {
margin: 0 0 20px 0;
font-size: 14px;
}

.acms-entry .pickupBox [class*='column-image-']{
	margin-right: -10px;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {

	.mainImage img.mainPhoto{
	position: relative;
	width: 150%!important;
	height: auto;
	left: -15%
}
.acms-entry .pickupBox [class*='column-image-']{
	margin-left: -10px;
	margin-right: -10px;
}
.acms-entry .pickupBox [class*='column-image-'] img{
	width: 50% !important;
}
}


/* ▼▼▼サイドバー */

.sub .contact.bl-hover{
	background: #fff;
}
.sub .contact{
	margin-bottom: 1em;
	text-align: center;
	display: inline-block;
}
.sub .contact a{
	color: #d7014a;
	font-weight: bold;
	margin-top: -1em;
	padding-bottom: 1em;
}

.subModuleBox{
	border: none;
	opacity: 0.8;
	border-radius: 5px;
}
.subModuleBox h2 {
margin: 0;
padding: 10px 0;
color: #FFF;
font-size: 14px;
text-align: center;
background: #3C3C64;
border-radius: 5px 5px 0 0;
}
.entryListBox #entryList {
	margin: 0;
	padding: 0;
	background: url(../images/bg03.png) repeat left top;
}
.entryListBox #entryList li:first-child{
	padding-top: 15px;
}
.entryListBox #entryList li:last-child{
	padding-bottom: 15px;
}

.entryListBox #entryList a {
	border: none;
	padding: 0 20px 5px 25px;
	background: url(../images/icon02.png) no-repeat 10px 8px;
}

#infoBox{
	padding: 10px;
	border: 5px #BCBFC6 solid;
	border-radius: 5px;
	background: url(../images/bg03.png) repeat left top;
}

#infoBox h2{
	margin: 0;
	padding: 0 0 10px;
	font-size: 16px;
	text-align: center;
	color: #3C3C64;
}

#infoBox p{
	margin: 0 0 5px;
	padding: 0;
	color: #646464;
}
#infoBox p a{
	padding: 0 0 0 15px;
	background: url(../images/icon02.png) no-repeat 0 8px;
}
ul.entrySerial{
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.entrySerial li{
	list-style: none;
	width: 46%;
	display: block;
	float: left;
	background: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	border: 1px solid #eee;
}
ul.entrySerial li.bl-hover{
	border: 1px solid #3C3C64;
}
li.nextBtn{
	text-align: left;
	margin-right: 10px;
}
li.prevBtn{
	text-align: right;

}
#nav #infoBox a{
	color: #4D4F77;
}
#nav #infoBox p a.SideSp__btn{
	padding: 1em 2em;
	color: #fff;
	background: #4D4F77;
	font-weight: 600;
	border-radius: 20px;
	margin: 20px auto;
	display: inline-block;
}


/* ▲▲▲エントリー */

/* ▼▼▼フッター */
#pageTop{
	clear: both;
	display: block;
	height: 75px;
}

#pageTop a {
  bottom: -50px;
  right: 0;
	background: none;
}
#pageTop a:hover {
background: none;
}
#footer p.footerInfo{
	color: #ddd;
	margin: 15px 0 0 0;
}
/*#copyright {
background: #800000;
}
*/


#cateTop{
	padding-top: 50px;
}

#cateTop a{
	width: 241px;
	margin: 0px auto;
	padding: 15px 0;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/bg_btn01.png) no-repeat center center;
}

#copyright {
color: #262647;
}
#footer span.acms-icon{
	padding-right: 3px;
}

#footWrapper {
	margin: 0;
padding: 10px 0 20px;
background: #4D4F76;
text-align: center;
}

#footer {
text-align: center;
}

#footer #ft_logo{
	width: 95px;
	margin: 0px auto;
}
#footer p{
	margin: 0;
	padding: 0;
	color: #FFF;
}
#footer span{
	font-weight: bold;
}
#footer a{
	color: #FFF;
}

.footernavi{
  display: flex;
  justify-content: center;
}

#footer ul{
	max-width: auto;
	margin: 20px 125px;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 769px){
	#footer ul{
	margin: 20px -10px;
	}
	
	img.acms-img-responsiveHakama{
	max-width: 350px;
	}
}

#footer li{
	width: 118px;
	padding: 0 6px;
	float: left;
	list-style: none;
	text-align: center;
}
#footer li a{
	display: block;
	font-weight: bold;
}

#copyright {
background: #4D4F76;
font-weight: bold;
text-align: center !important;
}



/* お問い合わせ */
.acms-entry table th{
border: none;
font-weight: bold;
text-align: left;
color: #666;
padding: 10px 0 10px 15px;
}

/* QA */
.qa .summaryDefault .summaryDefaultEntry {
width: 100%;
}
.qa .summaryDefault .summaryDefaultEntry .summaryTitle {
text-align: left;
padding: 10px 0 5px 15px;
}
@media screen and (max-width: 767px) {
.qa .summaryDefault .summaryDefaultEntry {
width: auto;
max-width: none!important;
margin: 0px 10px 8px 10px;
}
.qa .summaryDefault .summaryDefaultEntry .summaryTitle{
font-size: 16px;
}
}



/* -----------------------------------------------
[Media Queries] tablet
-------------------------------------------------- */
@media only screen and (min-width:481px) and (max-width:853px){




#infoBox{
	width: 60%;
	margin: 0;
	float: right;
}


#catalog .acms-entry{
	margin: 0px auto;
}

.mainModuleBox {
	margin: 0px auto;
	padding-left: 25px;
}

.acms-entry h3 {
font-size: 16px;
}


.selectColor h3{
	max-width: 200px;
}
.selectColor ul{
	max-width: 515px;
}

.selectPointColor li a{
	padding: 5px 18px;
}}
/* ▲▲▲タブレット */




/* ▼▼▼スマホ */
@media screen and (max-width: 767px) {
	.sphidden{
		display: block;
}

#catalog .mainModuleBox {
margin: -50px 0 30px 0;
}

#headWrapper{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.acms-container {
		margin: 0;
  padding: 0;
}
.acms-container.top{
  background: #4D4F77;
}

.pc_logo{
	display: none;
}


#nav-open-btn{
		position: relative;
		top: 25px;
		left: 20px;
		float: left;
		display: block;
}

.js-ready #nav {
		background-color: #F8778C;
	}

.acms-sidebar li.stay,
.acms-sidebar a:hover {
		background-color: #FF99AD;
		text-decoration: none;
}


@media (max-width: 1023px){
	.siteHeaderWrapper{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 0;
		padding: 5px 0 10px;
		overflow: hidden;
		background: #4D4F77;
		text-align: center;
		position: relative;
		height: 100%;
	}
	.siteHeaderSiteMenuDammy{
	}
	.siteHeaderSiteMenu{
		flex-basis: 20%;
		max-width: 20%;
		align-self: center;
	}
	#headWrapper h1.siteHeaderSiteName{
		flex-basis: 60%;
		max-width: 60%;
	}
	#headWrapper #siteName.siteHeaderSiteName{
		margin-top: 0;
		margin-left: 0;
	}
	.headTel{
		flex-basis: 20%;
		max-width: 20%;
		align-self: center;
	}

	#siteName .logoMark{
		left: inherit;
		display: inline;
	}
}


.siteHeader .headTel,
.siteHeader .headAccess {
		position: absolute;
		top: 20px;
		font-size: 28px;
		color: #FFF;
		line-height: 1;
		right: 20px;
}

.headSection{
	width: 150%;
}

#bg_main{
	background: none;
	min-height: inherit !important;
}
#bg_main_sp{
	position: relative;
	margin: 0;
	padding: 0;
	background: #FDEEE8;
	max-height: none;
	text-align: center;
	overflow: hidden;
}
#sp_main{
	line-height: 1.0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#sp_lead{
	width: 60%;
	margin: 0 auto;
	padding: 10px 0 0;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 50%;
	margin-left: -30%;
	text-align: center !important;
}
#top_lead_inner{
	max-width: inherit;
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
	float: none;
	position: absolute;
	z-index: 100;
	top: 13%;
}

#top_lead h2{
	width: 50%;
	margin: 0px auto;
	padding: 0;
	text-align: center !important;
}
#top_lead p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0;
	color: #DF6D49;
	text-align: center !important;
}




.top_contents{
	padding: 10px 0;
}

.top_contents .top_img{
	margin: 0px auto;
	text-align: center;
	float: none;
}
.top_contents .top_txt{
	margin: 0px auto;
	text-align: center;
	float: none;
}
.top_txt h2{
	color: #C28100;
	font-size: 20px;
	letter-spacing: 0;
}
.top_contents_catalog .top_txt h2{
	margin-top: -60px;
	color: #000;
	text-shadow: 0 0 12px rgba(255, 255, 255, 1);
}
.top_txt h2 em{
	font-size: 30px;
}

.top_txt p{
	line-height: 1.6;
	font-size: 14px;
}
#top_20furisode_inner ul{
	width: 100%;
	margin: 0px auto;
	padding: 0px 0 30px;
}

#top_20furisode_inner li{
	width: 50%;
}
#top_info{
	min-height: inherit;
	background: none;
	overflow: hidden;
}

#top_info .top_txt{
	padding: 0px 20px;
}
#top_info_sp{
	display: block;
}


#footer li{
	width: 27%;
	margin: 0 3%;
	padding: 0;
	font-size: 0.8em;
}

#copyright {
	font-size: 0.8em;
font-weight: bold;
text-align: center !important;
}



.summaryDefault{
  margin: 0 0 5px;
  padding: 0;
}
.summaryDefault .summaryDefaultEntry {
  float: none;
		max-width: 310px !important;
		margin: 0px auto 8px;
  padding: 2px 2px 10px;
  box-shadow: none;
}

.summaryDefault .summaryDefaultEntry div{
		max-width: 310px !important;
		/*background: none;*/
}

.entryColumn {
  padding: 0 10px 10px;
}

#catalog .entryColumn {
  padding: 0 0 10px;
}

h2.catalog_entryTitle{
	margin: 0 0 10px !important;
}


#categoryH1{
	font-size: 18px;
}



.selectColor h3{
	max-width: 300px;
	height: 40px;
	margin: 0px auto;
	float: none;
	position: relative;
	border-radius: 10px;
}

.selectColor h3:after {
	top: 0;
	border: none;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-width: 0;
	margin-top: 0;
	}

.selectColor ul{
	max-width: 	300px;
	height: inherit !important;
	margin: 0px auto;
	padding: 10px 0;
	border: none;
	border-radius: 10px;
	float: none;
	overflow: hidden;
	text-align: center;
}
.subModuleBox .selectColor ul{
	background: none;
}

.selectBaseColor li{
	margin: 5px 11px;
}
.subModuleBox .selectBaseColor li{
	margin: 5px 6px;
}



.selectPointColor li{
	margin: 13px 3px 5px;
	padding: 5px 24px;
	font-size: 18px;
	border-right: 2px #CCC dotted;
}


.selectPointColor li.Ppurple{
	border-right: none;
}
.selectPointColor li.Pgreen{
	clear: both;
}



.subModuleBox .selectPointColor li{
	margin: 0 0 10px 10px;
	background: #F8F5EE;
	border-radius: 30px;
	padding: 15px;
	font-size: 18px;
	border: none;
}
.subModuleBox .selectPointColor li a{
	margin: 0;
	padding: 0;
}

.subModuleBox .selectPointColor li.Pred a{color: #C1160E !important;}
.subModuleBox .selectPointColor li.Ppink a{color: #F94E6B !important;}
.subModuleBox .selectPointColor li.Porange a {color: #E85615 !important;}
.subModuleBox .selectPointColor li.Pyellow  a{color: #F39800 !important;}
.subModuleBox .selectPointColor li.Ppurple  a{color: #601986 !important;}
.subModuleBox .selectPointColor li.Pgreen  a{color: #00913A !important;}
.subModuleBox .selectPointColor li.Pblue  a{color: #036EB8 !important;}
.subModuleBox .selectPointColor li.Pwhite  a{color: #bbb !important;}
.subModuleBox .selectPointColor li.Pblack a{color: #231815 !important;}


.subModuleBox .selectPointColor li.Pgreen{
	clear:inherit;
}

.btn_style a{
	margin: 0;
}

/*.selectPointColor li.bl-hover{
}
*/


#select_btn{
	text-align: center;
}
#select_btn li{
	float: none;
	margin: 0px  10px 10px 0;
	float: left;
}

#price_area dt{
	float: none;
	margin-bottom: 5px;
}
#price_area dd{
	float: none;
}

.acms-entry h3 {
	padding: 0;
font-size: 16px;
background: none !important;
}
.acms-entry h3 span{
	padding: 0;
	}
.lineGo{
	padding-left: 10px;
	float: left;
	}
.lineBtn{
	margin-top: 10px;
	}
.lineInfo{
	color: #00c300;
	font-weight: bold;
	clear: both;
	margin-bottom: 20px;
	}
ul.entrySerial li{
	width: 40%;
	font-size: 12px;
}}
/* ▲▲▲スマホ */


tr.ImageTable th,tr.ImageTable td{
	display: block;
	width: 400px;
}

/* ▼▼▼Q&A */
.acms-entry .qa p.questionText{
	background: #eee;
	padding: 1em 1.5em;
	color: #262647;
	font-size: 16px;
    border-radius: 0px 0px 20px 0;
}
.acms-entry .qa label.q{
	    display: inline-block;
    letter-spacing: 2px;
    background: #3C3C64;
    color: #fff;
    font-weight: bold;
    padding: 0.2em 1em;
    margin-bottom: 0em;
    border-radius: 4px 4px 0 0;
}
.acms-entry .qa h2{
	    display: inline-block;
    letter-spacing: 2px;
    background: #F06496;
    color: #fff;
    font-weight: bold;
    padding: 0.2em 1em;
    margin-bottom: 0em;
    border-radius: 4px 4px 0 0;
	font-size: 14px;
}
.acms-entry .qaUnit{
	background: #fdecec;
	padding: 1em 1em;
	color: #262647;
	font-size: 16px;
    border-radius: 0px 0px 20px 0;
    margin-top: -5px;
}

/* ▼▼▼twitterから予約 */
.twiReserve{
	background: #fff;
	text-align: center;
	padding-top: 0em;
	padding-bottom: 1em;
}
.twiReserve h2{
	background: #1DA1F2;
	color: #fff;
    margin-right: 0;
    padding: 15px 0;
    font-size: 16px;
}
.twiReserve h2 img{
	max-width: 30px;
	margin-right: 5px;
	margin-bottom: -5px;
}
.twiReserve p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	text-align: left;
}
.twiReserve p .rei{
	color: #C28100;
	font-weight: bold;
}
.twiReserve img.twiIcon{
	margin: 10px auto;
	display: block;
	width: 100px;
}
.twiId{
	color: #1DA1F2;
	font-weight: bold;
	letter-spacing: 2px;
}
.twiBtn{
	border-radius: 100px;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    background: #1DA1F2;
    display: block;
    width:200px;
    margin: 0 auto;
}
.acms-entry a.twiBtn,.acms-entry a.twiBtn:link,.acms-entry a.twiBtn:visited,.acms-entry a.twiBtn:active{
    color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.twiReserve p{
	font-size: 14px;
	color: #333;
}

.twiReserve img.twiIcon{
	max-width: 80px;
}

}
/* ▲▲▲twitterから予約 */
/* 予約 */
.reserveSection{
	width: 100%;
	padding: 0;
}
table.reserveForm{
}
.mailReserve{
	border-top: 1px solid #eee;
	background: #fff;
	text-align: center;
	padding-top: 0em;
	padding-bottom: 2em;
	border-bottom: 3px solid #3C3C64;
}
.mailReserve h2{
	margin-top: 30px;
	color: #777;
    margin-right: 0;
    padding: 30px 0 15px 0;
    font-size: 22px;
	letter-spacing: 0.08em;
}
@media (max-width: 599px){
	.CtalogPrice__dl{
		display: flex;
		flex-direction: row;
		padding: 4px 20px;
		justify-content: end;	
	}
	#price_area .CtalogPrice__dl dt{
		margin-right: 5px;
		opacity: 0.7;
	}
	.CtalogPrice__dl dd{
		margin-left: 0;
	}
	.acms-entry p.seiyakuP{
		margin-top: 30px;
	}
}


#price_area .mailReserve dl {
    max-width: none;
    margin: 0px auto;
    overflow:auto;
    font-weight: normal;
	display: flex;
	flex-direction: column;
}
#price_area .mailReserve dt,#price_area .mailReserve dd{
    float: none;
	margin-left: 0;
	margin-right: 0;
}
#price_area .mailReserve dt{
	font-weight: 600;
	color: #999;
	letter-spacing: 0.16em;
}
#price_area .mailReserve dd{
	margin-bottom: 30px;
}
#price_area .mailReserve a{
	border-radius: 100px;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 16px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    background: #3C3C64;
    display: block;
    max-width:70%;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 600px){
	#price_area .mailReserve a{
		max-width:300px;
		margin-top: 5px;
	}
}
span.bikou{
	font-size: 13px;
	margin: 5px 0 15px 0;
	padding: 1em 0.5em;
	background: #eee;
	display: inline-block;
	border-radius: 0 0 15px 15px;
}
span.bikou em{
	font-style: normal;
	font-weight: bold;
	color: #c40f32;
}

/* ▲▲▲予約 */

/* トップ横スライド */
#top_slide {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	overflow: hidden;
	text-align: left;
	background: #eee;
}

#top_slide ul {
	height: 240px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#top_slide ul li {
	float: left;
	list-style: none;
	width: 160px;
	height: 240px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}

#top_slide ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
	#top_slide {
	width: 100%;
	height: 105px;
	margin-bottom: -20px;
}
#top_slide ul {
	height: 105px;
}
#top_slide ul li {
	width: 70px;
	height: 105px;


}
}
/* トップ横スライド ▲▲▲*/

/* ▼▼▼お休み案内 */
.oyasumiNavi{
	background: #fff;
	padding: 1em;
	border-radius: 10px;
	margin: 1em auto;
	max-width: 640px;
	display: block;
}
.oyasumiNavi p,#footer .oyasumiNavi p{
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 5px;
	color: #555;
}
.oyasumiNavi__link{
	text-decoration: underline;
}
.oyasumiNavi__link:after{
	font-family: FontAwesome;
	content: '>' ;
}
.oyasumiNavi p,#footer .oyasumiNavi p a,.oyasumiNavi p,#footer .oyasumiNavi p a:visited{
	color: #C1160E;
}
/* ▲▲▲お休み案内 */




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

	.js-acms-offcanvas-active .js-acms-offcanvas-sidebar{
	   background: #4D4F77;
	}
	.js-acms-offcanvas-sidebar #infoBox{
		background: #eee;
		color: #fff;
	}

}


/* ------------------------------　　
	ランキング
------------------------------ */

/* ランキングリンク関連▼ */
/* 標準 */
.rankingColorLinkListContent{
	background: #fff;
	display: flex;
	font-size: 18px;
	width: 99%;
	margin: 0 auto;
	border: 1px solid #d0d1d5;
	border-radius: 5px;
}
.rankingTitleWrap{
	position: relative;
	/* background: #ddd; */
	border-bottom: 1px solid #d0d1d5;
	width: 30%;
}

.rankingTitle{
	margin: 0;
	padding: 20px;
	text-align: center;
	letter-spacing: 3px;
}
.rankingColorLinkList{
	list-style: none !important;
	margin: 0 15px;
	transition: .2s;
}
.rankingColorLinkList:hover{
	opacity: .6;
}
.rankingColorLinkBox{
	display: flex;
	width: 70%;
	font-weight: 600;
}
.rankingColorLinkListWrap{
	width: 100%;
	margin: 0;
	list-style: none;
	display: flex;
	padding-left: 0;
	justify-content: center;
	padding: 20px;
	font-size: 20px;
}
.rankingColorLinkList a{
	padding: 20px 0;
	display: block;
}
/* PC版 */
@media screen and (min-width: 481px){
	.rankingTitleWrap{
		border-bottom: unset;
		border-right: 1px solid #d0d1d5;
	}
	.rankingColorLinkListWrap{
		padding: 0;
		justify-content: unset;
	}
	.rankingColorLinkList{
		/* padding: 20px 0; */
		width: 10%;
		margin: 0;
		text-align: center;
		border-right: 1px solid #d0d1d5;
	}
	.rankingColorLinkListWrap li:nth-child(8){
		border-right: unset;
	}
	.rankingAllList{
		width: 20%;
		background: #333;
		color: #fff;
		border-radius: 0 3px 3px 0;
		border-right: 1px solid #333;
	}
	.rankingAllList:visited{
		color: #fff;
	}
	.rankingColorLinkList a{
		padding: 20px 0;
		display: block;
	}
}




/* スマホ版 */
@media screen and (max-width: 480px){
	/* index_cms.html のcss*/
	.rankingColorLinkListContent{
		font-size: 15px;
	}
	.rankingTitleWrap{
		width: 100%;
	}
	.rankingColorLinkListContent{
		flex-direction: column;
	}
	.rankingColorLinkBox{
		width: 100%;
	}
	.rankingColorLinkListWrap{
		/* width: 70%; */
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		/* padding: 20px; */
		padding: 0;
		font-size: 22px;
		flex-flow: wrap;
	}
	.rankingColorLinkList{
		margin: 0;
		width: 15%;
		padding:  0 2.37%;
		text-align: center;
		border-bottom: 1px solid #d0d1d5;
		border-left: 1px solid #d0d1d5; 
	}
	.rankingAllList{
		background: #333;
		color: #fff;
		width: 35%;
		/* margin: 0 10px !important; */
		text-align: center;
		letter-spacing: 2.8px;
		border-radius: 0 0 3px 0;
	}
	.rankingColorLinkListWrap li:nth-child(1),.rankingColorLinkListWrap li:nth-child(6){
		/* margin-bottom: 10px; */
		border-left: unset;
	}
	.rankingColorLinkListWrap li:nth-child(6),.rankingColorLinkListWrap li:nth-child(7),.rankingColorLinkListWrap li:nth-child(8),.rankingColorLinkListWrap li:last-child{
		border-bottom: unset;
	}

}



/* 色別ランキングリンク */
/* 標準 */
.acms-entry .rankingTitle{
	margin: 0;
	padding: 0;
	/* border-radius: unset; */
	/* background: #ddd; */
	font-size: 18px;
	color: #636363;
	zoom: unset;
	padding:  26px 20px;
	background-image: unset;
}
.acms-entry .rankingColorLinkList a:hover{
	text-decoration: underline;
}


/* 色別ランキングリンクカラー */
.acms-entry .rankingColorLinkListWrap li{
	color: #636363;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.acms-entry .rankingColorLinkListWrap li a{
	text-decoration: unset;
		padding: 20px 0;
		display: block;
}
.acms-entry .rankingColorLinkListWrap{
	padding-left: 0;
	width: 100%;
	margin: 0;
	padding: 20px;
	justify-content: center;
}
.rankingRed{ color: #C1160E; }
.rankingRed:visited{ color: #C1160E !important; } 

.rankingPink{ color: #F94E6B; }
.rankingPink:visited{ color: #F94E6B; }

.rankingYellow{ color: #F39800; }
.rankingYellow:visited{ color: #F39800; }

.rankingPurple{ color: #601986; }
.rankingPurple:visited{ color: #601986; }

.rankingGreen{ color: #00913A; }
.rankingGreen:visited{ color: #00913A; }

.rankingBlue{ color: #036EB8; }
.rankingBlue:visited{ color: #036EB8; }

.rankingWhite{ color: #9FA0A0; }
.rankingWhite:visited{ color: #9FA0A0; }

.rankingBlack{ color: #231815; }
.rankingBlack:visited{ color: #231815; }

.rankingAll{ color: #fff; }
.rankingAll:visited{ color: #fff; }

@media screen and (min-width: 481px){
	.acms-entry .rankingColorLinkListContent{
		margin-top: 20px;
	}
	.acms-entry .rankingColorLinkListWrap{
		padding: 0;
		justify-content: unset;
	}
}

@media screen and (max-width: 480px){
		/* entry.htmlのcss */
		.acms-entry .rankingColorLinkListContent{
			background: #fff;
			display: flex;
			font-size: 18px;
			width: 99%;
			border: 1px solid #d0d1d5;
			border-radius: 5px;
			margin: 0 auto;
		}
		.acms-entry .rankingTitle{
			margin: 0;
			padding: 20px;
			text-align: center;
			letter-spacing: 3px;
		}
		.RankingEntryColumn{
			padding: 0 !important;
		}
		.acms-entry .rankingColorLinkListWrap{
				/* width: 70%; */
				width: 100%;
				margin: 0 auto;
				justify-content: center;
				/* padding: 20px; */
				padding: 0;
				font-size: 22px;
				flex-flow: wrap;
		}
		.acms-entry .rankingColorLinkList{
			margin: 0;
			padding: 0 2.37%;
			text-align: center;
			border-bottom: 1px solid #d0d1d5;
			border-left: 1px solid #d0d1d5; 
		}
		.acms-entry .rankingColorLinkListWrap li{
			margin: 0; 
		}
}

/* ▲ランキングリンク関連 */
.RankingEntryColumn{
	padding: 10px;
}
.show-sp{
	display: none;
}
.entryPhotoRankingList{
	/* height: auto; */
}
#catalog .mainModuleBox.RankingSummary__sectionWrap{
	display: block;
	margin-top: 30px;

}
.RankingSummary__wrap{
	/* margin-bottom: 5em; */
}
.RankingSummary__listWrap{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0.25vw;
	padding-right: 0.25vw;
}
.RankingSummary__guide{
	font-size: 12px;
	color: #777;
	text-align: center;
	margin: 5px auto;
}
.RankingSummary__entry{
	flex-basis: 25%;
}
.RankingSummary__entryWrap{
	flex-basis: 30% !important;
}

.RankingSummary__link{
	display: block;
	padding: 0.25vw;
}
.RankingSummary__entryThis .RankingSummary__link:link,.RankingSummary__entryThis .RankingSummary__link:visited,.RankingSummary__entryThis .RankingSummary__link:hover{
	color: #fff;
}
.RankingSummary__contentsWrap{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1px;
}
.RankingSummary__entryThis .RankingSummary__contentsWrap{
	background: #7E6735;
}

.RankingSummary__entryThis .RankingSummary__photoWrap{
	position: relative;
}
.RankingSummary__photo{
	border-radius: 4px 4px 0 0;
    margin: 0 auto;
}
.RankingSummary__photoThis{
position: absolute;
    background: #7E6735;
    box-sizing: border-box;
    font-size: 10px;
    padding: 0.5em 0.25em;
    border-radius: 1em 0 0 1em;
    bottom: 20px;
    right: 0;
    letter-spacing: -0.08em;
    }
.RankingSummary__text{
	font-size: 10px;
	letter-spacing: 0.16em;
	margin-top: 2px;
	margin-bottom: 3px;
	text-align: center;
}
.RankingSummary__textValue{
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0;
}


.rank_container{
  position: relative;
}

.fa-crown:before {
    text-shadow: 0 0 4px #000;
}

.crown {
  position: absolute;
  width: 30px;
  margin-top: -5px;
  font-size: 18px;
  transform: rotate(-45deg);
}

.gold_crown{
  color: hsla(59, 100%, 50%, 1);
}

.silver_crown{
   color: rgba(230,230,230, 1);
}

.bronze_crown{
  color: #FFC7AE;
}


@media (min-width: 1024px){
	.RankingSummary__listWrap{
		padding-left: 0;
		padding-right: 0;
		/* margin-bottom: 20px; */
	}
	.RankingSummary__entry{
		flex-basis: 10%;
	}
	.RankingSummary__entryWrap{
		flex-basis: 20% !important;
	}
	.RankingSummary__link{
		padding: 1px;
	}

	.RankingSummary__text{
		font-size: 14px;
	}
	.RankingSummary__photoThis{
		font-size: 12px;
	}

  .rank_container{
    position: relative;
  }

  .fa-crown:before {
      text-shadow: 0 0 4px #000;
  }

  .crown {
    position: absolute;
    width: 30px;
    margin-top: -5px;
    font-size: 18px;
    transform: rotate(-45deg);
  }

  .gold_crown{
    color: hsla(59, 100%, 50%, 1);
  }

  .silver_crown{
     color: rgba(230,230,230, 1);
  }

  .bronze_crown{
    color: #FFC7AE;
  }

}
@media screen and (max-width: 480px){
	.show-sp{
		display: block;
	}
	.RankingSummary__listWrap{
		justify-content: center;}
}

.js-acms-offcanvas-active {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 55;}

/* ------------------------------　　
	newsカテゴリー
------------------------------ */
.ccd__news .acms-entry p{
	font-size: 18px;
	color: #333;
	
}
.ccd__news .acms-entry p strong{
	font-size: 1.25em;
	text-align: center;
	
}
.ccd__news .acms-entry ul li{
	font-size: 18px;
	font-weight: 600;
}
.ccd__news .acms-entry h3{
	font-size: 24px;
	margin-top: 2em;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}
@media (max-width: 599px){
	.ccd__news .acms-entry h3{
		border-top: 1px dashed #826432;
		border-radius: 0;
		letter-spacing: -0.04em;
		line-height: 1.4;
	}
	.ccd__news .entryColumn{
		padding-left: 15px;
		padding-right: 15px;
		
	}
}
.ccd__news .page_back{
	display: none;
}
.ccd__news .acms-entry h4{
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.4;
}
.StepLabel__news{
	display: block;
	margin-top: 1em;
	max-width: 4.5em;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	background: rgba(178, 82, 126, 0.5);
	color: #000;
	border-radius: 8px 8px 0 0;
	font-size: 16px;
	letter-spacing: 0.16em;
}
.ccd__news .acms-entry p.btnPush{
	text-align: center;
	margin-bottom: 2.5em;
}
.ccd__news .bgChange{
	background: #eee;
	display: block;
	margin: 0 -10px;
	padding: 0 15px;
	padding-bottom: 1em;
}
.centerText{
	text-align: center;
}

.NewFurisode__wrap{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 15px;
}