/*--
	Theme Name: tour_mariud202603
	Theme URI: https://tour.mariud.com
	Description: A theme for Wordpress + Works-Yui
	Author: Works-Yui
	Author URL: https://works-yui.com/
--*/

@charset "UTF-8";

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* {
        margin: 0;
        padding: 0;
}
html {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color:#FFF;
	color:#081620;
	width: 100%;
	overflow-x: hidden;
}
body {
        font-size: 13px;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 20px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}
h1{
	font-size:100%;font-weight:bold;
}
h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
@media print {
  body {
        font-size: 13px;
        font-family: "ＭＳ Ｐゴシック",sans-serif;
  }
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.right {
	float:right;
}
.left {
	float:left;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
.clear {
	clear:both;
}
.red {
	color:#FF5C26;
}
.chu {
	color:#C65F33;
}
p{
        margin-bottom:1em;
}
p.last{
        margin-bottom:0;
}
.linkbox {
        cursor: pointer;
}
.center{
	text-align:center;
	margin:0 auto;
	width:100%;
}
ul, li {
	  list-style-type: none;
}

.font_11{font-size:11px;}
header {
    height: 0;
}
.sp_header {
    display:none;
}
.sp_header h1 {
    display:none;
}
.hamburger-menu {
	display:none;
}
.pc_none {
    display:none;
}
.sp_none {
    display:unset;
}

/* links
----------------------------------*/
#header_logo a:hover img, #top_course a:hover img, #footer_contact a:hover img, #tour_list a:hover img, #tour a:hover img, .tour_reserve_button a:hover img{
	opacity:0.8; 
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
.sab_box a, #tour a{
	color:#00B2B2;
}
.sab_box a:hover, #tour a:hover{
	color:#FF926B;
}
/* header
----------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height:160px;
	background: #fff url(img/header_menu_bg.png) repeat-x;
}
#header_bg {
	width: 1005px;
	margin: 0 auto;
	position: relative;
	height:160px;
}
#header_h1 {
	position: absolute;
	top:10px;
	left:10px;
	background:#8B4E18;
	border:1px solid #FFF;
	color:#FFF;
	text-align:center;
	padding:2px 10px;
}
#header_h1 a{
	color:#FFF;
	text-decoration: none;
}
#header_h1 a:hover{
	color:#FFEFBF;
}
#header_logo {
	position: absolute;
	top:55px;
	left:10px;
}
#header_menu_bg {
	position: absolute;
	top:60px;
	right:0;
	background: #8B4E18;
	width:708px;
	height:89px;
	padding:3px;
	border-radius:7px;
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
}
#header_menu_bg li{
	margin:0;
	padding:0;
	float:left;
}
#header_tel{
	position: absolute;
	top:12px;
	right:26px;
        width:180px;
}
#header_sab-menu{
	position: absolute;
	top:36px;
	left:284px;
}
#header_sab-menu li{
	margin:0;
	padding:0 10px 0;
	float:left;
	border-right:1px solid;
	font-size:0.9em;
	line-height:15px;
}
#header_sab-menu li:last-child{
	padding-right:0;
	border-right:none;
}
#header_sab-menu a{
	color:#6F4411;
	text-decoration: none;
}
#header_sab-menu a:hover{
	color:#D93600;
}

/* レイアウト
----------------------------------*/
#container{
	margin:40px auto;
	width:1005px;
}
#side{
        float:left;
	width:230px;
	margin:0 0 45px;
}
#main{
	float:right;
	width:740px;
	margin:0 0 45px;
}

/* サイド
----------------------------------*/
.side_reserve{
	margin:0 0 35px;
}
.side_chara{
	width:230px;
	margin:0 auto 35px;
	text-align:center;
}
.side_topix{
	width:225px;
	margin:0 auto;
	font-size:12px;
}
.side_topix dt{
	margin:0 0 0.7em;
}
.side_topix dd{
	margin:0 0 3em;
	padding:0 7px 0 13px;
}

/* スライダー
----------------------------------*/
#slider {
	margin:0 auto 10px;
	position:relative;
	overflow: hidden;
}

/* スライダー
----------------------------------*/
.mariudo_banner{
	margin:45px auto;
	width:592px;
	overflow:hidden;
}
.mariudo_banner img{
	float:left;
	margin:0;
}
.mariudo_banner .first_banner{
	border-radius:5px 0 0 5px;
        -moz-border-radius:5px 0 0 5px;
        -webkit-border-radius:5px 0 0 5px;
}
.mariudo_banner .last_banner{
	border-radius:0 5px 5px 0;
        -moz-border-radius:0 5px 5px 0;
        -webkit-border-radius:0 5px 5px 0;
}

/* トップ　おすすめ
----------------------------------*/
.top_osusume{
	margin:0 auto 45px;
	width:738px;
	background:#E0E8DB;
	overflow:hidden;
}
.top_osusume h3 img{
	max-width:738px;
	height:auto;
}
.top_osusume_inner{
	float:left;
	width:232px;
	margin-top:25px;
	margin-left:10px;
}
#tour .top_osusume_inner a{
	color:#664C00;
	text-decoration: none;
}
#tour .top_osusume_inner a img {
	margin-bottom:.5em;
}
#tour .top_osusume_inner a:hover{
	color:#F77C59;
}
.top_osusume_inner .right {
	margin-right:1em;
}
.top_osusume_inner p {
	margin-bottom:.5em;
}
.top_osusume_tour_list {
	clear: both;
    text-align: center;
}
#tour .top_osusume_tour_list a {
    display: inline-block;
    background: #92b57f;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 13px;
    padding: 0 4em;
    margin: 1em 0 1em;
    border-radius: 60px;
    transition: all .3s ease;
}
#tour .top_osusume_tour_list a:hover {
    background: #7bab61;
  	transform: translateY(-3px); /* 3px上に浮かせる */
  	box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* 影をつけて浮遊感を出す */
}

/* トップ　おすすめ
----------------------------------*/
.top_blog{
	margin:0 auto 45px;
	width:738px;
	border:1px solid ##AAA;
	overflow:hidden;
}
.top_blog h3 img{
	max-width:738px;
	height:auto;
}
.top_blog_inner{
	
}


/* トップコース4
----------------------------------*/
#top_course{
        width:975px;
	padding:15px;
	background:#EEE7D5;
	border-radius:7px;
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
}
#top_course ul{
        overflow:hidden;
}
#top_course li{
        float:left;
	margin-right:15px;
}
#top_course li:last-child{
        float:left;
	margin-right:0;
}
.top_course_sab{
	margin:0 0 45px;
}

/* ツアーリスト
----------------------------------*/
#tour_list h2 img{
	border-radius:8px 8px 0 0;
        -moz-border-radius:8px 8px 0 0;
        -webkit-border-radius:8px 8px 0 0;
}
#tour_list .tour01{
        padding:15px;
	background:#ECF1E9;
	border-radius:0 0 8px 8px;
        -moz-border-radius:0 0 8px 8px;
        -webkit-border-radius:0 0 8px 8px;
	overflow:hidden;
	margin:0 0 45px;
}
#tour_list .tour02{
        padding:15px;
	background:#F9F8E7;
	border-radius:0 0 8px 8px;
        -moz-border-radius:0 0 8px 8px;
        -webkit-border-radius:0 0 8px 8px;
	overflow:hidden;
	margin:0 0 45px;
}
#tour_list .tour03{
        padding:15px;
	background:#D5E9EF;
	border-radius:0 0 8px 8px;
        -moz-border-radius:0 0 8px 8px;
        -webkit-border-radius:0 0 8px 8px;
	overflow:hidden;
	margin:0 0 45px;
}
#tour_list .tour04{
        padding:15px;
	background:#EFEFF0;
	border-radius:0 0 8px 8px;
        -moz-border-radius:0 0 8px 8px;
        -webkit-border-radius:0 0 8px 8px;
	overflow:hidden;
	margin:0 0 45px;
}
#tour_list .course_box_left{
    width: 220px;
    height: 597px;
	position:relative;
	margin:25px 16px 25px 0;
	float:left;
}
#tour_list .course_box_right{
	width: 220px;
    height: 597px;
    position: relative;
    margin: 25px 16px 25px 0;
    float: left;
}
#tour_list .course_box_left .price_hed, #tour_list .course_box_right .price_hed{
	width:38px;
	position:absolute;
	top:480px;
	left:20px;
	font-size:15px;
}
#tour_list .course_box_right .tour_list_2023, #tour_list .course_box_left .tour_list_2023 {
    position: absolute;
    bottom: 42px;
    left: 10px;
    right: 10px;
    text-align: center;
    /* background: #ff9326; */
    color: #ff0000;
    font-size: .85em;
    font-weight: 700;
    line-height: 23px;
    border: 1px solid red;
}
#tour_list .course_box2_right .tour_list_2024, #tour_list .course_box2_left .tour_list_2024 {
	display:block;
    text-align: center;
    /* background: #ff9326; */
    color: #ff0000;
    font-size: .85em;
    font-weight: 700;
    line-height: 19px;
    border: 1px solid red;
}
#tour_list .course_box2_right .hosoku, #tour_list .course_box2_left .hosoku {
    position: absolute;
    bottom: 147px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 1rem;
}
#tour_list .course_box2_right .tour_list_2023, #tour_list .course_box2_left .tour_list_2023 {
position: absolute;
    bottom: 54px;
    left: 10px;
    right: 10px;
    text-align: center;
    /* background: #ff9326; */
    color: #ff0000;
    font-size: .85em;
    font-weight: 700;
    line-height: 19px;
    border: 1px solid red;
}
#tour_list .course_box_left .price, #tour_list .course_box_right .price{
	width: 196px;
    position: absolute;
    top: 470px;
    left: 0;
    right: 0;
    font-size: 12px;
    margin: auto;
    text-align: center;
}
#tour_list .course_box_left .price2, #tour_list .course_box_right .price2{
	width:130px;
	position:absolute;
	top:480px;
	left:74px;
	font-size:16px;
}
#tour_list .course_box_left .taisyou, #tour_list .course_box_right .taisyou{
	position: absolute;
    top: 514px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px;
    text-align: center;
}
#tour_list .course_box_left .kuwashiku, #tour_list .course_box_right .kuwashiku{
    width: 150px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
#tour_list .course_box_left .setsumei_text, #tour_list .course_box_right .setsumei_text{
	width:196px;
	position:absolute;
	top:375px;
	left:17px;
	font-size:11px;
	line-height:15px;
}
#tour_list .course01{
	background:#fff url(img/tour_list_course01.png) no-repeat;
}
#tour_list .course02{
	background:#fff url(img/tour_list_course02_20230511.png) no-repeat;
}
#tour_list .course03{
	background:#fff url(img/tour_list_course03_20230511.png) no-repeat;
}
#tour_list .course04{
	background:#fff url(img/tour_list_course04.png) no-repeat;
}
#tour_list .course05{
	background:#fff url(img/tour_list_course05.png) no-repeat;
}
#tour_list .course06{
	background:#fff url(img/tour_list_course06.png) no-repeat;
}
#tour_list .course07{
	background:#fff url(img/tour_list_course07.png) no-repeat;
}
#tour_list .course08{
	background:#fff url(img/tour_list_course08.png) no-repeat;
}
#tour_list .course09{
	background:#fff url(img/tour_list_course0920260122.png) no-repeat;
}
#tour_list .course10{
	background:#fff url(img/tour_list_course1020260122.png) no-repeat;
}
#tour_list .course11{
    background: #fff url(img/tour_list_course11.png) no-repeat;
}
#tour_list .course12{
	background:#fff url(img/tour_list_course12.png) no-repeat;
}
#tour_list .course12-202602{
	background:#fff url(img/tour_list_course12-202602.png) no-repeat;
}
#tour_list .course11_big{
	background:#fff url(img/tour_list_big_course11.png) no-repeat;
}
#tour_list .course12_big{
	background:#fff url(img/tour_list_big_course12.png) no-repeat;
}
#tour_list .course13{
	background:#fff url(img/tour_list_course13.png) no-repeat;
}
#tour_list .course14{
	background:#fff url(img/tour_list_course14.png) no-repeat;
}
#tour_list .course15{
	background:#fff url(img/tour_list_course15_20230511.png) no-repeat;
}
#tour_list .course16{
	background:#fff url(img/tour_list_course16_20230511.png) no-repeat;
}
#tour_list .course17{
	background:#fff url(img/tour_list_course17_20230511.png) no-repeat;
}

/* ツアー共通
----------------------------------*/


/* ツアー
----------------------------------*/
#tour.riku {
	background:#DBD56E url(img/tour_bg_last.png) no-repeat center bottom;
	padding-bottom:10px;
	border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}
#tour.umi {
	background:#92C8D6 url(img/tour_bg_last2.png) no-repeat center bottom;
	padding-bottom:10px;
	border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}
