﻿@charset "utf-8";


/* --------------------------------------------------
	基本定義
-------------------------------------------------- */

.bpts_both {
	clear:both;
	font-size: 0px;
	line-height: 0px;
}

/* スペーサー　 */
.bpts_spacer_h5 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 5px;
}

.bpts_spacer_h7 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 7px;
}

.bpts_spacer_h10 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
}

.bpts_spacer_h15 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 15px;
}

.bpts_spacer_h20 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	line-height:20px;
}

.bpts_spacer_h30 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	line-height:20px;
}


.bpts_spacer_h40 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	line-height:20px;
}

.bpts_spacer_h60 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	line-height:20px;
}


.bpts_spacer_h80 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	line-height:20px;
}


.bpts_spacer_h30_onoff {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	line-height:20px;
}

/* 768以下になったらスペーサーの高さをゼロにするオプション*/
.op_768off {
}

@media (max-width: 768px) {

	.op_768off {
		height: 0px;
		line-height:0px;
	}

}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
/* レスポンシブメニュー　 */
/* 正方形（土台） */
#panel-btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	/*background: #0f5380;*/
	background-color: transparent;
	z-index: 999;
}
#panel-btn-icon {
	color: white;
	/*	color:rgb(237,144,39);*/
	text-align: center;
	line-height: 3em;
	text-indent: -0.8em;
	font-size: 0.6em;
}
/* 上下の線 */
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: white;
	/*	background: rgb(237,144,39);*/
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 3px;
}
/* 真ん中の線 */
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: white;
	/*  background: rgb(237,144,39);*/
	transition: .2s;
}
/* 開いた時 */
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: white;
	/*	background: rgb(237,144,39);*/
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -5.5px;
}
#panel-btn-icon:after {
	margin-top: 3px;
}
/* 閉じた時 */
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
/* ドロワーメニュー（クリック後） */
#panel {
	display: none;
	/* background-color:rgba(83,71,65,0.9); */
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	/*    height:100%;*/
	padding: 60px 0 20px 20px;
	z-index: 950;
	text-align: center;
}
.peke {
	background-position: -35px 0;
}
.drawr {
	display: none;
	background-color: rgba(255, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	right: 0;
	width: 260px;
	padding: 60px 0 20px 20px;
	z-index: 990;
}
#menu li {
	width: 80%;
	background-color: rgba(89, 139, 49, 1.00); /*スマホ時メニュー*/
	margin: 13px auto;
	text-align: center;
}
#menu li:hover {
	width: 80%;
	background-color: rgba(61, 171, 134, 1.00); /*スマホ時メニュー*/
	margin: 13px auto;
	text-align: center;
}
#menu li a {
	/*    color: #333333;*/
	/*    color: rgba(251,248,184,1.00);*/
	color: white;
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	padding: 15px;
}
.bpts_responsive_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
}
.bpts_responsive_flex img {
	max-width: 200px;
	width: 100%;
}
.bpts_responsive_flex#nav-drawer {
	margin: 0 0 0 auto;
}
/* メインロゴ　 */
.bpts_header_logo {
	text-align: center;
	width: auto;
	padding-top: 18px;
}
@media (max-width: 768px) {
	.bpts_header_logo {
		padding-top: 30px;
	}
}
/* ナビゲーション　 */
.bpts_header_navi {
	box-sizing: border-box;
	margin: 10px auto 8px auto;
	width: 95%;
	max-width: 380px;
	padding: 15px;
	text-align: center;
}
.bpts_header_navi p {
	font-size: 12px;
	color: rgb(35, 54, 109); /*テキスト用暗紺*/
}
.bpts_header_navi a {
	padding: 10px;
}
.bpts_header_navi a:not(:first-of-type) {
	margin-left: 10px;
}
@media (min-width: 769px) {
	.bpts_header_navi a, .bpts_header_navi a:link, .bpts_header_navi a:visited {
		color: rgb(35, 54, 109); /*テキスト用暗紺*/
	}
	.bpts_header_navi a:hover {
		color: white;
		background: rgb(35, 54, 109);
		border-radius: 3px;
		text-decoration: none;
	}
	.bpts_header_navi a:active {
		color: rgb(35, 54, 109); /*テキスト用暗紺*/
	}
}
@media (max-width: 768px) {
	.bpts_header_navi {
		width: auto;
		max-width: 320px;
		margin: 0 auto;
		padding: 3px;
		background-color: rgba(35, 53, 109, 0.59);
	}
	.bpts_header_navi a {
		box-sizing: border-box;
		padding-left: 20px;
		color: white;
		background: url("../image/common/icon-sidemenu.png") center left no-repeat;
		background-size: 15px;
	}
	.bpts_header_navi a:not(:first-of-type) {
		margin-left: 1%;
	}
}
/* お電話はこちら */
.bpts_header_tel {
	/*	padding:8px 10px 0 0;
	text-align:right;*/
	margin: 25px auto 8px auto;
	width: 95%;
	max-width: 380px;
	padding: 1px 0px;
	text-align: center;
	border-radius: 3px;
	background-color: rgba(66, 55, 47, 0.70);
}
.bpts_responsive_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
}
.bpts_responsive_flex img {
	max-width: 200px;
	width: 100%;
}
.bpts_responsive_flex#nav-drawer {
	margin: 0 0 0 auto;
}
/*================================
　　　レスポンシブメニュー
　　　左から出てくるタイプ
=================================*/
#nav-drawer {
	position: relative;
	text-align: right;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 36px;
	height: 24px;
	vertical-align: middle;
	background: white;
	padding: 18px 5px 0 0;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 5px; /*線の太さ*/
	width: 40px; /*長さ*/
	border-radius: 1px;
	background: #E7AB32;
	display: block;
	content: '';
	cursor: pointer;
	z-index: 9999;
}
#nav-open span:before {
	bottom: -10px;
}
#nav-open span:after {
	bottom: -20px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none; /*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0; /*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999; /*最前面に*/
	width: 85%; /*右側に隙間を作る*/
	max-width: 330px; /*最大幅*/
	height: 100%;
	background: #fff; /*背景色*/
	transition: .3s ease-in-out; /*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%); /*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block; /*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%); /*中身を表示*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
/* ホームに戻るボタン */
.bpts_responsive_navi_home a{
	font-size: 1.1em;
	padding: 25px 13px;
	color: white!important;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	display: block;
	background: #E7AB32;
}


