@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
.wf_bread_ul{display:none!important;}
.under.blog_body .wf_lic {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.wf_lic_お品書き .wf_blog_li_date{
display:none!important;
}
.entry_copied{
margin-top:40px;
margin-bottom:40px;
}
.gallery_wrap .part {
	position: relative;
	display: block;
}
.gallery_wrap a, .gallery_wrap img {
	position: relative;
	display: block;
	vertical-align: top;
}
.gallery_wrap, .gallery_wrap .inner {
	padding: 0px;
	margin: 0px auto;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.gallery_wrap .cont {
	padding: 1px;
	margin: 0px;
}
#logo_wrap {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: url(/images/header_bg.png) repeat 0;
border-top: 10px solid #d7a764;
}
#logo_wrap h1 {
    position: absolute;
    z-index: 10;
    top: 10px;
}
.under_logo {
	display: none;
}
.under .under_logo {
	display: block;
}
#menu {
	display: none;
}
#nav ul {
	background: rgba(0,0,0,.9);
	right: 0;
	margin: 0;
	top: 110px;
	max-width: 200px;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
#nav ul li {
	display: block;
	text-align: left;
	float: none;
	height: auto;
	max-width: 200px;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
#nav ul li ul {
	display: none;
}
#nav ul li.nav01 {
	border-left: none;
}
#nav ul li a {
	display: block;
	padding:10px 5px;
	width: 100%;
	float: none;
	box-sizing: border-box;
	text-align: center;
	height: auto;
	line-height: 1.5;
	text-decoration: none;
	color: #fff;
	font-family: Times New Roman, Times, serif;
}
body {
	background: #ffffff;
	color: #100e0e;
	word-break: break-all;
	line-height: 1.7;
}
a, a:visited {
	color: #767676;
	word-break: break-all;
}
a:hover {
	color: #767676;
	text-decoration: underline;
}
/**/
#header .inner, #content .inner, #footer .inner, .totop .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.column {
	box-sizing: border-box;
}
a {
	-webkit-transition: 200ms;
	transition: 200ms;
}
a:hover, a:hover img {
	opacity: 0.8;
}
/* header */
#header {
    top: 0px;
    width: 100%;
    position: fixed;
    height: 130px;
    z-index: 1;
}
#toggle {
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 40px;
    background: rgba(255,255,255,0.5);
    padding: 5px;
}
#toggle img{
	display:block;
}
#header .inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header h1 {
	margin-top: 10px;
}
#header .info {
	float: right;
	width: 50%;
	margin: 30px 90px 0 0;
	text-align: right;
	font-family: Times New Roman, Times, serif;
	color: #000;
}
.header_tel {
}
.header_tel span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.header_tel img {
	vertical-align: bottom;
	margin-right: 7px;
}
.info.pc {
    text-align: right;
    float: right;
    margin-top: 0;
    margin-right: 90px;
    width: 38%;
	font-family: Times New Roman, Times, serif;
}
/* nav */


/* content */

#content {
	margin-bottom: 40px;
	min-height: 600px;
}
.top #content {
	margin-bottom: 0;
}
.under #content {
    margin: 0 auto;
}
#content .wrap p {
	margin-bottom: 1.2em;
}
.wrap .inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.wrap#logo_wrap .inner {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* メイン */

.carousel {
	/*padding-bottom:60px;*/
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
}
.carousel > div {
	width: 100%;
	margin: 0 auto;
	max-width: 2000px;
}
.carousel .slick-list {
	overflow: visible;
}
.carousel .slick-slide {
	position: relative;
	outline: 0;
}
.slick-dots {
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: #f3f2ee;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	background: #fdcc07;
}
.carousel .slick-arrow {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: 0px;
	padding: 0;
	border: none;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	opacity: 0.8;
}
.carousel .slick-arrow:hover {
	opacity: 0.5;
}
/*
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}
*/

