@charset "utf-8";

/*=== common ===*/
body {
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	position: relative;
	margin:0;
}
ul {margin: 0; padding: 0; list-style: none;}
ol {margin: 0; padding: 0;}
a, img, i {outline: none !important;}
a {text-decoration: none;color: #444;}
a:hover, a:focus {text-decoration: none; opacity:0.6; color:#444;}
a:visited{color:#444;}
p {margin: 0; font-size: 14px; line-height: 1.5; color: #444; word-wrap: break-word;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; line-height: normal; font-weight: bold;}
h2 {font-size: 20px;}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {display: none;}

::-webkit-scrollbar {
  width: 7px;
  height: 10px;
  background-color: rgba(43,139,189,0.1);
}
 
::-webkit-scrollbar-thumb {
  background:#ccc;
  border-radius: 5px;
  margin:0 2px;
}

.error {color: red;}
.content_full {margin: 0 auto; padding: 0 5%;}
.spShow, .sp_menu {display: none;}
.txtLeft {text-align: left;}
.txtRight {text-align: right;}
.txtCenter {text-align: center;}
.bgGray {background: #d8d8d9;}
.pRel {position: relative;}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*=== common ===*/

/*=== header $ footer ===*/
header{
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
}
.head_pc{
	display:flex;
	padding:10px 0 5px 0;
	margin:0;
}
.head_pc .logo img{
	width:90%;
	height:auto;
}
.head_pc .logo p,
.head_pc .logo h1 {
	margin:5px 0 0 0;
	font-size: 11px;
	color: #333;
	font-weight:bold;
}

.head_pc .nav_list .select_list ul{
	display: flex;
	font-size: 14px;
}
.head_pc .nav_list .select_list li{
	position: relative;
	padding:10px 30px 10px 20px;
	margin: 5px;
}
.head_pc .nav_list .select_list li a{
	color:#FFF;
}
.head_pc .nav_list .select_list .tour{
    border: 1px solid #2b8bbd;
    background: #2b8bbd;
    color: #FFF;
	font-weight:bold;
    border-radius:0.5rem;
}
.head_pc .nav_list .select_list .spa{
    border: 1px solid #c88eb5;
    background: #c88eb5;
    color: #FFF;
	font-weight:bold;
    border-radius:0.5rem;
}

.head_pc .nav_list .select_list li::after{
	content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: -2px;
    bottom: 0px;
	margin: auto 0;
    transform: rotate(45deg);
}
.head_pc .nav_list .select_list .tour::after{
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.head_pc .nav_list .select_list .spa::after{
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.head_pc .nav_list{
	margin-left: auto;
}
.head_pc .nav_ul{
    display: flex;
	justify-content:flex-end; 
    font-size: 12px;
    margin: 0 0 5px 0;
}
.head_pc .nav_ul li{
    position: relative;
    padding: 0 10px 0 16px;
    color: #000;
    vertical-align: middle;
	margin:0 0 0 20px;
}
.head_pc .nav_ul li::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #f29419;
}

.head_search{
	width:400px;
	margin-top:5px;
}
.head_search .form_text{
	width:70%;
	float:left;
	box-sizing: border-box;
	margin:10px 3% 0 0;
	height:40px;
	line-height:40px;
}
.head_search .btn_tours{
	width:15%;
	float:left;
	box-sizing: border-box;
}

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
}

/* Navbar Text */
.navtext {
	text-align:center;
}
.navtext img{
	width:80%;
	height:auto;
}




.top_bannar img{
	width:100%;
}

.container{
	display:flex;
	width:1280px;
	margin:0px auto;
	max-width:100%;
}

.container a{
	line-height:1.5;
}

/*サイドバー（スティッキーコンテナ）*/
.sidebar{
    margin:20px 10px 10px 10px;
}
.sidebar .inner{
	padding:0;
}
.sidebar .search_tours{
	margin:0 0 20px 0;
}
.sidebar .search_spa{
	margin:0 0 20px 0;
}
/*スティッキーアイテム*/
.sidebar-sticky-info{
    width:250px;
    margin-bottom:50px;
    position: sticky;
	position: -webkit-sticky;
    top: 5px;
    max-height: 100vh;
    overflow-y: auto;
}

.search_tours{
	background:#fff;
	border-top:5px solid #2b8bbd;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	margin: 0 0 10px 0;
	padding:10px 15px 15px 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.search_tours .sidebar-title{
	color:#2b8bbd;
	font-size:15px;
	margin-bottom: 5px;
}
.search_tours input,
.search_spa input{
	appearance: auto!important;
}

.search_tours label,
.search_spa label{
	font-size:13px;
	width:100%;
	display:block;
    vertical-align: middle;
}

.search_spa{
	background:#fff;
	border-top:5px solid #c88eb5;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:10px 15px 15px 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.search_spa .sidebar-title{
	color:#c88eb5;
	font-size:15px;
	margin-bottom: 5px;
}

.sidebar-sticky-info .text{
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#333333;
	width: 100%;
	padding:5px 0;
}
.sidebar-sticky-info .text2{
	font-size:14px;
	display:inline-block;
	font-weight:bold;
	color:#333333;
}
.footer_search .text{
	font-size:14px;
	display:inline-block;
	width:100px;
	padding:5px 0;
}
.form_date,
.form_text{
    height: 2.4em;
    width:100%;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	box-sizing: border-box;
}
.form_date{
    width:65%;
	margin:0 0 0 20px;
}

.form_text:focus{
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.sidebar-sticky-info li,
.footer_search li{
	margin-bottom:5px;
}
.price_text{
	text-align:right;
}
.sidebar-sticky-info .price_text,
.footer_search .price_text{
	width:75px;
}
.form_select{
	display: inline-block;
	position: relative;
    height: 2.4em;
    width: 135px;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    
}
.form_select select{
	width:100%;
    height: 2.4em;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    margin:3px;
}
.form_select select:focus{
    outline: none;
}
.form_select::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 10px;
    top: -2px;
    bottom: 0px;
	margin: auto 0;
    transform: rotate(135deg);
}

/* アコーディオン */
/*ベース*/
.Label {
	width:100%;
	display: block;
	cursor: pointer;
	position:relative;
}

.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 4px );
	right: 10px;
	transform: rotate(-45deg);
}

.Label_close::before{
	transform: rotate(135deg);
}

.btn,
a.btn,
#footer .btn,
#footer a.btn {
font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    width: 90%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    }
.btn_tours,
a.btn_tours,
#footer .btn_tours,
#footer a.btn_tours{
  color: #fff;
  background-color: #2b8bbd;
}
.btn_tours:hover,
a.btn_tours:hover,
#footer .btn_tours:hover,
#footer a.btn_tours:hover {
  color: #fff;
  opacity: 0.5;
}
.btn_spa,
a.btn_spa,
#footer .btn_spa,
#footer a.btn_spa {
  color: #fff;
  background-color: #c88eb5;
}
.btn_spa:hover,
a.btn_spa:hover,
#footer .btn_spa:hover,
#ffoter a.btn_spa:hover {
  color: #fff;
  opacity: 0.5;
}

