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


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

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

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


.disp_pt_head { display:none; }/*PC時とタブレット時表示*/
.disp_st_head { display:block; }/*スマホ時とタブレット時表示*/

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


#head00s {
	width:100%;
	float: none;
	margin:0;
	padding:0 1em;
	box-sizing: border-box;
	border-radius: 0;
	background:#009259;
	position:relative;
	box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.10);
	padding:0;
	z-index:2;
}


#head00s>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
	align-items: center;
	align-content: center;
}
#head00s>ul>li:nth-child(1){
	width:44%;
	padding:0.5em;
	box-sizing: border-box;
	max-width: 100px;
}
#head00s>ul>li:nth-child(2){
	width:45%;
	max-width: 250px;
	margin:0;
}


.head02s>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:flex-end;
	align-items: center;
	align-content: center;
	
}
.head02s>ul>li:nth-child(1),
.head02s>ul>li:nth-child(2),
.head02s>ul>li:nth-child(3),
.head02s>ul>li:nth-child(4){
	width:20%;
	margin:0.6em 2.5%;
	padding: 0.2em;
	box-sizing: border-box;
}

/*=======================
	スマホ用メニュー
========================*/
/*============
nav
=============*/
.nav_s {
	display: block;
	position: fixed;
	top: 0;
	right: -90%;
	width: 90%;
	bottom: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}


.open .nav_s {
  right: 0;
  opacity: 1;
}
.nav_s .inner {
	padding: 4em 1em 2em;
	box-sizing: border-box;
}
.nav_s .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_s .inner>ul>li {
	position: relative;
	padding:0.7em 0;
	border-bottom:1px #D6D6D6 solid;
}
.nav_s .inner ul li a {
	color: #000000;
	display: block;
	text-decoration: none;
	transition-duration: 0.2s;
}
.nav_s .inner ul li a:hover {
	color: var(--sub-btn-color);
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  /*width: 30px;
  height: 30px;*/
  transition: all .5s;
  cursor: pointer;
  z-index: 30;
	position: relative;

}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 31px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: all .5s;
}

.child {
	display: none;
}

.hmb_block  a{
	display: block;
}
.hmb_block  a.toggle{
	cursor: pointer !important;
	
}
.hmb_block .hmb_block_title h3{
	font-weight: bold;
}
.hmb_block .hmb_block_title h3:after {
	position: absolute;
	content: '';
	background:url("../img/common/hbg_plus.svg") no-repeat;
	background-size: contain;
	width:15px;
	height:15px;
	top: 50%;
	right: 2%;
	transform: translate(-50%,-50%);
}

.hmb_block .hmb_block_title.active h3:after {
	position: absolute;
	content: '';
	background:url("../img/common/hbg_mainasu.svg") no-repeat;
	background-size: contain;
	width:15px;
	height:15px;
	top: 50%;
    right: 2%;
    transform: translate(-50%,-50%);
}
.hmb_block .inner{
	width:90%;
	margin:0 5% !important;
}


.nav_s {
	right: -94%;
	width: 94%;
}

.nav_s::-webkit-scrollbar{
	display: none;
}



/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 2;
  cursor: pointer;
}