/* フッター */
.totop {
	text-align: right;
	line-height: 1;
	height: 47px;
}
.totop img {
	display: block;
	float: right;
}
.top .totop {
	background: #000c1c;
	padding-top: 30px;
}
#footer {
	margin: 0;
	padding: 40px 0;
	background: url(/images/footer_bg.jpg) repeat center;
}
.f_logo img {
	margin: 0 auto 40px;
	display: block;
	text-align: center;
}
.f_logo2 img {
	margin: 0 auto 40px;
	display: block;
	text-align: center;
}
.bn_box {
	margin: 40px auto;
	text-align: center;
}
.f_bn a {
	max-width: 360px;
	margin: 0 1.5%;
	display: inline-block;
}
.f_bn img {
	max-width: 360px;
	width: 100%;
}
#footer ul {
	text-align: center;
	font-size: 14px;
}
#footer ul li {
	display: inline-block;
	list-style: none;
}
#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #342820;
}
#footer ul li:after {
	content: "　|　";
}
#footer ul li.nav14:after {
	display: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}
#footer .txt {
	float: left;
	width: 50%;
	color: #342820;
	font-size: 16px;
}
#footer .txt dt {
	float: left;
	width: 80px;
}
#footer .txt dd {
	float: left;
	width: 80%;
}
.copyright {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
	margin: 50px auto 0;
	line-height: 1.8;
}
/* table */

.menu_table {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #e8e9e3;
}
.menu_table th, .menu_table td {
	padding: 14px 14px;
	border-bottom: 1px solid #e8e9e3;
}
.menu_table th {
	text-align: left;
}
.menu_table td {
	text-align: right;
}
table.news {
	border-top: 1px solid #ccc;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
table.news th, table.news td {
	padding: 15px 10px 14px;
	border-bottom: 1px solid #ccc;
}
table.news th {
	width: 20%;
	color: #b4c22e;
	padding: 15px 0 14px 20px;
}
table {
	width: 100%;
	margin: 10px auto 20px;
}
table.info {
	border-top: 1px solid #ccc;
}
table.info th, table.info td {
	padding: 15px 5px 14px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
table.info th {
	width: 25%;
	font-weight: bold;
}
/*.bg_box{
	background: url(/images/top02_bg.jpg) no-repeat center;
	background-size: cover !important;
	box-sizing: border-box;
	margin:0 auto 20px;
	padding:20px;
}*/
/* BTN */

.anchor_wrap a {
	width: 180px;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	background: #afcaf2;
	border-radius: 16px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 2px;
}
.anchor_wrap a:hover {
	opacity: 0.7;
}
/*TOP*/

h3 {
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}
.top h3.title {
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 5px 0;
	display: block;
	font-size: 48px;
	letter-spacing: 0.05em;
	margin: 0;
	color: #595441;
	line-height: 1.4;
}
.top .sub {
	border: none;
	font-weight: normal;
	font-size: 14px;
	padding: 12px 0 0 0;
	display: block;
}
.under .h3_title_wrap {
	max-width: 100%;
	padding: 7em 0;
	background: url(/images/h2.jpg) no-repeat center;
	background-size: cover !important;
	margin-bottom: 50px;
}
.under .h3_title_wrap h3 {
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	display: block;
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	color: #fff;
	text-align: right;
	margin: 0;
}
.under h3 {
	text-align: left;
	box-sizing: border-box;
	padding: 0;
	display: block;
	font-size: 28px;
	display: inline-block;
	line-height: 1.3;
	margin: 10px 0;
	font-family: Times New Roman, Times, serif;
	color: #342820;
}
h4.title {
	font-size: 24px;
	color: #342820;
	font-family: Times New Roman, Times, serif;
	margin: 20px auto;
	padding-bottom: 8px;
	line-height: 1.6;
	border-bottom: 1px solid #bbb7b5;
}
h5.title {
	font-size: 20px;
	color: #595441;
	padding: 0 0 0 20px;
	position: relative;
	margin: 0 0 20px;
	font-family: Times New Roman, Times, serif;
	text-align: left;
}
.under h5::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #595441;
	left: 0;
	top: 7px;
}
.top .bg_block {
	background: #000c1c;
}
.top .concept-block, .top .item-block {
	padding-bottom: 2.5em;
	padding-top: 2.5em;
	margin-bottom: 2.5em;
}
.top .info-block {
	margin-bottom: 2.5em;
}
.top .concept-block img {
/*margin-right:20px;*/
}
.top .concept-block h4, .top .concept-block p, .top .concept-block .btn-style {
/*padding-left:52%;*/
}
.top .shop-block img {
/*margin-left:20px;*/
}
.top .shop-block p.entry_p {
	width: 48%;
}
.top .shop-block .anchor_wrap {
	padding-top: 1em;
}
.top dl.info {
	margin-bottom: 20px;
}
/* item */	

.item-list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 2% 2%;
	text-align: center;
}
.item-list li img {
	width: 100%;
	border-radius: 50%;
	margin-bottom: 10px;
}
.item-list li span.item-price {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #b0bf24;
	display: block;
}
/* under */

