@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;
}
body{
	font-size: 16px;
	background: url(../img/common/bg.png);
	background-size: 80%;
	background-color: #f9f9fa;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper{
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}

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;
}

/* 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-pc{
	display: none !important;
}

.sp-br{
	display: block;
}

/*エフェクト用
----------------------------------------------------------------------------------------------------*/
.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: 10px 0;
	text-align: center;
}

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

/*サイドバー　メニュー
----------------------------------------------------------------------------------------------------*/
.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{
	display: block;
	overflow: hidden;
	position: relative;
}

header a{
	display: inline-block;
}

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

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

header ul.for-sp{
	float: right;
	display: block;
	padding: 5px 0;
}

header ul.for-sp li{
	float: left;
	margin-right: 5px;
}


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

header .flag a{
	font-size: 12px;
	display: inline-block;
}
header .flag a:hover{
	text-decoration: underline;
}

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

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

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

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

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:6px;
}
header #right-menu span:nth-of-type(2){
	top:13px;
}
header #right-menu span:nth-of-type(3){
	bottom:7px;
}

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;
	border-bottom: 2px solid #b33680;
	position: relative;
	height: 500px;
}

#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{
	height: 100%;
	transform: translate(-15%,0%);
}

#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% );
	width: 80%;
}

#mainimg-box .mainimg-inner img{
	width: 100%;
}

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

.content{
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

section{
	margin: 30px 0;
}

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

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

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

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

.st span{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

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

.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: 30px auto 15px auto;
    width: auto;
    max-width: 360px;
    text-align: center;
    padding: 0 5px;
    font-size: 24px;
}

.sst span{
    height: 30px;
	max-height: auto;
    display: block;
}

.sst span + span{
	margin-top: 10px;
}

.textbox{
	margin: 0px auto;
	padding: 0 4px;
	line-height: normal;
}

.textbox{
	margin-bottom: 36px;
}

.textbox .right{
	margin: 30px auto;
	padding: 0 4px;
	line-height: normal;
}
/*topabout
-----------------------------------------------*/
#topmain{}

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

#topmain ul li dl dd{
	line-height: normal;
	margin: 0 4px;
}


#topmain ul li dl dd.btn{
    display: table;
    height: 48px;
	background-color: #000;
	color: white;
	vertical-align: middle;
	margin: 20px auto; 
	text-align: center;
	padding: 0 !important;
}

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

#topmain ul li dl dd.btn 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:auto;
}

.btn{
    width: 96% !important;
    background-color: #000;
    margin: 16px auto;
    color: #fff;
    font-size: 16px;
    text-align: center !important; 
    display: table !important;
    height: 48px;
}

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

.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: auto;
}

.btn2{
    width: 96% !important;
    background-color: #000;
    margin: 16px auto;
    color: #fff;
    font-size: 16px;
    text-align: center !important; 
    display: table !important;
    height: 48px;
}

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

.btn2 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: auto;
}

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

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

}

#concept .concept-3point .main-contents{
}

#concept .concept-3point .main-contents ul{
	overflow: hidden;
    display: block;
    margin: 0 auto 8px auto;
    width: fit-content;
}

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

}

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

#concept .concept-3point .main-contents ul li span{
    display: block;
    height: 30px;
    max-height: auto;
    margin-left: 44px;
}

#concept .concept-3point .main-contents ul li span + span{
	margin-top: 10px;
}

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


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

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

#ourkimono .ourkimono-list ul{
	margin: 0 auto;
	max-width: 460px;
	display: block;
	overflow: hidden;
	background: rgba( 255, 255, 255, .8 );
	padding: 20px 20px;
}

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

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

#ourkimono .ourkimono-list ul li + li{
	margin-top: 20px;
}
#ourkimono .ourkimono-list ul li img{
	height: 20px;
}

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

#ourkimono .content .secretus{}

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


#ourkimono .content .secretus dl dd ul li p{
	padding: 10px;
	line-height: normal;
}

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


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

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

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

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

