@charset "utf-8";

/* 共通cssを使用 */

@import "style_common.css";

/* =========================================================
手作り教室
============================================================*/


/* opacityプロパティによるロールオーバー */

a:active img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* border-radius（角丸） */

#localmain {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


/* =========================================================*/


/* メインコンテナ */

#container {
	margin-bottom: 60px;
}

#main_contents{width:660px; margin:0 auto; line-height:1.8em;}

/* 各セクションタイトル */

.title {
	border-bottom: 1px solid #333333;
	font-size: 24px;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
	padding:10px 0;
	text-align: center;
	text-shadow: 1px 1px #999999;
	box-sizing:border-box;
	line-height:1.2em;
}

.txtRed {
	color: #b81c22;
}
.small{
	font-size:0.8em; 
	line-height:1.6em;
}

/*
 * 店舗リスト
 */

#shoplist {
	width: 800px;
	margin: 10px auto;
}

#shoplist:after {
	float: none;
}

#shoplist .shop_cell {
	width: 200px;
	height: 160px;
	float: left;
	text-align: center;
}

.shop_cell .shop {
	margin: auto;
	width: 140px;
	height: 140px;
	border-radius: 200px;
	vertical-align: middle;
	color: #46210C;
	position: relative;
	cursor: pointer;
}

.shop_cell .shop:active {
	opacity: 0.6;
}

.shop .alphabet {
	font-size: 34px;
	font-family: 'Covered By Your Grace', cursive;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40px;
}

.shop .japanese {
	font-size: 14px;
	letter-spacing: 0.3em;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
}


/* FlexSliderキャプション設定 */

.flexslider .flex-caption {
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	font-size: small;
	padding: 0.5em;
	position: absolute;
	bottom: 0;
	width: 100%;
}


/*
* 手作りコース
*/

#handmade {
	margin-bottom: 20px;
}


/*
 * 各店舗設定
 */


/* 先輩カップルのflexslider */

.coupleslider {
	width: 600px;
	overflow: hidden;
	margin: 0 auto !important;
}

