@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
	font: 100%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color: #252525;
	background-color: #efede3;
	background-image: url(images/body_bg.jpg);
-webkit-text-size-adjust: 100%;
}
.pc_none{
display:none!important;
}
.center{
text-align:center!important;}
.red{
	color:#ff0020!important;}
.blue{
color:#0a3c8c!important;
}
.green{
color: #4f8730!important;
}
.pt30{
padding-top:30px!important;}
.mt30{
margin-top:30px!important;}
.pb10{
padding-bottom:10px!important;}
.mb5{
margin-bottom:5px!important;}
.mb0{
margin-bottom:0!important;}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#4f8730;
	color:#257f1e;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#a0ca64;
}
a.tel:hover{
cursor:default;
color:#4f8730;
}

.newsquare_btn{
	font-size:11px;
display: inline-block;
padding: 5px 15px;
border-radius: 25px;
text-decoration: none;
color: #FFF;
background-color: #c0272d;
transition: .4s;
}
.newsquare_btn:hover {
background-color: #dc143c;
color: #FFF;
} 

.b{
font-weight:bold;
}
.u{
	text-decoration:underline;
}
/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}
div.clear{clear: both;}

.f150{
font-size:150%!important;}
.f130{
font-size:130%!important;}
.f110{
font-size:110%!important;}
.f100{
font-size:100%!important;}
.f90{
font-size:90%!important;}
.f80{
font-size:80%!important;}
.mb10{
margin-bottom:10px!important;}
.mb30{
margin-bottom:30px!important;}
.mb40{
margin-bottom:40px!important;}
.pb10{
	padding-bottom:10px!important;
}
.sp{
display:none;}
.ssp{
display:none;}
a.asp{
color: #252525;
cursor:default;}
a.asp:hover{
color:#252525!important;}
.pc{
	display: inherit;
	}
.br_none{
display: none!important;
}

/* レイアウト
------------------------------------------------------------*/
#waku{
	margin:20px auto;
	background-color: #F8F2D8;
	width: 980px;
	border-radius: 20px;	
	}

.main-nav  {
	width: 940px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: space-between;
  margin:0 auto 20px;
}
.main-nav li {
min-width:155px;
}
.main-nav a {
	margin: 10px 5px;
	border-radius: 5px;
	background: #240f00;
	color: #fff;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.main-nav a:hover {
  background: #c6b198;
}
.main-nav a:hover {
	background-color: #240F00;
	background-image: -webkit-linear-gradient(270deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,33,10,1.00) 0.52%,rgba(36,15,0,1.00) 100%);
}

#header{
overflow:hidden;
margin:0 auto;
width:940px;
}

.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 940px;
  margin:0 auto 20px;
}


.main .col-1 {
  border-radius: 5px;
  background: #c6b198;
  margin-right: 10px; 
  width: 550px;
}
.main .col-1 img{
margin:10px 0 10px 5px;
  max-width: 100%;
  height: auto;
}
.main .col-2 {
	text-align: left;
	background: #f8f2d8;
  width: 380px;
}
.main .col-2 ul.hp_box{
	display: table;
	background: #c6b198;
	padding: 10px 10px 5px;
	height: 150px;
	border-radius: 5px;
	}
.main .col-2 ul.hp_box li{
display:table-cell;
vertical-align:top;
font-size:90%;
line-height:140%;
	}
.main .col-2 ul.hp_box li p:first-child{
font-weight:bold;
margin-bottom:10px;
font-size:140%;

	}
.main .col-2 ul.hp_box li p:first-child a{
color:#240f00;
	}
.main .col-2 ul.hp_box li p:first-child a:hover{
color:#4f8730;
	}
.main .col-2 ul.hp_box:first-child{
	margin-bottom: 11px;
	}
ul.hp_box li:first-child {
	padding-right: 10px;
	width: 110px;

}	
#wrapper, .inner{
margin:0 auto 20px;
width:940px;
}
#content{
float:right;
width:500px;
padding:0 0 10px;
}

#sidebar{
	float: left;
	width: 420px;
	padding: 10px 0;
	background-color: #C6B198;
	border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
