@charset "utf-8";

div {
    -webkit-tap-highlight-color:transparent;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/*========================================

  reset

========================================*/

h2.notfound {
    text-align: center;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

*{
  padding: 0px;
  margin: 0px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

html {
  overflow-y: scroll;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  overflow: auto;
  height: 100%;
}

body {
    color: #353535;
    background: #f3f5f7;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    width: 100%;
}
.lock {
    overflow:hidden;
}
.lock_photo_gallery {
    overflow:hidden;
    height: 100%;
}

/* PC　SP
---------------*/
@media screen and (min-width:375px) {
.pc { display: block; }
.sp { display: none; }
}
@media screen and (max-width:375px) {
.pc { display: none; }
.sp { display: block; }
}

/* 明朝フォント
---------------*/
.font-m {
    font-family : YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    font-size: 14px;
}
.font-h {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
}

/* フォントサイズ・色
---------------*/
.small {
    font-size:12px;
}
.big {
    font-size:18px;
}
.big2 {
    font-size:24px;
}
.red {
    color: #c11920;
}
.blue {
    color: #1a59af;
}
.white {
    color: #fff;
}
.b {
    font-weight: bold;
}
@media screen and (max-width:768px) {
.big {
    font-size:16px;
}
.big2 {
    font-size:20px;
}
}


/* 改行位置調整
---------------*/
span.nk {
    display: inline-block;
}
span.ok {
    width: 100%;
    display: block;
    margin-bottom: 1%;
}
/* link
---------------*/
a {
  overflow: hidden;
}
a:link {
  color: #353535;
    text-decoration:none;
}
a:visited {
  color: #353535;
}

a:hover {
    color: #916e03;
    cursor:pointer;
}
a:hover img.alpha {
  opacity:0.5;
  filter:alpha( opacity=50 );
}
.cate li {
  overflow: hidden;
  color: #fff;
  vertical-align: inherit;
}
.cate li:link {
  color: #353535;
    text-decoration:none;
}
.cate li:visited {
  color: #5c5c5c;
}
.cate li:hover {
    color: #916e03;
    cursor:pointer;
}
.cate li:hover img.alpha {
  opacity:0.5;
  filter:alpha( opacity=50 );
}
.cate li.on {
    color: #bf9000;
}
.Show {
    display: none;
}
/* list
---------------*/
ul,
ol,
li {
  list-style-position: outside;
  list-style-type: none;
}

/* table
---------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* html5 tag
---------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* media
---------------*/
@media screen and (min-width:992px) {
    width: 100%;
}
@media screen and (min-width:768px) and ( max-width:991px) {
    width: 100%;
}
@media screen and (max-width:768px) {
    width: 100%;
}
@media screen and (max-width:375px) {
    width: 100%;
}

/* btn
---------------*/
.btn01 {
    background: #bf9000;
    min-width: 130px;
    min-height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
}
.btn01 a {
    display: block;
    color: #fff;
}
.btn01:hover {
    background: #cbb267;
    color: #fff;
}


/* 配置
---------------*/
.C {
    margin: 0 auto;
}
.tC {
    text-align:center;
    margin: 0 auto;
}
.C30 {
    margin: 30px auto;
}
.tL {
    text-align:left;
}
.tR {
    text-align: right;
}
.flex {
    display: inline-flex;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
/* 幅
---------------*/
.W90 {
    width:90%;
    margin:0 auto;
}
.W80 {
    width:80%;
    margin:0 auto;
}
.W51 {
    width: 50%;
}
@media screen and (max-width:768px) {
    .W90 {
        width:100%;
    }
    .W80 {
        width:100%;
    }
}

/* スペース
---------------*/
.P30 {
    padding: 30px;
}
.P20 {
    padding: 20px;
}
.ML10 {
    margin-left: 10px;
    margin-right: 3px;
}
.MB3 {
    margin-bottom: 3%;
}
.MB5 {
    margin-bottom: 5%;
}
.MB7 {
    margin-bottom: 7%;
}
@media screen and (max-width:768px) {
.P30 {
    padding: 10px;
}
}
@media screen and (max-width:375px) {
.P30 {
    padding: 10px 0;
}
}

/* H
---------------*/
h2,h3,h4,h5,h6 {
    color: #b78a01;
    font-family : YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    text-align: left;
    line-height: 2;
}
h2.magazine_relation {
	color: #353535;
	/* font-size: 16px; */
	font-size: 26px;
	font-weight: bold;
}
h3.title01 {
	font-size: 30px;
	text-align: center;
	padding: 2% 0 0;
}
@media screen and (max-width:768px) {
	h3.title01 {
		font-size: 25px;
	}

	h2.magazine_relation {
		color: #353535;
		/* font-size: 16px; */
		font-size: 23px;
		font-weight: bold;
	}
}

h4 {
    color: #b78a01;
    text-align: left;
    font-weight: normal;
}

@media screen and (max-width:375px) {
	h3.title01 {
		font-size: 23px;
        padding: 0;
	}

	h2.magazine_relation {
       color: #353535;
	   font-size: 22px;
	   font-weight: bold;
    }
}

/* Read
---------------*/
.read {
    width: 90%;
    margin:0 auto;
    text-align:left;
}
.read h4 {
	color: #353535;
	font-size: 28px;
	padding: 0 0 2%;
}

.read02 {
    width: 90%;
    margin:0 auto;
    text-align:left;
}
.read02 .img_box {
    display: inline-block;
    width: 30%;
    margin-right: 20px;
}
.read02 .img_box img {
    width: 100%;
}
.read02 .info_box {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    text-align:left;
}
.read02 .info_box h3 {
	font-size: 28px;
	color: #353535;
}
.read02 .info_box p {
    padding: 10px 0;
    font-size: 14px;
}
.read03 {
    width: 90%;
    margin:0 auto;
}
.read03 h2 {
    padding: 0 0 20px;
    font-size: 28px;
}
.read03 h3 {
    color: #353535;
    font-size: 14px;
    text-decoration: underline;
}
.read03 p {
    padding: 0 0 15px;
    font-size: 14px;
}
@media screen and (min-width:768px) and ( max-width:991px) {
	.read {
		width: 100%;
		font-size:14px;
	}
	.read h4 {
		font-size: 30px;
	}
	.read02 {
		width: 100%;
		font-size:14px;
	}
	.read02 h4 {
		font-size: 22px;
	}
}
@media screen and (max-width:768px) {
    .read {
        width: 100%;
        font-size:14px;
    }
    .read h4 {
        font-size: 22px;
        line-height: 1.3;
    }
    .read02 {
        width: 100%;
        font-size:14px;
    }
    .read02 h4 {
        font-size: 22px;
        line-height: 1.3;
    }
    .read02 .img_box {
        margin-right: 10px;
    }
    .read02 .info_box h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    .read02 .info_box p {
        font-size: 12px;
        padding: 5px 0;
    }
}
@media screen and (max-width:375px) {
    .read02 .img_box {
        display: block;
        width:100%;
    }
    .read02 .info_box {
        display: block;
        width:100%;
    }
}

/* ▼MAP吹き出し---------------*/
.balloon_box {
	min-height: 255px;
}
.balloon {
	position: relative;
	width: 170px;
    height: 228px;
	border: 1px solid #b78a01;
	background-color: #FFFFFF;
	text-align: left;
	padding: 1%;
}
.balloon:before,
.balloon:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 14px;
}
.balloon:before {
    border-top-color: #b78a01;
    margin-left: -14px;
}
.balloon:after {
    border-top-color: #FFFFFF;
    margin: -1px 0 0 -14px;
}
.balloon .balloon_img_box {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.balloon .balloon_img_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 135%;
    max-height: 150%;
}
.balloon .txt-box {
	min-height: 61px;
	max-height: 61px;
	text-align: left;
	margin: 0 0 0 2%;
    overflow: hidden;
}
.balloon .title {
    font-size: 12px;
    padding: 0 0 1%;
    color: #b78a01;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
}
.balloon .txt {
    font-size: 10px;
    line-height: 1.2;
}
.box03 .balloon p.txt {
    font-size: 10px;
    line-height: 1.2;
}
@media screen and (max-width:375px) {
.gm-style-iw {
    top: 22px ! important;
}
.balloon_box {
    min-height: 201px;
}
.balloon {
	width: 150px;
    height: 174px;
}
.balloon .balloon_img_box {
	width: 100%;
	padding-top: 70%;
}
.balloon .title {
	font-size: 12px;
}
.balloon .txt {
    font-size: 10px;
    line-height: 1.2;
}
}
/* ▲MAP吹き出し---------------*/



/* MAP表示
---------------*/
.spot_map {
    margin-top: 40px;
    position: relative;
    padding-bottom: 100%;
    padding-top: 100px;
    height: 0;
    overflow: hidden;
}
.map_sp {
    padding-top: 0px;
}
.spot_map div#map-canvas,
.spot_map div#map-canvas-sp,
.spot_map object,
.spot_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* head btn
---------------*/
ul.nav_menu {
    margin-top: -48px;
    margin-left: 10px;
}
ul.nav_menu.right {
    margin-right: 10px;
}
ul.nav_menu li{
    float: left;
    display:inline-block;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
}
ul.nav_menu.right li {
    float: right;
    margin-left: 15px;
}
ul.nav_menu.right li.txt {
    color: #fff;
    padding: 14px 5px 0;
}
ul.nav_menu.right li.txt a {
    color: #fff;
}

ul.nav_menu li.menu_btn {
    width: 93px;
    height: 48px;
    background: url(../img/head_menu.png) center left no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
ul.nav_menu li.search_btn {
    width: 31px;
    height: 49px;
    background: url(../img/head_search.png) center center no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
ul.nav_menu li.user_btn {
    width: 31px;
    height: 49px;
    background: url(../img/head_user.png) center center no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    transition: opacity 0s;
    overflow: hidden;
}
ul.nav_menu li.some_btn {
    width: 30px;
    height: 48px;
    background: url(../img/head_some.png) center center no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

header h1:hover,
header .menu_btn:hover,
header .search_btn:hover,
header .user_btn:hover,
header .some_btn:hover {
    cursor:pointer;
    opacity:0.6;
    filter:alpha( opacity=60 );
}

@media screen and (max-width:768px) {
    header h1 {
        width: 100px;
        height: 48px;
        background-size: contain;
    }
    ul.nav_menu.right li {
        margin-left: 5px;
    }
    ul.nav_menu.right li.txt {
        font-size:12px;
        padding: 17px 5px 0;
    }
    ul.nav_menu li.menu_btn {
        width: 70px;
        height: 48px;
        text-indent: 70px;
    }
    ul.nav_menu li.search_btn {
        width: 24px;
        height: 49px;
        text-indent: 23px;
    }
    ul.nav_menu li.user_btn {
        width: 24px;
        height: 49px;
        text-indent: 23px;
    }
    ul.nav_menu li.some_btn {
        width: 23px;
        height: 48px;
        text-indent: 23px;
    }
}

/*------------------------------------------------------------
　　　　menu　　　
------------------------------------------------------------*/
.modal-food {
    position: relative;
    left: 0px;
    top: 0px;
    width: 96%;
    height: 85%;
    background: rgba(34,42,53,0.5);
    font-size: 14px;
    display: none;
}
.modal-food-photo {
    /*position: relative;
    left: 90px;
    top: 90px;*/
    width: 90%;
    height: 70%;
    /*background: rgba(34,42,53,0.5);
    font-size: 14px;*/
    display: none;
}
.modal-food-photo .img_box {
    height: 100%;
}
.modal-food .box03 {
    font-size: initial;
}
.modal-close {
    cursor: pointer;
    display: block;
    border: 1px solid;
    width: 52px;
    float: right;
}
.menu_list {
    position: relative;
    left: 0px;
    margin-top: 48px;
    width: 35%;
    background: rgba(34,42,53,0.5);
    color: #fff;
    font-size: 14px;
    display: none;
}
.modal-wrap-1, .modal-wrap-2, .modal-wrap-3, .modal-wrap-4, .modal-wrap-5 {
    z-index: 101;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: auto;
}
.modal-overlay {
    z-index:100;
    position:fixed;
    background-attachment:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:120%;
    background: #000;
    -moz-opacity: 0.70;
    opacity: 0.70;
    overflow: hidden;
}
.modal-overlay-photogallery {
    z-index:10;
    position:fixed;
    background-attachment:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:120%;
    background: #000;
    -moz-opacity: 0.70;
    opacity: 0.70;
    overflow: hidden;
}
.modal-wrap {
    overflow: auto;
    position: fixed;
    background-attachment:fixed;
    left: 0px;
    width: 100%;
    height: 100%;
}

ul.menu_list {
    padding: 0;
}
ul.menu_list li {
	padding: 5px 0;
	background: rgba(34,42,53,0.6);
	/*text-indent: 10px;*/
}
ul.menu_list li span {
    padding: 5px 20px;
    display: block;
}
ul.menu_list li ul {
}
ul.menu_list li ul li {
    border-bottom: 1px solid #bf9000;
    padding: 0;
}
ul.menu_list li ul li a {
    padding: 10px 10px 10px 50px;
    width: 100%;
    display: block;
    color: #fff;
}
ul.menu_list li ul li:hover {
    background: rgba(191,144,0,1);
}
@media screen and (max-width: 991px){
	.menu_list {
        width: 45%;
    }
}
@media screen and (max-width:768px) {
    .menu_list {
        margin-left: 0;
        width: 100%;
    }
}

/*------------------------------------------------------------
　　　　ヘッドメニュー　search　　　
------------------------------------------------------------*/
.search_box {
    float:right;
    width: 40%;
    color: #fff;
    font-size: 14px;
    background: rgba(34,42,53,0.8);
    margin-top: 48px;
    display: none;
}
ul.search_box {
    padding: 0;
}
ul.search_box li {
    padding: 0;
    border-bottom: none;
}
ul.search_box li div {

}
ul.search_box li a {
    padding: 10px 10px 10px 20px;
    width: 100%;
    display: block;
    color: #fff;
    border-top: 1px solid #bf9000;
    background: rgba(34,42,53,0.8);
}
ul.search_box li a:first-child {
    border-top: none;
    border-bottom: 1px solid #bf9000;
}
ul.search_box li a:hover {
    background: rgba(191,144,0,1);
}
ul.search_box li ul li a {
    border:none;
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .search_box {
        width: 50%;
    }
}
@media screen and (max-width:768px) {
    .search_box {
        margin-right: 0;
        width: 100%;
    }
}

/*------------------------------------------------------------
　　　　contact formパーツ
------------------------------------------------------------*/
.contact > input[type="text"] {
    width: 100%;
    /*line-height: 50px;*/
    margin-bottom: 15px;
}
.contact > input[type="submit"] {
    width: 150px;
    line-height: 35px;
    font-size: 12px;
    margin-top: 15px;
    padding: 0px 20px;
}
.contact textarea {
    margin-bottom: 15px;
}
.confirm-box {
	width: 100%;
    margin-top: 3px;
	margin-bottom: 30px;
	text-align: left;
}
.confirm-text {
	width: 100%;
    margin-top: 3px;
	margin-bottom: 30px;
	text-align: left;
}
@media screen and (max-width:375px) {
    .contact > input[type="submit"] {
        width: 150px;
        line-height: 35px;
        font-size: 12px;
        margin-top: 15px;
    }
}
/*------------------------------------------------------------
　　ヘッドメニュー　検索
------------------------------------------------------------*/
ul.search_box .lookfor_box {
    width: 100%;
    background: none;
    border: none;
    margin: 0 auto;
    padding: 15px;
}
ul.search_box .form-cap {
    padding: 0 0;
}
ul.search_box .lookfor_box .day_box .form-box {
    display: block;
    text-align: center;
    margin: 0 0 2%;
}

ul.search_box .day_box button[type="button"] {
    background: #fff;
    color: #353535;
}
ul.search_box button[type="button"]:before {
    border-top: 7px solid #353535;
}
.search_goal,
.search_theme,
.search_historical,
.search_magazine {
    display: none;
}
.ui-datepicker {
    z-index: 2000 !important;
}
.ui-datepicker-year, .ui-datepicker-month {
    vertical-align: baseline;
}
/*------------------------------------------------------------
　　　　mypage　　　
------------------------------------------------------------*/
.mypage_box {
    float: right;
    width: 35%;
    background: rgba(34,42,53,0.5);
    color: #fff;
    font-size: 14px;
    margin-top: 48px;
    display: none;
}
ul.mypage_box .name_box {
    min-height: 70px;
    padding: 5px 10px 10px 30px;
}
ul.mypage_box .name_box img {
    width: 50px;
    float:left;
    margin-right: 10px;
}
ul.mypage_box .name_box .message {
    padding-top:10px;
    font-size: 12px;
}

ul.mypage_box {
    padding: 0;
}
ul.mypage_box li {
    padding: 5px 0;
    background: rgba(34,42,53,0.6);
}
ul.mypage_box li span {
    padding: 5px 20px;
    display: block;
}
ul.mypage_box li ul {
}
ul.mypage_box li ul li {
    border-bottom: 1px solid #bf9000;
    padding: 0;
}
ul.mypage_box li ul li a {
    padding: 10px 10px 10px 30px;
    width: 100%;
    display: block;
    color: #fff;
}
ul.mypage_box li ul li:hover {
    background: rgba(191,144,0,1);
}

@media screen and (max-width:768px) {
    .mypage_box {
        margin-right: 0;
        width: 100%;
    }
}

/*------------------------------------------------------------
　　　　article　　　
------------------------------------------------------------*/
article {
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width:560px) {
    article {
        max-width: 98%;
    }
}

@media screen and (max-width:375px) {
    article {
        max-width: 98%;
    }
}
@media screen and (max-width:320px) {
    article {
        max-width: 98%;
    }
}

/*------------------------------------------------------------
　　　　content　　　
------------------------------------------------------------*/
.content {
	position: relative;
	max-width: 1280px;
	background: #fff;
	margin: 2% 2% 3%;
	padding: 2% 2% 2%;
	overflow: hidden;
	text-align: center;
}
.content.C30 {
    margin: 30px auto;
}
.W100 {
    width: 100%;
    background: #fff;
    margin: 2% 0 3%;
    padding: 0;
}
.T70 {
    margin: 70px 2% 3%;
}
.T50 {
    margin: 50px 2% 3%;
}
.bknone {
    background: none;
    padding:0;
}
.bkgray {
    background: #f3f5f7;
}
@media screen and (max-width:1100px) {
    .content.W100 {
        padding: 10px;
    }
}
@media screen and (max-width:768px) {
    .content.W100 {
        padding: 10px;
    }
}
@media screen and (max-width:375px) {
    .content {
        width: 100%;
        margin: 2% 0 3%;
        padding: 10px;
    }
    #top .content {
        margin: 4% 0% 7%;
        padding: 10px;
    }
    .T70 {
        margin: 60px 0 0;
    }
    #top .content.T70 {
        margin: 60px 0 0;
    }
    #top .new_member_article .spot-L-double .content,
     #top .new_member_article .spot-R-double .content {
    margin: 0 0 7%;
    }
}

/* breadcrumb
---------------*/
ol.breadcrumb {}
ol.breadcrumb li {
    display: inline;
    font-size: 16px;
    margin-left: 4px;
}
ol.breadcrumb li:before {
    content: "> " ;
}
ol.breadcrumb li:first-child:before {
    content: none;
}

@media screen and (max-width:768px) {
    ol.breadcrumb li {
        font-size: 11px;

    }
}

/* cate-icon
---------------*/

.cate-icon-destination,
.cate-icon-theme,
.cate-icon-hotel,
.cate-icon-magazine {
    width: 104%;
    height: 36px;
    font-size: 32px;
    line-height: 36px;
    text-indent: 50px;
}
.cate-icon-destination {
    background:url(../img/cate-icon-destination.png) left center no-repeat;
    background-size: contain;
    margin-bottom: 2%;/*TOTO: 検索窓表示の際は削除*/
}
.cate-icon-theme {
    background:url(../img/cate-icon-theme.png) left center no-repeat;
    background-size: contain;
}
.cate-icon-hotel {
    background:url(../img/cate-icon-hotel.png) left center no-repeat;
    background-size: contain;
    margin-bottom: 2%;/*TOTO: 検索窓表示の際は削除*/
}
.cate-icon-magazine {
    background:url(../img/cate-icon-magazine.png) left center no-repeat;
    background-size: contain;
}

.cate-icon-destination img,
.cate-icon-theme img,
.cate-icon-hotel img,
.cate-icon-magazine img {
	height: 39px;
	margin-top: -2px;
	vertical-align: top;
}

@media screen and (max-width:768px) {
	.cate-icon-destination,
	.cate-icon-theme,
	.cate-icon-hotel,
	.cate-icon-magazine {
			text-indent: 40px;
			font-size: 20px;
		}
	.cate-icon-magazine img {
			height: 20px;
			margin-top: 10px;
		}
	.cate-icon-destination {
		background:url(../img/cate-icon-destination.png) left center no-repeat;
		background-size: 30px auto;
	}
	.cate-icon-theme {
		background:url(../img/cate-icon-theme.png) left center no-repeat;
		background-size: 30px auto;
	}
	.cate-icon-hotel {
		background:url(../img/cate-icon-hotel.png) left center no-repeat;
		background-size: 30px auto;
	}
	.cate-icon-magazine {
		background:url(../img/cate-icon-magazine.png) left center no-repeat;
		background-size: 30px auto;
	}
}
.manu-icon-destination {
	background:url(../img/cate-icon-destination.png) 15px 6px no-repeat;
	background-size: 30px auto;
}
.manu-icon-theme {
	background:url(../img/cate-icon-theme.png) 15px 6px no-repeat;
	background-size: 30px auto;
}
.manu-icon-hotel {
	background:url(../img/cate-icon-hotel.png) 15px 6px no-repeat;
	background-size: 30px auto;
}
.manu-icon-magazine {
	background:url(../img/cate-icon-magazine.png) 15px 6px no-repeat;
	background-size: 30px auto;
}

/* more
---------------*/
.more {
    position: absolute;
    top: 26px;
    right: 3%;
    font-size: 17px;
}
.more a {
	/*color: #b78a01; */
}

.magazine .more {
    position:static;
    text-align: right;
    padding: 0.5% 3%;
    display: block;
    font-size: 12px;
}

@media screen and (max-width:768px) {
    .more {
        position: absolute;
        top: 20px;
        right: 3%;
        font-size: 12px;
    }
}
@media screen and (max-width:375px) {
    .more {
        top: 15px;
    }
}

/*------------------------------------------------------------
　　　　メインビジュアル　　　
------------------------------------------------------------*/
.main_img01 {
    position: relative;
    width: 100%;
    height: auto;
    /*min-height: 510px;
    max-height:510px;*/
/*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
}
.main_img01 img {
    width: 100%;
}
.main_img01 ul li {
    background: center / cover;
    /*height: 510px;*/
}

/*------------------------------------------------------------
　　　　サブナビゲーション　　　
------------------------------------------------------------*/
.sub_nav {
    margin-top: 48px;
    background: #222a35;
}
.sub_nav ul {
    text-align:center;
    font-size: 0;
}
.sub_nav ul li a{
    display: inline-block;
    background: #222a35;
    border: 1px solid #222a35;
    border-right: none;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}
.sub_nav ul li a.on,
.sub_nav ul li a:hover {
    background: #f3f5f7;
    color: #b78a01;
    opacity: 1;
}
@media screen and (max-width:768px) {
    .sub_nav ul li a{
        padding: 5px;
        font-size: 13px;
    }
}
@media screen and (max-width:375px) {
    .sub_nav ul li a,
    .sub_nav ul li a.on,
    .sub_nav ul li a:hover {
        padding: 2px;
        border-bottom: 1px solid #bf9000;
        width: 60px;
        font-size: 10px;
    }
}
/*------------------------------------------------------------
　　　　マイリストナビゲーション　　　
------------------------------------------------------------*/
.mylist_nav {
    margin-top: 10px;
    background: #222a35;
}
.mylist_nav ul {
    text-align:center;
    font-size: 0;
}
.mylist_nav ul li {
    color: #b78a01;
    display: inline-block;
    background: #222a35;
    border: 1px solid #222a35;
    border-right: none;
    text-align:center;
    font-size: 16px;
    word-wrap: break-word;
}
.mylist_nav ul li.on a,
.mylist_nav ul li:hover,.mylist_nav ul li a:hover {
    color: #b78a01;
    display: inline-block;
    background: #fff;
    border-right: none;
    text-align:center;
    font-size: 16px;
    word-wrap: break-word;
}
.mylist_nav ul li a {
    color: #FFF;
    padding: 5px 30px;
}
@media screen and (max-width:991px) {
    .mylist_nav ul li a {
        padding: 5px 15px;
    }
}
@media screen and (max-width:768px) {
    .mylist_nav ul li {
        font-size: 13px;
    }
    .mylist_nav ul li.on a,
    .mylist_nav ul li:hover,.mylist_nav ul li a:hover {
        font-size: 13px;
    }
    .mylist_nav ul li a {
        padding: 5px 30px;
    }
}
@media screen and (max-width:600px) {
    .mylist_nav ul li a {
        padding: 5px 10px;
    }
}
@media screen and (max-width:414px) {
    .mylist_nav ul li a,
    .mylist_nav ul li.on a,
    .mylist_nav ul li a:hover {
        width: 100%;
        border-bottom: 1px solid #bf9000;
        padding: 5px;
        font-size: 10px;
    }
    div#ajax_result .spot_box .info_box h5 {
    font-size: 17px;
    }
}

/*------------------------------------------------------------
　　　　記事リスト　　　
------------------------------------------------------------*/
ul {
    text-align: left;
}
.slider01 ul {
    margin-left: -20px;
}
.slider02 ul {
    /*width: 10000px;*/
    margin-left: -10px;
}
ul li a {
    display: block;
}
ul li a:hover {
    opacity:0.6;
    filter:alpha( opacity=60 );
}
ul li .img_box {
    position: relative;
    margin-bottom:1%;
}
ul li img {
    width: 100%;
}

/*------------------------------------------------------------
　　　　記事リスト　　　
------------------------------------------------------------*/
.word,
.cap2,
.cap3,
.cap4,
.cap5 {
    color: #353535;
}
.cap1 {
    bottom: 20px;
    left: 0;
    display: inline-block;
    min-width: 80px;
    text-align:center;
    font-size: 14px;
    background: rgba( 0,0,0,0.17 );
    padding: 0 10px;
    border-radius: 4px;
    border: 2px solid #bfbfbf;
}
.cap2 {
    margin-bottom:2%;
    line-height: 1.1;
    font-size:15px;
    word-break: break-all;
}

p.cap2.font-m {
	font-weight: bold;
}

p.cap2.font-h {
	font-weight: bold;
}

.cap3 {
    display: inline-block;
    border: 2px solid #bfbfbf;
    background: #fff;
    font-size: 14px;
    min-width: 70px;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 0.5%;
    padding: 0 10px;
    border-radius: 4px;
}
.cap4 {
    /*display: inline-block;*/
    font-size: 22px;
    font-weight: bold;
    font-family : YuMincho, 'Yu Mincho', serif;
    padding: 5px 0px;

}
.cap5 {
    display: inline-block;
    border: 2px solid #bfbfbf;
    font-size: 14px;
    text-align: center;
    min-width: 80px;
    margin-right: 1%;
    margin-bottom: 0.5%;
    padding: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: rgba( 0,0,0,0.17 );
}

@media screen and (max-width:768px) {
    .cap1 {
        font-size: 12px;
        max-width: 100%;
        min-height: 22px;
        line-height: 22px;
    }
    .cap2 {
        line-height: 1.1;
    }

    .cap3 {
        font-size: 12px;
        min-width: 70px;
        margin-right: 1%;
        margin-bottom: 0.5%;
        padding: 0 10px;
    }
    .cate-icon01 {
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        text-indent: 70px;
    }
    .cate-icon01 img {
        height: 22px;
        margin-top: 3px;
    }
    .cap5 {
        font-size: 12px;
    }
}
/*------------------------------------------------------------
　　　　マイリスト　サイドナビ　　　
------------------------------------------------------------*/
.side-nav a {
    padding: 10px 10px 10px 30px;
    font-size: 14px;
}
.side-nav ul li.on,
.side-nav ul li:hover {
    background: #f3f5f7;
    color: #b78a01;
}
.left-side-nav .W100 .box03 .spot-L {
    width: 25%;
}
.left-side-nav .W100 .box03 .spot-R {
    width: 70%;
}
.left-side-nav .W100 .box03 {
    font-size: medium;
}
.box03 h4.big2 {
    font-size:24px;
}
.side_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .left-side-nav .W100 .box03 .spot-R {
        margin: 20px auto;
        display: block;
        width: 100%;
    }
    .left-side-nav .W100 .box03 .spot-L {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 0 0 0;
    }
}
.withdraw_note {
    display: inline-block;
    margin-right: 2%;
    /*margin-top: 3%;*/
    text-align:left;
    vertical-align: top;
}
.withdraw_note p {
    margin-bottom: 15px;
    font-size: 14px;
}
.withdraw_note p.small {
    font-size: 10px;
}
.withdraw_radio {
    margin-bottom: 20px;
}
/*------------------------------------------------------------
　　　　リスト　　　
------------------------------------------------------------*/
/* list01
---------------*/
.list01 {
}
.list01 li {
    width: 32%;
    display: inline-block;
    font-size: 12px;
    padding: 1.5% 1% 0 0;
}
.list01 li:before {
    content: "○";
    font-size: 16px;
    margin-right: 5px;
}
.list01 li.off {
    color: #ccc;
}
.list01 li.off:before {
    content: "×";
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .list01 li {
        width: 49%;
    }
}
@media screen and (max-width:768px) {
    .list01 li {
        width: 100%;
        display: block;
        font-size:12px;
        padding: 1% 1% 0 0;
    }
}
@media screen and (max-width:375px) {
    .list01 li {
        padding: 0 1% 0 0;
    }
}

/* list02
---------------*/
.list02 {
    margin-bottom: 5%;
}
.list02 dl,
.list02 dt,
.list02 dd {
    text-align:left;
    font-size:14px;
}
.list02 dt {
	font-size:20px;
	margin-bottom: 1%;
	padding-bottom: 1%;
/*	padding-left: 40px;
	background:url(../img/spot_move_icon.png) left center no-repeat;*/
	background-size: auto 15px;
	border-bottom: 1px solid #222a35;
	position: relative;
	z-index: 1;
}
.list02 dt:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #bf9000;
    width: 100%;
    padding-bottom: 1px;
    min-height: 100%;
    z-index: 10;
}

