@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* CSS Document */


.sp-on{
	display: none;
}

html, body {
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}
body:lang(zh-cmn-Hans)  {
	font-family: "'Noto Sans SC', sans-serif";
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}
body:lang(zh-cmn-Hant)  {
	font-family: "'Noto Sans TC', sans-serif";
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}

#wrap * {
	box-sizing: border-box;
}

.sp_only{
	display:none;
}

/*グローバルナビゲーション修正用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header #header_Right #accountMenu03 {position: relative;top: 0px;}
}

.clear{
	clear:both;
}

/* パンくず
-------------------------------------------------------*/
.breadcrumb{
  padding:5px;
}
.breadcrumb ol.breadcrumbList{
  width:960px;
  margin:auto;
  font-size:0;
}
.breadcrumb ol.breadcrumbList li{
  font-size: 12px;
  display: inline-block;
}
.breadcrumb ol.breadcrumbList li+ li:before {
    content: "＞";
    margin: 0 10px;
}

/* メインビジュアル
-------------------------------------------------------*/
#mainWrap {
	width: 100%;
	height: 530px;
	background: url(../img/main-bg.jpg) no-repeat top center;
}
#mainWrap .inner-box {
	width: 960px;
	height: 530px;
	margin: 0 auto;
	position: relative
}


#mainWrap .title {
}
#mainWrap .title_text {
	position: absolute;
    left:100px;
    bottom: 55px;
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
    /*font-weight: bold;*/
    text-align: center;
    /*font-style: oblique;*/
    text-shadow: 2px 1px #345381;
	padding-top:10px; 
}
#mainWrap .title_text span {
	font-size:25px;
}


/* ナビ
-------------------------------------------------------*/
nav {
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.9);
	margin: 30px 0;
}
nav ul {
	width: 960px;
    height: 70px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
}
nav ul li {
	width: 17%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 6px;
	height: 100%;
}
nav ul li a {
	background-color: #345381;
	text-decoration: none;
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	align-items: center;
	justify-content: center;
	position: relative;
}
nav ul li:first-child a {
	background-color: #d6b429;
	color:#fff;
}
nav ul li:nth-child(2) a {
	background-color: #d6b429;
	color:#fff;
}


nav ul li a:hover {
	background-color: #4f688e;
	transition:all 0.8s ease;
}
nav ul li:first-child a:hover {
	background-color: #dcc04f;
	transition:all 0.8s ease;	
}
nav ul li:nth-child(2) a:hover {
	background-color: #dcc04f;
	transition:all 0.8s ease;	
}

nav ul li:nth-of-type(3) a {
	background-color: #c3c3c3;
	cursor: default;
}


nav ul li a:after {
    font-family: FontAwesome;
	content: "\f0d7";
    position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	margin-top: 0;
	box-shadow: 0 1px 2px 0 #e0e0e0;
}


/* 言語選択
-------------------------------------------------------*/

#Language {
    background-color: #b5995f;
    /* padding-bottom: 70px; */
    position: fixed;
    top: 20%;
    right: 0%;
    width: 150px;
    z-index: 3939;
}
#Language dt {
    background-color: #b5995f;
    margin: 8px;
    padding: 2px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    border: #b5995f;
    background: url(../img/Language.png) no-repeat;
    background-position: 100px 0;
    background-size: 18%;    
}

/*
#Language dt:after {
	font-family: FontAwesome;
	content: "\f055";
	color: #FFF;
	position: absolute;
	right: 10px;
}*/

/*
#Language dt.active:after {
	font-family: FontAwesome;
	content: "\f056";
	color:#FFF;
}*/
#Language dd {
	background-color: #b5995f;
    border-top: solid 1px #FFF;
    padding: 3px;
    text-align: center;
    display: none;  
}

#Language dd a{
	color:#fff;
	font-size: 18px;	
}

/* オフィシャルツアー限定特典！
-------------------------------------------------------*/
#tokuten_wrap {
	width: 100%;
	padding: 60px 0;
}
#tokuten_wrap h2 {
	font-size: 24px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-weight: bold;
	text-align: center;
	color: #554728;
	letter-spacing: 0.1em;
	/*margin-bottom: 20px;*/
	background: url(../img/tokuten-title.png) no-repeat top center;
    height: 98px;
    padding-top:10px;
    line-height:1.3em;
}

