@charset "UTF-8";

html,body {
	overflow-x: hidden;
	overflow-y: visible;
}
body {
	font-size:20px;
	margin: 0;
	padding: 0;
	line-height:2;
	color: #707070;
	letter-spacing: 0.05em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	-webkit-text-size-adjust: 100%;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #949494;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #0000ff;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.p0 { padding: 0 !important;}
.p5 {padding: 5% 0 !important;}
.p8 {padding: 8% 0 !important;}
.p10 {padding: 10% 0 !important;}

.pt0 { padding-top: 0 !important;}
.pt1 { padding-top: 1% !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt8 { padding-top: 8% !important;}
.pt10 { padding-top: 10% !important;}

.pb0 { padding-bottom: 0 !important;}
.pb1 { padding-bottom: 1% !important;}
.pb3 { padding-bottom: 3% !important;}
.pb5 { padding-bottom: 5% !important;}
.pb8 { padding-bottom: 8% !important;}
.pb10 { padding-bottom: 10% !important;}

.mt0 { margin-top: 0 !important;}
.mt1 { margin-top: 1% !important;}
.mt3 { margin-top: 3% !important;}
.mt5 { margin-top: 5% !important;}
.mt8 { margin-top: 8% !important;}
.mt10 { margin-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb1 { margin-bottom: 1% !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb8 { margin-bottom: 8% !important;}
.mb10 { margin-bottom: 10% !important;}



/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

/* text-align */
.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}

.image_fr {
	float: right;
	width: 200px;
}
.w_50 {
	width: 50%;
	margin: 0 auto;
}
.w_60 {
	width: 60%;
	margin: 0 auto;
}
.w_70 {
	width: 70%;
	margin: 0 auto;
}
.w_80 {
	width: 80%;
	margin: 0 auto;
}



/*--------------------------------------
背景用*/
.bgb {
	background-color: #e8f8ff;
}
.bg_btn01 {
	background: url("../images/bg_btn01.png")no-repeat center center/cover;
}
.bg_btn02 {
	background: url("../images/bg_btn02.png")no-repeat center center/cover;
}

/*--------------------------------------
ヘッダー用*/
.head_txt {
	text-align: center;
	color: #fff;
	line-height: 2;
	font-size: 150%;
	background-color: #ff6500;
}
.logo {
	width: 200px;
	margin-bottom: 50px;
}
.head_in {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3% 0 5%;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
h1 {
	padding-bottom: 3%;
}
.head_area {
	margin-right: 5%;
}
.head_image {
	width: 85%;
}
.head_btn {
	margin-bottom: 3%;
}
.btn_txt {
	text-align: center;
	line-height: 1.5;
	font-size: 90%;
	color: #2cb4d6;
}
.head_bottom {
	border:50px solid #e8f8ff;
}

/*--------------------------------------
本文用*/
.txtwrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 8% 0;
}
h2 {
	text-align: center;
	line-height: 1.5;
	font-size: 180%;
	font-weight: bold;
	color: #313131;
}
.bd {
	width: 100px;
	margin: 0 auto 2%;
	border:3px solid #ff6359;
}
.sub_title {
	padding-bottom: 5%;
	text-align: center;
	font-size: 120%;
	color: #313131;
	line-height: 1.5;
}
.image {
	padding-bottom: 5%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.txt {
	padding-bottom: 5%;
	text-align: center;
	letter-spacing: 0.08em;
}
.txt:last-child {
	padding-bottom: 0;
}
.s_txt {
	padding-bottom: 5%;
	text-align:right;
	line-height: 1.5;
	font-size: 70%;
}
.wbox {
	padding: 5%;
	background-color: #fff;
}
.wbox_in {
	padding-bottom: 3%;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.bdg {
	margin-bottom: 3%;
	border-bottom:1px solid #9f9fa0;
}
.wbox .wbox_in .txt {
	width: 60%;
	text-align: left;
	line-height: 1.5;
	font-size: 138%;
	font-weight: bold;
}
.what_image {
	width: 35%;
	margin-right: 5%;
}
.wbox .txt {
	text-align: center;
	line-height: 1.5;
	font-size: 138%;
	font-weight: bold;
}
.yajib {
	padding-bottom: 12%;
}
.yaji {
	width: 50%;
	margin: 0 auto 10%;
	margin-top: -20%;
}
.good {
	margin-bottom: 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.good:last-child {
	margin-bottom: 0;
}
.good_box {
	width: 48%;
	padding: 5%;
	background-color: #fff;
}
.good_box .title {
	padding-bottom: 5%;
	text-align: left;
	font-weight: bold;
}
.good_box .txt {
	text-align: left;
	font-size: 70%;
}
.good_box .s_txt {
	font-size: 70%;
}
.goods {
	font-size: 55%;
	line-height: 1;
}
.wbox_btn {
	padding: 10% 10% 5% 10%;
	background-color:rgba(255,255,255,0.9);
}
.btn {
	width: 70%;
	margin: 0 auto 3%;
}
.wbox_btn .btn_txt {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.gray_box {
	padding: 5%;
	margin-bottom: 2%;
	background-color: #f1f1f1;
}
.yajig {
	width:120px;
	margin: 0 auto 10%;
}
.pink_txt {
	text-align: center;
	font-size: 200%;
	color: #ff6359;
	font-weight: bold;
	line-height: 1.5;
}

/*--------------------------------------
スライドショー用*/
.gallery {
	width: 30%;
}
.gallery img {
	margin-right: 20%;
}
.slide {
	margin-bottom: 8%;
}

/*--------------------------------------
フッター用*/
footer {
	text-align: center;
	font-size: 60%;
	padding:3% 0;
	color: #fff;
	line-height: 1.5;
	background-color: #313131;
}
footer a,footer a:link,footer a:visited,footer a:hover,footer a:active {
	text-decoration: none;
	color: #fff;
}
/*----------------------------------------
メニュー配置*/

#menu {
	position: fixed;
	width: 170px;
	bottom:55px;
	right: 1%;
	z-index: 2000;
}
#menu img:hover {
	opacity: 0.7;
}
#menu img {
	max-width: 100%;
	height: auto;
}
#menu .sub_btn {
	padding: 0;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 170px;
		bottom: 55px;
		left: 50%;
		z-index: 2000;
		margin-left: 460px;
	}
}

/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 100%;
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	#menu {
		width: 30%;
		bottom:1%;
	}
	header {
		background: none;
		height: auto;
	}
	.logo {
		width: 30%;
		margin-bottom: 5%;
	}
	.head_area {
		width: 80%;
		margin: 0 auto;
	}
	.head_image {
		margin: 0 auto;
		padding-bottom: 3%;
	}
	.head_bottom {
		border: 25px solid #e8f8ff;
	}
	.txtwrapper {
		width: 90%;
		margin: 0 auto;
	}
	h2 {
		font-size: 160%;
	}
	.wbox_in {
		display: block;
	}
	.what_image {
		margin: 0 auto;
	}
	.wbox .wbox_in .txt {
		width: 100%;
		text-align: center;
		font-size: 118%;
	}
	.yaji {
		width: 80%;
	}
	.yajib {
		padding-bottom: 20%;
	}
	.good {
		display: block;
	}
	.good_box {
		width: 100%;
		padding: 10%;
		margin-bottom: 5%;
	}
	.good_box .title {
		font-size: 118%;
	}
	.good_box .txt {
		font-size: 90%;
	}
	.wbox_btn {
		padding: 5%;
	}
	.btn {
		width: 100%;
	}
	footer {
		padding: 2% 0;
	}
	.w_45 {width: 60% !important; margin: 0 auto}
	.w_50 {width: 60% !important; margin: 0 auto;}
	.w_60 {width: 80% !important; margin: 0 auto;}
	.w_70 {width: 100% !important; margin: 0 auto;}
	.w_80 {width: 100% !important; margin: 0 auto;}
	.w_40_sp {width: 40% !important; margin: 0 auto;}
	.w_45_sp {width: 45% !important; margin: 0 auto;}
	.w_50_sp {width: 50% !important; margin: 0 auto;}
	.w_60_sp {width: 60% !important; margin: 0 auto;}
	.w_70_sp {width: 70% !important; margin: 0 auto;}
	.w_80_sp {width: 80% !important; margin: 0 auto;}
	
}
@media print, screen and (max-width: 800px) and (min-width: 640px) {
	body {
		font-size: 118%;
	}
	br {
		display: block;
		content: none;
	}
}
