﻿@charset "utf-8";

/*--------------------------------------------------------------------------
   style
---------------------------------------------------------------------------*/
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}

/*余白*/
.mb05{ margin-bottom:05px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }

.mt20{ margin-top:20px; }
.mt40{ margin-top:40px; }

.pl10{ padding:0 10px; }
.pl15{ padding:0 15px; }
.pl20{ padding:0 20px; }

.txt_area{
	margin:10px 0;
	line-height:1.5;
}

/*文字配置*/
.txt-c{ text-align:center; }
.txt-l{ text-align:left; }
.txt-r{ text-align:right; }

/*文字サイズ*/
.txt12{ font-size:12px; }
.txt15{ font-size:15px; }

/*文字色*/
.txt-red{ color:#EC2E20; }

/*マーカー付きテキスト*/
.link_icon{
	background:url(../images/icon_ya01_red.png) no-repeat left center;
	padding-left:15px;
}

/*マーカー付きリスト*/
ul.list_icon li{
	background:url(../images/icon_ya01_red.png) no-repeat left 0.3em;
	padding-left:15px;
	margin-top:10px;
}
ul.list_icon li:first-child{ margin-top:0; }

ul.list_indent li{
	padding-left:1em;
	text-indent:-1em;
}


/*--------------------------------------------------------------------------
   koten_main
---------------------------------------------------------------------------*/
#container{
	padding:0 15px;
}
#koten_main{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding-bottom:5px;
	overflow:hidden;
	line-height:1.6;
	color:#202020;
}

/*パンくず*/
.breadcrumb{
	padding:20px 15px;
	font-size:13px;
}
.breadcrumb li{
	display:inline;
}
.breadcrumb li + li::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:relative;
	margin-left:5px;
}
.breadcrumb li a{
	text-decoration:none;
}


/*--------------------------------------------------------------------------
   見出し
---------------------------------------------------------------------------*/
#koten_main h1{
	position:relative;
	font-size:26px;
	color:#202020;
	text-align:center;
	padding:24px 10px;
	margin:10px 0 30px 0;
	border-top:2px solid #333333;
	border-bottom:8px solid #333333;
	background-color:#FFFFFF;
	background-image:url(../images/h1_bg_l.png), url(../images/h1_bg_r.png);
	background-repeat:no-repeat, no-repeat;
	background-position:top 2px left -20px, top 2px right -20px;
	background-size:auto calc(100% - 4px), auto calc(100% - 4px);
}
#koten_main h1 span{
	display: inline-block;
}

/*コンテンツ別画像切替*/
#koten_main h1.sale::before{ background-image:url(../images/h1_img_sale1.png); }
#koten_main h1.sale::after{ background-image:url(../images/h1_img_sale2.png); }
#koten_main h1.products::before{ background-image:url(../images/h1_img_products1.png); }
#koten_main h1.products::after{ background-image:url(../images/h1_img_products2.png); }
#koten_main h1.diary::before{ background-image:url(../images/h1_img_diary1.png); }
#koten_main h1.diary::after{ background-image:url(../images/h1_img_diary2.png); }
#koten_main h1.showcase::before{ background-image:url(../images/h1_img_showcase1.png); }
#koten_main h1.showcase::after{ background-image:url(../images/h1_img_showcase2.png); }
#koten_main h1.about::before{ background-image:url(../images/h1_img_about1.png); }
#koten_main h1.about::after{ background-image:url(../images/h1_img_about2.png); }


#koten_main h2{
	background:#DEDEDE;
	margin:-30px -30px 20px -30px;
	padding:15px 30px;
}
#koten_main h2 span{
	font-size:20px;
	display: inline-block;
}

#koten_main h3{
	font-size:16px;
	font-weight:bold;
	background:#EAEAEA;
	border-radius:3px;
	padding:8px 15px;
	margin-bottom:10px;
}
#koten_main h3 a:hover{ opacity:1; }

#koten_main h4{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding:0 15px 2px 15px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}

#koten_main h5{
	font-size:16px;
	color:#333333;
	padding-left:30px;
	background:url(../images/h2_bg.png) no-repeat left center;
	background-size:auto 8px;
	margin-bottom:10px;
}


/*--------------------------------------------------------------------------
   大枠
---------------------------------------------------------------------------*/
#koten_contents{
	float:left;
	width :calc(100% - 310px);
}
#koten_sidearea{
	float:right;
	width:280px;
}

#koten_contents2,
.koten_contents2,
.koten_contents_section{
	padding:30px;
	background:#FFFFFF;
	border-radius:20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	overflow:hidden;
}
.koten_contents2 + .koten_contents2,
.koten_contents_section + .koten_contents_section{
	margin-top:40px;
}

.koten_section{
	overflow:hidden;
	margin-bottom:30px;
}

/*関連リンク*/
h4 + .koten_linklist{
	padding:0 15px;
}
.koten_linklist li + li{ margin-top:5px; }
.koten_linklist li a{
	display:inline-block;
	position:relative;
	padding-left:15px;
}
.koten_linklist li a::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:absolute;
	left:0;
	top:7px;
}
.koten_linklist li span{
	display:inline-block;
	position:relative;
	padding-left:15px;
}
.koten_linklist li span::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:absolute;
	left:0;
	top:7px;
}