@media screen and (max-width:768px) {
    .list02 dt {
        font-size: 18px;
        line-height: 1.2;
    }
    .list02 dd {
        font-size: 12px;
    }
}


/*------------------------------------------------------------
　　　　slider　　　
------------------------------------------------------------*/
.slider_box {
    position: relative;
}
.slider_arrow-L {
    z-index:20;
    position: absolute;
    top: 40%;
    left: -20px;
    background:url(../img/slider_arrow_left.png) left center no-repeat;
    background-size: 35px;
    width: 35px;
    height:35px;
}
.slider_arrow-R {
    z-index:20;
    position: absolute;
    top: 40%;
    right: -20px;
    background:url(../img/slider_arrow_right.png) right center no-repeat;
    background-size: 35px;
    width: 35px;
    height:35px;
}
.main_img01 .slider_arrow-L {
    z-index:20;
    position: absolute;
    top: 40%;
    left: -20px;
    background:url(../img/slider_arrow_left.png) left center no-repeat;
    background-size: 60px;
    width: 60px;
    height:60px;
}
.main_img01 .slider_arrow-R {
    z-index:20;
    position: absolute;
    top: 40%;
    right: -20px;
    background:url(../img/slider_arrow_right.png) right center no-repeat;
    background-size: 60px;
    width: 60px;
    height:60px;
}
.slider_arrow-L:hover,
.slider_arrow-R:hover {
    cursor:pointer;
    opacity:0.6;
    filter:alpha( opacity=60 );
}
.slide1 {
    width:100%;
    overflow:hidden;
    position:relative;
}
.slide2 {
    width:100%;
    overflow:hidden;
    position:relative;
}
.slide3 {
    width:100%;
    overflow:hidden;
    position:relative;
}
.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}
.slideInner li {
    position:absolute;
    width:100%;
    background:#fff;
    margin:0;
    padding:0;
}
.slideInner li img {
    width:100%;
}

/*---slider01--*/
.slider_box .slider01 {
    margin: 2% 0;
    height: auto;
    overflow: hidden;
}
.slider_box .slider01 ul li {
    display: inline-block;
    width: 360px;
    height: auto;
    margin: 0 20px 0 20px;
    background: center / cover;
}

/*---slider02--*/

ul.img {
    background-color: #f5f5f5;
}
.img_box {
    background-color: #f5f5f5;
}
.slider_box .slider02 {
    margin: 2% 0;
    height: auto;
    overflow: hidden;
}
.slider_box .slider02 ul li {
    display: table;
    width: 270px;
    height: 186px;
    margin: 0 10px 0 10px;
    background: center / cover;
}

@media screen and (min-width:768px) and ( max-width:991px) {
	.slider_arrow-L {
		left: -10px;
	}
	.slider_arrow-R {
		right: -10px;
	}
    .slider_box .slider02 ul li {
        height: 242px;
        margin: 0 20px 0 20px;
    }
}
@media screen and (max-width:768px) {
	.slider_arrow-L {
		left: -5px;
	}
	.slider_arrow-R {
		right: -5px;
	}
    .slider_box .slider02 ul li {
        height: 242px;
        margin: 0 20px 0 20px;
    }
}
@media screen and (max-width:375px) {
    /*.slider_box .slider02 ul li {
        margin: 0;
    }
    .slider02 ul {
        margin-left: inherit;
    }*/
}