#tour.yoru {
	background:#E1E1E3 url(img/tour_bg_last3.png) no-repeat center bottom;
	padding-bottom:10px;
	border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}
#tour.safety {
	background:#DBD56E url(img/tour_bg_last.png) no-repeat center bottom;
	padding-bottom:10px;
	border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}
#tour.shop {
	background:#F4F0E5 url(img/tour_bg_last4.png) no-repeat center bottom;
	padding-bottom:10px;
	border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}
#tour.faq {
	background:#E0EFF3 url(img/tour_bg_last2.png) no-repeat center bottom;
	padding-bottom:10px;
	border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}

.side_widget ul#npcatch li {
	list-style-type: none;
	margin-left: 0;
}
.faq_inner {
	margin:0 60px;
}
.faq_inner dt {
        line-height:36px;
	padding-left:50px;
        background-image:url(img/faq_q.png);
        background-repeat:no-repeat;
        background-position:0px ;
	margin-bottom:1.5em;
	font-size:15px;
}
.faq_inner dd {
	padding-left:50px;
        background-image:url(img/faq_a.png);
        background-repeat:no-repeat;
        background-position:0px 0px;
	margin-bottom:3em;
}
.tour_access{
	background:#EBE7AE url(img/access_bg.png) repeat-y;
	margin:0;
	width:655px;
	padding:35px 42.5px;
	overflow:hidden;
}
#tour.faq h3 {
	margin:65px 0 30px;
	padding-bottom:1em;
	border-bottom:1px solid #2D93AD;
}
#tour.faq h3 img{
	padding-left:30px;
}
.tour_access .access_txt_left{
	float:left;
	width:290px;
	margin:45px 0 25px 8px;
}
.tour_access .access_txt_right{
	float:right;
	width:290px;
	margin:45px 8px 25px 0;
}
.tour_access .access_txt_bottom{
	margin:25px auto;
}
.tour_access .access_map01 {
	clear:both;
	width:646px;
	margin:0 auto;
}
.tour_access .access_map01 img {
    text-align: center;
}
.google_map {
	margin-top:35px;
}
.tour_access h5{
	margin-bottom:1em;
	border-bottom:1px solid;
	padding-bottom:1em;
}
#tour.umi h3.access_hed{
        background:#2D93AD;
	width:650px;
	padding:45px 45px 20px;
}
.tour_setsumei{
	margin:0 auto;
	width:704px;
	padding:25px 18px;
	overflow:hidden;
}
.tour_setsumei2{
	margin:0 auto;
	width:704px;
	padding:25px 18px;
	overflow:hidden;
}
.tour_setsumei .tour_point{
	margin:30px 94px 45px;
	width:520px;
	text-align:center;
}
.tour_setsumei .point_left{
	float:left;
	width:430px;
	margin-left:1em;
    line-height: 25px;
font-size:14px;
}
.tour_setsumei .point_right{
	float:right;
	width:210px;
	margin-right:1em;
}
.tour_setsumei .point_left2{
	float:left;
	width:318px;
	margin-left:1em;
}
.tour_setsumei .point_right2{
	float:right;
	width:322px;
	margin-right:1em;
}
.tour_setsumei .tour_price_pinaisara_ver01 {
    /* background: url(img/tour_price_pinaisara_ver01.png) no-repeat; */
    width: 210px;
    height: auto;
    position: relative;
    background: #ffffffe0;
}
.tour_setsumei .tour_price_pinaisara_ver01 ul {
    text-align:center;
    margin:0 0 .5em;
}
.tour_setsumei .tour_price_pinaisara_ver01 p {
    margin:0;
    text-align:center;
}
.tour_setsumei .tour_price_umi_ver01.tour_price_umi_ver01_hime{
	background:url(img/tour_price_umi_ver01.png) no-repeat;
	width:210px;
	height:161px;
	position:relative;
}