position: relative;
}
#newsbox{
	border:5px solid #c0272d;
	margin: 0 1px 10px;
	padding: 0 10px;
	background-color: #F8F2D8;
	height:438px;
}
#sns{
  width: 100%;
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
margin: 0px;
padding:0px;

  -webkit-justify-content: center; 
justify-content: center; 

	}

#sns p.banner{
	padding-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;

}

#gaiyou{
  width: 99%;
  display: -webkit-table;
  display: -moz-table;
  display: -ms-table;
  display: -webkit-table;
	display: table;
	text-align: left;
margin-bottom:20px;
	}
#gaiyou .acc{
	display: -webkit-table-cell;
	display: -moz-table-cell;
	display: -ms-table-cell;
	display: -webkit-table-cell;
	display: table-cell;
	vertical-align: bottom;

}
#gaiyou iframe{
	padding-bottom: 15px;
	margin-right: 15px;
	width: 680px;
	border: 10px solid #c6b198;
	height: 450px;
	border-radius: 5px;
}
#gaiyou p{
	font-size: 80%;
	padding-bottom: 5px;
}
#gaiyou p.acmap{
	display: -webkit-table-cell;
	display: -moz-table-cell;
	display: -ms-table-cell;
	display: -webkit-table-cell;
	display: table-cell;
padding-right:25px;
}
#footer{
	clear: both;
	background-image: url(images/footer_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 180px;
} 


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

/* サイト説明文
----------------------------------*/
#header h1{
padding:10px 0 0 3px;
color: #3c2f13;
font-size:90%;
font-weight:normal;
float:left;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header p{
clear:both;
float:left;
padding-top:20px;
}
p.head_logo{
clear:both;
}

/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
text-align:right;
}

#headerInfo img{
padding-top:4px;
}

/* よくある質問 */
.s_box{
	border-bottom: 1px solid #240f00;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.s_box p.question{
	padding-left: 40px;
	background-image: url(images/qu.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 120%;
}
.s_box p.answer{
	padding-left:40px;
	background-image: url(images/ae.png);
	background-position:left top;
	background-repeat: no-repeat;}




/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	line-height: 0;
	text-align: center;
	background: #ded9bb;
	z-index: 0;
	margin-bottom: 20px;
}


/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 180%;
	color: #240f00;
	border-bottom: 3px solid #240f00;
	font-weight: bold;
}

h2.first{margin-top:0;}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.posts{padding: 0 30px 100px;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}



.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #252525;
border-bottom:2px solid #3c2f13;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #3c2f13;
}
.post h3.dairih3{
color:#fbe9d6;

}
.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table.stats{
	border: 1px #2e2c2c solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	width: 680px;
}

.post table.stats th{
	padding: 7px;
	border: #2e2c2c solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	background: #ded9bb;
	width: 20%;
}

.post table.stats td{
padding:7px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}
.post table.stats td a{
color:#252525;
}
.post table.stats td a:hover{
color:#aaa;
}
.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

/* 記事一覧 */
.post dl.list{
padding-top:20px;
margin:0 30px 30px;
}
.post dl.list dt{
margin-bottom:10px;
}
.post dl.list dt span{
font-size:14px;
}
.post dl.list dt a{
font-size:22px;
}
.post dl.list dd{
margin-bottom:30px;
border-bottom:1px dotted #240f00;
padding-bottom:10px;
}
.post p.tday{
	padding-bottom:10px;
	font-size:90%;
	font-style:italic;
}
/* --- ギャラリー --- */
#insta{
padding:20px 0;

}

/* --- ワークショップ --- */
.flexbox2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
ul.thumbnail {
	width: 460px; /* リストエリアの幅 */
	margin: 0;
	padding: 0;
	border: 1px #240F00 solid; /* リストエリアの上境界線 */
	list-style-type: none;
		border-radius: 5px;
}
ul.thumbnail h3{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	background-color: #240F00;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 150%;
}
ul.thumbnail h3.ninki1{
	background-image: url(images/ninki.png);
	background-position: 2% center;
	background-repeat: no-repeat;
}
ul.thumbnail h3.ninki1en{
	background-image: url(images/ranking10_1b.gif);
	background-position: 2% center;
	background-repeat: no-repeat;
}
ul.thumbnail h3.ninki2{
	background-image: url(images/ninki2.png);
	background-position: 2% center;
	background-repeat: no-repeat;

}
ul.thumbnail h3.newicon{
	background-image: url(images/point1_3.gif);
	background-position: 3% center;
	background-repeat: no-repeat;
}

