@charset "UTF-8";
/*
Theme Name: 弘南観光
Description: 弘南観光
Version: 1.0
Author: 弘南観光開発株式会社
*/
* {-webkit-appearance: none; }
@font-face {
  font-family: "Noto Sans JP";
  src:
    url("./font/NotoSansJP-Regular.ttf") format("truetype");
}
@media screen and (min-width:1024px) {
  .tablet { display: none; }
}
@media screen and (max-width:1023px) {
  .tablet,
  .sp.tablet { display:initial; }
}
@media screen and (min-width:768px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
  img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
  caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, address, hgroup, menu, nav, output, ruby, section, sum mary, time, mark, audio, video,
  p.date_cat, p.link a, p.link, p.position {
    font-size: 16px;
    font-family: /*"open-sans", */"Noto Sans JP",sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #000;
    line-height: 1.5;
    word-break: break-word;
    letter-spacing: 1px;
  }
  .sp { display: none; }
}
@media screen and (max-width:767px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
  img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
  caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, address, hgroup, menu, nav, output, ruby, section, sum mary, time, mark, audio, video,
  p.date_cat, p.link a, p.link, p.position {
    font-size: 12px;
    font-family: /*"open-sans", */"Noto Sans JP",sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #000;
    line-height: 1.5;
    word-break: break-word;
    letter-spacing: 0;
  }
  .pc { display: none; }
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
a { transition: 0.5s;  }
a:hover,
#g-nav-list li a:hover {
  opacity: 0.8;
  transition: 0.5s;
  color: #46BA42;
}
body {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
body.overflow__hidden {
  overflow: hidden;
}
@keyframes bgchange{
  0%   {background:#ededea;}
  50%  {background:#ddd;}
  100% {background:#ededea;}
}
h4,
p.strong { font-weight: bold; }
ul.border {
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 20px 0;
  margin: 10px 0;
}

/* MENU */
@media screen and (min-width:1300px) {
  header .head_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
    padding: 0 0 0 20px;
  }
  header div.head_title {
    width: 200px;
  }
  header div.header_menu ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    position: relative;
  }
  header div.header_menu ul li a {
    position: relative;
    transition: .3s;
    font-size: .8rem;
    white-space: nowrap;
    font-weight: 500;
  }
  header div.header_menu ul li a img {
    height: 20px;
    width: auto;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  header .tour_pamphlet {
    background: linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
    height: 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  header .tour_pamphlet img {
    height: 80px;
    width: auto;
  }
  .header_sp_banner { display: none; }
}
@media screen and (min-width:1024px) and (max-width:1299px) {
  header .head_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
    padding: 0 0 0 10px;
  }
  header div.head_title {
    width: 140px;
  }
  header div.header_menu ul li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    position: relative;
  }
  header div.header_menu ul li a {
    position: relative;
    transition: .3s;
    font-size: .7rem;
    white-space: nowrap;
    font-weight: 500;
  }
  header div.header_menu ul li a img {
    height: 15px;
    width: auto;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  header .tour_pamphlet {
    background: linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
    height: 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  header .tour_pamphlet img {
    height: 80px;
    width: auto;
  }
  .header_sp_banner { display: none; }
}
@media screen and (max-width:1023px) {
  header .head_title img {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  header .headmenu { display: none; }
  #g-nav div#g-nav-list { width: 100%; position: absolute; top: 120px; left: 80px; padding-bottom: 100px; }
  #g-nav.panelactive {
    opacity: 0;
  }
  #g-nav {
    position:fixed;
    z-index: 999;
    top:0;
    right: 0;
    width:420px;
    opacity: 0;
    height: 100%;
    background:#fff;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    pointer-events: none;
  }
  #g-nav-list li a {
    font-size: 17px;
  }
  #g-nav-list p,
  #g-nav-list p a { font-weight: bold; font-size: 15px; }
  header {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0;
    height: 80px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
  }
  header .head_title {
    z-index: 80;
    position: relative;
  }
  #g-nav.panelactive{ opacity: 0; top: 90px; right: 0; pointer-events: auto; overflow: auto; }
  .header_menu {
    margin: 0 auto;
    text-align: center;
  }
  .header_menu ul.first_menu {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  header div.header_menu ul li:last-child {
    margin: 0 20px 0 20px;
  }
  header div.header_menu ul li a span {
    font-size: .8rem;
    display: block;
    line-height: 7px;
    font-family: "Noto Sans JP",sans-serif;
  }
  header div.header_menu ul li a:hover {
    opacity: .8;
  }
}
@media screen and (max-width:1023px) {
  header .head_title {
    text-align: left;
    z-index: 80;
    position: relative;
  }
  header .headmenu { top: 4px; right: 10px; }
  #g-nav div#g-nav-list { width: 100%; margin: 0 auto; padding: 0; opacity: 0; }
  #g-nav.panelactive div#g-nav-list { opacity: 1; transition-delay: 0.5s; }
  #g-nav.panelactive {
    background: -webkit-linear-gradient(45deg, #fff 35%, #fff);
    background: linear-gradient(45deg, #fff 35%, #fff);
  }
  #g-nav {
    position:fixed;
    z-index: 999;
    top:0;
    right: 0;
    width:100%;
    opacity: 0;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #fff 35%, #fff);
    background: linear-gradient(45deg, #fff 35%, #fff);
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    pointer-events: none;
  }
  #g-nav div#g-nav-list { width: calc(100% - 80px); position: absolute; top: 40px; left: 40px; padding-bottom: 0; }
  #g-nav-list li a img {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #g-nav-list li.header_banner a img {
    width: 100%;
    margin-right: 0;
    max-width: 300px;
  }
  #g-nav-list li a span {
    font-size: .8rem;
    display: block;
  }
  #g-nav-list p,
  #g-nav-list p a {
    font-size: 16px;
  }
  header {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  header > div.head_flex {
    width: 30%;
    padding-left: 10px;
  }
  #g-nav {
    top: 50px;
  }
  #g-nav.panelactive{ opacity: 1; top: 50px; right: 0; pointer-events: auto; overflow: auto; }
  header .headinsta {
    position: absolute;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    top: 10px;
    right: 60px;
  }
  header .headmenu {
    position: absolute;
    display: flex;
    width: 40px;
    height: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .headmenu span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 3px;
    height: 2px;
    background: #000;
    width: 25px;
  }
  #g-nav-list li {
    text-align: left;
  }
  .headmenu span:nth-of-type(1) {
    top:7px; 
  }
  .headmenu span:nth-of-type(2) {
    top:14px;
  }
  .headmenu span:nth-of-type(3) {
    top:21px;
  }
  .headmenu.active span:nth-of-type(1) {
    top: 9px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
  }
  .headmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .headmenu.active span:nth-of-type(3){
    top: 21px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
  }
  .headmenu span.menu_text {
    width: 100%;
    background: none;
    height: auto;
    bottom: -7px;
    font-size: .6rem;
    right: -3px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
  }
  header .tour_pamphlet { display: none; }
}
@media screen and (min-width:376px) and (max-width:1023px) {
  header > div.header_sp_banner {
    width: 50%;
    margin-left: 20px;
  }
  header > div.header_sp_banner img {
    max-height: 50px;
    width: auto;
  }
}
@media screen and (max-width:375px) {
  header > div.header_sp_banner {
    width: 45%;
    margin-left: 20px;
  }
  header > div.header_sp_banner img {
    height: 50px;
    width: auto;
  }
}
.headmenu {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
header .headmenu.active {
  z-index: 1000;
}
#g-nav::before {
  content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #2D836B;
}
#g-nav::before {
  animation: barAnimeclose forwards 2s 1 ease 2s normal;
}
#g-nav.panelactive::before {
  animation: barAnimeopen forwards 1s 1 ease 0s normal;
}
@keyframes barAnimeopen {
	0% {
		left: 0;
		width: 0%;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	68% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes barAnimeclose {
	0% {
    background-color: #fff;
		left: 0;
		width: 0;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}
#g-nav-list li {
  margin-bottom: 2em;
}
#g-nav-list li a {
  color: #000;
}
#g-nav-list p,
#g-nav-list p a { font-weight: bold; }
div.header_menu ul li.link_box {
  margin-right: 10px;
}
div.header_menu ul li.link_box a {
  background-color: #293b41;
  color: #fff;
  padding: 10px 40px 10px 30px;
  transition: all 1s ease-out;
  border-radius: 10rem;
}
header > div.header_menu ul li.link_box a:hover {
  opacity: .8;
}
header > div.header_menu ul li.link_box a:after {
  content: none;
  transition: all 1s ease-out;
}
header > div.header_menu ul li.link_box a:hover:after {
  opacity: 0;
}
header div.header_menu ul li a.tel {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 600;
}

/* CTA */
@media screen and (min-width:768px) {

  body.home p.fixed_banner {
    position: fixed;
    right: 1%;
    bottom: 120px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner {
    position: fixed;
    right: 1%;
    bottom: 120px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner img {
    max-width: 300px;
    width: auto;
  }
  body.home p.fixed_banner.scrolled,
  p.fixed_banner.scrolled {
    bottom: 120px;
  }


  body.home p.fixed_banner2 {
    position: fixed;
    right: 1%;
    bottom: 250px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner2 {
    position: fixed;
    right: 1%;
    bottom: 250px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner2 img {
    max-width: 300px;
    width: auto;
  }
  body.home p.fixed_banner2.scrolled,
  p.fixed_banner2.scrolled {
    bottom: 250px;
  }
}
@media screen and (max-width:767px) {




  body.home p.fixed_banner {
    position: fixed;
    right: 1%;
    bottom: 80px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner {
    position: fixed;
    right: 1%;
    bottom: 80px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner img {
    max-width: 150px;
    width: auto;
  }
  body.single-tour p.fixed_banner {
    display: none;
  }
  body.home p.fixed_banner.scrolled,
  p.fixed_banner.scrolled {
    bottom: 80px;
  }


  body.home p.fixed_banner2 {
    position: fixed;
    right: 1%;
    bottom: 145px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner2 {
    position: fixed;
    right: 1%;
    bottom: 145px;
    z-index: 10;
    margin: 0;
    transition: all 1s;
  }
  p.fixed_banner2 img {
    max-width: 150px;
    width: auto;
  }
  body.single-tour p.fixed_banner2 {
    display: none;
  }

  body.home p.fixed_banner2.scrolled,
  p.fixed_banner2.scrolled {
    bottom: 145px;
  }

}
.promotion_slide {
  transition: all 1s;
}
.promotion_slide.scrolled {
  position: fixed;
  z-index: 10;
  bottom: 0;
}

/* font */
@media screen and (min-width:768px) {
  h2 {
    font-size: 1.66rem;
  }
  .fv h2 {
    font-size: 4.3rem;
    line-height: 5rem;
  }
  .fv h3 {
    font-size: 1.25rem;
    line-height: 3rem;
    margin: 10px 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 5px;
  }
  .fv h3 span {
    font-size: 1rem;
  }
  .subpage section .content h2 {
    color: #2D836B;
    border-left: 4px solid #2D836B;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .two_col.aligncenter {
    align-items: center;
  }
  .two_col.initial {
    align-items: initial;
  }
  p span.title_address {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .text_box h2,
  .contact_box h2 {
    font-size: 2.125rem;
    margin-bottom: 40px;
    position: relative;
  }
  section.value h2,
  section.profile h2 {
    line-height: 2rem;
    text-align: center;
    font-weight: 600;
  }
  .text_box h3 {
    color: #2D836B;
    font-size: 1.33rem;
  }
  table tr th {
    white-space: nowrap;
    width: 20%;
    padding: 40px 0;
    border-bottom: 1px solid #C7C7C7;
    text-align: left;
    vertical-align: top;
  }
  table tr td {
    width: 80%;
    padding: 40px 0;
    border-bottom: 1px solid #C7C7C7;
  }
  .subpage section .two_col .sub_content {
    width: 50%;
    margin: 0 auto;
    padding: 0;
  }
  .topic_list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #C6C6C6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topic_list > div {
    margin-right: 8%;
  }
  .topic_list > div:last-child {
    margin-right: 0;
  }
  .text_box h2:before {
    content: "";
    background-image: url("./images/title_icon.png");
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: 5px;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 1.66rem;
    text-align: left;
    margin: 0 auto 10px;
    position: relative;
    display: inline-block;
    line-height: 2.2rem;
  }
  section.partner_medical h3 {
    margin: 30px auto 0;
  }
  p span.title_address {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .text_box h2 {
    text-align: left;
    display: block;
    margin: 0 auto 25px;
    font-size: 2rem;
    padding: 0;
  }
  .subpage section .content h2 {
    color: #2D836B;
    border-left: 4px solid #2D836B;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .contact_box h2 {
    text-align: left;
    display: block;
    margin: 0 auto 25px;
    font-size: 1.5rem;
    padding: 0;
  }
  .contact_box .content p {
    font-size: .9rem;
  }
  h2 span {
    display: block;
    margin-bottom: 0;
  }
  section.value h2,
  section.profile h2 {
    line-height: 2rem;
    text-align: left;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0 auto 25px;
  }
  table tr th,
  table tr td {
    display: block;
  }
  .text_box h3 {
    color: #2D836B;
    font-size: 1.33rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  table tr th {
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 10px;
  }
  table tr td {
    border-bottom: 1px solid #C7C7C7;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .table_scroll {
    overflow-x: scroll;
  }
  table.subpage_layout {
    width: calc(100% -20px);
    border-collapse: collapse;
    white-space: nowrap;
  }
  table.subpage_layout tr th,
  table.subpage_layout tr td {
    width: auto;
    display: table-cell;
  }
  table.subpage_layout.table_include {
    white-space:initial;
    width: calc(100% -20px);
   }
  table.subpage_layout.table_include tr th,
  table.subpage_layout.table_include tr td {
    white-space:initial;
    display: block;
  }
  .subpage section .two_col .sub_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .topic_list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #C6C6C6;
  }
  .topic_list > div {
    display: block;
    margin-bottom: 20px;
  }
  .text_box h2:before {
    content: "";
    background-image: url("./images/title_icon.png");
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: -15px;
  }
}
table { margin: 0 auto 35px; }
table tr td.price_detail p span {
  color: #D60000;
  font-weight: bold;
}
table tr td.stay {
  font-weight: bold;
}
table.subpage_layout {
  max-width: 100%;
  text-align: left;
  margin: 0;
}
table.subpage_layout tr th {
  background-color: #2D836B;
  color: #fff;
  text-align: center;
  border: 1px solid #C6C6C6;
  padding: 14px 25px;
  width: auto;
  vertical-align: middle;
  margin: 0;
}
table.subpage_layout tr td {
  background-color: #fff;
  text-align: center;
  border: 1px solid #C6C6C6;
  padding: 14px 25px;
  width: auto;
  margin: 0;
}
.text_box {
  text-align: center;
}
.text_box h2,
.contact_box h2 {
  font-weight: 500;
}
.text_box h2 span {
  color: #46BA42;
  font-size: 0.8125rem;
}
.text_box.white h2,
.text_box.white h2 span {
  color: #fff;
}
.text_box h2.bold {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
}
.text_box h2 span,
.contact_box h2 span {
  font-family: "Noto Sans JP",sans-serif;
}
section h2.italic {
  font-family: "open-sans", sans-serif;
  font-style: italic;
}
.center { text-align: center; }
.right { text-align: right; }
h1 img {
  text-align: left;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}
.text_box h2 {
  text-align: center;
  position: relative;
  display: inline-block;
}
.text_box.white h2:before {
  background-image: url("./images/title_icon2.png");
}
h2 span {
 display: block;
 font-size: 1rem;
 line-height: 2rem;
 font-style: normal;
 font-weight: 500;
}
h2.fv_catch:before, h2.fv_catch:after {
  border: none!important;
  content: none; 
}
h2.subtitle  {
  font-size: 2rem;
  line-height: 1.2em;
  margin: 100px auto 0;
}
h2.subtitle span {
  display: block;
  width: 100%;
}
.subpage section .content p a,
.subpage section .content ul li a {
  color: #0072E3;
  text-decoration: underline;
}
.subpage section .content p a:hover {
  text-decoration: none;
}
.subpage section .content p.button a {
  color: #fff;
  text-decoration: none;
}
.subpage section .sub_content,
.subpage section .sub_child {
  margin: 60px auto;
}
.subpage section .sub_content h3,
.subpage section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #2D836B;
  font-weight: bold;
}
table.tour_detail tr th {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #2D836B;
  font-weight: bold;
}
.subpage section .sub_child h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.subpage section p.notice,
.subpage section .notice {
  color: #FF0000
}
.subpage section ol li {
  list-style-type: decimal;
  margin-left: 1.3em;
}
.subpage section ol.type_none li {
  list-style-type: none;
}
.subpage section ul li {
  list-style-type: disc;
  margin-left: 1em;
}
.gmap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 450px;
  aspect-ratio: 16 / 9;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpcf7-form-control-wrap input[type="text"].tel1,
.wpcf7-form-control-wrap input[type="text"].tel2 {
  width: 3em;
}
.wpcf7-form-control-wrap input[type="text"].tel1 {
  margin-right: 5px;
}
.wpcf7-form-control-wrap input[type="text"].tel2 {
  margin: 0 5px;
}

/* column */
@media screen and (min-width:768px) {
  .two_col > div {
    width: 48%;
  }
  .subpage .tour .two_col > div {
    width: 40%;
  }
  .subpage .tour .two_col > div.tour_outline {
    width: 58%;
  }
  .two_col .image.left {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .two_col .image.right {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .three_col > div,
  .three_col > li {
    width: 30%;
  }
  .four_col > div {
    width: 22%;
  }
  section.service {
    max-width: 1400px;
    margin: 0 auto;
  }
  section.service .content .four_col {
    width: calc(100% - 2%);
    margin: 0 auto;
  }
  .two_col > div img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .service .two_col > div img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .two_col ul {
    margin-right: 20px;
  }
  .two_col ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  .two_col > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .two_col > div.news_box {
    margin-bottom: 80px;
  }
  .two_col > div:last-child {
    margin-bottom: 0;
  }
  .four_col > div {
    width: 45%;
  }
  .two_col > div img {
    width: 100%;
  }
  .three_col li {
    margin-bottom: 20px;
  }
  .three_col li:last-child {
    margin-bottom: 0;
  }
  .two_col ul {
    width: 100%;
  }
  .two_col ul:last-child {
    margin-bottom: 0;
  }
}
.two_col,
.three_col,
.four_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_col.center .text_box {
  text-align: center;
}

/* button */
@media screen and (min-width:768px) {
  p.button a {
    margin: 30px auto;
  }
  p.list_button a {
    margin: 40px auto 0;
  }
  .dropdown-menu_wrapper.busspot {
    width: 450px;
  }
}
@media screen and (max-width:767px) {
  p.button a,
  p.list_button a {
    margin: 20px auto 0;
  }
  .dropdown-menu_wrapper.busspot {
    width: 100%;
  }
  .dropdown-menu_wrapper.busspot .wpcf7-form-control {
    font-size: .85rem;
    padding: 10px;
  }
}
p.button,
p.list_button,
p.reserve {
  text-align: center;
}
p.reserve {
  background-color: rgba(255,255,255,0.9);
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
p.button a,
p.reserve a {
  display: inline-block;
  position: relative;
  padding: 10px 55px;
  color: #FFF;
  border-radius: 2px;
  background: -webkit-linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
  background: linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
  cursor: pointer;
  transition: all 1s ease-out;
  font-size: 0.9375rem;
}
p.list_button a {
  display: inline-block;
  position: relative;
  padding: 15px 60px;
  color: #FFF;
  border-radius: 2px;
  border: 1px solid #2D836B;
  background: #2D836B;
  cursor: pointer;
  transition: all 1s ease-out;
  font-size: 1rem;
}
p.list_button a:hover {
  color: #2D836B;
  background-color: #fff;
}
p.list_button.white a {
  color: #2D836B;
  background-color: #fff;
}
div.submit {
  position: relative;
  display: block;
  margin: 50px auto 0;
  text-align: center;
}
div.submit input[type="submit"],
input.wpcf7-previous {
  display: inline-block;
  position: relative;
  padding: 15px 150px;
  color: #FFF;
  border-radius: 2px;
  background: -webkit-linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
  background: linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
  cursor: pointer;
  transition: all 1s ease-out;
  border: none;
  font-size: 1.1rem;
}
div.submit input[type="submit"]:hover,
input.wpcf7-previous:hover {
  opacity: .8;
}
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}
p.button a:hover {
  background: -webkit-linear-gradient(90deg, rgb(70, 186, 66), rgb(56, 205, 224));
  background: linear-gradient(90deg, rgb(70, 186, 66), rgb(56, 205, 224));
  color: #fff;
  opacity: .8;
}
.dropdown-menu_wrapper {
  position: relative;
  height: 60px;
  width: 240px;
}
.dropdown-menu_wrapper .wpcf7-form-control {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
  appearance: none;
  background-color: #fff;
}
.dropdown-menu_wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  width: 10px;
  top: 15px;
  right: 20px;
  transform: rotate(135deg);
  pointer-events: none;
}

/* TOP */
@media screen and (min-width:1200px) {
  section .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width:1199px) {
  section .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 10px;
  }
}
@media screen and (min-width:1024px) {
  section.fv {
    margin: 70px auto 0;
    width: 100%;
    background-color: #000;
    height: calc(100vh - 70px);
    position: relative;
  }
  section.fv .slide {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    display: block;
    height: calc(100vh - 70px);
    overflow: hidden;
    position: relative;
  }
  section.fv .slide ul li img {
    width: 100%;
    height: calc(100vh - 60px);
    object-fit: cover;
  }
}
@media screen and (max-width:1023px) {
  header .header_menu { display: none; }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.fv {
    margin: 50px auto 0;
    width: 100%;
    background-color: #000;
    height: calc(100vh - 50px);
    position: relative;
  }
  section.fv .slide {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    display: block;
    height: calc(100vh - 50px);
    overflow: hidden;
    position: relative;
  }
  section.fv .slide ul li img {
    width: 100%;
    height: calc(100vh - 50px);
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  section.fv .slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43,83,56,.36);
    z-index: 1;
  }
  section.fv .catchcopy {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 2;
    text-align: center;
    width: 100%;
  }
  section.fv .catchcopy h2 img {
    max-width: 560px;
    width: 80%;
  }
  section.fv .catchcopy h3 {
    margin-top: 57px;
  }
  section.fv .catchcopy p img {
    margin-top: 50px;
    width: 315px;
  }
  .top .fv_catch {
    position: absolute;
    font-weight: bold;
    bottom: 20%;
    left: 50%;
    width: 90%;
    text-align: center;
    height: auto;
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    z-index: 2;
    padding: 0;
    font-size: 2.5rem;
    border-radius: 10px;
    max-width: 1024px;
  }
  p.fv_catch span {
    background: linear-gradient(90deg, #4fadd3, #2579b9);
    background: -webkit-linear-gradient(0deg, #4fadd3, #2579b9);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top section.aboutus .content {
    margin: 100px auto 130px;
    max-width: 2000px;
  }
  section.aboutus .content {
    margin: 100px auto;
  }
  section .content.sub {
    max-width: 768px;
    margin: 130px auto;
  }
  section.service .content {
    margin: 90px auto 130px;
    max-width: none;
  }
  section.service .content .text_box {
    max-width: 1100px;
    margin: 0 auto;
  }
  section .content .catchcopy {
    margin-bottom: 70px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
  }
  section.value .content {
    margin: 80px auto 100px;
  }
  section.profile .content {
    margin: 100px auto 60px;
  }
  section.contact .content {
    margin: 90px auto 80px;
  }
  p.subtitle_catch {
    margin-bottom: 40px;
  }
  .promotion_slide ul.promotion_image .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .promotion_slide ul.promotion_image li img {
    height: 75px;
  }
}
@media screen and (max-width:767px) {
  section.fv {
    margin-top: 50px;
    background-color: #000;
    height: calc(100vh - 50px);
  }
  section.fv .slide {
    width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
    display: block;
    overflow: hidden;
    height: calc(100vh - 50px);
  }
  section.fv .slide ul li img {
    width: auto;
    height: calc(100vh - 50px);
    object-fit: cover;
  }
  section.fv .slide::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43,83,56,.36);
    z-index: 1;
  }
  .fv .catchcopy {
    padding: 0 10px 20px;
    text-align: left;
    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 1;
  }
  .fv .catchcopy h2 {
    margin: 0 auto 40px;
    text-align: left;
    display: block;
    padding: 0 10px;
  }
  .fv .catchcopy h3 {
    margin: 10px auto 20px;
    text-align: center;
    padding: 0 10px;
    font-size: 1.25rem;
  }
  .fv .catchcopy p {
    margin-top: 25px;
    text-align: center;
  }
  .fv .catchcopy p img {
    width: 60%;
  }
  .fv .catchcopy h3 span {
    display: block;
    font-size: .8rem;
  }
  section .content {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  section.news {
    margin-bottom: 50px;
  }
  section.service {
    margin-top: 50px;
  }
  section.service:last-child {
    padding-bottom: 50px;
  }
  section.subcolor {
    background-color: #f6f6f6;
  }
  section.news .conten {
    padding: 50px 20px 0;
    width: calc(100% - 40px);
  }
  section.aboutus .content {
    margin: 0 auto;
    width: 100%;
    padding: 50px 0 0;
    background-color: #262626;
  }
  section .content .catchcopy {
    margin-bottom: 35px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    letter-spacing: 5px;
  }
  section.profile .content {
    margin: 0 auto 40px;
  }
  p.subtitle_catch {
    margin-bottom: 20px;
    width: 90%;
  }
  .promotion_slide ul.promotion_image li img {
    height: 50px;
  }
}
.fv .catchcopy h2,
.fv .catchcopy h3,
.fv .catchcopy p {
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.fv p {
  margin: 0 auto;
}
.fv_image img { width: 100%; }
main {
  width: 100%;
  overflow: hidden;
}
section.fv {
  position: relative;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
section.fv .slide ul li img {
  transform: scale(1.2);
  transition: 6s ease-out;
}
section.fv .slide ul li.zoom_animation img {
  transform: scale(1.0);
}
.promotion_slide {
  background-color: rgba(255,255,255,0.5);
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  text-align: center;
  width: 100%;
}
.promotion_slide ul.promotion_image li {
  margin-right: 10px;
}
.promotion_slide ul.promotion_image li:last-child {
  margin-right: 0;
}
.promotion_slide ul.promotion_image .slick-slide {
  padding: 0 5px;
  width: auto!important;
  text-align: center;
}
.g_calendar {
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  padding: 10px 5px 0;
}
.g_calendar iframe {
  width: 100%;
  height: 350px;
}

/* recommend_tour */
section.recommend_tour {
  background-color: #FEFFF2;
}
.recommend_tour_box,
.all_tour_box {
  position: relative;
}
.recommend_tour_box .slide-arrow,
.all_tour_box .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 18px;
  text-align: center;
}
.recommend_tour_box .slide-arrow.prev-arrow,
.all_tour_box .slide-arrow.prev-arrow  {
  left: -20px;
  -webkit-transform: translate(-20px, -50%);
  -moz-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%); 
}
.recommend_tour_box .slide-arrow.next-arrow,
.all_tour_box .slide-arrow.next-arrow  {
  right: -20px;
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  transform: translate(20px, -50%); 
}
.recommend_tour_list .tour,
.all_tour_list .tour {
  position: relative;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  margin: 0 30px;
}
.recommend_tour_list .tour .cat,
.all_tour_list .tour .cat {
  position: absolute;
  top: 12px;
  left: 12px;
}
.recommend_tour_list .tour .tour_image,
.all_tour_list .tour .tour_image  {
  width: 100%;
  height: 220px;
}
.recommend_tour_list .tour .tour_image img,
.all_tour_list .tour .tour_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour_detail {
  padding: 15px 20px;
  background-color: #fff;
}
.tour_detail .tour_title {
  text-align: center;
}
.tour_detail p {
  vertical-align: middle;
  font-size: 1.125rem;
}
.tour_detail .date,
.tour_detail .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tour_detail .date span.topic,
.tour_detail .price span.topic,
.tour_detail dl.date dt,
.tour_detail dl.price dt {
  font-size: 0.75rem;
  color: #fff;
  background-color: #000;
  width: 4em;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  vertical-align: middle;
  padding: 0;
}
.tour_detail dl.date,
.tour_detail dl.price {
  align-items: baseline;
  margin-top: 5px;
}
.tour_detail dl.date dt,
.tour_detail dl.price dt {
  display: inline-block;
  max-width: 50px;
  padding: 3px;
}
.tour_detail dl.date dd,
.tour_detail dl.price dd {
  display: inline-block;
  width: calc(100% - 75px);
  font-size: 1.125rem;
}

/* Tout list */
@media screen and (min-width:1024px) {
  section.tour_list .recommend_tour_list > div.tour,
  section.tour_list .all_tour_list > div.tour {
    width: 30%;
    margin: 0 0 60px;
  }
  .subpage section ul.tour_cat_list li {
    width: 15%;
    border: 1px solid #2D836B;
    list-style-type: none;
    margin: 0;
    background-color: #fff;
    text-align: center;
    height: 80px;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.tour_list .recommend_tour_list > div.tour,
  section.tour_list .all_tour_list > div.tour {
    width: 47%;
    margin: 0 0 60px;
  }
  .subpage section ul.tour_cat_list li {
    width: 30%;
    border: 1px solid #2D836B;
    list-style-type: none;
    margin: 0;
    background-color: #fff;
    text-align: center;
    height: 80px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.tour_list .recommend_tour_list > div.tour,
  section.tour_list .all_tour_list > div.tour {
    width: 100%;
    margin: 0 0 60px;
  }
  .subpage section ul.tour_cat_list li {
    width: 45%;
    border: 1px solid #2D836B;
    list-style-type: none;
    margin: 0;
    background-color: #fff;
    text-align: center;
    height: 80px;
    margin-bottom: 20px;
  }
}
section.tour_list .recommend_tour_list,
section.tour_list .all_tour_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.tour_list .recommend_tour_list:after,
section.tour_list .all_tour_list:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.all_tour_box {
  position: relative;
}
.all_tour_list .tour {
  position: relative;
  border: 1px solid #E3E3E3;
  margin: 0 30px;
}
.all_tour_list .tour .cat {
  position: absolute;
  top: 12px;
  left: 12px;
}
.all_tour_list .tour .cat span,
.recommend_tour_list .tour .cat span {
  background-color: #009DFF;
  padding: 3px 12px;
  color: #fff;
  font-size: 1rem;
}
.all_tour_list .tour .cat span,
.recommend_tour_list .tour .cat span {
  display: inline-block;
  margin: 0 0 4px;
}
.all_tour_list .tour .cat span:first-child,
.recommend_tour_list .tour .cat span:first-child {
  margin-left: 0;
}
.all_tour_list .tour .cat span.twodays,
.recommend_tour_list .tour .cat span.twodays {
  background-color: #01B972;
}
.all_tour_list .tour .cat span.moretowdays,
.recommend_tour_list .tour .cat span.moretowdays {
  background-color: #EF15C5;
}
.all_tour_list .tour .cat span.event1,
.recommend_tour_list .tour .cat span.event1 {
  background-color: #FF9300;
}
.all_tour_list .tour .cat span.event2,
.recommend_tour_list .tour .cat span.event2 {
  background-color: #F44200;
}
.all_tour_list .tour .tour_image {
  width: 100%;
  height: 220px;
}
.all_tour_list .tour .tour_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all_tour_box p.tour_count {
  margin-bottom: 10px;
}
.all_tour_box p.tour_count span {
  font-size: 1.875rem;
  color: #DB0000;
  font-weight: bold;
  margin-right: 3px;
}
p.tour_count span {
  font-size: 1.875rem;
  font-weight: bold;
  color: #DB0000;
}
.subpage section ul.tour_cat_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.subpage section ul.tour_cat_list li a {
  color: #2D836B;
  padding: 0;
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 80px;
}
.subpage section ul.tour_cat_list li.current {
  background-color: #2D836B;
}
.subpage section ul.tour_cat_list li.current a {
  color: #fff;
}
.subpage section ul.tour_cat_list li a span {
  display: block;
  font-size: 0.7rem;
  line-height: 0;
}
.subpage section ul.tour_cat_list li.two_row a {
  line-height: 55px;
}

/* Search */
@media screen and (min-width: 768px) {
  form.search_box {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #E3E3E3;
    width: calc(100% - 80px);
  }
  .two_col.custom_search_col .keyword_form {
    width: 60%;
  }
  .two_col.custom_search_col .search_button {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  form.search_box {
    background-color: #fff;
    padding: 40px 20px;
    border: 1px solid #E3E3E3;
    width: calc(100% - 40px);
  }
  .two_col.custom_search_col .keyword_form {
    width: 100%;
  }
  .two_col.custom_search_col .search_button {
    width: 100%;
    margin-top: 20px;
  }
}
form.search_box .select_wrapper {
  position: relative;
  margin: 5px auto 20px;
}
form.search_box .select_wrapper::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 15px solid #000;
  border-bottom: 0;
}
form.search_box select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #B5B5B5;
  background-color: #fff;
  padding: 10px 20px;
}
form.search_box label {
  font-weight: bold;
}
form.search_box input {
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 40px);
  border: 1px solid #B5B5B5;
  background-color: #fff;
  padding: 10px 20px;
}
form.search_box button {
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  padding: 0;
  color: #FFF;
  border-radius: 2px;
  background: -webkit-linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
  background: linear-gradient(90deg, rgb(56, 205, 224), rgb(70, 186, 66));
  cursor: pointer;
  transition: all 1s ease-out;
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 100%;
}
form.search_box button:before {
  content: "";
  background-image: url("./images/icon_search.png");
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  top: 50%;
  left: calc(50% - 40px);
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%); 
  position: absolute;
}
form.search_box button:hover {
  background: -webkit-linear-gradient(90deg, rgb(70, 186, 66), rgb(56, 205, 224));
  background: linear-gradient(90deg, rgb(70, 186, 66), rgb(56, 205, 224));
  color: #fff;
  opacity: .8;
}
form.search_box input[type="reset"] {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #0072E3;
  cursor: pointer;
  display: block;
  width: auto;
  text-align: center;
  margin: 5px auto 0;
  padding: 0;
}
form.search_box .two_col > div {
  margin-bottom: 0;
}

/* Tour */
section.all_tour {
  background-image: url("./images/tour_bk.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
section.all_tour::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(90deg, rgba(56, 205, 224, .6), rgba(70, 186, 66, .6));
  background: linear-gradient(90deg, rgba(56, 205, 224, .6), rgba(70, 186, 66, .6));
}

/* Link box */
@media screen and (min-width:1300px) {
  section.link_box .content {
    padding: 90px 0;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  section.link_box .content {
    padding: 90px 10px;
  }
}
@media screen and (max-width:767px) {
  section.link_box .content ul li {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
section.link_box {
  background-image: url("./images/linkbox_bk.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
section.link_box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(90deg, rgba(56, 205, 224, .6), rgba(70, 186, 66, .6));
  background: linear-gradient(90deg, rgba(56, 205, 224, .6), rgba(70, 186, 66, .6));
}
section.link_box .content {
  position: relative;
  z-index: 1;
}
section.link_box .content li p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* Sub page Layout */
@media screen and (min-width:1200px) {
  .subpage section .content {
    max-width: 1180px;
    padding: 80px auto;
  }
}
@media screen and (min-width:1024px) {
  .subpage_fv {
    padding-top: 0;
    width: 100%;
    margin: 80px auto 0;
    height: 200px;
    position: relative;
  }
}
@media screen and (max-width:1023px) {
  .subpage_fv {
    padding-top: 0;
    width: 100%;
    margin: 50px auto 0;
    height: 150px;
    position: relative;
  }
}
@media screen and (min-width:768px) {
  .subpage_fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subpage_fv > div.title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
  }
  .subpage_fv > div.title h2 {
    color: #fff;
  }
  .subpage_fv > div.title h2 span {
    line-height: 3rem;
  }
  .subpage_fv > div.title .breadcrumb_box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .subpage_fv > div.fv_image {
    width: 100%;
    height: 100%;
  }
  .subpage_fv > div.fv_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb {
    margin: 0;
    padding: 0;
  }
  .submenu {
    margin: 0 auto;
  }
  .submenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .submenu ul li {
    margin-right: 5%;
  }
  .submenu ul li:last-child {
    margin-right: 0;
  }
  .subpage h3 {
    font-size: 1rem;
  }
  .subpage .form_box h3 {
    font-size: 2.3rem;
  }
  .subpage .two_col h3 {
    margin: -20px 0 20px;
  }
  .subpage .value .two_col h3 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width:767px) { 
  .subpage_fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subpage_fv.service {
    margin: 50px auto 0;
  }
  .subpage_fv > div.title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
  }
  .subpage_fv > div.title h2 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    color: #fff;
  }
  .subpage_fv > div.title h2 span,
  .article_fv > div.title h2 span {
    line-height: 2rem;
    margin-bottom: 0;
  }
  .subpage_fv > div.fv_image {
    width: 100%;
    height: 100%;
  }
  .subpage_fv > div.fv_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb {
    margin: 0 0 5px;
    padding: 0;
  }
  .submenu {
    margin: 0 auto 50px;
  }
  .submenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .submenu ul li {
    width: 50%;
  }
  .submenu ul li a {
    margin: 0 auto;
    text-align: center;
  }
  .subpage h3 {
    font-size: 1rem;
  }
}
main.subpage {
  background-color: #FEFFF2;
}
.subpage_fv > div.title h2 {
  font-size: 2.125rem;
  font-weight: bold;
}
.subpage_fv > div.title p {
  color: #fff;
}
.subpage_fv > div.title h2 span {
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  display: block;
  font-size: 1rem;
}
.breadcrumb {
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: .8rem;
}
.submenu {
  background-color: #000;
  padding: 10px;
  text-align: center;
}
.submenu ul li a {
  color: #fff;
  font-size: 1.25rem;
  padding: 10px;
  display: block;
}
.submenu ul li a:after {
  content: '▼';
  color: #fff;
  margin-left: 7px;
  font-size: .7rem;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
.subpage h3 {
  font-weight: bold;
}
.subpage.page_format h3 {
  border-bottom: 0;
  padding: 0;
  color: #000;
  text-align: left;
  margin: 30px auto 0;
}
.subpage .two_col p {
  margin: 0 0 1em;
}
.subpage .two_col p:last-child {
  margin: 0;
}
.subpage h3.sub_margin {
  margin-top: 60px;
}
.subpage p.sub_margin {
  margin-bottom: 1em;
}
.subpage p.contact_space,
.subpage .two_col p.ceo_name {
  margin-top: 2em;
}

/* breadcrumb */
@media screen and (min-width:768px) {
  section.breadcrumb ul {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
@media screen and (max-width:767px) {
  section.breadcrumb ul {
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
  }
}
section.breadcrumb {
  width: 100%;
  background-color: #fff;
}

.subpage section.breadcrumb ul li a,
.subpage section.breadcrumb ul li {
  font-size: 0.77rem;
  margin-right: 5px;
  margin-left: 0;
}
.subpage section.breadcrumb ul li:last-child {
  content: none;
  margin: 0;
}

/* Tour記事 */
@media screen and (min-width:768px) {
  .subpage section.tour {
    margin: 60px auto 0;
    max-width: calc(1180px - 130px);
    padding: 70px 65px;
  }
  .tour_outline dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .tour_outline dl dt {
    margin-left: 5px;
  }
  .tour_outline dl dd {
    width: calc(100% - 110px);
    margin-left: 20px;
  }
  .tour_outline dl dd.price span {
    font-size: 2.1875rem;
  }
  .tour_outline dl dd.date {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media screen and (max-width:767px) {
  .subpage section.tour {
    margin: 30px auto 0;
    max-width: calc(100% - 60px);
    padding: 35px 20px;
  }
  .tour_outline dl {
    margin-bottom: 20px;
  }
  .tour_outline dl dd.price span {
    font-size: 1.8rem;
  }
  .tour_outline dl dd.date {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.subpage section.tour {
  border: 1px solid #F5F5F5;
  background-color: #fff;
}
.tour_outline dl dt {
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  padding: 1px 10px;
  width: 4.5em;
  text-align: center;
}
.tour_outline dl dd.price {
  color: #D60000;
  font-size: 1.25rem;
  font-weight: bold;
}
.subpage section.tour .main {
  margin: 20px auto;
}
section.tour p.note,
section p.note,
p span.note,
span.note {
  font-weight: bold;
}
section.tour .main .day {
  margin: 40px auto;
}
section.tour .main .day h4 {
  background-color: #46BA42;
  color: #fff;
  padding: 0 15px;
  font-size: 0.875rem;
  width: fit-content;
  margin: 0 0 15px;
}
section.tour .main .day .day_detail {
  background-color: #F4F4F4;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
ul.photo_image .slick-track {
  margin-left: 0;
  margin-right: 0;
}
ul.photo_image li {
  margin-right: 15px;
  font-size: 0.875rem;
}
ul.photo_image li:last-child {
  margin-right: 0;
}
ul.photo_image li img {
  display: block;
  margin-bottom: 5px;
}

/* Company */
@media screen and (min-width:768px) {
  .subpage section.ankher .content ul li {
    width: 23%;
    list-style-type: none;
    margin: 0 2% 25px 0;
  }
  section.ankher .content ul li a {
    padding: 24px 0;
  }
  img.philosophy {
    max-width: 666px;
    width: 80%;
  }
  
}
@media screen and (max-width:767px) {
  .subpage section.ankher .content ul li {
    width: 40%;
    list-style-type: none;
    margin: 0 2% 25px 0;
  }
  section.ankher .content ul li a {
    padding: 15px 0;
  }
  img.philosophy {
    max-width: 666px;
    width: 100%;
  }
  
}
.subpage section.ankher .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
section.ankher .content ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #2D836B;
  border: 1px solid #2D836B;
  text-align: center;
  text-decoration: none;
}
section.ankher .content ul li a:hover {
  background-color: #2D836B;
  color: #fff;
}

/* FAQ */
@media screen and (min-width:768px) {
  .faq_corner dl dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
    padding-left: 70px;
    min-height: 50px;
  }
  .faq_corner dl dt:before {
    left: 0;
    font-size: 1.75rem;
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 1.75;
  }
  .faq_corner dl dd {
    margin-bottom: 60px;
    padding-left: 70px;
    min-height: 50px;
  }
  .faq_corner dl dd:before {
    left: 0;
    font-size: 1.75rem;
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 1.75;
  }
}
@media screen and (max-width:767px) {
  .faq_corner dl dt {
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding-left: 60px;
    min-height: 40px;
  }
  .faq_corner dl dt:before {
    left: 0;
    font-size: 1.5rem;
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 1.5;
  }
  .faq_corner dl dd {
    margin-bottom: 60px;
    padding-left: 60px;
    min-height: 40px;
  }
  .faq_corner dl dd:before {
    left: 0;
    font-size: 1.5rem;
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 1.5;
  }
}
.faq_corner dl dt {
  color: #2D836B;
  position: relative;
}
.faq_corner dl dt:before {
  content: "Q";
  position: absolute;
  display: block;
  font-weight: 900;
  color: #fff;
  background-color: #2D836B;
  text-align: center;
  vertical-align: middle;
}
.faq_corner dl dd {
  position: relative;
}
.faq_corner dl dd:before {
  content: "A";
  position: absolute;
  display: block;
  font-weight: 900;
  color: #fff;
  background-color: #FF9300;
  text-align: center;
  vertical-align: middle;
}

/* NEWS */
@media screen and (min-width:768px) {
  section.newslist .content {
    margin: 0 auto;
  }
  section.newslist .sub_content {
    max-width: 768px;
    margin: 20px auto;
    padding: 0;
  }
  .two_col.news > div.text_box {
    width: 25%;
    text-align: center;
  }
  .two_col.news > div.news_list {
    width: 70%;
  }
  .news_list {
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 20px 30px;
  }
}
@media screen and (max-width:767px) {
  section.newslist .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px;
    width: 100%;
  }
  section.newslist .sub_content {
    max-width: 768px;
    margin: 20px auto;
    padding: 0;
  }
  section.newslist .sub_content {
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }
  .two_col.news > div.text_box {
    width: 100%;
    text-align: center;
  }
  .two_col.news > div.news_list {
    width: 100%;
  }
  .two_col.news > div.news_list ul li a span.title {
    display: block;
    margin: 0;
    font-size: .9rem;
  }
  .news_list {
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 20px 15px;
  }
}
.news_list ul {
  height: 200px;
  padding-right: 20px;
  overflow-y: auto;
}
.news_list ul li {
  border-bottom: 1px solid #b3b3b3;
  text-align: left;
}
.news_list ul li a {
  width: 100%;
  display: block;
  padding: 20px 0;
  font-size: 1rem;
}
.news_list ul li:last-child {
  border-bottom: none;
}
.news_list ul li span.category {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  margin-right: 4em;
}
.news_list ul li a span.date {
  margin-right: 25px;
  font-weight: bold;
}
.newslist .content a.button {
  margin: 40px auto 0;
}
.subpage section .content ul li.news_detail {
  border-bottom: 1px solid #D5D5D5;
  list-style-type: none;
}
.subpage section .content ul li.news_detail a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.subpage section .content ul li.news_detail a span.date {
  font-weight: 900;
  margin-right: 20px;
}
html, body { height: 100%; }
.pagenation {
  margin: 20px auto;
  text-align: center;
}
.pagenation .page-numbers {
  margin: 0 5px;
  background-color: #fff;
  color: #2D836B;
  padding: 8px 10px;
  border: 1px solid #D5D5D5;
}
.pagenation .page-numbers.current {
  background-color: #2D836B;
  color: #fff;
  padding: 8px 10px;
}
.pagenation .page-numbers.next {
  margin: 0 0 0 5px;
  color: #2D836B;
  font-size: 1rem;
  font-weight: 900;
}
.pagenation .page-numbers.prev {
  margin: 0 5px 0 0;
  color: #2D836B;
  font-size: 1rem;
  font-weight: 900;
}
section.newslist .content p.date {
  padding: 0 10px;
}

/* About */
@media screen and (min-width:768px) {
  section.about .content {
    max-width: 1200px;
    padding: 80px 70px;
  }
  section.about .title_about:before {
    content: "";
    background-image: url("./images/icon_character_1.png");
    width: 70px;
    height: 118px;
    display: block;
    background-size: cover;
    position: absolute;
    left: calc(50% - 250px);
    top: -30px;
  }
  section.about .title_about:after {
    content: "";
    background-image: url("./images/icon_character_2.png");
    width: 67px;
    height: 142px;
    display: block;
    background-size: cover;
    position: absolute;
    right: calc(50% - 250px);
    top: -55px;
  }
  section.about .content img.about_image {
    margin-top: -70px;
  }
}
@media screen and (max-width:767px) {
  section.about .title_about:before {
    content: "";
    background-image: url("./images/icon_character_1.png");
    width: 35px;
    height: 59px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 30px;
  }
  section.about .title_about:after {
    content: "";
    background-image: url("./images/icon_character_2.png");
    width: 34px;
    height: 71px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 15px;
  }
  section.about .content img.about_image {
    margin-top: -35px;
  }
}
section.about {
  background-color: #FEFFF2;
}
section.about .content .two_col .text_box h3,
section.about .content .two_col .text_box p,
section.about .content .two_col .text_box {
  text-align: left;
}
section.about .content .two_col .text_box p {
  font-size: .88rem;
}
section.about .title_about {
  position: relative;
  text-align: center;
}
.company_slide {
  margin: 30px auto 0;
}
.company_image li {
  position: relative;
  margin: 0 10px;
  height: 500px;
}
.company_image li:first-child {
  margin: 0 10px 0 0;
}
.company_image li:last-child {
  margin: 0 0 0 10px;
}
.company_image li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact */
@media screen and (min-width:768px) {
  div.accept {
    padding: 30px;
    margin: 50px auto;
  }
  .form_box table tr th {
    padding: 10px 20px 10px 0;
    border-bottom: none;
    vertical-align: middle;
  }
  .form_box table tr td {
    padding: 10px 0;
    border-bottom: none;
    vertical-align: middle;
  }
  div.twocol_text {
    display: inline-block;
    margin-right: 10px;
  }
  td.name .wpcf7-form-control-wrap input[type="text"] {
    width: 200px;
  }
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap input[type="text"] {
    max-width: 442px;
  }
}
@media screen and (max-width:767px) {
  section.contact .content {
    padding: 50px 20px;
    text-align: left;
  }
  .wpcf7-list-item-label {
    font-size: 0.8rem;
  }
  div.accept {
    padding: 15px 10px;
    margin: 25px auto;
  }
  .form_box table tr th {
    padding: 0;
    border-bottom: none;
    vertical-align: middle;
  }
  .form_box table tr td {
    padding: 0;
    border-bottom: none;
    vertical-align: middle;
  }
  div.twocol_text {
    width: 48%;
  }
  div.twocol_text {
    display: inline-block;
    margin-right: 2%;
  }
  td.name .wpcf7-form-control-wrap input[type="text"] {
   width: calc(100% - 30px);
  }
  td.name div.twocol_text:last-child {
    margin-left: 2%;
    margin-right: 0;
  }
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap input[type="text"] {
    width: calc(100% - 30px);
  }
}
.form_box {
  margin: 0 auto;
}
.form_box span.require {
  background-color: #D60000;
  color: #fff;
  padding: 1px 5px;
  margin-left: 1em;
}
.form_box h3 {
  border-bottom: none;
}
.form_box label,
.form_box p,
.form_box dl dt {
  font-family: "Noto Sans JP",sans-serif;
}
.form_box p,
.form_box dl dt {
  font-weight: 600;
}
.form_box dl {
  margin: 50px auto;
}
.form_box dl dt {
  text-align: left;
}
.form_box dl dt span.require {
  color: #ff0000;
}
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"] {
  border: 1px solid #C1C1C1;
  padding: 15px;
  font-size: 0.9rem;
}
.wpcf7-form-control-wrap textarea {
  border: 1px solid #C1C1C1;
  padding: 15px;
  font-size: 0.9rem;
  width: calc(100% - 30px);
  max-width: 600px;
}
.form_box input.year {
  width: 4em;
}
.form_box input.month,
.form_box input.day {
  width: 3em;
}
span.select_days {
  margin-right: 15px;
}
td.name .wpcf7-form-control-wrap {
  margin-right: 10px;
}
td.name .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  font-size: .8rem;
}
.wpcf7-list-item {
  margin: 0!important;
}
.wpcf7-checkbox {
  display: block;
  padding: 0;
}
.wpcf7-list-item label {
  cursor: pointer;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #000;
  vertical-align: -7px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked {
  border: 1px solid #2579b9;
  background: #2579b9;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
div.submit.request {
  margin: 40px auto 20px;
}
p.contact_link {
  margin: 0 auto 40px;
  text-align: center;
}
p.contact_link img {
  max-width: 345px;
}
div.accept {
  border: 3px solid #1A6450;
  max-width: 840px;
  background-color: #fff;
}
div.accept p {
  text-align: center;
  margin-top: 20px;
}

/* Footer */
@media screen and (min-width:768px) {
  footer .footer_link { padding: 40px 0; margin: 0 auto 40px; }
  footer .footer_link ul li {
    display: inline-block;
    margin-right: 20px;
  }
  footer .footer_link ul li:last-child {
    margin-right: 0;
  }
  footer { padding: 0 0 160px; }
}
@media screen and (max-width:767px) {
  footer .footer_link { padding: 20px 0; margin: 0 auto 20px; }
  footer .footer_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer_link ul li {
    width: 45%;
  }
  footer { padding: 0 0 150px; }
}
footer {
  width: 100%;
  text-align: center;
}
footer .content {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
footer .footer_link {
  background-color: #1A644F;
}
footer .footer_link ul li a {
  color: #fff;
  font-size: 0.77rem;
}
footer p.copyright {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}

/* 記事 */
@media screen and (min-width:768px) {
  section.news .content {
    margin: 100px auto;
  }
  section.newslist .content p.thum {
    margin: 0 auto 60px;
    text-align: center;
  }
  section.newslist h2 {
    line-height: 2.5rem;
    color: #000;
    text-align: left;
    margin: 0 0 15px;
    font-size: 1.7rem;
    text-align: center;
  }
  section.newslist.news_single h2 {
    margin: 0 0 20px;
  }
  section.newslist {
    margin: 0 auto 0;
    max-width: 1200px;
  }
  section.newslist.news_single {
    margin: 0 auto 0;
    max-width: 1200px;
  }
}
@media screen and (max-width:767px) {
  section.newslist .content p.thum {
    max-width: 500px;
    width: 100%;
    margin: 25px auto;
    text-align: center;
  }
  section.newslist {
    margin: 0 auto;
    padding: 0 20px;
  }
  section.newslist h2 {
    line-height: 2rem;
    color: #000;
    text-align: left;
    margin: 0 0 15px;
    font-size: 1.3rem;
    padding: 0;
  }
  section.newslist {
    margin: 0 auto 0;
    max-width: 1200px;
  }
}
main.single .breadcrumb_box {
  border-top: 1px solid #000;
}
main.single .article_fv .breadcrumb_box {
  padding-top: 10px;
}

section.newslist p.date {
  color: #1b1b1b;
}

section.newslist.news_single h2 {
  text-align: left;
}
section.newslist.news_single p span.category {
  background-color: #000;
  color: #fff;
  padding: 3px 20px;
}
section.newslist .content p.thum img {
  width: 100%;
}
div.singlepage_lnk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
}
div.singlepage_lnk > div a {
  margin: 0 35px;
  background-color: #dcdcdc;
  padding: 10px;
}
.news_single p.thum {
  margin: 0 auto;
}
section.newslist.news_single p.date {
  margin: 20px auto;
}

/* error */
.errorpage .content {
  max-width: 1000px;
  margin: 150px auto 0;
  text-align: center;
}
p.error_message {
  margin-bottom: 50px;
}
.errorpage .content h2 span {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 4rem;
}

.cv1 {
  max-width:250px;
  position: fixed;
  right: 1%;
  bottom: 105px;
  z-index: 10;
  margin: 0;
}
.cv2 {
  max-width:250px;
  position: fixed;
  right: 1%;
  bottom: 215px;
  z-index: 10;
  margin: 0;
}

.cv3 {
  max-width:250px;
  position: fixed;
  left: 1%;
  bottom: 105px;
  z-index: 10;
  margin: 0;
}

@media (max-width: 767px) {

  .cv1 {
    max-width:190px;
    position: fixed;
    right: 1%;
    bottom: 105px;
    z-index: 10;
    margin: 0;
  }
  .cv2 {
    max-width:190px;
    position: fixed;
    right: 1%;
    bottom: 195px;
    z-index: 10;
    margin: 0;
  }

  .cv3 {
    max-width:200px;
    position: fixed;
    left: 1%;
    bottom: 105px;
    z-index: 10;
    margin: 0;
  }

}