@charset "utf-8";
/* CSS Document */

.globalMenuSp.is-fixed::before {
    content: "Rinyu Tour";
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: #000;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 16px 10px;
}
.globalMenuSp.active>a{
	position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 50px;
    display: inline-block;	
}    
#main_img.second {
}
#tour article {
    margin: 0 auto 0;
}
#main_img::after {
    content: "";
    background-image: url(../image/tour/main_after.png);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 41px;
    display: block;
    position: absolute;
    bottom: -1px;
}
#main_img a {
    padding: 1em;
    width: 50vw;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    max-width: 450px;
    min-width: 300px;
    margin: 0 auto;
    display: block;
    position: relative;
}
#main_img a:hover {
    opacity: 1;
}
#main_img a::before {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-top: -8px;
}
#main_img a::after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #29abe2;
    margin-top: -13px;
}
.tabs {
    margin-top: 50px;
    width: 35%;
    margin: 0 auto;
    min-width: 500px;
}
#main_img>div.main_copy {
    z-index: 1;
    position: absolute;
    width: 90%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}
#main_img h2 span {
    font-style: italic;
}
#main_img h2 span small {
    font-style: normal;
}
.navbar.navbar-inverse.navbar-static-top {
/*background: #fff;
    border-color: #fff;*/
}
.navbar.navbar-inverse.navbar-static-top a {
    color: #000;
}
.tab_item {
    width: 50%;
    min-width: 150px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    font-size: 1.4rem;
    font-size: 14px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 0.5em 0;
    border-radius: 10px 10px 0 0;
    margin: 0;
    cursor: pointer;
}
.tab_item.top {
    width: auto;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#search1:checked ~ #search1_content, #search2:checked ~ #search2_content {
    display: block;
}
.tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
}
.search_form {
    background-color: white;
    min-height: 0px;
    height: 36px;
    width: 50%;
    max-width: 450px;
    position: relative;
    border-radius: 10px;
    border: 1px #aaa solid;
    margin: 20px 0 0;
}
.search_input {
    border: none;
    width: calc(100% - 40px);
    padding-left: 10px;
    height: 100%;
    background-color: transparent;
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
}
.search_submit {
    width: 40px;
    height: 33px;
    border: none;
    background-image: url(../image/tour/search.png);
    background-position: center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}