#tokuten_wrap h2 span{
	font-size:32px;
}

#tokuten_wrap .inner-box {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#tokuten_wrap .copy1 {
	font-size: 30px;
	line-height: 1.6em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.point-list{
	display: flex;
	margin: 35px 0;
	justify-content: space-around;
}

.point-list li{
	width: 32%;
	text-align: center;
	padding: 30px 0;
	background-color: #f2e7ba;
	position: relative;
	box-shadow: 1px 1px 1px 1px rgba(136, 113, 63, 0.32);
}

.point-list.col2 li{
	width: 45%;
}


.point-no{
	background: -moz-linear-gradient(top left, #b5944c, #88713f); 
	background: -webkit-linear-gradient(top left, #b5944c, #88713f); 
	background: linear-gradient(to bottom right, #b5944c, #88713f); 
	padding-top: 30px;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -10px;
	left: -10px;
	font-family: 'Lobster', cursive;
}

.point-list li h3{
	font-size: 25px;
	color: #554728;
	line-height: 1.5;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 25px;
}
.point-list li h3 span{
	font-size: 20px;
}

.point-list .mini span{
	color: red;
	font-size: 18px;
	font-weight: bold;
}

#tokuten_wrap .miku{
    float: left;
    /*width: 20%;*/
    position: absolute;
    top: 227px;
    left: 8%;
}

#tokuten_wrap .copy {
	padding-top:50px;
	font-size: 14px;
	text-align: left;
	color:#544627;
	width: 60%;
    margin: 0 auto;
	width:960px;
	/* background: url(../img/tokuten_img.jpg) no-repeat right top; */
  /* height: 300px; */
}

#tokuten_wrap .copy .figma{
    background: #88713F;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    text-align: center;
	/* margin-top: 60px; */
}

#tokuten_wrap #slider {
	width: 100%;
	height: 147px;
	overflow: hidden;
	position: relative;
}
#tokuten_wrap #slider:before {
	content: url(../img/slider-left.png);
    position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#tokuten_wrap #slider:after {
	content: url(../img/slider-right.png);
    position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
#tokuten_wrap .note {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}

/* 雪ミクフェスティバル
-------------------------------------------------------*/
#LIVEWrap {
	width: 100%;
	background: #C9DFE7 url(../img/live-bg.png) no-repeat top center;
    padding-bottom: 40px;
    margin-bottom: 70px;
}
#LIVEWrap h2 {
	/*height: 160px;*/
	margin: 0 auto;
	/*background: url(../img/mankitsu-title.png) no-repeat top center;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
    letter-spacing: 0.05em;
    color: #01A0D2;
    width:960px;
}
#LIVEWrap h2 span {
	font-size: 24px;
	/*color: #e5004f;*/
	letter-spacing: 0;
}

#LIVEWrap h2 .kikan {
	font-size: 22px;
	color: #4A7990;
	letter-spacing: 0;
	text-align:right;
}

#LIVEWrap .inner-box {
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 70px;
}

#LIVEWrap #live {
    /*padding-bottom: 40px;*/
    background: url(../img/ico-music.png) no-repeat;
    width: 450px;
    /*float: right;*/
}

#LIVEWrap #live h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 90px;
	color:#07A3D2;	
	/*height: 85px;*/
	padding-top: 10px;
	/*position: relative;
	margin-bottom: 30px;*/
}
#LIVEWrap #live h3 div {
	font-size: 16px;
}


#LIVEWrap .notice {
	border: solid 1px #e8e8e8;
	font-size: 11px;
	line-height: 1.5em;
	padding: 5px 10px;
	margin-bottom: 40px;
}
#LIVEWrap .notice02 {
    /* border: solid 1px #e8e8e8; */
    font-size: 11px;
    line-height: 1.5em;
    padding: 5px 10px;
    margin-bottom: 40px;
    clear: left;
    background-color: #fdfce9;
}

#LIVEWrap #snowfestival {
    width: 450px;
    float: left;
    margin-bottom: 40px;
    background: url(../img/ico-melt.png) no-repeat;
}
#LIVEWrap #snowfestival h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 90px;
	color:#07A3D2;
	/*height: 85px;
	margin-bottom: 30px;*/
}
#LIVEWrap #snowfestival h3 div {
    font-size: 14px;
    color: #FFF;
    background: #00a0d2;
    padding:10px;
    font-weight: normal;
    line-height: 1.5em;
	text-align:center;   
	height:42px;
	margin-top:10px;
}