/*動画*/
a.video-link{
	display:inline-block;
	position:relative;
}
a.video-link::before{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	width:48px;
	height:48px;
	margin:auto;
	background:url(../images/icon_video.png) no-repeat;
	content:"";
}
a.video-link::after{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.6);
	content:"";
}

/*色付きボックス*/
.koten_graybox{
	background:#EEEEEE;
	padding:15px 20px;
	border-radius:10px;
}

/*SNSボタン*/
.koten_snsbtn_box{
	float:right;
	padding:0 15px;
	overflow:hidden;
	font-size:0;
}
.koten_snsbtn_box li{
	float:left;
	font-size:12px;
}
.koten_snsbtn_box li + li{
	margin-left:5px;
}
.koten_snsbtn_box iframe{ vertical-align:top; }
.twitter-follow-button {
    margin: 0 !important;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

/*ページャー*/
.pager{
	text-align:center;
	clear:both;
	font-size:0;
}
.pager li {
	display:inline-block;
}
.pager li a,
.pager li span{
	text-decoration:none;
	display:block;
	margin:0 2px;
	padding:2px 7px;		
	min-width:30px;
	line-height:22px;
	text-align:center;
	color:#333333;
	border:1px solid #EE493C;
	border-radius: 3px;
	font-size:12px;
	cursor:pointer;
}
.pager li.active a,
.pager li.active span{
	background:#EE493C;
	border:1px solid #EE493C;
	color:#FFFFFF;
}
.pager .prev img, .pager .next img { vertical-align: middle; }


/*続きを読むボタン*/
.btn_more{
	margin:15px 0 3px 0;
	display:inline-block;
	border:1px solid #EE493C;
	padding:0 10px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	padding:5px 20px 5px 40px;
	border-radius:20px;
	background:#FAFAFA;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	position:relative;
}
.btn_more::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EE493C;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-4px;
}

/*予約リンク*/
.koten_yoyakulink{
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
}
.koten_yoyakulink p + p{
	margin-top: 10px;
}
.koten_yoyakulink p .btn_more{
	margin: 3px 0;
	font-size: 130%;
	border-radius: 50px;
	min-width: 300px;
}

/*テーブル*/
table.shop_table{
	width: 100%;
	border-collapse: collapse;
}
table.shop_table tr{
	border-bottom: solid 2px white;
}

table.shop_table tr:last-child{
	border-bottom: none;
}

table.shop_table th{
	position: relative;
	text-align:center;
	background-color: #333333;
	color: white;
	padding: 10px 0;
	vertical-align:middle;
	font-weight:normal;
	font-size:13px;
	background-clip:padding-box;
}
table.shop_table th::after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 6px);
	right:-6px;
	border-left: 6px solid #333333;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
table.shop_table td{
	text-align: left;
	background-color: #eee;
	padding: 10px 10px 10px 20px;
	vertical-align:middle;
}


/*--------------------------------------------------------------------------
   koten_sidebox
---------------------------------------------------------------------------*/
.koten_sidebox + .koten_sidebox{ margin-top:30px; }

.koten_sidebox .koten_sidebox_top{
	font-size: 18px;
    color: #333333;
    padding-left: 40px;
    background: url(../images/h2_bg.png) no-repeat 10px center;
    background-size: auto 8px;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}
.koten_sidebox .koten_sidebox_top span{ display:inline-block; }

.koten_sidebox .side_section{
	padding:10px 15px;
	background:#FFFFFF;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:30px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.koten_sidebox .side_section .side_menu li + li{
	border-top:1px dotted #CCCCCC;
}
.koten_sidebox .side_section .side_menu li a{
	display:block;
	padding:10px 15px 10px 35px;
	position:relative;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}
.koten_sidebox .side_section .side_menu li a::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#FF0000;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-4px;
}
.koten_sidebox .side_section .side_menu li.active a{
	color:#000000;
}

.koten_sidebox .side_section .koten_linklist{
	padding:5px 10px;
}
.koten_sidebox .side_section .koten_linklist .child{
	padding-left:20px;
}


/*--------------------------------------------------------------------------
   列構成
---------------------------------------------------------------------------*/
.box_wrapper{
	margin-bottom:-20px;
	margin-right:-3%;
	overflow:hidden;
	font-size:0;
}
.box02{
	display:inline-block;
	width:47%;
	margin-left:3%;
	margin-bottom:20px;
	vertical-align:top;
	font-size:14px;
}
.box02:nth-child(2n+1){ margin-left:0; }


/*--------------------------------------------------------------------------
エディタ用CSS
---------------------------------------------------------------------------*/
#koten_main .rich-content h4 {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #eeeeee;
	border:none;
	color:#212121;
	font-size:14px;
}
#koten_main .rich-content h5 {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 10px;
	border-bottom:1px dotted #CCC;
	background:none;
	font-size:14px;
}
#koten_main .rich-content h6 {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 8px;
	border-left:5px solid #CCC;
	font-size:14px;
}
.ql-align-center{ text-align:center; }
.ql-align-left{ text-align:left; }
.ql-align-right{ text-align:right; }


