@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

*{
	box-sizing: border-box;
}
a{
    text-decoration: none;
	color: inherit;
	
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover{
	opacity: .7;
}

body{
	font-size: 18px;
	background: url(../img/common/bg.png);
	background-color: #f9f9fa;
	background-size: 80%;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper{
	min-width: 980px;
}

img{
	vertical-align: bottom;
}

input[type=text],input[type=tel],input[type=email],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border: 1px solid #999999;
}

input[type=submit]{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* form選択時に placeholder を消す */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}


.for-sp{
	display: none !important;
}

/*エフェクト用
----------------------------------------------------------------------------------------------------*/
.fadein{
	opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.fadein.scrollin{
	opacity : 1;
    transform : translate(0, 0);
}

.fade-effect > .fadein:nth-of-type(2){
	-moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
}

.fade-effect > .fadein:nth-of-type(3){
	-moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

.fade-effect > .fadein:nth-of-type(4){
	-moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}

.fade-effect > .fadein:nth-of-type(5){
	-moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

.fade-effect > .fadein:nth-of-type(6){
	-moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.btn-box{
	margin: 20px 0;
	text-align: center;
}

.t-link{
	text-decoration: underline;
}

.t-link:hover{
	text-decoration: none;
	opacity: 1;
}

.btn{
	width: 50%;
    background-color: #000;
    margin: auto;
    color: #fff;
    font-size: 20px;
    display: table;
    height: 72px;
    text-align: center;
}

.btn a{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.btn a::after{
    content: "";
    display: inline;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 28px;
}


.btn2{
    display: table;
    background-color: #000;
    color: white;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 50px;
}

.btn2 a{
	width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.btn2 a::after{
content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 15px;
}

.rentbtn {
	margin-top: 8px !important;
}




/*サイドバー　メニュー
----------------------------------------------------------------------------------------------------*/
.sidr ul li a{
	background: url(../img/common/licon-1.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
    padding: 0 0 0 32px !important;
}

.sidr ul li a#list2{
	background: url(../img/common/licon-2.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list3{
	background: url(../img/common/licon-3.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list4{
	background: url(../img/common/licon-4.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list5{
	background: url(../img/common/licon-5.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list6{
	background: url(../img/common/licon-6.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list7{
	background: url(../img/common/licon-7.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list8{
	background: url(../img/common/licon-8.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list9{
	background: url(../img/common/licon-9.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list10{
	background: url(../img/common/licon-10.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list11{
	background: url(../img/common/licon-11.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list12{
	background: url(../img/common/licon-12.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list13{
	background: url(../img/common/licon-13.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list14{
	background: url(../img/common/licon-14.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list15{
	background: url(../img/common/licon-15.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}

.sidr ul li a#list16{
	background: url(../img/common/licon-16.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}
.sidr ul li a#list17{
	background: url(../img/common/licon-17.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}
.sidr ul li a#list18{
	background: url(../img/common/licon-18.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 8px;
}






/*googlefont
----------------------------------------------------------------------------------------------------*/

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.dynalight {font-family: 'Dynalight', cursive;}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header{
	background: #FFFFFF;
}

.head-inner{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

header a{
	display: inline-block;
}

header .h-logo{
    float: left;
    width: 200px;
}

header .h-logo img{
	width: 100%;
}

header .head-right{
    background-color: #b33680;
    width: 100%;
    height: 4px;
}

header ul{
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

header ul.submenu li{
	float:left;
}

header .hr-btn{
	float: right;
	width: 260px;
}
header .flag{
	width: 980px;
    margin: 0 auto;
    height: 48px;
    overflow: hidden;
}

header .flag .right-menu{
    display: table;
    float: right;
}

header .flag a{
	font-size: 12px;
	display: inline-block;
	text-align: center;
}

header a:hover{
	text-decoration: underline;
}

header .head-inner .flag .submenu li:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: url(../img/common/st-mark-red.png);
	background-size: contain;
	margin: 0 10px;
}

header #right-menu,
header #right-menu span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

header #right-menu{
    width: 40px;
    height: 40px;
    border: 2px solid #b33680;
    padding: 0 4px;
}

header #right-menu {
    position: fixed;
    top: 8px;
    margin-left: 8px;
    z-index: 999;
    background-color: #fff;
}

header #right-menu span{
	position: absolute;
	left: 6px;
	width: calc(100% - 12px);
	height: 3px;
	background-color: #b33680;
	border-radius: 4px; 
}

header #right-menu span:nth-of-type(1){
	top:8px;
}
header #right-menu span:nth-of-type(2){
	top:16px;
}
header #right-menu span:nth-of-type(3){
	bottom:8px;
}

header #right-menu .headOpen span:nth-of-type(1){
	-webkit-transform : translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

header #right-menu .headOpen span:nth-of-type(2){
	opacity: 0;
}

header #right-menu .headOpen span:nth-of-type(3){
	-webkit-transform : translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}



/*メイン画像
----------------------------------------------------------------------------------------------------*/
#mainimg-box{
	display: block;
	overflow: hidden;
	height: 600px;
	position: relative;
	border-bottom: 2px solid #b33680;
}

#mainimg-box ul{
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY( -50% );
	transform: translateY( -50% );
	
	width: 100%;
}

#mainimg-box ul li{}

#mainimg-box ul li img{
}

#mainimg-box .mainimg-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 990;
	-ms-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main{}

.content{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/*.content dl{
	margin-bottom: 64px;
}*/

section{
	margin: 80px 0;
}

section.red-box{
	background: #b33680;
	color: #FFFFFF;
	padding: 80px 0;
}

.st{
	text-align: center;
	font-family: 'Dynalight', cursive;
	color: #a1006a;
	font-size: 76px;
	margin-bottom: 50px;
}

.st-white{
	color: #fff !important;
}

.st img{
	max-width: 100%;
	vertical-align: middle;
}

.st:before,
.st:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url(../img/common/st-mark-red.png) no-repeat center;
	background-size: contain;
	margin: 0 30px;
}

.st.st-white:before,
.st.st-white:after{
	background: url(../img/common/st-mark-white.png) no-repeat center;
	background-size: contain;
}

.st.st-dred:before,
.st.st-dred:after{
	background: url(../img/common/st-mark-dred.png) no-repeat center;
	background-size: contain;
}

.sst{
	margin: 50px 0 25px 0;
	text-align: center;
	font-size:30px; 
	letter-spacing: 1.7px;
}

.sst img + img{
	margin-left: 10px;
}

.textbox{
    margin: 0px auto 50px auto;
	width:	fit-content;
	line-height: 160%;
}



/*global-nav
-----------------------------------------------*/
#global-nav{
	background: #b33680;
	color: #FFFFFF;
	padding: 10px; 
	text-align: center;
}

#global-nav ul{
	display: inline-block;
	width: 980px;
}

#global-nav ul li{
	float:left;
	width:160px;
}

#global-nav ul li a span:before{
	content:'';
	display: inline-block;
	width:16px;
	height:16px;
	background: url(../img/common/st-mark-white.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin: 0 8px;
}

/*topabout
-----------------------------------------------*/
#topmain{}

#topmain ul{
	margin-bottom: 40px;

}

#topmain ul li{
	list-style: none;
    display: inline-block;
    float: right;
    width: 50%;
	height: 381px;
}

#topmain ul li:nth-child(2n){
	position: relative;
}

#topmain ul:nth-child(2n) li{
	float: left;
}

#topmain ul li.height1{
	height: 450px;
}

#topmain ul li img{
	width: 100%;
}

#topmain ul li p.sst{
	margin-bottom: 20px;
}

#topmain ul li dl dt .sst{
	margin: 0;
}

#topmain ul li dl dd{
	line-height: 150%;
}

#topmain ul li dl dd:first-of-type{
	padding: 16px;
}

#topmain ul li dl dd.btn{
	background-color: #000;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 96%;
    margin: 0 10px;
    display: table;
    height: 72px;
}

#topmain ul li dl dd.btn a{
	width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}


/*topkimono
-----------------------------------------------*/

#topkimono{
}

#topkimono ul li{
float: right !important;
}


/*toprent
-----------------------------------------------*/

#rent{
	margin-bottom: 0px;
}

/*reserv
-----------------------------------------------*/

#reserv{
	margin:16px;
}


/*concept
-----------------------------------------------*/
#concept{}

#concept .concept-3point{
	margin-top: 80px;

}

#concept .concept-3point .main-contents{
	margin-top: 80px;
}

#concept .concept-3point .main-contents ul{
	float:left;
	overflow: hidden;
	display: inline-block;
	width: 50%;
}

#concept .concept-3point .main-contents ul li{
	font-size: 38px;
    letter-spacing: 1.7px;
    padding: 24px 0;

}

#concept .concept-3point .main-contents ul li:before{
	content:'';
	display: inline-block;
	width:40px;
	height:40px;
	background: url(../img/common/one-point.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 14px;
}

#concept .concept-3point .main-contents img{
	width: 50%;
	max-width: 50%;
}

