@charset "utf-8";
/*----------------------responsive.css内容----------------------*/
#main body, #main div, #main dl, #main dt, #main dd, #main ul, #main ol, #main li, #main h1, #main h2, #main h4, #main h5, #main h6, #main pre, #main form, #main fieldset, #main input, #main textarea, #main p, #main blockquote, #main th, #main td{margin: 0; padding: 0;}ol, ul{list-style:none;}a:hover img.hoverImg {filter:alpha(opacity=70);opacity:0.7;-moz-opacity: 0.7;}a img{border-style:none;}.clearfix:after{content: ".";display: block;height: 0;font-size:0;clear: both;visibility:hidden;}
.clearfix{display: inline-block;}/* Hides from IE Mac */* html .clearfix{height: 1%;}.clearfix{display:block;}#wrapper{min-width:100%;}#main{width:100%;}
.sp {
    display: none;
}
#main {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    color: #444;
    -webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
#main a:link,#main a:visited,#main a:hover,#main a:active {
    text-decoration: none
}
#main a:hover {
    opacity: 0.8;
}
/*#main a{
    display: block;
}*/
/*----------------------main-----------------------*/
#main .con_wrap{
    width: 1100px;
    margin: 0 auto;
}
.shadow {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.txt_line {
    background: linear-gradient(#0000 70%, #ff0 0%);
}
strong {
    font-weight: bold;
    background: linear-gradient(#0000 70%, #ff0 0%);
}
.kerning {
    letter-spacing: 4px;
}
.txt_m {
    font-size: 1.25rem;
}
.txt_l{
    font-size: 1.4rem;
}
.txt_xl{
    font-size: 2.1rem;
}
.blur{
    -ms-filter: blur(4px);
    filter: blur(4px);
    transition: 0.2s;
}
.txt_b{
    font-weight: bold;
}


/*--------------------------------------------------
btn
--------------------------------------------------*/
.btn {
	width: 700px;
	height: 127px;
	margin: auto;
}
.btn a {
	font-size: 24px;
	padding: 10px 0;
	color: #FFF;
	background: #ff4040;
	border-bottom: 6px solid #cc0000;
	border-radius: 10px;
	line-height:1.4;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.btn a:hover {
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
	background: #f3b16a;
}
.btn a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 12px;
	height: 12px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: -8px 0 0 0;
	z-index: 3;
	transform: rotate(45deg);
}


.ft-btn {
	height: 106px;
}
.ft-btn a {
	font-size: 28px;
	color: #fff;
	line-height: 1.6;
	background: #01b6b8;
	border-bottom: 6px solid #00797a;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 0;
	font-weight: bold;
	border-radius: 10px;
	position: relative;
}
.ft-btn a:hover {
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
	background: #69edee;
}
.ft-btn a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 12px;
	height: 12px;
	margin: -5px 0 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg)
}

/*--------------------------------------------------
メインビジュアル上リンクボタンエリア
--------------------------------------------------*/
.link_btnarea{
	padding: 20px 20px 24px !important;
	display: flex;
	gap:10px 20px;
	flex-wrap: wrap;
	justify-content: center;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 135px;
	/* margin: auto; */
	padding: 0.4rem 2rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #fff;
	background: #27acd9;
	transition: 0.5s;
	font-size: clamp(12px, 1.8vw, 16px);
}
a.btn_01:hover {
	color: #27acd9;
	background: #fff;
}

a.btn_02 {
	border: 2px solid #f06c14;
	color: #fff;
	background: #f06c14;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #f06c14;
	background: #fff;
}
a.btn_03 {
	border: 2px solid #bd0011;
	background: #bd0011;
	color: #fff;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #bd0011;
	background: #fff;
}
a.btn_04 {
	color: #fff;
	background: #dcb000;
	border: 2px solid #dcb000;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #dcb000;
	background: #fff;
}
a.btn_05 {
	color: #fff;
	border: 2px solid #fd5864;
	background: #fd5864;
	transition: 0.5s;
}
a.btn_05:hover {
	color: #fd5864;
	background: #fff;
}






/*----------------------mv-----------------------*/
#main #mv {
    text-align: center;
    /*background: linear-gradient(rgba(162, 18, 18, 0.4), rgba(0, 0, 0, 0.4)),url(../images/bg.jpg) center;*/
    background: no-repeat url(../images/bg.jpg) center -80px;
    background-size: cover;
    padding: 45px 0;
    position: relative;
    /*background-attachment: fixed;*/
}
#mv .con_wrap{
    position: relative;
}
#mv .con_wrap .term{
    position: absolute;
    top: 135px;
    left: 175px;
    background-color: #f2fc75;
    line-height: 1.25;
    padding: 0.75rem 0.5rem;
    border-radius: 10px;
    color: #5f7dd3;
    font-size: 1.5rem;
    transform: rotate(-10deg);
    text-shadow: 3px 3px 0 #ffffff;
    box-shadow: 3px 3px 0 #a0b0fb;
    border: solid 3px #5f7dd3;
}
#mv h2{
    font-size: 7.0rem;
    font-weight: bold;
    line-height: 1;
    color: #0000;
    text-shadow: 0 0 0 #fff;
    -webkit-text-stroke: 1px #565656;
    /*padding: 20px 10px 6px;*/
    /* background-color: #fff; */
    display: inline-block;
    letter-spacing: -5px;
    /* font-style: italic; */
}
#mv h2 img{
	width:100%;
	}
