@charset "UTF-8";

@media screen and (max-width:768px){
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #000;
	background: #FFF;
}
.montserrat01{ font-family:'Montserrat', sans-serif; font-weight: 400;}
.montserrat02{ font-family:'Montserrat', sans-serif; font-weight: 700;	}
a { color: #000; text-decoration: none;}
a:hover { text-decoration: none; opacity: 1.0; }

.item .img{ width: 100%; height: initial; display: block;}
.item .img img{width: 100%; height: auto; max-width: initial; max-height: initial;}

.pc{ display: none!important; }
.sp{ display: block!important; }
.flexContainer{ display: flex; display: -webkit-flex; justify-content: space-between;flex-wrap:wrap; }

input[type="text"],
input[type="password"] {
	padding-left: 10px;
	border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus { outline: 0; border-color: #c22121;}

.logo{
	font-size: 26px;
	font-family:'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;	
	letter-spacing: 5.4px;
}
.logo span{ color: #e43324;}
.btn a{
	display: block;
	color: #FFF;
	letter-spacing: 1.6px;
	border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
}
.btn a:hover{ text-decoration: none;}
.login a{ background: #0eb1df;}

.more{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.more a{
	background-image: url(/images/top_2/sp/icon_more.png);
	background-position:right center;
	background-size:12px 7px;	
	background-repeat: no-repeat;
	padding-right: 20px;	
}	
.more a.opened{ background-image: url(/images/top_2/sp/icon_moreClose.png); }

.titWrap{
	width: 100%;
	margin: 0;	
	position: relative;
}

/* !saleBnr
---------------------------------------------------------- */
#saleBnr {
	width: 100%;
	min-width: initial;
	background: #c22121;
	background-image: url(/images/common_2/sp/icon_sale_arrow.png);
	background-position: right center;
	background-size: 29px 15px;
	background-repeat: no-repeat;
}
#saleBnr a{ color: #FFF; }
#saleBnr a:hover{ text-decoration: none; }
#saleBnrIn{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	align-items: center;
	letter-spacing: 1.3px;
}

#saleBnrIn .txtSale{
	font-size: 19px;
	height: initial;
	line-height: 50px;
	letter-spacing: 4.0px;
	color:#fff000;
	padding-right: 0;
	padding-left: 10px;
	border-right: none; 
}
#saleBnrIn .txtWrap{display: block; padding-left: 15px; }
#saleBnrIn .txtDate{ font-size: 10px; font-weight: bold; line-height: 16px; padding-left: 0; padding-right: 0; }
#saleBnrIn .txtDate span{ color: #fff000; }
#saleBnrIn .txtMain{ font-size: 14px; font-weight: bold; }	
		

/* !adminBnrSp
---------------------------------------------------------- */
#adminBnrSp {
	width: 100%;
	min-width: initial;
	background: #c22121;
}
#adminBnrSp a {
	display: block;
	padding: 15px 0;

}
#adminBnrSp #adminBnrSpIn {
	width: 350px;
	margin: 0 auto;
}
#adminBnrSp #adminBnrSpIn ul {
	clear: both;
	height: 24px;
}
#adminBnrSp #adminBnrSpIn ul li {
	float: left;
}
#adminBnrSp #adminBnrSpIn ul li:first-child {
	margin: 0 7px 0 0;
}
#adminBnrSp #adminBnrSpIn ul li:last-child {
	margin: 0 0 0 10px;
}
#adminBnrSp #adminBnrSpIn ul li img {
	width: 24px;
}
#adminBnrSp #adminBnrSpIn ul li.adminTxt {
	width: 240px;
	padding: 2px 25px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/images/common_2/sp/admin_bnr_arrow.png);
	background-position: right center;
	background-size: 9px 15px;
	background-repeat: no-repeat;
}