.coupleslider .coupleinfo {
	background-color: rgba(255, 255, 255, 0.5);
	color: #46210C;
	font-weight: bold;
	text-align: right;
	padding: 0.5em;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.coupleinfo .text {
	margin: 0 2em;
}


/* 各店舗のflexslider */

.shopslider {
	height: 450px;
	overflow: hidden;
	margin-bottom: 20px !important;
}


/* 各店舗のflexslider：店舗設定 */

.flexslider .shopinfo {
	background-color: rgba(255, 255, 255, 0.5);
	color: #46210C;
	font-size: small;
	padding: 0.5em;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	z-index: 100;
}

.flex-direction-nav a {
	height: 70px !important;
}

.flex-direction-nav a:before {
	font-size: 50px !important;
}

.flex-direction-nav .flex-prev {
	left: 10px !important;
	opacity: 0.5;
}

.flex-direction-nav .flex-next {
	right: 10px !important;
	opacity: 0.5;
}

.flex-control-nav {
	position: absolute !important;
	bottom: 5px !important;
	left: 5px;
	z-index: 999;
}

.flex-control-nav li {
	width: 8% !important;
	margin: 0 5px !important;
}


/* 店舗設定：左ペイン */

.shopinfo .shop_left {
	margin: -55px 10px 10px 25px;
	width: 40%;
	float: left;
	vertical-align: middle;
}


/* 店舗設定：右ペイン */

.shopinfo .shop_right {
	width: 50%;
	float: right;
	/*	
margin: 10px 30px 10px 10px;
*/
	margin: 0px 30px 10px 10px;
	text-align: right;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}


/* ショップ名（アルファベット） */

.shop_name {
	font-family: 'Covered By Your Grace', cursive;
	font-size: 70px;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
}


/* ショップアピール文 */

.shop_appeal {
	margin: 30px auto;
	text-align: center;
}


/* スタッフアピール文 */

.staff_appeal {
	margin: 30px auto;
}

.staff_appeal .appeal {
	display: table;
}


/* スタッフアピール文：画像 */

.staff_appeal .photo {
	width: 340px;
	padding: 10px 10px 20px 30px;
	display: table-cell;
}

.staff_appeal .photo img {
	width: 100%;
}


/* スタッフアピール文：テキスト */

.staff_appeal .text {
	padding: 10px 30px 20px 10px;
	vertical-align: middle;
	display: table-cell;
}


/* スタッフブログボタン */

.staffblog {
	padding: 5px 20px;
	border: 1px solid #888888;
	border-bottom: 3px solid #888888;
	border-radius: 5px;
	color: #333333 !important;
	line-height: 4em;
}

.staffblog:active {
	text-decoration: none;
	opacity: 0.7;
}


/*
 * 手作りコース紹介
*/

.course_table {
	margin: 0 30px;
	display: table;
}

.course_cell_basic {
	padding: 10px 5px 10px 0;
	display: table-cell;
	vertical-align: middle;
}

.course_cell_miki {
	padding: 10px 0 10px 5px;
	display: table-cell;
	vertical-align: middle;
}
.course_cell_crystal {
	padding: 10px 0 10px 5px;
	display: table-cell;
	vertical-align: middle;
}


/* 
 * 手作りコース予約
 */

.reserve {
	width: 100%;
	margin: 30px auto;
}

.reserve_bunners {
	margin: 0 30px;
	display: table;
}

.reserve_left {
	padding: 10px 5px 10px 0;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.reserve_right {
	padding: 10px 0 10px 5px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.reserve_bunners img {
	width: 100%;
}

.reserve_web {
	margin-bottom: 10px;
	/*background-color: #F23A5B;*/
}


/* 
 * ご予約可能時間帯
 */

.timetable {
	width: 100%;
	margin: 30px auto;
}

.timetable_list {
	margin: 10px 30px;
}

.timetable_list table{
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.timetable_list table th {
	padding: 5px 40px;
	border: 2px solid #FFFFFF;
	text-align: center;
}

.timetable_list table td {
	padding: 5px 10px;
	border: 2px solid #FFFFFF;
}


/* 店舗アクセス */

.access {
	width: 100%;
	margin: 30px auto;
}

.access_table {
	display: table;
	width:100%;
}

.access_cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.access_cell:nth-child(odd) {padding-right:5px;}
.access_cell:nth-child(even) {padding-left:5px;}

.access_title {
	font-weight: bold;
	line-height: 2em;
}

.access_cell iframe {
	width: 100%;
	height: 300px;
}
.access_cell .guide{
	display:inline-block;
	padding:0 5px;
}


/*
 * 併設の施設など、ショップオプション
*/

.option {
	width: 100%;
	margin: 30px auto;
}

.option_table {
	display: table;
	margin: 0 20px;
}

.option_cell {
	display: table-cell;
	vertical-align: top;
	width: 400px;
	padding: 10px 10px;
}

.option_title {
	font-weight: bold;
	line-height: 2em;
}


/*shoplist*/

.shoprow a {
	color: #000000;
	font-size: large;
	font-weight: bold;
	border-radius: 5px;
	padding: 0 !important;
}

.shoplist a {
	color: #000000;
	font-size: large;
	font-weight: bold;
	border-radius: 5px;
/*	padding: 8px 20px; */
}

.shoplink a {
	padding: 8px 20px;
	color: #000000;
	font-size: small;
	font-weight: bold;
	border-radius: 5px;
}

.shoplist a:active,
.shoplink a:active {
	opacity: 0.7;
	color: #000000;
	text-decoration: none;
}

.shoptitle {
	width: 90%;
	text-align: center;
	padding: 5px;
	color: #000000;
	font-size: large;
	font-weight: bold;
	border-radius: 5px;
}

.shopdata {
	width: 100%;
	margin-top: 70px;
}

.shoplink {
	margin-top: 10px;
}


/* =========================================================*/

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.handmade_topinfo {
	text-align: center;
	width: 100%;
}

.handmade_topcatch {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "平成明朝", "HeiseiMincho", serif;
	font-size: 2.2em;
	line-height:1.8em;
	font-weight: bold;
}

.handmade_toptxt {
	line-height: 2em;
}

#handmade_kouteiarea {
	width: 100%;
	background-color:#F2ECDC;
}

#handmade_kouteiarea h2 {
	margin: 0;
}

#handmade_kouteiarea .caution {
	background-color: #F2E3C6;
	display: block;
	padding: 5px;
}

.hand_koutei {
	background: url(../img/back_koutei.gif) repeat;
	box-sizing: content-box;
	padding: 10px;
	margin-top: 10px;
}

.hand_koutei1,
.hand_koutei2,
.hand_koutei3,
.hand_koutei4,
.hand_koutei5 {
	/*
	width:765px;
*/
	margin: 0 auto;
	display: block;
}

.hand_kouteiNo1,
.hand_kouteiNo2,
.hand_kouteiNo3,
.hand_kouteiNo4,
.hand_kouteiNo5 {
	font-size: 1.7em;
	text-indent: 2em;
	padding-top: 10px;
	height: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

.hand_koutei dd {
	/*
	width:300px;
*/
	width: 50%;
	padding-left: 3px;
	font-size: 13px;
	line-height: 150%;
}

.hand_koutei1 {
	background: url(../img/img_koutei1.jpg) no-repeat right bottom;
	display: block;
	height: 227px;
	padding-top: 30px;
}

.hand_kouteiNo1 {
	background: url(../img/no_1.gif) no-repeat left center;
}

.hand_koutei2 {
	background: url(../img/img_koutei2.jpg) no-repeat right bottom;
	display: block;
	height: 243px;
}

.hand_kouteiNo2 {
	background: url(../img/no_2.gif) no-repeat left center;
}

.hand_koutei2 dd {
	height: 80px;
}

.hand_koutei .hand_kouteiFukui {
	margin-top: 25px;
	margin-left: 80px;
	width: 235px;
}

.hand_koutei3 {
	background: url(../img/img_koutei3.jpg) no-repeat right bottom;
	display: block;
	height: 230px;
}

.hand_kouteiNo3 {
	background: url(../img/no_3.gif) no-repeat left center;
}

.hand_koutei4 {
	background: url(../img/img_koutei4.jpg) no-repeat right bottom;
	display: block;
	height: 230px;
}

.hand_kouteiNo4 {
	background: url(../img/no_4.gif) no-repeat left center;
}

.hand_koutei5 {
	background: url(../img/img_koutei5.jpg) no-repeat right bottom;
	display: block;
	height: 230px;
}

.hand_kouteiNo5 {
	background: url(../img/no_5.gif) no-repeat left center;
}

.hand_ttlfukei {
	text-align: center;
}

.hand_fukei {
	/*
	width:765px;
*/
	margin: 0 auto;
	display: block;
	padding:10px;
	line-height:1.8em;
}
.hand_fukei p{ margin-bottom:20px;}

.hand_fukeiLeft {
	/*
	width:508px;
*/
	float: left;
	/*
	font-size: 13px;
*/
}

.hand_fukeiright {
	/*
	width:250px;
*/
	height: 250px;
	float: right;
}

.hand_toform {
	/*
	width:900px;
*/
	margin: 0 auto;
	margin-bottom: 40px;
}

.hand_toform p,
.hand_order p {
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
}

.hand_link_list {
	/*
	width: 580px;
*/
	margin: 0 auto;
}

.hand_link_list li {
	padding: 10px 0;
}


/*
.hand_toform li {
	float:left;
	padding-left:15px;
}
*/

.hand_order {
	/*
	width:640px;
*/
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.hand_order .handorder_table {
	margin: 0 auto;
	display: table;
}

.hand_order .handorder_cell {
	display: table-cell;
	padding-left: 15px;
	text-align: center;
	color: #B91C22;
}

.hand_order a {
	color: #B91C22;
	font-weight: bold;
}

.hand_order li img {
	padding-bottom: 10px;
}


/* =========================================================
shoplist
============================================================*/

.allshop {
	width: 720px;
	margin: 0 auto;
}

.allshoptitle {
	width: 100%;
	background-color: #46210C;
	color: #ffffff;
	font-weight: bolder;
	font-size: 1.6em;
	text-indent: 1.2em;
	text-align: left;
	padding:10px 0;
}

.shoplist {
	display: table;
}

.shoplist .shoprow {
	display: table-row;
}

.shoplist .shop {
	display: table-cell;
}

.areatitle {
	background-color: #dbc4b8;
	color: #46210C;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.0em;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	text-indent: 1.2em;
}

.shoplist .shopimg {
	position: relative;
	/*
	width: 170px;
*/
	margin: 0 5px 5px;
	border-radius: 5px;
}

.shoplist .shopimg img {
	border-radius: 5px;
}

.shopimg .catchphrase {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	height: 40px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(30, 30, 30, 1);
}

.shopimg .shopname {
	opacity: 0.8;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 25px;
	font-weight: bold;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	color: #46210C;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	background-color: #BED11D;
}

.shopname .text {
	margin-right: 10px;
}

.shop .shopdetail {
	width: 170px;
	height: 60px;
	padding-top: 20px;
	line-height: 20px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 5px auto;
}

.shopdetail a {
	color: #46210C;
}

.shopdetail:active {
	opacity: 0.6;
}

.shopdetail a:active {
	text-decoration: none;
}

.shoplist .reserve_web {
	background-color: #F98989;
}

/* =========================================================
手作り工程
============================================================*/

#handmade_process {
	width: 100%;
	font-size: 12px;
}

#handmade_process .course {
	margin:20px 0 10px 0;
	text-align:left;
}

#handmade_process .course .title {
	width: 100%;
	font-size: 1.3em;
	line-height: 1.8em;
	text-align:left;
	text-shadow: 0 0 !important;
}