#concept .concept-3point .main-contents ul li span{
	margin-left: 54px; 
}

/*our kimono
-----------------------------------------------*/
#ourkimono{}

#ourkimono .ourkimono-list{
	margin-top: 80px;
	background: url(../img/index/our-kimono-bk.png) no-repeat center;
	background-size: cover;
	padding: 30px;
}

#ourkimono .ourkimono-list ul{
	display: block;
	overflow: hidden;
	background: rgba( 255, 255, 255, .8 );
	padding: 60px;
}

#ourkimono .ourkimono-list ul li{
	font-size: 28px;
}

#ourkimono .ourkimono-list ul li::before{
	display: inline-block;
	content: "";
	width: 28px;
	height: 28px;
	background: url(../img/common/flower-icon.png) no-repeat center;
	background-size: contain;
	padding: 0 8px;
}

#ourkimono .ourkimono-list ul li + li{
	margin-top: 30px;
}

#ourkimono .ourkimono-list ul li span{
	display: inline-block;
	margin-left: 10px;
}

#ourkimono .content .secretus{}

#ourkimono .content .secretus{
	margin-top: 80px;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#ourkimono .content .secretus dl{
	margin-top:64px; 
}

#ourkimono .content .secretus dl dd ul li p{
	line-height: 160%;
}