.tour_setsumei .tour_price_umi_ver01 {
    /* background: url(img/tour_price_umi_ver01.png) no-repeat; */
    width: 210px;
    height: auto;
    position: relative;
}
.tour_setsumei .tour_price_umi_ver02{
	background:url(img/tour_price_umi_ver02.png) no-repeat;
	width:322px;
	height:192px;
	position:relative;
}
.tour_setsumei .tour_price_pinaisara_ver01 .point_price, .tour_setsumei .tour_price_umi_ver01 .point_price{
	position:absolute;
	top:50px;
	left:40px;
	font-size:16px;
}
.tour_setsumei .tour_price_umi_ver02 .point_price{
	position:absolute;
	top:60px;
	left:60px;
	font-size:15px;
	text-align:right;
}
.tour_setsumei .tour_price_umi_ver02 .otona{
	position:absolute;
	top:100px;
	left:20px;
	font-size:15px;
	text-align:right;
}
.tour_setsumei .tour_price_umi_ver02 .kodomo{
	position:absolute;
	top:120px;
    left: 20px;
	font-size:15px;
	text-align:right;
}
.tour_setsumei .tour_price_pinaisara_ver01 .point_taisyou, .tour_setsumei .tour_price_umi_ver01 .point_taisyou{
	position:absolute;
	top:133px;
	left:5px;
	font-size:12px;
	width:200px;
	text-align:center;
}
.tour_setsumei .tour_price_umi_ver02 .point_taisyou{
	position:absolute;
	top:166px;
    left: 153px;
	font-size:12px;
	width:200px;
	text-align:center;
}
.taisyou2{
	width:190px;
	overflow:hidden;
	font-size:12px;
	background:#FFFFFF;
	color:#333;
	text-align:right;
	margin-top:10px;
	padding:7px 10px;
}
.taisyou_umintyu3pri{
	width:190px;
	overflow:hidden;
	font-size:12px;
	background:#FFFFFF;
	color:#333;
	text-align:right;
	padding:80px 10px 10px;
}
.tour_uminchu_pri{
font-size: 11px;
    position: absolute;
    bottom: 33px;
    left: 18px;
    color: #2D93AD;
}
.taisyou3{
	width:302px;
	overflow:hidden;
	font-size:12px;
	background:#FFFFFF;
	color:#333;
	text-align:right;
	margin-top:10px;
	padding:7px 10px;
}
.point_right2_kaitei {
	margin: 1em 0;
    background: #FFF;
    padding: 1em;
	border: 1px dashed #ff0000;
}
.point_right2_kaitei table {
    border-collapse: collapse;
    width: 100%;
}
.point_right2_kaitei table th {
	text-align: center;
    vertical-align: top;
    font-weight: normal;
    font-size: .9em;
}
.point_right2_kaitei table td {
	text-align: center;
    vertical-align: top;
    font-weight: normal;
    font-size: .9em;
}
.point_price .left {
	margin-right:1em;
}
.tour_naiyou_barasu-hatoma {
	margin:0 auto;
	width:740px;
	height:241;
	padding:25px 0;
	background:url(img/tour_barasu-hatoma_naiyou.png) no-repeat;
	position:relative;
}
.tour_naiyou_barasu-hatoma.uminchu {
	background:url(img/tour_schedule_uminchu.png) no-repeat;
}
.tour_naiyou_barasu-hatoma .txt01 {
	position:absolute;
	top:78px;
	left:187px;
	font-size:12px;
}
.tour_naiyou_barasu-hatoma .txt02 {
	position:absolute;
	top:78px;
	left:288px;
	font-size:13px;
}
.tour_naiyou_barasu-hatoma .txt03 {
	position:absolute;
	top:67px;
	left:356px;
width: 340px;
}
.tour_naiyou_barasu-hatoma .txt11 {
	position:absolute;
	top:129px;
	left:187px;
	font-size:12px;
}
.tour_naiyou_barasu-hatoma .txt12 {
	position:absolute;
	top:130px;
	left:288px;
	font-size:13px;
}
.tour_naiyou_barasu-hatoma .txt13 {
	position:absolute;
	top:120px;
	left:356px;
}
.tour_naiyou_barasu-hatoma .txt21 {
	position:absolute;
	top:180px;
	left:187px;
	font-size:12px;
}
.tour_naiyou_barasu-hatoma .txt22 {
	position:absolute;
	top:180px;
	left:288px;
	font-size:13px;
}
.tour_naiyou_barasu-hatoma .txt23 {
	position:absolute;
	top:170px;
	left:356px;
}
.tour_midokoro3{
	margin:0 auto;
	width:740px;
	padding:25px 0;
	overflow:hidden;
	position:relative;
}
.tour_midokoro2{
	margin:0 auto;
	width:740px;
	height:632px;
	padding:25px 0;
	overflow:hidden;
	position:relative;
}
.tour_midokoro{
	margin:0 auto;
	width:740px;
	height:361px;
	padding:25px 0;
	overflow:hidden;
	position:relative;
}
.midokoro_pinaisara_ver01{
	background:url(img/tour_midokoro_pinaisara_ver01.png) no-repeat;
}
.midokoro_nara{
	background:url(img/tour_midokoro_nara.png) no-repeat;
}
.midokoro_sangara{
	background:url(img/tour_midokoro_sangara.png) no-repeat;
}
.midokoro_pinaisara_ver02{
	background:url(img/tour_midokoro_pinaisara_ver02.png) no-repeat;
}
.midokoro_pinaisara_ver03{
	background:url(img/tour_midokoro_pinaisara_ver03.png) no-repeat;
}
.midokoro_sagaribana{
	background:url(img/tour_midokoro_sagaribana.png) no-repeat;
}
.midokoro_yutsun{
	background:url(img/tour_midokoro_yutsun.png) no-repeat;
}
.midokoro_oomija{
	background:url(img/tour_midokoro_oomija.png) no-repeat;
}
.midokoro_geta{
	background:url(img/tour_midokoro_geta.png) no-repeat;
}
.midokoro_uminchu{
	background:url(img/tour_midokoro_uminchu20260122.png) no-repeat;
}
.midokoro_barasu-hatoma{
	background:url(img/tour_midokoro_barasu-hatoma20260122.png) no-repeat;
}
.midokoro_mizuochi_ver01{
	background:url(img/tour_midokoro_mizuochi_ver01.png) no-repeat;
}
.midokoro_adanade_ver01{
	background:url(img/tour_midokoro_adanade_ver01.png) no-repeat;
}
.midokoro_kashikiri_ver01{
	background:url(img/tour_midokoro_kashikiri_ver01.png) no-repeat;
}
.tour_kashikiri_price {
    background: url(img/tour_kashikiri_price.png) no-repeat;
    width: 210px;
    height: 234px;
    position: relative;
}
.tour_kashikiri_price ul{
position:absolute;top:64px;left:63px;
}
.tour_kashikiri_price p {
    position: absolute;
    top: 178px;
    left: 14px;
    font-size: 11px;
    width: 184px;
}
.tour_midokoro .midokoro_txt01{
	position:absolute;
	width:198px;
	top:320px;
	left:56px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro .midokoro_txt02{
	position:absolute;
	width:198px;
	top:320px;
	left:272px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro .midokoro_txt03{
	position:absolute;
	width:198px;
	top:320px;
	left:487px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .midokoro_txt01{
	position:absolute;
	width:190px;
	top:320px;
	left:64px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .midokoro_txt02{
	position:absolute;
	width:190px;
	top:320px;
	left:280px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .midokoro_txt03{
	position:absolute;
	width:190px;
	top:320px;
	left:495px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .midokoro_txt04{
	position:absolute;
	width:190px;
	top:595px;
	left:64px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .midokoro_txt05{
	position:absolute;
	width:190px;
	top:595px;
	left:280px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .midokoro_txt06{
	position:absolute;
	width:230px;
	top:595px;
	left:495px;
	font-size:11px;
	line-height:14px;
}
.tour_midokoro2 .chu_min{
	display: block;
    color: #e27225;
    font-size: 10px;
    font-weight: 800;
}
.tour_otanoshimi{
	margin:0 auto;
	width:740px;
	height:315px;
	padding:25px 0 15px;
	overflow:hidden;
	background:url(img/tour_otanoshimi_pinaisara_ver01.jpg) no-repeat;
	position:relative;
}
.tour_otanoshimi2{
	margin:0 auto;
	width:740px;
	height:315px;
	padding:25px 0 15px;
	overflow:hidden;
	background:url(img/tour_otanoshimi_pinaisara_ver02.jpg) no-repeat;
	position:relative;
}
.tour_otanoshimi3{
	margin:0 auto;
	width:740px;
	height:315px;
	padding:25px 0 15px;
	overflow:hidden;
	background:url(img/tour_otanoshimi_umi_ver0220260122.jpg) no-repeat;
	position:relative;
}
.tour_otanoshimi4{
	margin:0 auto;
	width:740px;
	height:315px;
	padding:25px 0 15px;
	overflow:hidden;
	background:url(img/tour_otanoshimi_umi_ver02.jpg) no-repeat;
	position:relative;
}
.tour_otanoshimi .otanoshimi_txt01, .tour_otanoshimi2 .otanoshimi_txt01, .tour_otanoshimi3 .otanoshimi_txt01, .tour_otanoshimi4 .otanoshimi_txt01{
	position:absolute;
	width:278px;
	top:25px;
	left:38px;
	font-size:12px;
	line-height:20px;
}
.tour_otanoshimi .otanoshimi_txt02, .tour_otanoshimi2 .otanoshimi_txt02, .tour_otanoshimi3 .otanoshimi_txt02, .tour_otanoshimi4 .otanoshimi_txt02{
	position:absolute;
	width:278px;
	top:232px;
	left:422px;
	font-size:12px;
	line-height:20px;
}
.tour_schedule{
	margin:0 auto;
	width:704px;
	padding:0 18px 25px;
	overflow:hidden;
}
.info-list {
  text-align: center;
    margin-top: 1em;
}
.info-list ul {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
}
.info-list li {
  font-size: 13px;
}
.tour_kodawari{
	margin:0 auto;
	width:740px;
	height:450px;
	padding:25px 0 0;
	overflow:hidden;
	background:url(img/tour_kodawari.jpg) no-repeat;
	position:relative;
}
.tour_kodawari2{
	margin:0 auto;
	width:740px;
	height:450px;
	padding:25px 0 0;
	overflow:hidden;
	background:url(img/tour_kodawari2.jpg) no-repeat;
	position:relative;
}
.tour_kodawari .kodawari_txt01, .tour_kodawari2 .kodawari_txt01{
	position:absolute;
	width:315px;
	top:124px;
	left:44px;
}
.tour_kodawari .kodawari_txt02, .tour_kodawari2 .kodawari_txt02{
	position:absolute;
	width:315px;
	top:291px;
	left:44px;
}
.tour_kodawari .kodawari_txt03, .tour_kodawari2 .kodawari_txt03{
	position:absolute;
	width:315px;
	top:124px;
	left:397px;
}
.tour_kodawari .kodawari_txt04, .tour_kodawari2 .kodawari_txt04{
	position:absolute;
	width:315px;
	top:291px;
	left:397px;
}
.tour_kodawari .anzen_button, .tour_kodawari2 .anzen_button{
	position:absolute;
	width:214px;
	top:381px;
	left:490px;
}
.tour_goannai{
	background:url(img/tour_goannai.png) no-repeat;
	margin:25px 36px;
	width:667px;
	height:705px;
	padding:25px 0 0;
	overflow:hidden;
	position:relative;
}
.tour_goannai.tour_goannai2026{
	background:url(img/tour_goannai2026.png) no-repeat;
}
.tour_goannai2{
	background:url(img/tour_goannai2.png) no-repeat;
	margin:25px 36px;
	width:667px;
	height:705px;
	padding:25px 0 0;
	overflow:hidden;
	position:relative;
}
.tour_goannai2.tour_goannai2-2026{
	background:url(img/tour_goannai2-2026.png) no-repeat;
}
.tour_goannai .goannai_txt01, .tour_goannai2 .goannai_txt01{
	position:absolute;
	width:470px;
	top:151px;
	left:168px;
}
.tour_goannai .goannai_txt02, .tour_goannai2 .goannai_txt02{
	position:absolute;
	width:470px;
	top:232px;
	left:168px;
}
.tour_goannai .goannai_txt03, .tour_goannai2 .goannai_txt03{
	position:absolute;
	width:470px;
	top:313px;
	left:168px;
}
.tour_goannai .goannai_txt04, .tour_goannai2 .goannai_txt04{
	position:absolute;
	width:470px;
	top:394px;
	left:168px;
}
.tour_goannai .goannai_txt05, .tour_goannai2 .goannai_txt05{
	position:absolute;
	width:470px;
	top:472px;
	left:168px;
}
.tour_goannai .goannai_txt06, .tour_goannai2 .goannai_txt06{
	position:absolute;
	width:470px;
	top:553px;
	left:168px;
}
.tour_goannai .goannai_txt07, .tour_goannai2 .goannai_txt07{
	position:absolute;
	width:470px;
	top:633px;
	left:168px;
}
.tour_reserve_button {
	margin:55px auto;
	width:740px;
	text-align:center;
}
.tour_sougei_button{
	margin:0 0 40px 42px;
	width:661px;
	padding:0;
}
.tour_goaisatsu{
	background:url(img/tour_goaisatsu.png) no-repeat;
	margin:5px 0 45px;
	width:740px;
	height:240px;
	overflow:hidden;
	position:relative;
}
.tour_goaisatsu .tour_goaisatsu_txt01{
	position:absolute;
	width:640px;
	top:70px;
	left:53px;
}
.tour_goaisatsu .tour_goaisatsu_txt02{
	position:absolute;
	width:640px;
	top:140px;
	left:53px;
}
.tour_sentence_strong{
font-weight:bold;
font-size:1.2em;
}


/* 安全への取り組み
----------------------------------*/
.safety_inner{
	width:660px;
	margin:25px auto;
}
.safety_contents{
	width:610px;
	margin:25px 0;
	padding:25px;
	background:#FFFFFF;
}
.safety_contents img{
	max-width:610px;
	height:auto;
	margin-bottom:2em;
}
.safety_contents2{
	width:558px;
	margin:25px 0;
	padding:25px;
	border:1px dotted #F8977A;
}
.safety_contents2 h4 {
	font-size:18px;
	color:#F8977A;
	font-weight:bold;
	margin-bottom:0.5em;
}

/* ショップ
----------------------------------*/
.shop_inner{
	width:679px;
	margin:35px auto;
	overflow:hidden;
}
.shop_inner2{
	width:679px;
	margin:55px auto;
	overflow:hidden;
}
.shop_contents{
	width:610px;
	margin:0;
	padding:25px;
}
.shop_inner2 table {
	border-collapse: collapse;
	font-size:13px;
}
.shop_inner2 table {
        margin-top:25px;
	width:100%;
}
.shop_inner2 table th {
	width:100px;
	text-align:right;
	font-weight:normal;
	background:#E4C498;
	color:#FFF;
	padding:5px 1em;
	border-bottom:1px dashed #FFF;
}
.shop_inner2 table td {
	padding:5px 1em;
	border-bottom:1px dashed #E4C498;
}

/* フッター
----------------------------------*/
#footer{
        margin:35px auto 0;
        width:100%;
	background:url(img/footer_bg.png) repeat;
	overflow:hidden;
}
.footer_inner{
	width:1005px;
	margin:0 auto;
	padding:80px 0 60px;
	position:relative;
	z-index:1;
}
.footer_sitemap{
	width:895px;
	background:rgba(255,255,255,0.7);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow:hidden;
	padding:50px 55px;
	position:relative;
	z-index:10;
	overflow:hidden;
}
.footer_sitemap a{
	color:#777;
	text-decoration: none;
}
.footer_sitemap a:hover{
	color:#13B3AB;
}
.footer_title{
	width:459px;
	position:absolute;
	top:35px;
	left:270px;
	z-index:100;
}
.footer_mariudo{
	width:1126px;
	position:absolute;
	bottom:0;
	left:-60.5px;
	z-index:100;
	overflow:hidden;
}
.footer_sitemap .sitemap01, .footer_sitemap .sitemap02, .footer_sitemap .sitemap03, .footer_sitemap .sitemap04 {
	float:left;
	font-size:12px;
}
.footer_sitemap .sitemap01, .footer_sitemap .sitemap02, .footer_sitemap .sitemap03 {
	margin-right:50px;
}
.footer_sitemap ul{
	margin-top:1em;
}
.sitemap01 li:first-child, .sitemap02 li:first-child, .sitemap03 li:first-child{
	font-weight:bold;
	
}
.footer_copyright_bg {
	background:url(img/footer_copyright_bg.png) repeat;
	height:134px;
	width:100%;
	margin:0 auto;
}
.footer_copyright {
	width:1005px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#EEE;
}
.footer_copyright a{
	color:#EEE;
	text-decoration: none;
}

/* お問い合わせフォーム
----------------------------------*/
select, textarea, input {
border: 1px solid #999;
padding:7px 5px;
color: #555;
font-size: 12px;
background: #fff;
border-radius: 5px;
background: -webkit-gradient(
 linear,
 left top,
 left bottom,
 from(#eee),
 to(#fff)
 );
-webkit-border-radius: 5px;
background: -moz-linear-gradient(
 top,
 #eee,
 #fff
 );
-moz-border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient
 (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
zoom: 1;
    margin-bottom: .5em;
max-width: 100%;
}
.contact_tel_bg {
	display: flex;
    justify-content: space-evenly;
}
.formTable {
    margin: 40px auto 40px!important;
}
.contact_table {
	margin: 50px auto;
	width: 630px;
	font-size:13px;
}
.hisu {
	color:#FF5C26;
	font-size:11px;
	display:block;
}
.contact_table .formTable th {
	width:37%;
	text-align:right;
	padding:5px 15px;
	vertical-align: top;
}
.contact_table .formTable th h4 {
	font-size:13px;
}
.contact_table .formTable td {
	display:table-cell;
	padding:5px 15px;
	vertical-align: top;
	font-size:13px;
}
.contact_p {
	margin:25px 35px;
	padding:20px 25px;
	line-height:25px;
	border:1px dashed #777;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
p.tour-select {
    margin: 1.5em 0 0;
}
.Reserve_table {
	margin: 50px auto;
	width: 630x;
}
.formReserve {
	width: 690px!important;
}
.formReserve th {
	width: 155px!important;
}
.formReserve th {
	width:120px;
	text-align:right;
	padding:10px 15px!important;
	vertical-align: top;
	font-size:13px;
}
.formReserve td {
	display:table-cell;
	padding:10px 15px!important;
	vertical-align: top;
	font-size:13px;
}
.formReserve td p:last-child {
	margin-bottom:0;
}
.Reserve_table h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
	border-bottom: #684F37 dotted 1px;
	padding: 5px 10px 5px 2px;
}
.formReserve .mwform-radio-field {
    font-size: 12px;
}
.reserve_hedspace {
	padding:0!important;
}
.reserve_hedspace.tour-select {
	font-size: 14px;
    margin-bottom: 0.3em;
	padding: 10px 0 0 0;
}
.mwform-radio-field input {
margin-right:0 !important;
}

#tour-select-rental {
	margin: 0.5em 0;
    border: 1px dashed #b3bfcd;
    padding: 10px 10px 0;
    border-radius: 10px;
    font-size: 12px;
    background: #fff;
}
#tour-select-rental p{
    font-size: 12px;
}
#tour-select-rental .rental-01 p{
	border-bottom: 1px dashed #AAA;
	margin:1em 0 .2em;
	font-weight:700;
}
#tour-select-rental2 {
    margin: 0.5em 0 0;
    padding: 10px 10px 10px;
    font-size: 12px;
    background: #ededed;
	border-radius:8px;        -moz-border-radius:8px;        -webkit-border-radius:8px;
}
#tour-select-rental2 h4{
    font-weight: 700;
    border-bottom: 1px solid #AAA;
    line-height: 1.7;
    margin-bottom: 0.5em;
font-size: 13px;
}
#tour-select-rental2 .tour-select-rental-in {
    background: #fff;
    margin: 1em 0 0.2em;
    padding: 0.7em 1em 0.1em;
	line-height: 2;
}
#tour-select-rental2 .tour-select-rental-in h5 {
	font-weight: 700;
    background: #DDD;
    line-height: 1.7;
    margin: 1em 0 0.5em;
    padding: 0.3em 1em;
}
#tour-select-rental2 .sen {
	margin: 0.7em 0;
    width: 100%;
    height: 5px;
    border-bottom: 1px dashed #555;
}
#tour-select-rental2 select, #tour-select-rental2 textarea, #tour-select-rental2 input {
    padding: 2px 1px;
}
#tour-select-rental2 .select-big .mwform-radio-field label{
   	font-weight:700;
font-size: 13px;
}
#tour-select-rental2 .accbox .accshow input {
display: revert;
}

/* accbox
----------------------------------*/
.accbox {
    margin: 0 auto 80px;
    padding: 0;
    max-width: 100%;
}
.tour-select-rental-in .accbox {
    margin: 0 auto 1em;
}
.tour-select-rental-in .cssacc:checked + label + .accshow {
    padding: 0.7rem 1rem 0.7rem;
}
.accbox h3 {
	margin:2em 0 1em;
}
.accbox label {
    display: block;
    margin: 1em 0 0;
    padding: 0.5rem 1rem;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s;
    background: #e3e3e3;
}
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
.accbox label:hover {
    background: #CCC;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0rem 1rem .7rem;
    background: #ffffff;
    opacity: 1;
    border: 1px solid #DDD;
    box-sizing: border-box;
	font-size: 12px;
}
.cssacc:checked + label:before {
    content: '\f078';
}
.accbox .rental-01 label {
	display:inline;
    margin: 0;
    padding: 0;
    color: #000;
    background: none;
	line-height: 30px;
}
.accbox .rental-01 label:before {
	content:'';
    padding-right: 0;
}
.accbox .rental-01 input {
	display: revert;
}