/*--------------------------------------------------------------------------
   koten_neighbors
---------------------------------------------------------------------------*/
.koten_neighbors{
	overflow:hidden;
	margin-bottom:15px;
}
.koten_neighbors_prev{
	float:left;
}
.koten_neighbors_prev a{
	display:block;
	background:url(../images/icon_ya02_red.png) left 10px center no-repeat #FFFFFF;
	border:1px solid #EE493C;
	border-radius:20px 5px 5px 20px;
	color:#333333;
	padding:5px 10px 5px 30px;
	text-decoration:none;
	font-size:12px;
	transition:0.3s;
}
.koten_neighbors_prev a:hover{
	background:url(../images/icon_ya02_white.png) left 10px center no-repeat #EE493C;
	border:1px solid #EE493C;
	color:#FFF;
	opacity:1;
}

.koten_neighbors_next{
	float:right;
	margin-right:10px;
}
.koten_neighbors_next a{
	display:block;
	background:url(../images/icon_ya01_red.png) right 10px center no-repeat #FFFFFF;
	border:1px solid #EE493C;
	border-radius:5px 20px 20px 5px;
	color:#333333;
	padding:5px 30px 5px 10px;
	text-decoration:none;
	font-size:12px;
	transition:0.3s;
}
.koten_neighbors_next a:hover{
	background:url(../images/icon_ya01_white.png) right 10px center no-repeat #EE493C;
	border:1px solid #EE493C;
	color:#FFF;
	opacity:1;
}


/*--------------------------------------------------------------------------
   news
---------------------------------------------------------------------------*/
.news_list_box{
	margin:0 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	clear: both;
	overflow: hidden;
	position: relative;
	padding:10px;
}
.news_list_box + .news_list_box{
	border-top:none;
}
.news_list_box::after{
	display: block;
	content: '';
	position: absolute;
	top:45%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.news_list_box:hover{
	background:#F1F1F1;
}
.news_list_box .title{
	color:#000000;
	line-height:1.5;
	padding-bottom:8px;	
	padding-right:15px;
	font-weight:bold;
}
.news_list_imgbox{
	float:left;
	margin:0 10px 0 0;
	width: 120px;
	text-align:center;	
}
.news_list_imgbox img{
	max-width:100%;
	max-height:90px;
}
.news_list_txtbox{
	float:right;
	width:100%;
	width : calc(100% - 140px) ;
}
.news_list_txtbox .date,
.news_list_txtbox .content{
	margin-bottom: 5px;
	padding-right:15px;
}
.news_list_txtbox .date{ font-size:12px; }
.news_list_txtbox .content{
	color:#666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:12px;
}
.news_list_txtbox .content br{
	display: none;
}

/*お知らせ詳細*/
#koten_main .news_detail h2{
	margin-bottom:0;
}
#koten_main .news_detail .update{
	border-radius:0;
	background:#EEEEEE;
	border-top:2px solid #FFFFFF;
	font-size:13px;
	padding:5px 30px;
	margin:0 -30px 30px -30px;
}
.news_detail_wrap{
	padding:0 15px;
	overflow:hidden;
}
.news_detail_wrap .imgbox{
	float:left;
	width:225px;
	margin:0;
}
.news_detail_wrap .txtbox{
	float:right;
	width:calc(100% - 255px);
}

.news_detail_wrap .imgbox p + p{
	margin-top:15px;
}


/*--------------------------------------------------------------------------
   about
---------------------------------------------------------------------------*/
/*ショップ情報*/
h3 + .about_contents{
	padding:0 15px;
	overflow:hidden;
}
.about_contents .imgbox{
	float:left;
	width:200px;
	margin:0;
}
.about_contents .txtbox{
	float:right;
	width:calc(100% - 225px) ;
}
.about_contents .imgbox p span{
	display:block;
	font-size:13px;
	margin-top:5px;
}
.about_contents .imgbox p + p{
	margin-top:15px;
}

.shop_btn{
	text-align:center;
	padding-top:20px;
	font-size:0;
}
.shop_btn a{
	display:inline-block;
	width:50%;
	padding:0 5px;
}

/*店内のご紹介*/
.shop_photolist{
	overflow:hidden;
}
.shop_photolist ul{
	font-size:0;
	margin:-15px -2% 0 0;
}
.shop_photolist ul li{
	display:inline-block;
	font-size:14px;
	text-align:center;
	width:31.333%;
	margin-right:2%;
	margin-top:15px;
	vertical-align:top;
}
.shop_photolist ul li:nth-child(2n+1){ margin-left:0; }
.shop_photolist ul li p{ margin-top:5px; font-size:13px; }

/*サービス*/
#koten_main .service_section h3{ margin-bottom:15px; }
.service_section + .service_section{
	margin-top:30px;
}
.service_section h3 + p,
.service_section h3 + ul,
.service_section h4 + .box_wrapper{
	padding:0 15px;
}

/*スタッフ紹介*/
.about_section_wrap section{
	padding:42px 0 30px 0;
	position:relative;
}
.about_section_wrap section::before{
	content:"";
	display:block;
	margin:-0 -30px;
	background:#F3F3F3;
	border-top:2px solid #DEDEDE;
	width:calc(100% + 60px);
	height:10px;
	position:absolute;
	left:0;
	top:0;
}
.about_section_wrap section:first-child{ padding-top:0; }
.about_section_wrap section:first-child::before{ display:none; }
.about_section_wrap section:last-child{ padding-bottom:0; }