#mv h2 strong {
    background: none;
    /* text-shadow: 3px 3px 0 #ff80b5; */
}
#mv .lead_wrapper p {
    /*font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    display: inline-block;
    background-color: #af912c;
    padding: 2px 20px 0 !important;
    border-radius: 5px;
    margin-top: 10px;
    color:#fff;*/
    position: absolute;
	top:8px;
	left:22%;
	z-index:1000;
}
#mv .lead_wrapper p img{
	width:110%;
}
.lead_wrapper p {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 2;
    padding: 20px 0 0 !important;
    text-align: center;
}
.lead_wrapper p span{
    background-color: #f2fc75;
    font-weight: bold;
}
.tpg_box{
	margin:20px 0 0 !important;
    background-color: #a5d22a;
}
.tpg_box p{
	text-align:center;
}
/*----------------------navi_bar-----------------------*/
#main .navi_bar{
    border-bottom: solid 4px #af912c;
    padding-top: 10px;
    background-color: #fff;
}
#main .navi_bar .con_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .navi_bar li{
    flex: auto;
}
#main .navi_bar .btn{
    display: block;
    line-height: 1;
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 2rem auto 0;
    background-color: #fff;
    color: #af912c;
    font-weight: bold;
    width: 90%;
    text-align: center;
    border: solid 4px #af912c;
    border-bottom: none;
    transition: 0.2s;
}
#main .navi_bar .btn:hover {
    background-color: #af912c;
    color: #fff;
    opacity: 1;
}
#main .navi_bar .active {
    background-color: #af912c;
    color: #fff;
    padding: 2rem 0;
    margin: 0 auto;
}

/*----ついか----*/
#main #nav{
    border-bottom: solid 8px #af912c;
}
#main .tab_box {
    padding: 0;
    width: 100%;
    background: rgba(255,255,255,0);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#main .box01 {
    line-height: 1.4;
    width: 1100px;
    margin: 5px auto 0;
    position: relative;
}
#main .tab_box li a {
    display: block;
    width: 158px;
    height: 80px;
    /* float: left; */
    margin: 0 6px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    line-height: 2.6;
}
#main .tab_box .on a {
    background: #af912c;
    border: 6px solid #af912c;
    color: #fff940;
    border-bottom: none;
    opacity: 1;
    border-radius: 20px 20px 0 0;
}
#main .tab_box .off a {
    border: 6px solid #af912c;
    border-bottom: none;
    color: #af912c;
    height: 60px;
    margin-top: 20px;
    transition: all 400ms 0s ease;
    border-radius: 20px 20px 0 0;
}
#main .tab_box .off a:hover {
    color: #fff;
    background: #af912c;
    opacity: 1;
    height: 80px;
    margin-top: 0;
}