/* ブログ
----------------------------------*/
#next {
	margin-top:25px;
	width: 740px;
	text-align: center;
}
.box_blog_page {
	margin:55px 35px;
}
#tour .box_blog p {
	margin-bottom:0;
}
.box_blog {
	padding:25px;
	background:#FAFAF5;
	border:1px dashed #D5A05A;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
h2.blog_h2 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color:#6A3906;
	margin-bottom:2px;
	background:url(img/blog_hed_bg.png) no-repeat center bottom;
	line-height:35px;
	padding:0 0 0 80px;
}
#tour h2.blog_h2 a{
	color:#6A3906;
	text-decoration: none;
}
p.blog_header {
	float:right;
}
span.date {
	margin-right:20px;
}
h4.pagetitle {
	margin-top:25px;
	width:740px;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color:#6A3906;
}

/* ブログ 追加　WordPress用
----------------------------------*/
.aligncenter {
	display:block;
	text-align:center;
	margin:1em auto 1em;
}
.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
.alignright {
	float:right;
	margin:0 0 1em 1em;
}
.alignnone {
	text-align:left;
	margin:0 0 1em;
}
.wp-caption {
	display:none;
}
.wp-caption-text {
	display:none;
}

/* ブログ side
----------------------------------*/
.blog_side_header {
	margin:0 0 30px 20px;
}
.side_widget {
	margin:15px 5px 85px;
}
.widget_newpostcatch h3 {
	clear:both;
	margin-bottom:20px;
	font-size:15px;
	color:#6A3906;
	border-bottom:1px solid #6A3906;
	line-height: 26px;
	font-weight:bold;
}
.widget_categories h3, .widget_archive h3, .widget_extended-categories h3, #side_blog_archive h3, .widget_recent_comments h3{
	clear:both;
	padding-top:30px;
	margin-bottom:20px;
	font-size:15px;
	color:#6A3906;
	border-bottom:1px solid #6A3906;
	line-height: 26px;
	font-weight:bold;
}
#npcatch li {
	clear:both;
}
#npcatch img {
	clear:both;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 40px;
	width: 50px;
	border:2px solid #D5A05A;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#npcatch .title .date {
	margin: 0;
	padding-top: 2px;
	color: #777;
	font-size: 11px;
	line-height: 11px;
	display:block;
}
#npcatch .title a {
	text-decoration: none;
}
#npcatch .title {
	font-size: 12px;
	line-height: 15px;
	margin-top:-2px;
	display:block;
}
.widget_listcategorypostswidget {
	display:none;
}
hr.blog_contents_hr {
	clear:both;
	border-top:none;
	border-bottom:2px #00A3D8 dotted;
	margin-top:30px;
	margin-bottom:30px;
}
.box_blog h5 {
	font-size:20px;
	border-bottom:2px #BBB dotted;
	line-height:30px;
	margin-top:50px;
	margin-bottom:30px;
}
.side_widget a, #next a {
	color: #6A3906;
	  text-decoration: none;
}
.side_widget a:hover, #next a:hover{
	color:#FF926B;
}
.side_widget ul li{
	list-style-type: disc;
	margin-left:1.5em;
}

/* トップ　ブログ抜粋
----------------------------------*/
.top_blog_box {
	margin:0;
	padding:40px 25px 5px;
	background:#FAFAF5;
}

#blog_img_box dt {
	font-weight: bold;
}
#blog_img_box dd {
	margin-bottom:10px;
}
#blog_img_thumbnail {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:100px;
}
#blog_img_thumbnail img {
	border:1px solid #CCC;
	max-width:100px;
	height:auto;
}
#blog_img_thumbnail_right {
	float:left;
	width:560px;
	overflow: hidden;
}
#blog_img_thumbnail_right li {
	display:block;
}
.index_blog_time {
	font-size:13px;
	line-height:28px;
	float:right;
}
.index_news_title {
	font-size:1.2em;
}
#tour .index_news_title a {
	color: #6A3906;
	text-decoration: none;
}
#tour .index_news_title a:hover{
	color:#FF926B;
}
.top_blog_box p {
	margin:7px 0 30px;
}

/* sns
----------------------------------*/
#wp_social_bookmarking_light_bg {
	margin:0 0 0 247px;
	width:400px;
	text-align:center;
}

.credit_info {
  font-size: 0.8em;
}

#fb {
	display:block;
	margin:15px 0;
	overflow: hidden;
}

/* ご予約追加
----------------------------------*/
p.reserve05_p {
	padding: 5px 0 0 100px;
	font-size:1.5em;
	margin:0;
}
p.reserve05_p span{
	display:block;
	font-size:13px;
}

/* 追加スタッフツアー見出し
----------------------------------*/
.staff_midashi{
margin:0 0 20px;
}
/* 追加スタッフ
----------------------------------*/
.staff_table{margin:0 0 30px 0;}
.staff_table th{vertical-align:top;padding:0 0 8px 0;}
.staff_table th h5 {
font-weight:800;
margin-top: .5em;
}
.staff_table td{text-align:left;padding:0 0 20px 20px;vertical-align:top;font-size:12px;line-height:20px;}
.staff_table span{font-size:11px;}
.staff_table p{margin-top:2px;}
.staff_table p>span{border-bottom:1px dotted #fff;line-height:22px;font-weight:bold;}

/* toppage　LINK
----------------------------------*/
.toppage_link{
text-align:center;
padding: 20px 0 0 0;
}
.toppage_link a{
color:#fff;
}
.toppage_link a:hover{
color: #0F5394;
}

/* 翻訳
----------------------------------*/
#header_bg #google {
	position:absolute;
	top:18px;
	right:240px;
}
#header_bg #google_translate_element {
	
}
/* バラス島シュノーケルツアー料金改定2016.1.13
----------------------------------*/
.otona_02{
position:absolute;
top:10px;
left:78px;
font-size:0.8em;
line-height:18px;
}
.barasu_red{
font-size:1em;
color:#FF5C26;
}

.tour_setsumei .tour_price_umi_barasu2{
    background: url(img/barasu_price2.png) no-repeat;
    width: 322px;
    height: 192px;
    position: relative;
}
.tour_setsumei .tour_price_umi_barasu2 .otona {
    position: absolute;
    top: 100px;
    left: 20px;
    font-size: 15px;
    text-align: right;
}
.tour_setsumei .tour_price_umi_barasu2 .kodomo {
    position: absolute;
    top: 120px;
    left: 14px;
    font-size: 15px;
    text-align: right;
}
.tour_setsumei .tour_price_umi_barasu2 .point_price{
	position:absolute;
	top:60px;
	left:60px;
	font-size:15px;
	text-align:right;
}
.tour_setsumei .tour_price_umi_barasu2 .point_taisyou{
	position:absolute;
	top:166px;
	left:165px;
	font-size:12px;
	width:200px;
	text-align:center;
}
/* 2016.2月変更----電話Link・ツアーリスト年齢---------------------------------------------------------*/
.reserve_tel2{font-size:25px; padding:0 0 0 100px;}
.reserve_tel2 span{font-size:12px; padding:0 0 0 20px;}
.tour_list_pri{font-size:11px;}
.font_sm{font-size:0.8em;}
.point_price_otona{position: absolute;top: 62px;left: 53px;font-size: 16px;}
.kodomo_sm{position: absolute;top: 120px;left: 4px;font-size: 9px;text-align: right;}
.point_price_night{position: absolute;top: 62px;left: 40px;font-size: 16px;}


/* ツアー一覧修正 */
#tour_list .course_box2_left{
	width:347px;
	height:597px;
	position:relative;
	margin:25px 16px 25px 0;
	float:left;
}
#tour_list .course_box2_right{
	width:347px;
	height:597px;
	position:relative;
	margin:25px 0;
	float:left;
}
#tour_list .course_box2_left .setsumei_text, #tour_list .course_box2_right .setsumei_text{
	width:315px;
	position:absolute;
	top:375px;
	left:17px;
	font-size:12px;
	line-height:15px;
}
#tour_list .course_box2_left .price_hed, #tour_list .course_box2_right .price_hed{
	width:38px;
	position:absolute;
	top:480px;
	left:20px;
	font-size:15px;
}
#tour_list .course_box2_left .price, #tour_list .course_box2_right .price{
	width: 310px;
    position: absolute;
    top: 470px;
    left: 20px;
    font-size: 13px;
    text-align: center;
}
#tour_list .course_box2_left .price2, #tour_list .course_box2_right .price2{
	width:130px;
	position:absolute;
	top:480px;
	left:74px;
	font-size:16px;
}
#tour_list .course_box2_left .taisyou, #tour_list .course_box2_right .taisyou{
	width: auto;
    position: absolute;
    top: 514px;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
}
#tour_list .course_box2_left .kuwashiku, #tour_list .course_box2_right .kuwashiku{
	width:150px;
	position:absolute;
	top:550px;
	left:182px;
}
#tour_list .tour_uminchu_pri{
	font-size: 11px;
    	position: absolute;
    	bottom: 33px;
    	left: 140px;
    	color: #2D93AD;
}