/* --- リスト項目 --- */
ul.thumbnail li {
padding: 10px 15px 5px; 
	background-image: none;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 100%;
margin: 0;
font-size: 80%;
}

/* --- 写真エリア --- */
ul.thumbnail dt.photo {
width: 170px;
float: left;
}
ul.thumbnail dt.photo img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dt.title,
ul.thumbnail dd {
margin: 0 0 10px 170px; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
ul.thumbnail dt.title {
	margin-bottom:10px;
	line-height: 150%;
	background-color: #f7e432;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	width: 260px;
}

/* --- コメントエリア --- */
ul.thumbnail dd {
line-height: 150%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

#flexinq {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
	display: flex;
	margin-bottom: 20px;
width:100%;
}
#flexinq p {
	margin: 0;
	padding: 0;
}
.flexcontact {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex
  -webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 20px;
}
.yoyakubutton{
text-align:left;
}
.square_btn2 {
display: block;
  font-weight: bold;
  padding: 1.3em;
  text-decoration: none;
  color: #FFF;
  background: #ff7f7f;
  transition: .4s;
  border-radius: 4px;
  width: 90%;
  text-align: center;
  font-size: 140%;
	margin: 0 auto;
  }

.square_btn2:hover {
    background: #ff9696;
    color: #FFF;
}
.taikenyoyaku{
	width:45%;
}

    .popup_wrap input {
    display: none;
    }

 .popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    }

 .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    }

 .popup_content {
    position: relative;
    width: 90%;
    max-width: 800px;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
	 overflow-y: scroll;
    }

 .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    padding:8px;
    background: #f29c9f;
    color: #fff;
    border-radius:50%;
    line-height:15px;
    font-weight:bold;
    }

    .popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
    }

   /* .popup_wrap input:checked ~ .popup_overlay .popup_content{
    transform: translateY(50px);
    }*/

    .open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
border-radius: 4px;
		width:80%;
    margin:0 auto;
    color: #FFF;
    background: #e6c828;
    padding: 2em;
    font-weight: bold;
    cursor: pointer;
		width: 90%;
    }

    .open_btn:hover{
    background:#f5de45;
    color:#fff;
    transition: .3s ease;
    }
.post ul.popup-txt {
	margin:0 0 30px 0;
	font-size:94%;
}
.post ul.popup-txt li{
	margin-bottom:10px;
	padding-left:10px;
}
.fa-phone-square::before {
  content: "\f098";
  padding-right: 6px;
}
.shoyoujikan{
text-align:center;
margin-bottom:30px;
}
.post h3.staiken{
	color:#240f00;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	border-bottom: 1px solid #3c2f13;
	font-size:130%;
	margin:0 0 15px;
}

.post h3.staiken span{
font-size:80%;
	font-weight:normal;
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #3c2f13;
}
section.widget h3.zlmap {
  padding: 0;
  color: #3c2f13;
  font-size: 25px;
  font-weight: bold;
  line-height: 130%;
  margin: 30px 0 0px;
}
section.widget li{
margin: 0 10px 10px 5px;
border-bottom: 1px solid #bab48d;
}

section.widget a{
display:block;
padding-left:15px;
background:url(images/arrow.png) no-repeat 0 50%;
}
section.widget a.square_btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #4e3018;
}
section.widget a:hover{background-position: 3px 50%;}



#contactBanner{
width:265px;
height:30px;
padding-top:110px;
background:url(images/banners/banner_tel.jpg) no-repeat;
}

#contactBanner p.tel{
display:inline;
padding-left:80px;
margin-left:30px;
text-align:center;
font-weight:bold;
background:url(images/tel.png) no-repeat;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
vertical-align:bottom;
}


/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:5px 0;
border-bottom:2px solid #c0272d;
}

.newsTitle h2.ntitle{
float:left;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
}

.news{
	padding-bottom:30px;
	overflow: scroll;
	}