#ourkimono .content .secretus dl dd ul li:nth-child(2n){
	text-align: center;
}

#ourkimono .content .secretus dl dd ul.fl-left li{
	width:50%;
	display: block;
	float:left;
}

#ourkimono .content .secretus dl dd ul.fl-right li{
	width:50%;
	display: block;
	float:right;
}

#ourkimono .content .secretus dl dd ul li img{
	width:90%;
}

/*sdgs
-----------------------------------------------*/
#sdgs .content{}

#sdgs .content .textbox span{
	color:#b33680;
}

#sdgs .content .imagebox{
	text-align: center;
}

#sdgs .content .goal{
	text-align: center;
	margin-top: 72px;
}

#sdgs .content .goal ul{
	margin-top: 20px;
    width: 80%;
    text-align: center;
    display: inline-block;
}

#sdgs .content .goal ul li{
	display: inline-block;
	float:left;
}

#sdgs .content .goal ul li:nth-child(1){
	width:15%;
	font-size: 
}

#sdgs .content .goal ul li:nth-child(2){
	width:85%;
	text-align: left;
}

#sdgs .content .goal ul img{
	width:110px;
}

#sdgs .content .goal ul li dt{
	font-size: 20px;
	font-weight: bold;
	margin-left: 12px;
}

#sdgs .content .goal ul li dd{

	padding: 12px;
}

#sdgs .content p.textbox span{
	display: inline-block;
	margin-top: 16px;
}

/*inshop
-----------------------------------------------*/
#inshop .content{}

#inshops .clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#inshop .content dl{
	margin-top:64px; 
}

#inshop .content .illustbox{
	text-align: center;
	margin: 50px auto;
}
#inshop .content  dl dd ul li p{
	line-height: 160%;
	padding-left: 16px;
}

#inshop .content p{
	width: 100%;
}

#inshop .content dl dd ul li:nth-child(2n){
	text-align: center;
}


#inshop .content dl dd ul li{
	width:50%;
	display: block;
	float:right;
}

#inshop .content dl dd ul li img{
}

#inshop .content div{
	text-align: center;
}

#inshop .content .left{
	text-align: left;
	margin-top:0px; 
}

#inshop .content span{
	font-weight: bold;
	display: inline-block;
	margin-top: 48px;
}

#inshop .content .rent-box{
	background-color: #b33680;
	text-align: center;
	height: 900px;
	padding-top: 50px;
}

#inshop .content .rental{
	margin-bottom: 50px;
}