/* 2017.2月変更----開催時期・スタッフ---------------------------------------------------------*/
.title2_kikan {
	text-align:center;
	color:red;
}
.waku2_kaisaijiki {
	font-size: 11px;
    	position: absolute;
    	bottom: 19px;
    	left: 18px;
    	color: red;
}
.tour_setsumei {
	position:relative;
}
.tour_setsumei .h3_kikan {
	position:absolute;
	right:50px;
	top:50px;
	color:red;
	font-weight:bold;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝B, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.tour_setsumei .h3_kikan2 {
	position:absolute;
	left:107px;
	top:76px;
	color:red;
	font-weight:bold;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝B, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.tour_setsumei .h3_kikan3 {
    position: absolute;
    left: 122px;
    top: 76px;
    color: #fc340c;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.staff_table span.staff_guide {
	display:block;
	color:#2990a7;
	font-weight:bold;
	font-size:1.2em;
}
.night_sougei {
	margin:2em 0 0;
}
.tour_chuushi {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin-bottom:2em;
	color:#FF5C26;
	line-height:40px;
}
.price dl {
    width: 588px;
    overflow: hidden;
}
.price dl dt {
    float: left;
    clear: both;
    margin: 0 0 5px;
    padding: 11px 10px;
    text-align: right;
    background: #DFDFD0;
    width: 146px;
}
.price dl dd {
    float: left;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #DFDFD0;
	width:300px;
    background: #FFF;
}
.faq_inner .price dt {
	line-height:normal;
	font-size:13px;
	
}
.goto_mariudo{
    margin: -20px auto 20px;
    width: 640px;
}
.staff_table td p{
    margin: 0 0 8px;
}
.info_ichimei_saikou {
    background: #e4e8e9;
    padding: 10px 14px;
    font-size: 11px;
    line-height: 17px;
}

.tour_cxl_box {
    width: 560px;
    margin: 0 auto 50px;
    /* border: 1px dashed #ffffff; */
    padding: 32px 30px 22px;
    background: #fefefe8c;
}
.tour_cxl_box h5{
    font-size: 16px;
    font-weight: 800;
    /* margin: 0 0 16px; */
    /* border-bottom: 1px solid #dbd56e; */
    padding: 0 0 14px;
    color: #603b15;
}
.tour_cxl_box li {
    margin: 0 0 6px;
}
.tour_cxl_box dl{
    margin: 14px 0 14px 0;
    display: flex;
    justify-content: center;
}
.tour_cxl_box dt{
    background: #fefefe91;
    padding: 6px 26px 5px;
}
.tour_cxl_box dd{
    background: #ffffffe0;
    padding: 6px 26px 5px;
    margin: 0 10px 0 0;
}
.tour_top_insta_bn {
    text-align: center;
    margin: 0 0 43px;
}
.tour_price_2023 {
    background: #ffffffbd;
    padding: 0 0 0;
    width: 210px;
}
.tour_price_2023 h4{
    font-size: 15px;
    text-align: center;
    padding: 14px 0 8px;
    background: #2d93ad;
    margin: 0 0 16px;
    color: #fff;
    font-weight: bold;
}
.tour_price_2023_in{
    padding: 0 20px 5px;
}
.tour_price_2023_in h5 {
    border-left: 5px solid #2d93ad;
    padding: 0 0 0 7px;
    margin: 0 0 6px;
    font-size: 15px;
}
.tour_price_2023_in{
    margin: 0;
    font-size: 12px;
}
.tour_price_2023_in dl{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.tour_price_2023_in dl span{
    font-size: 11px;
    margin: 0 0 0 1px;
}
.tour_price_2023_in div p {
    margin: 0 0 4px!important;
}
.tour_price_2023_in div {
    margin: 0 0 14px;
}
.tour_price_2023_in dt span{
    font-size: 11px;
}
.point_taisyou.point_taisho_2023 {
    text-align: left!important;
    position: revert!important;
    background: #fff;
    margin: 0!important;
    padding: 17px;
    width: 176px!important;
}
.point_taisyou.point_taisho_2023 p{
    line-height: 22px;
}
.uimnchu_date {
    margin: 0 0 4px;
}
.point_taisyou.point_taisho_2023.point_taisho_2023_uminchu{
    padding: 17px 17px 4px;
}
.taisyou_umintyu3pri02 {
    padding: 0 10px 16px;
}
.tour_barasu_kyuushi{
    font-size: 20px;
    background: #e55511;
    width: 387px;
    padding: 16px 20px 10px;
    text-align: center;
    margin: -14px auto 30px;
    transform: rotate( -3deg );
    color: #fff;
}
.tour_barasu_kyuushi span{
    font-size: 13px;
}
.tour_list_barasu_kyuushi {
    font-size: 14px;
    background: #e55511;
    width: 276px;
    padding: 10px 8px 6px;
    text-align: center;
    margin: -14px auto 30px;
    transform: rotate( -3deg );
    color: #fff;
    position: absolute;
    top: 423px;
    left: 32px;
}
.tour_list_barasu_kyuushi span{
    font-size: 11px;
}
.tour_inshu{
    width: 565px;
    margin: 0 auto 25px;
    /* border: 1px dashed #666; */
    padding: 18px 27px 16px;
    line-height: 1.7;
    background: #f8f8ef;
}
.tour_inshu span{
    font-size: 16px;
    font-weight: 600;
    color: #e27225;
}
table.formReserve td.select_nenrei dl {
    padding: 0.5em 0;
    border-top: 1px dashed #AAA;
    margin-bottom: 0.3em;
}
.mw_wp_form .error {
    display: inline-block!important;
    font-size: 80%!important;
}


/* @sp 766px以下
----------------------------------*/
@media screen and (max-width: 766px) {
body {
	font-size: 3.5vw;
    line-height: 1.5;
    overflow-x: unset;
}
p {
    line-height: 1.5;
}
.pc_none {
    display:unset;
}
.sp_none {
    display:none;
}
p {
    line-height: 1.7;
}
  /* 1. 全ての要素のサイズ計算を「ボーダー込み」に統一（はみ出し防止の基本） */
  *, *::before, *::after {
    box-sizing: border-box;
  }

  /* 2. 主要なブロック要素の幅を自動調整し、最大幅を100%に制限 */
  html, body, div, p, section, article, header, footer, aside, nav {
    max-width: 100% !important;
    overflow-wrap: break-word; /* 長いURLなどで横に突き抜けるのを防ぐ */
    float: none !important;    /* 横並びを解除して縦に並べる */
  }

  /* 3. 画像・動画・表が画面を突き破らないようにする */
  img, video, canvas, iframe {
    max-width: 100% !important;
    height: auto !important;   /* アスペクト比を維持して縮小 */
  }

  /* 4. テーブル（民宿の料金表など）の対応 */
  table {
    width: 100% !important;
  }
header {
        display: block;
        height: 73px;
        border-top: 3px solid #6a574b;
		background: #fff url(//tour.mariud.com/wp/wp-content/themes/iriomote202603/img/header_menu_bg.png) repeat-x;
}
.sp_header {
	display: flex;
	align-items: center;
  	width : calc(100% - 70px) ;
	height: 70px;
}
.sp_header h1 {
	margin: 10px 18px 10px 15px;
    display: unset;
}
.sp_header h1 img {
	height:50px;
   	width :auto;
}
#header_google {
    position: relative;
    z-index: 1;
    top: unset;
    right: unset;
    height: 29px;
}
#google_language_translator select.goog-te-combo {
	width: 100px!important;
    font-size: 10px!important;
}
#header {
	display:none;
}

/* hamburger
----------------------------------*/
.hamburger-menu {
	position:relative;
	display:unset;
}
.menu-btn {
    position: fixed;
    top: 18px;
    right: 15px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #6a574b;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: calc( 100dvh - 52px );
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background: #eee7d5;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    transition: all 0.5s;
    border-top: 3px solid #6a574b;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.menu-content .logo {
        margin: 10px 15px;
		width: calc(100% - 200px);
        margin-top: 15px;
}
.menu-content .logo img {
        height: 50px;
        width: auto;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu_shinkn_bn {
	padding: 9px 0;
    text-align: center;
    margin: 1em 2.5rem;
}
.menu_shinkn_bn a {
        color: #fff;
        background: #0c3241;
        text-decoration: none;
        padding: 9px 0;
        text-align: center;
        width: 100%;
        display: block;
}
.menu_kanren {
		margin: 1em 2.5rem;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
		
}
.menu_kanren dt {
        width: 100%;
		color: #6a574b;
        font-weight: 600;
}
.menu_kanren dd {
        border: 1px solid #6a574b;
        margin: 3px;
        width: calc(50% - 6px);
        background: #FFF;
        padding: 4px 0;
        font-size: 3vw;
}
.menu_kanren dd a {
        color: #6a574b;
        text-decoration: none;
		font-weight: 800;
}
.menu_tel {
	margin: 0 2.5rem;
    text-align: center;
}
.menu_tel img {
    display: unset;
}
.humburger_menu_bg {
    margin: 0 4vw;
}
.humburger_menu_bg h3 {
	font-size: 3.7vw;
    text-align: left;
    margin-top: 1em;
    font-weight: 600;
    text-align: center;
    color: #6a574b;
}
.humburger_menu01,.humburger_menu02 {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #6a574b;
        padding: 10px;
        border-radius: 7px;
	background-color:#FFF;
        flex-direction: column;
}
.acd-label > a {
text-decoration: none;
color: #081620;
}
.humburger_menu01 div, .humburger_menu02 div {
	text-align:left;
}
.humburger_menu_contact_bg {
    margin-top: 50px;
}
.humburger_menu_contact_bg ul {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid rgba(0, 0, 0, .15);
    background:#DDD;
}
.humburger_menu_contact_bg ul li {
    padding: 15px 0;
    text-align: center;
    width: 25%;
}
.humburger_menu_contact_bg ul li a {
    display: block;
    border-right: solid 1px rgba(0, 0, 0, .15);
}
.humburger_menu_contact_bg ul li:last-child a {
    border-right: 0;
}
.acd-check{
    display: none;
}
.acd-label {
    font-size: 3.5vw;
    display: block;
    padding: 5px 10px 0px 17px;
	margin: 3px 10px;
    position: relative;
}
.acd-label:before {
	content: "\f0da";
    font-family: FontAwesome;
    font-weight: 800;
    position: absolute;
    left: 5px;
    font-size: .9em;
}
.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-content li {
    line-height: 1.2;
    padding: 5px 0;
    list-style: disc;
}
.acd-content li a {
    padding: 5px 0;
	text-decoration: underline;
	color: #081620;
}
.acd-content li a:hover {
	text-decoration: none;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0 10px 0 45px;
    visibility: visible;
    list-style: disc;
}
.humburger_menu01 .ichiran {
	text-align: center;
    width: 100%;
}
.humburger_menu01 .ichiran a {
        display: block;
        margin: 5px 10px 0;
        background: #f3f3f3;
        color: #081620;
        text-decoration: none;
        border-radius: 100px;
        line-height: 7vw;
        height: 7vw;
		border: 1px solid #6a574b;
}

/* footer_btm
----------------------------------*/
#footer_btm {
    display: block;
    position: fixed;
    bottom: 0;
    background: #eee7d5;
    width: 100%;
    color: #FFF;
	z-index:100;
}
#footer_btm .up {
    padding:3px;
}
#footer_btm .up ul {
    display:flex;
    justify-content:space-between;
	list-style:none;
	margin: 0;
}
#footer_btm .up ul li {
	width:calc( 50% - 2px );
	text-align:center;
	line-height: 0;
}
#footer_btm .up ul li .fas {
    margin-left:.5rem;
}
#footer_bg {
    padding-bottom: 60px;
}


/* top
----------------------------------*/
#container {
    margin: 0;
    width: auto;
	display: flex;
    flex-wrap: wrap;
}
#container #slider {
    margin: 0;
    width: 100%;
    display: block; 
    overflow: hidden;
	order: 1;
}
#slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#slider .bx-wrapper {
    margin: 0;
    padding: 0;
}
#top_course {
    width: auto;
    padding: 3vw 3vw 2vw;
    order: 2;
    margin: 4vw 4vw 0;
}
#side {
    width: 100%;
    margin: 0 5vw;
    order: 4;
}
#main {
    width: auto;
    margin: 0 ;
    order: 3;
}
#top_course ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}
#top_course ul li {
	margin-right: 0;
   	width: calc(50% - 1.5vw);
}
h3 span.sp_h3_osusume {
    background-color: #88ab75;
    display: block;
    line-height: 8vw;
    height: 8vw;
    text-align: center;
    color: #FFF;
    font-weight: 700;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-size: 3.8vw;
}
.top_osusume {
    margin: 4vw;
    width: auto;
    background: #e7f3e0;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #88ab75;
}
.top_osusume_inner {
    float: left;
    width: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin: 3vw;
	padding-bottom: 1em;
    border-bottom: 1px dashed #88ab75;
}
.top_osusume_inner p {
    font-size: 3vw;
	line-height: 1.5;
	margin: .7em 0 0!important;
}
.top_osusume_inner p.right {
	margin: 2vw 0 0;
    text-align: center;
}
#tour .top_osusume_inner p.right a {
    color: #ffffff;
    text-decoration: none;
    background: #88ab75;
    display: inline-block;
    line-height: 6vw;
    height: 6vw;
    padding: 0 2em;
    border-radius: 22px;
    font-weight: 900;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
#tour .top_osusume_tour_list a {
        width: 100%;
        border-radius: 0;
        margin: 0;
        font-size: 3.5vw;
        line-height: 9vw;
}
#tour .top_osusume_tour_list a:hover {
	transform: translateY(0);
}
.tour_top_insta_bn {
    margin: 5vw 4vw;
}
h3 span.sp_h3_blog {
    background-color: #ded87c;
    display: block;
    line-height: 8vw;
    height: 8vw;
    text-align: center;
    color: #FFF;
    font-weight: 700;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
	font-size: 3.8vw;
	display:flex;
    justify-content: space-between;
    padding: 0 6vw;
}
h3 span.sp_h3_blog span:has(a) {
	font-size: 2.8vw;
}
.top_blog {
    margin: 4vw;
    width: auto;
    border-radius: 7px;
    border: 1px solid #ded87c;
    background: #fafaf5;
}
.top_blog_box {
    padding: 4vw 4vw 0;
}
.top_blog_box dl {
	margin-bottom: 3vw;
    border-bottom: 1px dashed #ded87c;
	display:flex;
	flex-wrap: wrap;
    gap: 15px;
}
#blog_img_thumbnail {
    margin: 0;
    width: auto;
    float: none;
}
#blog_img_thumbnail a {
	width: 90px;
    height: 60px!important;
