@charset "UTF-8";

/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */

/* SP用CSSの記述 */


/* PC、Tablet用CSSの記述 */
@media (min-width:768px){}
* {
	text-align: center!important;
}

body {
	text-align: center;
	margin: 0 auto;
}

div.my_header {
	width: 100%;
	border-bottom: 2px solid #CCC;
	height: 100px;
}

div.area_logo {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

div.area_logo h1 {
	float: right;
}
div.area_logo img {
	width: 200px;
}

div.area_logo p {
	float: right;
}

div.my_contents {
	width: 990px!important;
	text-align: center!important;
	margin: 30px auto 0;
}
div.my_contents .inBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.area_topics {
	margin: 30px 0 0 0;
}

.topics_01, .topics_02 {
	position: relative;
	width: 990px;
}

.btn_plan1 {
    position: absolute;
    top: 337px;
    left: 0;
}

.topics_02 {
	margin: 60px 0 0 0;
}

.btn_plan2 {
    position: absolute;
    top: 337px;
    left: 520px;
}

.area_map {
	width: 100%;
	background: #FFF4B3;
	margin: 60px 0 0 0;
}

.map {
	position: relative;
	margin: 0 auto;
	width: 990px;
}

.btn_hokkaido, .btn_tokyo, .btn_kyoto, .btn_osaka, .btn_hotellist {
	position: absolute;
}
.btn_hotellist {
    position: absolute;
    top: 1165px;
    left: 0px;
}

.btn_hokkaido {
	position: absolute;
	top: 124px;
	left: 680px;
}

.btn_tokyo {
	position: absolute;
	top: 210px;
	left: 840px;
}

.btn_kyoto {
	position: absolute;
	top: 270px;
	left: 680px;
}

.btn_osaka {
	position: absolute;
	top: 380px;
	left: 780px;
}


.btn_list {
	padding-top: 80px;
	margin: 50px 0;
	clear: both;
}

#osaka, #tokyo, #kyoto, #hokkaido {
	padding-top: 60px;
	margin-bottom: 20px;
}

.caset {
	margin-top: 18px;
	position: relative;
	/*float: left;*/
}

.btn_p, .btn_b, .btn_p2, .btn_b2, .btn_b3, .btn_b4, .btn_b5 {
	position: absolute;
}
.btn_p img, .btn_b img, .btn_p2 img, .btn_b2 img, .btn_b3 img, .btn_b4 img, .btn_b5 img {
	width: auto;
  height: auto;
}

.btn_p {
	top: 180px;
	left: 232px;
}

.btn_b {
	top: 216px;
	left: 232px;
}

.btn_p2 {
	top: 160px;
	left: 232px;
}

.btn_b2 {
    top: 196px;
    left: 232px;
}
.btn_b3 {
    top: 198px;
    left: 214px;
}
.btn_b4 {
    top: 196px;
    left: 227px;
}
.btn_b5 {
    top: 199px;
    left: 213px;
}

.gotop {
	float: right;
}

a:hover img {
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

.container {
}

/* 20190528 */
.bnrArea1{
	margin: 30px 0 0;
}
.navArea{
	margin: 30px 0 0;
	text-align: center;
}
.navArea img{
	margin: 0 5px;
	width: 23%;
  height: auto;
}

/* 20190530 */
.coupon{
	margin-bottom: 40px;
}

/* 20210511 */
.change{
	font-weight: 700;
	color: red;
	margin: 1.5em 0 3em;
}

.container{
	width:990px;
	margin: 0 auto;
}
.container .inner{
	width:990px;
	margin: 0 auto;
}
.bessoHeader_nav a{
	display:block;
	margin:1em 0 0;
	padding:.6em 2em .6em 0;
	color:#000;
	float:left;
	font-family:'M+ 1c medium';
	font-weight:400;
}
.bessoHeader_nav a:hover{
	color:#f65a00;
}

.mainPhoto img{
	width:100%;
	height:auto;
}
.mainPhoto{
	position:relative;
	margin: 0 auto;
}
.mainPhoto ul{
	text-align:center;
	margin: 0 auto;
}
.mainPhoto li{
	text-align:center;
	position:relative;
}
.slider{
	height:412px;
	width:990px;
	position:relative;
}
.slider > li{
	width:990px;
	margin: 0 auto;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

/*---まるいボタン-----*/
#slideIcn{
	position:absolute;
	bottom:10px;
	left:50%
}
#slideIcn li{
	list-style: none;
	margin:0 3px 3px;
	width:1em;
	height:1em;
	border-radius:50%;
	background:#ccc;
	background:rgba(100,100,100,.5);
	float:left;
	position:relative;
	left:-50%
}
#slideIcn li.is_active{
	background:#fff;
}
.bx-wrapper{
	max-width:100%!important;
	position:relative;
	margin:0 auto;
	padding:0;*zoom:1;
}
.bx-wrapper img{
	max-width:100%;
	display:block;
}
.bx-wrapper .bx-viewport{
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}
.ticker{
	width:990px;
	background:#ff0000;
	height:350px;
	overflow:hidden;
}
.ticker li{
	position:relative;
	background:#000;
	float:left;
	width:990px;
}
.ticker figure{
	max-height:105px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;-o-background-size:cover;
	background-size:cover;
	width:990px;
}
.ticker li img{
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}
.ticker li:hover img,.ticker li.is_active img{
	filter:alpha(opacity=100);
	-moz-opacity:1;opacity:1;
}
.ticker .thumbPhoto_yadname{
	white-space:nowrap;
	text-align:center;
	font-size:11px;font-size:16em;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.ticker .thumbPhoto_yadname{
	font-size:20em
}
