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

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

svg {
	max-height:30px;
}
img[src$=".svg"] {
	width: auto;
}

.disp_p { display:none; }/*PC時だけ表示*/
.disp_s { display:block; }/*スマホ時だけ表示*/
.disp_pt { display:none; }/*PC時とタブレット時表示*/
.disp_st { display:block; }/*スマホ時とタブレット時表示*/

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

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


.navi>ul>li:nth-child(1){/*780 100*/
	max-width: 200px;
	width:40%;
	margin:0;
	padding:0.1em 0 0 0.8em;
	box-sizing: border-box;
}
.navi>ul>li:nth-child(2){/*1600 600*/
	max-width: 400px;
	width:50%;
	margin:0;
	box-sizing: border-box;
}





.navi{
	position: relative;
	width: 100%;
	padding:0.4em 0;
	background:#FAD700;
}
.navi>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
	align-items: center;
}

.head00 {
	width:100%;
	margin:0 auto;
	/*box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);*/
	position:relative;
	z-index:2;
}


.head_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
}

.head_block>ul>li:nth-child(1){/*1600 288*/
	max-width: 288px;
	width:18%;
	position: relative;
}
.head_block>ul>li:nth-child(2){/*1600 510*/
	max-width: 510px;
	width:50%;
}

.head_block02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content: flex-end;
}

.head_block02>ul>li:nth-child(1){
	width:69%;
	margin:0 2% 0 4%;
}
.head_block02>ul>li:nth-child(2){
	width:18%;
	margin:0 4% 0 2%;
}




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

.kote_bg{
	width:100%;
	position: fixed;
	z-index:500;
	bottom:0;
}
.kote_block_bg img{
	width:100%;
	height:100%;
}

.kote_line{
}
.kote_close{
	cursor:pointer;
	width:300px;
	height:40px;
	position: absolute;
	bottom:94%;
	right:5px;
	z-index: 20;
}
.kote_close_img{
	width:40px;
	padding:0.2em;
	margin:0 0 0 270px;
	box-sizing: border-box;
	/*background: #003670;*/
}

.kote_block{
	position: relative;
	margin:0 0 0 0;
	background:#FFFFFF;
	border-radius: 10px;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.kote{
	width: 50%;
	margin:0 auto 0 50%;
	max-width: 250px;
	margin:0 auto;
	position: absolute;
	right:0.5em;
	bottom:0.5em;
	border-radius:20px;
}

.kote_s>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.kote_s>ul>li{
	width:70%;
	max-width: 750px;
	margin:0 20% 0 10%;
}



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



/*==========================
	フッター
=========================***/
.back_foot{
	background:#FFFFFF;
}

.foot_block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot_blockimg{
	width:80%;
	margin:0 10% 1em;
}
.foot_blocktext{
	width:100%;
	margin:0;
}

.foot_logo{
	width:60%;
	margin:0 auto;
}

.foot_icon>ul{
	justify-content:flex-start;
}




/*=============================
	サブ共通
=============================*/
.line_FFA70B_50{
	width:50px;
	margin:0 auto;
	height:4px;
	background:#FFA70B;
}

.line_FFA70B_50l{
	width:50px;
	margin:0;
	height:4px;
	background:#FFA70B;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/*==================
  電話番号タップ
==================*/
a.telLink0 { display:inline-block; cursor: default; pointer-events: none; text-decoration:none; }


.disp_p { display:block; }/*PC時・タブレット時表示*/
.disp_s { display:none; }/*スマホ時だけ表示*/

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

	
.navi{
	padding:1em 0;
}

.navi>ul>li:nth-child(1){/*780 100*/
	width:20%;
	padding:0 1em;
}
.navi>ul>li:nth-child(2){/*1600 550*/
	width: 40%;
}
	

.head_block02>ul>li:nth-child(1){
	width:45%;
	margin:0;
}
.head_block02>ul>li:nth-child(2){
	width:53%;
	margin:0 1%;
}

	
	

/***  フッター  ***/
	
.foot_blockimg{/*1200 264*/
	width:35%;
	margin:0;
}

/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:65%;
	}
/*===============================
  下固定バナー
===============================*/

	
/*新下固定*/
	
.store_s_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.store_s_block>ul>li:nth-child(1){
	width:40.5%;
}
.store_s_block>ul>li:nth-child(2){
	width:40.5%;
	margin:0;
}
.store_s_block>ul>li:nth-child(3){
	width:17%;
	margin:0 1%;
}
	
.store_s_block>ul>li>dl{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.store_s_block>ul>li>dl>dt{
	width:15%;
	margin:0 2.5%;
}
.store_s_block>ul>li>dl>dd{
	width:80%;
}
	
.kote_kant01_02_pc{
	display: block;
}
	
.kote_kant_block{
	bottom:-4em;
	width:96%;
	border:none;
	margin:0 auto;
	top: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
	
.kote_kant01_01title{
	margin:0;
	border-radius: 20px 20px 0 0;
}
	
.kote_kant01_02>ul>li:nth-child(1),
.kote_kant01_02>ul>li:nth-child(2),
.kote_kant01_02>ul>li:nth-child(3){
	width:98%;
}
	
.kote_kant01_02 input[type="image"]  {
	width:auto;
	max-width: 100%;
	margin:0;
}

	

.pan>ol>li{
	padding:0 0.7em 0 0.3em;
}
.pan>ol>li:first-child::before{
	left: 0.5em;
}

}

@media (min-width : 1200px) { 

.disp_pt { display:block; }/*PC時だけ表示*/
.disp_st { display:none; }/*スマホ時とタブレット時表示*/

	
.kote_s>ul>li{
	margin:0 auto;
}


/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:100%;
	}
/***  ページTOP  ***/
#page_tops {
	width:auto;
	bottom:0.2em;
	right:1em;
}
}

@media (min-width : 1440px) { 

.navi>ul>li:nth-child(1){/*1600 200*/
	max-width: 470px;
	width:35%;
	margin:0;
}
.navi>ul>li:nth-child(2){/*1600 600*/
	max-width: 402px;
	width:40%;
	margin:0;
}

}