.bpts_responsive_navi_linkbtn{
	font-size: .8em;
	width: 80px;
	display: inline-block;
	border: 1px solid #F9CD24;
	margin-top: 14px;
	margin-left: 8px;
	padding: 10px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;	
}

.bpts_responsive_navi_linkbtn:hover{
	background: #E7AB32;
	transition: 0.4s;
	color: #fff!important;
}

/* メニューの１パネル */
.bpts_responsive_navi_liblock li a{
	padding: 13px;
	font-weight: bold;
	color: #E7AB32;
	display: block;
	border-bottom: 1px solid #E9E9E9;
    color: #E7AB32!important;
}

.bpts_responsive_navi_liblock li a:hover{
	background: #E8E8E8;
	transition: 0.4s;
}
/* レスポンシブメニュー　 */
.bpts_header_menu {
	display:none;
}

@media (max-width: 768px) {
     .bpts_header_menu  {
		display:inherit;
     }
}
/* --------------------------------------------------
	リキッドの時のFlexboxのOn/Off機能を持つコンテナ
-------------------------------------------------- */

.bpts_flexbox_onoff {
	display: flex;
/*	justify-content: center;	*//*IEでずれるため削除*/
}


@media (max-width: 768px) {
	.bpts_flexbox_onoff {
		display:block;
		justify-content:center;	
	}
}


/* --------------------------------------------------
	リキッドなシングル横帯バナー
-------------------------------------------------- */

.bpts_singlebanner{
	margin:10px auto;
	width:100%;
	text-align: center;
}
.op_w90pct {
	width: 90%;	
}

.op_w80pct {
	width: 80%;	
}

.op_w60pct {
	width: 60%;	
}

.op_w50pct {
	width: 50%;	
}

.bpts_singlebanner img{
	margin:0px auto;
	width:100%;
}