/*------------------------------------------------------------
　　　　pager　　　
------------------------------------------------------------*/
.pager {
    overflow: hidden;
    margin-bottom: 3%;
}

.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li span,
.pager ul li a {
    font-size: 16px;
    padding: 0.6em 1em;
    display: inline;
}

/*------------------------------------------------------------
　　　　記事box　　　
------------------------------------------------------------*/
.box01 {
    width: 90%;
    margin:0 auto;
    text-align:left;
    margin-top: 5%;
}

.box01 .info_box {
    width: 48%;
    vertical-align:top;
    overflow:hidden;
    margin-bottom: 15px;
}
.box01.L .info_box {
    float:right;
}
.box01.R .info_box {
    float:left;
}

.box01 .img_box {
    width: 50%;
    vertical-align:top;
}
.box01.L .img_box {
    float:left;
    margin-right: 10px;
}
.box01.R .img_box {
    float:right;
    margin-left: 10px;
}

.box01 .img_box img {
    width: 100%;
    vertical-align:top;
}

.box01 h5 {
    font-size: 20px;
    padding: 0;
    border-bottom: 2px solid #bf9000;
}
.box01 h5 span {
    font-size: 35px;
    color: #cccccc;
    margin-right: 10px;
}
.box01 h6 {
	font-size: 20px;
	padding: 2% 0;
}
.box01 p {
}

