@charset "utf-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/


/*==================
  電話番号タップ
==================*/
a.telLink0 { cursor: pointer; pointer-events: auto; text-decoration:underline; color:#000000; }

svg {
	max-height:40px;
}

.slid_hide,
.disp_p { display:none; }
.disp_s { display:block; }
.disp_pt { display:none; }
.disp_st { display:block; }


#disp_fix { position:fixed; top:0; left:0; z-index:50000; width:100%; }


/*==========================
	ヘッダー
=========================***/

#head00s {
	width:100%;
	margin:0 auto;
	background:#FFFFFF;
	box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);
	padding:0.7em 0;
	position:relative;
	z-index:2;
}

.head00_block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content:space-between;
}

.head01s{
	width:37%;
	margin:0 1%;
	padding:0;
}
.head02s{
	width:30%;
}
.head02s>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content: space-around;
	position: relative;
}
.head02s>ul>li{
	width:31%;
	margin:0 1%;
}
.head02s>ul>li:nth-child(1){
	width:33%;
	margin:0 1%;
}
.head02s>ul>li:nth-child(2){
	width:29%;
	margin:0 1%;
}
.head02s>ul>li:nth-child(4){
	position: absolute;
	top:0;
	right:0;
	width:31%;
	margin:0 1%;
}


.head02s>ul>li img{
	width:70%;
	margin:0 auto;

}


/*=======================
	スマホ用メニュー
========================*/
.slideout-header {
	position:fixed;
	top:0;
	left:0;
	z-index:30000;
	padding:0;
	margin:0;
	width:100%;
	display:block;
}

.slideout-menu {
	position: absolute;
	top:1em; left:0;
	background:rgba(255,255,255,0.8);
	width:94%;
	margin:0 3%;
	display:none;
}
.slideout-close{
	display: none;
}



/*=======================
	スマホ用メニュー内
========================*/
.sm01_01{
	border:2px solid #AA5300;
}
.sm01_01>li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width:90%;
	padding:0.4em 5%;
	border-bottom:1px solid #AA5300;
	color:#000000;
	background: rgba(255,255,255,0.8);
	position: relative;

}

.sm01_01>li a::after{
	content:'';
	background: url("../img/icon/icon_arrow_AA9980.svg") no-repeat;
	width:8px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}

.menublock a{
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.main_menu>ul>li{
	margin:0.5em 0;
}
.main_menu a{
	padding:1.5em;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	border:1px solid #DDDDDD;
	border-radius:15px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.main_menu a:hover{
	color:#FE7F00;
}

.main_menu a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
} 
.main_menu dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	line-height: 1.2;
}
.main_menu dl dt{
	width:20%;
	padding:0 40%;
}
.main_menu dl dd{
	width:100%;
	padding:0;
	text-align: center;
}

.child{
	display: none;
}

.menu{
	display: block;
	position: relative;
}

.sm01_01>li a.menu{
	background:rgba(240,240,240,0.8);
}

.sm01_01 .child>li a{
	background:rgba(220,220,220,0.8);
	
}
/*スマホメニュー内のプルダウン*/
.sm01_01>li a.menu::after{
	position: absolute;
	content: '';
	background:url(../img/icon/icon_plus.svg) no-repeat;
	background-size: contain;
	width:18px;
	height:18px;
	top: 50%;
	right: 0.5em;
	transform: translate(-50%,-50%);
}

/*スマホメニュー内のプルダウン　降りた時*/
.sm01_01>li a.menu.active::after{
	position: absolute;
	content: '';
	background:url(../img/icon/icon_mainasu.svg) no-repeat;
	background-size: contain;
	width:18px;
	height:18px;
	top: 50%;
	right: 0.5em;
	transform: translate(-50%,-50%);
}

.tel_free_icon,
.tel_free_icon02{
	position:relative;
	padding:0 2.5em 0 0;
}
.tel_free_icon::before{
	content: '';
	position:absolute;
	background: url("../img/icon/icon_free.svg") no-repeat;
	width:23px;
	height:16px;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}