.page_title {
	background: #000c1c;
	text-align: center;
	margin-bottom: 30px;
	padding: 2em 0;
}
h2.title {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 40px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/* template */

.under .wrap {
}
.type_basic_fl img {
	width: 30%;
	margin-right: 2%;
	float: left;
}
.type_basic_fr img {
	width: 30%;
	margin-left: 2%;
	float: right;
}
.img-half .type_basic_fl img {
	width: 48%;
	margin-right: 2%;
}
.img-half .type_basic_fr img {
	width: 48%;
	margin-left: 2%;
}
/* 画像 */

.wrap img {
	max-width: 100%;
}
.img_list1 img {
	margin: 0 0 2%;
}
.img_list3 li {
	width: 32%;
	margin: 0 0 2% 2%;
	float: left;
	display: block;
}
.img_list3 li:first-child {
	margin-left: 0;
}
/*-------------------
 Responsive 
-------------------*/

.sp {
	display: none !important;
}
.map {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********BLOG************/
.wf_blog_ul {
	max-width: 1000px;
	width: 100%;
	margin: 5px auto;
	display: block;
}
.wf_blog_ul .wf_blog_li_thumb, .wf_blog_ul .wf_blog_li_thumb:hover {
	width: 45px;
	height: 45px;
	border-radius: 100%!important;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.wf_blog_ul .wf_blog_li_thumb img {
	width: 100%;
	min-width: 45px;
	max-width: 200px;
	min-height: 45px;
	max-height: 200px;
}
.wf_blog_ul li {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 15px;
}
.wf_blog_ul li:after {
	content: "";
	clear: both;
	display: block;
}
.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
	display: block;
	float: left;
	margin: 0px!important;
	padding: 10px;
	box-sizing: border-box;
	max-width: 100%;
}
.wf_bread_ul li {
	display: inline;
}
.wf_blog_ul li a {
	color: #666666;
}
.wf_bread_ul {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0px auto;
	padding: 5px;
	font-family: Times New Roman, Times, serif;
	text-align: right;
	box-sizing: border-box;
}
.wf_blog_li_date_time {
	display: none;
}
form .wrap {
	border: none;
	padding: 0;
}

@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #342820;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
input, button, select, textarea, .nav-collapse_ .nav > li > a, .nav-collapse_ .nav > li >p, .nav-collapse .sub-menu > ul li a, .btn.btn-info {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.word_break {
	word-break: break-all;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #767676;
	text-decoration: none;
}
a:hover {
	color: #767676;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.mb0 {
	margin-bottom: 0!important;
}
.mb_h3 {
	margin-bottom: 20px !important;
}
.mb_h4 {
	margin-bottom: 18px!important;
}
.mb_h5 {
	margin-bottom: 10px!important;
}
.mb_01 {
	margin-bottom: 27px!important;
}
.mb_02 {
	margin-bottom: 60px!important;
}
.mb_03 {
	margin-bottom: 75px!important;
}
ul.list_dot {
	list-style: none;
}
ul.list_dot li {
	padding: 0 0 5px 22px;
	position: relative;
	word-wrap: break-word;
}
.list_dot li:before {
	background: none repeat scroll 0 0 #a20000;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 6px;
	position: absolute;
	top: 10px;
	width: 5px;
}
.float_ul01 li {
	margin: 0 20px 0 0;
	float: left;
	width: 40%;
}
ul.ul_check li {
	padding: 5px 0px 5px 24px;
	position: relative;
}
ul.ul02 {
	list-style: none;
}
ul.ul02 li {
	padding: 0 0 5px 14px;
	position: relative;
}
ul.ul02.float_ul01 li {
	box-sizing: border-box;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 0 5px 14px;
	position: relative;
	width: 48%;
}
ul.ul02 li a {
	font-weight: bold;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
	background: none repeat scroll 0 0 #6a91c4;
	border: 1px solid #a20000;
	border-radius: 3px;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 17px;
	z-index: 0;
}
ul.ul_check li:after {
	position: absolute;
	top: 9px;
	left: 3px;
	content: "";
	width: 11px;
	height: 4px;
	border: transparent 4px solid;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	z-index: 10;
}
p.point_p {
	color: #cab52c;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding: 7px 5px 8px 16px;
	position: relative;
	text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
	z-index: 1;
}
p.point_p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 9px solid #d7f0f9;
	border-radius: 50%;
	z-index: -1;
}
.number_p {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
	padding: 0 0 0 110px;
	text-indent: -110px;
}
.number {
	background: none repeat scroll 0 0 #cab52c;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	color: #fff;
	font-size: 23px;
	margin: 0 10px 0 0;
	padding: 0 8px;
}
.arrow_box {
	position: relative;
	height: 40px;
	width: 100%;
}
.arrow_box:before {
	content: "";
	position: absolute;
	background: none;
	top: 10px;
	left: 0px;
	height: 0;
	border-top: dotted #E6DDB8 2px;
	width: 100%;
}
.arrow_box:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 0px;
	height: 0px;
	border: 30px solid transparent;
	border-top: 16px solid #faeaa9;
}
.merit01 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	background: #cdb827;
	font-size: 20px;
	color: #fff;
	margin: 0 0 8px;
	display: inline-block;
}
.merit02 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	margin: 0 0 8px;
	background: #6a91c4;
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
.text_box {
	float: right;
	width: 62%;
}
.border_box01, .border-box01 {
	background-color: #efefef;
	border: 1px solid #b3b1ac;
	padding: 10px;
}
.border_box02 {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 10px;
}
.text_01 {
	color: #cdb827;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6 !important;
	padding: 0;
	text-align: center;
}
.link_btn {
	width: 100%;
	max-width: 320px;
	display: block;
	margin: auto;
}
.link_btn a {
	line-height: 1.4;
	display: block;
	padding: 15px 20px 15px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #fff;
	background: #595441;
	transition: all 0.5s ease 0s;
	text-decoration: none;
	letter-spacing: 3px;
}
.link_btn a:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 8px;
}
.link_btn a:hover {
	opacity: 0.8;
	color: #fff;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}
/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
	background: #ddebf1;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.table02 {
	border-collapse: collapse;
	background: none;
	width: 100%;
}
table.table02 th {
	padding: 1.5% 1%;
	text-align: left;
	border-bottom: solid 1px #767063;
	width: 22%;
	font-weight: normal;
}
table.table02 td {
	padding: 1.5% 1%;
	text-align: left;
	border-bottom: solid 1px #767063;
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}
/* =====================================
 TOP
===================================== */
.tac {
	text-align: center;
	display: block;
}
.mainimage {
	/*background: url(/images/mainimage.jpg) no-repeat center;*/
	/*background-size: cover !important;*/
	position: relative;
	width:100%;
	margin:0px!important;
}
.mainimage>.carousel_inner{
	width:130%!important;
	max-width:130%!important;
	margin:0px!important;
}
.mainimage::after {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 186px;
    max-height: 380px;
    position: absolute;
    display: block;
    top: 25%;
    right: 25%;
    margin: auto;
    background: url(/images/catch.png) no-repeat center center;
}
.mainimage .sp {
	display: none!important;
}
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 20%;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.top .columns {
	margin-top: 0;
}
.h3_ttl {
	background: url() no-repeat center center;
	background-size: cover;
	padding: 35px 0px;
}
.h3_ttl h3.title {
	color: #fff;
}
.top01 {
	margin: -10px 0 0 0;
	padding: 3em 0;
	background: url(/images/top01_bg.jpg) repeat center;
}
.top02 {
	margin: 0;
	padding: 5em 0;
	background: url(/images/top02_bg.jpg) no-repeat center;
	background-size: cover !important;
}
.top03 {
	margin: 0;
	padding: 5em 0;
	background: url(/images/top03_bg.jpg) no-repeat center;
	background-size: cover !important;
	color: #342820;
}
.under .top03 {
	margin: 3em auto 0;
}
.top03 h4 {
	color: #342820;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: normal;
	line-height: 1.6;
	font-family: Times New Roman, Times, serif;
	margin-bottom: 20px;
	border: none;
	padding: 0;
}
.top03 p {
	line-height: 2;
}
#tc-widget[data-layout="horizontal"] .tc-shop, #tc-widget[data-layout="horizontal"] .tc-date, #tc-widget[data-layout="horizontal"] .tc-time, #tc-widget[data-layout="horizontal"] .tc-ppl {
	display: block !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#tc-widget[data-layout="horizontal"] .tc-content {
	display: block!important;
}
#tc-widget[data-layout="horizontal"] .tc-wrap-input {
	width: 90%!important;
}
#tc-widget input[type="text"] {
	width: 100% !important;
}
#tc-widget select {
	width: 100% !important;
}
#tc-widget[data-layout="horizontal"] {
	width: 100%!important;
	height: auto!important;
	max-width: 465px!important;
	margin: 0 auto!important;
}
#tc-widget[data-layout="horizontal"] .tc-h1 {
	display: none!important;
}
#tc-widget[data-layout="horizontal"] .tc-wrap-book {
	display: block!important;
	width: 300px!important;
	margin: 0 auto!important;
}
/* =====================================
 下層
===================================== */