.tour__search {
    background-color: #e3e5e4;
    padding: 1px 0 40px;
}
.search_detail {
    margin: 0 auto;
    padding: 0 24px;
}
.arrow_box, .search_detail {
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    border-radius: 20px;
}
.arrow_box {
    padding: 0 24px 64px 24px;
}
.arrow_box h2 {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    font-size: 20px;
	padding: 2em 0 1em;
	color: #000;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}
.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 36px;
    margin-left: -36px;
}
.arrow_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 800px;
    margin: 20px auto 0;
}
.arrow_box ul li {
    position: relative;
    width: calc(100% / 5);
    max-width: 156px;
    max-height: 156px;
}
.arrow_box ul li::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.arrow_box ul li label {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    background-size: 100%;
    padding: 46%;
    cursor: pointer;
}
.arrow_box ul li label p {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
}
.arrow_box ul li:first-child label {
    background-image: url(../image/tour/cate01.png);
    background-repeat: no-repeat;
    background-position: center;
}
.arrow_box ul li:nth-child(2) label {
    background-image: url(../image/tour/cate02.png);
    background-repeat: no-repeat;
    background-position: center;
}
.arrow_box ul li:nth-child(3) label {
    background-image: url(../image/tour/cate03.png);
    background-repeat: no-repeat;
    background-position: center;
}
.arrow_box ul li:nth-child(4) label {
    background-image: url(../image/tour/cate04.png);
    background-repeat: no-repeat;
    background-position: center;
}
.arrow_box ul li label span {
    display: inline-block;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 0.5em;
}
.arrow_box ul li:first-child label span {
    color: #006837;
}
.arrow_box ul li:nth-child(2) label span {
    color: #92bd1a;
}
.arrow_box ul li:nth-child(3) label span {
    color: #009dde;
}
.arrow_box ul li:nth-child(4) label span {
    color: #13bfb0;
}
.accordion_switch_color {
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 1.6rem;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1em;
    width: 20%;
    min-width: 300px;
    margin: 20px auto -13px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    z-index: 0;
}
.accordion_switch_color:before {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin-top: -8px;
}
.accordion_switch_color:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-top: -13px;
}
.accordion_kakunou_color {
    font-size: 1.4rem;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    padding-bottom: 3px;
    z-index: 0;
}
.accordion_switch_color.open:before {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #000F;
    margin-top: -4px;
}
.accordion_switch_color.open:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-top: 1px;
}
.message dl {
    max-width: 960px;
    min-width: 290px;
    width: 70%;
    margin: 0 auto;
}
.message dl dt {
    background-color: #999;
    border-radius: 10px 10px 0 0;
    padding: 4px 1em;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.message dl dd {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.4) inset;
    border-radius: 0 10px 10px 10px;
    padding: 14px;
    height: 30vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    min-height: 240px;
}
.search_detail .sd {
    margin: 1em 0 2em;
}
.search_detail>div {
    display: flex;
}
.search_detail>div>.sd {
    width: 50%;
}
.search_detail>div>.sd:nth-of-type(1) {
    margin-right: 24px;
}
.search_detail>div>.sd:nth-of-type(2) {
    margin-left: 24px;
}
.sd03_tit, .sd03_tit label {
    color: #444;
    font-weight: 500 !important;
    margin-right: 14px !important;
    background-color: #e9e9e9;
    border-radius: 6px;
    width: 160px;
    text-align: left;
    position: relative;
    margin-top: 0 !important;
}
.sd03_tit {
    padding: 3px 10px;
}
.sd03_tit label {
    padding: 0;
}
.sd03_tit::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #444;
    margin: 0 0 0 0.5em;
    position: absolute;
    right: 10px;
    top: 10px;
}
.search_detail .sd dt {
    border-bottom: 1px #999 solid;
    padding: 0 0 0.5em 0;
    margin: 0 0 0.5em 0;
    font-weight: 600;
	color: #000;
}
.search_detail .sd dd ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}
.search_detail #sd03 dd ul, .search_detail #sd04 dd ul, .search_detail #sd05 dd ul {
    margin: 0 0 0.5em 0;
}
.search_detail .sd dd ul li label {
    cursor: pointer;
    font-weight: 400;
    font-size: 1.4rem;
    font-size: 14px;
    color: #444;
}
.search_detail .sd dd ul li {
    margin-right: 2.4em;
    margin-top: 5.5px;
}
.search_detail .sd dd ul li:last-child {
    margin-right: 0;
}
#sd08 dd {
    position: relative;
}
#submit04 {
    background: #29abe2;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.4);
    /*box-shadow: 0 4px 0 #d3f4ff;*/
    width: 20%;
    min-width: 300px;
    font-size: 2rem;
    font-size: 20px;
    margin: 40px auto 0;
    padding: 1em;
    display: block;
    border-radius: 10px;
}
#pickup_tour h2 {
    text-align: center;
    font-size: 3.8rem;
    font-size: 38px;
    margin: 80px 0;
	color: #000;
}
/*#pickup_tour h3 {
    margin: 80px 0 80px;
	background-image: url(../image/tour/pickup_tour_h3_l.png),url(../image/tour/pickup_tour_h3_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
	padding: 0 20px;
	background-size: contain,contain;
}*/
#pickup_tour h2::before, #pickup_tour h2::after {
    content: "";
    display: inline-block;
    width: 47px;
    padding: 2vh 0;
    margin: 0 14px -6px;
}
#pickup_tour h2::before {
    background-image: url(../image/tour/pickup_tour_h3_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#pickup_tour h2::after {
    background-image: url(../image/tour/pickup_tour_h3_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#pickup_tour .searchtour > span {
    display: inline-block;
    margin: 0 0.2em;
}
#pickup_tour .searchtour > span span {
    padding: 0.4em 1em;
    margin: 0 0.1em 1em;
    display: inline-block;
    font-weight: normal;
    font-size: 70%;
    color: #5a5a59;
    background-color: #eceade;
    border-radius: 3px;
}
#pickup_tour h3.arrow_box {
    border-bottom: 2px #000 dotted;
    text-align: center;
    font-size: 2rem;
    font-size: 20px;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.4;
}
#pickup_tour h3.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #000;
    border-width: 16px;
    margin-left: -16px;
}
#pickup_tour h3.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #000;
    border-width: 16px;
    margin-left: -16px;
}
#pickup_tour>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#pickup_tour > ul > li.search_none {
    width: 100%;
    box-shadow: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 140px 5%;
    border: none;
}
.search_none a {
    padding: 0 !important;
    margin-top: 32px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #115f73;
    color: #00a0d1;
    display: block !important;
    margin: 0 auto;
    width: 7em !important;
    height: auto !important;
}
#pickup_tour>ul>li {
    width: 29%;
    margin: 8px 16px 8px;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    display: flex;
    align-content: center;
}
#pickup_tour ul li>div {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
#pickup_tour ul li .new_flag:empty {
    display: none;
}
#pickup_tour ul li .new_flag {
    background: #da2426;
    color: #fff;
    font-size: 1.6rem;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    top: 28px;
    top: 15px;
    left: -20px;
    z-index: 1;
}
#pickup_tour ul li .new_flag::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: -16px;
    height: 100%;
    width: 17px;
    background: url(../image/tour/new_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#pickup_tour ul li .new_flag::before {
    position: absolute;
    content: '';
    top: -14px;
    left: 0;
    border: none;
    border-top: solid 15px transparent;
    border-right: solid 20px #9C1919;
}
#pickup_tour ul li a {
    padding: 14px 14px 48px 14px;
    display: block;
    width: 100%;
    height: 100%;
}
/*_:-ms-lang(x), #pickup_tour ul li a {
 margin: -22px 0 0 0;
}*/
#pickup_tour ul li a figure {
    height: 180px;
    margin: 0 auto 14px;
    display: block;
    background: #efefef;
    position: relative;
    overflow: hidden;
    z-index: -1;
}
#pickup_tour ul li a img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}
#pickup_tour ul li a .t_number {
    font-size: 1.2rem;
    font-size: 12px;
    color: #000;
}
#pickup_tour ul li a .t_number::before {
    content: "No.";
    display: inline-block;
}
#pickup_tour ul li a .t_title {
    font-size: 1.6rem;
    font-size: 16px;
    color: #3e4884;
    font-weight: 600;
    margin: 0.5em 0;
}
#pickup_tour ul li a time {
    margin: 0 0 1em 0;
    display: inline-block;
    color: #000;
}
.t_icon, .tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tag {
    margin: 0 auto 40px;
}
.t_icon li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.t_icon li span, .tag li {
    color: #fff;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: center;
    padding: 0.2em !important;
    margin: 0.2em;
    width: auto !important;
}
.t_icon li.t_icon01 {
    background: #1dade5;
}
.t_icon li.t_icon02 {
    background: #ef8200;
}
.t_icon li.t_icon03 {
    background: #da2426;
}
.t_icon li.t_icon04 {
    width: 120px;
    background: #5bb431;
}
.tag li a {
    display: block;
    color: #000;
}
.tag li:first-child {
    display: none;
}
.tag li a[href="index.cgi?tag="] {
    display: none;
}
.tag li {
    border: 1px #bbb solid;
    background-color: #eee;
    border-radius: 4px;
}
.detail_icon li {
    font-size: 14px;
    font-size: 1.4rem;
}
#pickup_tour ul li a .t_price {
    color: #da2426;
    font-size: 2.4rem;
    font-size: 24px;
    text-align: right;
    padding: 0.5em 0 0;
    font-weight: 600;
    position: absolute;
    bottom: 16px;
    right: 10px;
}
#pickup_tour ul li a .t_price::before {
    content: "￥";
}
#t_sns {
    background: #fff;
    padding: 80px 0;
}
#t_sns>div {
    display: flex;
}
#t_sns h2 {
    font-family: 'Lato', sans-serif;
    font-size: 3.2rem;
    font-size: 32px;
    text-align: center;
	color: #000;
}
#t_sns h2 span {
    font-family: "Noto Sans Japanese";
    font-size: 1.8rem;
    font-size: 18px;
    width: 100%;
    font-weight: 200;
    display: block;
    margin: 50px 0 20px;
}
#t_sns .twi, #t_sns .fb {
    margin: 40px auto 0;
    width: 30%;
    min-width: 500px;
    height: 500px;
    overflow-y: scroll;
    border: 1px #ccc solid;
}
#t_contact {
    background-color: #F2F3F3;
    padding: 80px 0;
    color: #fff;
}
#t_contact h2 {
    color: #000;
    font-size: 2rem;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.membership_number {
    color: #000;
    width: 95%;
    max-width: 760px;
    margin: 20px auto 0;
}
#t_contact ul, #t_contact dl {
    width: 95%;
    max-width: 760px;
    margin: 40px auto 0;
}
#t_contact ul {
    display: flex;
}
#t_contact ul li {
    width: 50%;
}
#t_contact ul li.t_tel {
	display: inline-block;
}
#t_contact ul li.t_tel a {
	display: inline-block;
    font-size: 4rem;
    font-size: 40px;
    background-image: url(../image/tour/tel.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 6px 40px 9px 51px;
    background-size: contain;
    font-weight: 600;
    color: #000;
}
#t_contact ul li.t_mail {
    background-color: #00A0D1;
    border-radius: 10px;
    text-align: center;
    position: relative;/*box-shadow: 0 2px 0px white;*/
}
#t_contact ul li.t_mail a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
#t_contact ul li.t_mail span {
    padding: 0 0 0 40px;
    background-image: url(../image/tour/mail.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.6rem;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#t_contact dl {
    border-radius: 10px;
}
#t_contact dl dt, #t_contact dl dd {
    color: #000;
}
#t_contact dl dt {
    font-weight: 500;
}
#t_contact dl dt::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #000000;
    margin: 0 5px 0px 0;
}
#t_contact dl dd {
    margin: 0 0 0 3em;
}
#t_contact dl dt img {
    transform: scale(.8);
    margin: 10px 0 -16px 0px;
}
/*-- second --*/
#main_img.second {
    background-image: url(../image/tour/main_img2.png);
}
.detail.base_contents__inner {
    max-width: 1000px;
}
.detail h2 {
    font-size: 2.4vw;
    text-align: center;
    line-height: 180%;
    margin: 100px 0 0;
}
.detail h2 span {
    border: 1px #000 solid;
    display: table;
    text-align: center;
    font-size: 1.22vw;
    font-weight: 400;
    margin: 0 auto 1em;
    padding: 0.4em;
    line-height: normal;
}
.detail h2 span::before {
    content: "No.";
}
.base_contents__inner .detail_sub {
    margin: 0 auto 100px;
    width: 80%;
    max-width: 760px;
}
.base_contents__inner .detail_sub figure {
    width: 100%;
    height: auto;
    margin: 100px auto 20px;
}
.base_contents__inner .detail_sub figure>figcaption {
    font-size: 2rem;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    padding: 0.5em;
    color: #656464;
}
.base_contents__inner .detail_sub figure>a>img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.base_contents__inner .detail_sub dl {
    display: block;
    margin: 20px auto 80px;
}
.detail_info {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}
.detail_info li {
	display: flex;
    align-items: center;
    justify-content: center;
    
    text-align: center;
    border-left: 1px #999 solid;
    padding: 0 14px;
    flex-grow: 2;
    
}
.detail_info li:last-child {
    border-right: 1px #999 solid;
}
.detail_price {
    flex-grow: 2;
    font-size: 2.4rem;
    font-size: 24px;
    color: #da2426;
    font-weight: 600;
}
.detail_price::before {
    content: "￥";
    display: inline-block;
    font-size: 2.2rem;
    font-size: 22px;
    padding: 0 0.2em 0 0;
    font-weight: 400;
}
.detail_price span {
    content: "(税込)";
    display: inline-block;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 0 0.5em;
    font-weight: 400;
}
/*.detail_price:eq(0)::after {
    content: "(inc.tax)";
}*/

