@charset "utf-8";

body {
	width: 100%;
	min-width: 360px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size:14px;
  	-webkit-text-size-adjust: 100%;
}
body * {
	box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
figure {
  position: relative;
	margin: 0;
}
figure img {
  width: 100%;
}
figcaption {
  position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	font-size: 10px;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
	line-height: 1;
}
.ryokoujouken {
	display:none;
}
.page_top {
	display:none;
}
table{
	width:100%;
}
main {
	font-family: 'M PLUS 1 Code', monospace;
}
main * {
	box-sizing: border-box;
  line-height: 1.5;
}
h2 {
	width:100%;
	margin:0 auto;
}
h2 span.title {
	z-index:10;
	position:absolute;
	visibility:hidden;
}


.pc{
	display:none;
}
.wrapper {
	margin: 0 auto;
	width: 92%;
}


.closed_reception {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #de0000;
    padding: 5px;
    margin: 0 auto 5px;
}
/*==================================
main_visual
-----------------------------------*/
#main_visual {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #E9E9E9;
}
#main_visual h2{
    margin: 0 auto;
}

/*-------------------------------
lead
---------------------------------*/
#lead {
	padding: 1em 0;
	background: url("../img/il_flag.png") no-repeat top 20% left 3% / 8% , url("../img/il_camera.png") no-repeat bottom 5% right 3% / 13% ,#fffadb ;
}
#lead .wrapper {
	
}
#lead p {
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
  color: #344d90;
}

/*-------------------------------
menu
---------------------------------*/
.fixed {
    position: fixed;
    bottom: 0; 
    width: 100%;
    z-index: 9999;
}
#menu_s {
  width: 100%;
}
.menu_list {
  width: 100%;
  margin: 0 auto;
}
.menu_list ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.menu_list ul li {
  display: flex;
  align-self: auto;
  flex: 1;
  border-right: 1px solid #fff;
  min-width: 0;
}
.menu_list ul li:last-child {
  border-right: none;
}
.menu_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px 0;
  color: #fff;	
  font-size: 14px;
	font-weight: bold;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
  text-align: center;
  background: #e7552c;
  position: relative;
  overflow: hidden;
  line-height: 140%;
}
.menu_list ul li:first-child a {
	background: #5cc5ef;
}
.menu_list ul li:last-child a {
	background: #ffb745;
}
.menu_list a:hover{
	opacity: 1;
	background: #C8B862;
}
.menu_list a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 8px;
    transform: rotate(45deg);
}
.fixed .menu_list a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 8px;
    transform: rotate(-135deg);
}

/*-------------------------------
tour
---------------------------------*/
#tour {
	padding: 30px 0;
	background: url(../img/bg_stripe.png) repeat-y top left , url(../img/bg_stripe.png) repeat-y top right ;
	background-size: 2%;
}
#tour h3 {
    position: relative;
    height: 70px;
    padding: 10px 30px 0 15px;
    font-size: 20px;
    background: #5cc5ef;
    box-sizing: border-box;
    margin: 0 0 20px -5%;
	width: 90%;
}
#tour h3 p {
    position: absolute;
	display: inline-block;
    line-height: 1.2em!important;
    font-size: 20px;
    color: #FFF;
	top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
#tour h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

h4 {
	margin: 20px 0 10px;
	font-size: 20px;
	color: #333;
}

.fa-hand-point-up {
	transform: rotate(45deg);
}
.swiper {
  width: 100%;
}
.swiper-slide {
	margin-bottom: 30px;
	background: #fff;
	padding: 0 5px 5px 10px;
	border-bottom: 1px solid #344d90;
	border-left: 1px solid #344d90;
}
.swiper-slide figure {
	margin: 0 -10px;
	position: relative;
}
.swiper-slide .area_name {
	position: absolute;
	top:0;
	left: 0;
	padding: 3px 5px;
	background: #344d90;
	color: #fff;
}
.swiper-slide img {
	margin-bottom: 5px;
}