/* !header - SP
---------------------------------------------------------- */
#headerSp{ width: 100%; height: 55px; display: block;}
#headerSpIn{ width: 92%; margin: 0 auto; padding-top: 19px; }
#headerSpIn h1{font-size: 21px; line-height: 1;}
#headerBoxSp{ display: block; font-weight: bold;}
#headerBoxSp h3{font-size: 12px; color: #666666; background: #e8e8e8; padding-left: 20px; height: 30px; line-height: 30px; }
#headerBoxSp .loginBtn{ height: 44px; line-height: 44px; border-bottom: 1px solid #e8e8e8; padding-left: 20px; background: url(/images/common_2/sp/icon_loginNavi.png) right center / 27px 7px no-repeat; }
#headerBoxSp .mypageBtn{ height: 44px; line-height: 44px; border-bottom: 1px solid #e8e8e8; padding-left: 20px; background: url(/images/common_2/sp/icon_linkNav.png) right center / 22px 12px no-repeat; }
#headerBoxSp .member{ height: 44px; line-height: 44px; border-bottom: 1px solid #e8e8e8; padding-left: 20px;}
#headerBoxSp .member span { color: #c22121; }
#headerBoxSp .close{background: url(/images/common_2/sp/icon_loginNavi_close.png) right center / 27px 7px no-repeat;}
#headerBoxSp .loginBtn a, #headerBoxSp .logoutBtn a, #headerBoxSp .mypageBtn a {display: block;}
#headerBoxSp .logoutBtn{ height: 44px; line-height: 44px; border-top: 1px solid #e8e8e8; padding-left: 20px; background: url(/images/common_2/sp/icon_linkNav.png) right center / 22px 12px no-repeat; }

#loginContentSp {
	display: none;
	margin-left:20px;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #e8e8e8;
} 
#loginContentSp .regist a{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #c22121;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
#inputWrap{ width: 100%; margin-bottom:10px; }
#inputWrap input[type="text"],
#inputWrap input[type="password"]{
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
	-webkit-appearance: none; 
}
#loginContentSp .login a{
	width: 100%;
	height: 44px;
	line-height: 44px;	
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
#loginContentSp input[type="checkbox"]{ display: none; height: 100%; }
#loginContentSp label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 28px;
	cursor: pointer;
	font-size: 12px;
	color: #666666;
}
#loginContentSp label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #fff;
	border: 1px solid #dadada;
}
#loginContentSp input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 3px;
  height: 8px;
  border-right: 2px solid #c22121;
  border-bottom: 2px solid #c22121;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#loginContentSp #helpLink{ margin-top: 10px;}
#loginContentSp helpLink li{ font-size: 10px; font-weight: bold; padding-bottom: 2px; letter-spacing: 1.3px;}
#loginContentSp #helpLink li a{
	background: url(https://www.hotholiday.jp/images/common_2/icon_helpLink.png) left center / 6px 7px no-repeat;	
	padding-left: 15px;
}

#loginContentSp #socialLogin { 
	border-top: 1px solid #e8e8e8;
	padding-top: 15px;
	margin-top: 15px;
}
#loginContentSp #socialLogin p { margin-bottom: 15px; font-weight: bold; }
#loginContentSp #socialLogin ul { 	display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: left; }
#loginContentSp #socialLogin ul li { margin-right: 30px; }

#headerBoxSp .box_user{margin-left: 20px; padding: 15px 0;}
#headerBoxSp .border{border-bottom: 1px solid #e8e8e8;}
#headerBoxSp .box_user h4{font-size: 14px; color: #444444; margin-bottom: 10px;}
#headerBoxSp .box_user h4.favorite{background: url(/images/common_2/sp/icon_tit_favorite.png) left center / 15px 14px no-repeat; padding-left: 20px;}
#headerBoxSp .box_user .img_favorite{ width: 14.75%;}
#headerBoxSp .box_user .img_favorite img{width: 100%; height: auto;} 
#headerBoxSp .box_user .fukidashi{ width: 68%; margin-right: 14.75%;}
#headerBoxSp .box_user .fukidashi img{ width: 100%; height: auto; }

#headerBoxSp .box_user ul{width: 84.12%; justify-content: flex-start; margin-bottom: 10px;}
#headerBoxSp .box_user li {width: 45px; height:45px; background-color: #eee; overflow: hidden; display: flex; display: -webkit-flex; justify-content: center; align-items: center; margin-right: 20px;}
#headerBoxSp .box_user li:last-child {margin-right: 0;}
#headerBoxSp .box_user li img{width: 45px; height: auto;}

#headerBoxSp .menuList{margin-left: 20px;}
#headerBoxSp .menuList li{height: 45px; line-height: 45px; border-bottom: 1px solid #e8e8e8; background: url(/images/common_2/sp/icon_linkNav.png) right center / 22px 12px no-repeat;}
#headerBoxSp .menuList li.mag{background: url(/images/common_2/sp/icon_linkNavBlank.png) right center / 31px 13px no-repeat;}
#headerBoxSp .menuList li:last-child{border-bottom: none;}
#headerBoxSp .menuList li a{display: block;}