#sdgs .content .imagebox img{
	width: 100%;
}

#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;
}

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

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

#sdgs .content .goal ul img{
	width:88%;
}

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

#sdgs .content .goal ul li dd{

	padding: 12px;
}

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

/*inshop
-----------------------------------------------*/
#inshop{}

#inshop .content {
}

#inshop .content dl dd ul li p{
	padding: 4px;
	line-height: normal;
}

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

#inshop .illustbox img{
	width: 100%;
}

#inshop .content dl dd ul li img{
	width:100%;
}

#inshop .content .illustbox{
	text-align: center;
	margin: 50px auto;
}

#inshop .content  dl dd ul li p{
	line-height: normal;
}

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

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

#inshop .content .left span{
	font-weight: bold;
}


#inshop .content .rent-box {
    
}

#inshop .content .rent-box ul{
	margin-bottom: 16px;
}

#inshop .content .rent-box .icon img{
	height: 50px;
}

#inshop .content .rent-box ul li dl{
	text-align: center;

}

#inshop .content .rent-box ul li dl dt{
	margin: 20px 0;
	border-bottom: solid #b33680;
	display: inline-block;
}


#inshop .content .rent-box ul li dl dd{
	text-align: left;
	width: 96%;
	display: inline-block;
	line-height: normal;
}

/*bydelibery
-----------------------------------------------*/
#bydelivery{}

#bydelivery .content {
}

#bydelivery .content .rental{

	margin: 64px 0;
}

#bydelivery .content dl dd ul li p{
	padding: 8px;
	line-height: normal;
}

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


#bydelivery .content dl dd ul li img{
	width:100%;
}

#bydelivery .content .illustbox{
	text-align: center;
	margin: 20px auto;
}

#bydelivery .content .illustbox img{
	width: 100%;
}

#bydelivery .content .illustbox img.focus{
    width: 110%;
    height: 450px;
    object-position: calc(50% - 18px);
    object-fit: contain;
}

#bydelivery .content  dl dd ul li p{
	line-height: normal;
}

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

#bydelivery .content .left,
#bydelivery .content .right{
	text-align: left;
	margin: 4px;
}

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

#bydelivery .content .rent-box {
    
}

#bydelivery .content .rent-box ul{
	margin-bottom: 16px;
}

#bydelivery .content .rent-box .icon img{
	height: 50px;
}

#bydelivery .content .rent-box ul li dl{
	text-align: center;

}

#bydelivery .content .rent-box ul li dl dt{
	margin: 20px 0;
	border-bottom: solid #b33680;
	display: inline-block;
}

#bydelivery .content .rent-box ul li dl dd{
	text-align: left;
	width: 96%;
	display: inline-block;
	line-height: normal;
}

#bydelivery .list ul{
	margin: 20px 4px;
}

#bydelivery .list ul li{
	width: 100%;
}


#bydelivery .list ul li dl dt{
	display: block;
	width: 100%;
	padding: 10px 0 10px 10px;
	background-color: #cf7faf;
	border: 1px solid #cf7faf;
	line-height: 150%;
}

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

#bydelivery .list ul li dl dd{
	display: block;
	width: 100%;
	line-height: 150%;
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;

	border: 1px solid #cf7faf;
}


/*sells
-----------------------------------------------*/
#sells{}

#sells .content {
}

#sells .content dl dd ul li p{
	padding: 4px;
	line-height: normal;
}

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


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

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

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


#prophoto .content dl dd ul li img{
	width:100%;
}

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

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


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

#yieldus .content dl dt{
	margin-bottom: 48px;
}

#yieldus .content dl dd ul{
	margin-bottom: 48px;
}

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


#yieldus .content dl dd ul li img{
	width:100%;
}

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

#tokusho .content .content-box{
}

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

#tokusho .content .content-box ul{
	margin: 40px 0;
	padding: 0 4px;
}

#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 4px;
}

#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;
	padding: 16px 16px 16px 34px;
	counter-reset: item;
}

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

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

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


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

#faq .content {
}