.swiper-slide p a{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	border: none;
	border-radius: 4px;
	padding: 8px 0;
	margin: 5px auto;
}

.swiper-slide p a:hover {
	background-image: linear-gradient(0deg, #b7e345 0%, #70b900 100%);
	opacity: 1;
}

.htl_name {
	font-weight: bold;
	font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 5px;
}
.htl_pln {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px dashed #344d90;
}
.pln_box_price {
	margin-top: 5px;
	/*display: flex;*/
	align-items: stretch;
	/*justify-content: space-between;*/
}

.small {
	font-size: 11px;
}
.price_red {
	font-size: 15px;
	font-family: 'Mochiy Pop One', sans-serif;
	color: #bb0204;
}

.pln_box_price a { 
	display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
	text-align: justify;
  text-align-last: center;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #70b900;
    padding: 6px;
    background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
    line-height: 1.4;
    width: auto;
}

/*.pln_box_price a { 
	display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: bold;
	text-align: justify;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #70b900;
    padding: 5px;
    background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
    line-height: 1.4;
	width: 28%;
}*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex li {
	width: 49%;
	margin-bottom: 10px;
	border: 1px solid #344d90;
    padding-bottom: 5px;
	margin-right: 2%;
	background: #fff;
}
#tour .flex li:nth-child(2n) {
	margin-right: 0;
}
.flex .area_name {
	width: 100%;
	padding: 3px 0;
	text-align: center;
	background: #344d90;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 10px;
}
.flex .htl_pt {
	padding: 5px 5px 0;	
	text-align: justify;
	line-height: 1.4;
}
.flex .pln_box_price {
	display: block;
	padding: 0 5px;
}
.flex .pln_box_price a { 
    width: 100%;
	text-align: center;
	padding: 6px;
}
.swiper-slide .cs a{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ccc;
	border: none;
	border-radius: 4px;
	padding: 8px 0;
	margin: 5px auto;
	pointer-events: none;
	position: relative;
}
.swiper-slide .cs a:after{
	position: absolute;
    font-family: 'Satisfy', cursive;
    font-weight: normal;
    font-size: 1.3em;
    content: 'Coming Soon';
    bottom: -1px;
    right: 5px;
    color: #5f2600;
    transform: rotate(-10deg);
}
/*-------------------------------
area
---------------------------------*/
#area {
	padding: 30px 0;
	/*border-top: 4px dotted #e7552c;*/
	background: url(../img/bg_stripe02.png) repeat-y top left , url(../img/bg_stripe02.png) repeat-y top right ;
	background-size: 2%;
}
#area h3 {
    position: relative;
    height: 70px;
    padding: 10px 30px 0 15px;
    font-size: 20px;
    background: #e7552c;
    box-sizing: border-box;
    margin: 0 0 20px -5%;
	width: 90%;
}
#area h3 p {
    position: absolute;
	display: inline-block;
    line-height: 1.2em!important;
    font-size: 20px;
    color: #FFF;
	top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

#area h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#area .flex li {
	width: 100%;
	margin-right: 0;
}
#area .pln_box_price a {
	margin-top: 5px;
	padding: 6px;
}
/*-------------------------------
theme
---------------------------------*/
#theme {
	padding: 30px 0;
	border-top: 4px dotted #ffb745;
	background: url(../img/bg_stripe03.png) repeat-y top left , url(../img/bg_stripe03.png) repeat-y top right ;
	background-size: 2%;
}
#theme h3 {
    position: relative;
    height: 70px;
    padding: 10px 30px 0 15px;
    font-size: 20px;
    background: #ffb745;
    box-sizing: border-box;
    margin: 0 0 20px -5%;
	width: 90%;
}
#theme h3 p {
    position: absolute;
	display: inline-block;
    line-height: 1.2em!important;
    font-size: 20px;
    color: #FFF;
	top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
#theme h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