#footer{
/*	width:1300px;*/
}
#footer .footer_search{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}


.footer {background: #2b8bbd; padding: 10px 0;}
.footer ul {margin-bottom: 15px; display:flex; justify-content: center;flex-wrap:wrap;}
.footer ul li a {color: #000000; font-size: 12px;}
.footer ul li a:hover {color: #fff;}
.footer ul li {margin-right: 10px; position: relative;}
.footer ul li:after {content: "|"; margin-left: 10px; vertical-align: 2px;}
.footer ul li:last-child:after {content: none;}
.copyright {text-align: center; background:#2b8bbd;padding: 10px;}
.copyright p, .foo_main p {color: #fff;}
.copyright p {font-size: 12px;}
.foo_main {
	background: #e5e5e5;
	padding: 25px 0;
}
.foo_main_inner {
	width:1280px;
	max-width:100%;
	margin:0px auto;
}
.footer_flex {
	display:flex;
	justify-content: center;
}

.foo_main a {color: #333; font-size: 13px; letter-spacing: -1px; display: inline-block; padding: 3px 0;}
.foo_main h3, .foo_main h4 {color: #333; font-size: 13px;}
.foo_main ul.disc_tyle li a:before {content: "・"; color: #333;}
.foo_main p.font22 {font-weight: bold;}
.foo_main .shop h3 {font-size: 14px;}
.foo_main .shop ul {margin-bottom: 14px;}
.foo_main .shop ul li {display: inline-block; margin-right: 15px;}
.foo_main .fb {margin-top: 16px;}
.foo_main .mp {margin-top: 10px;}

.footer_link{
	margin:0 0 40px 0;
	padding:0 15px;
    box-sizing: border-box;
	width:100%;
}
.footer_link h3{
	font-size:16px;
}
.footer_link ul li{
	font-size:14px;
	float:left;
	width:16.6%;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 0 16px;
    color: #000;
    vertical-align: middle;
	margin:0;
}
.footer_link ul li::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #f29419;
}

.footer_search_btn{
	
}
.footer_btn{
	margin:0 0 20px 0;
}
.footer_btn li{
	width:48%;
	margin:0px 1%;
	float:left;
	text-align:center;
}
.footer_btn li a{
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	width:100%;
	padding:10px 0;
	border-radius: 10px;
	position:relative;
}
.footer_btn li ::after{
	content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: -2px;
    bottom: 0px;
	margin: auto 0;
    transform: rotate(45deg);
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}

.footer_line_area{
	margin:50px 0 0 0;
	color:#000;
	display:flex;
	justify-content: center;
	align-items: center;
}
.footer_line_area img{
	width:50px;
	height:auto;
	margin:0 10px;
}
.footer_line_area h2{
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.footer_line_area p{
	color:#000;
	padding:0 10px;
	margin:0;
}
@media screen and (max-width: 768px){
	.footer_line_area{
		display:block;
		text-align:center;
	}
	.footer_line_area h2{
		margin:10px 0;
	}
	.footer_line_area .bold{
		margin-top:10px;
		font-weight:bold;
	}
}

.footer_line_area{
}
.fob {font-weight:bold !important;}
.ft11 {font-size:11px !important;}
.ft12 {font-size:12px !important;}
.ft13 {font-size:13px !important;}
.ft14 {font-size:14px !important;}
.ft15 {font-size:15px !important;}
.ft16 {font-size:16px !important;}
.ft17 {font-size:17px !important;}
.ft18 {font-size:18px !important;}
.ft20 {font-size:20px !important;}
.ft21 {font-size:21px !important;}
.ft22 {font-size:22px !important;}
.ft23 {font-size:23px !important;}
.ft24 {font-size:24px !important;}
.ft25 {font-size:25px !important;}
.ft26 {font-size:26px !important;}

.pad05 {padding:5px !important;}
.pad10 {padding:10px !important;}
.pad15 {padding:15px !important;}
.pad20 {padding:20px !important;}
.pad25 {padding:25px !important;}
.pad30 {padding:30px !important;}
.pad35 {padding:35px !important;}

.pt05 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}

.pb05 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important}
.pb25 {padding-bottom:25px !important}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}

.pl05 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pl60 {padding-left:60px !important;}

.pr05 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pr60 {padding-right:60px !important;}

.mar05 {margin:5px !important;}
.mar10 {margin:10px !important;}
.mar15 {margin:15px !important;}
.mar20 {margin:20px !important;}
.mar25 {margin:25px !important;}

.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}

.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important}
.mb25 {margin-bottom:25px !important}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml60 {margin-left:60px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}

.sns_btn{
	width:100%;
	height:90px;
	background: #e5e5e5;
	margin:0;
}
.sns_btn ul{
	position:relative;

}
.sns_btn ul{
	display:flex;
	position:absolute;
	right:0;
	}
.sns_btn li{
	margin:10px;
}
.sns_btn a{
	color:#555;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  background: #b1d5eb;
  border-radius: 50%;
  z-index:999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	
	
	/* ハンバーガーメニュー */
	/* Navbar & Navmenu color */
	:root {
  		--background-navbar: rgba(55, 55, 55, 0.98);
	}

	.header {
  		background: var(--background-navbar);
  		position: fixed;
  		width: 100%;
  		height: 52px;
	}

	.navtext p,
	.navtext h1 {
		font-size: 11px;
		color: #333;
		font-weight:bold;
		margin:0;
	}

	/* Nav items */
	.menu {
  		list-style: none;
  		position: absolute;
  		width: 100%;
  		height: auto;
  		top: 0;
  		margin-top: 52px;
  		padding: 0 0 10px 0;
  		clear: both;
  		background:#fff;
  		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  		transform: scale(1, 0);
  		transform-origin: top;
	}

	/* Hamburger menu button */
	.menu-btn:checked ~ .menu {
  		transform: scale(1, 1);
  		transform-origin: top;
  		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  		z-index:100;
  		top: 15px;
	}

	/* Hamburger menbu text */
	.menu a {
  		text-decoration: none;
  		font-weight: 500;
  		letter-spacing: 2px;
  		font-size: 16px;
  		text-transform: capitalize;
  		color: #333;
  		opacity: 0;
  		transition: 0.5s;
	}

	.menu li {
  		border-top: 1px solid rgb(75, 75, 75);
  		padding: 15px 0;
  		margin: 0 54px;
  		opacity: 0;
  		transition: 0.5s;
	}

	
	.menu-btn:checked ~ .menu a,
	.menu-btn:checked ~ .menu li {
  		opacity: 1;
  		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}
  	

	.menu-btn {
  		display: none;
	}

	.menu-icon {
  		display: inline-block;
  		position: relative;
  		cursor: pointer;
  		padding: 24px 14px;
  		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.navicon {
  		background: #2b8bbd;
  		display: block;
  		height: 3px;
  		width: 26px;
  		position: relative;
  		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

	.navicon:before,
	.navicon:after {
  		content: "";
  		display: block;
  		height: 100%;
  		width: 100%;
  		position: absolute;
  		background: #2b8bbd;
  		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

	.navicon:before {
  		top: 9px;
	}

	.navicon:after {
  		bottom: 9px;
	}
	
	.footer_sp{
		border-top:1px solid #DDDDDD;
		margin:20px;
		padding:20px 0;
	}

	/* Hamburger Menu Animation Start */
		.menu-btn:checked ~ .menu-icon .navicon:before {
  		transform: rotate(-45deg);
	}

	.menu-btn:checked ~ .menu-icon .navicon:after {
  		transform: rotate(45deg);
	}

	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  		top: 0;
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  		bottom: 0;
	}

	.menu-btn:checked ~ .menu-icon .navicon {
  		background: rgba(0, 0, 0, 0);
  		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	/* Hamburger Menu Animation End */

	/* 検索エリア */
	.search_btn_area {
    	width: 100%;
    	height: 40px;
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	z-index: 999;
		background:#FFF;
	}
	.search_btn_s {
    	width: 50%;
    	height: 40px;
		float:left;
	}
	.search_btn_s a,
	.search_btn a {
    	width: 100%;
    	color: #FFF;
    	height: 40px;
    	line-height: 40px;
    	display: inline-block;
    	background: #2b8bbd;
    	font-size: 16px;
    	font-weight: bold;
    	letter-spacing: 3px;
    	text-align: center;
	}
	.search_btn_spa a{
		background: #c88eb5;
	}

	.search_btn_s a i,
	.search_btn a i {
    	padding: 0 5px 0 0;
	}

	.search_box {
    	overflow: auto;
    	padding: 0 15px;
    	-webkit-overflow-scrolling: touch;
	}
	.search_tours,
	.search_spa{
		border:none;
		margin:0;
		padding:0 0 10px 0;
		box-shadow:none;
	}
	.search_tours label, 
	.search_spa label {
    	font-size: 14px;
	}
	.search_popup{
    	display: none;
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background: #fff;
    	z-index: 9999;
    }
	.search_popup .inner_sp {
    	position: relative;
    	padding: 0;
    	width: 100%;
    	height: 100%;
    	overflow-y: auto;
    }
	.search_popup .search_close {
  		display: block;
  		position: relative;
  		width: 100%;
	}
	.search_popup .search_close::before,
	.search_popup .search_close::after { /* 共通設定 */
  		content: "";
    	position: absolute;
    	top: 20px;
    	right: 20px;
    	width: 1px;
  		height: 30px; /* 棒の高さ */
  		background: #333;
  		z-index: 1000;
	}
	.search_popup .search_close::before {
  		transform: translate(-50%,-50%) rotate(45deg);
	}
	.search_popup .search_close::after {
  		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.search_popup h2 {
    	font-size: 14px;
    	font-size: 1.4rem;
    	letter-spacing: 5px;
    	text-align: center;
    	font-weight: bold;
    	border-bottom: 1px dotted #FFF;
    	padding: 0 0 10px 0;
    	margin: 15px 0 10px 0;
    	cursor: pointer;
    }
	.search_popup h2 span {
    	background: url(img/top/search_icon.png) no-repeat 0 center;
    	background-size: 15px auto;
    	padding: 0 0 0 20px;
	}
	.search_popup .sidebar-title{
		font-size:18px;
	}
	.search_popup .text{
		font-size:16px;
		font-weight:bold;
		margin:5px 0;
	}
	.search_popup li input{
		border:1px solid #ccc;
	}
	.search_popup .text2{
		font-size:16px;
		font-weight:bold;
		line-height: 25px;
		display:inline-block;
	}
	.search_popup .btn{
		font-size:16px;
		width:100%;
		box-sizing: border-box;
	}
	.price_text{
		width:120px;
	}

	.logo-area img{
		width:60%;
		height:auto;
	}
	.container{
		display:block;
	}

	#footer{
		width:auto;
/*		margin-bottom: 60px;*/
	}
	#footer .footer_search {
    	display: block;
	}
	.foo_main{
		display: block;
	}
	.sns_btn{
		height:auto;
	}
	.sns_btn ul{
		display: flex;
    	justify-content: center;
    	position: initial;
	}
	.footer_link{
		margin:0 0 20px 0;
	}

	.footer_link ul li{
		float:none;
		width:100%;
	}
	.footer_btn{
		margin:0;
	}
	.footer_btn li{
		width:90%;
		margin:10px auto;
		float:none;
	}
	.footer_btn li a{
		font-size:18px;
	}
}

@media screen and (min-width:769px) {
	.sp{
		display: none;
	}
}


.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #aaa;
	font-size:15px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
    color: #aaa;
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ff9400;
}

.star5_rating[data-rate="5"]:after{ width: 100%; } 
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2.4"]:after{ width: 48%; }
.star5_rating[data-rate="2.3"]:after{ width: 46%; }
.star5_rating[data-rate="2.2"]:after{ width: 44%; }
.star5_rating[data-rate="2.1"]:after{ width: 42%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.9"]:after{ width: 38%; }
.star5_rating[data-rate="1.8"]:after{ width: 36%; }
.star5_rating[data-rate="1.7"]:after{ width: 34%; }
.star5_rating[data-rate="1.6"]:after{ width: 32%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1.4"]:after{ width: 28%; }
.star5_rating[data-rate="1.3"]:after{ width: 26%; }
.star5_rating[data-rate="1.2"]:after{ width: 24%; }
.star5_rating[data-rate="1.1"]:after{ width: 22%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.9"]:after{ width: 18%; }
.star5_rating[data-rate="0.8"]:after{ width: 16%; }
.star5_rating[data-rate="0.7"]:after{ width: 14%; }
.star5_rating[data-rate="0.6"]:after{ width: 12%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0.4"]:after{ width: 8%; } 
.star5_rating[data-rate="0.3"]:after{ width: 6%; } 
.star5_rating[data-rate="0.2"]:after{ width: 4%; } 
.star5_rating[data-rate="0.1"]:after{ width: 2%; } 
.star5_rating[data-rate="0"]:after{ width: 0%; }

.navilist{
    box-sizing: border-box;
	font-size:12px;
}
.navilist ul{
    margin: 10px auto 0 auto;
    width: 97%;
    max-width: 1280px;
}
.navilist li {
    float: left;
    margin: 0 0 0 5px;
    height: 30px;
    line-height: 30px;
}
.navilist li a {
    color: #333333;
    margin: 0 5px 0 0;
}
.navilist li a:after {
    content: ">";
    margin: 0 0 0 10px;
}
@media screen and (max-width: 768px){
	.navilist li {
	    line-height:120%;
	}
}


.head_linebunner{
	display:none;
	position:fixed;
	width:100%;
	background:#24CA3A;
	text-align:center;
	z-index:99999;
}
.head_linebunner a{
	margin:0;
	padding:0;
}
.head_linebunner img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