/* --------------------------------------------------
	いろいろなパーツ
-------------------------------------------------- */

.bpts_alignedlist {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0px;
	padding-left:;
	
}

.bpts_alignedlist li {
	float: left;
	width:16em;
}




/* --------------------------------------------------
	フッター
-------------------------------------------------- */

.bpts_footer{
/*padding-top:15px;*/
/*text-align:center;*/
	
/*	overflow: hidden;*/
	max-width: 1200px;
	margin: 0 auto;
}

.bpts_footer_wrapper{
	margin-top:0;
/*text-align:center;*/
/*height:	117px;*/
	height:105px;
	padding:10px;
	
/*	float:left;*/
	
	background-image:url('../image/common/bgi-footer-02.png');
	background-repeat: repeat-y;
	background-position: center top;
	
	/*.wrapper_fullbgと同様*/
	box-sizing: border-box;
	margin-left:-1000px;
	margin-right:-1000px;
	padding-left:1000px;
	padding-right:1000px;
}

.bpts_footer_wrapper img{
	max-width:600px;
}


/* バナー　*/
.bpts_footer_bnr{
	text-align:center;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bpts_footer_bnr div{
	margin: 10px;
}
/* ページトップ　*/
.bpts_footer_pagetop{
	text-align:center;
	
/*	float: right;*/
/*	width:100%;*/
	
	height:134px;
	background-image:url('../image/common/bgi-footer.png');
	background-repeat: repeat-y;
	background-position: center top;
	
	/*.wrapper_fullbgと同様*/
	box-sizing: border-box;
	margin-left:-1000px;
	margin-right:-1000px;
	padding-left:1000px;
	padding-right:1000px;
}

.bpts_footer_address{
	margin-top:0;
}

/* コピーライト　*/
.bpts_footer_copyright{
	/*overflow: hidden;*/
	width:100%;
	font-size:11px;
	color:white;
	text-align:center;
	
	clear: both;
	padding-top:8px;
　padding-bottom:8px;
	
	background:rgb(41,139,178);
	
}

@media (min-width: 769px) {/*PCのみ*/
	.bpts_footer{
		padding-top:15px;
	}
	.bpts_footer_wrapper{
/*		box-sizing: border-box;*/
/*		padding-left:20px;*/
	}
	.bpts_footer_wrapper img.for_sf{
		display: none;
	}
}
@media (max-width: 768px) {
	.bpts_footer{
		font-size: 0.8em;
	}
	.bpts_footer_wrapper{
		float:none;
		
		/*.wrapper_fullbgの解除*/
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
		
		padding:20px;
		height:auto;
	}
	.bpts_footer_wrapper img{
		max-width:100%;
	}
	.bpts_footer_wrapper img.for_pc{
		display: none;
	}
	.bpts_footer_wrapper img.for_sf{
		display: block;
	}
	.bpts_footer_pagetop{
		float:none;
		width:100%;
/*		height: 70px;*/
		
		/*.wrapper_fullbgの解除*/
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
		
/*		background-color: white;*/
		text-align: center;
		
	}
	/*.bpts_footer_pagetop a img{
		display: none;*//*PC用画像を非表示*//*
	}
	.bpts_footer_pagetop a{
		display: inline-block;
		width:150px;
		height:40px;
		line-height: 40px;
		font-size:12px;
		color:white;
		background-color: rgb(42,47,136);
	}

	.bpts_footer_pagetop a::before{*//*▲部分*//*
		display:inline-block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 8.7px 5px;
		border-color: transparent transparent white transparent;
	}
	.bpts_footer_pagetop a::after{
		display:inline-block;
		content: "ページトップに戻る";
		margin-left:5px;
	}*/
	
	#zone_footer{/*pagetopで隠れる分の調整*/
		background-position: center 70px;
	}
}

/* --------------------------------------------------
	ボタン
-------------------------------------------------- */
/*　リンクボタン　*/
.bpts_btn_link01 {
    display: inline-block;
    overflow: hidden;
    padding: 5px 5px 5px 25px;
    border-radius: 5px;
    background: url(../../image/common/icon-arrow-linkbtn.png) #F1F5F5 no-repeat 4px center;
    vertical-align: middle;
}