#LIVEWrap .right {
	float:right;
}

#LIVEWrap .left {
	float:left;
}


#LIVEWrap #photo {
	width: 450px;
    background: url(../img/ico-finder.png) no-repeat;	
}

#LIVEWrap #photo h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 90px;
	color:#07A3D2;
	/*height: 85px;
	margin-bottom: 30px;*/
}
#LIVEWrap #photo h3 div {
    font-size: 14px;
    color: #FFF;
    background: #00a0d2;
    padding:10px;
    font-weight: normal;
    line-height: 1.5em;
	margin-top:10px;
	text-align:center;
}



#LIVEWrap #skytown {
	width: 450px;
    background: url(../img/ico-plane.png) no-repeat;	
}

#LIVEWrap #skytown h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 90px;
	color:#07A3D2;
	/*height: 85px;
	margin-bottom: 30px;*/
}
#LIVEWrap #skytown h3 div {
    font-size: 14px;
    color: #FFF;
    background: #00a0d2;
    padding:10px;
    font-weight: normal;
    line-height: 1.5em;
	margin-top:10px;
	text-align:center;
}




#LIVEWrap #live .info {
    display: inline-block;
    background-color: #666666;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    margin-left: 100px;
}

#LIVEWrap .info a:before {
font-family: FontAwesome;
    content: "\f0da";
    position: relative;
    margin-right: .5em;
}


#LIVEWrap #live .info  a{ 
   color:#fff;
   text-decoration:none;
}

#LIVEWrap #live .info:hover{ 
   color:#fff;
   background:#a3a6b1;
}
#LIVEWrap .service {
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 90px;	
	padding-top:10px;
}
#LIVEWrap .service img {
	float: left;
	margin-right: 15px;	
}

#LIVEWrap #live h3 div {
    font-size: 14px;
    color: #FFF;
    background: #00a0d2;
    padding:10px;
    font-weight: normal;
    line-height: 1.5em;
	margin-top:10px;
	text-align:center;
}


#LIVEWrap .red {
	color: #e5004f;
}
#LIVEWrap .chui{
    font-size: 11px;
}

#LIVEWrap .live_link{
	text-align:center;	
	font-size:14px;
	color:#666666;
	/*float:left;*/
	padding-top: 15px;
}

#LIVEWrap .live_link a{
	color:#666666;

}

#LIVEWrap .yukine{
   
    position: absolute;
    bottom: -15%;
	right: 11%;
    width: 10%;
}


/* オプション
-------------------------------------------------------*/

#option_wrap {
	width: 100%;
	background: #333333 url(../img/option-bg.png) no-repeat top center;
	margin-bottom: 70px;
}
#option_wrap h2 {
	height: 160px;
	margin: 0 auto;
	/*background: url(../img/mankitsu-title.png) no-repeat top center;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
    letter-spacing: 0.05em;
    color: #01A0D2;
    width:1100px;
}
#option_wrap h2 span {
	font-size: 24px;
	/*color: #e5004f;*/
	letter-spacing: 0;
}

#option_wrap h2 .kikan {
	font-size: 22px;
	color: #4A7990;
	letter-spacing: 0;
	text-align:right;
}

#option_wrap .inner-box {
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 70px;
}

#option_wrap #option {
    /*width: 450px;
    float: left;*/
    /*padding-bottom: 40px;*/
    background: url(../img/ico-crystal.png) no-repeat;
}

#option_wrap #option h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 90px;
	color:#07A3D2;	
	/*height: 85px;*/
	/*padding-top: 10px;*/
	/*position: relative;
	margin-bottom: 30px;*/
	float:left;
	letter-spacing: -0.04em;	
}
#option_wrap #option h3 div {
	font-size: 16px;
}


#option_wrap .notice {
	border: solid 1px #e8e8e8;
	font-size: 11px;
	line-height: 1.5em;
	padding: 5px 10px;
	margin-bottom: 40px;
}
#option_wrap .notice02 {
    /* border: solid 1px #e8e8e8; */
    font-size: 11px;
    line-height: 1.5em;
    padding: 5px 10px;
    margin-bottom: 40px;
    clear: left;
    background-color: #fdfce9;
}