.news dl{
clear:both;
padding-bottom:1px;
font-size:100%;
width:331px;
height:300px;
	text-align:left;
}

.news dt{
color:#252525;
font-size:90%;
}

.news dd{
color:#624e24;
border-bottom: 1px dotted #bab48d;
margin-bottom:20px;
padding:5px 0;
}
.news dd a{
font-weight:bold;
}

.news dd a:hover{color:#927a49;}



/* フッター
*****************************************************/
#footerLogo{
	float: left;
	width: 200px;
}

#footerLogo img{
max-width:200px;
height:auto;
	padding-top: 10px;
	padding-left: 20px;
}


#footer #ftright{
float:right;
width:720px;
}
#footer ul{
font-size:95%;
padding-top:50px;
padding-bottom:30px;
text-align:center;
}
#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li a:hover{text-decoration:underline;}



*:first-child+html #footer ul li{display:inline;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:80%;
zoom:1;
margin-right:20px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
	margin-right: -20px;
	padding-top: 25px;
clear: both;
}
.thumbWrap:after{clear: both;}
.thumbWrap li{
float:left;
width: 150px;
margin:0 20px 0 0;
padding:2px 0 20px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #bcbcbc;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#dedabc;
}

ul.thumb h3:hover{background:#f1efe4;}

ul.thumb h3:hover span{background:#e3dfc4;}

/* お問合せ */
div.mailform{margin-bottom:20px; padding:10px 20px; background:#ede2ca; border-radius:5px;}
.tsc_form_contact_dark { 
margin:0 auto 24px; 
width: 620px; 
text-align: left;
 }

.tsc_form_contact_dark .form-input {
	 display: block; width: 600px; 
	 padding: 6px 10px; 
	 margin-bottom: 20px; 
	 color: #23282d;
	  border: 1px solid #222; 
	 outline: none; 
	 -moz-border-radius:    5px;
	  -webkit-border-radius: 5px ;
	  border-radius: 5px ;
	  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4) inset #aaa;
	  }

.tsc_form_contact_dark textarea.form-input { 
width: 600px; 
height: 200px;
 overflow: auto;
	 margin-bottom: 30px;  
 }

.tsc_form_contact_dark .form-input:focus {
	border: 1px solid #7fbbf9; 
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
	 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; 
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; 
	}

.tsc_form_contact_dark .form-input:-moz-ui-invalid { 
border: 1px solid #e00; -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; box-shadow:  inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
}
.tsc_form_contact_dark .form-input.invalid { 
border: 1px solid #e00; -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; }

.tsc_form_contact_dark.nolabel ::-webkit-input-placeholder { color: #888;}
.tsc_form_contact_dark.nolabel :-moz-placeholder { color: #888;}

.tsc_form_contact_dark .form-btn { 
margin-top:0px;
padding: 0px 15px 0; 
height: 35px; 
text-align: center;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
cursor: pointer;
border: 1px solid #0d3d6a;
outline: none; 
position: relative; 
 background:#e6433d; 
 background:-webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746)); background:-moz-linear-gradient(top, #f8674b, #d54746); border-color:#d1371c #d1371c #9f220d; color:#fff; text-shadow:0 1px 1px #961a07; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;}
.tsc_form_contact_dark .form-btn:hover,
.tsc_form_contact_dark .form-btn:focus { background:#dd3a37; background:-webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b)); background:-moz-linear-gradient(top, #ff7858, #cc3a3b); border-color:#961a07; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;}


.tsc_form_contact_dark .form-btn:active {
	 border: 1px solid #1d83e2;background:#e6433d; border-color:#961a07; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07; box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07;
}
.tsc_form_contact_dark input[type=submit]::-moz-focus-inner {
	 border: 0; 
	 padding: 0;
	 }

.tsc_form_contact_dark label { 
margin-bottom: 0px;
 display: block; 
width: 100%; 
font-size: 15px; 
font-weight: bold; 
}
.tsc_form_contact_dark label span { 
font-size: 13px; 
 font-weight: normal;
  }

.tsc_form_contact_dark.frame {
	 padding: 20px; 
	 }

.tsc_form_contact_dark.tbar { 
padding: 20px; 
 }
#wkDate,#wkCalender{height: 35px; 
}
/*.tsc_form_contact_dark.tbar p { 
font-size: 18px; 
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7); 
padding: 20px 20px 0; 
margin: 0 -20px 20px -20px; 
}*/
.tsc_form_contact_dark.tbar .form-input {

	 background: #ded9bb; 
	 }

.tsc_form_contact_dark.tbar.nolabel ::-webkit-input-placeholder {
	 color: #999;
	 }
.tsc_form_contact_dark.tbar.nolabel :-moz-placeholder { 
color: #999;
}
.wpcf7-form-control{height:30px;
}
.wpcf7-select{
border: 1px solid #222222;
	 background: #ded9bb; 
margin-bottom: 30px;  
}
/* 外国人向け予約 */
#post-4014 h2.title {
    font-size: 170%;
  }	
div.mailform2{
	margin-bottom:20px; 
	padding:10px 10px 10px 20px; 
	background:#ede2ca; 
	border-radius:5px;
}
div.foreign{
width:100%;
max-width:700px;
	margin:20px auto 0;
	padding: 0;
}
div.foreign p.national{
	margin-left:30px;	
	font-size:110%;
	font-weight:bold;
}
.post .foreign ul.popup-txt {
	margin:0 0 30px 30px;
	font-size:94%;
}
.post .foreign ul.popup-txt li{
	background: url(none) no-repeat 0 8px;
	padding-left: 0px;
}
div.mailform2 .wpcf7-list-item-label{
	display:none;
}

div.mailform2 .wpcf7-list-item{
    display: inline-block;
    margin: 0 0 0 -1.5em;
}


/*「Jetpack」 | SNS共有ボタンを好きな場所に表示-------------------------------*/
div.sharedaddy .sd-content {
    width: auto!important;
}
div.sharedaddy div.sd-block {
border:none!important;
padding-top:0!important;
}

/*予約カレンダー表示-------------------------------*/
.monthly-calendar {
padding-top:30px;
margin-left:auto;
margin-right:auto;
    width: 80%;
}
.kakunin{
	font-size: 18px;
	color: #F30;
	font-weight: bold;
	line-height: 22px;
}
input[type=checkbox] {
  transform: scale(1.2);
  margin: 0 6px 0 0;
}
.content-form button {
  padding: 8px 27px!important;
  margin: 0 0px 20px 0;	
}
/*ヘッダー言語切り替え-------------------------------*/
ul#qtranslate-chooser {
display:table;
float:right;

}
ul#qtranslate-chooser li{
display:table-cell;
background-image:none;
padding:5px 10px 10px;
font-size:13px;
}
ul#qtranslate-chooser li span{
padding-left:23px;
}
.qtranxs_flag_ja{
background-position:0 center;
}
.qtranxs_flag_en{
background-position:0 center;
}
/*ヘッダー言語切り替え（poylamg）-------------------------------*/
#headerInfo ul {
display:table;
float:right;

}
#headerInfo ul li.lang-item{
display:table-cell;
background-image:none;
padding:5px 10px 0px;
font-size:13px;
}


