@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*color: #333;*/
	color: #452a1d;
	-webkit-text-size-adjust: none;
	background-color: #f6f5e1;
	background-image:  radial-gradient(#e9e5bd 1.6px, transparent 1.6px), radial-gradient(#e9e5bd 1.6px, #f6f5e1 1.6px);
	background-size: 64px 64px;
	background-position: 0 0,32px 32px;
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	/*gheaderのフォント指定範囲の修正を何度言ってもしてくれないのでここで無理矢理効かせてます*/
	font-family: 'Questrial', sans-serif;
	color: #452a1d;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	/*background-color: #FFF;*/
	/*background-color: #fdfce9;*/
	background:rgba(255,255,255,0.5);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.text {
	text-align: center;
	clear: none;
	float: left;
	width: 860px;
	margin:40px 50px 20px 50px;
}
.text p {
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 5px;
	padding:0 5px 0 5px;
}

.text .title {
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
	padding:0 0 10px 0;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbbfbf;*/
}

.text .memo {
	text-align: center;
	font-size: 15px;
	color:#dd4242;
	padding: 20px 0 0 0;
}

.boad_img{
	width:800px;
	height:auto;
	border-radius:10px;
	margin:30px 30px 20px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.an_img{
	width:800px;
	height:auto;
	border-radius:10px;
	margin:0px 30px 60px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* shop */

.shop_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 60px 30px 20px 30px;
}
.shop_area p
{
	font-size:13px;
	text-align: center;
	margin:0 0 40px 0;
}

.s_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 900px;
	height: auto;
}

.s_box .shop{
	width: 400px;
	height: auto;
	border-radius: 5px;
	margin:0 0 30px 0 ;
	background-color: #ff6990;

}

.shop .name{
	width: 400px;
	height: auto;
	font-size:17px;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin:10px 0px 10px 0px ;
	padding:0 0 15px 0;
	color: #fff;
	border-bottom : dotted 3px #fff ;
}

.shop p{
	font-size:14px;
	text-align: center;
	margin:20px 20px 20px 20px ;
	color: #fff;
}

.s_box .shop img{
	border-radius: 5px 5px 0 0;
	width: 400px;
	height: 250px;
	clear: none;
	float: left;
	margin:0 0 20px 0 ;
}


.s_box::after{
	content:"";
	display: block;
	width:400px;
}


/* other shop */

.other_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 60px 30px 40px 30px;
	font-size:14px;
}

.other_area p
{
	font-size:13px;
	text-align: center;
	margin:0 0 40px 0;
}

table{
	border-collapse: collapse;
	width: 840px;
	margin:0 30px 0 30px;
	background-color: #FFF;
}

.s_list th,
.s_list td{
	padding: 10px;
	border: solid 1px #00bbbd;
	text-align:center;
	box-sizing:border-box;
	letter-spacing: 0.1em;
	line-height: 22px;
}

.s_list th {
	background: #3cced0;
	color: #fff;
	width: 260px;
	/*border-bottom: solid 1px #fff;*/
}

/* guest */

.guest_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 60px 30px 30px 30px;

}

.guest_area .title{
	font-size:20px;
	text-align: center;
	margin:0 0 20px 0;
	color:#ff6990;

}

.guest_area p{
	font-size:15px;
	text-align: left;
	margin:0 100px 0 100px;
	line-height: 30px;

}

.guest_area img{
	clear: none;
	float: left;
	height: auto;
	width: 700px;
	border-radius: 5px;
	margin:0 100px 50px 100px ;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* info */
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary dt {
	width: 180px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	margin-left: 120px;
}
.summary dd {
	width: 540px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 30px;
	margin: 0 20px 0 20px;
}
.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	clear:both;

}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	padding:0px 0px 0px 0px;
	margin:0 0 30px 0;

}
h2 {
	font-weight: normal;
	color:#ff6990;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	padding-bottom: 5px;
}

/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/* form link option*/

.form {
	clear: none;
	float: left;
	width: 840px;
	text-align: center;
	margin: 20px 60px 40px 60px;
}

.form a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff71a3;
  border: 1px solid #ff71a3;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.form a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.form a.btn:hover {
  background: #fff;
  color: #ff71a3;
}
.form a.btn:hover:before {
  border-top: 2px solid #ff71a3;
  border-right: 2px solid #ff71a3;
}


.form_txt{
	clear: none;
	float: left;
	width: 840px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0px 60px 60px 60px;
}

.form_txt a {
	color: #00ab79; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.form_txt a:visited {
	color: #00ab79;/*リンクの色*/
}

.form_txt a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}