#option_wrap #option .info {
    display: inline-block;
    background-color: #666666;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    margin-left: 310px;
}

#option_wrap .service {
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 90px;	
	clear:both;
	padding-top: 15px;
}
#option_wrap .service img {
	float: left;
	margin-right: 15px;	
}
#option_wrap .red {
	color: #e5004f;
}
#option_wrap .chui{
    font-size: 11px;
}

#option_wrap .live_link{
	text-align:center;	
	font-size:14px;
	color:#666666;
}

#option_wrap .live_link a{
	color:#666666;
}



#option_wrap {
	width: 100%;
	background-color: #333333;
	padding-bottom: 70px;
	/*margin-top:100px;*/
}
#option_wrap h2 {
	height: 160px;
	margin: 0 auto;
	/*background: url(../img/qa-title.png) no-repeat top center;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 45px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	/*margin-bottom: 30px;*/
	padding-top: 60px;
	letter-spacing: 0.2em;
	color:#B4995F;

}

#option_wrap h2 span {
	font-size: 24px;
	color: #00a0d2;
}
#option_wrap .inner-box {
	width: 960px;
	margin: 0 auto;
	border:4px #B5995F solid;
}

#option_wrap .livetime{
	clear:both;
	padding-left:90px;
	text-indent:5px;
}

#option_wrap .livetime div{
	width:310px;
	float:left;
	background:#C8B488;
	color:#5B4C2C;
	margin:10px 0 20px 10px;
	text-align:center;
    padding: 5px 0;	
}
#option_wrap .livetime .date{
	font-size:18px;
	text-indent:5px;
}

#option_wrap .liveinfo {
	margin-left:90px;
}

#option_wrap .liveinfo dl{
    float: left;
    width: 360px;
    font-size: 14px;
}

#option_wrap .liveinfo dt{
	font-size:14px;
	color:#00194A;
	font-weight:bold;
}

#option_wrap .liveinfo dd{
    font-size: 14px;
    text-indent: -15px;
    padding-left: 15px;
}
#option_wrap .liveinfo dd div{
	margin-top:10px;
}

#option_wrap .gross1{
    font-size: 15px;
    float: left;
    margin-left: 80px;
    margin-top: 5px;
    color: #01A0D2;
    font-weight: bold;
}

#option_wrap .gross2{
    font-size: 15px;
    float: right;
    margin-left: 15px;
    /* margin-top: 5px; */
    color: #01A0D2;
    font-weight: bold;
    clear: both;
	padding-top: 5px;
}
#option_wrap .gross1 .big{
	font-size:22px;
}
#option_wrap .gross2 .big{
	font-size:22px;
}



/* おすすめツアータブ
-------------------------------------------------------*/
#tour_wrap {
	width: 100%;
	margin-bottom: 100px;
}
#tour_wrap h2 {
	height: 100px;
	margin: 0 auto;
	background: url(../img/tour-title.png) no-repeat top center;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 50px;
	letter-spacing: 0.1em;
	color:#544627;
}

#tour_wrap h3 {
	/*height: 100px;*/
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	/*padding-top: 100px;*/
}
#tour_wrap h3 .sp img {
	display:none;
	}

#tour_wrap .inner-box {
	width: 960px;
	margin: 0 auto;
}
#tour_wrap .tab-area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#tour_wrap .tab-area li {
	display: block;
	width: 100%;
	margin: 0 7px;	
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #00164b;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #00164b;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
#tour_wrap .tab-area li.nav_on {
	background-color: #ff546c;
	color: #fff;
	border: solid 2px #ff546c;
}
#tour_wrap .tab-area li:hover {
	background-color: #ff546c;
	color: #fff;
}
#tour_wrap .tab-area li.nav_on:after {
    font-family: FontAwesome;
	content: "\f0d7";
    position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
}
.hide{display:none;}


/* おすすめツアー
-------------------------------------------------------*/
#tourWrap {
	width: 100%;
	padding-bottom: 20px;
}
.tourWrap .inner-box {
	width: 960px;
	margin: 0 auto;
}