#theme h4 {
	margin: 20px 0 10px;
	font-size: 20px;
	color: #333;
    background-image: linear-gradient(135deg, #ffb745 10%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-position: bottom;
}
#theme h4::first-letter {
  font-size: 1.5em;
	color: #ffa311;
}
#theme .navi {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

#theme .navi li {	    
	margin: 0 10px 10px 0;
}
#theme .navi li a {
	font-size: 15px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
	border: 2px solid #00b2df;
	background: #fff;
}
#theme .navi li a:after {
    content: "";
    vertical-align: baseline;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0088df;
    border-right: 2px solid #0088df;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
}
#theme .navi li a:hover {
	opacity: 1;
	color: #fff;
	background: #00b2df;
} 
.flex_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.flex_bnr li {
	width: 49%;
	background: #fff;
	min-height: 5rem;
	border: 1px solid #cfcfcf;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 10px;
	margin-right: 2%;
}
.flex_bnr li:nth-child(2n) {
	margin-right: 0;
}
.flex_bnr li a img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.flex_bnr li a span {
	display: block;
	padding: 8px;
    color: #353535;
	text-align: justify;
}

.flex_bnr li a:hover span {
	text-decoration: underline;
}

.int-tour {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0;
}
.int-tour li {
	width: 48%;
	height: 120px;
	margin-right: 4%;
	margin-bottom: 12px;
    background-position: center;
    background-size: cover;
}
.int-tour li:nth-child(2n) {
	margin-right: 0;
}

.int-tour li .shadow {
    background-color: rgba(0,0,0,0.1);
    height: 100%;
}
.int-tour li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 1px 1px 3px #27679b;
    letter-spacing: 0.2em;
    transform: translateX(4px);
}
.int-tour li.hawaii{
    background-image: url("https://tobutoptours.jp/int/common/img/int_top_hawaii.jpg");
}
.int-tour li.gum{
    background-image: url("https://tobutoptours.jp/int/common/img/int_top_gum.jpg");
}
.int-tour li.kor{
    background-image: url("https://tobutoptours.jp/int/common/img/int_top_kor.jpg");
        letter-spacing: 0.5em;
    text-shadow: 1px 1px 3px #494949;
}
.int-tour li.tpe{
    background-image: url("https://tobutoptours.jp/int/common/img/int_top_tpe.jpg");
        letter-spacing: 0.5em;
    text-shadow: 1px 1px 3px #494949;
}
.int-tour li.kor a{
        letter-spacing: 0.5em;
    text-shadow: 1px 1px 3px #494949;
}
.int-tour li.tpe a{
        letter-spacing: 0.5em;
    text-shadow: 1px 1px 3px #494949;
}


/*-----------------------------
st_recommend_point
-------------------------------*/
#st_recommend_point{
	font : normal 14px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	padding: 20px 0 0;
	background: url(../img/bg_stripe.png) repeat-y top left , url(../img/bg_stripe.png) repeat-y top right ;
	background-size: 2%;
	border-top: 4px dotted #5cc5ef;
}

#st_recommend_point h3 {
	font-size: 18px;
	margin: 20px auto 0;
	text-align: justify;
	padding: 15px 15px 5px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
	line-height: 1;
}
#st_recommend_point h3 span {
	font-size: 24px;
}
#st_recommend_point h4 {
	width: 100%;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #1ca6b8;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #1ca6b8;
	padding: 4px 0 5px;
	margin: 20px auto 15px;
	line-height: 1.4;
}

#st_recommend_point .phrase {
	padding: 10px;
	background: #f06402;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2em;
	text-align: center;
	border-radius: 50px;
	/*-webkit-box-shadow: 5px 5px 0 #913500;
  box-shadow: 5px 5px 0 #913500;*/
}