#koten_main .about_section_wrap h3{ margin-bottom:20px; }
.about_section_wrap h4 + p{
	padding:0 15px;
}
.about_section_wrap p + h4{
	margin-top:20px;
}
.about_section_wrap p + p{
	margin-top:15px;
}

/*リクルート*/
#koten_main .koten_recruit h3{
	margin-bottom:0;
	border-radius:3px 3px 0 0;
}
#koten_main .koten_recruit .date{
	border-radius:0 0 3px 3px;
	background:#EEEEEE;
	border-top:2px solid #FFFFFF;
	font-size:13px;
	padding:5px 15px;
	margin-bottom:20px;
}
.koten_recruit .recruit_contents{
	padding:0 15px;
}
.koten_recruit .rich-content + h4{
	margin-top:20px;
}

/*問い合わせ*/
table.contact_form{ margin-top:10px; }
table.contact_form th,table.contact_form td{
	width:100%;
	display:block;
	border-left:none;
	border-right:none;
}
table.contact_form th{
	background:#000000;
	padding:5px 15px;
	vertical-align:middle;
	color:#FFFFFF;
	border-radius:3px;
	text-align:left;
}
table.contact_form td{
	padding:15px 15px 30px 15px;
	text-align:left;
}
table.contact_form td.last{
	padding:15px 15px 15px 15px;
}

.contact_form input[type=text],
.contact_form input[type=tel],
.contact_form input[type=email]{
	width:100%;
	border:1px solid #999999;
	padding:3px;
	display:block;
	font-size:16px;
}
.contact_form input[type=text].w50{
	width:100%;
	font-size:16px;
}
.contact_form textarea{
	width:100%;
	height:200px;
	border:1px solid #999999;
	padding:3px;
}
.contact_form .note_wrap{ overflow:hidden; }
.contact_form .note{
	font-size:12px;
	color:#666666;
	text-align:left;
}

.contact_form_btn input{
	padding:0 10px;
	margin-bottom:10px;
}
.errTxt{
	text-align:left;
	color:#ff0000;
	font-weight:bold;
	margin-bottom:20px;
}

/*404エラー*/
.error_wrap{
	width:100%;
	max-width:700px;
	margin:0 auto;
	padding:0 10px;
}


/*--------------------------------------------------------------------------
   diary（showcase共通）
---------------------------------------------------------------------------*/
.diary_wrap section{
	padding:42px 0 30px 0;
	position:relative;
}
.diary_wrap section::before{
	content:"";
	display:block;
	margin:-0 -30px;
	background:#F3F3F3;
	border-top:2px solid #DEDEDE;
	width:calc(100% + 60px);
	height:10px;
	position:absolute;
	left:0;
	top:0;
}
.diary_wrap section:first-child{ padding-top:0; }
.diary_wrap section:first-child::before{ display:none; }
.diary_wrap section:last-child{ padding-bottom:0; }


/*一覧*/
.koten_diarylist{}

#koten_main .koten_diarylist h3{
	position:relative;
	padding-left:70px;
	margin-bottom:0;
	border-radius:3px 3px 0 0;
}
#koten_main .koten_diarylist h3 a::before{
	content:"";
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	width:50px;
	height:50px;
	position:absolute;
	left:10px;
	bottom:2px;
	pointer-events:none;
}
#koten_main .koten_diarylist h3 a[href*="/sale/#sale"]::before{ background-image:url(../images/h2_sale.png); }
#koten_main .koten_diarylist h3 a[href*="/sale/#coupon"]::before{ background-image:url(../images/h2_coupon.png); }
#koten_main .koten_diarylist h3 a[href*="/diary/"]::before{ background-image:url(../images/h2_diary.png); }
#koten_main .koten_diarylist h3 a[href*="/showcase/"]::before{ background-image:url(../images/h2_showcase.png); }

#koten_main .koten_diarylist .date{
	border-radius:0 0 3px 3px;
	background:#EEEEEE;
	border-top:2px solid #FFFFFF;
	font-size:13px;
	padding:5px 15px 5px 70px;
	margin-bottom:20px;
}
#koten_main .koten_diarylist .date span{
	border-left:1px solid #666666;
	margin-left:15px;
	padding-left:15px;
}

.diary_contents{
	padding:0 15px;
	overflow:hidden;
}
.diary_contents .imgbox{
	float:left;
	width:200px;
	margin:0;
}
.diary_contents .txtbox{
	float:right;
	width:calc(100% - 225px) ;
}
.diary_contents .imgbox p + p{
	margin-top:15px;
}
.diary_footer{
	overflow:hidden;
	border-top:1px dotted #CCCCCC;
	padding-top:15px;
	margin-top:20px;
	font-size:13px;
}
.diary_footer .koten_snsbtn_box {
	float: right;
}
.diary_footer .info{
	text-align:right;
	padding:0 22px 5px 15px;
}


