@charset "utf-8";

/* 共通 */
.sub_wrapper{
	font-family:Helvetica,Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:1.6;
	letter-spacing:0.3pt;
	font-kerning: normal;
	-webkit-font-kerning: normal;
}
.sub_wrapper a:hover{
	opacity:0.7;
}


.flex{
	display: -webkit-flex; /* Safari */
	display: flex;
}
.flex_wrap{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.flex_between{
	-webkit-justify-content: space-between; /* Safari */
  	justify-content:         space-between;
}
.flex_around{
 	-webkit-justify-content: space-around; /* Safari */
  	justify-content:         space-around;
}
.flex_center {
  	-webkit-align-items: center; /* Safari */
  	align-items:         center;
}
.flex_bottom {
  	-webkit-align-items: flex-end; /* Safari */
  	align-items:         flex-end;
}
.border_b{
	border-bottom:solid 1px #999;
}
.main_color{
	color:#F4BB2E;
}
.main_color2{
	color:#EA6169;
}
.bg_main_color{
	background-color:#F4BB2E;
}
.bg_main_color2{
	background-color:#FFF9EF;
	padding-left:30px;
	padding-right:30px;
	margin-left:-60px;
}
.font_b{
	font-weight:bold;
}
.last{
	margin:0 0 80px;
}
.aligncenter{
	text-align:center !important;
}
.alignleft{
	float:left !important;
}
.alignright{
	float:right !important;
}
/* モジュール別 
*****************************************************/

/* head */
.head{
	background-color:#E83828;
	padding:80px 105px;
	margin:0 auto;
	width:550px;
}
.head h1{
	text-align:center;
}
.head_logo{
	width:200px;
	border-right: solid 1px #999;
}
.head_logo p{
	text-align:center;
}
.head_caption{
	padding:18px 25px;
}
.head_caption_txt{
	font-size:26px;
	font-weight:bold;
	line-height:1.4;
}
.head_caption_cate{
	margin:15px 0 0;
}
.head_txt{
	position:relative;
	width:559px;
}
.feature_icon{
	position:absolute;
	right:20px;
	bottom:15px;
}
.feature{
	padding:18px 25px;
	border-bottom:solid 1px #999;
}
.feature_ttl{
	font-size:17px;
	font-weight:bold;
	float:left;
}
.feature_number{
	font-size:14px;
	margin:0 0 0 10px;
}
.feature_date{
	font-size:10px;
	text-align:right;
	padding:0 0 2px;
	
}
/* txt_box */
.txt_box{
	width:550px;
	margin:0;
	padding:50px 105px;
	position:relative;
}
.txt_box .ttl{
	margin-left:30px;
}
.txt_box .img{
	z-index:1;
	margin:30px 0;
}
.txt_box .main_txt{
	width:550px;
	color:#FFF;
	z-index:999;
}
.txt_box .main_txt2{
	width:550px;
	color:#FFF;
	z-index:999;
	margin:-100px 0 0;
}
.txt_box .address{
	text-align:center;
	color:#FFF;
	margin:40px 0 0;
	line-height:2;
}
.txt_box .gobtn{
	text-align:center;
	margin:20px 0 0;
}
.txt_box .gobtn a{
	border:solid 1px #FFF;
	padding:10px 20px;
	font-weight:bold;
	color:#FFF;
}
.txt_box .gobtn a:hover{
	text-decoration:none;
}
.txt_box h2{
	font-size:24px;
	font-weight:bolder;
	text-align:center;
	margin:0 0 25px;
}
.txt_box h2.f20{
	font-size:20px;
}
.txt_box p{
	line-height:1.5;
	text-align:justify;
}
.txt_box .place{
	font-weight:normal;
	font-size:12px;
}
.txt_box figure{
	border:solid 1px #ccc;
	margin:0 20px 20px 0;/* 変更箇所 */
}
.txt_box figcaption{
	padding:9px;
	font-size:11px;
}
.txt_box .img_box{
	text-align:center;
}

/* 3column */
.col3{
	width:180px;
	margin:0 0 20px;
}
.col3 .comment{
	width:140px;
}
.col3 .comment_ttl{
	font-size:12px;
	font-weight:bold;
}
.col3 .comment_txt{
	font-size:10px;
	font-weight:bold;
	margin:0 0 10px;
}
/* 2column */
.col2{
	width:360px;
	margin:0 0 60px;
}
.col2 .ttl{
	font-size:15px;
	font-weight:bold;
	margin: 12px 0 8px;
}
.col2 .ttl_right{
	font-size:15px;
	font-weight:bold;
	margin:0 0 8px;
}
.col2 .place{
	margin: 0 0 14px;
	font-size:14px;
}
.col2 .main_txt{
	text-align:justify;
}
.col2 .main_txt_right{
	text-align:justify;
	margin:0 0 30px;
}
.item{
	margin:0 8px 0 0;
}
/* shop */
.shop{
	padding:30px 0;
	margin:0 0 60px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
.shop .shop_info{
	width:295px;
}
.shop .shop_info h4{
	font-size:15px;
	font-weight:bold;
	margin:0 0 17px;
}
.shop .shop_info .area{
	border: solid 1px #999;
	padding:5px 18px;
	font-size:14px;
	font-weight:bold;
	margin:0 20px 0 0; 
}
.shop .shop_info .shop_btn a{
	border: solid 1px #F4BB2E;
	color:#F4BB2E;
	padding:5px 18px;
	border-radius:16px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.shop .shop_info .shop_btn a:hover{
	border: solid 1px #F4BB2E;
	background-color:#F4BB2E;
	color:#FFF;
}
.shop .shop_info .shop_btn2 a{
	border: solid 1px #FF7BAA;
	color:#FF7BAA;
	padding:5px 18px;
	border-radius:16px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.shop .shop_info .shop_btn2 a:hover{
	border: solid 1px #FF7BAA;
	background-color:#FF7BAA;
	color:#FFF;
}
.shop .shop_txt{
	width:260px;
	text-align:justify;
		font-size:12px;
}
.shop .address{
	margin:17px 0 0;
	font-size:12px;
}
/* shops */
.shops{
	padding:30px 0;
	margin:0 0 60px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
.shops .shop_info{
	width:360px;
	text-align:center;
}
.shops .shop_info .shop_img{
	text-align:center;
}
.shops .shop_info h4{
	font-size:14px;
	font-weight:bold;
	margin:10px 0 17px;
}
.shops .shop_info .area{
	border: solid 1px #999;
	padding:5px 18px;
	font-size:14px;
	font-weight:bold;
	margin:0 20px 0 0; 
}
.shops .shop_info .shop_btn a{
	border: solid 1px #F4BB2E;
	color:#F4BB2E;
	padding:5px 18px;
	border-radius:16px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.shops .shop_info .shop_btn a:hover{
	border: solid 1px #F4BB2E;
	background-color:#F4BB2E;
	color:#FFF;
}
.shops .shop_txt{
	width:300px;
	margin:16px auto 0;
	text-align:justify;
}
.shops .address{
	margin:17px 0 0;
	font-size:12px;
}
.centerline{
	width:1px;
	background-color:#999;
	margin:0;
	padding:0;
}

/* comment_A col1 */
.comment_a{
	margin:0 0 60px;
}
.comment_a .col1{
	padding:14px;
	background-repeat:no-repeat;
	font-size:14px;
	width:100%;
}
.comment_a .pattern_a{
	background-color:#EAE6D9;
}
.comment_a .pattern_b{
	background-color:#ECEDEF;
}
/* comment_B */
.comment_b{
	margin:0 0 60px;
	font-size:12px;
}
.comment_b .person{
	font-size:13px;
	font-weight:bold;
}
.comment_b .comment_info{
	width:110px;
}
.comment_b .comment_info h4{
	font-size:14px;
	font-weight:bold;
	margin:0 0 17px;
}
.comment_b  .comment_info .area{

	margin:0 20px 0 0; 
}
.comment_b  .comment_info .name{
	margin:10px 0 0;
	font-size:13px;
	font-weight:bold;
}
.comment_b  .comment_info .ruby{
	margin:0 0 10px;
}
.comment_b  .comment_txt p{
	width:460px;
	text-align:justify;
	padding:5px 15px;
	margin:6px 0 0;
	background-image:url(images/no01/comment_start.png),
					 url(images/no01/comment_end.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right bottom;
}
/* comment_B short*/
.comment_border{
	padding:16px 0;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
.comment_b .comment_txt_l p{
	width:540px;
	text-align:justify;
	padding:0 15px;
	background-image:url(images/no01/comment_start.png),
					 url(images/no01/comment_end.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right bottom;
}
.comment_b .comment_info .ruby_b{
	margin:0 0 10px;
	font-size:10px;
}


.bg01{
	background-color:#E83828;
}
.bg02{
	background-color:#ABCD03;
}
.bg03{
	background-color:#A48B78;
}
.bg04{
	background-color:#FABF13;
}
.bg05{
	background-color:#00AAC8;
}
.bg06{
	background-color:#664E40;
}
.bg07{
	background-color:#E95377;
}
.bg08{
	background:url(../images/bg01.jpg);
	background-size:cover;
}