@charset "utf-8";

body{
	font-size:15px;
  	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
}
body p {
	line-height: 1.6;
}
.ryokoujouken {
	font-size:10px;
	text-align:right;
}
.sp{
	display:none;
}

figure {
  position: relative;
	margin: 0;
}
figure img {
  width: 100%;
}
figcaption {
  position: absolute;
	bottom: 10px;
	right: 5px;
	color: #fff;
	font-family: normal;
	font-size: 10px;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
	line-height: 1;
}
main {
	display: block;
}
main * {
	box-sizing: border-box;
	font-family: 'M PLUS 1 Code', monospace;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
  letter-spacing: 0.05em;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.t_c {
	text-align: center;
}
.f_12 {
	font-size: 12px;
}
.f_11_02 {
	display: block;
	font-size: 11px;
	line-height: 16px;
}
.closed_reception {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #de0000;
    padding: 5px;
    margin: 0 auto 5px;
}
/*title-------------------
--------------------------*/
.main_ttl {
	width: 100%;
  text-align: center;
  background: url(../img/title_bg.jpg) no-repeat center, #fffadb;
  margin: 0 auto;
}
h2 span.title {
	z-index:10;
	position:absolute;
	visibility:hidden;
}
#main_visual {
  position: relative;
  min-width: 960px;
}

/*-------------------------------
lead
---------------------------------*/
#lead {
	padding: 30px 0;
	background: #fffadb;
}

#lead .wrapper {
	background: url("../img/il_flag.png") no-repeat top 50% left 10% , url("../img/il_camera.png") no-repeat top 50% right 10% ;
}
#lead p {
	text-align: center;
	font-size: 18px;
  color: #344d90;
}

/*-------------------------------
menu
---------------------------------*/
.fixed {
    position: fixed;
    bottom: 0; 
    width: 100%;
    z-index: 9999;
}

#menu_s {
  width: 100%;
  background: #344d90;
}
.menu_list {
  width: 960px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.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: 15px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	text-align: center;
	position: relative;
	overflow: hidden;
	line-height: 140%;
	background: #e7552c;
}

.menu_list ul li:first-child a {
	background: #5cc5ef;
}
.menu_list ul li:last-child a {
	background: #ffb745;
}
.menu_list a:hover{
	opacity: 0.8;
}
.menu_list a:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
}
.menu_list a:hover:after {
    content: none;
}
.fixed .menu_list a:after {
	top: 45%;
    transform: rotate(-135deg);
}
/*-------------------------------
tour
---------------------------------*/
#tour {
	padding: 50px 0;
	background: url(../img/bg_stripe.png) repeat-y top left , url(../img/bg_stripe.png) repeat-y top right ;
}
#tour .wrapper {
	border: 3px solid #5cc5ef;
	border-radius: 10px;
	padding: 20px 15px 0;
	background: #fff;
}
#tour h3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px 0 25px;
  font-size: 26px;
  background: #5cc5ef;
  color: #FFF;
  box-sizing: border-box;
	margin: 0 0 30px -38px;
}
#tour h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#tour h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#tour h3 p, #area h3 p, #theme h3 p {
	line-height: 60px;
}
#tour h4 {
	margin: 40px 0 10px;
	font-size: 24px;
	color: #333;
}
.fa-hand-point-up {
	transform: rotate(45deg);
}
.swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.swiper-wrapper::after {
	content:"";
	display: block;
	width: calc(100% / 3 - 20px);
	margin: 5px;
}

.swiper-wrapper .swiper-slide {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	background: #fff;
	padding: 0 5px 5px 10px;
	border-bottom: 1px solid #344d90;
	border-left: 1px solid #344d90;
	align-items: stretch;
	/*box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);*/
}
/*
.swiper-wrapper .swiper-slide:last-of-type {
	width: 300px;
	height: auto;
	border-bottom: none;
	border-left: none;
}
*/
.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 a:hover {
	background-image: linear-gradient(0deg, #b7e345 0%, #70b900 100%);
	opacity: 1;
}

.htl_name {
	font-weight: bold;
	font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 5px;
}
.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: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
	text-align: justify;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #70b900;
    padding: 3px 10px;
    background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
    line-height: 1.4;
    width: 90px;
}*/

.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;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex li {
	width: 221px;
	margin-bottom: 20px;
	border: 1px solid #344d90;
    padding-bottom: 5px;
	margin-right: 13px;
	background: #fff;
}
.flex li:nth-child(4n) {
	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;
}
.htl_pln {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px dashed #344d90;
}
.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: 16px;
    content: 'Coming Soon';
    bottom: -5px;
    right: 5px;
    color: #5f2600;
    transform: rotate(-10deg);
}
/*-------------------------------
area
---------------------------------*/
#area {
	padding: 50px 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 ;
}
#area .wrapper {
	border: 3px solid #e7552c;
	border-radius: 10px;
	padding: 20px 15px 0;
	background: #fff;
}
#area h3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px 0 25px;
  font-size: 26px;
  background: #e7552c;
  color: #FFF;
  box-sizing: border-box;
	margin: 0 0 30px -38px;
}
#area h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#area h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#area h4 {
	margin: 40px 0 10px;
	font-size: 24px;
	color: #333;
}