.tel_free_icon02::before{
	content: '';
	position:absolute;
	background: url("../img/icon/icon_free02.svg") no-repeat;
	width:23px;
	height:19px;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}



/***  ページTOP  ***/
#page_tops {
	position: fixed;
	display:block;
	width:auto;
	max-width:15%;
	z-index:50000;
	bottom:1em;
	right:0.5em;
}


/*===============================
  下固定バナー
===============================*/

.kote_bg{
	width:100%;
	position: fixed;
	z-index:100;
	bottom:0;
	/*background:linear-gradient(to top,rgba(0,0,0,0.4) 10%,rgba(0,0,0,0));*/
}

.kote{
	width: 100%;
	max-width: 1100px;
	margin:0 auto 0.5em;
	position: relative;
}
.kote ul{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素100％*/

	/*並び方の設定*/
	justify-content: center;/*親要素に空きがあったら均等に配置　これがなければ左寄せ*/
	align-content: center;/*複数行の場合中央に配置*/
	align-items: center;
}
.kote ul li{
  width:31%;
	margin:0 1%;
}

/***************/
.side_block{
	background:#0084DB;
	width: 94%;
	margin: 0 3% 2em;

}

/***************/

.menu_01>ul>li{
	border-top:#F7F4EE 1px solid;
	width:90%;
	margin:0 5%;
}
.menu_01>ul>li:last-child{
	border-bottom:#F7F4EE 1px solid;
}
.menu_01>ul>li>a{
	color:#444444;
	display: block;
	border-top:#E3D9C6 1px solid;
	width:100%;
	box-sizing: border-box;
	padding:0.2em 0;
	font-size:110%;
	letter-spacing:1px;
	font-weight: bold;
	text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	text-align:center;
}
.menu_01>ul>li a:hover{
	background:#F7F4EE;
}

.menu_01>ul>li:last-child a{
	border-bottom:#E3D9C6 1px solid;
}

.menu_01>ul>li a:hover img,
.menu_01>ul>li>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


.menu_01>ul>li>ul>li>a{
	color:#444444;
	display: block;
	border:none;
	width:100%;
	box-sizing: border-box;
	padding:0.2em 0;
	font-size:110%;
	letter-spacing:1px;
	font-weight: bold;
	text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	text-align:center;
}
.menu_01>ul>li>ul>li a{
	padding: 0.5em 0;
}


.menu_on{
	display: none;
}
.menu_open{
	cursor: pointer;
}

.bord_none{
	border:none !important;
}

.side_menu01 ul li{
	padding:0.5em 0;
	/*border-bottom:#ECECEC 1px solid;*/
}
.side_menu01 ul li {
	padding:0.2em 0;
	position: relative;
}


/*===================
 フッター
===================*/

.foot_bk{
	background:#F6F6F6;
	padding:2em 0 5em 0;
}

.foot_logo{
	width:60%;
	margin:0 auto;
}
.foot_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot_block>ul>li:nth-child(1){/*475*/
	width:100%;
	margin:0;
}
.foot_block>ul>li:nth-child(2){
	width:100%;
	margin:0;
}

.foot01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot01_01>ul>li:nth-child(1){
	width:55%;
}
.foot01_01>ul>li:nth-child(2){
	width:45%;
}



/**＝＝＝＝＝＝＝＝＝＝＝
 サブページ
 各ページ共通部
＝＝＝＝＝＝＝＝＝＝＝***/

.pan{
	text-align: left;
}
.pan>ul>li{
	color:#333333;
	display: inline-block;
	vertical-align: middle;
	padding:0.2em 0;
}
.pan>ul>li a{
	color:#FF6400;
}

.pan>ul>li::after{
	content: '＞';
	padding:0 1em;
}
.pan>ul>li:last-child::after{
	content: '';
	padding:0 1em;
}




/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

.mCSB_dragger_bar{
	background:#AAAAAA !important;
	border:2px solid #AAAAAA;
	border-radius: 20px;
}

 svg {
	 max-height:auto;
  }
/*==================
  電話番号タップ
==================*/
a.telLink0 { display: inline-block; cursor: default; pointer-events: none; text-decoration:none; }