/*商品*/
.tourWrap h3 {
	text-align: center;
	/*background-color: #00a0d2;*/
	color: #fff;
	font-size: 18px;
	line-height: 2.0em;
	margin-bottom: 20px;
}
.tourWrap .tour-list {
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.tourWrap .tour-list li {
	width: 220px;
	margin-right: 26px;
	margin-bottom: 30px;
}
.tourWrap .tour-list li:nth-child(4n) {
	margin-right: 0;
}
.tourWrap .tour-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}

.item-box {
    width: 221px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
}
.item-box:hover {
	border: 1px solid #fdd000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-box:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid #fdd000;
    position: absolute;
    z-index: 100;
}
.item-box .ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #6b27ab;
	color: #fff;
	padding: 0 5px;
}
.item-box .pic {
	position: relative;
}
.item-box .pic img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.item-box .pic span {
	position: absolute;
	right: 2px;
	bottom: 2px;
	color: #fff;
	font-size: 11px;
	line-height: 1.1em;
	text-align: right;
	text-shadow: black 1px 1px 1px, black -1px 1px 1px,
             black 1px -1px 1px, black -1px -1px 1px;
}
.item-box .tourdata {
	padding: 8px;
}
.item-box .dep {
	margin-bottom: 5px;
}
.item-box .dep .ico-dpt {
	margin-right: 4px;
	font-size: 11px;
	padding: 0 3px;
	color: #fff;
	background-color: #444;
}
.item-box .dep .ico-air img {
	height: 17px;
	width: auto;
	vertical-align: middle;
}
.item-box .copy {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.item-box .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #004098;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.item-box .price {
	color: #C00;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.item-box .note {
	color: #666;
	font-size: 10px;
	text-align: right;
}

/*別日程ボタン*/
.other-btn {
	width: 80%;
	margin: 10px auto 0;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
}
.other-btn a {
	background-color: #e5f2ff;
	color: #333;
	border: solid 2px #cce4fc;
	font-weight: bold;
	line-height: 1.8em;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 3px;
	padding: 3px 12px;
}
.other-btn a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 3px;
}
.other-btn a:hover {
	border: solid 2px #fdd000;
	opacity: 0.8;
}

.start{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	color:#FF0000;
}

/* おすすめホテル
-------------------------------------------------------*/
.hotelWrap {
	width: 100%;
	/*background-color: #f5f5f5;*/
	/*padding-bottom: 70px;*/
}
.hotelWrap h3 {
	margin: 0 auto;
	text-align: center;
	}
.hotelWrap h3 .sp img {
	display:none;
	}

.hotelWrap .inner-box {
	width: 960px;
	margin: 0 auto;
}

.hotelWrap .attention{
	font-size:14px;
	color: #705e14;
	text-align:center;
	/*font-weight:bold;*/
}

.hotelWrap .staybox{
	background: #EEEAE3;
	width: 500px;
	color:#705e14;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
}


.hotelWrap .staybox .youbi{
 	font-size:95%;
}

.hotelWrap .hotel {
	width: 100%;
	/*display: flex;*/
	justify-content: space-between;
	padding-top: 15px;	
}
.hotelWrap .hotel li {
	width: 200px;
	float:left;
	margin:0 20px;
	height:610px;
}
.hotelWrap .hotel .ph {
	margin-bottom: 15px;
	position: relative;
}

.hotelWrap .hotel .ph span{
	position: absolute;
	color: #fff;
	background-color: #d6b429;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}
.hotelWrap .hotel .ph span.new{
	background-color: #4792bd;
}

.hotelWrap .hotel .title {
	font-weight: bold;
	font-size: 16px;
	color: #705e14;
	margin-bottom: 20px;
	/*height:40px;*/
	text-align: center;
}

.hotelWrap .hotel .title span {
	background-color: #d6b429;
	color: #fff;
	border-radius: 5px;
	padding: 2px 0;
	font-size: 14px;
	display: block;
	text-align: center;
}

.hotelWrap .hotel .s {
	font-size:14px;
}

.hotelWrap .hotel .access {
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
	margin-bottom: 10px;
	min-height:30px;
}
.hotelWrap .hotel .access:before {
    font-family: FontAwesome;
	content: "\f041";
    position: relative;
    margin-right: .5em;
}
.hotelWrap .hotel .type {
	margin-bottom: 7px;
	margin-top:10px;
	background:#4792BD;
	color:#fff;
	width:200px;
	text-align:center;
	font-size:14px;
	position:relative;
}

.hotelWrap .hotel .type:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: 0px;
    border: 8px solid transparent;
    border-top: 6px solid #4792BD;
}