.maru_hover .maru a{
	display: inline-block;
	margin:0 0 0 0.6em;
	font-weight: bold;
	padding:0.1em 3em 0.1em 1em;
	position: relative;
	text-decoration: none;
	z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.maru_hover .maru a::before{
	position: absolute;
	top:50%;
	left:0;
	content: '';
	width:10px;
	height:2px;
	background:var(--main-btn-color);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	z-index: -1;
}

.maru_hover .maru a p{
	display: inline-block;
	padding:0 0.2em;
	background:#FFFFFF;
}

.maru_hover .maru a p{
	display: inline-block;
	padding:0 0.2em;
	background:#FFFFFF;
}
.maru_hover .anashi{
	margin:0 0 0 1.6em;
}

.maru_hover .maru a:hover::before{
	width:10px;
	height:10px;
	border-radius: 50%;
	top:35%;
}
.child {
	display: none;
}

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


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

/*新下固定*/

.kote_kant_block{
	position: fixed;
	bottom:0.5em;
	width:96%;
	border-top: 6px solid #F15A24;
	max-width: 1200px;
	margin:0 auto;
	top: auto;
	left: 2%;
	z-index: 200;
}

.kote_kant01_01{
	background:#F2DE9E;
	box-sizing: border-box;
	position: relative;
	z-index: -2;
}
.kote_kant01_01::before{
	content: '';
	background:url("../img/top/mizu_bg.png") repeat;
	position: absolute;
	width:96%;
	height:96%;
	top:2%;
	left:2%;
	border-radius: 20px;
	z-index: -1;
}

.kote_kant01_01title{
	max-width:788px;
	width: 100%;
	padding:0.8em 0 0.3em 0;
	box-sizing: border-box;
}

.kote_kant01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
	align-items: center;
}
.kote_kant01_02>ul>li:nth-child(1){
	width:90%;
	margin:0 auto;
}


.kote_close_block{
	position: relative;
}

.kote_kant01_02_pc{
	display: none;
}
#kote_close{
	/*max-width: 40px;*/
	width:100%;
	height:70px;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}
#kote_close img{
	max-width: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}

.kote_kant01_02>ul>li>dl{
	display: table;
	width:100%;
	margin:0 0 0.5em 0;
	table-layout: fixed;
}
.kote_kant01_02>ul>li>dl>dt{
	display: table-cell;
	vertical-align: middle;
	width:25%;
	padding:1em;
	border-radius: 15px 0 0 15px;
	background:#53ACD3;
}
.kote_kant01_02>ul>li>dl>dd{
	width:75%;
	display: table-cell;
	padding:0.5em;
	border-top:#B3B3B3 3px solid;
	border-right:#B3B3B3 3px solid;
	border-bottom:#B3B3B3 3px solid;
	border-radius:0 15px 15px 0;
	vertical-align: middle;
	background:#FFFFFF;
}

.kote_kant01_02 input,
.kote_kant01_02 input[type=image] {
	width: 80%;
	margin:0 10% 0.5em;
}
.kote_block{
	width:100%;
	position: fixed;
	bottom:0;
	z-index: 5;
}

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

.kote_s>ul>li{
	width:calc(100% / 3);
	padding:0;
}

.kote_s>ul>li img{
	width:100%;
}