@media screen and (min-width:768px) and ( max-width:991px) {
	.box01 h5 {
		margin-top:-10px;
	}
	.box01 h5 span {
		font-size: 35px;
	}
	.box01 h6 {
		font-size: 20px;
		line-height: 1.2;
	}
	.box01 p {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	.box01 {
		width: 100%;
	}
	.box01 h5 {
		font-size: 18px;
		line-height: 1.2;
		margin-top:0;
		padding: 0 0 2%;
	}
	.box01 h5 span {
		font-size: 30px;
	}
	.box01 h6 {
		font-size: 20px;
		line-height: 1.2;
		padding: 2% 0 2%;
	}
	.box01 p {
		font-size: 14px;
	}
}
@media screen and (max-width:580px) {
    .box01 h5 {
        padding: 2% 0 2%;
    }
.box01 .info_box {
    width: 100%;
}
.box01.L .info_box {
    float:none;
}
.box01.R .info_box {
    float:none;
}

.box01 .img_box {
    width: 100%;
}
.box01.L .img_box {
    float:none;
    margin-right: 0;
}
.box01.R .img_box {
    float:none;
    margin-left: 0;
}
}

/*------------------------------------------------------------
　　　　box02　楽しみかた　　　
------------------------------------------------------------*/
.box02 {
    width: 100%;
    margin:0 auto;
}

.box02 .spot-L {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
}
.box02 .spot {
    position: relative;
    background: #fff;
    margin-left: 50px;
    padding: 10px;
}
.box02 .spot.on {
    background: #fbfbdf;
    border: 1px solid #bf9000;
}

.box02 .no {
	position: absolute;
	left: -50px;
	top: 10%;
	font-size:30px;
}

.box02 .img_box {
    position: relative;
    float:left;
    width: 40%;
    margin: 0 10px 0 0;
}
.box02 .favorite {
    position: absolute;
    right: 0;
    top: 0;
}

.box02 .img_box img {
    width: 100%;
}
.box02 .info_box {
    float:left;
    width: 56%;
    text-align:left;
}

.box02 .info_box h4 {
	font-size: 20px;
}

.box02 .info_box p {
    font-size: 12px;
    padding: 2% 0;
}
.box02 .info_box p a {
    color: #b78a01;
}

.box02 .info_box p .cap5 {
	font-size: 11px;
}

.box02 .info_box .point p.cap5 {
	min-width: 40px;
	padding: 0 5px;
}
.box02 .info_box .point + p{
	font-size: 16px;
}

.box02 .spot_between {
	margin-left: 80px;
/*	padding: 30px 30px 30px 85px;*/
	padding: 15px 30px 15px 85px;
	border-left: 2px dashed #bf9000;
	text-align:left;
	/*background:url(../img/spot_move_icon.png) 10px center no-repeat;*/
}

.box02 .spot-R {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

@media screen and (max-width:768px) {
    .box02 .spot-L {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .box02 .img_box {
        width: 40%;
        margin: 0 10px 0 0;
}
    .box02 .spot-R {
        margin:20px auto;
        display: block;
        width: 100%;
    }
    .box02 .spot_map {
        padding-bottom: 50%;
        padding-top: 50px;
    }
}

@media screen and (max-width:375px) {
    .box02 .info_box {
        width: 60%;
    }
    .box02 .spot-L .img_box {
        width: 50%;
        margin: 0 10px 0 0;
    }
    .box02 .spot-L .info_box {
        float: none;
        width: 100%;
    }
    .box02 .spot-L .spot_between {
        font-size: 12px;
    }
}

/*------------------------------------------------------------
　　　.box03　スポット　　　
------------------------------------------------------------*/
.box03 {
    width: 100%;
    margin:0 auto;
    font-size: 0;
}
.box03 .spot-L {
    display: inline-block;
    width: 49%;
    margin: 0 0 3%;
    padding: 10px 30px 0;
}
.box03 .spot-center {
    display: inline-block;
    margin: 0 0 3%;
    padding: 10px 30px 0;
}
.box03 p.txt {
    font-size: 12px;
    margin-bottom: 3%;
}
.box03 p.link {
    font-size: 12px;
    padding: 3% 0 0;
}
.box03 p.link a {
    color: #b78a01;
}

.box03 h4 {
	font-size: 20px;
	margin: 2% 0 5%;
}

.box03 .spot_box {
    position: relative;
    margin-bottom:10%;
    text-align: left;
}

.box03  .img_box {
    position: relative;
    float:left;
    width: 40%;
    margin: 0 10px 0 0;
}
.box03 .img_box .slider_arrow-L {
    top: 35%;
    left:0;
    width: 35px;
    height: 35px;
}
.box03 .img_box .slider_arrow-R {
    top: 35%;
    right:0;
    width: 35px;
    height: 35px;
}

.box03 .img_box img {
    width: 100%;
}
.box03 .favorite {
    position: absolute;
    right: 0;
    top: 100%;
}

.box03 .info_box {
    float:left;
    width: 56%;
    text-align:left;
}
.box03 .info_box h5 {
	font-size: 22px;
	line-height: 1;
	margin:3% 0;
    font-weight: bold;
}
.box03 .info_box .point {
    margin: 3% 0;
}

.box03 .info_box .price_box {
    text-align: right;
}
.box03 .info_box .price {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
vertical-align: middle;
}
.box03 .info_box .choice {
    display: inline-block;
vertical-align: middle;
}

.box03 .spot02_box {
    position: relative;
    margin-bottom:1%;
    margin-top: 1%;
}
.box03 .spot02_box.on .spot_btn {
    margin-bottom:1%;
}
.box03 .spot02_box.on .spot_btn_1 {
    margin-bottom:1%;
}
.box03 .spot02_box.on .spot_btn_2 {
    margin-bottom:1%;
}
.box03 .spot02_box.on .spot_btn_3 {
    margin-bottom:1%;
}

.box03 .spot-R {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
@media screen and (min-width:992px) {
	.box03 .spot-center {
		display: inline-block;
		margin: 0 15% 3%;
		padding: 10px 30px 0;
	}
}

@media screen and (max-width:768px) {
	.box03 .spot-L {
		display: block;
		width: 100%;
		margin-right: 0;
		padding: 0 0 0;
	}
	.box03 .img_box {
		width: 40%;
		margin: 0 10px 0 0;
	}
	.box03 h4 {
		font-size: 22px;
	}
	.box03 .info_box h5 {
		font-size: 22px;
		font-weight: bold;
	}
	.box03 .spot-R {
		margin:20px auto;
		display: block;
		width: 100%;
	}
	.box03 .spot_map {
		padding-bottom: 50%;
		padding-top: 50px;
	}
}
.fix-tub {
    z-index: 9;
    position: fixed;
    bottom: 15px;
    background-color: #bf9000;
    padding: 10px;
    padding-right: 50px;
    opacity: 0.7;
}
.fix-tub a {
    color: #fff;
}
.img_box_1 {
	position: relative;
	width: 40%;
	margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.img_box_1 img {
    width: 100%;
}
.info_box_1 {
	width: 56%;
	text-align:left;
    display: inline-block;
}
.info_box_1 h3 {
    border-top: 1px solid #ccc;
}
.info_box_1 h5 {
    font-size: 20px;
    line-height: 1;
    margin:3% 0;
}
.info_box_1 .point {
    margin: 3% 0;
}
.info_box_1 .price_box {
    text-align: right;
}
.info_box_1 .price_1 {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.info_box_1 .choice_1 {
    display: inline-block;
    vertical-align: middle;
}
.info_box_1 .room {
    width: 100%;
}
.info_box_1 .room ul li {
    display: inline-block;
}
.box02 .info_box_1 {
    width: 100%;
}
.info_box_2 .room {
    width: 100%;
}
.info_box_2 .room ul li {
    display: inline-block;
}
.box02 .info_box_2 {
    width: 100%;
}
.box02 .main_img01 {
    top:initial;
}
.box02 .clearfix {
    margin-bottom: 10px;
}
.img_box_2 {
    position: relative;
    float:left;
    width: 40%;
    margin: 0 10px 0 0;
    display: none;
}
.img_box_2 img {
    width: 100%;
}
.info_box_2 {
    float:left;
    width: 56%;
    text-align:left;
    display: none;
}
.info_box_2 h3 {
    border-top: 1px solid #ccc;
}
.info_box_2 h5 {
    font-size: 20px;
    line-height: 1;
    margin:3% 0;
}
.info_box_2 .point {
    margin: 3% 0;
}
.info_box_2 .price_box {
    text-align: right;
}
.info_box_2 .price_1 {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.info_box_2 .choice_1 {
    display: inline-block;
    vertical-align: middle;
}

.img_box_3 {
    position: relative;
    float:left;
    width: 40%;
    margin: 0 10px 0 0;
    display: none;
}
.img_box_3 img {
    width: 100%;
}
.info_box_3 {
    float:left;
    width: 56%;
    text-align:left;
    display: none;
}
.info_box_3 h5 {
    font-size: 20px;
    line-height: 1;
    margin:3% 0;
}
.info_box_3 .point {
    margin: 3% 0;
}
.info_box_3 .price_box {
    text-align: right;
}
.info_box_3 .price_1 {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.info_box_3 .choice_1 {
    display: inline-block;
    vertical-align: middle;
}

/*------------------------------------------------------------
　　　プラン　　　
------------------------------------------------------------*/
.plan_article {
}
.plan_article .main_box {
    position: relative;
    width: 100%;
    margin:0 auto;
    font-size: 0;
    border: 1px solid #bf9000;
    padding: 20px;
}
.plan_article .main_box .planlabel {
    position: absolute;
    top: -25px;
    right: -1px;
    min-width: 100px;
    min-height: 30px;
    background: #bf9000;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #97750c;
    border-top: 3px solid #97750c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.plan_article .main_box h3 {
    font-size: 16px;
    color: #353535;
}
.plan_article .main_box .img_box {
    width: 50%;
    display:inline-block;
    margin-top: 2%;
    margin-right: 3%;
}
.plan_article .main_box .img_box img {
    width: 100%;
}
.plan_article .main_box .info_box {
    width: 47%;
    display:inline-block;
    margin-top: 2%;
    font-size:14px;
    text-align:left;
    vertical-align: top;
}
.plan_article .main_box .img_box_s {
    width: 18%;
    display:inline-block;
}
.plan_article .main_box .img_box_s img {
    width: 100%;
}
.plan_article .main_box .info_box_l {
    width: 82%;
    display:inline-block;
    margin-top: 2%;
    font-size:14px;
    text-align:left;
    vertical-align: top;
}
.plan_article .main_box .info_box_l .room {
    padding: 4%;
    padding-top: 0;
}
.info_box_l .room ul li {
    display: inline-block;
}

@media screen and (max-width:900px) {
    .main_box .fR {
        clear: both;
        margin-top: 5px;
    }
}
@media screen and (max-width:768px) {
.plan_article .main_box .img_box,
.plan_article .main_box .info_box {
    width: 100%;
    display:block;
}

.plan_article .main_box .img_box_s {
    width: 90%;
    display:inline-block;
}

}

.plan_article .main_box .number,
.plan_article .main_box .checkinout,
.plan_article .main_box .room {
    padding: 2% 0;
    border-bottom: 1px solid #ccc;
}
.plan_article .main_box .cancel {
    padding: 2% 0 2%;
}
.plan_article .main_box .cancel a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url(../img/question_icon.png) center center no-repeat;
    background-size: contain;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.plan_article .main_box .price1,
.plan_article .main_box .price2 {
    padding: 1% 0 0;
}

.plan_article .main_box .info_box ul {
}
.plan_article .main_box .info_box ul li {
    width: 49%;
    display: inline-block;
    vertical-align:middle;
}
.plan_article .main_box .info_box .btn_box {

    text-align:center;
}
.plan_article .main_box .info_box .btn10,
.plan_article .main_box .info_box .btn11 {
    display: inline-block;
    margin-top:5%;
}

.plan_article .Left {
    width: 32%;
    display: inline-block;
    margin-right: 3%;
    text-align:left;
vertical-align: top;
}
.plan_article .Right {
    width: 64%;
    display: inline-block;
vertical-align: top;
}

@media screen and (max-width:768px) {
.plan_article .Left,
.plan_article .Right {
    width: 100%;
    display: block;
}
}

.plan_article .title_box2 {
    text-align: left;
    margin: 5% 0 0;
}
.plan_article h4 {
    font-size: 18px;
    color: #353535;
    width: 70%;
    display: inline-block;
}
.plan_article h4.room {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #222a35;
    background: #f2f2f2;
    border-top: 2px solid #222a35;
    width: 100%;
    display: block;
    padding: 5px 20px;
    margin: 2% 0 2%;
}
.plan_article h4.room:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-top: 1px solid #bf9000;
    width: 100%;
    padding-bottom: 1px;
    min-height: 100%;
    z-index: 10;
}
@media screen and (max-width:768px) {
.plan_article h4.room {
    font-size: 16px;
    padding: 10px 10px;
}
}

.plan_article .sns {
    display: inline-block;
    width: 29%;
    font-size: 14px;
    vertical-align: top;
    margin-bottom:2%;
}
.plan_article .sns ul {
    text-align: right;
}
.plan_article .sns li {
    display: inline-block;
    padding: 3% 1%;
}
.plan_article .sns li img {
    width: 30px;
}

@media screen and (max-width:768px) {
.plan_article h4 {
    width: 100%;
    display: block;
    line-height: 1.2;
}
.plan_article .sns {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
}

.facility li {
    display: inline-block;
    border: 1px dotted #ccc;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 10px;
    font-size: 12px;
}

.plan_article .table {
    margin: 3% 0;
    font-size:12px;
}
.plan_article .table td {
    text-align:center;
}
.food_photo {
}
.food_photo td {
    width: 25%;
}
.food_photo td img {
    width: 100%;
}
@media screen and (max-width:768px) {
.plan_article .table {
    font-size:10px;
}
.plan_article .table td:first-child {
    border-top: 1px solid #dfdddd;
}
.food_photo td {
    font-size: 10px;
}
}


/*---プラン　左　情報---*/
.plan_info {
    background: #fff;
    padding: 0;
    text-align:left;
    font-size: 12px;
}
.plan_info .name_box {
    width: 100%;
    display: block;
}
.plan_info .img_box {
    width: 100%;
}
.plan_info .img_box img {
    width: 100%;
}
.plan_info .img-sum_box {
    text-align:center;
}
.plan_info .img-sum_box img,
.room_info .img-sum_box img {
    width: 25%;
    display: inline-block;
    margin: 1%;
}

.plan_info .condition {
    padding: 2% 0;
    text-align: center;
    font-size: 16px;
}
.plan_info .btn10 {
    text-align:center;
    margin: 5% 0 2%;
}

/*---プラン　右　メッセージ---*/
.plan_article .message {
    margin: 0;
    border: none;
    padding: 0;
    text-align:left;
}
.plan_article .message h5 {
    font-size: 18px;
}
.plan_article .message p {
    padding: 1% 0;
}

/*---カレンダー---*/
.calendar_box {
}
.calendar_box .form-box {
    width: 100%;
    display: block;
}
.calendar_box .form-box .text2 {
    display: inline-block;
    font-size: 12px;
    padding: 0 3px 0 10px;
}
.calendar_box .form-box .text {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
}
.calendar_box .form-box p {
    padding: 2% 0;
}
.calendar_box .form-box p span {
    display: inline-block;
    width: 25%;
    text-align: left;
}
.calendar_box .form-box .btn11 {
    display: inline-block;
}
.calendar_month {
    table-layout: fixed;
    width: 100%;
    background: #fff;
    /*margin: 0 auto;*/
}
.calendar_month td {
    /*padding: 5px 10px;*/
    border: 1px solid #222a35;
    border-bottom: none;
    color: #222a35;
    background: #f3f5f7;
}
.calendar_month td a {
    display: block;
    height: 100%;
    padding: 5px 10px;
}
.calendar_month td a:hover {
    color:#fff;
}
.calendar_month td.on,
.calendar_month td:hover {
    background: #222a35;
    font-weight: bold;
    color: #fff;
}
.calendar_back {
    width: 100%;
    border-top: none;
    background: #fff;
    padding: 30px 20px 20px;
    border: 1px solid #222a35;
}
.calendar_back p {
}
.calendar {
    table-layout: fixed;
    width: 100%;
    margin: 3% 0;
    background: #fff;
}
.calendar th,
.calendar td {
    border: 1px solid #a7aeb8;
    padding: 1%;
    vertical-align: top;
}
.calendar th {
    background: #f5f4f4;
}
.calendar tr th:nth-of-type(1) {
    background: #fde9e9;
    color: #c11920;
}
.calendar tr th:nth-of-type(7) {
    background: #e9f2fd;
    color: #1a59af;
}
.calendar tr td:nth-of-type(1) {
    background: #fbf3f3;
    color: #c11920;
}
.calendar tr td:nth-of-type(7) {
    background: #f3f8fe;
    color: #1a59af;
}
.calendar tr td.on:hover {
    background:#eee;
}
.calendar tr td a {
    display: block;
}
.calendar tr td .L {
    width: 10%;
    float: left;
    vertical-align: top;
    font-weight: bold;
    font-size:16px;
}
.calendar tr td .R {
    width: 85%;
    float: left;
    vertical-align: top;
    font-size: 12px;
    color: #b2b2b2;
}
.calendar tr td.on:hover .L {
    color: #1a59af;
}
.calendar tr td.on .R {
    color: #1a59af;
}
.calendar tr td.on span {
    border: 1px solid #c11920;
    background: #c11920;
    display: block;
    margin-top: 4%;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

td.holiday {
    background: #fbf3f3;
    color: #c11920;
}

@media screen and (max-width:768px) {
.calendar_back {
    padding: 30px 10px 20px;
}
    .calendar_box .Left,
    .calendar_box .Right {
        width: 100%;
        display: block;
        text-align:center;
    }
    .calendar_box .Right {
        margin-bottom: 5%;
    }
    .calendar_box .nk {
        display: block;
    }
    .calendar_box .Left p span {
        display: block;
        width: 100%;
        text-align: center;
    }
    .calendar_month {
        font-size: 10px;
    }
    .calendar_month td {
        padding: 5px 2px;
    }
.calendar {
    font-size: 10px;
}
.calendar tr td .L {
    width: 100%;
    float: none;
    font-size: 12px;
}
.calendar tr td .R {
    width: 100%;
    float: none;
    font-size: 10px;
word-break: break-all;
}
.btn11.date_choice input[type="button"] {
    width:100%;
    margin: 3% 0;
}

}



/*------------------------------------------------------------
　　　　テーブル　　　
------------------------------------------------------------*/
/*---table----*/
.table {
    width: 100%;
    margin:0 auto 3%;
    font-size: 14px;
    text-align: left;
    background: #fff;
}
.table th {
    width: 20%;
    border: 1px solid #dfdddd;
    padding: 1%;
    font-weight: normal;
    background: #eee;
}
.table tr.W10 th,
.table tr.W10 td {
    width: 9%;
}
.table td {
    border: 1px solid #dfdddd;
    padding: 1%;
}

@media screen and (max-width:768px) {
    .table {
        font-size: 12px;
    }
    .table td {
    width: auto;
    }
}
@media screen and (max-width:375px) {
    .table {
        margin-bottom: 3%;
    }
    .table th,
    .table td {
        width: 100%;
        display: block;
    }
    .table th,
    .table td {
        border-top:none;
    }
}

.table01 {
    width: 80%;
    margin:0 auto;
    font-size: 14px;
    text-align: left;
}
.table01 tr {
    border-bottom: 1px dotted #999999;
}
.table01 th,
.table01 td {
    padding: 3% 2%;
}
.table01 th {
    width: 20%;
    font-weight: normal;
}
.table01 td {
    width: 80%;
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .table01 {
        width: 95%;
    }
}
@media screen and (max-width:768px) {
    .table01 {
        width: 100%;
        font-size:12px;
    }
    .table01 th,
    .table01 td {
        width:100%;
        display: block;
    }
    .table01 th {
        padding: 2% 2%;
        font-weight: bold;
    }
    .table01 td {
        padding: 0 2% 2%;
    }
}
/*---table02----*/
.table02,
.table02-2 {
    width: 100%;
    margin:0 auto 3%;
    font-size: 14px;
    text-align: left;
}
.table02 th,
.table02-2 th {
    width:25%;
    background-color: #f3f5f7;
    border: 1px solid #dfdddd;
    padding: 2%;
    font-weight: normal;
}
.table02-2 th {
    background: #eee;
}
.table02 th.must {
    background: url(../img/must_icon.png) right 10px center no-repeat #f3f5f7;
    background-size: auto 18px ;
    padding-right: 40px;
}
.table02 td,
.table02-2 td {
    width:75%;
    border: 1px solid #dfdddd;
    padding: 2%;
}
.table03 th.must {
    background: url(../img/must_icon.png) right 10px center no-repeat;
    background-size: auto 18px ;
    padding-right: 40px;
}

@media screen and (max-width:375px) {
    .table02 th,
    .table02 td {
        display: block;
        width: 100%;
    }
    .table02 th {
        border: none;
    }
}

/*---table03----*/
.table03 {
    width: 100%;
    margin:1% auto 3%;
    font-size: 14px;
    text-align: left;
}
.table03 th {
    width:30%;
    border: 1px solid #dfdddd;
    padding: 2%;
    font-weight: normal;
}
.table03 td {
    width:70%;
    border: 1px solid #dfdddd;
    padding: 2%;
}
.table03 td.W100 {
    width:100%;
}

@media screen and (max-width:375px) {
    .table03 th,
    .table03 td {
        display: block;
        width: 100%;
    }
    .table03 th {
        border: none;
    }
}

/*---table04----*/
.table04,
.table04-2 {
    width: 100%;
    margin:0 auto 0;
    font-size: 12px;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0 5px ;
}
.table04 thead,
.table04-2 thead {
    font-size: 14px;
}
.table04 thead .subtotal th,
.table04 thead .subtotal td,
.table04-2 thead .subtotal th,
.table04-2 thead .subtotal td {
    border-bottom: 2px solid #ccc;
    color: #353535;
    background: none;
}
.table04 th,
.table04-2 th {
    width:60%;
    padding: 2% 2%;
    font-weight: normal;
}
.table04 td,
.table04-2 td {
    width:40%;
    padding: 2% 2%;
    text-align:right;
}
.table04-2 td {
    background: none;
}
.table04 .discount td,
.table04-2 .discount td {
    color: #c11920;
}
.table04 .amount_all td,
.table04-2 .amount_all td {
    color: #0033cc;
    font-size: 14px;
}
.table04-2 .amount_all th,
.table04-2 .amount_all td {
    font-weight: bold;
}


.table04-3 {
    width: 100%;
    margin:0 auto 0;
    font-size: 12px;
    text-align: left;
    background: #fff;
}
.table04-3 tr {
    border-bottom: 1px solid #ccc;
}
.table04-3 th {
    width:35%;
    padding: 2% 2%;
    font-weight: normal;
    border-right: 1px solid #ccc;
}
.table04-3 td {
    width:65%;
    padding: 2% 2%;
    background: none;
    text-align:left;
}
.table04-3 tr.price th,
.table04-3 tr.price td {
    background: #eee;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .table04,
    .table04-2 {
        font-size: 14px;
    }
    .table04 th,
    .table04 td,
    .table04-2 th,
    .table04-2 td {
        width: 50%;
    }
    .table04 th,
    .table04-2 th {
        text-align: right;
    }
}

/*---table05----*/
.table05 {
    width: 100%;
    margin:1% auto 1%;
    font-size: 14px;
    text-align: left;
}
.table05 td {
    width: 8%;
    text-align:center;
    border: 1px solid #dfdddd;
    padding: 2%;
}
@media screen and (max-width:768px) {
    .table05 {
        font-size: 12px;
    }
    .table05 td {
    width: auto;
    }
}
@media screen and (max-width:375px) {
    .table05 {
        font-size: 10px;
    }
}


.must {
    background: url(../img/must_icon.png) right 10px center no-repeat;
    background-size: auto 18px ;
}


/*------------------------------------------------------------
　　　　footer　　　
------------------------------------------------------------*/
footer {
    background: #c2c2c2;
    border-top: 10px solid #757171;
}
footer .inner {
    margin: 0 auto;
    padding: 3%;
}
footer .inner .left,
footer .inner .center,
footer .inner .right,
footer .inner .sns {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    vertical-align: top;
    margin-bottom:2%;
}
footer .inner .sns {
    width: 200px;
    text-align:left;
}
footer .inner ul li {
    padding: 1% 0;
}
footer .inner .sns li {
    display: inline-block;
    padding: 3% 1%;
}
footer .inner .sns li img {
    width: 30px;
}
footer .copyright {
    background: #444444;
    color: #fff;
    margin: 0 auto;
    padding: 1% 3%;
    font-size: 12px;
    text-align:left;
}


/*------------------------------------------------------------
　　　　magazine　　　
------------------------------------------------------------*/
/*--マガジンメイン--*/
.magazine_main {
    clear:both;
    margin-bottom: 5%;
}
.magazine_main .cap2 {
	font-size: 33px;
	line-height: 1;
	font-weight: bold;
}
.magazine .word {
    margin-bottom: 2%;
    font-size:12px;
}
.magazine_main .ul {
    width: 100%;
}
.magazine_main .img_box {
	position: relative;
    /*width: 100%;
    /*height: 600px;*/
}
.magazine_main li {
    margin-bottom: 0.8%;
    overflow: hidden;
    height: 750px;
    background: center / cover;
}
.magazine .content {
    text-align: left;
}
@media screen and (max-width:991px) {
    .magazine_main .img_box li {
    	width: 100%;
    	height: 600px;
    }
}
@media screen and (max-width:768px) {
    .magazine_main .img_box li {
    	width: 100%;
    	height: 450px;
    }
}
@media screen and (max-width:414px) {
    .magazine_main .img_box li {
    	width: 100%;
    	height: 250px;
    }
}
@media screen and (max-width:375px) {
    .magazine_main .img_box li {
    	width: 100%;
    	height: 230px;
    }
}
@media screen and (max-width:320px) {
    .magazine_main .img_box li {
    	width: 100%;
    	height: 225px;
    }
}

/*--マガジンリスト TOP--*/
.magazine_list-box {
    font-size: 0;
    clear:both;
}
.magazine_list01 {
    display: inline-block;
    width: 48%;
    /*margin-right: 1%;*/
    margin-bottom: 3%;
}
.magazine_list02,
.magazine_list03 {
    vertical-align:top;
    display: inline-block;
    width: 24%;
    margin-bottom: 3%;
}
.magazine_list02 {
    margin-right: 1%;
}

.magazine_list01 li {
    margin-bottom: 5%;
    overflow: hidden;
    height: 300px;
    background: center / cover;
}
.magazine_list02 li,
.magazine_list03 li {
    margin-bottom: 5%;
    min-height: 180px;
    max-height: 320px;
    background: center / cover;
}
.magazine_list01 .cap2,
.magazine_list02 .cap2,
.magazine_list03 .cap2 {
	margin-bottom: 10%;
	font-weight: bold;
}
.magazine_list01 .cap3,
.magazine_list02 .cap3,
.magazine_list03 .cap3 {
    margin-bottom: 1%;
    margin-top:  1%;
}
.magazine_list02 .word,
.magazine_list03 .word {
    min-height: 75px;
}
.magazine_list .img_box,.magazine_list01 .img_box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.magazine_list .img_box img,.magazine_list01 .img_box img {
    width: 100%;
    height: 100%;
}
.magazine_list_h180 .img_box img {
    width: 100%;
    height: 180px;
}
.magazine_list02 .img_box,.magazine_list03 .img_box {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.magazine_list02 .img_box img,.magazine_list03 .img_box img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px) {
    .magazine_list01 {
        width: 100%;
    }
    .magazine_list02,
    .magazine_list03 {
            width: 49%;
    }
    .magazine_list01 li {
        overflow: hidden;
    }
    .magazine_list02 li,
    .magazine_list03 li {
        margin-bottom: 5%;
        min-height: 180px;
        max-height: 330px;
        overflow: hidden;
	}
    .magazine_list .img_box,.magazine_list01 .img_box  {
		height: 300px;
        overflow: hidden;
	}
	.magazine_main .cap2 {
		font-size: 18px;
	}
}
@media screen and (max-width:414px) {
    .magazine_list .img_box,.magazine_list01 .img_box  {
		height: 200px;
        overflow: hidden;
	}
    .magazine_list01 li {
        overflow: hidden;
        height: 200px;
    }
}
@media screen and (max-width:375px) {
    .magazine_list01 {
            width: 100%;
    }
    .magazine_list02,
    .magazine_list03 {
            width: 100%;
    }
    .magazine_list01 li {
        overflow: hidden;
        height: 200px;
    }
    .magazine_list02 li,
    .magazine_list03 li {
        margin-bottom: 5%;
        /*min-height: auto;*/
    }

    .magazine_list02 .cap2,
    .magazine_list03 .cap2 {
        min-height: auto;
    }
    .magazine_list02 .word,
    .magazine_list03 .word {
        min-height: auto;
    }
    .magazine_list .img_box,.magazine_list01 .img_box {
    position: relative;
    width: static;
    height: 200px;
}
.magazine_list .img_box li,.magazine_list01 .img_box li {

    width: static;
    height: static;
    }
}


/*--マガジンリスト共有--*/
.magazine_list-box {
    clear:both;
}
.magazine_list {
    font-size:0;
    margin-bottom: 10px;
}
.magazine_list li {
    display: inline-block;
    margin-bottom: 60px;
    vertical-align:top;
}

.magazine_list.W50 li {
    width: 49%;
    margin-right: 2%;
    background: center / cover;
    height: 300px;
    margin-bottom: 150px;
}
.magazine_list.W50 li:nth-child(2n+2) {
    margin-right: 0%;
}

.magazine_list.W25 li {
    width: 23.5%;
    margin-right: 2%;
    background: center / cover;
    margin-bottom: 0px;
}
.magazine_list.W25 li:nth-child(4n+4) {
    margin-right: 0%;
}
.magazine_list.W25 .cap2 {
	font-size: 18px;
}
.magazine_list.W25 .img_box img {
	background-size: cover;
	background-position: center;
	display: block;
}

.magazine_list .cap3 {
    margin-bottom: 1%;
}

@media screen and (max-width:768px) {
    .magazine_list.W25 li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 40px;
    }
    .magazine_list.W25 li:nth-child(2n+2) {
        margin-right: 0%;
    }
    .magazine_list.W50 li {
        margin-bottom: 130px;
    }
}
@media screen and (max-width:414px) {
    .magazine_list.W25 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .magazine_list.W50 li {
        width: 100%;
        margin-right: 0;
        height: 200px;
        margin-bottom: 110px;
    }
}
@media screen and (max-width:375px) {
    .magazine_list.W25 li{
        width: 100%;
        margin-right: 0;
    }
    .magazine_list.W50 li {
        width: 100%;
        margin-right: 0;
    }
}


/*------------------------------------------------------------
　　　　#TOP1　フォーム無し　　
------------------------------------------------------------*/
/*---メインビジュアル--*/
#top .top_main-01 {
    position: relative;
    top: 48px;
    width: 100%;
    background:url(../img/top_main_img.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
}
#top .top_main-01 .copy {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    font-size: 48px;
    color: #fff;
}

/*------------------------------------------------------------
　　　　#TOP2　フォームあり　　
------------------------------------------------------------*/
/*---メインビジュアル--*/
#top .top_main-02 {
    position: relative;
    top: 48px;
    width: 100%;
    height: auto;
    min-height: 520px;
    max-height: 520px;
    background:url(../img/top_main_img.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
}
#top .top_main-02 .copy {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    font-size: 48px;
    color: #fff;
}


/*------------------------------------------------------------
　　#TOP2　top_main-02 narrow_box　　form枠
------------------------------------------------------------*/
.narrow_box {
	z-index:10;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	/*display: none;*/
}

.position .narrow_box {
    position: static;
    margin: 10px 0;
}
.narrow_box .cate,
.narrow_box .lookfor_box {
    width: 670px;
    margin: 0 auto 10px;
    font-size:0;
}
.spot-L .narrow_box {
    position: static;
    margin: 10px 0;
}
.box03 .narrow_box .lookfor_box_center,
.box03 .narrow_box .cate {
    width: 100%;
    margin: 0 auto 10px;
    font-size:0;
}
.lookfor_box_left {
    width: 100%;
    margin: 0 auto 10px;
    font-size:0;
}
.narrow_box .cate li {
    display: inline-block;
    width: 25%;
    background: #222a35;
    border: 1px solid #222a35;
    border-right: none;
    text-align:center;
    padding: 5px;
    font-size: 16px;
    word-wrap: break-word;
    padding-left: 2px;
    padding-right: 2px;
}
.narrow_box .cate li:last-child {
    border-right: 1px solid #222a35;
}
.narrow_box .cate li a {
    color: #fff;
}
.narrow_box .cate li img {
    width: auto;
    height: 100%;
    margin-right: 2%;
}
.narrow_box .cate li.on,
.narrow_box .cate li:hover {
    background: #fff;
}
.narrow_box .cate li:last-child.on,
.narrow_box .cate li:last-child:hover {
    border-right: 1px solid #222a35;
}
.narrow_box .cate li.on a,
.narrow_box .cate li:hover a {
    color: #b78a01;
}

.lookfor_box_center {
    width: 668px;
    margin: 0 auto;
    font-size: 0;
    border: 1px solid #222a35;
    background: rgba(255,255,255,0.7);
    padding: 10px;
}
.lookfor_box_left {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    border: 1px solid #222a35;
    background: rgba(255,255,255,0.7);
    padding: 10px;
}
.lookfor_box_empty {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    border: 1px solid #222a35;
    background: rgba(255,255,255,0.7);
    padding: 10px;
}

@media screen and (max-width:1100px) {
    .narrow_box {
    	width: 670px;
        display: inline-block;
    }
}
@media screen and (max-width:690px) {
    .narrow_box {
        width: 100%;
        top: 70px;
    }
    .narrow_box .cate,
    .narrow_box .lookfor_box {
        width: 95%;
        margin: 0 auto 10px;
        font-size:0;
    }
    .narrow_box .cate li.on,
    .narrow_box .cate li {
        font-size: 10px;
        height: 45px;
    }
    .narrow_box .form-box {
        padding: 3px;
    }
    .narrow_box .form-cap {
        text-align: center;
        line-height: 20px;
    }
    .lookfor_box_center {
        width: 95%;
        margin: 0 auto 10px;
        font-size:0;
    }
    .lookfor_box_left {
        width: 100%;
        margin: 0 auto 10px;
        font-size:0;
    }
    .experience_box .narrow_box .lookfor_box_center,
    .experience_box .narrow_box .cate {
        width: 100%;
    }
}


/*------------------------------------------------------------
　　　　formパーツ
------------------------------------------------------------*/
input[type="text"],input[type="submit"],button,textarea ,select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.area_box,
.key_box,
.day_box {
    padding: 5px 0;
}
.form-cap {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    line-height: 30px;
}
.form-box {
    display: inline-block;
}
.form-box.genre_box {
    width: 100%;
    text-align:right;
    margin-bottom:1%;
}
.form-box.genre_box.form_left {
    width: 100%;
    text-align:left;
    margin-bottom:1%;
}

/*--テキストボックス
---------------*/
input[type="text"] {
    border: 1px solid #bbbbbb;
    background: #fff;
    width: 303px;
    height: 32px;
    padding: 5px 5px;
    margin: 0;
    margin-right: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #353535;
}
input[type="text"]:focus {
background-color: #ececec;
}
input[type="text"].W170 {
    width: 170px;
}
input[type="text"].W100 {
    width: 100px;
}
.W75 input[type="text"] {
    width: 75px;
}
input[type="text"].W50 {
    width: 50px;
}
.table03 .form-box input[type="radio"] {
    margin-left: 2%;
}
/*--テキストエリア
----------------*/
textarea {
    border: 1px solid #bbbbbb;
    background: #fff;
    width: 100%;
    height: 150px;
    line-height: 20px;
    padding: 5px 10px;
    margin: 0;
    margin-right: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #353535;
    font-size: 14px;
}
textarea:focus {
background-color: #ececec;
}

/*--セレクト
---------------*/
.form-box label {
    position: relative;
    display: inline-block;
    border: 1px solid #bbbbbb;
    background: #fff;
    margin-right: 3px;
}
.form-box .dont_nowrap label {
    border: 0px solid #bbbbbb;
}

.form-box label:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 3px;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #222a35;
}

.form-box .dont_nowrap label:before {
    border-top: 0px solid #222a35;
}

select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    padding: 0.6em 1.5em 0.6em 0em;
    color: #353535;
    border: none;
    border-radius: 5px;
    background: transparent;
}
::-ms-expand {
    display: none;
}

.area_box label {
    width: 150px;
}
.area_box select {
    width: 150px;
}
.day_box label {
    width: 50px;
    margin-right: 0;
}
.day_box select {
    width: 50px;
}
.day_box select.condition {
    width: 150px;
}
.day_box .text {
    display: inline-block;
    font-size: 12px;
}
.day_box .text2 {
    display: inline-block;
    font-size: 12px;
    padding: 0 3px 0 10px;
}
.genre_box label {
    width: 200px;
}
.genre_box select {
    width: 200px;
}


/* ボタン submit
---------------*/
input[type="submit"] {
    text-align: center;
    margin: 0 auto;
    background: #bf9000;
    padding: 7px 15px;
    color: #fff;
}
input[type="submit"]:hover {
    background: #916e03;
    cursor:pointer;
    color: #fff;
}
input[type="submit"].invisible_search {
    text-align: center;
    margin: 0 auto;
    background: transparent;
    padding: 7px 15px;
    color: transparent;
}
input[type="submit"].invisible_search:hover {
    background: transparent;
    cursor:unset;
    color: transparent;
}
input[type="submit"].invisible_search_2 {
    text-align: center;
    margin: 0 auto;
    background: transparent;
    padding: 7px 15px;
    color: transparent;
}
input[type="submit"].invisible_search_2:hover {
    background: transparent;
    cursor:unset;
    color: transparent;
}

.booking_btn input[type="submit"] {
    background: #c11920;
    font-size: 18px;
    padding: 7px 25px;
    max-width: 100%;
}
.booking_info .booking_btn input[type="submit"] {
    width: 100%;
}
.booking_btn input[type="submit"]:hover {
    background: #e4555b;
}

div.booking_btn .left {
    font-size: 13px;
}

div.change_btn .back-btn {
    background-color: #6a6c6f;
}

@media screen and (max-width:768px) {
    input[type="submit"].invisible_search {
        display: none;
    }
    input[type="submit"].invisible_search:hover {
        display: none;
    }
}
@media screen and (max-width:993px) {
    input[type="submit"].invisible_search_2 {
        display: none;
    }
    input[type="submit"].invisible_search_2:hover {
        display: none;
    }
}
/* ボタン button button
---------------*/
button[type="button"] {
    /*position: relative;*/
    display: inline-block;
    text-align: left;
    padding: 7px 15px;
    /*min-width: 120px;*/
}
button[type="button"]:hover {
    cursor:pointer;
}
button[type="button"]:before {
    /*content: "";*/
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #222a35;
}
.day_box button[type="button"] {
    background: #222a35;
    color: #fff;
}
.day_box button[type="button"]:hover {
    background: #b0c2da;
}
.day_box button[type="button"]:before {
    border-top: 7px solid #fff;
}

/* ボタン input button
---------------*/
.btn10 input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 10px 15px;
    color: #353535;
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.btn10 input[type="button"]:hover {
    background: #b0c2da;
}

.btn11 input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #1a59af;
    padding: 10px 15px;
    color: #fff;
    border:none;
    font-size: 13px;
}
.btn11 input[type="button"]:hover {
    background: #b0c2da;
}


.change_btn > input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #222a35;
    padding: 7px 15px;
    min-width: 100%;
    color: #fff;
    border:none;
}
.change_btn > input[type="button"]:hover {
    background: #b0c2da;
}

.back_btn > input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #222a35;
    padding: 7px 15px;
    min-width: 80px;
    max-width: 100%;
    color: #fff;
    border:none;
}
.back_btn > input[type="button"]:hover {
    background: #b0c2da;
}

.favorite > input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #222a35;
    font-size: 10px;
    padding: 7px 2px;
    color: #fff;
    border: none;
    max-width: 120px;
    min-width: 120px;
}
.favorite > input[type="button"]:hover {
    background: #b0c2da;
}
.del_favorite {
    position: absolute;
    right: 0;
}
.del_favorite > input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #222a35;
    font-size: 10px;
    padding: 7px 2px;
    color: #fff;
    border: none;
    max-width: 120px;
    min-width: 120px;
}
.del_favorite > input[type="button"]:hover {
    background: #b0c2da;
}