#main .departure_box{
    /*background: url(../images/bg.png) repeat;*/
    background-color: #F4ECD7;
}

#main .departure_box a:hover {
    color: #fff;
    background: #fc848d;
    opacity: 1;
    /* height: 80px; */
	transform: translateY(-7px);
    margin-top: 0;
}

#main .departure_box h3 {
    color: #444;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 5px;
    border-bottom: #af912c solid 4px;
}
#main .date_select_16 select,
#main .date_select_17 select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	font-size: 16px;
}
#main .date_select_16 {
	overflow:hidden;
	padding:0 2% 20px;
    margin: 0;
    /*background-color: #fff;
    border: solid  #805500 4px;*/
}
#main .date_select_17 {
	overflow:hidden;
	padding:0px 24px 0px;
    margin: 0;
}
#main .date_select_16_tit,
#main .date_select_17_tit {
	margin:5px 15px 0 0;
	float: left;
}
#main .departure .box{
    line-height: 1.4;
    width: 1100px;
    margin: 0 auto;
    padding: 56px 0 0;
	position: relative;
}
#main .departure_tit {
	margin:0 0 10px 34px;
}
#main .date_select_16 li,
#main .date_select_17 li{
	float:left;
	width:73px;
	margin:0px 20px 0 0;
}
#main .date_select_16 li:last-child,
#main .date_select_17 li:last-child{
	margin:0px 0 0 0;
}
#main .recommend_box{
    background: url(../images/map_bg01.gif) repeat;
    padding-top: 15px;
}
#main .recommend_box h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
#main .date_select_19, #main .date_select_20 {
	overflow:hidden;
	padding:20px 24px 40px;
    margin: 0;
    /*background-color: #ffffff80;*/
}
#main .date_select_19_tit,
#main .date_select_20_tit {
	margin:5px 15px 0 0;
	float: left;
}
#main .date_select_19 li,
#main .date_select_20 li{
	float:left;
	width:95px;
    margin:0px 10px 0 0;
    background-color: #d6d0be;
    box-shadow: 4px 4px 0 #d6d0be;
}
#main .date_select_19 li:last-child,
#main .date_select_20 li:last-child{
	margin:0px 0 0 0;
}
#main .date_select_19 a,
#main .date_select_20 a{
    display: block;
    border: solid 4px #666;
    text-align: center;
    transition: all 400ms 0s ease;
}
#main .date_select_19 a:hover,
#main .date_select_20 a:hover{
    background-color: #fef841;
    opacity: 1;
}
#main .date_select_19 a.red,
#main .date_select_20 a.red{
    border: solid 4px #ff4040;
}
#main .date_select_19 a.blue,
#main .date_select_20 a.blue{
    border: solid 4px #2e6be5;
}
#main .date_select_19 .day,
#main .date_select_20 .day{
    font-size: 18px;
    color: #fff;
    background: #666;
}
#main .date_select_19 .day.red,
#main .date_select_20 .day.red{
    background: #ff4040;
}
#main .date_select_19 .day.blue,
#main .date_select_20 .day.blue{
    background: #2e6be5;
}
#main .date_select_19 p,
#main .date_select_20 p{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    color:#666;
    background:#fff;
}
#main .date_select_19 span,
#main .date_select_20 span{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -2px;
}




#main .map_box {
    background: url(../images/map_pc.png) center no-repeat,#000000 center repeat;
    height: 500px;
    position: relative;
    padding-bottom: 20px;
}
#main .map_box h3 {
    color: #fff;
    font-size: 24px;
    border-bottom: #af912c solid 4px;
    position: absolute;
    top: 34px;
    left: 5px;
    font-weight: bold;
}
#main .map_box li a {
    display: block;
    line-height: 34px;
    padding: 2px 30px 0 25px;
    box-sizing: border-box;
    background: #e8c85b;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: absolute;
    border-radius: 20px;
    border: solid 2px #e8c85b;
    transition: all 400ms 0s ease;
}
#main .map_box li a:hover {
    color: #fff;
    background: #ff4040;
    border: solid 2px #ff4040;
    opacity: 1;
	transform: translateY(-7px);
}
#main .map_box .li {
    position: relative;
}
#main .map_box li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    top: 13px;
    right: 10px;
}
#main .map_box .li01 a {
    top: 216px;
    left: 55px;
}
#main .map_box .li02 a {
    top: 160px;
    left: 320px;
}
#main .map_box .li03 a {
    top: 180px;
    left: 670px;
}
#main .map_box .li04 a {
    top: 265px;
    left: 485px;
}
#main .map_box .li05 a {
    top: 330px;
    left: 575px;
}
#main .map_box .li06 a {
    top: 395px;
    left: 500px;
}
#main .map_box .li07 a {
    top: 315px;
    left: 300px;
}
#main .box {
    line-height: 1.4;
    width: 1100px;
    margin: 0 auto;
    position: relative;
}