.kote_kant01_02 input.text,
.kote_kant01_02 select.text{
	width:100%;
	font-size: 100%;
	border:none;
	background:#FFFFFF;
	color:#000000;
	padding:1em 1em 1em 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.top01_02select_block{
	position: relative;
}
.top01_02select_block::after{
	content: '';
	background: url("../img/common/icon_arrow_B3B3B3.svg")no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 3;
	width:7px;
	height:8px;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	pointer-events: none;
}


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

.foot_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot_block>ul>li:nth-child(1){
	width:100%;
	margin:2em 0 0 0;
	text-align: center;
	
}
.foot_block>ul>li:nth-child(2){
	width:100%;
	margin:2em 0 0 0;
	
}

.foot01_01{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	
}
.foot01_01>ul{
	width:46%;
	margin:0 2% 0.5em;
}
.foot01_01>ul>li{
	padding:0.3em 0;
}


.foot01_01>ul>li a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.foot01_01>ul>li a:hover{
	color:#F07300;
}

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

.sns_block>ul>li{
	box-sizing: border-box;
}

/*=============================
	サブ共通
=============================*/

/*=============================
	サブ共通
=============================*/
.pan a,
.pan p {
	display: inline-block;
	padding:0 0.5em 0 0.2em;
	color:#666666;
}
.pan {
	color:#666666;
}
.pan p {
	padding:0 0.5em;
}
/*
.pan>ol>li{
	display: inline-block;
	padding:0.5em 0 0.5em 0.5em;
}
.pan>ol>li::after{
	content: '›';
	padding:0 0 0 0.7em;
}

.pan>ol>li:last-child::after{
	content: '';
	padding:0;
}
.pan>ol>li,
.pan>ol>li a{
	color:#666666;
}


.pan>ol>li{
	display: inline-block;
	padding:0 0.2em;
	position: relative;
}

.pan>ol>li::after{
	content: '›';
}
*/

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

.foot_cv_block>ul>li{
	width:96%;
	margin:0 2% 0.5em;
}
.foot_cv_block>ul>li:nth-child(1){
	background:#00C300;
}
.foot_cv_block>ul>li:nth-child(2){
	background:var(--sub-btn-color);
	position: relative;
	padding:0 0 1em 0;
}
.foot_cv_block>ul>li:nth-child(3){
	background:#F15A24;
	position: relative;
	padding:0 0 1em 0;
}

.foot_cv_block>ul>li:nth-child(2)::before{
	content: '';
	background:url("../img/top/mizu_bg_50.png") repeat;
	width:96%;
	height:92%;
	border-radius: 20px;
	position: absolute;
	top:4%;
	left:2%;
	z-index: 1;
}

.foot_cv_block>ul>li:nth-child(3)::before{
	content: '';
	background:url("../img/top/mizu_bg_FDD23E_50.png") repeat;
	width:96%;
	height:92%;
	border-radius: 20px;
	position: absolute;
	top:4%;
	left:2%;
	z-index: 1;
	
}

.foot_cv_title{
	width:64.3%;/*295 460*/
	margin:0 auto;
}
.foot_cv_tel{
	width:78%;/*295 460*/
	margin:0 auto;
}
.foot_cv_mail{
	width:68%;/*295 460*/
	margin:0 auto;
}

.cv_2025block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	max-width: 980px;
	margin:0 auto;
}

.cv_2025block>ul>li{
	width:46%;
	margin:0 2% 1em;
}

.cv_2025block img{
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.2));
}

.title_sub_text h3{
	display: inline-block;
	color:#FFFFFF;
	padding:0.3em 2em;
	border-radius: 50px;
	
}


/*===============================
  右固定バナー
===============================*/
.kote_r{
	position: fixed;
	top:11%;
	right:0;
	z-index: 30;
}
.kote_r img{
	margin:0;
	width:60%;
	float: right;
	}


/*=================================================================================*/
/** 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; }/*スマホ時だけ表示*/


	
	
/*=======================
	PC版ナビ
========================*/

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

.nav01_01 dl{/*640 69*/
	width:14%;
	padding:1em 0.5%;
	text-align: center;
}
	
.nav01_02 dl:nth-child(1){/*640 71*/
	width:11.09375%;
	padding:0.8em 3.125% 0.8em 0;
}
.nav01_02 dl:nth-child(2){/*640 71*/
	width:11.09375%;
	padding:0.8em 3.125%;
}
.nav01_02 dl:nth-child(3){/*640 144*/
	width:22.5%;
	padding:0.8em  3.125%;
}
.nav01_02 dl:nth-child(4){/*640 52*/
	width:8.125%;
	padding:0.8em 0 0.8em 3.125%;
}
	
	
.nav01_01>dl>dt a,
.nav01_01>dl>dt span,
.nav01_02>dl>dt a,
.nav01_02>dl>dt span{
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
}

.nav01_01>dl>dt a:hover img,
.nav01_02>dl>dt a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

	
	
	
.navi_sub01,
.navi_sub02,
.navi_sub03,
.navi_sub04{
	width:110%;
	display: none;
	/*opacity: 0;*/
	transition: .3s ease-in-out;
	transform: translateY(0);
	position: absolute;
	z-index: 200;
	top:70%;
	left:-8%;
	box-sizing: border-box;
	/*background:#FFFFFF;*/
}
.navi_sub01{
	top:95%;
	left:0;
}
	