.hotelWrap .hotel .copy {
	margin-bottom: 20px;
	margin: 10px 0;
}


.hotelWrap .hotel .gross {
	width: 100%;
	text-align: left;
	line-height: 1.6em;
	font-size:13px;
}

.hotelWrap .hotel .gross .youbi{
	font-size:11px;
}

.hotelWrap .hotel .gross .red{
    color: #C00;
	font-weight:bold;
}

.hotelWrap .hotel .soldout{
	color: red;
	text-align: center;
	font-weight: bold;
	padding:5px;
	border:1px red solid;
	margin-bottom:10px;
}



.hotelWrap .hotel .btn {
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}



.hotelWrap .hotel .btn {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    margin: 10px 0;
}

.hotelWrap .hotel .btn a {
	display: block;
	background-color: #00164b;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;	
	font-weight:bold;
	padding:5px 0;
}
.hotelWrap .hotel .btn a span{
	font-size: 14px;
	font-weight:normal;
}
.hotelWrap .hotel .btn a:before {
    font-family: FontAwesome;
	 content: "\f0da";
    position: relative;
    margin-right: .5em;
}
.hotelWrap .hotel .btn a:hover {
	background-color: #00a0d2;
	transition:all 0.5s ease;
}

.hotelWrap .hotel .no-twin {
    margin: 0 auto;
    text-align: left;
    padding-left: 15px;
    text-indent: -15px;
    font-size: 12px;
    padding-top: 10px;
}



.hotelop {
    width: 400px;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin: 0 auto 20px auto;
}

.hotelop a {
	display: block;
	background-color: #00164b;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;	
	font-weight:bold;
	padding:5px 0;
	margin-bottom:70px;
}

/* オプション・注意事項！
-------------------------------------------------------*/
.textbox {
	width: 100%;
	padding: 20px 0 60px 0;
}
.textbox h2 {
	font-size: 24px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-weight: bold;
	text-align: center;
	color: #00a0d2;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.textbox .inner-box {
	width: 1100px;
	margin: 0 auto;
}
.textbox .copy1 {
	font-size: 30px;
	line-height: 1.6em;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.textbox .copy1 span {
	background: linear-gradient(transparent 70%, #fefc46 50%);
}
.textbox .copy1 .kome {
	font-size: 13px;
}
.textbox .copy2 {
	font-size: 16px;
	line-height: 1.6em;
	padding:0 20px 20px 20px;
}
.textbox .copy3 {
	padding: 0 100px;
	font-size: 12px;
	margin-bottom: 40px;
	text-align: right;
}
.textbox #slider {
	width: 100%;
	height: 147px;
	overflow: hidden;
	position: relative;
}
.textbox #slider:before {
	content: url(../img/slider-left.png);
    position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.textbox #slider:after {
	content: url(../img/slider-right.png);
    position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.textbox .note {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}


/* 交通情報＆ご案内・注意事項
-------------------------------------------------------*/

#access_wrap h2 {
    height: 100px;
    margin: 0 auto;
    background: url(../img/access-title.png) no-repeat top center;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    /*letter-spacing: 0.5em;*/
    color: #0F2755;
}

#access_wrap .copy1{
	font-size:22px	;
	color:#0F2755;
	font-weight:bold;
	margin:0;
}

#access_wrap .copy2 li{
    background: url(../img/ico-mini_crystal_blue.png)top left no-repeat;
    list-style: none;
    text-indent: initial;
    padding-left: 20px;
}

#access_wrap .copy2 li span{
	color:#009FD2;
	font-weight:bold;
}

#access_wrap  .detail p {
	text-align:left;
	padding-left:15px;
	text-indent:-15px;
	color:#666666;
	font-size:14px;
}


/* ご案内・注意事項
-------------------------------------------------------*/

#attention_wrap h2{
    height: 100px;
    margin: 0 auto;
    background: url(../img/access-title.png) no-repeat top center;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    /*letter-spacing: 0.5em;*/
    color: #0F2755;
}

