@charset 'UTF-8';
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.0.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
}
body, input, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #777;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #777;
  margin-top: 0;
}
h2 {
  letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
strong, b {
  font-weight: 500;
  color: #000000;
}
em, i {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #80BA8E;
}
a:hover {
  text-decoration: underline;
}
sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}
hr {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 3em 0 0 0;
  padding: 6em 0 0 0;
}
blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}
p, ol, dl, table {
  margin-bottom: 1em;
}
footer {
  margin-top: 1em;
}
br.clear {
  clear: both;
}
.pennant {
  color: #bbb;
}
/* Sections/Articles */
section, article {
  margin-bottom: 3em;
}
section > :last-child, article > :last-child {
  margin-bottom: 0;
}
section:last-child, article:last-child {
  margin-bottom: 0;
}
.row, .row > * {
  padding-left: 0 !important;
}
.row > section, .row > article {
  margin-bottom: 0;
}
/* Images */
.image {
  display: inline-block;
}
.image img {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.full {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}
/* Lists */
ul.default {
  margin: 0;
  padding: 0em 0em 1.5em 0em;
  list-style: none;
}
ul.default li {
  padding: 0.60em 0em;
  font-size: 0.95em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, .1);
}
ul.default li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.default {}
ul.style li {
  margin: 0;
  padding: 2em 0em 1.5em 0em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, .1);
}
ul.style li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.style img {
  float: left;
  margin-right: 20px;
}
ul.style a {
  color: #434343;
}
ul.style .posted {
  padding: 0em 0em 1em 0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8pt;
  color: #A2A2A2;
}
ul.style .first {
  padding-top: 0px;
  border-top: none;
}
/* Buttons */
.button {
  position: relative;
  display: inline-block;
  background: #80BA8E;
  padding: 0.8em 2em;
  text-decoration: none !important;
  font-size: 1.2em;
  font-weight: 300;
  color: #FFF !important;
  -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  text-align: center;
  border-radius: 0.25em;
}
.button:hover {
  background: #70AA7E;
  color: #FFF !important;
}
.marker_yellow_b {
    background: linear-gradient(transparent 70%, #ffff00 40%);
	font-weight: bold;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
.headerbar {
  background: #fff;
  color: #555f66;
  cursor: default;
  height: 4.8em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0;
}
.headerbar ul {
  display: flex;
  width: 80%;
  margin: 0 auto;
  list-style-type: none;
}
.headerbar ul li img {
  width: 100%;
}
.header_ttl img {
  margin-left: 10%;
}
.header_tel img {
  width: 80% !important;
  margin-left: 5%;
  padding-top: 2%;
}
.header_mail img {
  width: 80% !important;
  padding-top: 2%;
}
.header_o {
  background: #fff;
  color: #555f66;
  cursor: default;
  height: 5.6em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0;
}
.logo h1 a img {
width: 100%;
	margin-top: 10px !important;
}
.header_o ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1120px;
}
.header_o ul li {
  margin-left: 2%;
}
.header_o_ttl dl {
  padding: 0 15px;
  line-height: 0.8;
}
.header_o_ttl dl dt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
}
.header_o_ttl dl dd {
  font-size: 2em;
  font-weight: bold;
  color: red;
 margin-left: 0	
}
.header_o_ttl dl dd span {
  color: #000;
  font-weight: 500;
  font-size: .5em;
  padding-left: 30px;
}
ul, ol {
    list-style: none;
}
/*---------------------------
パンくずリスト
----------------------------*/
.breadcrumb {
  padding: 12px 10px;
  overflow: hidden;
  text-align: left !important;
  width: 1020px;
  margin: 0 auto 3%;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  font-family: FontAwesome;
  content: '\f101';
  padding: 0 3px;
  color: #8186a0;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #273376;
}
.breadcrumb li:first-child a:before { /*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:480px) {
  .headerbar {
    background: #fff;
    color: #555f66;
    cursor: default;
    height: 2.6em;
    left: 0;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
    display: inline;
  }
  .logo h1 a img {
    width: 90%;
    margin-left: 1%;
  }
  .headerbar ul li {
    float: left;
  }
  .headerbar ul li {
    margin-left: 0;
  }
  .header_ttl img {
    margin-left: 0;
  }
  .header_tel, .header_mail {
    display: none;
  }
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav {
  background-color: #000;
  position: relative;
  line-height: 0.5em;
}
/*#nav-wrapper {
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}*/
#nav > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav > ul > li {
  display: inline-block;
  border-right: 1px solid #FFF;
  margin: 5px 0
}
#nav > ul > li a:hover {
  color: #c1a240;
}
#nav > ul > li:first-child {
  border-left: 1px solid #FFF;
}
#nav > ul > li:last-child {
  border-right: 1px solid #FFF;
  padding-right: 0;
}
#nav > ul > li > a, #nav > ul > li > span {
  display: inline-block;
  padding: 1.5em 1.5em;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  outline: 0;
  color: #FFF;
}
#nav li.active a {
  color: #FFF;
}
#nav > ul > li > ul {
  display: none;
}
#nav_sp ul {
  display: flex;
}
#nav_sp ul li {
  margin-left: 1%;
  margin-top: 1%;
}
@media screen and (max-width: 450px) {
  #nav_sp ul li {
    width: 19%;
    margin-right: 1%;
    margin-left: 0.3%;
  }
  #nav_sp ul li:last-child {
    margin-right: 0;
  }
  #nav_sp ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 451px) {
  #nav_sp ul {
    display: none;
  }
}
.cpn_details dt{
	border-left: 8px solid #ff8c00 !important;
}
.ranbo{
	font-size: 23px;
	font-weight: bold;
	padding-top: 10px;
	color: red;
}
/*********************************************************************************/
/* 注意事項*/
/*********************************************************************************/
.tour_contents2 {
  margin: 5% auto;
  width: 70%;
  text-align: left;
}
h5 {
  font-size: 20px;
  color: #ffffff;
}
.ate {
  list-style: disc;
}
@media screen and (max-width: 450px) {
  .tour_contents2 {
    margin: 5% auto;
    width: 80%;
    text-align: left;
  }
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
  position: relative;
  text-align: center;
}
#footer header h2 {
  color: #FFF !important;
}
#footer header .byline {
  color: rgba(255, 255, 255, .2);
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  position: relative;
  text-align: center;
  color: #FFF;
  background-color: #000;
}
#copyright .container {
  padding: 3em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, .05);
  color: #FFF;
  line-height: 1.5;
}
#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, .2);
}
@media screen and (max-width: 450px) {
  #featured > .container {
    width: 95%;
    margin: 10% auto 8% !important;
  }
  #copyright .container {
    padding: 3em 2em;
    line-height: 1.5;
  }
}
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#featured, .featured {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  padding: 2%;
}
.featured2 {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  padding: 5%;
}
.featured3 {
  position: relative;
  background: #333333;
  text-align: center;
  padding: 3% 5%;
}
#featured h3 {
  display: block;
  font-weight: 300;
}
#featured .pennant {
  font-size: 4em;
}
#featured .button {
  margin-top: 1.5em;
}
@media screen and (max-width: 450px) {
  #featured {
    padding-top: 0 !important;
  }
}