/*日記詳細*/
#koten_main h2.h2_diaryDetail{
	margin-bottom:0;
}
#koten_main .diaryDetail_date{
	border-radius:0 0 3px 3px;
	background:#EEEEEE;
	border-top:2px solid #FFFFFF;
	font-size:13px;
	padding:5px 30px;
	margin:0 -30px 20px -30px;
}
#koten_main .diaryDetail_date span{
	border-left:1px solid #666666;
	margin-left:15px;
	padding-left:15px;
}
.diary_infobox + .diary_infobox{
	margin-top:20px;
}
.diary_infobox h4 + .koten_imgbox{
	padding:0 15px;
}


/*カレンダー*/
ul.calendar_title{
	display:flex;
	justify-content:space-between;
	margin:15px 10px 20px 10px;
	font-weight:bold;
}
ul.calendar_title li a{
	display:block;
}
.arrow{
	position:relative;
	display:inline-block;
	padding:0 0 0px 16px;
	color:#000;
	vertical-align:middle;
	text-decoration:none;
}
.arrow::before{
	position:absolute;
	top:0;
	left:0;
	margin:auto;
	content:"";
	vertical-align:middle;
}
.arrow::after{
	position:absolute;
	top:0;
	margin:auto;
	content:"";
	vertical-align:middle;
}
.m_next::before{
	width:16px;
	height:16px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#EE2B1F;
}
.m_next::after{
	top:4px;
	left:7px;
	box-sizing:border-box;
	width:4px;
	height:4px;
	border:4px solid transparent;
	border-left:4px solid #fff;
}
.m_last::before{
	width:16px;
	height:16px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#EE2B1F;
}
.m_last::after{
	top:4px;
	right:7px;
	box-sizing:border-box;
	width:4px;
	height:4px;
	border:4px solid transparent;
	border-right:4px solid #fff;
}
table.calendar_month{
	width:100%;
}
table.calendar_month th{
	padding:10px 0;
	text-align:center;
}
table.calendar_month td{
	padding:10px 0;
	text-align:center;
}
table.calendar_month th.sun,
table.calendar_month td.sun,
table.calendar_month th.sun a,
table.calendar_month td.sun a{
	color:#EE2B1F;
}
table.calendar_month th.sat,
table.calendar_month td.sat,
table.calendar_month th.sat a,
table.calendar_month td.sat a{
	color:#4683EB;
}
table.calendar_month td.lastmonth,
table.calendar_month td.nextmonth{
	color:#BBB;
}
table.calendar_month td.today{
	background:#EEE;
}
table.calendar_month td a{
	display:inline-block;
	width:100%;
}
table.calendar_month td a{
	width:20px;
	height:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#FFFFCC;
	text-align:center;
	text-decoration:none;
	padding:3px 0;
}


/*--------------------------------------------------------------------------
   products
---------------------------------------------------------------------------*/
#koten_main .product_wrap h3{ margin-bottom:20px; }
#koten_main h3.h3_product{
	padding-left:70px;
	position:relative;
	margin-bottom:20px;
}
#koten_main h3.h3_product::before{
	content:"";
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	width:50px;
	height:50px;
	position:absolute;
	left:10px;
    top: 50%;
    transform: translateY(-50%);
}

.product_wrap section{
	padding:42px 0 30px 0;
	position:relative;
}
.product_wrap section::before{
	content:"";
	display:block;
	margin:-0 -30px;
	background:#F3F3F3;
	border-top:2px solid #DEDEDE;
	width:calc(100% + 60px);
	height:10px;
	position:absolute;
	left:0;
	top:0;
}
.product_wrap section:first-child{ padding-top:0; }
.product_wrap section:first-child::before{ display:none; }
.product_wrap section:last-child{ padding-bottom:0; }

/*商品詳細*/
.product_contents{
	padding:0 15px;
	overflow:hidden;
}
.product_contents .imgbox{
	float:left;
	width:200px;
	margin:0;
}
.product_contents .txtbox{
	float:right;
	width:calc(100% - 225px) ;
}

.product_contents .imgbox p + p{
	margin-top:15px;
}

.product_contents .koten_graybox{
	margin-top:20px;
}

.product_footer{
	overflow:hidden;
	border-top:1px dotted #CCCCCC;
	padding-top:15px;
	margin-top:20px;
	font-size:13px;
}
.product_footer .koten_snsbtn_box {
	float: right;
}
.product_footer .name{
	text-align:right;
	padding:0 22px 5px 15px;
}