#headerBoxSp .ttlAdmin span {
	margin: 0 20px 0 0;
	color: #333333;
}
#headerBoxSp #activeAdmin {
	margin: 0 0 15px 0;
}
#headerBoxSp #activeAdmin .adminBaloon {
	padding: 0 0 10px 0;
	background-image: url(/images/common_2/sp/admin_bg_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#headerBoxSp #activeAdmin .adminBaloon span {
	display: block;
	padding: 14px 0;
	background-color: #c22121;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
#headerBoxSp #activeAdmin .adminDetail {
	padding: 10px 8%;
}	
#headerBoxSp #activeAdmin .adminDetail li {
	display: table;
}
#headerBoxSp #activeAdmin .adminOne {
	display: table;
	margin: 0 auto;
	padding: 10px 8%;
}
#headerBoxSp #activeAdmin .adminDetail li img,
#headerBoxSp #activeAdmin .adminOne img {
	display: table-cell;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #dddddd;
	max-width: 40px;
	max-height: 40px;	
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}	
#headerBoxSp #activeAdmin .adminDetail li span,
#headerBoxSp #activeAdmin .adminOne span {
	display: table-cell;
	width: 120px;
	background-image: url(/images/common_2/admin_info_icon_online.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #555555;
	font-size: 12px;
}

#headerBoxSp #activeAdmin .menuListContact {
	border-top: 1px solid #e8e8e8;
}
#headerBoxSp #activeAdmin .menuListContact li {
	background-image: url(/images/common_2/sp/admin_bg_btn_arrow.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 10px 17px;
	border-bottom: 1px solid #e8e8e8;
	margin-left: 20px;
}
#headerBoxSp #activeAdmin .menuListContact li a {
	display: block;
	padding: 13px 20px 13px 55px;
	font-size: 22px;
}
#headerBoxSp #activeAdmin .menuListContact li a span.contactNote {
	display: block;
	color: #222222;
	font-size: 11px;
	line-height: 1.1;
}
#headerBoxSp #activeAdmin .menuListContact .menuTel {
	background-image: url(/images/common_2/sp/admin_icon_tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
#headerBoxSp #activeAdmin .menuListContact .menuLine {
	background-image: url(/images/common_2/sp/admin_icon_line.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
#headerBoxSp #activeAdmin .menuListContact .montserrat02 {
	letter-spacing: 2px;
}












#headerBoxSp #searchSpNavi{
	display: block;
	text-align: center;
	padding: 20px 0 5px;	
}
#headerBoxSp #searchSpNavi .txt{ color: #000; font-size: 15px; font-weight: bold; line-height: 1; margin-bottom: 15px;}
#headerBoxSp #searchSpNavi .txt span{ padding-right: 5px; }
#headerBoxSp #searchSpNavi #wordSearch{
	position: relative;
	width: 91%;
	background: #FFF;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 auto;	
	overflow: hidden;
}
#headerBoxSp #searchSpNavi #wordSearch input[type=text] {
	float:left;
	width: 85%;
	height: 44px;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#headerBoxSp #searchSpNavi #wordSearch input[type=submit] {
	display: inline-block;
	width: 15%;
	height: 44px;
	border: 0;
	background-color: #444444;
	background-image: url(/images/top_2/sp/icon_search.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#headerBoxSp .areaWrap{width : -webkit-calc(100% - 40px); width : calc(100% - 40px); margin: 20px auto 0;}
#headerBoxSp .areaWrap h4{padding-left: 27px; margin-bottom: 15px;}
#headerBoxSp .areaWrap h4.areaTit{ background: url(/images/top_2/sp/icon_area.png) center left / 13px 21px no-repeat;}
#headerBoxSp .areaWrap .subTxt{font-size: 10px; color: #666666; position: absolute; top: 3px; right: 0;}
#headerBoxSp .areaWrap  .areaMenu{margin-bottom: 25px;}
#headerBoxSp .areaWrap  .areaMenu p{
	width: 100%;
	height: 44px;
	padding-left: 15px;
	margin-bottom: 2px;
	line-height: 44px;
	background-color: #fff;
	background-image: url(/images/top_2/sp/icon_open.png);
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
}
#headerBoxSp .areaWrap .areaMenu p.close{ background-image: url(/images/top_2/sp/icon_close.png); }
#headerBoxSp .areaWrap .areaMenu ul{display: none;}
#headerBoxSp .areaWrap .areaMenu ul li{
	width: 100%;
	height: 44px;
	padding-left: 15px;
	margin-bottom: 2px;
	line-height: 44px;
	background-color: #fff;
	background-image: url(/images/top_2/sp/icon_link.png);
	background-size: 25px 12px;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
}
#headerBoxSp .areaWrap .areaMenu ul li span{padding-right: 20px;}
#headerBoxSp .areaWrap .areaMenu ul li a{ display: block;}