.snapwidget-widget{
border:none;
 overflow:hidden; 
width:99%;
 height:150px;
margin-top:30px;
}



/*代理店頁-------------------------------*/
.b{
font-weight:bold;
}
.orange{
    color: #f08f00;
}
header.dairih2{
    color: #000000;
    padding: 10px 20px 10px 30px;
    line-height: 30px;
    margin-bottom: 30px;
    background-color: #CD853F;
}
header.dairih2 h2{
        float: left;
        font-size: 30px;
    font-weight: bold;
    text-align: left; 
    color:#fbe9d6;
}
header.dairih2 p{
   text-align: right;
    color:#fbe9d6;
    font-size:13px;
}

.dairibox{
    display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
    display: flex; 
    width:100%;
    margin-bottom: 30px;
}
.p1,.p2{
    width:50%;
}
.p1{
padding-left:10px;
}
.p2{
 padding-right:10px;
}
table.dairitable {
font-size:13px;
    margin-left: 20px;
    width:96%;
}

table.dairitable th{
    width:8.5em;
    padding:15px 10px 5px 10px;
    border-bottom:1px dotted #333;
    color:#cd853f;
   font-weight: bold;

}
table.dairitable td{
word-break: break-all;
    border-bottom:1px dotted #333;
    padding: 15px 0 5px 10px;


}
.post h3.dairih3{ 
    background-color: #312114;
    color:#fbe9d6;
    padding: 8px 2px 8px 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 120%;
}
h3.dairimaph3{
    background-color: none;
    color: #312114;
    padding: 8px 2px 8px 20px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    clear: both;
    font-size: 130%;
}