#inshop .content .rent-box ul{
	background-color: #fff;
	display: inline-block;
	width: 900px;
	height: 240px;
	margin-bottom: 40px;
}

#inshop .content .rent-box ul li{
	display: inline-block;
	float: left;
	height: 100%;
}

#inshop .content .rent-box ul li:first-child{
	width:20%;
	text-align: center;
	padding: 50px 0;
}

#inshop .content .rent-box ul li:nth-child(2){
	width:80%;
	text-align: left;
}

#inshop .content .rent-box ul li dl{
    margin: 25px auto;
    width: 88%;
    padding: 10px;
    overflow: hidden;
}

#inshop .content .rent-box ul li dl dt{
    border-bottom: #b33680 solid 4px;
    margin-bottom: 10px;
}

#inshop .content .rent-box ul li dl dd{
    line-height: 160%;
}

/*bydelivery
-----------------------------------------------*/
#bydelivery .content{}

#bydelivery .clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#bydelivery .content dl{
}

#bydelivery .content .illustbox{
	text-align: center;
	margin-top: 50px;
}

#bydelivery .content p{
	width: 100%;
}

#bydelivery .content  dl dd ul li p{
	line-height: 160%;
	padding-left: 16px;
}

#bydelivery .content dl dd ul li:nth-child(2n){
	text-align: center;
}


#bydelivery .content dl dd ul li{
	width:50%;
	display: block;
	float:right;
}

#bydelivery .content div{
	text-align: center;
}

#bydelivery .content .left{
	text-align: left;
	margin: 20px 0;
}

#bydelivery .content .right{
	text-align: right;
	margin: 0;
}

#bydelivery .content span{
	font-weight: bold;

}

#bydelivery .content .rent-box{
	background-color: #b33680;
	text-align: center;
	height: 900px;
	padding-top: 50px;
}

#bydelivery .content .rental{
	margin-bottom: 80px;
}

#bydelivery .content .rent-box ul{
	background-color: #fff;
	display: inline-block;
	width: 900px;
	height: 240px;
	margin-bottom: 40px;
}

#bydelivery .content .rent-box ul li{
	display: inline-block;
	float: left;
	height: 100%;
}

#bydelivery .content .rent-box ul li:first-child{
	width:20%;
	text-align: center;
	padding: 50px 0;
}

#bydelivery .content .rent-box ul li:nth-child(2){
	width:80%;
	text-align: left;
}

#bydelivery .content .rent-box ul li dl{
    margin: 25px auto;
    width: 88%;
    padding: 10px;
    overflow: hidden;
}

#bydelivery .content .rent-box ul li dl dd{
    line-height: 160%;
}

#bydelivery .content .rent-box ul li dl dt{
    border-bottom: #b33680 solid 4px;
    margin-bottom: 10px;
}

#bydelivery .list ul{
	margin: 50px auto;
	width: 100%;
}
#bydelivery .list ul li{
	width: 100%;
}
#bydelivery .list ul li dl{
	display: table;
	overflow: hidden;
	width: 100%;
}
#bydelivery .list ul li dl dt{
	display: table-cell;
	width: 40%;
	padding: 10px 0 10px 10px;
	background-color: #cf7faf;

	border-left: 1px solid #b35e86;
	border-top: 1px solid #FFFFFF;
	line-height: 150%;
	font-size: 16px;
}

#bydelivery .list ul li:first-child dl dt{
	border-top: 1px solid #b33680 !important;
	background-color: #b33680;
	color: #fff;
	font-size: 18px;
}

#bydelivery .list ul li dl dd{
	display: table-cell;
	width: 60%;
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;

	border-right: 1px solid #b33680;
	border-bottom: 1px solid #b33680;
	vertical-align: middle;
}
#bydelivery .list ul li:first-child dl dd{
	border-top: 1px solid #b33680 !important;
}


/*sells
-----------------------------------------------*/
#sells .content{}

#sells .clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#sells .content dl{
	margin-top:64px; 
}

#sells .content  dl dd ul li p{
	line-height: 160%;
}

#sells .content dl dd ul li:nth-child(2n){
	text-align: center;
}


#sells .content dl dd ul li{
	width:50%;
	display: block;
	float:right;
}

#sells .content dl dd ul li img{
	width:90%;
}

/*prophoto
-----------------------------------------------*/
#prophoto .content{}