.navi01:hover ~ .navi_sub01,
.navi_sub01:hover,
.navi02:hover ~ .navi_sub02,
.navi_sub02:hover,
.navi03:hover ~ .navi_sub03,
.navi_sub03:hover,
.navi04:hover ~ .navi_sub04,
.navi_sub04:hover{
	display: block;
	/*opacity: 1;*/
}
	
.navi01_01arrow{
	position: relative;
}

.navi02 span{
	display: inline-block;
	position: relative;
	padding:0 2em 0 0;
}
	
.navi02 span::after{
	content: '';
	background: url("../img/common/icon_arrow_B3B3B3.svg") no-repeat;
	width:9px;
	height:10px;
	position: absolute;
	top: 57%;
	right: 0.5em;
	transform: translate(-50%,-50%);
	
}

/*============================
	ナビゲーションの中のＣＳＳ
============================*/

.navi_sub,
.navi_sub_arrow02,
.navi_sub_arrow03{
	position: relative;
	padding:0;
	z-index: 2;
	/*background:#FFC47B;*/
	background: linear-gradient(transparent 10px, #FFC47B 0 10px);
	color:#FFFFFF;
}

.navi_sub::after,
.navi_sub_arrow02::after,
.navi_sub_arrow03::after{
	content: '';
	background: url("../img/icon/icon_arrow_FFC47B.svg") no-repeat;
	width:14px;
	height:14px;
	position: absolute;
	bottom: calc(100% - 10px);
	left: 44%;
	transform: translate(-50%,-50%);
	transform: rotate( -90deg );
	z-index: -1;
}
.navi_sub>ul>li:first-child a{
	padding-top:1.5em;
}

.navi_sub>ul>li:nth-child(odd){
	width:100%;
	margin:0;
}
.navi_sub>ul>li:nth-child(even){
	width:100%;
	margin:0;
}
.navi_sub>ul>li a{
	display: block;
	padding:1em;
	border-bottom:1px solid #FFFFFF;
	box-sizing: border-box;
	color:#FFFFFF;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-decoration: none;
	position: relative;
}

.navi_sub>ul>li a:hover{
	color:#F07400;
}
.navi_sub>ul>li:last-child a{
	border-bottom:none;
}

.navi_sub>ul>li a::before{
	content: '';
	background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
	width:17px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%,-50%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.navi_sub>ul>li a:hover::before{
	content: '';
	background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
	width:17px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-50%,-50%);
}

.navi_sub>ul>li:first-child a::before{
	top: 58%;
}
.navi_sub_more::before{
	background:none !important;

}
	
.nav_s {
	right: -40%;
	width: 40%;
}
	
	

/***  フッター  ***/
#foot01 {
	width:100%;
	padding:2em 0 5em 0;
}
	



.foot01_01>ul{
	width:23%;
	margin:0 1%;
}

	

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

	
	
/*新下固定*/
	
.store_s_block>ul>li:nth-child(1){
	width:30%;
}
.store_s_block>ul>li:nth-child(2){
	width:64%;
	margin:0 2%;
}

.kote_kant01_02_pc{
	display: block;
}
	
.kote_kant_block{
	bottom:1em;
	width:45%;
	max-width: 340px;
	margin:0;
	top: auto;
	left:auto;
	right:1em;
}
	
.kote_kant01_01title{
	margin:0;
}

#kote_close{
	height:100px;
}
#kote_close img{
	max-width: 35px;
	top: 0;
	right: -1.5em;
}
	
.kote_kant01_02>ul>li>dl>dt{
	width:35%;
	padding:1em;
}
.kote_kant01_02>ul>li>dl>dd{
	width:65%;
	padding:0.5em;
}
.kote_kant01_02 input,
.kote_kant01_02 input[type=image] {
	width: 100%;
	margin:0 0 0.5em;
}

/***  ページTOP  ***/
#page_tops {
	bottom:0.5em;
	right:0.5em;
}
	
	
.pan>ol>li{
	padding:0 0.5em;
}

