@charset "UTF-8";

html{
	font-size:62.5%;
}

#wide-wrapper{
	width:100%;
}

.pc{
	display: block;
}

.sp{
	display:none;
}

a{
	text-decoration:none;
	color:#000;
}

.center{
	text-align: center!important;
}

/*ヘッダー*/
header{
    background: #fff;
    display: flex;
    justify-content: center;
	align-items: center;
    padding: 15px 0 10px;
    position: absolute;
	top:0;
    width: 100%;
	z-index:10;
}

.h-logo img{
	width:400px;
}
.after_header{
    background:#fff;
    display: flex;
    justify-content: center;
	align-items: center;
    padding: 15px;
    position: fixed;
    top: -100px;
    transition: .5s;
    width: 100%;
	z-index: 100;
}
.after_header.show{
    top: 0;
}

/*文字*/
h1, h2, h3, h4, h5, p, ul li, a, dt, dd, ol li{
	letter-spacing:3px;	
}

p, .pre-course li{
	line-height:2.5;
	text-align: justify;
	overflow-wrap:break-word;
}

p, ul li, a, ol li, .pre-box h3, dt, dd{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.small{
	font-size:1rem!important;
}

.red{
	font-weight:bold;
	color:#ff0000;
	font-size:1.8rem;
}


/*共通の箇所の設定*/
#wide-wrapper{
	width:100%;
}

.title{
	text-align: center;
}

.title img{
	width:700px;
}

.top-image{
	margin-top:145px;
	margin-bottom:0;
}

.top-image img{	
	width:100%;
}

.top-caption{
	width:800px;
	margin:40px auto;
}

.top-caption p{
 	font-size:1.4rem;
	text-align: justify;
	color:#000;
	padding:0 30px 40px;
}

.flex{
	display: flex;
	height: auto;
	align-items: flex-start;
}

/*inview*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/*アイテムリスト*/
.new-item-list{
	width:100%;
	box-sizing: border-box;
}

.new-item-list li{
	font-size:1rem;
	margin:7px 0;
	text-align:initial;
	list-style-type: none;
}

.notbuy{
	color:#808080;
}

.text-buy{
	text-decoration: underline;
}

.text-buy:link, .text-buy:visited{
	color:#000000;
}

.text-buy:hover{
	color:#cccccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.img-link:hover{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:0.9rem;
  padding:4px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #333;
  color: #fff;
}
.buy_button::before,
.buy_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buy_button,
.buy_button::before,
.buy_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buy_button:hover {
  background-color: #364f72;
}

/*毎月変わるところ*/
/*FRAMES*/

.everymonth-wrapper{
	width:800px;
	margin:auto;
	padding-top:30px;
	box-sizing: border-box;
}

.frames-big, .yomoyama_box, .pre-box, .coupon{
	width:100%;
}

.frames-big{
	margin:10px 0;
	padding:50px 0 70px;
	box-sizing: border-box;
}

.frames-big p{
	font-size:1.3rem;
	margin-bottom:20px;
	color:#000;
}

.frames-big h1{
	text-align: center;
}

.frames-big h1 img{
	width:50%;
	margin-bottom:20px;
}

.f_img{
	display: flex;
	justify-content: space-between;
	height: auto;
	align-items: flex-start;
	margin:30px 0;
	padding-top:20px;
}

.flex-fr{
	width:40%;
}

.fr_credit{
	font-size:1rem!important;
	margin-top:0!important;
	padding-left:5px!important;
}

.f_address{
	font-size:1.1rem!important;
}

/*よもやま*/

.yomoyama_box{
	margin:10px 0;
	padding:50px 0;
	box-sizing: border-box;
}

.yomoyama_box h1 img{
	width:30%;
}

.yomoyama_txt{
	padding:30px 0 10px;
	box-sizing: border-box;
}
	
.yomoyama_txt p{
	font-size:1.3rem;
	margin-bottom:20px;
	color:#000;
}	

.yomoyama_img p{
	font-size:1.1rem!important;
}

/*プレゼント*/

.pre-box{
	margin:70px 0;
	padding-bottom:30px;
}

.pre-box h2, .big_button p{
	text-align: center;
}

.pre-box h2 img{
	width:60%;
}

.back_button p{
	margin:0!important;
}