/*ページ内メニュー*/
.koten_productdata ul.koten_product_name{
	font-size:0;
	margin-bottom:30px;
}
.koten_productdata ul.koten_product_name li{
	box-sizing:border-box;
	background:#E5E5E5;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:5px 10px 5px 35px;
	border-radius:2px;
	position:relative;
}
.koten_productdata ul.koten_product_name li::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-top-color:#EC2E20;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-4px;
}
.koten_productdata ul.koten_product_name li a{
	font-size:12px;
	display:block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.koten_productdata ul.koten_product_name li:nth-child(even){
	border-right:none;
}

/*商品カテゴリ*/
.koten_productcategory{
	font-size:0;
	overflow:hidden;
}
.koten_productcategory ul{ text-align:center; }
.koten_productcategory ul li{
	display:inline-block;
	vertical-align:top;
	width:20%;
	padding:0 5px 3px 5px;
	text-align:center;
}
.koten_productcategory ul li a{
	display:block;
	background:#EEEEEE;
	border-radius:5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	text-decoration:none;
	padding:5px;
}
.koten_productcategory ul li a .icon{
	background:#FFFFFF;
	padding:5px;
	border-radius:5px;
	margin-bottom:5px;
}
.koten_productcategory ul li a .icon img{
	width:70%;
	max-width:70px;
}
.koten_productcategory ul li a .name{
	font-size:15px;
	padding:3px 0;
	letter-spacing: -0.05em;
}


/*--------------------------------------------------------------------------
   SALE
---------------------------------------------------------------------------*/
#koten_main h3.h3_sale,
#koten_main h3.h3_coupon{
	padding-left:70px;
	position:relative;
	margin-bottom:20px;
}
#koten_main h3.h3_coupon{ margin-top:8px; }
#koten_main h3.h3_sale::before{
	content:"";
	background:url(../images/h2_sale.png) no-repeat left bottom;
	background-size:contain;
	width:50px;
	height:50px;
	position:absolute;
	left:10px;
	bottom:2px;
}
#koten_main h3.h3_coupon::before{
	content:"";
	background:url(../images/h2_coupon.png) no-repeat left bottom;
	background-size:contain;
	width:50px;
	height:50px;
	position:absolute;
	left:10px;
	bottom:2px;
}
#koten_main .sale_wrap h4{ margin-top:20px; }


.sale_wrap section{
	padding:42px 0 30px 0;
	position:relative;
}
.sale_wrap section::before{
	content:"";
	display:block;
	margin:-0 -30px;
	background:#F3F3F3;
	border-top:2px solid #DEDEDE;
	width:calc(100% + 60px);
	height:10px;
	position:absolute;
	left:0;
	top:0;
}
.sale_wrap section:first-child{ padding-top:0; }
.sale_wrap section:first-child::before{ display:none; }
.sale_wrap section:last-child{ padding-bottom:0; }

.sale_wrap .sale_contents{
	padding:0 15px;
	overflow:hidden;
}
.sale_wrap .sale_contents .imgbox{
	float:left;
	width:225px;
	margin:0;
}
.sale_wrap .sale_contents .txtbox{
	float:right;
	width:calc(100% - 255px);
}

.sale_wrap .sale_contents .imgbox p + p{
	margin-top:15px;
}
.sale_wrap .date{
	margin-bottom:15px;
	font-weight:bold;
	font-size:15px;
}
.sale_wrap .date span{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	background:#EE493C;
	border-radius:5px;
	padding:3px 10px;
	color:#FFFFFF;
	font-size:14px;
}
.sale_wrap h4 + p{
	padding:0 15px;
}
.sale_wrap h5 + p,
.sale_wrap h5 + ul{
	padding:0 0 0 30px;
}
.sale_wrap .sale_osusume{
	padding:5px 15px 0 15px;
	overflow:hidden;
}
.sale_wrap .sale_osusume .imgbox{
	text-align:center;
}
.sale_wrap .sale_osusume .imgbox img{
	max-width:100%;
	max-height:180px;
}
.sale_wrap .sale_osusume p{ margin-bottom:20px; }
.sale_wrap .coupon_note{
	background:#EEEEEE;
	padding:15px 20px;
	border-radius:10px;
	font-size:13px;
}


/*--------------------------------------------------------------------------
   link
---------------------------------------------------------------------------*/
.link_section{
	overflow:hidden;
	padding:20px 20px;
}
.link_section + .link_section{
	border-top:1px solid #CCCCCC;
}
.link_section .linklist_imgbox{
	width:260px;
	float:left;
	padding-top:5px;
}
.link_section .linklist_imgbox img{
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.link_section  .linklist_txtbox{
	float:right;
	width:calc(100% - 290px);
}
.link_section .link_name{
	font-size:16px;
	font-weight:bold;
}
.link_section .link_url{
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.link_section .link_url a{
	text-decoration:none;
	color:#888888;
}


/*--------------------------------------------------------------------------
   sitemap
---------------------------------------------------------------------------*/
.sitemap_wrap{
	font-size:0;
}
.sitemap_section{
	display:inline-block;
	vertical-align:top;
	width:50%;
	font-size:14px;
	padding:0 20px;
	margin-bottom:30px;
}
.sitemap_section:first-child{
	width:100%;
}

.sitemap_section .title{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	padding:0 15px;
}
.sitemap_section .title a{
	display:inline-block;
	text-decoration:none;
	position:relative;
	padding-left:15px;
}
.sitemap_section .title a::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:absolute;
	left:0;
	top:7px;
}
.sitemap_section ul{
	margin-top:10px;
	padding-left:25px;
}
.sitemap_section ul li + li{
	margin-top:5px;
}
.sitemap_section ul li a{
	display:inline-block;
	position:relative;
	padding-left:15px;
}
.sitemap_section ul li a::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:absolute;
	left:0;
	top:6px;
}


/*--------------------------------------------------------------------------
   mail_magazine
---------------------------------------------------------------------------*/
.magazine_rule{
	height:260px;
	padding:25px;
	overflow:auto;
	border:1px solid #D9D9D9;
}