.foot_cv_block>ul>li{
	width:30.666666666%;
	margin:0 2px;
}
.foot_cv_block>ul>li:nth-child(2){
	padding:0;
}
.foot_cv_block>ul>li:nth-child(3){
	padding:0;
}

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




}

@media (min-width : 1200px) { 

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


.foot_block>ul>li:nth-child(1){/*345 1380*/
	width:25%;
	margin:0 1% 0 0;
	text-align: left;
}
.foot_block>ul>li:nth-child(2){/*345 1380*/
	width:73%;
	margin:0 0 0 0;
}
.w_100.foot_logo_pc_le img{
	width: auto;
    max-width: 100%;
    margin: 0;
}

.navi{/*1600 940*/
	font-size: 105%;
}

.head02>ul>li{/*180 35*/
	width:20%;
	margin:0 8%;
	
}
	
/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:auto;
}
	
.sns_block>ul{
	justify-content:flex-start;
}
}


@media (min-width : 1400px) { 

/***  ヘッダー  ***/
	
.disp_pt_head { display:block; }/*PC時だけ表示*/
.disp_st_head { display:none; }/*スマホ時とタブレット時表示*/
	
#disp_fix {width:80px; }
	
#head00s {
	width:80px;
	float: right;
	margin:0;
	padding:0 1em;
	box-sizing: border-box;
	border-radius: 0 0 0 20px;
	background:var(--main-btn-color);
	position:relative;
	box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.10);
	padding:0;
	z-index:2;
}
#head00s>ul>li:nth-child(1){
	width:0;
	padding:0;
}
#head00s>ul>li:nth-child(2){
	width:100%;
	margin:0;
}
.head02s>ul>li:nth-child(1),
.head02s>ul>li:nth-child(2),
.head02s>ul>li:nth-child(3){
	width:0;
}
.head02s>ul>li:nth-child(4){
	width:96%;
	padding:1em 1.2em 1.2em 1.4em;
	box-sizing: border-box;
	
}

#head00 {
	width:100%;
	margin:0 auto 2em;
	position: relative;
	background:none;
	top:0;
	padding:0 0 0.5em 0;
	padding:0;
	z-index: 500;
}
.head_block{

	max-width: 1150px;
	border-radius: 0 0 20px 20px;
	background:#FFFFFF;
	margin:0 auto;
	position: relative;
}
.head_block>ul{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/
	right:0;
	/*並び方の設定*/
	justify-content:center;/*親要素に空きがあったら均等に配置　これがなければ左寄せ*/
	align-items: center;
	
}
	
.head_block>ul>li:nth-child(1){/*1600 269*/
	max-width: 130px;
	padding:0;
	box-sizing: border-box;
	width:21.666666%;/*1600 380*/
	position: relative;
}
.head_block>ul>li:nth-child(2){/*1600 830*/
	max-width: 440px;
	width:36.66666%;/*1600 640*/
	margin:0 1%;
}
.head_block>ul>li:nth-child(3){/*1600 460*/
	max-width:440px;
	width:36.66666%;
	margin: 0;
}
.head_cont{
	border-radius: 50px;
	color:#FFFFFF;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
	.head_cont .navi01{
		padding:0.7em 0.5em 0.7em 0;
	}
	
	
.head_cont::after{
	content: '';
	background: url("../img/common/icon_arrow_FCEE21.svg") no-repeat;
	background-size: contain;
	width:7px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translate(-50%,-50%);
}
	
.head02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:flex-end;
	align-items: center;
	position: relative;
}
	
.head02>ul>li:nth-child(1){/*213 460*/
	width:52.1%;
	margin:0 2% 0 0;
	
}
.head02>ul>li:nth-child(2){/*239 500*/
	width:42.9%;
	margin:0 3% 0 0;
	
}
	
}

@media (min-width : 1600px) { 

/***  ページTOP  ***/
#page_tops {
	position: fixed;
	display:block;
	width:auto;
	z-index:50;
}

	
}