/*ドロワーメニュー*/
#headerSp .drawer-hamburger{
	position: relative;
	width: 17px;
	padding: 0;
	margin-top: -7px;
} 
#headerSp .drawer-hamburger-icon:after, #headerSp .drawer-hamburger-icon:before{
	position: absolute;
	top: -6px;
	left: 0;
	content: " "	
}
#headerSp .drawer-hamburger-icon:after{ top: 6px}
.drawer-open {position:fixed; /* for iOS11 */}
.drawer-open .drawer-hamburger-icon, .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before{ background-color: #FFF;}
.drawer-open #headerSp .drawer-hamburger-icon:after{ top: -6px; }
.drawer-open .drawer-overlay{background-color: rgba(0, 0, 0, .5)}
#headerBoxSp .drawer-nav{ width: 86.66%; z-index: 9999;}

	
/* !header - PC
---------------------------------------------------------- */
#header { width: 100%; min-width: 1280px; height: 90px; }
#headerIn {
	margin: 0 auto;
	padding-top: 18px;
	max-width: 1230px;
	text-align: left;
}
#logoWrap{ width: 507px; }	
#headerLogo{ margin-top: 17px; }
#logoWrap #headerTxt{
	margin-top: 17px;
	font-size: 10.5px;
	line-height: 16px;
	letter-spacing: 1.0px;
	color:#666666;
}	
#headerUtility { width: 561px; height: 54px;}
#headerSearch input[type="text"] {
	width: 230px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #dadada;
	padding-left: 31px;	
	vertical-align: top;
	background-color: #f0f0f0;
	background-image: url(/images/common_2/icon_hd_search.png);
	background-size: 23px 14px;
	background-repeat: no-repeat;
	background-position: left center;	
}
#headerLinks { margin-top: 10px;}
#headerLinks li { display: inline-block; font-size: 12px;}
#headerLinks li a{ background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
#headerLinks li.qa a{ background-image: url(/images/common_2/icon_hd_qa.png); background-size: 13px 13px; }
#headerLinks li.favorite a{ background-image: url(/images/common_2/icon_hd_favorite.png); background-size: 13px 12px;}
#headerLinks li:first-child { border-right: 1px dotted #898989; padding-right: 16px; }
#headerLinks li:last-child { padding-left: 10px; }
#headerBtn li a{
	height: 54px;
	line-height: 54px;
	background-repeat: no-repeat;
	background-position: left center;	
}
#headerBtn .cart a{
	width: 66px;
	background-color: #c22121;
	margin-right: 20px;
	background-image: url(/images/common_2/icon_hd_cart.png);
	background-size: 40px 20px;
	padding-left: 48px;
}
#headerBtn .login a{
	width: 114px;
	background-image: url(/images/common_2/icon_hd_login.png);
	background-size: 167px 16px;
	padding-left: 54px;	
}
#headerBtn .close a{
	width: 108px;
	background-color: #666666;
	background-image: url(/images/common_2/icon_hd_close.png);
	background-size: 27px 7px;
	background-position: right center;	
	padding-left: 60px;	
}
#headerBtn li a span.txtClose{ display: none;}


/*loginクリック後のメニュー*/
#headerBox{ display: none !important; }

/* !gNavi
---------------------------------------------------------- */
#gNaviWrap{
	width: 100%;
	min-width: 1280px;
	height: 60px;
	background: #222222;
	z-index: 100;
	position: relative;
}
#gNavi{ width: 940px; margin: 0 auto; position: relative;
}
#gNavi ul{
	margin-right: 100px;
}
#gNavi ul li{
	font-size: 14px;
	letter-spacing: 2.0px;
	line-height: 60px;
}
#gNavi ul li a{
	color: #FFF;
}
#gNavi ul li a:hover{
	color: #c22121;
	text-decoration: none;
}
#gNavi #btnBenefits{
	position: absolute;
	top: 0;
	right: 0;
}