.magazine_form_box{
	width:100%;
	max-width:750px;
	margin:0 auto;
}
.magazine_form_box .contact_form input[type=text],
.magazine_form_box .contact_form input[type=email]{
	width:100%;
	margin:0;
}
.error{
	text-align:left;
	color:#FF0000;
	font-weight:bold;
}


/******************************************************************************************
	sp size
******************************************************************************************/

@media screen and (max-width:899px) {


/*--------------------------------------------------------------------------
   koten_main
---------------------------------------------------------------------------*/
/*パンくず*/
.breadcrumb{
	padding:15px 5px;
}


/*--------------------------------------------------------------------------
   見出し
---------------------------------------------------------------------------*/
#koten_main h1{
	font-size:22px;
	color:#202020;
	padding:10px 30px;
	margin:0 0 40px 0;
	border-top:2px solid #000000;
	border-bottom:5px solid #000000;
	background-position:top 2px left -60px, top 2px right -60px;
}
#koten_main h1::before{
	position:absolute;
	width:75px;
	height:57px;
	left:15px;
	bottom:-45px;
}
#koten_main h1::after{
	position:absolute;
	width:75px;
	height:57px;
	right:15px;
	bottom:-45px;
}

#koten_main h2{
	margin:-15px -15px 20px -15px;
	padding:10px 15px;
}
#koten_main h2 span{
	font-size:18px;
}

#koten_main h4{
	padding:0 10px 2px 10px
}

#koten_main h5{
	font-size:15px;
	margin-bottom:5px;
}

/*--------------------------------------------------------------------------
   大枠
---------------------------------------------------------------------------*/
#koten_contents{
	float:none;
	width:100%;
	margin-bottom:30px;
}
#koten_sidearea{
	float:none;
	width:100%;
}

#koten_contents2,
.koten_contents2,
.koten_contents_section{
    padding: 15px;
    border-radius: 15px;
}
.koten_contents2 + .koten_contents2,
.koten_contents_section + .koten_contents_section{
	margin-top:30px;
}

/*関連リンク*/
h4 + .koten_linklist{
	padding:0 10px;
}

/*--------------------------------------------------------------------------
   予約リンク
---------------------------------------------------------------------------*/
.koten_yoyakulink{
	padding-left: 10px;
	padding-right: 10px;
}
.koten_yoyakulink p .btn_more{
	font-size: 100%;
	min-width:auto;
}
	
/*--------------------------------------------------------------------------
   koten_sidebox
---------------------------------------------------------------------------*/
.koten_sidebox + .koten_sidebox{ margin-top:20px; }

.koten_sidebox .koten_sidebox_top{
    padding-left:30px;
    background: url(../images/h2_bg.png) no-repeat left center;
    background-size: auto 8px;
    margin-bottom: 10px;
}

.koten_sidebox .side_section{
	padding:5px 15px;
	border-radius:15px;
}

.koten_sidebox .side_section .side_menu li a{
	padding:8px 15px 8px 35px;
	font-size:13px;
}

/*--------------------------------------------------------------------------
   列構成
---------------------------------------------------------------------------*/
.box_wrapper{
	margin-right:0;
}
.box02{
	width:100%;
	margin-left:0;
}

.about_section_wrap section,
.diary_wrap section,
.product_wrap section,
.sale_wrap section{
	padding:25px 0 15px 0;
}


/*--------------------------------------------------------------------------
   news
---------------------------------------------------------------------------*/
.news_list_imgbox{
	width: 72px;
}
.news_list_imgbox img{
	max-height:54px;
}
.news_list_txtbox{
	width : calc(100% - 90px) ;
}
.news_list_txtbox .date{ margin-top:8px; }

/*お知らせ詳細*/
#koten_main .news_detail .update{
	margin:0 -30px 15px -30px;
}
.news_detail_wrap{
	padding:0 10px;
}
.news_detail_wrap .imgbox{
	float:none;
	width:100%;
	font-size:0;
	text-align:center;
}
.news_detail_wrap .txtbox{
	float:none;
	width:100%;
}
.news_detail_wrap .imgbox:not(.pc) + .txtbox,
.news_detail_wrap .txtbox + .imgbox{
	margin-top:20px;
}
.news_detail_wrap .imgbox p{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 5px;
}
.news_detail_wrap .imgbox p:nth-child(2){
	margin-top:0;
}


/*--------------------------------------------------------------------------
   about
---------------------------------------------------------------------------*/
/*ショップ情報*/
h3 + .about_contents{
	padding:0 10px;
}
.about_contents .imgbox{
	float:none;
	width:100%;
	text-align:center;
	font-size:0;
}
.about_contents .txtbox{
	float:none;
	width:100%;
}
.about_contents .imgbox:not(.pc) + .txtbox,
.about_contents .txtbox + .imgbox{
	margin-top:20px;
}
.about_contents .imgbox p{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 5px;
}
.about_contents .imgbox p:nth-child(2){
	margin-top:0;
}

/*サービス*/
.service_section h3 + p,
.service_section h3 + ul{
	padding:0 10px;
}
.about_section_wrap h4 + p{
	padding:0 10px;
}

/*リクルート*/
.koten_recruit .recruit_contents{
	padding:0 10px;
}



