﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	background-color:#fcf4e4;
	background:url(../img/base/bg2.jpg);
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #0B79C4;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
}
.header_in{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 0px 0px;
	overflow: hidden;
}
.header_r{
	float: right;
	width: 45%;
	margin-top: 15px;
}
.logo{
	width: 45%;
	float: left;
	margin-top: 15px;
}
.h_btn{
	display: flex;
	justify-content: flex-end;
	margin: 10px 0px;
}
.h_btn li{margin-left: 10px;}
.h_tel{
	font-size: 16px;
	float: right;
	text-align: center;
	padding-right: 10px;
}

.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
.header_in{padding: 5px 15px 15px;}
.logo{width: 50%;}
.header_r{display: none;}
}

@media screen and (max-width:600px){
.logo{
	width: 70%;
	margin-top: 10px;
	}
}


/*=============================
		footer
=============================*/
footer{
	width: 100%;
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background-color:#f4d3dc;
}
.f_menu{
	text-align:center;
	font-size: 15px;
	line-height:130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-top:20px;
}
.f_copy{
	text-align:center;
	font-size: 15px;
	line-height:130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-top: 30px;
}
footer p a{
	text-decoration:none;
}
footer p a:link,
footer p a:visited {
	color: #000000;
	font-weight: normal;
}

footer p a:hover,
footer p a:active {
	text-decoration: none;
	color: #3a5c23;
	font-weight:bold;
}
.f_logo{
	max-width: 500px;
	text-align:center;
	margin:0 auto;
	padding:30px 0px;
}
@media screen and (max-width: 800px) {
.f_menu{
	text-align:center;
	font-size: 11px;
	line-height:130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-top:20px;
}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px 0px;
}
}
@media screen and (max-width: 600px) {
	.f_menu{display: none;}
	.f_copy{font-size: 12px;}
}