/* !breadcrumb
---------------------------------------------------------- */
.breadcrumb{ height: 30px; background-color:#f6f6f6;}
.breadcrumb ul{width: 92%; margin: 0 auto; letter-spacing: -.40em;}
.breadcrumb li{
	display: inline-block;
	font-size: 10px;
	color: #7c7c7c;
	line-height: 30px;
	padding-right: 6px;
	letter-spacing: normal;
}
.breadcrumb li a{color: #7c7c7c;}
.breadcrumb li:last-child{ font-weight: bold;}

/* !telephone
---------------------------------------------------------- */
#telephone{width: 100%; margin: 0 auto; border: 4px solid #c22121; box-sizing: border-box;}
#telephoneIn{width: 86.8%; margin: 0 auto; text-align: center; letter-spacing: 1.0px;}

#telephoneIn a{color: #c22121; text-decoration: underline;}
#telephoneIn h1{font-size: 19px; font-weight: bold; margin-top:24px; }
#telephoneIn .icon{margin-top:15px; }
#telephoneIn .icon img{ width: 43px; height: auto;}
	
#telephoneIn .titWrap {font-size: 12px; color: #c22121; margin-top:15px; }
#telephoneIn .titWrap .txt{font-weight: bold;}
#telephoneIn .titWrap .number{ font-size:28px; line-height: 1; margin: 3px 0 6px; letter-spacing: 3.0px;}
#telephoneIn .titWrap .number span { display: block; font-size:15px; margin: 10px 0 3px 0; }
#telephoneIn .titWrap .hour{font-size: 10px; color: #555555;}
#telephoneIn .titWrap dl.overSeas {
	width: 305px;
	margin: 10px auto 25px auto;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8;
	border-top: 1px solid #e8e8e8;
	color: #333333;
}
#telephoneIn .titWrap dl.overSeas dt {
	float: left;
	width: 55px;
}
#telephoneIn .titWrap dl.overSeas dd {
	margin-left: 65px;
	text-align: left;
}

#telephoneIn .callList {margin-top: 20px;}
#telephoneIn .callList h2{font-size: 14px; margin-bottom: 12px;}
#telephoneIn .callList ul{width: 79.3%; margin: 0 auto; margin-bottom: 10px; justify-content:flex-start;}
#telephoneIn .callList ul li{width: 40%; font-size: 10px; font-weight: bold; text-align: left; margin-bottom: 7px;}
#telephoneIn .callList ul li:nth-child(2n){margin-left:20%; }
#telephoneIn .callList ul li .img{ width: 83%; margin-bottom: 7px;}
#telephoneIn .callList ul li .img img{width: 100%; height: auto;}
#telephoneIn .callList .attention{font-size: 10px;}

#telephoneIn .before{text-align: left; margin-top: 18px;}
#telephoneIn .before h2{color: #c22121; font-size: 14px; border-bottom: 1px solid #c22121; text-align: center; padding-bottom: 15px; margin-bottom: 25px;}
#telephoneIn .before dt{color: #c22121; font-size: 10px; font-weight: bold; margin: 17px 0 7px;}
#telephoneIn .before dt span{margin-left:10px; font-size: 10px; font-weight: normal; }
#telephoneIn .before dd{font-size: 10px; line-height: 15px; }
#telephoneIn .before dd.beforeIn dt{font-size: 10px; color: #555555; margin: 10px 0 2px;}
#telephoneIn .before ul{width: 100%; font-size: 10px; margin: 10px 0 18px; justify-content:flex-start;}
#telephoneIn .before ul li{margin-right: 20px;}
#telephoneIn .bnr{ width: 100%; margin-bottom: 30px;}
#telephoneIn .bnr img{width: 100%; height: auto;}

/*ご予約特典*/
#benefits{ width: 89.06%; margin: 0 auto 50px; }
#benefitsContent{
	width: 100%;
	border: 6px solid #c22121;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#benefitsContent ul{ float: none; width:100%; margin: 0; }
#benefitsContent ul li{ width: 50%; background: #fff;}
#benefitsContent ul li:nth-child(-n+3){ margin-bottom: 0; }
#benefitsContent ul li:nth-child(2),#benefitsContent ul li:nth-child(3),#benefitsContent ul li:nth-child(6){ background: #fff2f2; }
#benefitsContent ul li img{ width: 100%; height: auto; }
#benefitsContent .txtWrap{
	float: none;
	width: 100%;
	margin-right: 0;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