.dairibox2{
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
    width:100%;
    margin-bottom: 20px;
    justify-content:  space-between;
}
.p3{ 
   padding-left:10px;
    width:60%;
}
.p4{
    padding-right:10px;
}
.dairithumbWrap{
    width:100%;
	margin-right: 0;
	padding-top: 25px;
clear: both;
}
.dairithumbWrap:after{clear: both;}
.post .dairithumbWrap li{
    float: left;
    width: 225px;
    margin: 0 10px 30px 0;
    padding: 0 0 20px;
    background: none!important;
}
.dairithumbWrap li:first-child{
    margin: 0 10px 0 0;

}
.dairithumbWrap li:last-child{
    margin: 0;

}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:40px;
}
 
.ggmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*代理店一覧頁-------------------------------*/
header.ichiranh2{
    color: #000000;
    padding: 10px 10px 10px 15px;
    line-height: 22px;
    margin-bottom: 20px;
    background-color: #ded9bb;
}
header.ichiranh2 h2{
    font-size: 22px;
    font-weight: bold!important;
    text-align: left;
    color: #240f00;
    letter-spacing: 2px;
}

.ichiranhbox2{
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
    margin-bottom: 30px;
    justify-content: space-between;

}
.ichiranhbox2 a:hover{
color: #4f8730;
}
.ichiranhbox2 div.p_left{
padding:0 30px 0 10px;
width:25%;
}
.ichiranhbox2 div.p_left img{
width:180px;
height:140px;
 object-fit: cover; 
}
.ichiranhbox2 div.p_center{
    padding: 0 20px 0px 0;
    text-align: left;
width:45%;
}
.post .p_center p{padding-bottom:0px;    line-height: 130%;}
.tab_inh{
    display: none;   
}

.p_center h4{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 7px;
    padding-top:5px;
}
.ichiranhbox2 div.p_right{
    align-self: flex-end!important;
    text-align:right;
    padding:50px 10px 0 10px;
width:30%;
}

a.square_btn3 {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: auto;
    text-decoration: none;
    color: #ffffff;
    background-color: #4e3018;
    border: solid 1px #333;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
   padding:10px 50px;
    margin-bottom: 10px;
font-size:90%;
}
a.square_btn3:hover {    color: #ffffff;
   /*  color: #ffffe3;*/
  /*  background-color: #110700;
 cursor:default;*/
}
a.square_btn3:active {
    color:#099aa4;
    border: solid 1px #167b81;
    box-shadow: none;
    text-shadow: none;
}


/*製作体験のポップアップ*/
.photo{
max-height:170px;
}
.gallery-columns-1 dl.gallery-item{
display:none;
}
.gallery-columns-1 dl.gallery-item:nth-child(1){
display: inherit;
}

.gallery-columns-1 .gallery-item {
    margin-top: 0 !important;
}
/*ギャラリーページは表示*/
dl.gallery-item{
display:inline;
}

/*アクセス*/
.tegakimap{
clear:both;
margin-bottom:50px;
text-align:right;
}
#gaiyou p.acmap{
	display: -webkit-table-cell;
	display: -moz-table-cell;
	display: -ms-table-cell;
	display: -webkit-table-cell;
	display: table-cell;

}
p.ac-right{
margin-bottom:50px;
text-align:right;
}