.under #logo_wrap {
    position: relative;
}
.under #header {
    top: 0px;
    width: 100%;
    position: fixed;
    height: 0;
    z-index: 1; 
    margin-bottom: 25px;
}

.wf_form_text {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
p.catch {
	font-size: 18px;
	font-weight: bold;
	color: #595441;
}
.spmb20 {
	margin-bottom: 20px!important;
}
.mb_h3 {
	margin-bottom: 13px!important;
}
.mb_h4 {
	margin-bottom: 10px!important;
}
.mb_h5 {
	margin-bottom: 8px!important;
}
.mb_01 {
	margin-bottom: 20px!important;
}
.mb_02 {
	margin-bottom: 50px!important;
}
.mb_03 {
	margin-bottom: 55px!important;
}

@media (min-width: 980px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media screen and (max-width: 768px) {
.youtube_btn {
	margin-bottom: 20px !important;
	display: block;
}
.youtube_btn img {
	width: 100%;
}

.columns {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center;
}
.under .columns p, .under .columns ul {
	text-align: left;
}
}

@media only screen and (max-width: 1400px) {
.mainimage::after {
	background-size: 60%;
	right: 20%;
}
.mainimage {
/*	min-height: 600px;*/
}
}

@media only screen and (max-width: 1200px) {
#header .inner, #content .inner, #footer .inner, .totop .inner {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	float: none;
}
.map {
	padding-bottom: 45%;
}
.f_bn a {
	max-width: 360px;
	margin: 0 0.5%;
	display: inline-block;
}
}

@media only screen and (max-width: 1000px) {
.carousel > div {
	width: 100%;
}
.carousel .slick-arrow.slick-next {
	right: 5px;
}
.carousel .slick-arrow.slick-prev {
	left: 5px;
}
.f_bn a {
	margin: 0 0.1%;
}
}

@media only screen and (max-width: 767px) {
.entry_body .h3_title_wrap{
    padding-left: 100px!important;
    box-sizing: border-box;
    }
.entry_body .h3_title_wrap h3.title{text-align:left;} 
.sp_nobr br{display:none;}
.top01,.top02 ,.top03 {padding:1em 0;}
.mainimage>.carousel_inner {
    position:absolute;
    top:0;
    left:-250px;
    right:0;
    bottom:auto;
    margin:auto;
    width: 900px!important;
    max-width: 1310px!important;
}
.wf_bread_ul{display:none;}
/* =====================================
 TOP
===================================== */
.mainimage .sp {
	display: block!important;
}
.mainimage .pc {
	display: none!important;
}
#tc-widget[data-theme="clear"] .tc-body {
	padding: 0!important;
}
#tc-widget input[type="text"] {
	width: 90% !important;
}
#tc-widget select {
	width: 90% !important;
}
.mainimage::after {
	background-size: 60%;
	right:0%;
	top:7%;
}
.mainimage {
	min-height: 360px;
}
/* =====================================
 下層
===================================== */
.top01 img {
	margin: 0 auto 20px;
}
#footer .txt dd {
	width: 100%;
}
.under .h3_title_wrap h3 .sp {
	display: inline;
}
.under .h3_title_wrap {
	max-width: 100%;
	padding: 5em 0px 5em 0px;
	margin-bottom:0px!important;
}
table th, table td {
	font-size: 80%;
	padding: 5px;
	line-height: 1.5;
}
#footer .txt {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	display: block;
}
.f_bn a {
	display: block;
	margin: 0 auto 10px !important;
}
.top03 h4 {
	font-size: 18px;
}
#header h1 {
	max-width: 25%!important;
}
.under #header h1 {
	max-width: 13% !important;
}
.under #logo_wrap {
	border-top:0px!important;
	background:none;
	height:0;
	position:absolute;
}
#logo_wrap h1 {
	width: 25%;
	max-width:100px;
}
#nav ul {
	top: 95px;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
