@charset "utf-8";
/* CSS Document */

/*----------------------*/
.container{
width: 100%;
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
line-height:1.6;
}
#breadcrumb{
width: 1000px
}
#breadcrumb li{
font-weight: normal;
}
.w1000{
width: 1000px;
margin: 0 auto;
}
.w1200{
width: 1200px;
margin: 0 auto;
}
/*----------------------*/
#pagetop {
position: fixed;
bottom: 1em;
right: 1em;
z-index:50;
width:4em;
height:4em;
border-radius:50%;
overflow:hidden;
text-align: center;
}
#pagetop a {
position: relative;
display:block;
width:100%;
height:100%;
padding:0;
background-image: none;
background-color:rgba(119,119,119,0.4);
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#pagetop a:before{
content: "▲";
display: block;
position: absolute;
color: #FFF;
font-size: 2em;
text-indent: 0;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
}
#pagetop a:hover {
text-decoration: none;
background-color: #a5a5a5;
}
/*-----------------top-----*/
#top{
height: 500px;
background-image: url("../img/bg_top.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
position: relative;
}
p.season{
width: 100%;
padding: 3px 0;
background: rgba(85,107,47,0.6);
text-align: center;
color: #fff;
font-size: 145%;
font-weight: 700;
letter-spacing: 0.08em;
position: absolute;
bottom: 0;
/*border-bottom: 2px solid #C27C88;*/
}
.title{
width: 380px;
margin: 0 auto;
padding-bottom: 20px;
}
.title img{
width: 100%;
padding-top: 92px;
}
/*-------------------------------------------------*/
.swiper{
width: 1200px;
margin: 0 auto;
padding: 50px 0;
}
/*-------------------------------------------------*/
.inner {
width: 1200px;
margin: 0 auto;
}
.inner:after {
content: "";
clear: both;
display: block;
}
#top-head {
top: -100px;
position: absolute;
width: 100%;
margin: 135px auto 0;
padding: 0;
line-height: 1;
z-index: 999;
background: #3c4907;
}
#top-head a,
#top-head {
color: #F5F5F5;
text-decoration: none;
font-weight: 700;
}
#top-head .inner {
position: relative;
}
#top-head .logo {
float: left;
width: 120px;
padding: 10px 0 5px 0;
}
#top-head .logo img{
width: 100%;
}
#global-nav ul {
list-style: none;
position: absolute;
right: 0;
bottom: 10px;
font-size: 14px;
font-family: "Shippori Mincho", serif;
}
#global-nav ul li {
float: left;
}
#global-nav ul li a {
padding: 0 10px;
}
#global-nav ul li.hptop{
display: none;
}
/* Fixed */
#top-head.fixed {
margin-top: 0;
top: 0;
position: fixed;
padding-top: 7px;
height: 55px;
background: #3c4907;
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {

}
#top-head.fixed #global-nav ul li a {
color: #F5F5F5;
padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
display: none;
position: absolute;
right: 12px;
top: 16px;
width: 34px;
height: 36px;
cursor: pointer;
z-index: 101;
}
#nav-toggle div {
position: relative;
}
#nav-toggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #f5f5f5;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 11px;
}
#nav-toggle span:nth-child(3) {
top: 22px;
}
/*-------------------------------------------------*/
h6{
text-align: center;
font-size: 175%;
font-weight: 500;
color: #222;
letter-spacing: 0.08em;
}
h6 span{
display: block;
color: #b03060;
letter-spacing: 0.04em;
font-weight: 500;
font-family: "Shippori Mincho", serif;
font-size: 80%
}
h6 span.material-symbols-outlined{
color: #666;
padding-left: 5px;
vertical-align: -7px;
font-size: 140%;
}
#heritage,#greatview,#rail,#round-trip{
padding: 40px 0 20px;
/*border-bottom: 1px solid #ccc;*/
}
#heritage,#rail{
background: #f5f5f5;
}
#heritage .tour{
padding-bottom: 30px;
}
#greatview .tour{
padding-bottom: 0;
}
#greatview .tour ul.pageGuide{
display: none;
}
#zoo_tour{
padding: 40px 0 50px;
}
#zoo_tour ul{
display: flex;
flex-wrap: nowrap;
justify-content: center;
padding-top: 20px;
}
#zoo_tour ul li{
width: calc(100% / 3 - 1%);
margin: 0 10px;
}
#zoo_tour ul li img{
width: 100%;
}
#heritage{
background: #f5f5f5 url("../img/bg_heritage.svg");
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
}
#rail{
background: #f5f5f5 url("../img/railway.svg");
background-repeat: no-repeat;
background-position: bottom left;
background-size: 30%;
}
#round-trip{
background: url("../img/bg_plane.png");
background-size: auto;
background-position: bottom right;
background-repeat: no-repeat;
}
#greatview{
background: url("../img/bg_aurora.png");
background-repeat: no-repeat;
background-position: top;
background-size: contain;
}
#greatview p.sp_page{
padding: 0 25px 0 0;
}
#greatview p.sp_page a{
color: #b03060;
}
#greatview p.sp_page:before {
border-bottom: solid 15px #b03060;
}
#greatview p.sp_page:after {
border-bottom: solid 1px #b03060;
}
/*-----------------area-----*/
.area{
width: 100%;
}
.area ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.area ul.areaname li{
width: calc(100% / 2);
}
.area ul li.dest,
.area ul li.areaimage{
height: 400px;
}
.area ul li img{
width: 100%;
object-fit: cover;
height: 100%;
}
li.dest{
background: #f5f5f5;
}
li.dest h5{
font-size: 390%;
font-weight: 400;
padding: 60px 0 0 50px;
font-family: "Shippori Mincho", serif;
color: #3c4907;
}
li.dest h5 span{
font-size: 50%;
padding-left: 20px;
font-family: "Sawarabi Mincho", serif;
}
li.dest p{
width: 610px;
padding: 20px 0 0 50px;
font-family: "Shippori Mincho", serif;
font-size: 110%;
font-weight: 500;
color: #222;
}
li.dest p span.last{
display: block;
padding-top: 15px;
}
#latin_america h5{
font-size: 300%;
}
#latin_america h5 span{
font-size: 60%;
display: block;
padding-left: 0;
}
/*-----------------tour-----*/
.tour{
width: 1200px;
margin: 0 auto;
padding-bottom: 50px;
}
.tour_selected{
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: 15px;
}
.tour_selected p{
width: calc(100% / 2);
font-weight: 500;
color: #3c4907;
}
p.special{
font-size: 120%;
}
p.sp_page {
position: relative;
padding: 10px 25px 0 0;
text-align: right;
}
p.sp_page:before {
position: absolute;
content: '';
bottom: -3px;
right: 0;
width: 0;
height: 0;
border: none;
border-right: solid 15px transparent;
border-bottom: solid 15px #3c4907;
}
p.sp_page:after {
position: absolute;
content: '';
bottom: -3px;
right: 10px;
width: 100%;
border-bottom: solid 1px #3c4907;
}
p.sp_page a{
color: #3c4907;
}
p.sp_page a:hover{
opacity: 0.6;
transition: 0.5s;
}
#tour_detail p.special span{
color: #3c4907;
padding-right: 4px;
}
.plan li{
width: 80px;
padding: 4px 0;
margin-right: 10px;
font-size: 110%;
}
.n_america .plan li{
width: auto!important;
padding: 4px 20px;
} 
a.ui-state-default{
color: #222!important;
}
p.charge{
text-align: center;
padding-top: 20px;
color: #333;
}
/*-------------------calendar_search */
#calendar_search{
padding: 50px 0;
background: #f5f5f5;
}
#calendar_search h3{
text-align: center;
}
#app,.hasDatepicker{
width: 100%;
}
.ui-widget.ui-widget-content{
display: flex!important;
flex-wrap: nowrap;
justify-content: space-between;
width: 100% !important;
max-width: 100%;
background-color: transparent;
border: 0;
padding: 0;
}
.ui-datepicker-multi .ui-datepicker-group{
width: calc(100% / 4  - 3%)!important;
float: none;
background-color: #FFF;
border-radius: 5px;
padding: 10px 5px;
}
.ui-datepicker-multi .ui-datepicker-group table{
margin: 0;
width: 100%;
}
.ui-datepicker-row-break{
display: none;
}
/*--------------------共通 */
#calendar_search h5,
#searchGadget h5,
#reco_bnr h5,
#reco_movie h5,
#nav_tabipad h5{
text-align: center;
margin-bottom: 30px;
font-size: 175%;
letter-spacing: 0.03em;
}
#calendar_search h5 span.mini,
#searchGadget h5 span.mini{
display: block;
font-size: 65%;
}
/*--------------------contact */
#contact{
background-color: #333333;
padding: 30px 0 50px;
color: #fff;
}
#contact h5{
/*font-size: 2rem;*/
padding-bottom:15px;
text-align: center;
}
.contacts{
width: 950px;
margin: 0 auto;
padding-top: 20px;
font-size: 1.02rem;
vertical-align:middle;
}
.contact_tyo ul{
display: flex;
justify-content: space-between;
}
.contact_tyo ul li{
width: calc(100%/2);
}
.contact_tyo ul li a{
color: #fff;
font-weight: bold;
}
.contact_tyo dl dd.migizoroe{
padding-left: 30px;
}
span.ph-number{
font-size: 1.8em;
padding-left: 15px;
letter-spacing: 4px;
}