/*----------------------con01-----------------------*/
#main #con01{
    background-color: #F4ECD7;
    padding-bottom: 1px;
}
#con01 .con_wrap-ttl{
	text-align:center;
	font-weight:bold;
	font-size:30px;
    background-color: #e8c85b;
    color:#fff;
    padding:20px 0;
}
#con01 .con_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

#con01 .add_bn_wrap{
    text-align: center;
    margin-bottom: 40px !important;
}
#con01 .add_bn_wrap img{
	width:95%;
}

#con01 .tour_wrap{
    flex-basis: 255px;
    /* border-radius: 10px; */
    transition: 0.2s;
    margin: 0 10px 60px;
    background-color: #fff;
    position: relative;
    overflow: inherit;
}
#con01 .tour_wrap:hover{
    opacity: 1;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    /* transform: rotate(0.5deg); */
    transform: translateY(-5px);
}
#con01 .tour_wrap img{
    width: 255px;
    height: 192px;
    /* border-radius: 10px 10px 0 0; */
}
#con01 .stw_tour_fields:after{
    position: absolute;
    top: 4px;
    left: 4px;
    /* content: url("../images/icon_tour.png"); */
}
#con01 .tour_wrap:hover img{
    opacity: 1;
}
#con01 .tour_wrap:hover .blur{
    -ms-filter: blur(0px);
    filter: blur(0px);
}
#con01 .tour_inner{
    padding: 10px 15px 20px;
    position: relative;
}
#con01 .des_name{
    color: #af912c;
    position: absolute;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    top: -22px;
    left: 0;
    padding: 0.5em 1em;
    background-color: #fff;
    border-radius: 0 8px 0 0;
}

#con01 .balloon {
    position: relative;
    display: inline-block;
    background-color: #f0ebc0;
    padding: 8px 0 8px 38px;
    text-align: center;
    color:#444;
    border-radius: 5px;
    width:100%;
    box-sizing: border-box;
}
#con01 .balloon::before {
    content: url(../images/icon_kira.png);
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 999;
}

#con01 .balloon::after {
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-top: solid 12px #f0ebc0;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:999;
}
#con01 .balloon p {
    margin: 0;
    padding: 0;
    font-weight:bold;
    font-size:13px;
    text-align: left;
}



#con01 .htl_name::before{
    /*content: "┗";
    background-color: #fddeec;
    font-weight: bold;
    border: solid 2px #fc73ab;
    font-size: 12px;
    line-height: 14px;
    border-radius: 50%;
    width: 14px;
    text-align: center;
    color: #fc71ab;
    position: absolute;
    left: -23px;
    top: 4px;*/
}
#con01 .htl_name{
    font-size: 14px;
    font-weight: bold;
    margin:12px auto 5px;
    color: #ff4040;
    line-height: 1.2;
    position: relative;
    text-align:center;
    /*background-color: #fddeec;*/
}
#con01 .point{
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
#con01 .price{
    font-style: italic;
    color: #efff40;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: -22px;
    background-color: #ff4040;
    padding: 0.35rem 0;
    width: 90%;
    border-radius: 22px;
    margin: 0 15px;
}
#con01 .price:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 3px solid #efff40;
    border-right: 3px solid #efff40;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