display: block;
}
#blog_img_thumbnail img {
    border: 0;
	width: 100%;
    height:100%!important;
	object-fit: cover;
}
.top_blog_box dl dt {
	width: 25%;
}
.top_blog_box dl dd:nth-of-type(1) {
        width: calc(75% - 15px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1vw;
}
.top_blog_box dl dd:nth-of-type(2) {
    display:none;
}
.index_news_title {
    font-size: 3.5vw;
}
.index_blog_time {
    font-size: 2.8vw;
    line-height: 1.5;
    float: none;
    display: block;
}
.mariudo_banner {
    margin: 5vw 4vw;
    width: auto;
    display: flex;
	border-radius: 7px;
}
.mariudo_banner a {
    width: 25%;
}
.side_reserve {
    display: none;
}
.side_chara:nth-of-type(1) {
    display: none;
}
.sp_side_chigai  {
	border: 1px dashed #37beb8;
    padding: 4vw 3vw 0;
    border-radius: 7px;
    background-color: #edf3f3;
}
.sp_side_chigai .side_chara:nth-of-type(1) {
    display: block;
    width: auto;
    margin: 0 0 4vw;
}
.sp_side_chigai .side_chara:nth-of-type(1) img {
    width: 25vw;
	margin-left: -5vw;
}
.side_topix {
    width: 100%;
    margin: 0 auto;
    font-size: 3vw;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.side_topix dl {
    width: 48%;
}
.side_topix dl dt {

}
.side_topix dd {
    margin: 0 0 4vw;
	padding: 0 3px 0 11px;
}
.footer_sitemap {
    width: auto;
    padding: 4vw 3vw;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.footer_inner {
    width: auto;
    margin: 0 auto;
    padding: calc( 5vw - 18px ) 4vw 0;
    text-align: center;
}
.footer_title {
	width: 75vw;
    position: relative;
    top: auto;
    left: auto;
     bottom: -14px;
}
.footer_sitemap .sitemap01, .footer_sitemap .sitemap02, .footer_sitemap .sitemap03 {
	margin:0;
}
.footer_sitemap .sitemap01, .footer_sitemap .sitemap02, .footer_sitemap .sitemap03, .footer_sitemap .sitemap04 {
	font-size:2.7vw;
	text-align: left;
}
.footer_sitemap .sitemap01, .footer_sitemap .sitemap02 {
	width:48%;
}
.footer_sitemap .sitemap03 {
	width:100%;
}
.footer_sitemap .sitemap04 {
	width:100%;
}
.footer_sitemap .sitemap04 {
	display: flex;
	justify-content: space-between;
}
.footer_sitemap .sitemap04 ul {
	width:48%;
}
.footer_mariudo {
    width: 90vw;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 2vw 0 0;
}
.footer_copyright_bg {
    height: auto;
    margin: 0 auto;
    padding-bottom: 60px;
}
.toppage_link {
    padding: 3vw;
}
.toppage_link p {
	font-size: 3vw;
	margin: 0;
}
.footer_copyright {
    width: auto;
    margin: 0 3vw;
    font-size: 2.5vw;
}

/* スライダー
----------------------------------*/
/* 1. スライダーの外枠の比率を上書き */
#container #slider.sp_slider {
	aspect-ratio: 660 / 400 !important;
	height: auto !important;
		position: relative;
        z-index: 0;
}

/* 2. bxSliderの内部コンテナを外枠に追従させる */
#container #slider.sp_slider .bx-wrapper,
#container #slider.sp_slider .bx-viewport {
	height: 100% !important;
	min-height: 0 !important;
		position: relative;
        z-index: 0;
}

/* 3. リストと画像を新しい比率の枠いっぱいに広げる */
#container #slider.sp_slider .bxslider,
#container #slider.sp_slider .bxslider li {
	height: 100% !important;
}

#container #slider.sp_slider .bxslider li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}


/* ドロップシャドウ
----------------------------------*/
#top_course , .top_osusume , .tour_top_insta_bn , .top_blog , .mariudo_banner , .sp_side_chigai , .footer_sitemap , #tour_list .tour01>div, #tour_list .tour02>div, #tour_list .tour03>div, #tour_list .tour04>div {
box-shadow: 0.1em 0.1em 0.3em 0 #999;
-webkit-box-shadow: 0.1em 0.1em 0.3em 0 #999;
-moz-box-shadow: 0.1em 0.1em 0.3em 0 #999;
border-radius: 7px;
}

/* コース一覧
----------------------------------*/
#tour_list {
    margin: 5vw 4vw;
}
#tour_list .tour01 > div, #tour_list .tour02 > div , #tour_list .tour03 > div, #tour_list .tour04 > div{
	background:none;
	margin:0;
	width: auto;
    height: auto;
}
#tour_list .course_box_left .setsumei_text, #tour_list .course_box_right .setsumei_text, #tour_list .course_box2_left .setsumei_text, #tour_list .course_box2_right .setsumei_text {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        font-size: 2.8vw;
        line-height: 1.5;
        margin: 0 3vw;
        background: #f3f3f3;
        padding: 2vw 2.5vw;
        border: 1px solid #e5e5e5;
}
#tour_list .course_box_left .price, #tour_list .course_box_right .price , #tour_list .course_box2_left .price, #tour_list .course_box2_right .price{
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        font-size: 2.8vw;
        text-align: center;
        margin: 2vw 0 0;
}
#tour_list .course_box_left .price span, #tour_list .course_box_right .price span, #tour_list .course_box2_left .price span, #tour_list .course_box2_right .price span {
        font-size: 3.5vw;
        font-weight: 800;
        color: #ec4e35;
        margin-right: .2em;
}
#tour_list a {
        text-align: center;
        display: block;
        border-radius: 0 0 7px 7px;
	font-family: 'Noto Serif JP', serif;
        font-weight: 900;
        font-size: 2.8vw;
        line-height: 7vw;
        height: 7vw;
        color: #FFF;
        text-decoration: none;
}
#tour_list a i {
        margin-left:.7em;
}
#tour_list .tour01 a {
        background: #88ab75;
}
#tour_list .tour02 a {
        background: #d3be76;
}
#tour_list .tour03 a {
        background: #54a8bd;
}
#tour_list .tour04 a {
        background: #7d7c84;
}
#tour_list .course_box_left .taisyou, #tour_list .course_box_right .taisyou , #tour_list .course_box2_left .taisyou, #tour_list .course_box2_right .taisyou {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: auto;
    font-size: 2.8vw;
    text-align: center;
    margin-bottom: 0;
}
#tour_list .course_box2_right .hosoku, #tour_list .course_box2_left .hosoku {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    text-align: center;
    margin: 0 1rem;
}
#tour_list .course_box_left .taisyou i, #tour_list .course_box_right .taisyou i {
    margin-right: .3em;
}
#tour_list .course_box_left .kuwashiku, #tour_list .course_box_right .kuwashiku , #tour_list .course_box2_left .kuwashiku, #tour_list .course_box2_right .kuwashiku{
    display:none;
}
#tour_list .tour01, #tour_list .tour02, #tour_list .tour03, #tour_list .tour04 {
    padding: 0;
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: unset;
    margin: 0 0 4vw;
}
#tour_list .tour01 > div, #tour_list .tour02 > div, #tour_list .tour03 > div, #tour_list .tour0 > div  {
        padding: 0 ;
        margin: 0 0 7vw;
        border-radius: 7px;
}
#tour_list .sp_pic {
		text-align: center;
        width: 100%;
        position: relative;
        z-index: 0;
        margin: 0 0 2vw;
}
#tour_list .sp_pic img{
	width:100%;
        border-radius: 7px 7px 0 0;
}
#tour_list h3 {
	margin: 0 3vw 2vw;
    text-align: center;
	font-family: 'Noto Serif JP', serif;
    font-weight: 900;
		font-size: 3.2vw;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
}
#tour_list h3 span {
	color: #FFF;
		font-size: 2.3vw;
        line-height: 2;
        padding: 0 1.5vw;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#tour_list .tour01 h3 span {
    background: #88ab75;
}
#tour_list .tour02 h3 span {
    background: #d3be76;
}
#tour_list .tour03 h3 span {
    background: #54a8bd;
}
#tour_list .tour04 h3 span {
    background: #7d7c84;
}
#tour_list .tour01 h3 span.kashikiri {
    background: #cf1818;
}
#tour_list .tour01 h3 span.night {
    background: #565645;
}
#tour_list .right {
        float: none;
        display: block;
        text-align: center;
}
.top_course_sab.sub_tour_list {
	display:none;
}
.tour_list_bg {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vw;
    position: relative;
    overflow: visible;
    width: 100%;
    margin-bottom: 10vw;
}
#tour_list .tour_list_bg h2 {
    writing-mode: vertical-rl;
    position: -webkit-sticky;
    position: sticky;
    top: 4vw;
    flex-shrink: 0;
    z-index: 10;
    margin: 0 0 0 -2vw;
    background: rgba(255, 255, 255, 0.9);
	margin-bottom: 10vw;
    text-align: center;
    font-weight: 800;
	font-family: 'Noto Serif JP', serif;
    font-size: 4.5vw;
}
h2#tour_list01 {
	color: #516f40;
}
h2#tour_list02 {
	color: #c58d43;
}
h2#tour_list03 {
	color:#2d93ad;
}
h2#tour_list04 {
	color:#555;
}
.tour_list_bg :is(.tour01, .tour02, .tour03, .tour04)  {
    flex: 1;
    min-width: 0;
    display: block;
    padding-left: 4vw !important;
	margin-bottom:-7vw;
}
.tour01 {
    border-left: 5px solid #88ab75;
}
.tour02 {
    border-left: 5px solid #bdab6e;
}
.tour03 {
    border-left: 5px solid #54a8bd;
}
.tour04 {
    border-left: 5px solid #7d7c84;
}
.tour01 .linkbox:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.tour01 .course_box_left, 
.tour01 .course_box_right {
    width: 100% !important;
    margin-bottom: 20px;
}

/* パンくずリスト
----------------------------------*/
.pc_none.breadcrumbs {
        width: 100%;
        background-color: #FFF;
        font-size: 2.2vw;
        padding: 1.5vw 4vw;
        display: block;
}