#prophoto .clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#prophoto .content  dl{
	margin-bottom: 64px;
}

#prophoto .content  dl dd ul li p{
	line-height: 160%;
	padding-left: 16px;
	margin: 0;
	width: 100%;
}

#prophoto .content ul li span:first-of-type{
    margin-top: 8px;
    display: inline-block;
}

#prophoto .content  dl dd ul li p span{
    font-weight: bold;
}

#prophoto .content dl dd ul li:nth-child(2n){
	text-align: center;
}


#prophoto .content dl dd ul li{
	width:50%;
	display: block;
	float:right;
}




/*yieldus
-----------------------------------------------*/
#yieldus .content{}

#yieldus .clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#yieldus .content ul{
	margin-bottom: 60px;
}

#yieldus .content .fl-left li p{
	line-height: 160%;
	padding-right: 16px;
	margin: 0;
	width: 100%;
}

#yieldus .content .fl-right li p{
	line-height: 160%;
	padding-left: 16px;
	margin: 0;
	width: 100%;
}

#yieldus .content  dl dd ul li p span{
    font-weight: bold;
}

#yieldus .content dl dd ul li:nth-child(2n){
	text-align: center;
}


#yieldus .content .fl-left li{
	width:50%;
	display: block;
	float:left;
}

#yieldus .content .fl-right li{
	width:50%;
	display: block;
	float:right;
}

#yieldus .content .left{
	text-align: left;
}

#yieldus .content .btn{
    width: 50%;
    background-color: #000;
    margin: auto;
    color: #fff;
    height: 80px;
    font-size: 20px;
    text-align: center;
}

#yieldus .content .btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

#yieldus .content .btn a span{
    margin: 25px;
    display: inline-block;
    font-weight: normal;
}

/*tokusho
-----------------------------------------------*/
#tokusho{}

#tokusho .st{
	font-size:60px; 
}

#tokusho .content .content-box{
	width: 80%;
	margin: auto;
}

#tokusho .content .content-box .notice{
	color:rgb(255,0,0);
}

#tokusho .content .content-box ul{
	margin: 80px 0;
}

#tokusho .content .content-box ul li{
	margin: 24px 0;
}

#tokusho .content .content-box ul li dl dt{
	margin-bottom: 8px;
	font-weight: bold;
}

#tokusho .content .content-box table{
	margin: 80px auto;
}

#tokusho .content .content-box table tr th{
	padding: 20px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}

#tokusho .content .content-box table tr th:first-child{
	padding: 20px;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}

#tokusho .content .content-box table tr td{
	padding: 20px;
	background-color: #fff;
	border: 2px solid #000;
}

/*kiyaku
-----------------------------------------------*/
#kiyaku{}

#kiyaku .content {

}

#kiyaku .content ol{
	background-color: #fff;
	width: 100%;
	margin: auto;
	padding: 36px 36px 36px 64px;
	counter-reset: item;
}

#kiyaku .content ol li{
	margin: 24px 0;
	line-height: 160%;
}

#kiyaku .content ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #b33680;
  margin-left: -24px;
}

#kiyaku .content ol li:nth-child(n+10):before {
  margin-left: -33px;
}

/*faq
-----------------------------------------------*/
#faq{}

#faq .content {
}

#faq .content dl{
    margin: 20px;
	padding-left: 30px;
}

#faq .content dl dt{
	font-weight: bold;
	padding-bottom: 24px;
}

#faq .content dl dt:before{
	content: "";
	display:inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/common/question.png);
	background-size: contain;
	margin: 0 0 0 -29px; 
}

#faq .content dl dd:before{
	content: "";
	display:inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/common/reply.png);
	background-size: contain;
	margin: 0 0 0 -29px; 
}

/*reservation
-----------------------------------------------*/
#reservation{}

.imp-message{
	font-weight: bold;
	color: red;
}

#reservation .reserve-innerbox{
	display: block;
	overflow: hidden;
}

#reservation .reserve-innerbox .form-box{}

#reservation .reserve-innerbox .reserve-attbox{}

#bydelivery .reserve-attbox .reserve-attention imgbox img,
#inshop .reserve-attbox .reserve-attention imgbox img{
	width: 100%;
}

