@charset "UTF-8";

body{
	background-color: #fff;
}

img{
	height:auto;
	max-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%;
}

.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{
	line-height:2.5;
	overflow-wrap:break-word;
}

.item_list li{
	line-height:1.8;
}

p, ul li, a, ol li{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*共通の箇所の設定*/
#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:13px;
	text-align: justify;
	color:#000;
	padding:0 30px 40px;
}

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

/*アイテムリスト（旧）*/
ul li{
	list-style-type: none;
}

.buy{
	font-weight:bold;
	text-decoration: underline;
}

.item_list{
	position:relative;
	margin-top:20px;
}

.item_list li, .item_list li a{
	font-size:10px;
	margin:8px 0;
}

.item_list li a:after{
	content:"\f07a";
	font-family:"FontAwesome";
	font-size:15px;
	vertical-align:middle;
	margin-left:7px;
	color:#412A0F;
}

/*アイテムリスト（新）*/
.new-item-list{
	width:100%;
}

.new-item-list li{
	font-size:10px;
	margin:7px 0;
}

.notbuy{
	color:#808080;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #333;
  color: #fff;
  vertical-align: middle;
  padding:3px;
  margin-bottom:5px;
}
.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: #344d6f;
}

/*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;
}*/

.everymonth-wrapper{
	width:900px;
	margin:30px auto;
	padding-bottom:40px
}

.frames_box, .yomoyama_box, .kintetsu_box{
	display: flex;
	height: auto;
	justify-content: space-around;
	margin-bottom:50px;
}

.frames_box, .yomoyama_box{
	align-items: center;
	padding-bottom:60px;
}

.kintetsu_box{
	align-items: flex-start;
}

.frames_title, .yomoyama_title{
	width:200px;
}

.frames_box_small p, .yomoyama_small p, .kintetsu_left p, .kintetsu_small p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: justify;
	font-size:13px;
	margin:15px 0;
}

.frames_box_small p, .yomoyama_small p, .frames_box h5{
	width:500px;
}

.kintetsu_small p{
	width:400px;
}

.f_address, .yomoyama_img p{
	font-size:11px!important;
}

.frames_img, .yomoyama_img{
	width:300px;
}

.yomoyama_img p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding:10px;
	text-align: justify;
}

.kintetsu_left{
	width:400px;
}

.kintetsu_box h2, .kintetsu_box h3{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:#2f5173;
	text-align: center;
}

.kintetsu_box h2{
	font-size:25px;
}

.kintetsu_box h3{
	font-size:18px;
}

.kintetsu_img{
	background:#ccc;
	padding:10px 10px 5px;
}

.kintetsu_box hr{
	margin:15px;
	border:1px solid #2f5173;
}

.kintetsu_box .center{
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
}

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

.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:900;
	font-size:14px;
}

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

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


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


/*フッター*/
footer{
	width:100%;
	margin-top:50px;
}

#footer{
	width:1000px;
	padding:30px;
	margin:0 auto;
	text-align: center;
}

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

#footer a{
	font-size:12px;
}

.credit{
	font-size:10px;
	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: 768px){
	img{
		width:100%;
	}
	
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}

	.item_list li, .item_list li a{
		font-size:11px!important;
	}
	
	.new-item-list li{
		font-size:10px;
	}
	
	.buy_button{
		margin-top:5px;
	}
	
	.top-caption{
		width:600px;
	}
	
	.everymonth-wrapper{
		width:600px;
		margin:120px auto 40px;
	}
	
	.frames_box, .yomoyama_box, .kintetsu_box{
		display:block;
		margin-bottom:70px;
	}
	
	.f_sp_img{
		text-align: center;
	}
	
	.f_sp_img img{
		display: inline;
	}
	
	.frames_box p, .yomoyama_box p, .yomoyama_img, .kintetsu_left, .kintetsu_small p, .frames_box h5{
		width:100%;
	}
	
	.yomoyama_img, .kintetsu_small{
		margin-top:30px;
	}
	
	#footer{
		width:650px;
		margin:0 auto;
		padding:20px;
	}

	#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;
	}

	.item-list li{
		font-size:11px;
	}

	#footer{
		width:100%;
		padding:20px 0;
	}

	.credit{
		font-size:8px;
	}
	
	.everymonth-wrapper{
		width:300px;
	}

	.frames_box, .yomoyama_box, .kintetsu_box{
		margin-bottom:100px;
	}
	
	.frames_box p, .yomoyama_box p, .kintetsu_left p, .kintetsu_small p{
		font-size:12px;
	}
	
	.f_address{
		padding-top:20px;
	}

	.kintetsu_left h3{
		font-size:13px;
	}
	
	.big_button a{
	width:300px;
	}
	
	#p-top{
		padding:5%;
	}


}


/* CSS Document */