#faq .content dl{
	margin: 16px;
	line-height: 140%;
	padding-left: 32px;
}

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

#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{
	margin-right: 4px; 
}

#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;
	text-align: center;
}

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

#reservation .reserve-innerbox .form-box{
	margin-bottom: 10px;
}

#reservation .reserve-innerbox .reserve-attbox{
	padding: 0 5px;
}

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

#bydelivery .reserve-attbox .reserve-attention .ra-st,
#inshop .reserve-attbox .reserve-attention .ra-st,
#reservation .reserve-innerbox .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 .ra-st img,
#inshop .reserve-attbox .reserve-attention .ra-st img,
#reservation .reserve-innerbox .reserve-attbox .reserve-attention .ra-st img{
	width: 90%;
	max-width: 300px;
}

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


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

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

.form-box ul,
.form-box dl{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
	color: #a1006a;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
	padding: 8px 5px 16px 5px;
}

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

.form-box ul:last-of-type{
	border-bottom: none;
}

.form-box ul li:first-of-type,
.form-box dl dt{
	width: 100%;
	vertical-align: middle;
	padding-bottom: 4px;
}

.form-box ul li:last-of-type,
.form-box dl dd{
	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{
	width: 30%;
	padding: 5px;
	text-align: center;
}

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

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

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

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

.form-box input.input-half + input{
	margin-left: 4px;
}

.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;
	position: relative;
}

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

.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-top: 6px;
    position: absolute;
    right: 4%;
}

.form-box ul li table td.radio-btn{
	width: auto;
}

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

.form-box .radio-input{
  display: none;
}

.form-box dl dd.radio-btn label{
	display: inline-block;
    height: 24px;
    width: 150px;
    text-align: left;
}

.form-box .radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.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 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: solid 1px;
    margin-bottom: 12px
}
.item-data .item-img img {
    width: 100%;
    object-fit: cover;
}
.item-data dd{}
.item-data dd label{
	display: block;
    margin-bottom: 12px;
}

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

#shop ul{}

#shop ul li{
	padding: 0 20px;
}

#shop ul li:first-of-type{
	margin-bottom: 20px;
	text-align: center;
}

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

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

#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;
}

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

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

#sns ul li{
	margin-top: 10px;
	padding: 0 10px;
}

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

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

footer{
	background: #a1006a;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: constant(safe-area-inset-bottom);
}

footer .foot-inner{}

footer ul{
	width:100%;
}

footer ul li{
    display: table;
    vertical-align: middle;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	line-height: 150%;
	width: 50%;
	padding: 0 4px;
}

footer ul li:nth-child(2n-1){
    border-right: 1px solid #fff;
}

footer ul li a{
	display: table-cell;
	height:56px;
	width: 100%;
	vertical-align: middle;
    text-align: left;
}

footer ul li a {
    background: url(../img/common/licon-1.png) no-repeat center;
    background-size: 16px 16px;
    background-position-x: 4px;
    padding: 0 0 0 24px !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: 150%;
	padding: 20px 0;
}

/*page top
----------------------------------------------------------------------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99;
	display: inline-block;
}

iframe.snapwidget-widget{
	width: 100vw;
	height: 100vw;
}

.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-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    background: #b33680;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    height: 40px;
    line-height: 40px;
    border: 0;
}

.morebtn-b:before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(../img/common/right-circle-w.png)no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

img {
    vertical-align: bottom;
}
.h-img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.h-text {
    margin-top: 20px;
    text-align: center;
}
.h-botan {
    margin-top: 20px;
    text-align: center;
}

#youtube{}

#youtube ul{
}
#youtube ul li{
	width: 100%;
	max-width: 600px;
	min-width: 300px;
	margin-bottom: 20px;
}
#youtube ul li iframe{
	width: 100% !important;
}


/*-- 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: middle;
	text-align: center;
}
#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: 4px 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;
    min-width: 248px;
    max-width: 600px;
    margin: 10px 28px;
    font-size: 26px;
    color: #a1006a;
}