.search_btn_wrap {
    text-align: center;
    margin-bottom: 40px !important;
}
.search_btn_wrap a {
    text-align: center;
    background-color: #fff;
    line-height: 1;
    padding: 1.25em 3em 1.25em 4em;
    display: inline-block!important;
    border: solid 2px #e9e9e9;
    border-radius: 2em;
    position: relative;
    transition: all 400ms 0s ease;
}
.search_btn_wrap a:hover {
	transform: translateY(-7px);
    opacity: 1 !important;
    background-color: #fff940;
}
.search_btn_wrap img {
    position: absolute;
    top: 24%;
    left: 20px;
}
.search_btn {
        color: #444 !important;
        font-weight: bold;
        font-size: 20px;
}
/*----------------------add_bottombnr-----------------------*/
.hoge_box{
    position: relative;
}

.add_bottombnr {
    z-index: 1000;
    position: fixed;
    right: 30px;
    bottom: -5px;
    display: block;
    transition: .5s;
}

.add_bottombnr.bnr_hide {
    transform: translateY(110%);
}

.add_bottombnr .bottom_img01 {
    margin: 0 10px 20px 0;
    text-align: center;
    background-color: #fff;
    line-height: 1;
    padding: 1.25em 3em 1.25em 4em;
    display: inline-block;
    border: solid 2px #e9e9e9;
    border-radius: 2em;
    position: relative;
}

.add_bottombnr .bottom_img01 .bottom_btn {
    color: #444 !important;
    font-weight: bold;
    font-size: 20px;
}

.add_bottombnr .bottom_img01:hover {
    opacity: 1 !important;
    background-color: #fff940;
}

.add_bottombnr .bottom_img01 img {
    position: absolute;
    top: 24%;
    left: 20px;
}

.add_bottombnr .bottom_img02 {
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    background-color: #444;
    font-size: 18px;
    line-height: 1.4;
    padding: 1.5em 1em;
    display: inline-block;
    width: 4em;
}
.add_bottombnr .bottom_img03 {
    margin: 0 10px 20px 0;
    display: inline-block;
}
.add_bottombnr .bottom_img03 img{
    width: 400px;
}


.inner {
	width: 1140px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: auto!important;
}
.fl01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ttl-box {
	margin: 0 0 50px!important;
}
.ttl-box h4 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.con02 {
	padding: 60px 0!important;
	background: url(../images/bg01.jpg) center;
	background-size: cover;
}

.con02 .ttl-box h3 {
	color: #FFF;
	padding: 80px 0 0;
}
.con02 .ttl-box h3::before {
	background: url(../images/ttlitem01.png);
	background-size: cover;
	width: 89px;
	height: 58px;
}
.con02 .ttl-box h4 {
	color: #FFF;
}
.con02 .co-box {
	width: 31%;
}
.con02 .co-box h4 {
	font-size: 22px;
	text-align: center;
	font-weight:bold;
	color: #FFF;
	margin: 20px 0!important;
}
.con02 .co-box .txt {
	color: #FFF;
}


/*----------------------return_top----------------------*/
#return_top {
    text-align: center;
    margin: 10px;
}
#return_top a {
    background: url(//image.stworld.jp/images/common/tri01.gif) no-repeat scroll left 5px #0000;
    line-height: 1em;
    padding-left: 10px;
}
/*------------------------------------------------------------------
sp
-------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#wrapper {
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
/*----------------------main-----------------------*/
#main{
    margin-bottom: 0;
}
#main img {
    width: 100%;
}
#main .con_wrap{
    width: 100%;
    /*padding: 5px 3%;*/
}
.kerning {
    letter-spacing: 2px;
}

.txt_l{
    font-size: 1.5rem;
}
.txt_xl{
    font-size: 2rem;
}
.txt_b{
    font-weight: bold;
}



.btn {
	width: 100%;
	height: 88px;
	margin: auto;
}
.btn a {
	font-size: 18px;
	border-bottom: 6px solid #cc0000;
	border-radius: 10px;
	position: relative;
}
.btn a::before{
	display: block;
	content: "";
	position: absolute;
}
.btn a::before {
	top: 50%;
	right: 4%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: -6px 0 0 0;
	z-index: 3;
}