.disp_p { display:block; }
.disp_s { display:none; }
.disp_pt { display:none; }
.disp_st { display:block; }

.base_block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.main_block{
	width:100%;
}
	
.side_block{
	width: 100%;
}

/****  ヘッダー　**/
	
.head01s{
	width:23%;
	margin:0 18% 0 2%;
	padding:0;
}
.head02s{
	width:18%;
}
	
.head_block{
	width:20%;
	background:#C2A876;
	position: fixed;
	top:0;
	right:2em;
	padding:1em 1%;
	box-sizing: border-box;
	z-index: 20000;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	border-radius:0 0 15px 15px;
}


.side_block{
	background:#FFFFFF;
	position: fixed;
	width:20%;
	height:100%;
	left:0;
	top:0;
	z-index: 200;
	overflow-x: hidden;
	margin: 0;
	border: none;
}

/*PCメニュー*/
.pc_manu .menublock>ul>li{
	padding:1.5em 0 0.8em;
	border-bottom:1px solid #DDDDDD;

}
.pc_manu .menublock>ul>li:last-child{
	border-bottom:1px solid #DDDDDD;
}

.pc_manu .menublock a{
	text-align: center;
	position: relative;
}
	
.pc_manu .menublock a::after{
	position: absolute;
	content: '';
	background:url("../img/icon/icon_arrow_DDDDDD.svg") no-repeat;
	background-size: contain;
	width:10px;
	height:10px;
	top: 41%;
	right: 0.5em;
	transform: translate(-50%,-50%);
}



.hov_FF6511 a{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hov_FF6511 a:hover{
	color:#FF6511 !important;
}
.hov_1EB271 a{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hov_1EB271 a:hover{
	color:#1EB271 !important;
}
.hov_363EA1 a{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hov_363EA1 a:hover{
	color:#363EA1 !important;
}
	


/***======================
	フッター
======================***/

.foot_logo{
	width:65%;
	margin:0;
}
.foot_block>ul>li:nth-child(1){/*475*/
	width:41.66666%;
	margin:0 2% 0 0;
}
.foot_block>ul>li:nth-child(2){
	width:56%;
	margin:0;
}

/*===============================
  下固定バナー
===============================*/
.kote_block{
	width:100%;
	bottom:0;
	margin:0 auto;
	height:80px;
}


.fix {
	z-index: 100000;
	position: fixed;
	bottom: 0;
}



}
/*=================================================================================*/
/** 960px以上 PCサイズ画面 **/
@media (min-width : 1140px) {




/****  ヘッダー　**/

.nav00 {
	width:1100px;
	margin:0 auto;
	padding:1em 20px;
}
	
.head_kote{
	position: fixed;
	top:0;
	right:0;
	z-index: 500;
	max-width: 400px;
	width:25%;/*1600*/
}
	
.head_kote>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
	
.head_kote>ul>li{/*183 400*/
	width:46%;
	margin:0 auto;
	box-sizing: border-box;
}

	
.active{
	color:#FF6511 !important;
}
	

/*===============================
  下固定バナー
===============================*/

.kote{
	width: 70%;
	max-width: 1100px;
	margin:0 auto 0.5em 27%;
	position: relative;
}
	
/*フッター*/
#foot01 {
	width:1140px;
	margin:0 auto;
	padding:2.5em 0 130px 0;
}
/**** ページTOP **/
#page_tops {
	width:auto;
	display:block;
	position: absolute;
	bottom:2em;
	right:1em;
	z-index:50;
}

.disp_pt { display:block; }
.disp_st { display:none; }
	
/****  ヘッダー　**/
.head_block{
	width:288px;
	padding:1em 20px;
}

.side_block{
	width: 17%;
}
.side01{
	width:90%;
	margin:0 5%;
}
.main_block{
	width: 83%;
	margin:0 0 0 17%;
}

}

/*=================================================================================*/
/** 960px以上 PCサイズ画面 **/
@media (min-width : 1380px) {



.main_menu dl dt{
	width:16%;
	padding:0 1%;
}
.main_menu dl dd{
	width:70%;
	padding:0 0 0 10%;
	text-align: left;
}

}