#handmade_process .course .steps {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

#handmade_process .course .step img {
	width: 100%;
}

#handmade_process .course .step .bold {
font-weight:bold;
font-size:1.2em;
}
.bn_shadow{
	box-shadow:0 0 3px 3px rgba(200,200,200,0.3);
}

/* =========================================================
20200707 追加分
============================================================*/

.mbonly{display:none;}
.campaign_table{width:80%; margin:0 auto;}
.telreserve{margin: 20px 40px; }
.telreserve .text .tel{font-size:1.6em;}
.course_table{ display:flex; flex-wrap:wrap; justify-content:center; width:100%; margin:0;}
.course_table .course{ width:50%; padding:10px; box-sizing:border-box;}
.net_tel_reserve{margin:40px auto 30px; display:flex; justify-content:center;}
.net_tel_reserve .box{ font-size:1.4em; width:50%;}
.net_tel_reserve a{ width:80%;}
.net_tel_reserve .overline{border-left:1px solid #999999;}
.couple_slider{margin:40px auto 20px; }

#handmade_process .course .step {width:50%; box-sizing:border-box; margin-bottom:50px;}
#handmade_process .course .step:nth-child(odd) {padding:0 10px 0 0;}
#handmade_process .course .step:nth-child(even) {padding:0 0 0 10px;}

#handmade_process .course .title{ letter-spacing: 0.1em !important; padding:5px 0 0;}
#handmade_process .course .step .text {line-height:1.8em;}
#handmade_process .course .step .title .small{font-size:0.7em;}
#handmade_process .point .pointtitle{padding: 2px 10px;}
#handmade_process .point .pointtext{padding:5px 10px;}

.mbbr{ display:none;}
.deliv_date{ background-color:#F3F7CC;	color: #216330;	font-size: 1.4em; width:100%; padding: 5px 0; text-align:center; }
.deliv_date .deliv_md{ margin:0 5px; background-color:#FFFFFF;	font-size: 1.2em; 
	border-top: 1px solid #DDDDDD;	border-left: 1px solid #DDDDDD;	border-bottom: 1px solid #BBBBBB;	border-right: 1px solid #BBBBBB;
	margin:0 5px; padding:3px; box-sizing:border-box;}

.basbanner{position:relative;}

.basbanner .textarea{position:absolute; right:0; top:0; height:100%; width:39%; text-align:center; color:#333333; padding:10px; box-sizing:border-box;}
.basbanner .textarea .title{font-family:'Oswald', sans-serif; color:#7b441b; font-size:50px;letter-spacing:-1px; border-bottom: #333333 2px dotted; line-height:70px; text-shadow:none;}
.basbanner .textarea .text{font-size:1.2em; margin:10px 0;}
.basbanner .textarea .link{font-size:1.4em;  font-family: serif; display: inline-block; background-color:#f55255; border-radius:3px; padding: 10px 20px; color: #FFFFFF; box-shadow:2px 2px 1px #AAAAAA;}
.basbanner .title .jp{font-size:22px; display:inline-block; font-weight:bold; line-height:1.5em;}

.basbanner .textarea_sml{position:absolute; right:0; top:0; height:100%; width:39%; text-align:center; color:#333333; padding:5px 10px; box-sizing:border-box;}
.basbanner .textarea_sml .title_sml{font-family:'Oswald', sans-serif; color:#7b441b; font-size:40px;letter-spacing:-1px; border-bottom: #333333 2px dotted; line-height:50px;}
.basbanner .textarea_sml .text_sml{font-size:1.0em; line-height:1.6em; margin:10px 0;}
.basbanner .textarea_sml .link_sml{font-size:1.2em;  font-family: serif; display: inline-block; background-color:#f55255; border-radius:2px; padding: 5px 25px; color: #FFFFFF; box-shadow:2px 2px 1px #AAAAAA;}