.choice > input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background: #bf9000;
    padding: 7px 15px;
    color: #fff;
    border:none;
}
.choice > input[type="button"]:hover {
    background: #916e03;
}

.spot02_box .spot_btn_1 > input[type="button"] {
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 1px 15px;
	color: #fff;
	border:none;
	background:url(../img/btn_arrow-d.png) right center no-repeat #475e7c;
}
.spot02_box .spot_btn > input[type="button"]:hover {
    background:url(../img/btn_arrow-d.png) right center no-repeat #b0c2da;
}
.spot02_box.on .spot_btn > input[type="button"] {
    background:url(../img/btn_arrow-u.png) right center no-repeat #b0c2da;
}
.spot02_box.on .spot_btn > input[type="button"]:hover {
    background:url(../img/btn_arrow-u.png) right center no-repeat #475e7c;
}
.spot02_box .spot_btn_1 > input[type="button"]:hover {
    background:url(../img/btn_arrow-d.png) right center no-repeat #b0c2da;
}
.spot02_box.up_arrow .spot_btn_1 > input[type="button"] {
    background:url(../img/btn_arrow-u.png) right center no-repeat #b0c2da;
}
.spot02_box.up_arrow .spot_btn_1 > input[type="button"]:hover {
    background:url(../img/btn_arrow-u.png) right center no-repeat #b0c2da;
}

.spot02_box .spot_btn_2 > input[type="button"] {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 7px 15px;
    color: #fff;
    border:none;
    background:url(../img/btn_arrow-d.png) right center no-repeat #475e7c;
}
.spot02_box .spot_btn_2 > input[type="button"]:hover {
    background:url(../img/btn_arrow-d.png) right center no-repeat #b0c2da;
}
.spot02_box.up_arrow .spot_btn_2 > input[type="button"] {
    background:url(../img/btn_arrow-u.png) right center no-repeat #b0c2da;
}
.spot02_box.up_arrow .spot_btn_2 > input[type="button"]:hover {
    background:url(../img/btn_arrow-u.png) right center no-repeat #475e7c;
}

.spot02_box .spot_btn_3 > input[type="button"] {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 7px 15px;
    color: #fff;
    border:none;
    background:url(../img/btn_arrow-d.png) right center no-repeat #475e7c;
}
.spot02_box .spot_btn_3 > input[type="button"]:hover {
    background:url(../img/btn_arrow-d.png) right center no-repeat #b0c2da;
}
.spot02_box.up_arrow .spot_btn_3 > input[type="button"] {
    background:url(../img/btn_arrow-u.png) right center no-repeat #b0c2da;
}
.spot02_box.up_arrow .spot_btn_3 > input[type="button"]:hover {
    background:url(../img/btn_arrow-u.png) right center no-repeat #475e7c;
}

.photo_btn > input[type="button"] {
    text-align: center;
    margin: 0 auto;
    background:url(../img/photo_btn_icon.png) 11px -1px no-repeat #fff;
    background-size: 22px;
    padding: 3px 15px 3px 40px;
    color: #222a35;
    border: 1px solid #222a35;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.photo_btn > input[type="button"]:hover {
    background:url(../img/photo_btn_icon.png) 11px -1px no-repeat #b0c2da;
   background-size: 22px;
    color: #fff;
}

.map_btn_float {
    z-index: 9;
	transform: translate3d(0, 0, 0);
}
.map-bk_btn_float {
    z-index: 15;
	transform: translate3d(0, 0, 0);
}
.map_btn_fixed {
    position: fixed;
    bottom: 30px;
    left:calc(50% - 170px / 2);
}

.map_btn > input[type="button"] {
    text-align: center;
    margin: 2% auto 0;
    min-width: 170px;
    font-size: 12px;
    background:url(../img/map_btn_icon.png) 20px 1px no-repeat #fff;
    background-size: 25px;
    /*padding: 6px 15px 6px 40px;*/
    color: #222a35;
    border: 1px solid #222a35;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    height: 30px
}
.map_btn > input[type="button"]:hover {
    background:url(../img/map_btn_icon.png) 20px 1px no-repeat #b0c2da;
    background-size: 25px;
    cursor: pointer;
    color: #fff;
}

.map-bk_btn > input[type="button"] {
    text-align: center;
    margin: 2% auto 0;
    min-width: 170px;
    font-size: 12px;
    background:url(../img/map-bk_btn_icon.png) 10px 3px no-repeat #fff;
    background-size: 25px;
    /*padding: 6px 15px 6px 40px;*/
    color: #222a35;
    border: 1px solid #222a35;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    height: 30px;
}
.map-bk_btn > input[type="button"]:hover {
    background:url(../img/map-bk_btn_icon.png) 10px 3px no-repeat #b0c2da;
    background-size: 25px;
    cursor: pointer;
    color: #fff;
}

@media screen and (max-width:768px) {
    .area_box label {
        width: 130px;
    }
    .area_box select {
        width: 130px;
    }
    input[type="text"] {
        width: 100%;
    }
    input[type="button"] {
        margin: 5px auto;
    }
}


/*---日本地図から探す--*/
#top .top_map {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    background:url(../img/top_map.gif) center -150px no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#top .top_map .top_map_btn {
    z-index:9;
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 180px;
}
#top .top_map .top_map_btn a {
    margin:0 auto;
    display: block;
    background:url(../img/top_main_icon01.png) center center no-repeat;
    width: 160px;
    height: 180px;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#top .top_map .top_map_btn a:hover {
    cursor:pointer;
    opacity:0.7;
    filter:alpha( opacity=70 );
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #top .top_map .top_map_btn {
        top :-90px;
    }
    #top .top_map .top_map_btn a {
        height: 135px;
    }
}

/*---ヒストリップとは--*/
.top_main-03 {
	top: 48px;
	max-width: 100%;
	height: auto;
	margin-top: 48px;
}

.top_main-03 img {
	width: 100%;
}

#top .top_about {
    background: #f3f5f7;
    text-align: center;
    padding: 5% 3% 2%;
}
#top .top_about h1 {
    font-size: 24px;
    color: #353535;
    text-align: center;
    font-weight: bold;
}
#top .top_about h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
#top .top_about span.ruby {
    font-size: 16px;
    display: inline-block;
    height: 32px;
}
#top .top_about h2 span.ruby {
    height: 35px;
}
#top .top_about .word {
    font-size:16px;
    line-height: 1.8;
    padding: 0 0 2%;
}
/*---人気のキーワード--*/
#top .keyword {
    padding: 1% 1% 0% 1%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#top .keyword ul.keyword-list {
    width: 100%;
}
#top .keyword ul.keyword-list li {
	display: inline-block;
    border: 1px solid #b78a01;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin: 0 1%;
	margin: 0 0% 0.5% 0%;
}
#top .keyword ul.keyword-list li a {
	display: block;
	padding: 0px 10px;

}
#top .keyword ul.keyword-list li a:hover {
	background: #bf9000;
	opacity: 0.6;
	color: #fff;
}