#benefitsContent .txtWrap .txtMerit{ font-size: 12px; line-height: 15px; color: #c22121; margin-left: 0;}
#benefitsContent .txtWrap .tit{ margin: 3px 0 10px; font-size: 19px; letter-spacing: 1.0px; }
#benefitsContent .btn a{margin: 20px auto;}

#benefitsContent .btn a {
    width: 160px;
    height: 40px;
    line-height: 41px;
    letter-spacing: 1.5px;
    background-color: #c22121;
    text-align: center;
    background-image: url(/images/mail_magazine/icon_link_benefits.png);
    background-position: right center;
    background-size: 18px 10px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* !sns
---------------------------------------------------------- */
#sns{ width: 89.06%; margin: 0 auto 50px;}
#telBox{ width: 100%; position: relative;}
#telBoxSp{ width: 100%; display: block;}
#telBoxSp img{ width: 100%; height: auto;}
#snsBnr{ width: 100%; margin-top: 50px; }
#snsBnr img{ width: 100%; height: auto; }

/* !エリア一覧
---------------------------------------------------------- */
#listArea{
	width: 100%;
	min-width: initial;
	height: auto;
	background-image: url(/images/top_2/sp/area_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #031541;
}
#listArea  ul.first{padding-top:125px;}
#listArea  ul{
	width: 89.06%;
	margin: 0 auto;
	padding-top:0; 
	padding-bottom: 30px;
}
#listArea  ul li{
	display: inline-block;
	margin-right: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
}
#listArea  ul li h2 {
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    border-bottom: none;
    letter-spacing: 0 !important;
    margin: 0px !important;
    padding: 0px !important;
}
#listArea  ul li a{color: #FFF;}
#listArea  ul li.continent,#listArea  ul li.continent a{ font-size: 14px; font-weight: bold; color: #fff000; }
#listArea  ul li.mainArea,#listArea  ul li.mainArea a{ font-size: 14px; font-weight: bold; }
#listArea .more{ display: block !important; padding-bottom: 30px; }
#listArea .more a{color: #FFF; background-image:url(/images/top_2/sp/icon_more_area.png); }
#listArea .more a.opened{ background-image: url(/images/top_2/sp/icon_moreClose_area.png); }

/* !footer
---------------------------------------------------------- */
#footer{ text-align: center; margin: 50px 0;}
#footer ul{
	width: 100%;
	margin: 0 auto;	
	font-size: 12px;
	letter-spacing: 1.0px;
	border-top: 1px solid #e8e8e8;
}
#footer ul li{
	width: 50%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer ul .border{ border-right: 1px solid #e8e8e8;}
#footer ul .full{ 
	width: 100%;
}
#footer ul .line{ display: none; }
#footer ul li a{ display: block;}
#footer #footerLogo{ font-size: 20px; margin-top: 40px; letter-spacing: 4.0px;}
#footer #copyright{ margin-top: 35px; font-size: 10px; color: #666666; letter-spacing: 1.5px;} 
#footer #topBtn{width: 40px; position: absolute; right: 20px; bottom: -30px; }
#footer #topBtn img{width: 100%; height: auto;}

}

/*--------------------------------------------------------------------------------
	tinybox
--------------------------------------------------------------------------------*/
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

/* css fin*/

@media screen and (max-width:600px){
	#saleBnrIn{ margin: 0 0 0 15px; }
}
@media screen and (max-width:490px){
	#adminBnrSp #adminBnrSpIn { width: 285px; padding: 0 20px; }
	#adminBnrSp #adminBnrSpIn ul li.adminTxt { width: 200px; font-size: 12px; padding: 2px 15px 0 0;}
	
	#headerBoxSp #activeAdmin .adminDetail {
		padding: 10px 20px;
	}	
	#headerBoxSp #activeAdmin .adminDetail li img {
		margin-right: 7px;
		width: 30px;
		height: 30px;
		max-width: 30px;
		max-height: 30px;	
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}	
	#headerBoxSp #activeAdmin .adminDetail li span {
		width: 100px;
		font-size: 11px;
		background-position: left top;
	}
	#headerBoxSp #activeAdmin .menuListContact li a {
		font-size: 18px;
	}
	#headerBoxSp #activeAdmin .menuListContact li a {
			background-size: 30px 30px;
	}
	
	#telephoneIn .titWrap dl.overSeas {
		width: auto;
	}
	#telephoneIn .titWrap dl.overSeas dt {
		float: none;
		width: auto;
		text-align: center;
	}
	#telephoneIn .titWrap dl.overSeas dd {
		margin-left: 0px;
		text-align: center;
	}
	
}