.detail_date {
    font-weight: 600;
    font-size: 2rem;
    font-size: 20px;
    max-width: 45%;
}
.detail_date div {
	display: inline-block;
	text-align: left;
}
.detail_date p {
    font-weight: normal;
    font-size: 1.2rem;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.8rem;
}
.detail_level, .detail_physical {
    font-size: 2rem;
}
.detail_level span {
    content: "技術度";
    font-size: 1.6rem;
    font-size: 16px;
    display: inline-block;
    padding: 0 1em 0 0;
}
.detail_physical span {
    content: "体力度";
    font-size: 1.6rem;
    font-size: 16px;
    display: inline-block;
    padding: 0 1em 0 0;
}
/*.detail_level:eq(0)::before{
	content: "technical degree";
} 
.detail_physical:eq(0)::before {
	content: "strength";
}*/
.detail > figure img {
    width: auto;
    height: 100%;
    max-height: 750px;
    margin: 0 auto;
    display: block;
    max-width: 1000px;
}
.detail > figure figcaption {
    font-size: 1.6rem;
    font-size: 16px;
    margin: 20px auto 100px;
    line-height: 180%;
}
.detail_icon {
    margin: 0 0 1em 0;
}
.detail_sub dl dt {
    background-image: url(../image/tour/detail_dt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    padding: 0 0 3em 0;
    margin: 0 0 -1em 0;
    font-size: 2rem;
    font-size: 20px;
    font-weight: 600;
}
.detail_sub dl dd {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 160%;
}
.detail_program {
    background-image: url(../image/tour/detail_program.png);
    background-position: top;
    background-repeat: repeat-x;
    padding: 30px 0 0 0;
}
.detail_program>div {
    background-color: #e3e5e4;
    padding: 0 0 80px 0;
}
.detail_program iframe {
    width: 100%;
    height: 600px;
    margin: 16px auto;
}
.detail_program figure {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 16px auto;
    overflow-y: scroll;
    background-color: #D1D1D1;
    box-shadow: 0 0 4px rgba(0,0,0,.4) inset;
}
.detail_program figure img {
    width: auto;
    /* max-width: 760px; */
    /* max-height: 600px; */
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/    height: auto;
    overflow-y: scroll;
}
/*.detail_program h4, .detail_more h4 {
    font-size: 3rem;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding: 2em 0 1em;
}
.h4_square {
    display: flex;
    justify-content: center;
}
.h4_square span {
    width: 8px;
    height: 8px;
    background-color: #000;
    transform: rotate(45deg);
    margin: 0 0.4em;
    display: inline-block;
}*/
.detail_program button {
    width: 20%;
    min-width: 320px;
    text-align: center;
    background-color: #fff;
    background-image: url(../image/tour/printer.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 0 rgba(153, 153, 153);
    border-radius: 10px;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 auto;
    display: block;
    padding: 0.6em 0;
}
.detail_more .base_contents__inner {
    padding: 40px;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
}
.travel_terms {
    background-color: #f8cfc2;
    padding: 0.5em;
    display: block;
    width: 90%;
    max-width: 960px;
}
.travel_terms p {
    border: 1px #656464 solid;
    padding: 16px;
    text-align: center;
    color: #656464;
    font-size: 3rem;
    font-size: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}
.travel_terms span {
    font-size: 1.8rem;
    font-size: 18px;
    margin: 0 0 0 1em;
}
.travel_terms span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #656464 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
}
.detail_enter {
    display: block;
    width: 90%;
    max-width: 960px;
    margin: 100px auto 60px;
}
.detail_enter>div {
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.detail_enter01 {
    background-color: #ff7e63;/*box-shadow: 0 5px 0 #ffd6c7;*/
}
.detail_enter02 {
    background-color: #29abe2;/*box-shadow: 0 5px 0 #83d8e2;*/
}
.detail_enter03 {
    background-color: #00a99d;/*box-shadow: 0 5px 0 #abdedd;*/
}
.detail_enter>div>a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    font-size: 2.6rem;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    padding: 20px 0;
    border-radius: 10px;
    line-height: 130%;
    margin: 0 10px;
    width: 50%;
}
.detail_enter>div>a span {
    display: inline-block;
    width: 100%;
    text-shadow: none;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 1em auto 0;
}
.flow_content {
    margin: 40px auto;
}
.tab_item[for="kokugai"], .tab_item[for="kokunai"] {
    font-size: 1.6rem;
    font-size: 16px;
}
.tab_item[for="kokugai"] {
    border-bottom: 3px solid #006BA7;
}
.tabs input:checked + .tab_item[for="kokugai"] {
    background-color: #006BA7;
    color: #fff;
}
.flow_content .tabs {
    width: auto;
    min-width: inherit;
}
#kokunai:checked ~ #kokunai_content, #kokugai:checked ~ #kokugai_content {
    display: block;
}
.flow .tab_content {
    margin: 0 auto;
}
.flow #kokunai_content >div>p {
    border-bottom: solid 3px #006BA7;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
    padding: 0 0 1em 0;
    font-weight: 600;
}
.flow #kokunai_content >div {
    padding: 20px;
    background-color: #F8F8F8;
    margin: 20px auto;
    border-radius: 10px;
}
.flow #kokunai_content >div>p:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #5ab4bd;
    bottom: -3px;
    width: 20%;
}
.flow #kokugai_content >div>p {
    border-bottom: solid 3px #5ab4bd;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
    padding: 0 0 1em 0;
    font-weight: 600;
}
.flow #kokugai_content >div {
    padding: 20px;
    background-color: #F8F8F8;
    margin: 20px auto;
    border-radius: 10px;
}
.flow #kokugai_content >div>p:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #006BA7;
    bottom: -3px;
    width: 20%;
}
.flow .tab_content ul {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}
.flow .tab_content ul li {
    font-size: 1.3rem;
    font-size: 13px;
    border-bottom: 1px #999 solid;
    padding: 20px 1em;
    width: 100%;
    position: relative;
}
.flow .tab_content ul li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #999 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 30px;
}
.flow .tab_content ul li:last-child::after {
    border: none;
}
.flow .tab_content ul li span {
    font-weight: 600;
    display: block;
    font-size: 1.4rem;
    font-size: 14px;
    color: #006BA7;
    padding-bottom: 0.5em;
}
.flow .tab_content ul li dl dt {
    font-weight: 600;
    display: block;
}
.flow .tab_content ul li dl dd {
    padding-bottom: 0.5em;
}
.flow .tab_content ul li a {
    display: block;
    margin: 1em 0 0;
    border: 1px #000 solid;
    padding: 0.1em 1em;
    color: #000;
    border-radius: 6px;
    width: 240px;
    text-align: center;
}
.flow_atn {
    margin: 80px auto 0;
    padding: 1em;
    border: 2px solid #5ab4bd;
    border-radius: 10px;
}
.flow_atn h3 {
    font-size: 1.8rem;
    font-size: 18px;
    color: #006BA7;
    border-bottom: 2px #5ab4bd dotted;
    display: inline-block;
    padding: 0 0 0.5em 0;
    margin: 0 0 0.5em 0;
}
.flow_atn dl {
    margin: 0 0 14px 0;
}
.flow_atn dl dt {
    font-weight: 600;
    font-size: 1.6rem;
    font-size: 16px;
    color: #CB4A4A;
    padding: 0 0 0.5em 0;
}
.flow_atn >ul {
    margin: 0 0 0 1em;
}
.flow_atn >ul >li>span {
    font-weight: 500;
    margin: 0 1em 0 0;
}
.flow_atn >ul >li::before {
    content: "・";
}
.flow_atn >ul >li>ul {
    margin: 0 0 0 3em;
}
.flow_atn >ul >li>ul>li {
    list-style: decimal;
    font-weight: 400;
    font-size: 1.3rem;
    font-size: 13px;
}
.flow_bus> ul {
    width: 100%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}