.ft-btn {
	height: 68px;
}
.ft-btn a {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	background: #01b6b8;
	border-bottom: 6px solid #00797a;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 0;
	border-radius: 10px;
	position: relative;
}


/*--------------------------------------------------
メインビジュアル上リンクボタンエリア
--------------------------------------------------*/
.link_btnarea{
	padding:20px 2%!important;
	gap: 10px 2%;
}
a.btn_01 {
	width:33%;
}


/*----------------------mv-----------------------*/
#main #mv {
    padding: 5px 0 10px;
    /*background: linear-gradient(rgba(162, 18, 18, 0.4), rgba(0, 0, 0, 0.4)),url(../images/bg.jpg) center;*/
    background: no-repeat url(../images/bg.jpg) center -30px;
    border-bottom: 2px solid #af912c;
    background-size: 120%;
    /*background-attachment: fixed;*/
}
#mv .con_wrap {
    width: 100%;
    padding: 0;
}
#mv .con_wrap .term {
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 0.75rem;
    transform: none;
    border: solid 2px #5f7dd3;
    position: initial;
    display: inline-block;
    text-shadow: 2px 2px 0 #ffffff;
    box-shadow: none;
    margin-bottom: -30px;
    box-shadow: 3px 3px 0 #a2b2fbbf;
}
#mv h2{
    display: block;
    font-size: 8.5vw;
/*text-shadow: 0 0px 6px #223288;
    -webkit-text-stroke: 1px #516dfb;*/
    padding: 12px 10px 8px;
    letter-spacing: 0;
    color: #fff;
}
#mv h2 img{
	width:90%;
}
#mv h2 strong {
        font-size: 12vw;
    background: none;
    /*text-shadow: 0 0px 6px #223288;*/
}
#mv .lead_wrapper p {
    font-weight: bold!important;
}
.lead_wrapper p {
    padding:20px 1% 0!important;
    font-size:16px;
    line-height: 20px;
}
#main .lead_wrapper p {
    /*font-size: 0.8rem;
    line-height: 1.7;
    font-weight: normal;*/
	top: -7px;
	left: 50%;
    /*transform: translateX(-108%);*/
}
#main .lead_wrapper p img{
	width:60%;
}
/*----------------------navi_bar-----------------------*/
#main .navi_bar {
    padding-top: 0;
    border-bottom: none;
}
#main .navi_bar .con_wrap {
    flex-direction: initial;
width: 100%;
padding: 10% 1% 1%;
margin: 0;
box-sizing: border-box;
}
#main .navi_bar .con_wrap li{
    width: 32.666%;
    flex: initial;
}
#main .navi_bar .btn {
    font-size: 1rem;
    padding: 1rem 0;
    margin: 0 auto 3%;
    width: 97%;
    border: solid 2px #af912c;
    box-sizing: border-box;
}

/*-----ついか-----*/
#main #nav {
    border-bottom: none;
}
#main .tab_box {
    padding: 0 0 0 0;
    width: 100%;
    justify-content: space-around;
}
#main .box01 {
    width: 100%;
    margin: 5px auto 0;
    position: relative;
    padding: 3% 2%;
    box-sizing: border-box;
}
#main .tab_box li {
    display: block;
    flex: 30%;
    height: 40px;
    /* float: left; */
    margin: 0 1%;
}
#main .tab_box li a {
    display: block;
    width: 100%;
    height: 40px;
    /* float: left; */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0;
}
.fixed {
    position: static;
    top: 0;
}
#main .tab_box .on a {
    border: none;
    border-radius: 20px;
}
#main .tab_box .off a {
    background: #979797;
    border: none;
    color: #fff;
    margin-top: 0;
    height: 40px;
    border-radius: 20px;
}
#main .tab_box .off a:hover {
    height: 40px;
    color: #fff940;
}

#main .departure_box h3 {
	display: inline-block;
    font-size: 17px;
    border-bottom: none;
    position: static;
    margin: 15px 0 5px;
    padding: 0 10px;
}