img {
	max-width: 100%;
}
#header {
	height: 0;
	border: none;
}
#logo_wrap {
	top: 0px;
	width: 100%;
	height: 0px;
	background:none;
	border-top: 0;
	z-index: 1;
	position:absolute;
}
.under #content {
    margin: 0 auto;
}
#header h1 {
	position: absolute;
	margin-top: 0;
	top: 20px;
	left: 10px;
	max-width: 45%;
}
#header .info {
	position: absolute;
	top: 15px;
	right: 10px;
	margin-top: 0;
	width: 90px;
	max-width: 36%;
	padding-top: 0;
	float: right;
	margin-right: 40px;
}
#header .info a {
	margin-right: 4%;
	display: block;
	width: 100%;
	float: left;
	max-width: 60px;
}
#header .info img {
	width: 100%;
	display: block;
}
#nav {
	background: none;
}
#menu {
	display: none;
}
#toggle {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	max-width: 40px;
	background: rgba(255,255,255,0.5);
	padding:5px;
}
#header #toggle a {
	width: 100%;
	margin: 0;
	float: none;
	position: relative;
}
.item-list li {
	float: none;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 80%;
}
#content {
	width: 100%;
}
/* top */
.top .concept-block img, .top .shop-block img {
	margin: 0 0 20px;
	max-width: 100%;
}
.top .concept-block h4, .top .concept-block p, .top .concept-block .anchor_wrap {
	padding-left: 0;
}
.top .shop-block .anchor_wrap, .top .concept-block .anchor_wrap {
	text-align: center;
}
.top .shop-block p.entry_p {
	width: 100%;
}
/* template */