/* 目次
----------------------------------*/
.toc {
    margin: 2vw 4vw;
    font-size: 3.5vw;
}
.toc h2 {
    margin: 0 0 2vw;
    font-size: 3vw;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.toc ul {
    border: 1px solid #c1c0bf;
    padding: 1.5vw 3vw;
    font-size: 3vw;
	line-height:1.8;
}
.toc ul i {
    margin-right:.5em;
}
.toc ul a {
	color: #081620;
}

/* ツアー
----------------------------------*/
.tour_setsumei h3 {
		font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 3.75vw;
        color: #2d2413;
}
.tour_setsumei .h3_kikan, .tour_setsumei .h3_kikan2, .tour_setsumei .h3_kikan3 {
    position: relative;
    left: auto;
    top: auto;
	right: auto;
    color: #e93034;
    font-weight: 700;
    margin-bottom: .3em;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3vw;
}
.tour_sentence_strong {
    font-weight: 700;
    font-size: 1em;
}
.tour_setsumei h3 span.pc_none.title {
		display: flex;
        flex-direction: column;
        border-bottom: 1px solid #6a574b;
        line-height: 1.5;
        padding-bottom: .2em;
}
.tour_setsumei h3 span.day span {
        color: #fff;
        font-size: 2.5vw;
        line-height: 5vw;
        height: 5vw;
        padding: 0 2.5vw;
        display: inline-block;
		margin-bottom: .3em;
}
.tour_setsumei h3 span.day span.day1day {
		background: #6c9556;
}
.tour_setsumei h3 span.day span.kashikiri{
		background: #cf1818;
}
.tour_setsumei h3 span.naiyou {
		display: flex;
        margin: 2vw 0 0;
        gap: 3vw;
}
.tour_setsumei h3 span.naiyou span {
        font-size: 2.5vw;
        /* border: 1px solid #AAA; */
        background: #FFF;
        padding: 0 1em;
        border-radius: 20px;
}
.tour_setsumei h3 span.naiyou span:first-child {
        color: #e93034;
}
.tour_setsumei h3 span.naiyou span:nth-child(2) {
        color: #6a3906;
}
.tour_setsumei h3 span.naiyou span:nth-child(3) {
        color: #2d93ad;
}
.tour_setsumei {
    width: auto;
    padding: 5vw 5vw 7vw;
}
.tour_setsumei .tour_point {
    margin: 4vw;
    width: auto;
    text-align: center;
}
.tour_setsumei .tour_point img {
    width: 50%;
}
.tour_setsumei .tour_point.night img {
    width: 100%;
}
.tour_setsumei .point_left {
    width: auto;
    margin-left: 0;
    line-height: 1.5;
    font-size: 3.3vw;
}
#tour p , #tour p.last{
	margin-bottom: .5em;
}
.tour_setsumei .point_right {
    float: right;
    width: 100%;
    margin-right: 0;
}
.tour_setsumei .tour_price_pinaisara_ver01, .tour_setsumei .tour_price_umi_ver01 {
    width: auto;
	background: none;
}
.tour_setsumei .tour_price_pinaisara_ver01 p {
    text-align: left;
}
.tour_setsumei .tour_price_pinaisara_ver01 ul {
    display: flex;
    margin: 0 0 .5em;
    font-size: 2.7vw;
    padding: 0 3vw 1vw;
    text-align: center;
}
.tour_price_2023 {
		width: 100%;
        border-radius: 7px;
        overflow: hidden;
        box-shadow: .1em .1em .3em 0 #999;
        -webkit-box-shadow: .1em .1em .3em 0 #999;
        -moz-box-shadow: .1em .1em .3em 0 #999;
}
.tour_price_2023 h4 {
        padding: 1vw;
        margin: 0 0 2vw;
		background:#fc4d56;
    font-family: 'Noto Serif JP', serif;
        font-size: 3.3vw;
}
.tour_price_2023_in {
    font-size: 2.7vw;
    padding: 0 3vw 1vw;
}
.tour_price_2023_in h5 {
		border-left: 0;
        border-bottom: 1px solid #d3c5bd;
        font-size: 3.5vw;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        padding: 0;
}
.tour_price_2023_in h5:nth-of-type(2) , .tour_price_2023_in h5:nth-of-type(3) , .tour_price_2023_in h5:nth-of-type(4) {
    margin: 2vw 0 0;
}
.tour_price_2023_in div {
    margin: 0 0 0;
}
.tour_price_2023_in dl {
    display: flex;
    font-size: 3.5vw;
    gap: 3vw;
	justify-content: flex-start;
}
.tour_price_2023_in dl span {
    font-size: 2.5vw;
    margin: 0 0 0 .2em;
}
.tour_price_2023_in dl dd {
    font-weight: 800;
    color: #ec4e35;
}
.tour_price_2023_in dl dd span {
    color: #081620;
    font-weight: 400;
}
.info_ichimei_saikou {
		background: 0 0;
        padding: 2vw 1vw 0;
        font-size: 3vw;
        line-height: 1.5;
        width: auto !important;
}
.info_ichimei_saikou.night_sougei {
		margin:0;
}
.tour_midokoro3 {
    width: auto;
    padding: 0;
}
.tour_setsumei .tour_price_umi_ver01 .point_taisyou {
    background: none;
    padding: 2vw 1vw 0;
    font-size: 3vw;
    line-height: 1.5;
}
.tour_midokoro2, .tour_midokoro {
    background: none;
    background-color: #f6f4d9;
	padding: 4vw;
	width: auto;
    height: auto;
	flex-wrap: wrap;
    gap: 4vw;
	display: flex;
	justify-content: center;
}
.sp_midokoro_h3 {
        font-size: 4vw;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        text-align: center;
		width: 100%;
        color:#ff5500;
}
.tour_midokoro2 figure, .tour_midokoro figure {
	position: relative!important;
    width: calc(50% - 2vw) !important;
    top: auto!important;
    left: auto!important;
    font-size: 3.3vw!important;
    line-height: 1.5!important;
    display: flex!important;
    align-items: center;
    background: #FFF;
    border-radius: 7px;
    box-shadow: .1em .1em .3em 0 #999;
    -webkit-box-shadow: .1em .1em .3em 0 #999;
    -moz-box-shadow: .1em .1em .3em 0 #999;
	flex-direction: column;
}
.tour_midokoro2 img, .tour_midokoro img {
		width: 100%;
        border-radius: 7px 7px 0 0;
}
.tour_midokoro2 h4, .tour_midokoro h4 {
		border-bottom: 1px dashed #6a574b;
        font-size: 3.1vw;
        font-weight: 700;
        color:#ff5500;
        font-family: 'Noto Serif JP', serif;
        margin-bottom: 2vw;
        padding-bottom: 1vw;
}
.midokoro_txt {
	padding: 1vw 3vw;
        width: 100%;
}
#tour .midokoro_txt p {
        font-size: 3vw;
		margin-bottom:0;
        line-height: 1.3;
}
.tour_otanoshimi, .tour_otanoshimi2, .tour_otanoshimi3, .tour_otanoshimi4 {
        margin: 0 auto;
        width: auto;
        height: auto;
        padding: 9vw 5vw;
        overflow: hidden;
        background: url(//tour.mariud.com/wp/wp-content/themes/iriomote202603/img/tour/sp_otanosimi_line.png);
        background-position: top;
        background-repeat: no-repeat;
        background-color: #adc5a1;
        position: relative;
}
.tour_otanoshimi::after, .tour_otanoshimi2::after, .tour_otanoshimi3::after, .tour_otanoshimi4::after {
        content: "";
        display: block;
        width: calc(100% + 10vw);
        background-image: url(//tour.mariud.com/wp/wp-content/themes/iriomote202603/img/tour/sp_otanosimi_line.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 10px;
        margin: 0 -5vw -9vw;
}
.tour_otanoshimi img, .tour_otanoshimi2 img, .tour_otanoshimi3 img, .tour_otanoshimi4 img {
    box-shadow: .1em .1em .3em 0 #999;
    -webkit-box-shadow: .1em .1em .3em 0 #999;
    -moz-box-shadow: .1em .1em .3em 0 #999;
}
.tour_otanoshimi .otanoshimi_txt01, .tour_otanoshimi2 .otanoshimi_txt01, .tour_otanoshimi3 .otanoshimi_txt01, .tour_otanoshimi4 .otanoshimi_txt01, .tour_otanoshimi .otanoshimi_txt02, .tour_otanoshimi2 .otanoshimi_txt02, .tour_otanoshimi3 .otanoshimi_txt02, .tour_otanoshimi4 .otanoshimi_txt02 {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    font-size: 3.3vw;
    line-height: 1.5;
	text-align: center;
}
#tour.riku {
	background:#ebe8b6;
	border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
}
#tour.umi {
	background:#bbdde5;
	border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
}
#tour.yoru {
	background:#e1e1e3;
	border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
}
.otanoshimi_txt {
    width: auto;
    max-width: 278px;
    margin: 1vw auto 0;
	text-align:left;
}
#tour .otanoshimi_txt p {
	margin: 0;
    line-height: 1.5;
    font-size: 3vw;
}
.tour_schedule {
    width: 100%;
    max-width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-template-columns: 100%; 
    position: relative;
    margin: 7vw 0 0;
}
.tour_schedule img,
.tour_schedule::after {
    grid-area: 1 / 1;
}
.tour_schedule img {
    max-width: none !important; 
    width: 600px !important;
    height: auto !important;
    display: block;
    padding-right: 5vw;
}
.tour_schedule .info-list {
    grid-row: 2;
    grid-column: 1;
    position: sticky;
    left: 0;
    width: 100%;
    margin: 60px 0 0 0;
    white-space: normal;
    z-index: 5;
    font-size: 3vw;
}
.tour_schedule::after {
    content: "Scroll ➔";
    position: sticky;
    left: 0;
    align-self: end;
    justify-self: start;
    margin-bottom: -47px;
    background: #6a574bd1;
    color: #fff;
    padding: 5px 40px;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    animation: scroll-hint 2s infinite;
}
.info-list li {
    font-size: 3vw;
}
@keyframes scroll-hint {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}
.tour_goannai, .tour_goannai.tour_goannai2026, .tour_goannai2.tour_goannai2-2026 {
	background: none;
    margin: 7vw 5vw;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    background-color: #FFF;
    padding: 4vw 5vw;
    border: 1px solid #ddd;
}
#tour .tour_goannai p {
    position: relative;
	width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 3.3vw;
}
h3.sp_tour_goannai_h3 {
		display: block;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        margin: 1em 0 .3em;
		text-align: center;
}
#tour .tour_goannai p .tour_goannai_title, #tour .tour_goannai2 p .tour_goannai_title {
    display: block;
    font-weight: 800;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid #CCC;
    margin: 1em 0 .3em;
}
.tour_inshu {
    width: auto;
    margin: auto;
    padding: 4vw;
    line-height: 1.5;
    background: #f8f8ef;
    margin: 0 5vw 7vw;
    border-radius: 7px;
    border: 1px solid #ddd;
	font-size: 3.3vw;
}
.tour_inshu span {
    font-size: 3.5vw;
    font-weight: 900;
    color: #ff5c4e;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: .3em;
    display: block;
    border-bottom: 1px dashed #ff5c4e;
    padding-bottom: .2em;
}
.tour_cxl_box {
    width: auto;
    margin: auto;
    padding: 4vw;
    line-height: 1.5;
    background: #f8f8ef;
    margin: 0 5vw 7vw;
    border-radius: 7px;
    border: 1px solid #ddd;
	font-size: 3.3vw;
}
.tour_cxl_box h5 {
	font-size: 3.5vw;
    font-weight: 900;
    color: #6a3906;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: .3em;
    display: block;
    border-bottom: 1px dashed #d5a460;
    padding-bottom: .2em;
}
.tour_cxl_box ul {
    margin: 3vw 0 3vw 1.5em;
    font-size: 3.3vw;
}
.tour_cxl_box li {
    list-style-type: disc;
    margin:0 0 .5em;
}
.tour_cxl_box dl {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 3vw;
}
.tour_cxl_box dl dt {
    background: #e1e1e1;
    padding: .2em 1em;
    font-size: 3.3vw;
    line-height: 1.5;
    width: 60%;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tour_cxl_box dl dd {
    background: #fff;
    padding: .2em 1em;
    font-size: 3.3vw;
    line-height: 1.5;
    width: 40%;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tour_sougei_button {
    margin: 0 5vw 7vw;
    width: auto;
    padding: 0;
}
.tour_reserve_button {
    margin: 7vw 5vw;
    width: auto;
    text-align: center;
    box-shadow: .1em .1em .3em 0 #999;
    -webkit-box-shadow: .1em .1em .3em 0 #999;
    -moz-box-shadow: .1em .1em .3em 0 #999;
}
.tour_naiyou_barasu-hatoma,.tour_naiyou_barasu-hatoma.uminchu{
		margin: 0 auto;
        width: auto;
        height: auto;
        padding: 4vw 5vw;
        background: 0 0;
        background-color: #e3f1f5;
        position: relative;
        box-shadow: .1em .1em .3em 0 #999;
        -webkit-box-shadow: .1em .1em .3em 0 #999;
        -moz-box-shadow: .1em .1em .3em 0 #999;
        margin: 0 5vw 7vw;
        border-radius: 7px;
}
#tour .tour_naiyou_barasu-hatoma [class*="txt"] {
    position: relative;
    top: auto;
    left: auto;
    font-size: 3vw;
	margin-bottom:0;
}
.tour_naiyou_barasu-hatoma :is(.txt00, .txt10, .txt20) {
    font-size:3.4vw;
}
.tour_naiyou_barasu-hatoma :is(.txt01, .txt02, .txt11, .txt12, .txt21, .txt22) {
        display: inline-block;
}
.tour_naiyou_barasu-hatoma h3 {
        font-weight: 800;
        font-family: 'Noto Serif JP', serif;
        color: #01122d;
        display: block;
        border-bottom: 1px solid #97896f;
        padding-bottom: .3em;
}
.tour_naiyou_barasu-hatoma h4 {
		font-size: 3.4vw;
        font-weight: 900;
        font-family: 'Noto Serif JP', serif;
        color: #2d2413;
        display: block;
        margin-top: 3vw;
}
.tour_midokoro2 .chu_min {
    font-size: 2.5vw;
}
.tour_goaisatsu {
    background: #f4f0e5;
    margin: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
	padding: 7vw ;
}
.tour_goaisatsu [class*="tour_goaisatsu_txt"] {
        background: 0 0;
        margin: 0;
        width: auto;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        font-size: 3.3vw;
}
.tour_goannai2.tour_goannai2-2026 [class*="goannai_txt"] {
		position: relative;
        width: auto;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        font-size: 3.3vw;
}
.tour_goaisatsu h3 {
		font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 3.75vw;
        color: #2d2413;
        border-bottom: 1px dashed #a37a66;
        display: block;
        margin-bottom: .5em;
        padding-bottom: .3em;
}
#tour .tour_goaisatsu img {
	width:60%;
}
.shop_inner {
    width: auto;
    margin: 7vw 5vw;
}
.shop_inner h3 span.pc_none , h3.sp_default {
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 3.75vw;
        color: #2d2413;
        display: flex;
        border-bottom: 1px solid #6a574b;
        line-height: 1.5;
        padding-bottom: .2em;
        align-items: center;
        gap: 2vw;
        margin-bottom: .7em;
}
.shop_inner h3 .icon, h3.sp_default .icon {
        height: 4.75vw!important;
    width: auto;
}
.shop_contents {
    width: auto;
    margin: 0;
    padding: 0;
}
.goaisatsu_nishino{
    width: 60%;
}
.tour_kodawari {
    margin: 0 auto;
    width: auto;
    height: auto;
    padding: 6vw 5vw;
    background: url(//tour.mariud.com/wp/wp-content/themes/iriomote202603/img/tour/tour_kodawari.png) repeat;
    position: relative;
}
.tour_kodawari [class*="kodawari_txt"] {
		position: relative;
        width: auto;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        font-size: 3.3vw;
}
.shop_inner2 {
    width: auto;
    margin: 4vw 5vw;
    overflow: hidden;
}
.kodawari_title {
    display: block;
    font-weight: 800;
    margin-top: .5em;
	font-size: 3.5vw;
}
.tour_kodawari .anzen_button, .tour_kodawari2 .anzen_button {
	position: relative;
    width: 55%;
    top: auto;
    left: auto;
    right: auto;
}
.staff_table {
        margin: 0 ;
        background: #fff;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        padding: 4vw;
}
.staff_table th {
	display: block;
    padding: 0;
}
.staff_table td {
    text-align: left;
    padding: 0;
    display: block;
    font-size: 3vw;
    line-height: 1.5;
}
.staff_table img {
        width: 50%;
        border-radius: 50%;
}
.staff_table span.staff_guide {
    font-weight: 800;
    font-size: 3.5vw;
    border-bottom: 1px dashed;
    margin-bottom: .3em;
}
.staff_table td p {
    margin: 0;
	line-height: 1.6;
}
.staff_table th h5 {
    font-size: 3.3vw;
}
#tour.safety {
    background: #dbd56e;
    padding-bottom: 1vw;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.safety_inner {
    width: auto;
    margin: 5vw;
}
.safety_inner h3 span.pc_none, .sp_faqbg h3 span.pc_none {
		font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 3.75vw;
        color: #2d2413;
        display: flex;
        line-height: 1.5;
        padding-bottom: .2em;
        align-items: center;
        gap: 2vw;
}
.safety_inner h3 .icon, .sp_faqbg h3 .icon {
        height: 4.75vw !important;
        width: auto;
}
.safety_contents {
    width: auto;
    margin: 0;
    padding: 4vw;
    background: #fff;
    box-shadow: .1em .1em .3em 0 #999;
    -webkit-box-shadow: .1em .1em .3em 0 #999;
    -moz-box-shadow: .1em .1em .3em 0 #999;
    border-radius: 7px;
	font-size: 3.3vw;
}
.safety_contents2 {
    width: auto;
    margin: 1em 0 0;
    padding: 4vw 4vw 1vw;
    border: 1px dashed #ff3b00;
}
.safety_contents2 h4 {
    font-size: 3.5vw;
    color: #df3300;
    font-weight: 800;
    margin-bottom: .3em;
}
#tour.faq {
    background: #e0eff3;
    padding-bottom: 1vw;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.sp_faqbg {
	margin: 7vw 5vw;
}
#tour.faq h3 {
    margin: 10vw 0 0;
    padding-bottom: .3em;
}
#tour.faq h3 img {
    padding-left: 0;
}
#tour.faq h3:nth-of-type(1) {
    margin: 0 0;
}
#tour.faq h3 .pc_none {

}
.faq_inner {
    margin: 0;
}
.faq_inner dt {
    line-height: 1.5;
    padding-left: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0;
    margin-bottom: .3em;
    font-size: 3.3vw;
    margin-top: 1em;
	font-weight: 700;
}
.faq_inner dt:before {
		content: '\f128';
        font-family: 'FontAwesome';
        padding-right: 5px;
        padding-left: 5px;
        color: #2d93ad;
        font-size: 4vw;
}
.faq_inner dd {
    padding-left: 0;
    background-image: none;
    background-color: #FFF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 3vw 4vw 2vw;
    border: 1px solid #7dd2e7;
	margin: 0;
}
.price dl {
        margin: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        box-sizing: border-box;
        margin-bottom: 3vw;
}
.price dl dt {
    	float: none;
		background: #e1e1e1;
        padding: .2em 1em;
        font-size: 3.3vw;
        line-height: 1.5;
        width: 60%;
        box-sizing: border-box;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
}
.price dl dt:before {
		content: '';
}
.price dl dd {
    	float: none;
		background: #fff;
        padding: .2em 1em;
        font-size: 3.3vw;
        line-height: 1.5;
        width: 40%;
        box-sizing: border-box;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
		border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-top: 0;
        border-left: 0;
}
.sp_accessbg {
	background: #e9e5a5;
        padding: 5vw;
}
#tour.umi h3.access_hed {
    background: none;
    width: auto;
    padding: 0;
}
#tour.umi h3.access_hed span.pc_none {
		font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 3.75vw;
        color: #2d2413;
        display: flex;
        line-height: 1.5;
        padding-bottom: .2em;
        align-items: center;
        gap: 2vw;
}
#tour.umi h3.access_hed .icon {
        height: 4.75vw !important;
        width: auto;
}
.tour_access {
    background: none;
    margin: 0;
    width: auto;
    padding: 5vw 0;
    overflow: hidden;
}
.tour_access .access_txt_left, .tour_access .access_txt_right {
    width: auto;
    margin: 0 0 5vw;
}
.tour_access h5 {
    margin-bottom: .5em;
    border-bottom: 1px solid;
    padding-bottom: .3em;
    font-size: 3.7vw;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}