/*=============================
		BG
=============================*/


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 170%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.M{
	font-size:25px;
	line-height: 130%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.L{
	font-size: 30px;
	line-height: 150%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
.pink{color:#ec5d6f;}
.marker{
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:14px;line-height: 150%;}
}
/*=============================
		title
=============================*/
.title{
	position: relative;
	padding:7px 20px;
	font-size:20px;
	color:#94732e;
	width: calc(100% - 80px);
	box-sizing: border-box;
	margin-left: 40px;
	margin-bottom:30px;
	background: #f3d5dc;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
	text-align:center;
}

.title:before,
.title:after{
	content: "";
	position: absolute;
	top:16px;
	height: 0;
	width: 0;
	border: 25px solid #f3d5dc;
	z-index:-1;
}
.title:before{
	right: -40px;
	border-right-color: transparent;
}
.title:after{
	left: -40px;
	border-left-color: transparent;
}
.title span{
	display:block;
	font-family: 'Lobster', cursive;
	font-size:25px;
}
.title_j{font-family: 'Kosugi Maru', sans-serif!important;}
.title span:before,
.title span:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #a48584;
}
.title span:before{
	right: 0;
	border-left: 5px solid #a48584;
}
.title span:after{
	left: 0;
	border-right: 5px solid #a48584;
}
.title2{
	color:#FFF;
	text-align:center;
	font-size:25px;
	line-height:140%;
}
@media screen and (max-width: 800px) {/*タブレット*/
.title2{
	font-size:18px;
}
}
@media screen and (max-width: 600px) {/*タブレット*/
.title span{
	font-size:16px;
}
.title:before,
.title:after{
	top:5px;
}
}
/*=============================
		PT ページタイトル
=============================*/

/*=============================
	配置
=============================*/
.right1{float: right;}
.left1{float: left;}	
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.m10{margin:10px;}
.m20{margin:20px;}

.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.tb5{margin-top:5px;margin-bottom:10px;}
.mt20{margin-top:20px;}

/*=============================
		ページTOPボタン
=============================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background:#a08c6b;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #bca98a;
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#FFFFFF;
    font-size:15px;
	line-height:120%;
}
table.type01 th {
	padding: 5px 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01 {
	font-size:12px;
	line-height:120%;
	margin:0 auto 10px;
}
}
/*=============================
		共通
=============================*/
.main{
	width: 100%;
	padding-top:50px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:50px;
	overflow:hidden;
	box-sizing: border-box;
}
.pink{color:#ED1178;}
@media screen and (max-width: 1050px) {/*box1050以下*/
.p_top{padding-top:30px;}
.box{width: 90%;}
}

@media screen and (max-width: 600px) {/*タブレット*/
.main{padding-top:30px;}
}


/* タイトル文 ---*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
}
}

/*=============================
		top
=============================*/
.slider_img{
	margin: 30px auto 0px;
	text-align: center;
	width: 95%;
}

.bx-wrapper {
	margin-top:30px;
}
.top_bun{
	font-size:17px;
	line-height:160%;
	color:#626262;
	text-align:center;
	margin-bottom:30px;
}
ul.balloon_menu{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.balloon_menu li{
	width:30%;
}
.shop_photo{
	width:48%;
	float:left;
}
.shop_info{
	width:48%;
	float:right;
}
.shop_info p{
	font-size:16px;
	line-height: 140%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-bottom:20px;
}
.map{
	width:100%;
	background-color:#CCC;
	margin:10px 0px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (max-width: 800px) {/*タブレット*/
.shop_info p{
	font-size:13px;
	line-height: 140%;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	margin-bottom:20px;
}
}
@media screen and (max-width: 600px) {/*PC*/
.top_bun{
	text-align:left;
	font-size:14px;
	line-height:150%;
}
ul.balloon_menu li{
	width:48%;
}

.shop_photo{
	width:80%;
	float:none;
	margin:0 auto 10px;
	text-align:center;
}
.shop_info{
	width:90%;
	float:none;
	margin:0 auto;
}

}



/* フォトギャラリー --------------------------------------------*/
ul.gallery{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:60px;
}
ul.gallery li{
	text-align:center;
	font-size:16px;
	font-weight: bold;
	line-height:140%;
	margin-bottom:30px;
	font-family: 'Kosugi Maru', sans-serif!important;
}
ul.gallery li img{margin-bottom: 5px;}
ul.gallery li span{
	color:#EF107F;
}

ul.g1 li{  /*正方形*/
	width:23%;
	margin:1%;
	}
ul.g2 li{  /*長方形*/
	width:16%;
	margin:2%;
	}
@media screen and (max-width: 800px) {/*タブレット*/
ul.gallery li{
	font-size:12px;
	margin-bottom:20px;
}
ul.g1 li{
	width:31%;
	
}
ul.g2 li{
	width:29%;
}
}

/* ＦＡＱ --------------------------------------------*/
.faq_box{
	margin:20px 20px 40px;
	overflow:hidden;
}
.faq_q{
	max-height:44px;
	font-size:20px;
	color:#7f6a4a;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 0px 10px 50px;
	background:url(../img/faq/q.png) no-repeat;
}
.faq_a{
	padding:0px 0px 20px 50px;
	font-size:15px;
	background:url(../img/faq/a.png) no-repeat;
}
.faq_img{
	float:right;
	margin:10px;
}
.faq_img_sp{
	display:none;
}


@media screen and (max-width: 700px) {
.faq_box{
	margin:10px;
	}
.faq_q{
	font-size:16px;
	line-height:130%;
	height: 50px;
	}
.faq_a{
	font-size:12px;
}
.faq_img{float:none;display:none;}
.faq_img_sp{
	display:block;
	text-align:center;
}
}

/* TOPお知らせ ----------------------------------------------------------------------------------*/
.news_box{
	border: double 7px #664611;
	background:#FFF;
	padding:30px;
	max-width:850px;
	width:90%;
	margin:0 auto 20px;
	box-sizing: border-box;
	}
	
.news_box h2{
	font-weight:bold;
	font-size:25px;
	line-height: 130%;
	color:#CF146B;
	text-align:center;
	margin-bottom: 10px;
}
.news_box p{
	text-align:center;
	font-size:20px;
}
.news_box p span{
	font-weight:bold;
	font-size:18px;
}
@media screen and (max-width: 700px) {
.news_box{padding:15px;}
.news_box h2{
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
}
.news_box p{
	font-size:13px;
}
.news_box p span{font-size:15px;}
}
@media screen and (max-width: 500px) {
.news_box h2{font-size:17px;}
}

/* スタンドバルーン：注意事項--------------------------------------*/
.notes{
	font-size: 27px;
	color: #e73d8f;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.notes{font-size: 20px;}
}

/* TOPページ　チラシ--------------------------------------*/
ul.top_tirashi{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
ul.top_tirashi li{
	margin: 10px;
	max-width: 400px;
}

/* TOPページ　banner--------------------------------------*/
ul.top_banner{
	margin: 0 auto 100px;
	width: 90%;
	max-width: 900px;
}
ul.top_banner li{
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 600px) {
ul.top_banner{
	margin: 0 auto 50px;
}
}