/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
#tweet {
  position: relative;
  text-align: center;
  background: url(https://www.his-j.com/tyo/corp/jaftraveldesk/images/header.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF;
}
#tweet .fotter_ttl {
  font-size: 2em;
  color: #000;
  padding: 0;
  z-index: 1111;
}
.inquiry_box {
  padding: 1% 0 2%;
  background-color: #fff;
  z-index: 0;
  width: 80%;
  margin: 0 auto;
}
.inquiry_box dl {
  margin-top: 1.3%;
  margin-bottom: 0;
}
.inquiry_box dl dt {
  color: #FFF;
  font-size: 1.3em;
  margin-bottom: 2%;
  background-color: #483c12;
  padding: 1% 0;
}
.inquiry_box dl dd {
  display: inline;
  font-size: 2em;
  color: #000;
}
dd.tel a {
  text-decoration: none;
  color: #000;
  cursor: none;
}
dd.tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right: 10px; /*文字との隙間*/
  color: #000; /*アイコンの色*/
}
dd.fax::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: url("../../../images/fax.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#tweet section {
  border-color: rgba(255, 255, 255, .1);
}
#tweet blockquote {
  position: relative;
  border: none;
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
}
.btn_mail a{
	width: 50%;
}
.btn_mail a {
  display: inline-block;
}
.btn_mail a:hover {
	width: 50%;
  background: url("../img/btn_on.png") no-repeat;
	background-position: center;
	background-size: contain;
  background-color: transparent;
}
.btn_mail a:hover img {
  visibility: hidden;
}
.btn_mail img {
  width: 100%;
}
.bikou {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  #tweet .fotter_ttl {
    font-size: 1.6em !important;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 1% !important;
  }
  .inquiry_box {
    width: 95%;
    margin: 0 auto;
  }
  .inquiry_box dl dt {
    font-size: 1.2em;
    margin: 4% 0;
  }
  .inquiry_box dl dd {
    display: block;
    font-size: 1.5em !important;
    font-weight: bold;
    padding-left: 10px;
    margin: 8% 0;
  }
  dd.tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
    padding-right: 13px;
    color: #000;
  }
  dd.fax::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background: url(../images/fax.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  .btn_mail a {
    display: inline-block;
  }
  .btn_mail a:hover, .btn_mail a:visited, .btn_mail a:active {
    background: none;
  }
  .btn_mail a:hover img {
    visibility: hidden;
  }
  .btn_mail img {
    width: 100%;
  }
  #tweet .fotter_ttl {
    font-size: 2.6em;
    color: #000;
    padding: 0;
    line-height: 1.1;
  }
  .btn_mail a:hover {
    background: url(../images/btn_on.png) no-repeat;
    background-color: transparent;
  }
}
/*=================================
ページトップ スクロール
==================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1;
}
#page-top a {
  display: block;
  text-decoration: none;
}
#page-top a:hover {
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  /*=================================
ページトップ スクロール
==================================*/
  #page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1;
  }
  #page-top a {
    display: block;
    text-decoration: none;
  }
  #page-top a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .header_o_ttl dl dt {
    font-size: 1em;
  }
  .header_o_ttl dl dd {
    font-size: 1.6em;
  }
  .header_o_ttl dl dd span {
    font-size: .6em;
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_o ul {
    width: 98%;
  }
  .header_o_ttl dl dt {
    font-size: .9em;
  }
  .header_o_ttl dl dd {
    font-size: 1.6em;
  }
  .header_o_ttl dl dd span {
    font-size: .6em;
    padding-left: 10px;
  }
  .txt_center {
    text-align: center;
  }
  .phone_number {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .header_o {
    height: 6em;
  }
  .tour_main {
    width: 98%;
    margin: 0 auto;
    display: block;
  }
  .main_ttl_area {
    width: 100%;
    display: block;
  }
  .main_ttl_area {
    margin-left: 0;
    margin-top: 5%;
  }
  .main_ttl {
    font-size: 1.6em;
  }
  .price {
    font-size: 1.6em;
  }
  .tour_maintxt {
    font-size: 1.3em;
  }
  .tour_xplanation, .tour_schedule, .tour_cancel {
    padding: .4rem 15px .4rem 30px;
  }
  .photo {
    width: 100%;
    display: block;
    position: relative;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 96% !important;
  }
  .info_ttl {
    font-size: 1.4em;
  }
  .phone_number {
    font-size: 2em;
    line-height: 1.2;
  }
  div#foot div#fNavi {
    width: 70%;
  }
  .phone_number span {
    padding-left: 0;
  }
  .info p {
    padding-top: 10px;
  }
}
@media screen and (min-width: 601px) {
  .pc_none2 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp_none {
    display: none;
  }
  .header_o ul li {
    margin-left: .1%;
  }
	.logo{
		width: 25%;
	}
  .header_o_ttl dl dt {
    font-size: .7em;
    line-height: 1.2;
	 padding-bottom: 3%; 
  }
  .header_o_ttl dl dd {
    font-size: 1.2em;
  }
  .header_o_ttl dl dd span {
    font-size: .6em;
    padding-left: 10px;
  }
  .main {
    margin-top: 5em;
  }
  .leadsp {
    width: 80% !important;
    margin: 5% 10%;
    ;
  }
  .container p {
    width: 95%;
    margin: 2% auto 7% !important;
  }
  .tbl-r02 th, .tbl-r02 td {
    width: 94% !important;
    margin: 0 auto;
  }
}