#bydelivery .reserve-attbox .reserve-attention,
#inshop .reserve-attbox .reserve-attention{
	margin-top: 70px;
	background: #FFFFFF;
	border: 1px solid #a1006a;
	padding: 0 20px 20px;
}

#bydelivery .reserve-attbox .reserve-attention .ra-st,
#inshop .reserve-attbox .reserve-attention .ra-st{
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

#bydelivery .reserve-attbox .reserve-attention img,
#inshop .reserve-attbox .reserve-attention img{
	width: 400px;	
}

#bydelivery .reserve-attbox .reserve-attention p,
#inshop .reserve-attbox .reserve-attention p{
	line-height: 160%;
	text-align: left;
}


/*form
-----------------------------------------------*/
.form-box{
	background: #FFFFFF;
	border: 1px solid #a1006a;
}

.form-box .important::after{
	content: "(必須)";
	color: red;
	font-size: 12px;
	margin-left: 8px;
	font-weight: normal;
}

.form-box ul,
.form-box dl{
	display: table;
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
	color: #a1006a;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
	margin: 15px 0;
}

.form-box ul{
	border-bottom: 1px solid #a1006a;
	padding-bottom: 10px;
	margin-top: 10px;
}

.form-box ul.checkboxes li:first-of-type,
.form-box ul li.deliverbox1,
.form-box ul li.inshopbox1,
.form-box dl dt{
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	margin-right: 20px;
}

.form-box ul.checkboxes li:last-of-type,
.form-box ul li.deliverbox2,
.form-box ul li.inshopbox2,
.form-box dl dd{
	display: table-cell;
	vertical-align: middle;
}
.form-box ul li.deliverbox1,
.form-box ul li.inshopbox1,
.form-box ul.checkboxes li:first-of-type{
	padding-left: 20px;
}

.form-box ul:last-of-type,
.form-box dl{
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.form-box dl dd.radio-btn{
	display: inline-grid;
	vertical-align: middle;
}

.form-box ul li table{
	width: 100%;
	border-collapse: separate;
}

.form-box ul li table tr + tr{
	margin-top: 10px;
}

.form-box ul li table th{
	padding: 5px;
}

.form-box ul li table tr:first-of-type th{
	text-align: center;
}

.form-box ul li table td{

}

.form-box ul li table td.radio-btn{
	width: auto;
    float: left;
    margin-top: 16px;
}

.form-box ul li table td.radio-btn label{
	display: inline-block;
    height: 40px;
    width: 300px;
    text-align: left;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box select{
	height: 40px;
	width: 100%;
	border: 1px solid #a1006a;
	font-weight: 400;
	background: #FFFFFF;
}

.form-box textarea{
	width: 100%;
	resize: none;
	border: 1px solid #a1006a;
	font-weight: 400;
}

.form-box input.input-half{
	width: calc(50% - 4px);
    float: left
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"]{
	padding-left: 8px;
}

.form-box input.input-half + input{
	margin: 0 0 0 8px;
}

.form-box .form-btnbox{
	display: block;
	overflow: hidden;
	background: #a1006a;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}

.form-box .form-btnbox .btn-box{
	margin-bottom: 0;
}

.form-box .submit-btn{
	border: none;
	background: #FFFFFF;
	padding: 10px 10px 10px 160px;
	width: 60%;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #a1006a;
	font-size: 18px;
}

.form-box .submit-btn::after{
	content: "";
	display: inline-block;
    width: 16px;
    height: 16px;
	background: url('../img/common/arrow-icon-red.png') center no-repeat;
	background-size: contain;
    margin: 6px 0 0 120px;
}

.form-box .radio-input{
  display: none;
}
.form-box .radio-input + label{
  padding-left: 20px;
  position:relative;
}
.form-box .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.form-box .radio-input:checked + label{
  color: #a1006a;
}
.form-box .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #a1006a;
  border-radius: 50%;
}

/*20210105| 買い物かご調整*/
.item-data .item-img {
    display: inline-block;
    height: 200px;
    width: 400px;
    overflow: hidden;
    border: solid 1px;
}
.item-data .item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 28%;
}
.item-data dd{
    width: 100%;
    vertical-align: top !important;
}
.item-data dd label{
	display: block;
	margin-bottom: 12px;
}

/*sns
-----------------------------------------------*/
#sns{}

#sns ul{
	display: block;
	overflow: hidden;
	text-align: center;
}