/*来店引取のお客様へ*/
 .hikitori{
                padding:25px 5px 15px 20px;
                border-bottom:1px solid #333;
                margin-bottom:30px;
            }
 .hikitori p.kanou{
                font-size:240%;
                letter-spacing: 2px;
                 margin-bottom:25px;
	 line-height: 150%;
            }
             .f500{
                   font-size:150%;
            }
            .hjikan{
                width:50%;
                border:2px solid #fca210;
                border-radius: 10px;
                margin:0 auto 40px; 
                 padding:20px 30px 0;
                            }
          .hjikan p{text-align: center;
                  font-size:130%;
              line-height: 35px
            }
            ul.hhouhou{
                 margin:0 0 150px 30px;  
                  padding:10px 0 0 30px;
            }
           ul.hhouhou li{
margin-bottom:15px;
            }

marquee {
font-size:14px;
font-weight:bold;
color:#ff6633;
display:block;
}
.cau{

}  
.cau-table{
	display: flex;
	width:100%;
	justify-content: flex-start;
}
.cau-left{
	width:20%;
	padding-right:10px;
}
.cau-right{
	display: flex;
	width:80%;
	font-weight: bold;
	transition: 0.5s;
	flex-direction: column;
	font-size:140%;
align-self: center;
}
.cau-right p{
	padding:10px 10px 10px 10px;
	margin-bottom: 10px;
}
p.cau-new{
	
}
p.cau-new::before{
  content: "";
	display: inline-block;
    width:53px;
    height: 18px;
  margin-right: 0px;
	background-image: url('https://zakuro-lampya.com/wp/wp-content/uploads/new1.png');
    background-position: left bottom;
    background-size: contain;
	background-repeat: no-repeat;
}
.cau-right p a{
	padding:5px 10px 5px 10px;
	text-decoration: none;
}
.cau-right p a:hover{
background-color: coral;
	color:#ffffff;
}
@media only screen and (max-width:644px) {
	.cau-right{
	display: flex;
	width:80%;
	font-weight: bold;
	transition: 0.5s;
	flex-direction: column;
	font-size:110%;
align-self: center;
}
.cau-right p{
	padding:10px 5px 5px 5px;
	margin-bottom: 1px;
}
}
@media only screen and (max-width:460px) {
.cau-left{
	width:30%;
	padding-right:8px;
}
.cau-right{
	display: flex;
	width:70%;
	font-weight: bold;
	transition: 0.5s;
	flex-direction: column;
	font-size:100%;
align-self: center;
}
}
/*セミオーダー*/
.post .semiorder{
		width:80%;
}
.post ul.semi {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
	border:1px solid #8cc33e;
	background-color:#f0f7e4;
	list-style-type: none;
	align-items:center;
	margin:10px 10px 15px;
}
.post ul.semi li{

    text-align: center;
    list-style-type: none;
    background-image: none;
}

.post ul.semi li:first-child{
	width:40%;
}
.post ul.semi li table.semitable{
	width:100%;
}
.post ul.semi li table.semitable td{
    text-align: center;
    padding: 10px 20px 1px;
    vertical-align: middle;
}
.post ul.semi li table.semitable td img{
width:auto;
	height:210px;
}
/*夏休み親子*/
table.child-extable{
	width:99%;
	margin-bottom:10px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	
}
table.child-extable caption{
padding:30px 0 10px;
	font-weight:bold;
}
table.child-extable th{
	width:25%;
padding:10px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	vertical-align: top;
}
table.child-extable td{
padding:10px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
		vertical-align: top;
}

/*５周年記念キャンペーン */
.post ul.multinews{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
margin-bottom:30px;
margin-left:0;
width:100%;
}
.post ul.multinews li{
padding-left: 0;
     background-image: none;
width:33%;
	list-style-type: none;
}
.post ul.multinews li img{
width:100%;
max-width:95%;
height:auto;
}

/*製作体験の注意事項*/
.cautionbox{
	border:3px solid #ff8900;
	padding:15px 20px 10px;
	margin-bottom:30px;
	border-radius:10px;
}
.post .cautionbox h3{
	font-weight:bold;
	font-size:150%;
	border:none;
	margin-bottom:15px;
}
.post .cautionbox h3 span{
	color:#0a3c8c;
	font-size:18px;
}
.post .cautionbox p{
border-bottom: 1px dashed #3c2f13;
	padding:0;
	margin-bottom:15px;
}
/*予約フォーム〇×*/
.calendar-mark {
  font-weight: bold;
}