.ap-group{
	margin: 10px 0 0;
}
.tab-group{
  display: flex;
  justify-content: center;
	margin: 0 5px;
}
.tab{
  flex-grow: 1;
  padding: 5px 5px 24px;
  list-style:none;
  text-align:center;
  cursor:pointer;
	width: 50%;
	-webkit-tap-highlight-color: transparent;
}
.panel-group{
  height:auto;
  border-top:none;
  padding: 15px;
  border:solid 2px #1ca6b8;
}
.panel{
  display:none;
}
.tab.is-active{
	position: relative;
}
.tab img {
	filter: brightness(0.9) drop-shadow(0px 6px 0px #107c8b);
	transition-property: filter;
	transition-duration: .5s;
	transition-timing-function: ease;
	cursor: pointer;
}
.tab img:hover {
	filter: brightness(0.9) drop-shadow(0px 3px 0px #107c8b);
  transform: translate(0, 3px);
  transition-duration: 0.5s;
}
.tab.is-active img {
	filter: brightness(1) drop-shadow(0px 6px 0px #107c8b);
	transform: translateY(-7px);
}
.tab.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	border: 20px solid transparent;
	border-bottom: 18px solid #1ca6b8;
	width: 0;
	height: 0;
}
.panel.is-show{
  display:block;
}
.planBOX01{
	margin: 0;
}

.about_point {
  margin: 50px auto 0;
}
.about_point h4 {
  width: 80%;
  text-align: center;
  margin: auto;
}
.about_point_box {
  background: #fff;
  /*padding: 20px;*/
  margin: 0 auto;
}
.about_point_box:not(:first-of-type) {
  margin: 50px auto 0;  
}
.about_point_box h5 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.about_point_box h5 img {
  display: block;
  position: absolute;
  top: -46px;
  left: -16px;
  width: 100px;
}
.about_point_content {
  margin: 20px auto 0;
}
.about_point_txt {
}
.about_point_txt p:not(:first-of-type) {
  margin: 10px auto 0;
}
.mark_seat {
  width: 180px;
  height: 28px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content > li figure {
  margin: 14px auto 0;
}
.about_point_content .trim01 {
  width: 960px;
  height: 110px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content .trim02 {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: 0 100%;
}
.f_orange {
  color: #f06400;
}

.youtube {
	position: relative;
	padding-top: 56.25%;
	margin: 0;
}
.youtube iframe,
.youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.st_link {
	margin: 30px auto;
  text-align: center;
}
.st_link a {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 0px;
	background: #1ca6b8;
	color: #FFF;
	text-align: center;
	width: 85%;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
}
.st_link a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translate(50%, -50%) rotate(-90deg);
	border: 9px solid transparent;
	border-top: 10px solid #fff;
	transition: 0.3s;
}

/*-------------------------------
faq
---------------------------------*/
#faq {
    margin: 0 auto;
	padding: 30px 0;
	background: url(../img/bg_stripe02.png) repeat-y top left , url(../img/bg_stripe02.png) repeat-y top right ;
	background-size: 2%;
	border-top: 4px dotted #e7552c;
}
.container_faq {
	background-color: #FFF;
	border: solid 1px #999;
    width: 94%;
  padding: 15px 15px;
	margin: 0 auto ;
}

.faq_lead {
	color: #604c3f;
  text-align: center;
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl {
 margin: 0;
 line-height:140%;
}
#faq dt {
  font-size: 15px;
  font-weight: bold;
	margin: 0 auto 5px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 5px;
}
#faq dd {
	font-size:13px;
	margin: 0 0 0 20px;
}
#faq dt:before,
#faq dd:before {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #065c99;
}
#faq dd:before {
  content: "A.";
  color: #db2c4f;
}

/*-------------------------------
recommend
---------------------------------*/
#recommend {
	padding: 0 0 30px;
	background: url(../img/bg_stripe02.png) repeat-y top left , url(../img/bg_stripe02.png) repeat-y top right ;
	background-size: 2%;
}
#recommend h3 {
	
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
#recommend .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
	margin-top: 10px;
}
#recommend .flex li {
    margin: 0 1%;
	width: 46%;
	border: none;
}


/*受付終了
.swiper-slide a{
	background: #ccc!important;
	pointer-events: none;
}
*/



/*----*/
div:after,
ul:after {
  content: none;
}