#sns ul li{
	float: left;
	width: calc( 50% - 10px );
}

/*#sns ul li:first-of-type{
	width: 100%;
	margin-bottom: 20px;
}*/

#sns ul li:last-of-type{
	float: right;
}


/*店舗情報
----------------------------------------------------------------------------------------------------*/
#shop{
	margin-bottom: 0;
}

#shop ul{
	display: table;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
#shop ul li{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#shop ul li:first-of-type{
	padding-right: 40px;
}

#shop ul li:first-of-type img{
	width: 100%;
}

#shop ul li p{
	line-height: 160%;
}

#shop ul li p + p{
	margin-top: 15px;
}

#shop ul li p img{
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

#shop ul li p span{
	display: inline-block;
	vertical-align: middle;
}

#shop ul li p a{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	font-size: 30px;
}


/*フッター
----------------------------------------------------------------------------------------------------*/
.gmapbox{}

.gmapbox iframe{
	display: block;
	width: 100%;
	height: 300px;
}

footer{
	background: #a1006a;
	color: #FFFFFF;
	padding: 40px 0;
	text-align: center;
}

footer .foot-inner{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

footer ul{
	display: inline-block;
	margin-bottom: 15px;
	width: 25%;
	float: left;
}


footer ul li{
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	line-height: 160%;
	margin:0 16px;
}

footer ul.main li{
	padding: 10px 10px 10px 0;
	background:url(../img/common/arrow.png)
	no-repeat 99% 19px;
	background-size: 12px;
}

footer ul.sub li{
	padding: 10px 0 10px 24px;
	border: none;
	background:url(../img/common/arrow2.png)
	no-repeat 1% 18px;
	background-size: 12px;
}

footer ul li a:hover{
	opacity: 0.5;
}

footer ul li a {
	display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/licon-1.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
    padding: 0 0 0 32px !important;
}

footer ul li a#list2{
	background: url(../img/common/licon-2.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list3{
	background: url(../img/common/licon-3.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list4{
	background: url(../img/common/licon-4.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list5{
	background: url(../img/common/licon-5.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list6{
	background: url(../img/common/licon-6.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list7{
	background: url(../img/common/licon-7.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list8{
	background: url(../img/common/licon-8.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list9{
	background: url(../img/common/licon-9.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list10{
	background: url(../img/common/licon-10.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list11{
	background: url(../img/common/licon-11.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list12{
	background: url(../img/common/licon-12.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list13{
	background: url(../img/common/licon-13.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list14{
	background: url(../img/common/licon-14.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list15{
	background: url(../img/common/licon-15.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer ul li a#list16{
	background: url(../img/common/licon-16.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}
footer ul li a#list17{
	background: url(../img/common/licon-17.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}
footer ul li a#list18{
	background: url(../img/common/licon-18.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
}

footer p{
	line-height: 160%;
}

/*page top
----------------------------------------------------------------------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 30px;
	right: calc( 50% - 600px );
	z-index: 99;
	display: inline-block;
}

iframe.snapwidget-widget{
	width: 100%;
	height: 1000px;
}

.background-black{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 990;
}

/*error page
-----------------------------------------------*/
 .morebtn-b {
		display: inline-block;
		font-size: 18px;
		font-family: 'Noto sans japanese', sans-serif;
		font-weight: 600;
		color: #FFFFFF;
		background: #b33680;
		border-radius: 5px;
		text-align: center;
		width: 400px;
		height: 50px;
		line-height: 50px;
		border: 0;
	}

.morebtn-b:before {
		content: " ";
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		background: url(../img/index/right-circle-w.png)no-repeat center;
		background-size: cover;
		vertical-align: middle;
	}
.head {
		width: 100%;
		height: 5px;
		background-color: #b33680;
		}
.h-img {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
img {
		vertical-align: bottom;
	}
.h-text {
    margin-top: 20px;
    text-align: center;
}
.h-botan {
		margin-top: 20px;
		text-align: center;
	}


#youtube{}

#youtube ul{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#youtube ul li{
	float: left;
	width: 50%;
}
/*detail
-----------------------------------------------*/

#detail .content{}

#prophoto .clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#detail .content  dl{
	margin-bottom: 64px;
}

#detail .content  dl dd ul li p{
	line-height: 160%;
	padding-left: 16px;
	margin: 0;
	width: 100%;
}

#detail .content ul li span:first-of-type{
    margin-top: 8px;
    display: inline-block;
}

#detail .content  dl dd ul li p span{
    font-weight: bold;
}

#detail .content dl dd ul li:nth-child(2n){
	text-align: center;
}


#detail .content dl dd ul li{
	width:50%;
	display: block;
	float:right;
}

/*kimono_d
-----------------------------------------------*/
#kimono_d.sst {
    margin: 50px 0 25px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.7px;
}
#kimono_d .clearfix::after {
    content: "";
    display: block;
    clear: both;
}
#kimono_d .content dl dd ul li {
    width: 50%;
    display: block;
    float: right;
}
#kimono_d .content dl dd ul li p {
    line-height: 160%;
    padding-left: 16px;
    margin: 0;
    width: 100%;
}
#kimono_d .content ul li span:first-of-type {
    margin-top: 8px;
    display: inline-block;
}

#kimono_d .content dl dd ul li p span {
    font-weight: bold;
}
#kimono_d .btn {
    width: 100%;
    background-color: #000;
    margin: auto;
    color: #fff;
    font-size: 20px;
    display: table;
    height: 72px;
    text-align: center;
}
#kimono_d .btn a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

#kimono_d .secretus dl dd ul.fl-left li {
    display: block;
    float: left;
}
#kimono_d .secretus dl dd ul.fl-left li.left {
width: 300px;
}
#kimono_d .secretus dl dd ul.fl-left li.right {
width: 680px;
}
#kimono_d.sst {
    margin: 50px 0 25px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.7px;
}
#kimono_d .clearfix::after {
    content: "";
    display: block;
    clear: both;
}
#kimono_d .content2 dl dd ul li {
    display: block;
    float: right;
}
#kimono_d .content2 dl dd ul li p {
    line-height: 160%;
    padding-left: 16px;
    margin: 0;
    width: 100%;
}
#kimono_d .content2 ul li span:first-of-type {
    margin-top: 8px;
    display: inline-block;
}

#kimono_d .content2 dl dd ul li p span {
    font-weight: bold;
}
#kimono_d .btn2 {
    width: 560px;
    background-color: #000;
    margin: auto;
    color: #fff;
    font-size: 20px;
    display: table;
    height: 72px;
    text-align: center;
}
#kimono_d .btn2 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
#kimono_d .content2 {
	width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#kimono_d .content2 ul li p span {
    font-weight: bold;
}
#kimono_d .content2 ul li {
    display: block;
    float: right;
	padding-bottom: 20px;
}
#kimono_d .content2 ul li p {
    line-height: 160%;
    padding-left: 16px;
    margin: 0;
    width: 100%;
}
#kimono_d .secretus ul.fl-left li {
    display: block;
    float: left;
	padding-bottom: 20px;
}
#kimono_d  ul.fl-left li.s-left {
width: 300px;
}
#kimono_d  ul.fl-left li.s-right {
width: 680px;
}
#kimono_d .content dl dd ul li p span.pink {
color: #b33680;
}