#main .map_box {
    background: none;
    height: auto;
    position: relative;
    padding: 10px 0;
    margin:0 2%;
}
#main .map_box h3 {
    display: inline-block;
    font-size: 17px;
    border-bottom: none;
    position: static;
    margin: 5px 0;
}
#main .map_box li a {
    display: block;
    line-height: 30px;
    padding: 5px 20px 5px 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    position: static;
    width: 100%;
    margin: 0 0 6px 0;
    border-radius: 0;
    color:#fff;
}
#main .map_box li {
    position: relative;
    width: 100%;
}
#main .map_box li a:hover {
    color: #FDE64E;
    background: #af912c;
    border: solid 2px #af912c;
}
#main .map_box li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    top: 20px;
    right: 10px;
}
#main .map_box .li03 a{
    letter-spacing: -1.5px;
}
#main .map_box .box {
	width: 100%;
	box-sizing: border-box;
}


/*----------------------con01-----------------------*/
#main #con01{
    padding: 0 0 10px;
    margin-top: 0;
}
#con01 .con_wrap{
    flex-direction: column;
    margin: 20px 0 30px;
}
#con01 .con_wrap-ttl {
    margin: 0 auto;
    font-weight: bold;
    line-height: 1;
    font-size: 1rem;
    color: #444;
    background:none;
}
#con01 .con_wrap-ttl2 {
    margin: 0 auto 15px;
    font-weight: bold;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    background:#e8c85b !important;
    width:100%;
    padding:12px 0;
    text-align:center;
}
#con01 .tour_wrap{
    flex-basis: inherit;
    overflow: inherit;
    margin: 0 4% 45px;
}
#con01 .tour_wrap:hover {
    transform: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
#con01 .tour_wrap img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#con01 .htl_name::before{
    line-height: 14px;
    padding-top: 2px;
    width: 16px;
    top: 3px;
}
#con01 .point {
    font-size: 0.75rem;
}
.search_btn_wrap {
    margin-top: -30px !important;
    margin-bottom: 20px !important;
}

.search_btn_wrap a {
    padding: 1em 1em 1em 2.75em;
    border: solid 1px #e9e9e9;
    border-radius: 2em;
}

.search_btn_wrap img {
    top: 30%;
    left: 20px;
    width: 18px!important;
}

.search_btn {
    font-size: 13px;
}
/*----------------------add_bottombnr-----------------------*/
.add_bottombnr {
    right: 0px;
    left: 5px;
    bottom: 0;
}

.add_bottombnr .bottom_img01 {
    width: 70%;
    margin: 0;
    padding: 1.35em 0 1.2em 1.5em;
    border: solid 1px #e9e9e9;
    vertical-align: top;
    display:none;
}

.add_bottombnr .bottom_img01 .bottom_btn {
    font-size: 4vw;
}

.add_bottombnr .bottom_img01 img {
    left: 20px;
    top: 30%;
    width: 18px !important;
}

.add_bottombnr .bottom_img02 {
    width: 20%;
    font-size: 12px;
    padding: 1em 0 1.5em;
}
.add_bottombnr .bottom_img03 {
    width: 77%;
    margin: 0;
}


.inner {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px !important;
	margin: auto !important;
}
.fl01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ttl-box h4 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.con02 {
	padding: 40px 0;
	background: url(../images/bg01.jpg) center;
	background-size: cover;
}

.con02 .ttl-box h3 {
	color: #FFF;
	padding: 60px 0 0;
}
.con02 .ttl-box h3::before {
	background: url(../images/ttlitem01.png);
	background-size: cover;
	width: 67px;
	height: 43px;
}
.con02 .ttl-box h4 {
	color: #FFF;
}
.con02 .co-box {
	width: 100%;
	margin: 0 auto 20px !important;
}
.con02 .co-box .img-area{
	width:60%;
	margin:0 auto!important;
}
.con02 .co-box h4 {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	margin: 12px 0;
}
.con02 .co-box .txt {
	color: #FFF;
}



/*----------------------return_top----------------------*/
#return_top {
    padding: 15px 10px;
    margin: 0 0 -20px;
    background-color: #fff;
}
#return_top a{
    line-height: 2.5;
}
}