@charset "utf-8";
html{
  scroll-behavior: smooth;
}
body {
	margin:0 auto 0 auto;
	padding:0;
	color:#333333;
	background-color: #f8f8f8;
	font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
}
a {
	text-decoration: none;
	color:#333333;
	transition: 1.0s ;
}
a:hover {
}
p.fontsize12 {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
#top {
	max-width: 1094px;
	margin: 0 auto 0 auto;
	line-height: 2;
	/* background-color: #ffffff; */
	box-sizing: border-box;
	padding: 0;
}
.head-img {
	max-width: 100%;
	height: auto;
}
#head-p {
	margin: 20px;
	text-align: left;
}
#head-mobile {
	max-width:100%;
	height: auto;
}
#coupon {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 50px auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#head-pc {
	display: none;
}
.num {
	width:50px;
	height: auto;
	padding-right:0;
	padding-bottom: 0;
	vertical-align: bottom;
}
.content01 {
	margin :0 auto;
	padding :0 20px;
	display: block;
}
#top h2 {
	font-size:20px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: solid 5px #29abe2;/*E3DCDCの次は96A9AA*/
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
}

#top h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #29abe2;
  bottom: -5px;
  width: 65px;
}
#top .small {
	font-size: 14px;
}
#top .buy2 {
	font-size:16px;
	font-weight: 500;
	background-color: #d42a63;
	color:#ffffff;
	padding:5px 7px;
	margin: 0 5px 5px 0;
	border-radius: 3px;
}

#top .main-img {
	width:100%;
	margin: 10px 0;
	box-sizing: border-box;
}
#top .sub1-img {
		width:100%;
		height:auto;
	}
#top .sub2-img {
	width:48%;/*48%*/
	margin: 20px 2px 20px 0;
	box-sizing: border-box;
}
.btn {
	display: block;
	margin:0 auto;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	background-color: #E3DCDC;
}
.btn a {
	display: block;
}
.btn:hover{
	background-color:#edebeb;
	}

.go-btn{
      display:block;
      width: 100%;
      margin: 0px auto 80px auto;
      padding:20px;
      box-sizing: border-box;
      text-align: center;
      letter-spacing: 0.1em;
      font-size: 16px;
      background-color: #E3DCDC;
    }
.go-btn a {
	display: block;
}
.go-btn:hover{
	background-color:#edebeb;
	}

.go-other{
      display:block;
      width: 100%;
      margin: 50px auto 50px auto;
      padding:20px;
      box-sizing: border-box;
      text-align: center;
      letter-spacing: 0.1em;
      font-size: 16px;
      background-color: #E3DCDC;
      border-bottom: 1px solid #f8f8f8;
    }
.go-other a {
	display: block;
}
.go-other:hover{
	background-color:#edebeb;
	}



.price {
	padding:0;
	text-align: right;
	color:#808080;
}
.btn2 {
	display: block;
	margin:10px auto;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	background-color: #C0CBCC;/*E3DCDC*/
	width: 100%;
}
.btn2 a {
	display: block;
}
.btn2:hover{
	background-color:#D5DDDD;
	}
#go-top {
	text-align: right;
	display: block;
}
#go-top img {
	width:70px;
	height:auto;
	padding-right: 20px;
}

/*footer*/
#summer-foot footer{
	margin: 20px auto 0 auto;
	/* background-color:#fff; */
	text-align: center;
	font-size:12px;
	letter-spacing: 1px;
	padding: 30px 0;
	border-top: 1px solid #666666;
}
#go-toppage {
	margin: 30px auto;
	padding: 15px 5px;
	border: 1px solid #666666;
	width: 200px;
}
/*PCサイズ 768以上*/
@media screen and (min-width:880px){
#head-pc {
	max-width:1094px;
	height: auto;
	display: block;
}
#head-mobile {
	display: none;
}
.head-img {
		width:1094px;
	}
#head-p {
		display:block;
		margin: 40px 20px;
		text-align: center;
	}
#coupon {
	width: 700px;
}
.content01 {
	padding :0 60px;
}
#top h2 {
	font-weight: 500;
}
.num {
	width:60px;
}
#top .main-img {
		width:500px;
		height:auto;
	}
#top .sub1-img {
		width:370px;
		height:auto;
	}
#top .sub2-img {
	width:180px;
	height:auto;
	margin: 20px 1px 20px 0;
}
.flex-box{
      display:flex;
      width: 100%;
      height:auto;
      padding:10px;
    }
.box-item{
      padding:15px 10px;
  }
 .btn {
	display: block;
	width:80%;
 }
.go-btn{
      width: 500px;
      box-sizing: border-box;
      background-color: #E3DCDC;
    }

.go-other{
      width: 500px;
      box-sizing: border-box;
      background-color: #c79e9f;
    }

}