.tour_access .access_txt_bottom {
    margin: 0;
}
.box_blog_page {
    margin: 5vw 4vw 8vw;
}
h2.blog_h2 {
    font-size: 3.7vw;
    color: #6a3906;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 2px;
    background: none;
    line-height: 1.5;
    padding: 0;
}
h2.blog_h2 a {
    display: flex;
    align-items: center;
	gap: 2vw;
}
h2.blog_h2 a .icon {
        height: 4.75vw !important;
        width: auto;
        gap: 2vw;
}
.box_blog {
    padding: 3vw 4vw;
}
#tour p.blog_header {
    font-size: 2.8vw;
	margin-bottom: 1em;
}
span.date {
    display: block;
}
#tour .box_blog p {
    font-size:3.3vw;
	line-height: 1.5;
}
#tour .box_blog img.alignnone.size-medium {
	width: 100%;
    height: auto !important;
}
#newpostcatch-2 {
	margin-top: 10vw;
}
.widget_newpostcatch h3, #categories-2 h3, #archives-2 h3 {
	font-size: 3.7vw;
    font-weight: 900;
    color: #6a3906;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: .3em;
    display: block;
    padding-bottom: .2em;
}
#npcatch a {
	display: flex;
    align-items: center;
	gap: 3vw;
}
.side_widget ul#npcatch li {
	margin: 1em 0;
}
#npcatch figure {
	width: 80px;
    height: 60px;
    margin: 0;
}
#npcatch figure img {
	width: 100%;
	height:100%!important;
	object-fit: cover;
    margin: 0;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#npcatch .title {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-top: 0;
    display: block;
}
#categories-2 select, #archives-2 select {
    width: 100%;
}
h4.pagetitle {
    margin: 5vw;
    width: auto;
    text-align: left;
    font-size: 3.5vw;
    font-weight: 900;
    font-family: 'Noto Serif JP', serif;
}
select, textarea, input {
		max-width: 100%;
        box-sizing: border-box;
        font-size: 3vw;
        padding: 2vw;
        line-height: 1.3;
}
textarea, select[name="＜カヌー・トレッキングツアー＞ご希望のコース"], select[name="＜シュノーケル＞ご希望のコース"], select[name="＜ナイトツアー＞ご希望のコース"], input[name="以降の住所"], input[name="代表者"], input[name="フリガナ"], input[name="mail"], input[name="mail2"], input[name="ツアー参加希望日"], input[name="お迎え先"], input[name="お送り先"] {
	width:100%;
}
.sp_bg_contact {
    margin: 5vw;
}
.sp_bg_contact h3 {
		font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 3.75vw;
        color: #2d2413;
        display: flex;
        border-bottom: 1px solid #6a574b;
        line-height: 1.5;
        padding-bottom: .2em;
        align-items: center;
        gap: 2vw;
        margin-bottom: 1em;
}
.contact_tel_bg {
    gap: 7vw;
}
.contact_tel_bg.tel_fax img {
    height:30px!important;
    width: auto !important;
}
.formTable {
    padding:0 !important;
    background-color: #F8F7DE;
    margin: 4vw 0 0!important;
	border-collapse: collapse;
    border-spacing: 0;
	border-radius: 7px;
    overflow: hidden;
}
.formTable th {
        width: 100% !important;
        font-size: 3.5vw !important;
        text-align: left !important;
        padding: 1.2vw 3vw !important;
        display: block;
        background: #4fb9b4 !important;
        color: #FFF;
        font-family: 'Noto Serif JP', serif;
}
.formTable th h4 {
    font-weight: 700;
    font-size: 3.5vw !important;
}
.formTable td {
    width: 100% !important;
    text-align: left !important;
    padding: 2vw !important;
    display: block;
    background: #FFF !important;
    font-size: 3vw !important;
}
.hisu {
    color: #FFF;
    font-size: 2.5vw;
    display: inline-block;
    background: #ff5c26;
    padding: 0 0.5em;
    border-radius: 100px;
    font-weight: 900;
    font-family: 'Noto Serif JP', serif;
}
input[name=submitConfirm],
input[name="確認・送信"] {
        background: #4fb9b4;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        width: 100% !important;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 4vw;
        box-shadow: .1em .1em .3em 0 #999;
        -webkit-box-shadow: .1em .1em .3em 0 #999;
        -moz-box-shadow: .1em .1em .3em 0 #999;
}
input[name=submitBack] {
        background: #cf9443;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        width: 100% !important;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        font-size: 4vw;
        box-shadow: .1em .1em .3em 0 #999;
        -webkit-box-shadow: .1em .1em .3em 0 #999;
        -moz-box-shadow: .1em .1em .3em 0 #999;
}
.bg_contact {
    background-color:#f1efc4!important;
    padding: 0 0 5vw 0!important;
    border-radius: 0!important;
    margin-bottom: 5vw;
}
.fa-2x {
    font-size: 1em!important;
}
.contact3_p span {
    font-size: 3.3vw!important;
    padding: 0!important;
}
.contact3_p {
    width: auto!important;
    margin:1em 0 0!important;
    line-height: 1.5!important;
    font-size: 3.3vw!important;
}
p.reserve05_p {
	padding: 0;
    font-size: 3.5vw;
    margin: 0;
}
.reserve_tel2 {
    font-size: 3.5vw;
    padding: 0;
}
.reserve_tel2 a {
    font-size: 4vw;
    padding: 0;
}
.reserve_tel2 span {
    font-size: 3vw;
    padding: 0 0 0 3vw;
}
.reserve02_p {
    padding: 0!important;
}
.formReserve {
    width: auto !important;
    margin: 4vw 0 0!important;
    color: #333!important;
	border-collapse: collapse;
    border-spacing: 0;
	border-radius: 7px;
    overflow: hidden;
}
.formReserve th {
        width: 100% !important;
        font-size: 3.6vw !important;
        text-align: left !important;
        padding: 1.2vw 3vw !important;
        display: block;
        background: #4fb9b4 !important;
        color: #FFF;
        font-family: 'Noto Serif JP', serif;
}
.formReserve td {
    width: 100% !important;
    text-align: left !important;
    padding:3vw 3vw 2vw!important;
    display: block;
    background: #FFF !important;
    font-size: 3vw !important;
}
.formReserve td p {
	line-height:1.5!important;
}
.kutsu select {
    width: 33%;
}
.kutsu2 select {
    width: 31%;
}
#tour-select-rental2 select, #tour-select-rental2 textarea, #tour-select-rental2 input {
    padding: 5px 5px;
    font-size: 3.3vw;
}
#tour-select-rental2 .select-big .mwform-radio-field label {
    font-size: 3.3vw;
}
#tour-select-rental2 h4 {
    font-weight: 900;
    line-height: 1.5;
    font-size: 3.3vw;
}
#tour-select-rental2 {
    font-size: 3.3vw;
}
p.tour-select {
        font-size: 3.5vw;
        border-bottom: 1px dashed #aaa;
        margin-bottom: .7em !important;
}
.accbox label {
    font-size: 3.1vw;
}
.cssacc:checked+label+.accshow {
    font-size: 3.1vw;
}
.form_under {
    width: auto !important;
    padding: 4vw !important;
    background-color: #ffebe5 !important;
    border: 1px dashed red !important;
    border-radius: 7px !important;
    font-size: 3.3vw !important;
}
.kanarazu {
    padding: 0 !important;
}
.kanarazu.red {
    color: #ff5c26 !important;
}
.button_up {
    margin: 1em 0 0 !important;
}
.button_bottom {
    margin: 0 !important;
}
.mw_wp_form .error {
    width: auto !important;
    padding: 1vw 3vw !important;
    margin: 0 !important;
}

/* スマホ専用：CSSフェードスライダーの設定 */
.sp_slider_css {
        position: relative;
        width: 100%;
        aspect-ratio: 375 / 227;
        overflow: hidden;
    }
    .css-fader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .css-fader img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* 画像の高さも親の aspect-ratio に合わせる */
        height: 100%;
        object-fit: cover; /* 比率がずれても綺麗に収まるように */
        opacity: 0;
        animation: imageFade 16s infinite;
    }
    /* 以下、アニメーション設定はそのまま */
    .css-fader img:nth-child(1) { animation-delay: 0s; }
    .css-fader img:nth-child(2) { animation-delay: 4s; }
    .css-fader img:nth-child(3) { animation-delay: 8s; }
    .css-fader img:nth-child(4) { animation-delay: 12s; }

    @keyframes imageFade {
        0% { opacity: 0; }
        5% { opacity: 1; }
        25% { opacity: 1; }
        30% { opacity: 0; }
        100% { opacity: 0; }
    }
#slider h2 {
        position: absolute;
        z-index: 1;
        top: 44%;
        color: #FFF;
        font-weight: 800;
	font-family: 'Noto Serif JP', serif;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        font-size: 5.6vw;
        text-align: center;
        width: 100%;
}
#slider h2 span {
        font-size: 4.52vw;
}









}