#attention_wrap .copy1{
	font-size:22px	;
	color:#0F2755;
	font-weight:bold;
	margin:0;
}

#attention_wrap .copy2 li{
	background: url(../img/ico-mini_crystal_blue.png)top left no-repeat;
    list-style: none;
    text-indent: initial;
    padding-left: 20px;
}

#attention_wrap .copy2 li span{
	color:#009FD2;
	font-weight:bold;
}

#attention_wrap  .detail p {
	text-align:left;
	padding-left:15px;
	text-indent:-15px;
	color:#666666;
	font-size:14px;
}




/* お問い合わせ
-------------------------------------------------------*/
.inquiryWrap {
	width: 100%;
	padding: 30px 0;
}
.inquirybox {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 3px solid #00164b;
	background-color: #fff;
}
.inquirybox h3 {
	margin-bottom: 15px;
	padding: 8px 0 4px 0;
	background: #00164b;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.inquirybox ul.shoplist {
	margin-bottom: 10px;
}
.inquirybox ul.shoplist li {
	font-size:14px;
	overflow:hidden;
	position: relative;
	line-height: 1.8em;
}
.inquirybox ul.shoplist>li:first-child {
	font-size:18px;
	font-weight:bold;
	line-height: 36px;
}
.inquirybox ul.shoplist>li:first-child:before {
	position: absolute;
	top: 50%;
	content: '';
	width:100%;
	height: 1px;
	border-top: 1px dashed #333;
}
.inquirybox ul.shoplist>li> .shopname{
	position: relative;
	display: inline-block;
	padding-right: 10px;
	background:#FFF;
 }
.inquirybox ul.shoplist>li> .phone{
	position: absolute;
	right:0;
	top:0;
	display:inline-block;
	background:#FFF;
	padding-left: 10px;
	font-size:28px;
}
.inquirybox ul.shoplist>li> .phone a{
	color:#1c2e6f!important;
	text-decoration: none;
}
.inquirybox ul.shoplist>li> .phone strong{
	color:#BF1010;
	font-weight: bold
}
.inquirybox .shoplink{
	width:60%;
	margin:20px auto;
}
.inquirybox .shoplink a {
	display:block;
	padding:8px;
	line-height: 32px;
	font-size:16px;
	font-weight:bold;
	color:#00164b;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	background-color: #bae3f9;
}
.inquirybox .shoplink a:hover{
	background-color: #9dd6f5;
	transition:all 0.5s ease;
}

/* ページトップ・フッタ
-------------------------------------------------------*/
#pagetop {
	position: fixed;
	right: 25px;
	bottom: 40px;
	opacity: 0.9;
}
#footer .footer01{
  display:none;
}

/* ホテルプラン申込み後のご案内
-------------------------------------------------------*/

#hotel_attention_wrap h2{
    height: 100px;
    margin: 0 auto;
    background: url(../img/access-title.png) no-repeat top center;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    /*letter-spacing: 0.5em;*/
    color: #0F2755;
}

#hotel_attention_wrap .copy1{
	font-size:22px	;
	color:#0F2755;
	font-weight:bold;
	margin:0;
}

#hotel_attention_wrap .copy2 li{
	background: url(../img/ico-mini_crystal_blue.png)top left no-repeat;
    list-style: none;
    text-indent: initial;
    padding-left: 20px;
}

#hotel_attention_wrap .copy2 li span{
	color:#009FD2;
	font-weight:bold;
}

#hotel_attention_wrap  .detail p {
	text-align:left;
	padding-left:15px;
	text-indent:-15px;
	color:#666666;
	font-size:14px;
}

.mikuroom{
	text-align: center;
	margin: 100px auto 50px;
}

.mikuroom p:first-of-type{
	font-weight: bold;
	color: #544627;
	font-size: 18px;
}

.mikuroom p:first-of-type span{
	color: #00164b;
}

.mikuroom p:last-of-type{
	color: red;
}

.plan_link{
	width: 600px;
	margin: 10px auto;
	line-height: 1.5;
}

.plan_link a{
	background-color: #4792bd;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 15px;
	border-radius: 33px;
}

.plan_link a:hover{
	background-color: #00164b;
}