/*--------------------------------------------------------------------------
   diary
---------------------------------------------------------------------------*/
#koten_main .koten_diarylist h3{
	padding-left:60px;
}
#koten_main .koten_diarylist h3 a::before{
	background-position:center;
	width:40px;
	height:40px;
	position:absolute;
	left:10px;
	top:50%;
	bottom:auto;
	transform: translateY(-50%);
}
#koten_main .koten_diarylist .date{
	padding:5px 15px;
}

.diary_contents{
	padding:0 10px;
}
.diary_contents .imgbox{
	float:none;
	width:100%;
	font-size:0;
	text-align:center;
}
.diary_contents .txtbox{
	float:none;
	width:100%;
}
.diary_contents .imgbox:not(.pc) + .txtbox,
.diary_contents .txtbox + .imgbox{
	margin-top:20px;
}


/*--------------------------------------------------------------------------
   products
---------------------------------------------------------------------------*/
#koten_main h3.h3_product{
	padding-left:60px;
}
#koten_main h3.h3_product::before{
	background-position:center;
	width:40px;
	height:40px;
	position:absolute;
	left:10px;
}

.product_contents{
	padding:0 10px;
}
.product_contents .imgbox{
	float:none;
	width:100%;
	margin-bottom:15px;
	font-size:0;
	text-align:center;
}
.product_contents .txtbox{
	float:none;
	width:100%;
}

.product_contents .imgbox:not(.pc) + .txtbox,
.product_contents .txtbox + .imgbox{
	margin-top:20px;
}

.product_contents .imgbox p{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 5px;
}
.product_contents .imgbox p:nth-child(2){
	margin-top:0;
}

/*商品カテゴリ*/
.koten_productcategory ul{
	margin-top:-10px;
	text-align:left;
}
.koten_productcategory ul li{
	width:50%;
	padding:0 5px 3px 5px;
	margin-top:10px;
}


/*--------------------------------------------------------------------------
   SALE
---------------------------------------------------------------------------*/
#koten_main h3.h3_sale,
#koten_main h3.h3_coupon{
	padding-left:60px;
}
#koten_main h3.h3_coupon{ margin-top:0; }
#koten_main h3.h3_sale::before{
	background-position:center;
	width:40px;
	height:40px;
	position:absolute;
	left:10px;
	top:50%;
	bottom:auto;
	margin-top:-20px;
}
#koten_main h3.h3_coupon::before{
	background-position:center;
	width:40px;
	height:40px;
	position:absolute;
	left:10px;
	top:50%;
	bottom:auto;
	margin-top:-20px;
}

.sale_wrap .sale_contents{
	padding:0 10px;
}

.sale_wrap .sale_contents .imgbox{
	float:none;
	width:100%;
	font-size:0;
	text-align:center;
}
.sale_wrap .sale_contents .txtbox{
	float:none;
	width:100%;
}
.sale_wrap .sale_contents .imgbox:not(.pc) + .txtbox,
.sale_wrap .sale_contents .txtbox + .imgbox{
	margin-top:20px;
}

.sale_wrap .sale_contents .imgbox p{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 5px;
}
.sale_wrap .sale_contents .imgbox p:nth-child(2){
	margin-top:0;
}
.sale_wrap .date span{
	display:block;
	margin-right:0;
	padding:2px 10px;
	text-align:center;
	font-size:13px;
	margin-bottom:5px;
}

.sale_wrap h4 + p{
	padding:0 10px;
}
.sale_wrap .sale_osusume{
	padding:0 10px 0 10px;
}

/*--------------------------------------------------------------------------
   link
---------------------------------------------------------------------------*/
.link_section_wrap{ font-size:0; }
.link_section{
	display:inline-block;
	width:50%;
	vertical-align:top;
	padding:20px 15px;
	font-size:14px;
	border-bottom:1px dotted #CCCCCC;
}
.link_section + .link_section{
	border-top:none;
}
.link_section:nth-child(2){ border-top:none; }
.link_section:nth-child(2n-1){ border-right:1px dotted #CCCCCC; }
.link_section .linklist_imgbox{
	width:100%;
	float:none;
	padding-top:0;
	margin-bottom:15px;
}
.link_section  .linklist_txtbox{
	float:none;
	width:100%;
}
.link_section .link_name{
	font-size:15px;
}
.link_section .link_url{
	display:none;
}
.link_section .content{
	font-size:13px;
}


/*--------------------------------------------------------------------------
   sitemap
---------------------------------------------------------------------------*/
.sitemap_wrap{
	padding-top:10px;
}
.sitemap_section{
	width:100%;
	padding:0;
}
.sitemap_section .title{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	padding:0 15px;
}
.sitemap_section .title a{
	display:inline-block;
	text-decoration:none;
	position:relative;
	padding-left:15px;
}
.sitemap_section .title a::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:absolute;
	left:0;
	top:7px;
}
.sitemap_section ul{
	margin-top:10px;
	padding-left:25px;
}
.sitemap_section ul li + li{
	margin-top:5px;
}
.sitemap_section ul li a{
	display:inline-block;
	position:relative;
	padding-left:15px;
}
.sitemap_section ul li a::before{
	content:"";
	display:inline-block;
	border:4px solid transparent;
	border-left-color:#EC2E20;
	position:absolute;
	left:0;
	top:6px;
}


}