/* TODO: conflict調整後削除
@media screen and (min-width:768px) and ( max-width:991px) {
    #top .top_main-01 {
        min-height: 45vh;
    }
    #top .top_main-01 .copy {
        top: 20%;
        font-size: 36px;
    }
    #top .top_main-02 .copy {
        font-size: 36px;
    }
}

@media screen and (max-width:768px) {
    #top .top_main-01 {
        min-height: 25vh;
    }
    #top .top_main-01 .copy {
        top: 25%;
        font-size: 20px;
    }
    #top .top_main-02 {
    min-height: 80vh;
    }
    #top .top_main-02 .copy {
        top: 70px;
        font-size: 22px;
    }
    #top .top_map {
        top:48px;
        width: 100%;
        height: 44px;
        min-height: 44px;
        max-height:44px;
        background: none;
        display: block;
    }
    #top .top_about {
        position: relative;
        top:48px;
        padding: 3% 3% 50px;
    }
    #top .top_map .map_btn {
        top: 0;
        height: 44px;
        width:100%;
        background: #fff;
        border: 2px solid #bf9000;
    }
    #top .top_map .map_btn a {
        height: 40px;
        width:100%;
        background: none;
        text-indent: 0;
        white-space: normal;
        overflow: hidden;
        line-height: 40px;
        font-size: 16px;
        color: #b78a01;
    }
    #top .top_map .map_btn a:hover {
        color: #fff;
        background: #bf9000;
    }
    #top .top_about h2 {
        font-size: 18px;
    }
    #top .top_about .word {
        font-size:12px;
    }
    #top .keyword ul.keyword-list li {
        font-size: 14px;
    }
    input[type="text"] {
        width: 74%;
    }
    .form-cap {
        width: 150px;
        padding: 0 0px;
    }
}
@media screen and (max-width:689px) {
    #top .top_main-02 {
        min-height: 225px;
    }
    #top .top_main-02 .copy {
        font-size: 18px;
    }
    #top .top_main-02 .narrow_box {
        top: 60px;
    }
    #top .top_main-02 .copy {
        top: 20px;
    }
*/
@media screen and (max-width:768px) {
	#top .top_main-01 .copy {
		top: 40%;
		font-size: 40px;
	}
	#top .top_main-02 {
	min-height: 45vh;
	}
	#top .top_main-02 .copy {
		top: 70px;
		font-size: 22px;
	}
	#top .top_map {
		top:48px;
		width: 100%;
		height: 44px;
		min-height: 44px;
		max-height:44px;
		background: none;
		display: block;
	}
	#top .top_about {
		position: relative;
		top:48px;
		padding: 3% 3% 50px;
	}
	#top .top_map .top_map_btn {
		top: 0;
		height: 44px;
		width:100%;
		background: #fff;
		border: 2px solid #bf9000;
	}
	#top .top_map .top_map_btn a {
		height: 40px;
		width:100%;
		background: none;
		text-indent: 0;
		white-space: normal;
		overflow: hidden;
		line-height: 40px;
		font-size: 16px;
		color: #b78a01;
	}
	#top .top_map .top_map_btn a:hover {
		color: #fff;
		background: #bf9000;
	}
	#top .top_about h2 {
		font-size: 18px;
	}
	#top .top_about .word {
		font-size:12px;
	}
	#top .keyword ul.keyword-list li {
		font-size: 12px;
	}
	input[type="text"] {
		width: 74%;
	}
	.form-cap {
		width: 150px;
		padding: 0 0px;
	}
}
@media screen and (max-width:689px) {
	#top .top_main-01 .copy {
        font-size: 23px;
        top: 45%;
    }
    #top .top_main-02 {
		min-height: 400px;
	}
	#top .top_main-02 .copy {
		font-size: 18px;
	}
	#top .top_main-02 .narrow_box {
		top: 60px;
	}
	#top .top_main-02 .copy {
		top: 20px;
	}
}
@media screen and (max-width:375px) {
    #top .top_main-01 .copy {
        font-size: 20px;
    }
    #top .top_main .copy {
        font-size: 18px;
    }
    .form-box input[type="text"] {
        width: 60%;
    }
    .form-box input[type="text"].W100 {
        width: 75px;
    }
    .narrow_box .key_box .form-box input[type="text"] {
        width: 100%;
    }
    input#HotelKeyword, input#ThemeKeyword, input#AreaKeyword {
        width: 100%;
    }
}

/*------------------------------------------------------------
　　　SP用MAP　　　　
------------------------------------------------------------*/
.sp_map_box {
    padding: 10px;
}
.sp_map_box .breadcrumb {
    text-align:left;
    padding: 0 0 2%;
}


/*------------------------------------------------------------
　　　　/hotel　/destiation
------------------------------------------------------------*/
/*---メインビジュアル--*/
.main_img01 {
    background-size: cover;
}

.main_img01 .slider_arrow-R {
    right: 10px;
}
.main_img01 .slider_arrow-L {
    left: 10px;
}

ol.breadcrumb_fullwidth {
    margin-top: 48px;
    z-index: 99;
    background-color: #c2c2c2;
    padding: 0.3%;
    width: 100%;
    text-align: left;
}
ol.breadcrumb_fullwidth a {
    vertical-align: unset;
    color: #b78a01;
}
ol.breadcrumb_fullwidth li {
    color: #000;
    display: inline;
}
ol.breadcrumb_fullwidth li:before {
    content: "> " ;
    color: #000;
    vertical-align: unset;
}
ol.breadcrumb_fullwidth li:first-child:before {
    content: none;
}
@media screen and (max-width:375px) {
    ol.breadcrumb_fullwidth {
        text-align: center;
    }
}