.type_basic_fl img, .type_basic_fr img, .img-half .type_basic_fl img, .img-half .type_basic_fr img, .img_list3 img, .img_list3 a {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.under h3 {
	font-size: 24px;
}
.under h4 {
	font-size: 20px;
}
.under h5 {
	font-size: 16px;
}


.under .wf_bread_ul {
	width: 75%;
	text-align: right;
	font-size:14px;
	float:right;
}
.under .wf_bread_ul + div{
	clear:both;
}

}
@media only screen and (max-width: 600px) {
.under.blog_entry .h3_title_wrap h3 {

}
	.under #header h1 {
	max-width: 17% !important;
}
/*
.under .h3_title_wrap {
	padding: 4em 0;
}
*/
.under .h3_title_wrap h3 {
	text-align: center;
	font-size: 24px;
}
}

@media only screen and (max-width: 480px) {
.under #header h1 {
	max-width: 20% !important;
}
#nav ul {
}
.top .recommend-block .block-inner {
	background-size: 20px;
	background-position: 0 0;
}
.top .recommend-block .block-inner .fl {
	padding-left: 0;
}
table.news th, table.news td, .info_dt, .info_dd {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}
table.news th, .info_dt {
	padding: 15px 2px 4px;
}
table.news td, .info_dd {
	padding: 4px 2px 15px;
}
table.news th, .info_dt {
	border-bottom: none;
}
.menu_table th, .menu_table td {
	display: block;
}
.menu_table th {
	border-bottom: none;
	padding-bottom: 4px;
}
.menu_table td {
	padding-top: 4px;
}
#logo_wrap h1 {
}
#header .info {
	width: 75px;
	max-width: 36%;
	margin-right: 30px;
}
#toggle {
}
#header .info a {
	max-width: 50px;
}
/* =====================================
 TOP
===================================== */
#tc-widget input[type="text"] {
	width: 85% !important;
}
#tc-widget select {
	width: 85% !important;
}
}

@media only screen and (max-width: 320px) {
#header h1 {
	top: 10px;
}
#header .info {
}
#toggle {
}
#nav ul {
}
}

.entry_body h1 {
    display: none;
}

.blog_entry #logo_wrap h1 {
    display: none;
}