.flow_bus >ul> li {
    width: calc(50% - 10px);
    margin: 5px;
    /*border-bottom: 1px #999 solid;*/
    text-align: left;
    background-color: #F8F8F8;
}
.flow_bus >ul >li:nth-child(odd) {
/*border-right: 1px #999 dotted;*/
}
.flow_bus >ul >li dl dt {
    font-weight: 500;
    padding: 0.5em 1em;
    background-color: #5ab4bd;
    border-bottom: 2px solid #006BA7;
    color: #fff;
}
.flow_bus >ul >li dl dd {
    margin: 0;
    padding: 1em;
}
.flow_bus >ul >li dl dd ul li::before {
    content: "・";
    margin: 0 0.5em 0 0;
}
.flow_bus ul li dl dd ul li {
    padding: 0 1em 0 0;
}

@media(max-width:75em) {
}

@media (max-width: 50.75em) {
.globalMenuSp.is-fixed::before {
    background: #000;
    content: "Rinyu Tour";
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
}
#main_img h2 span small {
    font-size: 1.4rem;
}
#main_img::after {
    background-size: 60px;
}
.tabs {
    width: 80%;
    min-width: 280px;
}
.tab_item {
    font-size: 1.3rem;
    min-width: inherit;
    padding: 0.5em;
}
.arrow_box h2 {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    font-size: 20px;
    padding: 1em 0;
}
.arrow_box ul {
    flex-wrap: wrap;
}
.arrow_box ul li {
    width: calc(100% / 2);
    text-align: center;
    margin: 0 auto 50px;
}
.arrow_box ul li label {
    background-size: 90%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.arrow_box ul li label span {
    margin: 0;
    font-size: 1.3rem;
    display: block;
    width: 100%;
    line-height: 120%;
    padding: 0 0 0.3em 0;
}
.arrow_box ul li label p {
    position: absolute;
    bottom: -50px;
    left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap-reverse;
    margin: 0 auto 10px;
    padding: 0 0 14px 0;
}
.arrow_box ul li label p input {
    display: inline-block;
    /* width: 100%; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.search_detail .sd dd ul {
    flex-wrap: wrap;
    margin: 0 0 1em 0;
}
.sd03_tit {
    width: 100%;
}
#pickup_tour h2::before, #pickup_tour h2::after {
    content: "";
    padding: 10px 0;
    margin: 0 14px -6px;
    height: 30px;
    width: 20px;
}
#pickup_tour h2 {
    font-size: 6vw;
    margin: 50px 0 40px !important;
}
#pickup_tour h2 span {
    width: 70%;
    display: inline-block;
}
#pickup_tour >ul {
    display: block;
    width: 100%;
}
#pickup_tour >ul>li {
    width: 100%;
    display: block;
    margin: 0;
    border-top: 1px #ccc solid;
    box-shadow: none;
}
#pickup_tour >ul>li:last-child {
    border-bottom: 1px #ccc solid;
}
#pickup_tour >ul>li>a {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
#pickup_tour >ul>li>a figure {
    width: 150px;
    display: inline-block;
    height: 110px;
}
#pickup_tour >ul>li>a figure img {
}
#pickup_tour >ul>li>a div {
    width: 60%;
    display: inline-block;
    padding: 0 14px;
}
/*
.top #pickup_tour >ul li {
	padding: 0 !important;
}
*/

#pickup_tour .searchtour > span {
    display: block;
}
#pickup_tour >ul li .new_flag {
    font-size: 1rem;
    padding: 2px 10px;
    top: 18px;
    left: 0px;
    height: 24px;
    font-weight: 600;
}
#pickup_tour >ul li .new_flag::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    border: none;
    border-top: solid 10px transparent;
    border-right: solid 10px #9C1919;
}
#pickup_tour >ul li .new_flag::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: -16px;
    height: 100%;
    width: 17px;
    background: url(../image/tour/new_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#pickup_tour >ul li a .t_title {
    font-size: 1.4rem;
    line-height: 130%;
}
#pickup_tour >ul li a time {
    font-size: 1.2rem;
    line-height: 140%;
    margin: 0;
}
#pickup_tour ul.t_icon {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
#pickup_tour ul.t_icon li {
    font-size: 1.1rem;
    width: auto !important;
    line-height: 130%;
}
#pickup_tour.all ul.t_icon li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.t_icon li span {
    display: inline-block;
}
#pickup_tour ul li a .t_price {
    bottom: 4px;
    right: 14px;
    font-size: 2rem;
}
#pickup_tour ul li a {
    padding: 9px 9px 20px 9px;
}
#t_sns .twi {
    margin: 20px auto 0;
}
#t_sns {
    padding: 60px 0;
}
#t_sns>div {
    flex-wrap: wrap;
}
#t_sns h2 span {
    font-size: 3vw;
    width: 90%;
    margin: 3em auto 2em;
}
#t_sns h2 {
    font-size: 8vw;
}
#t_sns .twi, #t_sns .fb {
    width: 80%;
    min-width: inherit;
    height: 300px;
}
#t_contact {
    padding: 40px 0;
}
#t_contact h2 {
    font-size: 4vw;
}
.membership_number {
    padding: 0 14px;
    margin: 0 auto;
    font-size: 12px;
}
#t_contact ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    min-width: 300px;
}
#t_contact ul li {
    width: 100%;
}
#t_contact ul, #t_contact dl {
    margin: 20px auto 0;
}
#t_contact ul li.t_tel {
	text-align: center;
}
#t_contact ul li.t_tel a {
    font-size: 2.4rem;
    display: inline-block;
    padding: 0;
    padding-left: 26px;
}
#t_contact ul li.t_mail span {
    width: 90%;
    font-size: 1.4rem;
}
#t_contact ul li.t_mail {
    height: 50px;
    margin: 20px auto 0;
}
#t_contact dl {
    padding: 14px;
    width: 95%;
}
#t_contact dl dt, #t_contact dl dd {
    color: #000;
    font-size: 1.2rem;
}
#t_contact dl dd {
    margin: 0 0 10px 0;
}
#t_contact dl dt img {
    transform: none;
    margin: 10px 0 0 0;
    display: block;
}
.message dl {
	width: 100%;
	padding: 0 20px;
}	
.detail > figure img {
    width: 100%;
}
.detail h2 {
    margin: 0;
    font-size: 5vw
}
.detail h2 span {
    font-size: 1.4rem;
}
.detail_info {
    margin: 16px auto;
    flex-wrap: wrap;
}
.detail_info li {
    border-left: none;
    padding: 8px 0 3px;
    border-bottom: 1px #999 solid;
}
.detail_info li:first-child {
    border-top: 1px #999 solid;
}
.detail_info li:last-child {
    border-right: none;
}
.detail_info li:nth-child(1), .detail_info li:nth-child(2) {
    width: 100%;
}
.detail_price {
    font-size: 2rem;
}
.detail_price::before {
    font-size: 1.8rem;
}
.detail_price::after {
    font-size: 1.4rem;
}
.detail_date {
    font-size: 1.6rem;
    max-width: none;
}
.detail_date div {
    text-align: center;
}
.detail_level, .detail_physical {
    font-size: 1.8rem;
}
.detail_level::before, .detail_physical::before {
    margin: 0 0.5em 0 0;
    font-size: 1.4rem;
}
.detail > figure figcaption {
    font-size: 1.6rem;
    padding: 0 1em;
    margin: 20px auto 60px;
}
.base_contents__inner .detail_sub>figure>figcaption {
    font-size: 1.6rem;
}
.detail_sub dl dt {
    font-size: 1.6rem;
}
.detail_sub dl dd {
    font-size: 1.3rem;
}
.base_contents__inner .detail_sub dl {
    margin: 20px auto 50px;
}
.detail_program {
    margin: 0 auto 40px;
}
.detail_program iframe {
    width: 90%;
    height: 300px;
    margin: 16px auto;
    display: block;
}
.detail_program h3, .detail_more h4 {
    font-size: 2rem;
    padding: 1em 0 1em;
	text-align: center;
}
.detail_program button {
    display: none;
}
.zoom {
    width: 80%;
    text-align: center;
    background-color: #fff;
    background-position: left 20px center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 0 rgba(153, 153, 153);
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    padding: 0.6em 0;
}
.zoom a {
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
    display: block;
}
.detail_program>div {
    padding: 0 0 20px 0;
}
.detail_more .base_contents__inner {
    padding: 20px 0;
    width: 80%;
    font-size: 1.3rem;
}
.travel_terms {
    width: 80%;
}
.travel_terms p {
    font-size: 2rem;
    display: table;
    width: 100%;
    text-align: center;
}
.travel_terms span {
    font-size: 1.3rem;
    margin: 1em auto 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.travel_terms span::after {
    border-width: 0 0 10px 10px;
}
.detail_program figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.detail_program figure {
    position: relative;
    width: 90%;
    height: 350px;
    display: flex;
    border: 1px solid darkgray;
    overflow-y: scroll;
}
.detail_enter {
    width: 90%;
    margin: 70px auto 0;
}
.detail_enter>div {
    margin: 0 auto 20px;
    flex-wrap: wrap;
}
.detail_enter>div>a {
    font-size: 5vw;
    padding: 14px;
    line-height: normal;
    margin: 10px 0;
    width: 100%;
}
.detail_enter>div>a span {
    font-size: 1.3rem;
    margin: 0.5em auto 0;
}
.back {
    font-size: 1.6rem;
    margin: 40px auto;
}
.arrow_box {
    margin: 24px auto 40px;
    padding: 0 0 20px 0;
}
.flow h4 {
    font-size: 2rem;
    padding: 1em 0 1em;
}
.flow_atn {
    width: 90%;
}
.flow_atn dl dt {
    font-size: 3.8vw;
}
.flow_bus ul {
    display: block;
    width: 80%;
}
.flow_bus ul li {
    width: 100%;
    margin: 0 auto 10px;
}
.flow_bus ul li:nth-child(odd) {
    border-right: none;
}
.search_detail>div {
    display: block;
}
.search_detail>div>.sd {
    width: 100%;
}
.search_detail>div>.sd:nth-of-type(1) {
    margin-right: 0;
}
.search_detail>div>.sd:nth-of-type(2) {
    margin-left: 0;
}
.sd03_tit::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #444 transparent transparent transparent;
    margin: 0 0 0 0.5em;
}
.search_detail .sd dd ul li {
    margin-right: 2.4em;
    margin-bottom: 0.4em;
}
.search_form {
    width: 100%;
    min-width: 100%;
}
}

@media (max-width: 50.750em) and (orientation: landscape) {
.swiper-slide img {
    height: auto;
    margin: auto;
    width: 100%;
    transform: translate(0, -3%);
}
.tabs {
    width: 60%;
}
#pickup_tour h3::before, #pickup_tour h3::after {
    content: "";
    width: 55px;
    padding: 4vh 0;
    margin: 0 14px -6px;
}
#pickup_tour h3 {
    font-size: 5vw;
    margin: 50px 0;
}
#t_contact ul {
    display: flex;
    justify-content: space-around;
}
#t_contact ul li.t_tel {
    font-size: 4vw;
    background-position: left 40px center;
    display: inline-block;
    text-align: right;
}
#t_contact ul li.t_mail {
    margin: 0 auto;
    height: 40px;
}
#t_contact ul li.t_mail span {
    width: 90%;
    font-size: 1.4rem;
}
#t_contact ul li.t_tel {
    padding: 13px 60px 9px 0;
    background-size: 30px;
}
#t_contact dl dt img {
    margin: 10px 0 -30px 10px;
    display: inline-block;
    padding-bottom: 20px;
    transform: scale(.8);
}
}