.top_main-02 {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_img01 .title_box {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	/*background: rgba( 255 , 255 , 255 , 0.4 );*/
	background: rgba(10,10,10, 0.8);/* back up */
	background: -moz-linear-gradient(top, rgba(10,10,10, 0.8), rgba(0,0,0,0.3));/* to old firefox*/
  	background: -webkit-linear-gradient(top, rgba(10,10,10, 0.8), rgba(0,0,0,0.3));/* to old safari etc*/
/*	filter:progid:DXImageTransform.Microsoft.Gradient(
    startColorstr='gray',
    endColorstr='black',
    GradientType=0 );*/ /*to under ie9 */
    background: linear-gradient(to top, rgba(10,10,10, 0.8), rgba(0,0,0, 0.3));/* default */
	text-align:left;
	padding:  10px 0 10px 10%;
	z-index: 99;
}

/*--タイトルボックス
------------------------------*/
.title_box {
    text-align:left;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 3% 0;
}
.title_box .area {
    display: block;
}
.title_box h2 {
	color: #FFF;
}

/* add 0707 */
.title_box .Hotel.font-h,
.title_box .area.font-h {
	color: #dfdfdf;
}
.title_box .Hotel.font-h span,
.title_box .area.font-h span {
	color: #FFF;
	padding: 2px;
}
.title_box .prefecture.font-h span {
    color: #111;
    background-color: #fff;
    padding: 2px;
}

.title_box h2 {
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 1.2;
}
.title_box .favorite {
    display: inline-block;
}

.title_box .photo_btn {
    float: right;
    padding-right: 10%;
    font-size: 14px;
}
.plan_article .title_box h2 {
    color:#b78a01;
}
.sp_on {
    display: none;
}

@media screen and (max-width:768px) {
    .main_img01 ol.breadcrumb {
        top: 1%;
        left: 2%;
    }
    .main_img01 .title_box {
        padding: 5px 0 5px 5%;
    }
    .main_img01 .area {
        font-size: 12px;
    }
    .main_img01 h2 {
        font-size: 18px;
        display: block;
    }
    .main_img01 .favorite {
        margin: 1.5% 0;
    }
    .main_img01 .photo_btn {
        margin-top: 2%;
        padding-right: 3%;
    }
    .plan_article .title_box .favorite {
        display: inherit;
    }
}
@media screen and (max-width:580px) {
    .pc_on {
        display: none;
    }
    .sp_on {
        display: inherit;
        margin-bottom: 10px;
    }
}
/*------------------------------------------------------------
　　　マガジン記事詳細　　　　
------------------------------------------------------------*/
.magazine_article {
}
.magazine_article .article_box {
}
.magazine_article .title_box {
    text-align:left;
}
.magazine_article h2 {
    color: #353535;
}
.magazine_article h3 {
	font-size: 30px;
	line-height: 1.2;
	padding: 1% 0 2%;
	font-weight: bold;
}
.magazine_article .favorite {
    display: inline-block;
    vertical-align: middle;
}

/*--SNSアイコン--*/
.magazine_article .sns {
    text-align:left;
}
a.sns_fb,
a.sns_tw,
a.sns_google,
a.sns_hatebu {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    vertical-align: middle;
}
a.sns_fb img,
a.sns_tw img,
a.sns_google img,
a.sns_hatebu img {
    position: absolute;
    top: 6px;
    left: 10px;
}
a.sns_fb {
    padding-left: 35px;
    background:url(../img/icon_facebook.svg) 10px center no-repeat #3b579d;
    background-size: 18px 18px;
}
a.sns_tw {
    padding-left: 35px;
    background:url(../img/icon_twitter.svg) 10px center no-repeat #1b95e0;
    background-size: 18px 18px;
}
a.sns_google {
    padding-left: 45px;
    background:url(../img/icon_google.svg) 10px center no-repeat #e05d52;
    background-size: auto 16px ;
}
a.sns_hatebu {
    padding-left: 35px;
    background:url(../img/icon_hatena.svg) 10px center no-repeat #00a4de;
    background-size: 18px 18px;
}

@media screen and (max-width:768px) {
a.sns_fb,
a.sns_tw,
a.sns_google,
a.sns_hatebu {
    display: inline-block;
    position: relative;
    font-size: 10px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    vertical-align: middle;
}
a.sns_fb img,
a.sns_tw img,
a.sns_google img,
a.sns_hatebu img {
    position: absolute;
    top: 6px;
    left: 10px;
}
a.sns_fb {
    padding-left: 30px;
    background:url(../img/icon_facebook.svg) 10px center no-repeat #3b579d;
    background-size: 14px 14px;
}
a.sns_tw {
    padding-left: 30px;
    background:url(../img/icon_twitter.svg) 10px center no-repeat #1b95e0;
    background-size: 14px 14px;
}
a.sns_google {
    padding-left: 35px;
    background:url(../img/icon_google.svg) 10px center no-repeat #e05d52;
    background-size: auto 12px ;
}
a.sns_hatebu {
    padding-left: 30px;
    background:url(../img/icon_hatena.svg) 10px center no-repeat #00a4de;
    background-size: 14px 14px;
}

    .magazine_article .favorite,
    a.sns_fb,
    a.sns_tw,
    a.sns_google,
    a.sns_hatebu {
        margin-bottom: 1%;
    }
}


/*--タグリスト--*/
.tags_box {
    margin: 3% 0;
}
.tags li {
    display: inline-block;
    border: 1px solid #222a35;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.tags li a:hover {
    background: #bf9000;
    color: #fff;
}
.tags li a {
    display: block;
    padding: 3px 10px;
    font-size:12px;
}


/*--記事内容--*/
.article_main {
    margin: 2% 0;
    font-size:0;
}
.article_main img {
	width: 90%;
	margin-bottom: 3%;
}
.article_main .Left {
    vertical-align:top;
    display: inline-block;
    width: 27%;
    font-size: 12px;
    margin-right: 3%;
    text-align:left;
    padding-bottom: 1%;
    border-bottom: 1px solid #bf9000;
}
.article_main .Left span {
    display: block;
    font-weight: bold;
    color: #b78a01;
    font-size: 14px;
    padding: 0 0 2%;
}
.article_main .Left img {
    width: 100px;
    float:left;
    margin-right: 3%;
}
.article_main .Right {
    vertical-align:top;
    display: inline-block;
    width: 70%;
    font-size: 14px;
    padding-bottom:3%;
    border-bottom: 3px solid #bf9000;
}
.article_main .read {
    width: 100%;
}
.article_main .inner {
    width: 80%;
}
.article_main .inner .agenda {
    background: #f3f5f7;
    border: 1px solid #ccc;
    padding: 3%;
    margin: 8% 0;
}
.article_main .inner .agenda .title {
    padding-bottom:3%;
    text-align:center;
    font-weight: bold;
}
.article_main .inner .agenda li {
    padding: 0.5% 0;
}
.article_main .inner h4 {
    font-size: 20px;
    padding: 0 0 1%;
}
.article_main .inner p {
    text-align:left;
}
.article_main .inner img {
    margin: 2% 0;
}

.article_main .inner .site_link {
    padding: 3% 0;
    margin: 5% 0;
}
.article_main .inner .site_link .title {
    padding-bottom: 2%;
}
.article_main .inner .site_link li a {
    padding-bottom:1%;
    color: #b78a01;
}
.article_main .inner .site_link li a:before {
    content: "・";
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .magazine_article .article_box {
    }
    .article_main .Left {
        width: 37%;
    }
    .article_main .Right {
        width: 60%;
    }
    .article_main .inner {
        width: 100%;
    }
    .magazine_article .favorite {
        display: block;
        margin: 2% 0;
    }
}
@media screen and (max-width:768px) {
    .magazine_article .article_box {
        display: block;
    }
    .magazine_article h3 {
        font-size: 22px;
        padding: 3% 0;
    }
    .article_main .Left {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 3%;
    }
    .article_main .Right {
        width: 100%;
        display: block;
    }
    .article_main .inner {
        width: 100%;
    }
    .article_main .inner .site_link {
        padding: 0 0 3%;
        margin: 0;
    }
}

/*------------------------------------------------------------
　　　宿泊予約　　　　
------------------------------------------------------------*/
.booking_article {
}
.booking_article h2 {
    color: #353535;
}
.booking_article .Left {
    width: 74%;
    display: inline-block;
    margin-right: 2%;
    margin-top: 3%;
    text-align:left;
    vertical-align: top;
}
.booking_article .Right {
    width: 22.5%;
    display: inline-block;
    margin-top: 3%;
    vertical-align: top;
}
.booking_article .pass_reset_form {
    width: 74%;
    display: inline-block;
    margin-right: 2%;
    margin-top: 3%;
    text-align:left;
    vertical-align: top;
}
.booking_article .pass_reset_form .table02 th {
    width: 40%;
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .booking_article .Left {
        width: 60%;
    }
    .booking_article .Right {
        width: 35%;
    }
    span.nk {
        display: inline-block;
        margin-bottom:1%;
    }
}
@media screen and (max-width:768px) {
    .booking_article .pass_reset_form {
        width: 100%;
    }
    .booking_article .pass_reset_form .table02 th {
        font-size: 12px;
    }
    .booking_article .Left,
    .booking_article .Right {
        width: 100%;
        margin-bottom:4%;
    }
    span.nk {
        display: inline-block;
        margin-bottom:1%;
    }
}
@media screen and (max-width:432px) {
    .booking_article .pass_reset_form .table02 th {
        font-size: 10px;
    }
}
@media screen and (max-width:375px) {
    .booking_article {
        margin-top: 45px;
    }
    .booking_article .pass_reset_form .table02 th {
    width: 100%;
    }
}

/*----ステップ----*/
.booking_step {
    text-align:right;
    font-size: 0;
}
.booking_step li {
    display: inline-block;
    background: #ccc;
    border-top: 1px solid #222a35;
    border-bottom: 1px solid #222a35;
    min-width: 130px;
    text-align: center;
    padding-right: 15px;
    color: #fff;
}
.booking_step li span {
    display: inline-block;
    font-size:14px;
    padding: 3px 5px;
}
.booking_step li:first-child {
    border-left: 1px solid #222a35;
}
.booking_step li:last-child {
    border-right: 1px solid #222a35;
    min-width: 120px;
}

.booking_step.step1 li:first-child {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.booking_step.step1 li:nth-child(2),
.booking_step.step1 li:nth-child(3) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step1 li:last-child {
    background: #222a35;
    color: #596371;
}

.booking_step.step2 li:first-child {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step2 li:nth-child(2) {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.booking_step.step2 li:nth-child(3) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step2 li:last-child {
    background: #222a35;
    color: #596371;
}

.booking_step.step3 li:first-child {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step3 li:nth-child(2) {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step3 li:nth-child(3) {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.booking_step.step3 li:last-child {
    background: #222a35;
    color: #596371;
}

.booking_step.step4 li:first-child {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step4 li:nth-child(2) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step4 li:nth-child(3) {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.booking_step.step4 li:last-child {
    background: #bf9000;
}

@media screen and (max-width:768px) {
    .booking_step {
        text-align:center;
        margin-bottom:2%;
    }
    .booking_step li {
        min-width: auto;
        padding-left: 10px;
    }
    .booking_step li span {
        font-size:12px;
        padding: 5px 2px;
    }
    .booking_step li:last-child {
        min-width: auto;
    }
}


/*----予約入力画面----*/
.caution {
    padding: 1% 0 0;
}
.table03 .form-box {
    width: 100%;
}
.table03 .comment {
    margin: 3% 0 0;
}
.form-box .Left {
margin-top: 0;
    width: 45%;
    display: inline-block;
    text-align:center;
}
.form-box .Right {
margin-top: 0;
    width: 45%;
    display: inline-block;
    text-align:center;
}

@media screen and (max-width:768px) {
    .form-box .Left {
        width: 48%;
    }
    .form-box .Right {
        width: 48%;
    }
}
@media screen and (max-width:375px) {
    .form-box .Left,
    .form-box .Right {
        width: 100%;
        display: block;
    }
    .form-box .Left {
        margin-bottom: 5%;
    }
}

.cancel_policy {
    margin: 3% 0;
}
@media screen and (max-width:375px) {
    .cancel_policy {
        font-size: 14px;
    }
}
.booking_article .message {
    margin: 3% 0;
    border: 1px solid #eee;
    padding: 20px;
}
.cancel_message {
    margin: 3% 0;
    border: 1px solid #eee;
    padding: 20px;
}
.booking_article .message h4 {
    font-size: 20px;
}
.message h4 {
    font-size: 20px;
}
.booking_article .message p {
    padding: 1% 0;
    border: 0px;
}
.attention {
    margin: 3% 0;
    border: 1px solid #ccc;
    padding: 10px;
}
.attention span {
    font-size: 24px;
}
@media screen and (max-width:375px) {
    .attention {
        font-size: 12px;
        text-align:left;
    }
    .attention span {
        font-size: 14px;
    }
}
.consent {
    margin: 3% 0;
    border: 1px dashed #ccc;
    padding: 20px;
    font-size: 14px;
    text-align:center;
}
.consent a {
    color: #b78a01;
}
@media screen and (max-width:375px) {
    .consent {
        font-size: 12px;
        text-align:left;
    }
}

.booking_btn {
    width: 100%;
    text-align:center;
}
@media screen and (min-width:768px) and ( max-width:991px) {
    .table03 .comment {
    font-size: 12px;
    }
    .booking_article .message {
        font-size: 12px;
    }
    .message {
        font-size: 12px;
    }
}
@media screen and (max-width:768px) {
    .table03 .comment {
    font-size: 12px;
    }
    .booking_article .message {
        font-size: 12px;
    }
    .message {
        font-size: 12px;
    }
}

/*---予約画面　右　予約情報---*/
.booking_info {
    background: #f3f5f7;
    padding: 10px;
    text-align:left;
    font-size: 12px;
}
.booking_info .name_box {
    width: 100%;
    display: block;
}
.booking_info .img_box {
    width: 47%;
    display: inline-block;
    margin-right: 2%;
}
.booking_info .img_box img {
    width: 100%;
}
.booking_info .name {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.booking_info .plan_name,
.booking_info .condition,
.booking_info .date {
    padding: 2% 0;
}
.booking_info .caution {
    padding: 4% 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 1% 0;
}
.booking_info .earnpoint {
    padding: 4%;
    border: 1px solid #ccc;
    margin: 5% 0;
    background: #fff
}
.booking_info .earnpoint span {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    text-align:right;
}
.booking_info .details {
    padding: 3% 0;
    text-align:center;
}
.booking_info .details a {
    color: #b78a01;
}
.booking_info .table04 {
    margin: 3% 0 0;
}
.booking_info .booking_btn,
.booking_info .change_btn {
    width: 100%;
    text-align:center;
    margin: 2% 0;
}
.booking_info .change_btn .btn02 {
    min-width: 220px;
}
@media screen and (max-width:768px) {
    .booking_info {
        padding: 30px;
        font-size: 14px;
    }
    .booking_info .plan_name,
    .booking_info .condition,
    .booking_info .date {
        padding: 1% 0;
    }
    .booking_info .details {
        text-align:left;
    }
    .booking_info .table04 {
        margin: 1% 0 0;
    }
}
@media screen and (max-width:375px) {
    .booking_info {
        padding: 10px;
        font-size: 14px;
    }
}

/*----予約キャンセル----*/
.booking_cancel {
}
.booking_cancel h2,
.booking_cancel h3 {
    color: #353535;
}
.booking_cancel h3 {
    text-align:center;
    margin-bottom: 2%;
}
.booking_cancel table span {
    padding: 0 20px;
}
.booking_cancel table span a {
    color: #b78a01;
}
.back_btn {
    width: 100%;
    text-align: center;
}
@media screen and (max-width:375px) {
    .booking_cancel {
        margin-top: 15%;
    }
}

/*------------------------------------------------------------
　　　spots　　　　
------------------------------------------------------------*/
.spot_main01 {
}
.spot-L .spot_main01 .spot_img_box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.spot_main01 .spot_img_box {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.spot_main01 .spot_img_box img {
    width: 96%;
}
.spot_main01 .spot_img_box .spot_img_s {
    width: 48%;
    display: inline-block;
    padding-top: 5px;
}
.spot_main01 .spot_img_box .spot_img_s.L {
    padding-right: 2.5px;
}
.spot_main01 .spot_img_box .spot_img_s.R {
    padding-left: 2.5px;
}

.spot_main01 .spot_info_box {
    width: 50%;
    display: inline-block;
    padding: 0 0 0 20px;
}
.spot_main01 .spot_info_box .title_box {
    width: 100%;
    display: block;
    min-height: 35px;
}
.spot_main01 .spot_info_box h2 {
	width: 69%;
	float: left;
	color: #353535;
	margin-bottom: 2%;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
}
.spot_main01 .spot_info_box .favorite input[type="submit"] {
    float: right;
}
.spot_main01 .spot_info_box ul.area {
    display: block;
    margin: 5px 0 0;
}
.spot_main01 .spot_info_box ul.area li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    border-right: 1px solid #ccc;
}
.spot_main01 .spot_info_box ul.area li:last-child {
    border-right: none;
}
.spot_main01 .spot_info_box p {
    padding: 10px 0;
    text-align:left;
    font-size: 14px;
    word-wrap: break-word;
}

.spot_main01 .spot_info_box ul.info {
    display: block;
    font-size: 12px;
    background: #faf9f4;
    padding: 10px 20px;
}
.spot_main01 .spot_info_box ul.info li {
    line-height: 1.6;
    padding-top: 7px;
}
.spot_main01 .spot_info_box ul.info li.info1 {
    background:url(../img/info_address_icon.png) left center no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.spot_main01 .spot_info_box ul.info li.info1 span.map {
	margin: -4px 10px 1px;
	display: inline-block;
	width: 42px;
	height: 18px;
	background:url(../img/link_map.png) center center no-repeat;
	background-size: contain ;
}

.spot_main01 .spot_info_box ul.info li.info2 {
    background:url(../img/info_tel_icon.png) left 5px no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.spot_main01 .spot_info_box ul.info li.info3 {
    background:url(../img/info_time_icon.png) left 5px no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.spot_main01 .spot_info_box ul.info li.info4 {
    background:url(../img/info_off_icon.png) left 5px no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.spot_main01 .spot_info_box ul.info li.info5 {
    background:url(../img/info_web_icon.png) left 5px no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.spot_main01 .spot_info_box ul.info li.info5 span.web {
    margin: -4px 10px;
    display: inline-block;
    width: 15px;
    height: 18px;
    background:url(../img/link_arrow.png) center center no-repeat;
    background-size: contain ;
}

.spot_main01 .spot_info_box + h2 {
	font-size: 30px;
	margin-top: 45px;
	margin-bottom: -30px;
}
.spot_main01 .box {
    margin: 3% 0;
    text-align:left;
}
.spot_main01 .box h3 {
	color: #353535;
	font-size: 18px;
	border-bottom: 1px solid #222a35;
	position: relative;
	z-index: 1;
    word-wrap: break-word;
}
.spot_main01 .box h3:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    border-bottom: 1px solid #bf9000;
    width: 100%;
    padding-bottom: 1px;
    min-height: 100%;
    z-index: 10;
}
.spot_main01 .box p {
    padding: 1% 0;
    font-size:14px;
    word-wrap: break-word;
}

.spot_main01 .spot_map {
    margin-top: 5%;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 600px;
    overflow: hidden;
}

@media screen and (min-width:768px) and ( max-width:991px) {
    .spot_main01 {
    }
    .spot_main01 .spot_img_box .spot_img_s,
    .spot_main01 .spot_img_box .spot_img_l {
        padding-top: 0px;
    }
    .spot_main01 .spot_info_box h2 {
        width: 100%;
        float: none;
    }
    .spot_main01 .spot_info_box .favorite {
        text-align:right;
    }
    .spot_main01 .spot_info_box .favorite input[type="submit"] {
        float: none;
    }
}
@media screen and (max-width:768px) {
	.spot_main01 {
	}
	.spot_main01 .spot_img_box {
		display: block;
		width: 100%;
	}
	.spot_main01 .spot_img_box .spot_img_s,
	.spot_main01 .spot_img_box .spot_img_l {
		padding-top: 0px;
	}
	.spot_main01 .spot_info_box {
		width: 100%;
		display: block;
		padding: 0;
	}
	.spot_main01 .spot_info_box h2 {
		width: 100%;
		float: none;
		font-size: 25px;
	}
	.spot_main01 .box h3 {
		font-size: 18px;
	}
	.spot_main01 .box p {
		font-size: 12px;
	}
	.spot_main01 .spot_info_box .favorite {
		float: right;
	}
	.spot_main01 .spot_info_box ul.info {
		padding: 10px;
	}
	.spot_main01 .favorite input[type="button"] {
	}
	.spot_main01 .spot_info_box + h2 {
		font-size: 25px;
		margin-top: 45px;
		margin-bottom: -30px;
	}
}
@media screen and (max-width:375px) {
    .spot_main01 .spot_map {
        height: 300px;
    }
	.spot_main01 .spot_info_box {
		padding: 10px 0;
	}
	.spot_main01 .spot_info_box h2 {
		width: 100%;
		float: none;
		font-size: 25px;
	}
	.spot_main01 .spot_info_box .favorite {
		width: 100%;
		float: none;
		text-align: right;
	}
	.spot_main01 .spot_info_box ul.info {
		padding: 10px;
	}
	.spot_main01 .spot_info_box ul.info li {
		line-height: 1.6;
		padding: 2% 0;
	}
	.spot_main01 .box h3 {
		font-size: 20px;
		line-height: 1.2;
		padding: 2% 0;
	}
	.spot_main01 .spot_info_box + h2 {
		font-size: 25px;
		margin-top: 45px;
		margin-bottom: -30px;
	}
}

/*========================================

  clearfix

========================================*/

.clearfix:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix { /* for ie6 */
  display: inline-block;
}

.clearfix { /* for Opera */
  display: block;
}

.clear {
    clear: both;
}


/*------------------------------------------------------------
　　　card_information　　　　
------------------------------------------------------------*/
.caution_red {
    padding: 1% 0 0;
    color: #ff0000;
}
.pass_change_text {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*------------------------------------------------------------
　　　new_member_registration & login
------------------------------------------------------------*/
.new_member_step {
    text-align:right;
    font-size: 0;
}
.new_member_step li {
    display: inline-block;
    background: #ccc;
    border-top: 1px solid #222a35;
    border-bottom: 1px solid #222a35;
    min-width: 130px;
    text-align: center;
    padding-right: 15px;
    color: #fff;
}
.new_member_step li span {
    display: inline-block;
    font-size:14px;
    padding: 3px 5px;
}
.new_member_step li:first-child {
    border-left: 1px solid #222a35;
}
.new_member_step li:last-child {
    border-right: 1px solid #222a35;
    min-width: 120px;
}

.new_member_step.step1 li:first-child {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.new_member_step.step1 li:nth-child(2),
.new_member_step.step1 li:nth-child(3),
.new_member_step.step1 li:nth-child(4) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step1 li:last-child {
    background: #222a35;
    color: #596371;
}

.new_member_step.step2 li:first-child {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step2 li:nth-child(2) {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.new_member_step.step2 li:nth-child(3),
.new_member_step.step2 li:nth-child(4) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step2 li:last-child {
    background: #222a35;
    color: #596371;
}

.new_member_step.step3 li:first-child {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step3 li:nth-child(2) {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step3 li:nth-child(3) {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.new_member_step.step3 li:nth-child(4) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step3 li:last-child {
    background: #222a35;
    color: #596371;
}

.new_member_step.step4 li:first-child {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step4 li:nth-child(2) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step4 li:nth-child(3) {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step4 li:nth-child(4) {
    background: url(../img/step_arrow02.png) right center no-repeat #bf9000;
    background-size: auto 31px ;
}
.new_member_step.step4 li:last-child {
    background: #222a35;
    color: #596371;
}

.new_member_step.step5 li:first-child {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px 3;
    color: #596371;
}
.new_member_step.step5 li:nth-child(2) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step5 li:nth-child(3) {
    background: url(../img/step_arrow01.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step5 li:nth-child(4) {
    background: url(../img/step_arrow03.png) right center no-repeat #222a35;
    background-size: auto 31px ;
    color: #596371;
}
.new_member_step.step5 li:last-child {
    background: #bf9000;
}

@media screen and (max-width:768px) {
    .new_member_step {
        text-align:center;
        margin-bottom:2%;
    }
    .new_member_step li {
        min-width: auto;
        padding-left: 10px;
    }
    .new_member_step li span {
        font-size:12px;
        padding: 5px 2px;
    }
    .new_member_step li:last-child {
        min-width: auto;
    }
}

.mail_registration {
    border: solid 1px black;
    float: left;
    width: 500px;
    height: 300px;
}
.outside_account {
    border: solid 1px black;
    float: left;
    width: 500px;
    height: 300px;
    margin-left: 100px;
}

.box03 .spot-L-double {
    display: inline-block;
    width: 40%;
    border: solid 1px #dfdddd;
    margin-left: 8%;
    margin-right: 1%;
    margin-bottom: 3%;
}
.box03 .spot-R-double {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    border: solid 1px #dfdddd;
    margin-left: 1%;
    margin-right: 8%;
    margin-bottom: 3%;
}
@media screen and (max-width:768px) {
    .box03 .spot-L-double {
        display: block;
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0 0 0;
    }
    .box03 .spot-R-double {
        display: block;
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0 0 0;

    }

}
.table06 td {
    width: 37%;
    padding: 2%;
    text-align: center;
}
.table06 {
    font-size: 20px;
}
.table06 a {
    font-size: 12px;
    float: right;
    color: #06f;
}
.table06 a:hover {
    color: #06f;
    text-decoration: underline;
}
.table06 li {
    font-size: 14px;
}
.table06 span {
    font-size: 14px;
    float: left;
}
.table06 .login_text {
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdddd;
}
.new_member_article h2 {
    color: #353535;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.new_member_mailsend > input[type="submit"] {
    width: 70%;
    line-height: 38px;
    font-size: 1.2rem;
    margin-top: 15px;
}
.table06 input[type="text"] {
    border: 1px solid #bbbbbb;
    background: #fff;
    width: 100%;
    height: 32px;
    padding: 5px 5px;
    margin: 0;
    margin-right: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #353535;
}
.table06 input[type="password"] {
    border: 1px solid #bbbbbb;
    background: #fff;
    width: 100%;
    height: 32px;
    padding: 5px 5px;
    margin: 0;
    margin-right: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #353535;
}
.login_form {
    font-size: 20px;
}
.login_btn {
    position: relative;
}
.login_btn > input[type="submit"] {
    width: 70%;
    line-height: 38px;
    font-size: 1.2rem;
    margin-top: 15px;
}
.login_button_sns {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 25px;
    position: relative;
    text-align: center;
}
.login_button_sns a {
    border: 1px solid #bbbbbb;
    margin-bottom: 1px;
    display: block;
}
.snslogo {
    margin-top: 13px;
    margin-bottom: 13px;
    width: 100%;
}
.snslogo span {
    width: 50%;
    height: 60px;
    padding: 0 5px 0;
}
.button_auth_yc {
    background:url(https://s.yimg.jp/images/login/btn/btn_login_a_196.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
}
.button_auth_fb {
    background:url(../img/login-icon-fb.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
}
.button_auth_google {
    background:url(../img/login-icon-google.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
}
.login_button_explain {

}
.login_keep {
    font-size: 14px;
    margin-top: 30px;
    float: left;
}
.login_keep > input[type="checkbox"] {
    margin-right: 10px;
}
.table06 .form-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.free_member_registration {
    background-color: #eee;
    font-size: 16px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}
@media screen and (max-width:768px) {
    .table06 {
        margin: 0 auto;
    }
    .table06 td {
        width: 33%;
        padding: 4%;
        text-align: center;
    }
    .table06 .form-box {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------
　　　reservation_history　　　
------------------------------------------------------------*/
.booking_article .message {
    margin: 3% 0;
    border: 1px solid #eee;
    padding: 20px;
    text-align: left;
}
.reservation_history_tab {
    position: static;
}
.reservation_history_title {
    font-size: 30px;
    color: #bf9000;
}
.reservation_history_online_card {
    margin-top: 40px;
    margin-bottom: 20px;
}
.reservation_history_online_card a {
    font-size: 16px;
}
.reservation_number {
    background-color: #dfdddd;
}
.reservation_number td {
    margin-top: 20px;
}
.reservation_button input[type="submit"] {
    margin-right: 10px;
    margin-left: 10px;
}
.reservation_button_sort input[type="submit"] {
    margin: 0px 10px 10px 10px;
}
.reservation_search input[type="submit"] {
    padding: 6px 15px;
}
.reservation_none {
    text-align: center;
}
.reservation_number_input {
    display: inline-block;
    margin-top: 10px;
}
/*---table02----*/
.table07 {
    width: 100%;
    margin:1% auto 1%;
    font-size: 14px;
    text-align: left;
}
.table07 th {
    width:25%;
    background-color: #f3f5f7;
    border: 1px solid #dfdddd;
    padding: 2%;
    font-weight: normal;
}
.table07 th {
    background: #eee;
}
.table07 th.must {
    background: url(../img/must_icon.png) right 10px center no-repeat #f3f5f7;
    background-size: auto 18px ;
    padding-right: 40px;
}
.table07 td {
    width:75%;
    border: 1px solid #dfdddd;
    padding: 2%;
}
.table07_search {
    margin-top: 40px;
    margin-bottom: 60px;
}
.table07_search td {
    width:75%;
    border: 1px solid #dfdddd;
    padding: 1%;
}
.table07_search .form-box {
    /*background: yellow;*/
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 3px;
}
.table07_search select {
    padding-left: 3px;
    padding-right: 17px;
}
@media screen and (max-width:375px) {
    .table07 th,
    .table07 td {
        display: block;
        width: 100%;
    }
    .table07 th {
        border: none;
    }
}
@media screen and (min-width:600px) {
    .ok br {
        display: none;
    }
}

.box03 .reservation-L-double {
    display: inline-block;
    width: 20%;
    margin-top: 7%;
    margin-right: 1%;
    margin-bottom: 3%;
    font-size: 16px;
}
.box03 .reservation-R-double {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    margin-left: 1%;
    margin-bottom: 3%;
    font-size: 16px;
}
@media screen and (max-width:768px) {
    .box03 .reservation-L-double {
        display: block;
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0 0 0;
    }
    .box03 .reservation-R-double {
        display: block;
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0 0 0;

    }
}
.sp_map{
   margin-top: 48px;
}
.sp_map_hide {
   display: none;
}
.magazine_list_h200 .img_box {
   height: 200px;
   overflow: hidden;
}
.magazine_list_h180 .img_box {
   height: 180px;
   overflow: hidden;
}
.magazine_list_h180.W25 li {
	height: 180px;
    margin-bottom: 90px;
}
.img_box h2 {
   background-color: white;
   width: 100%;
   font-size: 16px;
}
.slider_box .modal_slider ul li {
   height: 330px;
   margin: 0px;
}
@media screen and (max-width: 545px) {
    .slider_box .modal_slider ul li {
        height: inherit;
    }
}

.link_left {
    text-align: left;
    margin-bottom: 10px;
}

/* エラー表示 */
.form-error {
    border: 1px solid red !important;
}
.error-message {
    color: red !important;
}
.flash_failure {
    color: #CD0A0A;
    border: 1px solid #CD0A0A;
    background-color: #FEF1EC;
    padding: 10px;
    margin-bottom: 20px;
}
.spots_box {
    margin-top: 15px;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

.font_bold {
    font-weight: bold;
}

.catchcopy_center {
    text-align: center;
    font-weight: normal;
}

.catchcopy_center h4 {
    text-align: center;
}

@media screen (max-width: 991px) {
	.catchcopy_center h4 {
		font-size: 32px;
	}
}

.catchcopy_center h2 {
    text-align: center;
    font-weight: bold;
}
.font_blue {
    color: #6CA0C0
}
.sub_nav ul li a {
    background:linear-gradient(to bottom, #3c4c60,#222a35);
    border-bottom: 1px solid #222a35;
    border-left: 1px solid #384351;
    border-right: 1px solid #384351;
}
.sub_nav ul li a.on {
    background:linear-gradient(to bottom, #ffffff,#c9c9c9);
}
.sub_nav ul li a:hover {
    background:linear-gradient(to bottom, #ffffff,#c9c9c9);
}
.tab_1 {
    background: url(../../cakephp/img/tab_1_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_1 {
    background: url(../../cakephp/img/tab_1_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_1:hover {
    background: url(../../cakephp/img/tab_1_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_2 {
    background: url(../../cakephp/img/tab_2_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_2 {
    background: url(../../cakephp/img/tab_2_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_2:hover {
    background: url(../../cakephp/img/tab_2_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_3 {
    background: url(../../cakephp/img/tab_3_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_3 {
    background: url(../../cakephp/img/tab_3_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_3:hover {
    background: url(../../cakephp/img/tab_3_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_4 {
    background: url(../../cakephp/img/tab_4_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_4 {
    background: url(../../cakephp/img/tab_4_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_4:hover {
    background: url(../../cakephp/img/tab_4_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_5 {
    background: url(../../cakephp/img/tab_5_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_5 {
    background: url(../../cakephp/img/tab_5_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_5:hover {
    background: url(../../cakephp/img/tab_5_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_6 {
    background: url(../../cakephp/img/tab_6_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_6 {
    background: url(../../cakephp/img/tab_6_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_6:hover {
    background: url(../../cakephp/img/tab_6_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_7 {
    background: url(../../cakephp/img/tab_7_b.png) center no-repeat;
    background-size: 25%;
    width: 54px;
    height: 25px;
    margin: 0 auto;
    padding: 15px 60px 50px 60px;
    position: relative;
    background-position: 50% 10%;
}
.sub_nav ul li a.on .tab_7 {
    background: url(../../cakephp/img/tab_7_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.tab_7:hover {
    background: url(../../cakephp/img/tab_7_a.png) center no-repeat;
    background-size: 25%;
    background-position: 50% 10%;
}
.sub_nav ul li a p {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 10%;
}
@media screen and (min-width: 376px) and (max-width: 665px) {
    .tab_1, .tab_2, .tab_3, .tab_4, .tab_5, .tab_6, .tab_7 {
        padding: 10px 31px 40px 31px;
        background-size: 50%;
    }
    .sub_nav ul li a.on .tab_1, .sub_nav ul li a.on .tab_2, .sub_nav ul li a.on .tab_3, .sub_nav ul li a.on .tab_4, .sub_nav ul li a.on .tab_5, .sub_nav ul li a.on .tab_6, .sub_nav ul li a.on .tab_7 {
        background-size: 50%;
    }
    .tab_1:hover, .tab_2:hover, .tab_3:hover, .tab_4:hover, .tab_5:hover, .tab_6:hover, .tab_7:hover {
        background-size: 50%;
    }
    .sub_nav ul li a p {
        width: 65px;
        top: 60%;
        left: 0;
    }
}
@media screen and (max-width: 375px) {
    .sub_nav ul li a p {
        width: 55px;
        top: 60%;
        left: 0;
    }
    .tab_1, .tab_2, .tab_3, .tab_4, .tab_5, .tab_6, .tab_7 {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        background-size: 50%;
    }
    .sub_nav ul li a.on .tab_1, .sub_nav ul li a.on .tab_2, .sub_nav ul li a.on .tab_3, .sub_nav ul li a.on .tab_4, .sub_nav ul li a.on .tab_5, .sub_nav ul li a.on .tab_6, .sub_nav ul li a.on .tab_7 {
        background-size: 50%;
    }
    .tab_1:hover, .tab_2:hover, .tab_3:hover, .tab_4:hover, .tab_5:hover, .tab_6:hover, .tab_7:hover {
        background-size: 50%;
    }
}
.about_detail img {
    width: 100%;
}
.about_pc { display: block !important; }
.about_sp { display: none !important; }

@media only screen and (max-width: 375px) {
    .about_pc { display: none !important; }
    .about_sp { display: block !important; }
}

.magazine .more_magazine {
    display: inline-block;
    float: right;
    margin-right: 3%;
/*    position: absolute;
    top: 26px;
    right: 3%;*/
    padding: 0 3%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 17px;
}

@media screen and (max-width:768px) {
	.magazine .more_magazine {
		font-size: 12px;
	}
}

@media screen and (max-width:470px) {
	/*.cate-icon-magazine {
		background:url(../img/cate-icon-magazine.png) left center no-repeat;
		background-size: 30px auto;
        margin-bottom: 13%;
        display: block;
	*/}
    .magazine .more_magazine {
        display: block;
    }
}

@media screen and (max-width: 375px){
	.magazine .more_magazine {
		/*top: 45px;*/
	}
}
.magazine_main .shadow_content {
    box-shadow: none;
}
.shadow_content {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
}

.map_application_btn > input[type="button"] {
    text-align: center;
    margin: 2% auto 0;
    min-width: 250px;
    font-size: 12px;
    background-color: #fff;
    color: #222a35;
    border: 1px solid #222a35;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    height: 30px;
}
.map_application_btn > input[type="button"]:hover {
    background-color: #b0c2da;
    cursor: pointer;
    color: #fff;
}

.menu_search_upper li {
    display: inline-block;
}
.menu_search_lower li {
    display: inline-block;
}
ul.menu_list li ul.menu_search_upper li {
    width: 50%;
}
ul.menu_list li ul.menu_search_lower li {
    width: 50%;
}
ul.menu_list li ul.menu_search_upper li a {
    padding-right: 0px;
}
ul.menu_list li ul.menu_search_lower li a {
    padding-right: 0px;
}
@media screen and (max-width: 375px){
	.menu_list {
        font-size: 13px;
        height: 470px;
    }
}
@media screen and (max-width:414px) {
    .form-cap {
        width: 100%;
    }
}

.box03 .info_box h5.mylist_title_font {
    font-weight: bold;
}

li.exp_spot_url {
    background:url(../img/info_web_icon.png) left 1px no-repeat;
    padding-left: 27px;
    padding-bottom: 5px;
    background-size: 22px;
    font-size: 12px;
}
li.exp_spot_url span.web {
    margin: -4px 5px;
    display: inline-block;
    width: 15px;
    height: 18px;
    background:url(../img/link_arrow.png) center center no-repeat;
    background-size: contain ;
}

/*------------------------------------------------------------
　　　　head　　　
------------------------------------------------------------*/
.header_bar {
    z-index:102;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    background:url(../img/head_back.gif) 0 0 repeat-x;
}
.header_bar h1 {
    margin: 0 auto;
    width: 123px;
    height: 48px;
    background:url(../img/head_logo.png) center center no-repeat;
    background-size: 123px 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.header_bar h1 a{
    width: 123px;
    height: 48px;
    display: block;
}

.img_box_1 img:hover,
.magazine_main li:hover,
.magazine_list01 li:hover,
.magazine_list02 li:hover,
.magazine_list03 li:hover {
    opacity: 0.6;
}
/*------------------------------------------------------------
　　　member　　　
------------------------------------------------------------*/
.p_policy a:link {
    color: #916e03;
    text-decoration: underline;
}
.p_policy a:visited {
    color: #916e03;
}

.p_policy a:hover {
    color: #916e03;
    cursor:pointer;
}

/*------------------------------------------------------------
　　　mypage パスワード変更　　
------------------------------------------------------------*/
.password_change {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #dfdddd;
}
.mypage_pass_change td {
    padding: 1%;
}

@media screen and (max-width: 375px){
    #top .content_margin_top_0 {
        margin-top: 0px;
    }
}

/*------------------------------------------------------------
　　　テーマ一覧、エリア・宿/楽しみ方、トップページ/マガジンタイトル
------------------------------------------------------------*/
.cap1_another {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: inline-block;
    min-width: 100px;
    min-height:30px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    text-align:center;
    font-size: 14px;
    background: rgba( 0,0,0,0.36 );
    padding: 0 10px;
}
.cap2_another {
    margin-bottom:2%;
    line-height: 1.1;
    font-size:18px;
    color: #353535;
}
p.cap2_another.font-m {
	font-weight: bold;
}
p.cap2_another.font-h {
	font-weight: bold;
}
p.cap2_another.font-h a {
    overflow: visible;
}
.magazine_main .cap2_another {
	font-size: 33px;
	line-height: 1;
	font-weight: bold;
}
.magazine_list01 .cap2_another,
.magazine_list02 .cap2_another,
.magazine_list03 .cap2_another {
	margin-bottom: 10%;
	font-weight: bold;
}
.magazine_list.W25 .cap2_another {
    font-size: 18px;
}
@media screen and (max-width:768px) {
    .cap1_another {
        font-size:12px;
        max-width: 100%;
    }
    .cap2_another {
        font-size:18px;
        line-height: 1.1;
    }
    .magazine_main .cap2_another {
		font-size: 18px;
	}
}
@media screen and (max-width:375px) {
    .magazine_list02 .cap2_another,
    .magazine_list03 .cap2_another {
        min-height: auto;
    }
}
.magazine_list.W25.magazine_list_h200.enjoy_list li {
    margin-bottom: 30px;
}
@media screen and (max-width:470px) {
    .box03 .favorite {
        position: absolute;
        right: 0;
        top: 87.5%;
    }
    .box03 .info_box {
        float:left;
        width: 100%;
        text-align:left;
        margin-top: 0px;
    }
    .favorite > input[type="button"] {
        background: rgba( 0,0,0,0.5 );
        border: 1px solid #fff;
    }
}

/*------------------------------------------------------------
　　　キーワード一覧
------------------------------------------------------------*/
.more_keyword {
    position: absolute;
    top: 26px;
    right: 3%;
    font-size: 17px;
}
.more_keyword a {
	/*color: #b78a01; */
}

.magazine .more_keyword {
    position:static;
    text-align: center;
    padding: 0.5% 3%;
    display: block;
    font-size: 12px;
}

.magazine .more_keyword a {
    border: 1px solid #000;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
}
@media screen and (max-width:768px) {
    .more_keyword {
        position: absolute;
        top: 20px;
        right: 3%;
        font-size: 12px;
    }
}
@media screen and (max-width:470px) {
    .more_keyword {
        top: 15px;
    }
    .magazine .more_keyword {
        position:static;
        text-align: center;
        padding: 0.5% 3%;
        font-size: 12px;
    }
}
.attention_keyword {
    padding-left: 1%;
    margin-top: 3%;
    font-size: 16px;
}
.new_magazine {
    margin-top: 3%;
    font-size: 16px;
}
.magazine_list01 .cap5,
.magazine_list02 .cap5,
.magazine_list03 .cap5 {
    margin-bottom: 0px;
}

/*------------------------------------------------------------
　　　フォトギャラリー
------------------------------------------------------------*/
ul.img {
    background-color: #f5f5f5;
}
.img_box {
    background-color: #f5f5f5;
}

.magazine ul.img_box {
    background-color: #fff;
}

.slider_box .slider03 {
    margin: 2% 0;
    height: auto;
    overflow: hidden;
}
.slider_box .slider03 ul li {
    display: table;
    width: 270px;
    height: 186px;
    margin: 0 30px 0 0px;
    background: center / cover;
    padding-left: 30px;
}

@media screen and (min-width:768px) and ( max-width:991px) {
	.slider_arrow-L {
		left: -10px;
	}
	.slider_arrow-R {
		right: -10px;
	}
    .slider_box .slider03 ul li {
        height: 242px;
        margin: 0 20px 0 20px;
    }
}

/*------------------------------------------------------------
　　　アクセス/マップサイズ
------------------------------------------------------------*/
@media screen and (max-width:375px) {
    .access_page_map {
        margin-top: 0px;
        height: 300px;
    }
}

/*------------------------------------------------------------
　　　マイリスト
------------------------------------------------------------*/
@media screen and (max-width:470px) {
    .box03 .mylist_img_box {
        width: 100%;
    }
}
@media screen and (max-width:470px) {
    .del_favorite {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .del_favorite > input[type="button"] {
        background: rgba( 0,0,0,0.5 );
        border: 1px solid #fff;
    }
}

/*------------------------------------------------------------
　　　スポット
------------------------------------------------------------*/
@media screen and (max-width:470px) {
    .img_box_1 {
    	width: 100%;
    }
}
@media screen and (min-width:376px) {
    #map_btn_box {
        display: none;
    }
}

/*------------------------------------------------------------
　　　宿泊予約/宿から探す
------------------------------------------------------------*/
.main_img_search_room {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 510px;
    max-height:510px;
/*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
}
.main_img_search_room img {
    width: 100%;
}
.main_img_search_room ul li {
    background: center / cover;
    height: 510px;
}
@media screen and (min-width:768px) and ( max-width:991px) {
    .main_img_search_room {
        min-height: 410px;
        max-height:410px;
    }
    .main_img_search_room ul li {
        height: 410px;
    }
}
@media screen and (max-width:768px) {
    .main_img_search_room {
        min-height: 310px;
        max-height:310px;
    }
    .main_img_search_room ul li {
        height: 310px;
    }
}
@media screen and (max-width:560px) {
    .main_img_search_room {
        min-height: 210px;
        max-height: 210px;
    }
    .main_img_search_room ul li {
        height: 210px;
    }
}

/*------------------------------------------------------------
　　　楽しみかた/スポットプルダウン内
------------------------------------------------------------*/
@media screen and (max-width:470px) {
    .img_box_1 {
        margin-top: 0px;
    }
    .spots_box {
        text-align: left;
    }
    .info_box_1 {
        width: 100%;
    }
}