#area .flex li {
	width: 300px;
	margin-bottom: 20px;
	border: 1px solid #344d90;
    padding-bottom: 5px;
	margin-right: 12px;
}
#area .flex li:nth-child(3n) {
	margin-right: 0;
}
#area .pln_box_price a { 
	margin-top: 5px;
}
/*-------------------------------
theme
---------------------------------*/
#theme {
	padding: 50px 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;
}
#theme .wrapper {
	border: 3px solid #ffb745;
	border-radius: 10px;
	padding: 20px 5px 0 15px;
	background: #fff;
}
#theme h3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px 0 25px;
  font-size: 26px;
  background: #ffb745;
  color: #FFF;
  box-sizing: border-box;
	margin: 0 0 30px -38px;
}
#theme h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#theme h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#theme h4 {
	margin: 40px 0 15px;
	font-size: 24px;
	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 20px 10px 0;
}
#theme .navi li a {
	font-size: 20px;
	display: inline-block;
	padding: 5px 15px;
	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;
	justify-content: flex-start;
    gap: 6px 22px;
	
}

.flex_bnr li {
	width: 23%;
	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: 15px;
}
.flex_bnr li:nth-of-type(even) {
	margin-right: 0%;
}
.flex_bnr li:nth-of-type(odd) {
	margin-left: 0%;
}
.flex_bnr li a img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.flex_bnr li a span {
	display: inline-block;
    padding: 10px 8px;
    color: #353535;
    line-height: 1.5;
    font-size: 0.8rem;
}
.flex_bnr li a:hover span {
	text-decoration: underline;
}



.int-tour {
	display: flex;
	margin: 20px 10px 1rem 0;
}
.int-tour li {
	width: 225px;
	height: 150px;
	margin-right: 20px;
    background-position: center;
    background-size: cover;
}
.int-tour li:nth-child(4n) {
	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;
    transform: translateX(4px);
    transition: 0.3s ease-in-out;
}
.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 16px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	padding: 50px 0;
	border-top: 4px dotted #5cc5ef;
	background: url(../img/bg_stripe.png) repeat-y top left , url(../img/bg_stripe.png) repeat-y top right ;
}
#st_recommend_point h3 {
	font-size: 28px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 15px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
}
#st_recommend_point h3 span {
	font-size: 36px;
}
#st_recommend_point h4 {
	width: 750px;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #1ca6b8;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #1ca6b8;
	margin: 0 auto 40px;
	line-height: 1.4;
	padding: 0 0 10px;
}

#st_recommend_point .phrase {
	width: 85%;
	padding: 12px;
	background: #f06402;
	margin: 20px auto;
	font-size: 28px;
	/*font-weight: bold;*/
	color: #FFF;
	line-height: 1;
	text-align: center;
	border-radius: 50px;
	/*-webkit-box-shadow: 5px 5px 0 #913500;
  box-shadow: 5px 5px 0 #913500;*/
}

.ap-group{
	margin: 50px 0;
}

.planBOX01 {
	margin: 0 auto;
	border: solid 5px #1ca6b8;
	padding: 25px;
	border-radius: 20px;
}
.planBOX01 h4 {
  text-align: center;
}
.panel {
  background: #fff;
  margin: 40px auto 0;
}
.panel:not(:first-of-type) {
  margin: 50px auto 0;  
}
.panel h5 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.panel h5 img {
  display: block;
  position: absolute;
  top: -56px;
  left: -16px;
}
.about_point_content {
  margin: 10px auto 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.about_point_txt {
  width: 400px;
  margin-right: 10px;
}
.panel .about_point_txt:first-of-type {
  background: url("https://tobutoptours.jp/special/gakusei/img/img_intro_02.png") no-repeat bottom right;
  background-size: 110px;
}
.panel:nth-of-type(2) .about_point_txt {
  background: url("https://tobutoptours.jp/special/gakusei/img/img_intro_03.png") no-repeat bottom right;
  background-size: 110px;
}
.panel:nth-of-type(3) .about_point_txt {
  background: url("https://tobutoptours.jp/special/gakusei/img/img_intro_04.png") no-repeat bottom right;
  background-size: 110px;
}
.panel .about_point_txt p:not(:first-of-type) {
  margin: 10px 0 0;
	width: 65%;
}
.mark_seat {
  width: 152px;
  height: 24px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content > li figure {
  width: 520px;
}
.about_point_content .trim01 {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: 0 45%;
}
.about_point_content .trim02 {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: 0 82%;
}
.about_point_content .trim03 {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: 0 42%;
}
.f_orange {
  color: #f06400;
}

.youtube {
	text-align: center;
	padding: 0 0 40px;
	margin: 0 auto;
	width: 853px;
	position: relative;
}

.st_link {
	margin: 20px auto;
  text-align: center;
}
.st_link a {
	position: relative;
	display: inline-block;
	padding: 15px 40px 15px 20px;
	background: #1ca6b8;
	color: #FFF;
	text-align: center;
	width: 60%;
	font-size: 20px;
	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 {
	padding: 50px 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 ;
}
.container_faq{
	width: 960px;
  padding: 20px 30px;
   margin: 0 auto 40px;
	background-color: #FFF;
	border: solid 1px #999;
}
.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
}
#faq dl {
	font-size: 14px;
	margin:0;
	line-height:160%;
}
#faq dt {
  font-weight: bold;
	margin: 0 0 8px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 8px;
}
#faq dt:before,
#faq dd:before {
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #065c99;
}
#faq dd:before {
  content: "A.";
  color: #db2c4f;
}
#faq dd{
	margin-left:10px !important;
}
/*-------------------------------
recommend
---------------------------------*/
#recommend {
	padding: 0 0 50px;
	background: url(../img/bg_stripe02.png) repeat-y top left , url(../img/bg_stripe02.png) repeat-y top right ;
}
#recommend h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}
#recommend .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#recommend .flex li {
    margin: 9px;
	border: none;
}



/*受付終了
.swiper-slide a{
	background: #ccc!important;
	pointer-events: none;
}
*/

/*----*/
div:after,
ul:after {
  content: none;
}