/*-- navigation --------------------------------------------*/
#navigation {
	display: none;
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	background: #fffffff5;
	overflow: scroll;
	z-index: 9999;
	padding-bottom: 10px;
}
#navigation .inner-box {
	display: table;
	width: 100%;
	min-width: 320px;
	max-width: 600px;

	height: 100%;
	margin: 0 auto;
}
#navigation .inner-box .navi-box {
	display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 16% 0;
}
#navigation .inner-box .navi-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
#navigation .inner-box .navi-box li {
	flex-basis: 33.3%;
    padding: 20px 0;
    color: #a1006a;
}
#navigation .inner-box .navi-box a span {
	display: block;
}
#navigation .inner-box .navi-box a span.icon {
	font-size: 30px;
}
#navigation .inner-box .navi-box a span.name {
	font-size: 12px;
	padding: 10px 0;
}
#navigation .inner-box .navi-box a.sitemap {
	background: #0083D6;
	width: 300px;
	border-radius: 4px;
	border-bottom: 2px solid rgba( 0, 0, 0, .5 );

	color: #FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba( 0, 0, 0, .1 );
}
#navigation .inner-box .navi-box p.close {
	text-align: right;
    max-width: 426px;
    margin: 10px auto;
    font-size: 26px;
    color: #a1006a;
}