.pre-text p, .cou-text p{
	margin:40px 0;
	font-size:1.3rem;
	color:#000;
}

.pre-text dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	width:90%;
	margin:auto;
}

.pre-text dt {
	width:25%;
	padding:10px 20px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	font-size:1.3rem;
	font-weight:bold;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.pre-text dd {
	width:calc(100% - 25%);
	padding:15px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-size:1.3rem;
	box-sizing: border-box;
}

.pre-text dd .pre-course{
	margin-left:15px;
}

.pre-text dd .pre-course li{
	list-style-type:disc!important;
	font-size:1.3rem
}


.pre-img{
	width:500px;
	margin:0 auto 40px;
}

.pre-box h3{
	font-size:1.6rem!important;
	color:red;
	text-align: center;
	font-weight:bold;
}

.pre-box h5{
	font-size:1.6rem;
	color:#364f72;
}

/*クーポン*/

.coupon{
	padding:80px 0 40px;
}

.coupon-img{
	width:600px;
	margin:0 auto 30px;
}



/*戻るボタンの設定*/

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:70px auto 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back{
	color:#fff;
	font-weight:bold;
	font-size:1.4rem;
	text-align: center!important;
}

.back_button{
	width:240px;
	padding:10px 5px;
	text-align: center;
}

.back_button{
	background-color:#364f72;
}


.back_button:hover{
	background-color:#4E709F;
}

/*フッター*/
footer{
	width:100%;
}

#footer{
	box-sizing: border-box;
	padding:40px 30px 30px;
	margin-top:50px;
	text-align: center;
}

#footer a img{
	width:60px;
	margin-bottom:20px;
}

#footer a{
	font-size:1.2rem;
}

.credit{
	font-size:1rem;
	text-align: center;
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

/*戻るボタン*/
#p-top {
	display:block;
	background:url("../com_img/gototop.png") #604c3f no-repeat;
	background-position: center;
    position: fixed;
    bottom: 3%;
    right: 2%;
	z-index:1000;
	padding:2.5%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*タブレット*/
@media screen and (max-width: 820px){
	img{
		width:100%;
	}
	
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	.new-item-list li{
		font-size:1rem;
	}
	
	.buy_button{
		margin-top:5px;
	}
	
	.top-caption{
		width:600px;
	}
	
	.first-wrapper .title h1 img{
		width:600px;
		margin-top:50px;
	}
	
	.everymonth-wrapper{
		width:600px;
		margin:40px auto;
		padding-top:60px;
	}
	
	.frames-big{
		padding:30px 0 70px!important;
	}
	
	.pre-text dl{
		width:100%;
	}

	#footer img{
		width:60px;
		margin-bottom:20px;
	}
	
	#p-top{
		padding:4%;
	}

}


/*スマホ*/
@media screen and (max-width:640px){

	.top-caption{
		width:350px;
	}
	
	.top-caption p{
		padding:0 10px 30px;
	}

	.top-image{
		margin-top:110px;
	}

	.h-logo img{
		width:300px;
	}
	
	.everymonth-wrapper{
		width:300px;
		padding-top:0;
		margin:50px auto 0!important;
	}

	.frames-big{
		padding-top:0;
	}

	.frames-big h1 img, .yomoyama_box h1 img{
		width:80%;
	}

	.f_img{
		justify-content: space-between;
		margin-bottom:0;
	}

	.feb-fr{
		width:48%;
		margin-bottom:20px;
	}
	
	.f_address{
		padding-top:20px;
	}
	
	.pre-box h2 img{
		width:100%;
	}
	
	.pre-text dl{
		flex-flow: column;
	}
	
	.pre-text dt, .pre-text dd{
		width:100%;
	}
	
	.pre-text dt{
		justify-content: center;
	}
	
	.pre-text dd{
		text-align: center;
	}
	
	.pre-text dd:last-of-type{
		border-bottom:0;
	}
	
	.pre-img{
		width:100%;
		box-sizing: border-box;
		padding:15px;
	}
	
	.coupon{
		padding:30px 0 40px;
	}
	
	.coupon-img{
		width:100%;
	}

	.big_button a{
		width:300px;
	}
	
	#footer{
		padding:20px 0;
	}

	.credit{
		font-size:0.8rem;
	}
	
	#p-top{
		padding:5%;
	}


	
}
/* CSS Document */

