@charset "UTF-8";

/* color
-------------------------------------------------------- */
.txt_color--maniwa { color: #00a497; }
.txt_color--hiruzen { color: #93b881; }
.txt_color--yubara { color: #e6a8a1; }
.txt_color--katsuyamaKuse { color: #b69d6c; }
.txt_color--hokuboOchiai { color: #9b7877; }
.txt_color--shinjoMikamo { color: #6d93b9; }

/* common
------------------------------------------------------------ */
/* main_visual */
.main_visual {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.main_visual .main_visual_textbox {
  display:none;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 50%;
  left: 50%;
  position: absolute;
}

.main_visual .main_visual_textbox img {
  width: 100%;
  min-width: auto;
}

.main_visual .caption {
  transform: translateX(600px);
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 1;
  right: 50%;
  bottom: 20px;
  position: absolute;
}

.main_visual .main_visual_imginner {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
}

.main_visual .main_visual_imginner img {
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1250px;
  top: 50%;
  left: 50%;
  position: absolute;
}

/* area_nav */
.area_nav {
  border-top: 1px solid #b79b5b;
  border-bottom: 1px solid #b79b5b;
  background-color: #fff;
}

.area_nav_inner {
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  display: flex;
}

.area_nav_inner li { width: calc(100% / 5); }

.area_nav_inner li a {
  text-align: center;
  padding: 4px 0;
  z-index: 0;
  display: block;
  position: relative;
}

.area_nav_inner li a .area_nav__link {
  padding: 16px 0 14px;
  border-left: 1px solid #b79b5b;
  display: block;
}

.area_nav_inner li:last-child a .area_nav__link { border-right: 1px solid #b79b5b; }
.area_nav_inner li.hiruzen a { color: #93b881; }
.area_nav_inner li.yubara a { color: #e6a8a1; }
.area_nav_inner li.katsuyamaKuse a { color: #b69d6c; }
.area_nav_inner li.hokuboOchiai a { color: #9b7877; }
.area_nav_inner li.shinjoMikamo a { color: #6d93b9; }

#hiruzen .area_nav_inner li.hiruzen a {
  color: #3e3a39;
  background-color: #93b881;
}

#yubara .area_nav_inner li.yubara a {
  color: #3e3a39;
  background-color: #e6a8a1;
}

#katsuyamaKuse .area_nav_inner li.katsuyamaKuse a {
  color: #3e3a39;
  background-color: #b69d6c;
}

#hokuboOchiai .area_nav_inner li.hokuboOchiai a {
  color: #3e3a39;
  background-color: #9b7877;
}

#shinjoMikamo .area_nav_inner li.shinjoMikamo a {
  color: #3e3a39;
  background-color: #6d93b9;
}

#hiruzen .area_nav_inner li.hiruzen a:hover { opacity: 1; }
#yubara .area_nav_inner li.yubara a:hover { opacity: 1; }
#katsuyamaKuse .area_nav_inner li.katsuyamaKuse a:hover { opacity: 1; }
#hokuboOchiai .area_nav_inner li.hokuboOchiai a:hover { opacity: 1; }
#shinjoMikamo .area_nav_inner li.shinjoMikamo a:hover { opacity: 1; }

#hiruzen .area_nav_inner li a:after, #yubara .area_nav_inner li a:after, #katsuyamaKuse .area_nav_inner li a:after, #hokuboOchiai .area_nav_inner li a:after, #shinjoMikamo .area_nav_inner li a:after {
  transform: translateX(-50%);
  border-color: transparent;
  border-style: solid;
  border-width: 25px 25px 0;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -22px;
  display: block;
  content: "";
  position: absolute;
}

#hiruzen .area_nav_inner li.hiruzen a:after { border-top-color: #93b881; }
#yubara .area_nav_inner li.yubara a:after { border-top-color: #e6a8a1; }
#katsuyamaKuse .area_nav_inner li.katsuyamaKuse a:after { border-top-color: #b69d6c; }
#hokuboOchiai .area_nav_inner li.hokuboOchiai a:after { border-top-color: #9b7877; }
#shinjoMikamo .area_nav_inner li.shinjoMikamo a:after { border-top-color: #6d93b9; }

#hiruzen .area_nav_inner li a:before, #yubara .area_nav_inner li a:before, #katsuyamaKuse .area_nav_inner li a:before, #hokuboOchiai .area_nav_inner li a:before, #shinjoMikamo .area_nav_inner li a:before {
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  z-index: -1;
  top: -1px;
  left: 0;
  content: "";
  position: absolute;
}

#hiruzen .area_nav_inner li.hiruzen a:before { background-color: #93b881; }
#yubara .area_nav_inner li.yubara a:before { background-color: #e6a8a1; }
#katsuyamaKuse .area_nav_inner li.katsuyamaKuse a:before { background-color: #b69d6c; }
#hokuboOchiai .area_nav_inner li.hokuboOchiai a:before { background-color: #9b7877; }

#shinjoMikamo .area_nav_inner li.shinjoMikamo a:before {
  width: 100%;
  background-color: #6d93b9;
}

.area_nav__ja {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.area_nav__en {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* .area_nav_inner li.hiruzen a .area_nav__en { color: #93b881; }
.area_nav_inner li.yubara a .area_nav__en { color: #e6a8a1; }
.area_nav_inner li.katsuyamaKuse a .area_nav__en { color: #b69d6c; }
.area_nav_inner li.hokuboOchiai a .area_nav__en { color: #9b7877; }
.area_nav_inner li.shinjoMikamo a .area_nav__en { color: #6d93b9; } */
#hiruzen .area_nav_inner li.hiruzen a .area_nav__en, #hiruzen .area_nav_inner li.hiruzen a .area_nav__ja, #yubara .area_nav_inner li.yubara a .area_nav__en, #yubara .area_nav_inner li.yubara a .area_nav__ja, #katsuyamaKuse .area_nav_inner li.katsuyamaKuse a .area_nav__en, #katsuyamaKuse .area_nav_inner li.katsuyamaKuse a .area_nav__ja, #hokuboOchiai .area_nav_inner li.hokuboOchiai a .area_nav__en, #hokuboOchiai .area_nav_inner li.hokuboOchiai a .area_nav__ja, #shinjoMikamo .area_nav_inner li.shinjoMikamo a .area_nav__en, #shinjoMikamo .area_nav_inner li.shinjoMikamo a .area_nav__ja { color: #fff; }

/* breadcrumbs */
.breadcrumbs { padding: 30px 0; }

.breadcrumbs_inner {
  margin: 0 auto;
  width: 1200px;
  display: flex;
}

.breadcrumbs_inner li {
  margin-right: 1.4em;
  position: relative;
}

.breadcrumbs_inner li:after {
  top: 0;
  right: -1em;
  display: block;
  content: ">";
  position: absolute;
}

.breadcrumbs_inner li:last-child:after { content: ""; }

/* contents */
.contents { margin-bottom: 60px; }

.contents h2 {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  height: 60px;
  display: flex;
  background-color: #00a497;
  position: relative;
}

#hiruzen .contents h2 { background-color: #93b881; }
#yubara .contents h2 { background-color: #e6a8a1; }
#katsuyamaKuse .contents h2 { background-color: #b69d6c; }
#hokuboOchiai .contents h2 { background-color: #9b7877; }
#shinjoMikamo .contents h2 { background-color: #6d93b9; }

.contents h2:after {
  transform: translateX(-50%);
  border-color: transparent;
  border-top-color: #00a497;
  border-top-color: #00a497;
  border-style: solid;
  border-width: 22px 22px 0;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -22px;
  display: block;
  content: "";
  position: absolute;
}

#hiruzen .contents h2:after { border-top-color: #93b881; }
#yubara .contents h2:after { border-top-color: #e6a8a1; }
#katsuyamaKuse .contents h2:after { border-top-color: #b69d6c; }
#hokuboOchiai .contents h2:after { border-top-color: #9b7877; }
#shinjoMikamo .contents h2:after { border-top-color: #6d93b9; }
.contents__icon { margin-right: 12px; }

/* 検索エリア */
.contents--search {
  margin-bottom: 0;
  background: #fbf5e8;
}

.contents--search#data_area {
  margin-top: -197px;
  padding-top: 197px;
  background: none;
}

.contents--search h2 { margin-bottom: 0; }
.contents--search#data_area form { background: #fbf5e8; }

.contents--search .search_container {
  margin: 0 auto;
  padding: 45px 0 68px;
  width: 1200px;
}

.contents--search .search_container .select_wrap { position: relative; }

.contents--search .search_container .select_wrap__box {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 44px 12px 12px;
  border: 1px solid #00a497;
  min-width: 200px;
  background: #fff;
  cursor: pointer;
}

.contents--search .search_container .select_wrap__box.opened { background: #f8e58c; }
.contents--search .search_container .select_wrap__box:hover { background: #fff8db; }

.contents--search .search_container .select_wrap__box:after {
  transform: translateY(-50%);
  pointer-events: none;
  top: 50%;
  right: 10px;
  display: inline-block;
  content: url('../../img/common/arrow_selectbox.png');
  position: absolute;
}

.contents--search .search_container input[type=text], .contents--search .search_container input[type=submit], .contents--search .search_container .btn_search {
  font-size: 14px;
  margin: 0 10px;
}

/* .contents--search .search_container select, */
.contents--search .search_container input[type=text] {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px;
  border: 1px solid #00a497;
  min-width: 200px;
  background: #fff;
}

.contents--search .search_container .btn_search {
  border-radius: 5px;
  border: none;
  display: block;
}

.contents--search .search_container .btn_search input[type=submit] { visibility: hidden; }

.contents--search .search_balloon {
  
}

.contents--search .search_balloon__title {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 8px;
  padding-left: 36px;
}

.contents--search .st_area { background: url(../../img/common/icon_area.png) 0 0 no-repeat; }

.contents--search .st_calendar {
  background: url(../../img/common/icon_calendar.png) 0 50% no-repeat;
  background-size: 24px auto;
}

.contents--search .st_search { background: url(../../img/common/icon_search.png) 0 50% no-repeat; }
.contents--search .st_genre { background: url(../../img/common/icon_camera02.png) 0 50% no-repeat; }

.search_balloon__list .search_balloon_sst {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 15px 5px 15px 20px;
  left: 0;
  display: inline-block;
  background: #00a496;
  position: absolute;
    width: 90px;
}

.search_balloon__list .search_balloon_sst::after {
  box-sizing: border-box;
  border-radius: 8px;
  transform: rotate(-45deg);
  border: 5px solid transparent;
  border-bottom: 15px solid #1aa496;
  border-right: 15px solid #1aa496;
  width: 36px;
  height: 38px;
  z-index: 0;
  top: 4px;
  right: -13px;
  content: "";
  position: absolute;
}

.contents--search .search_balloon__title--spot:before {
  margin-right: 20px;
  content: url(../../img/common/icon_camera_g.png);
}

.contents--search .search_balloon__list {
  padding-left: 120px;
  position: relative;
}

.contents--search .search_balloon__list label {
  border-radius: 5px;
  text-align: center;
  margin: 0 0 20px 20px;
  padding: 15px 5px;
  border: 1px solid #00a496;
  min-width: 160px;
  display: inline-block;
  background: #fff;
}

.contents--search .search_balloon__list label.selected {
  color: #fff;
  background: #00a496;
}

.contents--search .search_balloon__list label input { display: none; }
.contents--search .search_balloon__list label:nth-last-child(-n+2) { margin-bottom: 0; }

.contents--search .search_balloon__list input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin-right: 4px;
}

.contents--search .search_balloon__list input[type=radio] {
  -webkit-appearance: radio;
  margin-right: 4px;
}

.search_area .search_balloon__list { overflow: hidden; }
.search_area .search_balloon__list .search_balloon_sst { padding: 15px 5px; }

.search_area .search_balloon__list #keyword {
  margin-left: 20px;
  width: 400px;
}

.search_area .search_balloon__list .btn_search {
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  margin: 0;
  display: inline-block;
  background: #00a496;
  float: right;
}

.search_area .search_balloon__list .btn_search:hover { opacity: 0.7; }

/* エリアラベル */
.area_label {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
  width: 80px;
  display: inline-block;
  background: #00a497;
}

.area_label--maniwa { background: #00a497; }
.area_label--hiruzen { background: #93b881; }
.area_label--yubara { background: #e6a8a1; }
.area_label--katsuyamaKuse { background: #b69d6c; }
.area_label--hokuboOchiai { background: #9b7877; }
.area_label--shinjoMikamo { background: #6d93b9; }

/* 下層ページタイトル,リード文 */
.lead_container {
  text-align: center;
  margin: 0 auto 60px;
  padding: 45px 0;
  border-top: 1px dotted #b79b5b;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
}

.lead_container .lead_title {
  font-size: 32px;
  font-weight: bold;
  color: #00a497;
  line-height: 40px;
}

.lead_container .lead_sub_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
}

.lead_container .lead_text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

/* top, area_top
------------------------------------------------------------ */
/* main_visual slider */
#main_slider { position: relative; }
#main_slider .slick-slide { height: 500px; }

.main_visual .main_visual__dots {
  justify-content: flex-start;
  transform: translateX(-50%);
  margin: 0 auto;
  padding-left: 46px;
  width: 1200px;
  left: 50%;
  bottom: 23px;
  display: flex;
  position: absolute;
}

#main_slider .main_visual__dots li {
  margin-right: 10px;
  height: auto;
  cursor: pointer;
}

#main_slider .main_visual__dots li:last-child { margin-right: 0; }

#main_slider .main_visual__dots li:after {
  width: 40px;
  height: 4px;
  display: block;
  background: #898989;
  content: "";
}

#main_slider .main_visual__dots li.slick-active:after { background: #00a497; }
#hiruzen #main_slider .main_visual__dots li.slick-active:after { background: #93b881; }
#yubara #main_slider .main_visual__dots li.slick-active:after { background: #e6a8a1; }
#katsuyamaKuse #main_slider .main_visual__dots li.slick-active:after { background: #b69d6c; }
#hokuboOchiai #main_slider .main_visual__dots li.slick-active:after { background: #9b7877; }
#shinjoMikamo #main_slider .main_visual__dots li.slick-active:after { background: #6d93b9; }

.contents__more {
  transform: translate(600px, -50%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  color: #00a497;
  width: 138px;
  height: 34px;
  top: 50%;
  right: 50%;
  display: flex;
  background: #fff;
  position: absolute;
}

#hiruzen .contents__more { color: #93b881; }
#yubara .contents__more { color: #e6a8a1; }
#katsuyamaKuse .contents__more { color: #b69d6c; }
#hokuboOchiai .contents__more { color: #9b7877; }
#shinjoMikamo .contents__more { color: #6d93b9; }
.contents__more:hover { opacity: 0.8; }
.contents__more img { margin-right: 12px; }

.contents__more--bgwhite {
  transform: translate(0, 0);
  box-shadow: 1px 2px 0 rgba(0, 164, 151, 0.4);
  margin-left: 16px;
  border: 1px solid;
  border-color: #00a497;
  top: 0;
  left: 0;
  position: relative;
}

#hiruzen .contents__more--bgwhite {
  box-shadow: 1px 2px 0 rgba(147, 184, 129, 0.4);
  border-color: #93b881;
}

#yubara .contents__more--bgwhite {
  box-shadow: 1px 2px 0 rgba(230, 168, 161, 0.4);
  border-color: #e6a8a1;
}

#katsuyamaKuse .contents__more--bgwhite {
  box-shadow: 1px 2px 0 rgba(182, 157, 108, 0.4);
  border-color: #b69d6c;
}

#hokuboOchiai .contents__more--bgwhite {
  box-shadow: 1px 2px 0 rgba(155, 120, 119, 0.4);
  border-color: #9b7877;
}

#shinjoMikamo .contents__more--bgwhite {
  box-shadow: 1px 2px 0 rgba(109, 147, 185, 0.4);
  border-color: #6d93b9;
}

.contents__more--bgwhite:hover {
  box-shadow: none;
  top: 2px;
  left: 1px;
  background-color: rgba(0, 164, 151, 0.1);
}

#hiruzen .contents__more--bgwhite:hover { background-color: rgba(147, 184, 129, 0.1); }
#yubara .contents__more--bgwhite:hover { background-color: rgba(230, 168, 161, 0.1); }
#katsuyamaKuse .contents__more--bgwhite:hover { background-color: rgba(182, 157, 108, 0.1); }
#hokuboOchiai .contents__more--bgwhite:hover { background-color: rgba(155, 120, 119, 0.1); }
#shinjoMikamo .contents__more--bgwhite:hover { background-color: rgba(109, 147, 185, 0.1); }

/* #top .area_nav {
	margin-bottom: 60px;
} */
.posts_inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 1200px;
}

.posts_slider li.slick-slide {
  margin: 0 15px;
  width: 360px;
}

.posts_slider li.slick-slide a { display: block; }

.posts_slider .posts_slider__dots {
  justify-content: center;
  margin: 10px auto 0;
  width: 100%;
  display: flex;
}

.posts_slider .posts_slider__dots li { cursor: pointer; }

.posts_slider .posts_slider__dots li:after {
  border-radius: 100%;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  display: block;
  background: #c4c5c6;
  content: "";
}

.posts_slider .posts_slider__dots li.slick-active:after { background: #00a497; }
#hiruzen .posts_slider .posts_slider__dots li.slick-active:after { background: #93b881; }
#yubara .posts_slider .posts_slider__dots li.slick-active:after { background: #e6a8a1; }
#katsuyamaKuse .posts_slider .posts_slider__dots li.slick-active:after { background: #b69d6c; }
#hokuboOchiai .posts_slider .posts_slider__dots li.slick-active:after { background: #9b7877; }
#shinjoMikamo .posts_slider .posts_slider__dots li.slick-active:after { background: #6d93b9; }

.post_img {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: calc(360px * 2 / 3);
  display: flex;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.post_img img {
  max-height: calc(360px * 2 / 3);
  max-width: 100%;
}

.post_img .post_area {
  left: 0;
  bottom: 0;
  position: absolute;
}

.post_title {
  font-size: 16px;
  line-height: 1.5;
}

.posts_inner_search {
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}

.posts_half_container {
  margin-top: 48px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #b79b5b;
  width: 586px;
}

.posts_half_container:nth-child(2n-1) {
  padding-right: 28px;
  width: 614px;
}

.posts_half_container:nth-child(-n+2) { margin-top: 0; }

.posts_half_container:nth-last-child(-n+2) {
  padding-bottom: 0;
  border-bottom: none;
}

#top .posts_half_container:nth-last-child(-n+2) {
  padding-bottom: 60px;
  border-bottom: 1px dotted #b79b5b;
}

.posts_half_container h3 {
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #00a497;
  margin-bottom: 20px;
  height: 44px;
  display: flex;
  position: relative;
}

#hiruzen .posts_half_container h3 { color: #93b881; }
#yubara .posts_half_container h3 { color: #e6a8a1; }
#katsuyamaKuse .posts_half_container h3 { color: #b69d6c; }
#hokuboOchiai .posts_half_container h3 { color: #9b7877; }
#shinjoMikamo .posts_half_container h3 { color: #6d93b9; }

.posts_half_container h3 img {
  margin-right: 12px;
  max-height: 44px;
}

.posts_slider_half {
  justify-content: space-between;
  display: flex;
}

.posts_slider_half li { width: 280px; }
.posts_slider_half li a { display: block; }

.posts_slider_half .post_img {
  height: calc(280px * 2 / 3);
  background-color: #f5f5f5;
}

.posts_slider_half .post_img img { max-height: calc(280px * 2 / 3); }

.posts_slider .slick-arrow {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  z-index: 1;
  top: 96px;
  display: block;
  background: rgba(0, 164, 151, 0.6);
  position: absolute;
}

#hiruzen .posts_slider .slick-arrow { background: rgba(147, 184, 129, 0.6); }
#yubara .posts_slider .slick-arrow { background: rgba(230, 169, 162, 0.6); }
#katsuyamaKuse .posts_slider .slick-arrow { background: rgba(182, 157, 108, 0.6); }
#hokuboOchiai .posts_slider .slick-arrow { background: rgba(155, 120, 119, 0.6); }
#shinjoMikamo .posts_slider .slick-arrow { background: rgba(109, 147, 185, 0.6); }
.posts_slider .slick-prev { left: -30px; }
.posts_slider .slick-next { right: -30px; }

.posts_slider .slick-arrow:after {
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  position: absolute;
}

.posts_slider .slick-prev:after {
  transform: translate(-70%, -50%);
  border-right-color: #fff;
  border-width: 16px 21px 16px 0;
}

.posts_slider .slick-next:after {
  transform: translate(-30%, -50%);
  border-left-color: #fff;
  border-width: 16px 0 16px 21px;
}

/* area */
.area_container { margin: 90px 0 60px; }
#top .area_container { margin-top: 0; }
#hiruzen .area_container, #yubara .area_container, #hokuboOchiai .area_container, #shinjoMikamo .area_container, #katsuyamaKuse .area_container { margin: 0; }

.area_inner {
  margin: 0 auto;
  padding-bottom: 32px;
  width: 1200px;
  position: relative;
}

.area_map_mini {
  top: -24px;
  left: 30px;
  position: absolute;
}

.area_link__list {
  flex-wrap: wrap-reverse;
  flex-direction: column;
  align-content: space-between;
  justify-content: flex-end;
  width: 100%;
  height: 660px;
  display: flex;
  position: absolute;
}

.area_link__list a:hover { opacity: 1; }

.area_link__item {
  margin-bottom: 30px;
  display: block;
}

.area_link__item:nth-child(4) { margin-top: 212px; }

.area_link__img {
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  width: 400px;
  height: 130px;
  display: flex;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.area_link__img img {
  transition: all .3s ease;
  max-height: 130px;
}

.area_link__list a:hover .area_link__img > img {
  opacity: 0.5;
  transform: scale(1.1);
}

.area_link__name {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.area_link__name img { width: auto; }

/* .area_link__text { */
.area_link__img + p {
  line-height: 1.5;
  width: 400px;
  min-height: 3em;
}

.area_map {
  text-align: center;
  padding-top: 10px;
}

/* access */
.access_container { margin-bottom: 0; }
.access_container h2 { margin-bottom: 0; }

.access_inner {
  margin: 0 auto;
  padding: 180px 0 50px;
  width: 1200px;
  background: url(/img/top/bg_access.png);
  background-size: cover;
}

.access_list {
  justify-content: center;
  display: flex;
}

.access_item {
  text-align: center;
  margin: 0 30px;
  width: 260px;
}

.access_item__icon { margin-bottom: 20px; }

.access_item__text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.access_item__btn a {
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  border: 1px solid #00a497;
  display: block;
  background: #fff;
}

.access_bottom_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.access_bottom_text a {
  border-radius: 100px;
  color: #fff;
  margin-left: 8px;
  padding: 6px 16px;
  display: inline-block;
  background: #00a497;
}

/* video */
#video {
  margin: 0 auto;
  width: 1240px;
  height: 697.5px;
}

#video iframe {
  width: 100%;
  height: 100%;
}

/* bnr */
.bnr_container { margin: 50px 0; }

.bnr_inner {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 1200px;
  display: flex;
}

.bnr_inner li {
  margin: 0 25px 25px 0;
  width: 220px;
  height: 70px;
  background: #f5f5f5;
  overflow: hidden;
}

.bnr_inner li:nth-child(5n) { margin-right: 0; }
.bnr_inner li:nth-last-child(-n+5) { margin-bottom: 0; }
.bnr_inner li img { width: 100%; }

/* news */
.news_container {
  margin-bottom: 60px;
  padding: 30px 0 40px;
  background: #eaeaeb;
}

#top .news_container { margin-bottom: 0; }

.news_inner {
  margin: 0 auto;
  width: 1200px;
}

.news_inner h2 {
  align-items: center;
  font-size: 24px;
  color: #00a497;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

#hiruzen .news_inner h2 { color: #93b881; }
#yubara .news_inner h2 { color: #e6a8a1; }
#katsuyamaKuse .news_inner h2 { color: #b69d6c; }
#hokuboOchiai .news_inner h2 { color: #9b7877; }
#shinjoMikamo .news_inner h2 { color: #6d93b9; }

.news_list li {
  margin-bottom: 14px;
  display: flex;
}

.news_list li:last-child { margin-bottom: 0; }

.news_item__time {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 155px;
  height: 47px;
  display: flex;
  background: #fff;
}

.news_item__time time { font-size: 17px; }

.news_item__contents {
  align-items: center;
  padding: 10px;
  width: 100%;
  display: flex;
  background: #fff;
}

.news_item__category { margin-right: 22px; }

.news_item__txt {
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.2;
  width: 929px;
  overflow: hidden;
  white-space: nowrap;
}

/* topics
------------------------------------------------------------ */
#topics #main_slider .slick-slide {
  text-align: center;
  margin: 0 4px;
  height: 300px;
  outline: none;
}

#topics .main_visual h2 {
  font-size: 36px;
  color: #00a497;
  text-align: center;
  padding: 30px 0;
  background: rgba(0, 164, 151, 0.15);
}

#topics .main_visual img {
  width: auto;
  min-width: auto;
}

#topics .posts_inner { padding: 0; }

#topics .posts_slider {
  flex-wrap: wrap;
  display: flex;
}

#topics .posts_slider li {
  box-sizing: content-box;
  margin: 0 0 60px;
  padding: 0 26px 60px 0;
  border-bottom: 1px dotted #b79b5b;
  width: 280px;
}

#topics .posts_slider li:nth-child(4n) { padding-right: 0; }
#topics .posts_slider li:nth-last-child(-n+4) { margin-bottom: 0; }
#topics .posts_slider .post_img { height: calc(280px * 2 / 3); }

/* news
------------------------------------------------------------ */
#news .lead_container { margin-bottom: 0; }

#news .news_container {
  margin-bottom: 0;
  padding: 0;
  background: #fff;
}

#news .news_item {
  justify-content: space-between;
  padding: 40px 56px 40px 0;
  border-bottom: 1px dotted #b79b5b;
  display: flex;
  position: relative;
}

#news .news_item:after {
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  content: url('../../img/arrow_circle.png');
  position: absolute;
}

#news .news_item__img {
  width: 180px;
  height: 120px;
  overflow: hidden;
}

#news .news_item__img img { width: 100%; }
#news .news_item__info { width: 938px; }

#news .news_item__info__time {
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
}

#news .news_item__info__area { margin-bottom: 20px; }

#news .news_item__info__text {
  font-size: 18px;
  line-height: 1.5;
}

/* pager */
#news .news_pager {
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
  display: flex;
}

#news .news_pager li { margin: 0 4px; }

#news .news_pager li a {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #00a497;
  border: 1px solid #00a497;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
}

#news .news_pager li.current a {
  color: #fff;
  background: #00a497;
}

#news .news_pager li.arrow_prev a, #news .news_pager li.arrow_next a {
  border: none;
  width: 14px;
}

#news .news_pager li.arrow_prev a:after, #news .news_pager li.arrow_next a:after {
  border-bottom: 3px solid #00a497;
  border-right: 3px solid #00a497;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
}

#news .news_pager li.arrow_prev a:after { transform: rotate(135deg); }
#news .news_pager li.arrow_next a:after { transform: rotate(-45deg); }

/* tour_list
------------------------------------------------------------ */
#tour_list .main_visual {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

#tour_list .main_visual__text {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000;
  width: 100%;
  top: 56%;
  left: 50%;
  position: absolute;
}

#tour_list .main_visual__text:before {
  right: 0;
  left: 0;
  bottom: 120%;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

#tour_list .main_visual__text.tour:before {
  height: 73px;
  bottom: 100%;
  background-image: url(/img/common/icon_flag_shadow.png);
}

#tour_list .main_visual__text.spot:before { height: 68px; }

#tour_list .main_visual__text.category_1:before {
  height: 73px;
  background-image: url(/img/common/icon_flag_shadow.png);
}

#tour_list .main_visual__text.category_2:before { background-image: url(/img/common/icon_gourmet_shadow.png); }
#tour_list .main_visual__text.category_3:before { background-image: url(/img/common/icon_smile_shadow.png); }
#tour_list .main_visual__text.category_4:before { background-image: url(/img/common/icon_onsen_shadow.png); }
#tour_list .main_visual__text.category_5:before { background-image: url(/img/common/icon_gift_shadow.png); }

#tour_list .main_visual__text.event:before {
  height: 73px;
  background-image: url(/img/common/icon_calendar_shadow.png);
}

#tour_list .tour_top {
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 0;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
  height: 80px;
  display: flex;
}

#tour_list .tour_top__counter {
  align-items: center;
  display: flex;
}

#tour_list .tour_top__counter .num {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}

#tour_list .tour_top__controller { display: flex; }
#tour_list .tour_top__controller .sort { margin-right: 20px; }

#tour_list .tour_top__controller .sort a {
  font-size: 16px;
  color: #898989;
}

#tour_list .tour_top__controller .sort_term {
  font-weight: bold;
  color: #3e3a39;
  margin-right: 20px;
}

#tour_list .tour_top__controller .sort.current a, #tour_list .tour_top__controller .sort a:hover {
  opacity: 1;
  color: #00a497;
}

#tour_list .tour_controller__view_change {
  justify-content: space-between;
  margin-left: 26px;
  width: 164px;
  display: flex;
}

#tour_list .view_list a {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

#tour_list .view_list a .bar {
  border-radius: 100px;
  width: 100%;
  height: 2px;
  background: #898989;
  position: absolute;
}

#tour_list .view_list a .bar:nth-child(2) { top: 11px; }
#tour_list .view_list a .bar:nth-child(3) { top: 22px; }

#tour_list .view_list a:hover .bar, #tour_list .view_list.current a .bar {
  opacity: 1;
  background: #00a497;
}

#tour_list .view_tile a {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 34px;
  display: flex;
}

#tour_list .view_tile a .rect {
  margin-bottom: 2px;
  width: 16px;
  height: 11px;
  background: #898989;
}

#tour_list .view_tile a:hover .rect, #tour_list .view_tile.current a .rect {
  opacity: 1;
  background: #00a497;
}

#tour_list .tour_inner {
  margin: 0 auto;
  width: 1200px;
}

#tour_list .tour_item {
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px dotted #b79b5b;
  display: flex;
}

#tour_list .tour_item__img {
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 230px;
  display: flex;
  background: #f5f5f5;
  overflow: hidden;
}

#tour_list .tour_item__img {
  max-height: 230px;
  max-width: 100%;
}

#tour_list .tour_item__img img { max-width: 100%; }
#tour_list .tour_item__info { width: 795px; }
#tour_list .tour_item__info__area { margin-bottom: 30px; }

#tour_list .tour_item__info__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}

#tour_list .tour_item__info__date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}

#tour_list .tour_item__info__text {
  font-size: 14px;
  line-height: 1.5;
}

/* tile layout */
#tour_list .tour_inner[data-layout=tile] {
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px dotted #b79b5b;
  display: flex;
}

#tour_list .tour_inner[data-layout=tile] .tour_item {
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: content-box;
  padding-right: calc(80px / 3);
  width: 280px;
}

#tour_list .tour_inner[data-layout=tile] .tour_item:nth-last-child(-n+3) { border-bottom: none; }
#tour_list .tour_inner[data-layout=tile] .tour_item:nth-child(4n) { padding-right: 0; }

#tour_list .tour_inner[data-layout=tile] .tour_item__img {
  width: 100%;
  height: 200px;
}

#tour_list .tour_inner[data-layout=tile] .tour_item__img img { max-height: 200px; }

#tour_list .tour_inner[data-layout=tile] .tour_item__info {
  width: 100%;
  position: relative;
}

#tour_list .tour_inner[data-layout=tile] .tour_item__info__area {
  margin: 0;
  left: 0;
  bottom: 100%;
  position: absolute;
}

#tour_list .tour_inner[data-layout=tile] .tour_item__info__title {
  font-size: 16px;
  padding-top: 20px;
  margin-bottom:10px;
}

#tour_list .tour_inner[data-layout=tile] .tour_item__info__date.tour_item__info__day{
  font-size: 16px;
  display: block;
}

#tour_list .tour_inner[data-layout=tile] .tour_item__info__date, #tour_list .tour_inner[data-layout=tile] .tour_item__info__text { display: none; }

/* tour_data
------------------------------------------------------------ */
#tour_data .lead_container .lead_title { color: #595757; }
#tour_data .data_container { margin-bottom: 80px; }

#tour_data .data_inner {
  margin: 0 auto;
  width: 1200px;
}

#tour_data .data_img {
  justify-content: space-between;
  margin-bottom: 36px;
  display: flex;
}

#tour_data .data_img_big {
  width: 760px;
  height: 506px;
  background: #f5f5f5;
  overflow: hidden;
}

#tour_data .data_img_big li {
  justify-content: center;
  align-items: center;
  width: 760px;
  height: 506px;
  display: flex;
  overflow: hidden;
}

#tour_data .data_img_big .slick-arrow {
  border-radius: 100%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  z-index: 1;
  top: 50%;
  display: block;
  background: rgba(0, 164, 151, 0.6);
  position: absolute;
}

#tour_data .data_img_big .slick-prev { left: 20px; }
#tour_data .data_img_big .slick-next { right: 20px; }

#tour_data .data_img_big .slick-arrow:after {
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  position: absolute;
}

#tour_data .data_img_big .slick-prev:after {
  transform: translate(-70%, -50%);
  border-right-color: #fff;
  border-width: 12px 16px 12px 0;
}

#tour_data .data_img_big .slick-next:after {
  transform: translate(-30%, -50%);
  border-left-color: #fff;
  border-width: 12px 0 12px 16px;
}

#tour_data .data_img_small .slick-dots {
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 386px;
  display: flex;
}

#tour_data .data_img_small li {
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  width: 186px;
  height: 130px;
  display: flex;
  background: #f5f5f5;
  overflow: hidden;
}

#tour_data .data_img_small li:nth-last-child(-n+2) { margin-bottom: 0; }

#tour_data .data_img_small img {
  max-height: 130px;
  max-width: 100%;
}

#tour_data .data_info {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 110px;
  display: flex;
}

#tour_data .data_info__text {
  line-height: 1.5;
  width: 760px;
}

#tour_data .data_info__text * { line-height: 1.5; }

/* event */
#tour_data .data_info--event { display: block; }

#tour_data .data_info--event .data_info__heading {
  font-size: 24px;
  font-weight: bold;
  color: #00a497;
  margin: 40px 0 20px;
}

/* event */
#tour_data .data_info__type {
  padding: 30px 50px;
  border: 1px dotted #b79b5b;
  width: 386px;
}

#tour_data .data_info__type dl {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

#tour_data .data_info__type dl dt {
  margin: 0 14px 20px 0;
  width: 70px;
}

#tour_data .data_info__type dl dd {
  margin-bottom: 20px;
  width: 200px;
}

#tour_data .data_info__type dl dd.data_info__genre span {
  border-radius: 100px;
  margin: 0 10px 6px 0;
  padding: 4px 20px;
  border: 1px solid #3e3a39;
  display: inline-block;
}

#tour_data .data_info__type dl dd.data_info__genre span:last-child { margin-bottom: 0; }

/* table */
#tour_data .data_list {
  margin: 0 auto;
  margin-bottom: 60px;
  border-top: 1px dotted #b79b5b;
  border-spacing: 0;
  border-collapse: collapse;
  width: 900px;
}

#tour_data .data_list dl {
  flex-wrap: wrap;
  display: flex;
}

#tour_data .data_list dt, #tour_data .data_list dd { border-bottom: 1px dotted #b79b5b; }

#tour_data .data_list dt {
  text-align-last: left;
  font-weight: normal;
  padding: 20px 30px 20px 20px;
  border-right: 1px dotted #b79b5b;
  width: 150px;
}

#tour_data .data_list dd {
  line-height: 1.5;
  padding: 20px 20px 20px 30px;
  width: 750px;
}

#tour_data .data_list dd img {
  margin: 0 10px 0 0;
  max-width: 100%;
}

/* map */
#tour_data .data_map {
  text-align: center;
  margin: 0 auto;
  width: 1200px;
}

#tour_data .data_map__view {
  margin-bottom: 30px;
  height: 500px;
}

#tour_data .data_map__btn { display: inline-block; }

#tour_data .data_map__btn a {
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 328px;
  height: 44px;
  display: flex;
  background: #00a497;
}

#tour_data .data_map__btn a img { margin-right: 10px; }

#tour_data .around_info_Window {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: right;
  width: 260px;
}

#tour_data .around_info_text {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

#tour_data .around_img { margin-bottom: 10px; }
#tour_data .around_img img { width: 100%; }

#tour_data .around_info_link {
  border-radius: 100px;
  color: #00a497;
  padding: 5px 24px 5px 16px;
  border: 1px solid #00a497;
  display: inline-block;
  position: relative;
}

#tour_data .around_info_link:after {
  transform: rotate(45deg);
  border-top: 1px solid #00a497;
  border-right: 1px solid #00a497;
  width: 6px;
  height: 6px;
  top: 8px;
  right: 13px;
  display: block;
  content: "";
  position: absolute;
}

/* form */
#tour_data .form_inner {
  text-align: center;
  margin: 72px auto 0;
  width: 1200px;
}

#tour_data .form_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 66px;
}

#tour_data .form_list {
  text-align: left;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #b79b5b;
}

#tour_data .form_list:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

#tour_data .form_list_inner {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 505px;
  display: flex;
}

#tour_data .form_list input, #tour_data .form_list textarea, #tour_data .form_list select {
  line-height: 1.5;
  padding: 6px 10px;
  border: 1px solid #3e3a39;
  width: 100%;
  outline: none;
}

#tour_data .form_list textarea { height: 220px; }

#tour_data .form_list input[readonly] {
  color: #fff;
  border-color: #00a497;
  background: #00a497;
}

#tour_data .form_list input[type=radio] { display: none; }

#tour_data .form_list input[type=radio] + .form_label_radio {
  padding: 4px 16px 4px 22px;
  position: relative;
}

#tour_data .form_list input[type=radio] + .form_label_radio:before {
  border-radius: 50%;
  border: 1px solid #3e3a39;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
  background: #ffffff;
  content: "";
  position: absolute;
}

#tour_data .form_list input[type=radio]:checked + .form_label_radio:after {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 4px;
  background: #00a497;
  content: "";
  position: absolute;
}

#tour_data .form_item_container {
  margin-bottom: 32px;
  width: 100%;
}

#tour_data .form_item_container:last-of-type { margin-bottom: 0; }
#tour_data .form_item_container--half { width: 47%; }

#tour_data .form_item_master {
  font-size: 16px;
  margin-bottom: 12px;
}

#tour_data .form_item_container--stature { margin-right: 50%; }

#tour_data .form_item_container--gender .form_item_servant {
  align-items: center;
  flex-wrap: wrap;
  height: 35px;
  display: flex;
}

#tour_data .form_item_container--cycle .form_item_servant {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

#tour_data .form_item_container .form_item_servant input, #tour_data .form_item_container .form_item_servant select { font-size: 16px; }

#tour_data .form_item_container--num .form_item_servant dl {
  align-items: center;
  display: flex;
}

#tour_data .form_item_container--num .form_item_servant dt {
  margin-right: 16px;
  display: inline-block;
}

#tour_data .form_item_container--num .form_item_servant dd {
  margin-right: 50px;
  display: inline-block;
}

#tour_data .form_item_container--num .form_item_servant dd input[type=number] { width: 100px; }
#tour_data .form_item_container .form_item_servant .select_wrap { position: relative; }

#tour_data .form_item_container .form_item_servant .select_wrap:before {
  transform: rotate(45deg);
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 6px;
  z-index: 1;
  top: calc(50% - 6px);
  right: 6px;
  display: inline-block;
  content: "";
  position: absolute;
}

#tour_data .form_item_container .form_item_servant .select_wrap:after {
  transform: translateY(-50%);
  pointer-events: none;
  width: 18px;
  height: 36px;
  top: 50%;
  right: 1px;
  display: inline-block;
  background-color: #00a497;
  content: "";
  position: absolute;
}

#tour_data .form_item_container .form_item_servant select { cursor: pointer; }

#tour_data .form_item_container .form_item_servant .error {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  line-height: 1.3;
  margin-top: 6px;
  width: 100%;
  display: block;
}

#tour_data .require {
  font-size: 12px;
  color: #e60012;
}

#tour_data .form_btn_submit {
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 328px;
  display: inline-block;
  background: #00a497;
}

#tour_data .form_btn_submit:hover { opacity: 0.7; }
#tour_data .form_btn_submit input[type=submit] { display: none; }

#tour_data .form_info dl {
  text-align: left;
  margin-top: 70px;
  display: inline-block;
}

#tour_data .form_info dt { line-height: 1.5; }

#tour_data .form_info dd {
  line-height: 1.5;
  margin-bottom: 40px;
}

/* jQuery UI */
#tour_data .ui-datepicker-header { background: #f2f2f2; }

#tour_data .ui-state-default, #tour_data .ui-widget-content .ui-state-default, #tour_data .ui-widget-header .ui-state-default {
  color: #00a497;
  background: #fcfcfc;
}

#tour_data .ui-state-hover, #tour_data .ui-widget-content .ui-state-hover, #tour_data .ui-widget-header .ui-state-hover {
  color: #00a497;
  background: #ecf5f5;
}

#tour_data .ui-state-active, #tour_data .ui-widget-content .ui-state-active, #tour_data .ui-widget-header .ui-state-active {
  color: #fff;
  background: #00a497;
}

/* conf */
#tour_data .form_inner--conf .form_item_servant {
  padding: 15px 10px;
  background: #f4f4f4;
}

#tour_data .form_inner--conf .form_btn_wrapper {
  justify-content: center;
  display: flex;
}

#tour_data .form_inner--conf .form_btn_submit--back {
  margin-right: 10px;
  background: #8d8d8d;
}

/* thanks */
#tour_data .form_inner--thanks .form_btn_submit a { color: #fff; }

/* form_clause */
#tour_data .form_clause { text-align: left; }

#tour_data .form_clause_title {
  color: #00a497;
  margin-bottom: 10px;
}

#tour_data .form_clause_body {
  overflow-y: scroll;
  line-height: 1.5;
  padding: 16px;
  border: 2px solid #00a497;
  height: 220px;
}

#tour_data .form_clause_body th {
  color: #00a497;
  line-height: 1.5;
}

#tour_data .form_clause_body td { line-height: 1.5; }

/* Download ページ共通
------------------------------------------------------------ */
#download .contents { margin-bottom: 0; }

#download .contents .img_list_inner {
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
  display: flex;
}

#download .contents .img_list_inner li { border-bottom: 1px dotted #b79b5b; }

#download .contents .img_list_inner .img_list__img {
  text-align: center;
  background: #f5f5f5;
  overflow: hidden;
}

#download .contents .img_list_inner .img_list__img img { width: 100%; }

#download .contents .img_list_inner .img_list__btn {
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 38px;
  display: flex;
  background: #00a497;
}

#download .contents .img_list_inner .img_list__btn img { margin-right: 10px; }

/* Pamphlet
------------------------------------------------------------ */
#download.pamphlet .contents .img_list_inner li {
  margin-top: 60px;
  padding: 0 180px 60px 0;
  width: 460px;
}

#download.pamphlet .contents .img_list_inner li:nth-child(3n) {
  padding-right: 0;
  width: 280px;
}

#download.pamphlet .contents .img_list_inner li:nth-child(-n+3) { margin-top: 0; }

#download.pamphlet .contents .img_list_inner li.list_bottom {
  padding-bottom: 0;
  border-bottom: none;
}

#download.pamphlet .contents .img_list_inner .img_list__title {
  font-size: 16px;
  font-weight: bold;
  color: #00a497;
  margin-bottom: 10px;
  display: block;
}

#download.pamphlet .contents .img_list_inner .img_list__text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 1.5em;
  display: block;
}

#download.pamphlet .contents .img_list_inner .img_list__img {
  margin-bottom: 20px;
  height: 366px;
}

/* picture
------------------------------------------------------------ */
#download.picture .contents .img_list_inner li {
  padding: 0 25px 60px 0;
  width: 305px;
  height: 340px;
}

#download.picture .contents .img_list_inner li:nth-child(4n) {
  padding-right: 0;
  width: 280px;
}

#download.picture .contents .img_list_inner li:nth-last-child(-n+4) { margin-bottom: 0; }
#download.picture .contents .img_list_inner .img_list__img { margin-bottom: 14px; }

#download.picture .contents .policy_inner {
  margin: 0 auto;
  width: 1200px;
}

/* Contact
------------------------------------------------------------ */
#contact .contact_form_container {
  margin: 0 auto;
  width: 1200px;
}

#contact .contact_form_text {
  line-height: 2;
  margin-bottom: 90px;
}

#contact .contact_form_inner {
  margin: 0 auto 60px;
  width: 1000px;
}

#contact .contact_form_list {
  flex-wrap: wrap;
  border: 1px dotted #b79b5b;
  border-bottom: none;
  display: flex;
}

#contact .contact_form_list dt, #contact .contact_form_list dd {
  padding: 26px 26px 26px 46px;
  border-bottom: 1px dotted #b79b5b;
}

#contact .contact_form_list dt {
  width: 280px;
  background: #ece4d4;
}

#contact .contact_form_list dd {
  padding: 26px 120px 26px 60px;
  border-left: 1px dotted #b79b5b;
  width: 718px;
}

#contact .contact_form_list dt .contact_form_head { display: inline-block; }
#contact .contact_form_list dt .require { color: #e61020; }

#contact .contact_form_list dd .error {
  font-size: 12px;
  font-weight: bold;
  color: #e61020;
  line-height: 1.3;
  margin-top: 6px;
}

#contact input[type=text], #contact textarea, #contact select {
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 10px;
  border: 1px solid #8d8c8c;
  width: 100%;
  display: block;
}

#contact input::-webkit-input-placeholder { color: #b5b5b6; }
#contact input::-ms-input-placeholder { color: #b5b5b6; }
#contact input:-ms-input-placeholder { color: #b5b5b6; }
#contact input::placeholder { color: #b5b5b6; }
#contact textarea::-webkit-input-placeholder { color: #b5b5b6; }
#contact textarea::-ms-input-placeholder { color: #b5b5b6; }
#contact textarea:-ms-input-placeholder { color: #b5b5b6; }
#contact textarea::placeholder { color: #b5b5b6; }

#contact .select_wrap__box {
  display: inline-block;
  position: relative;
}

#contact .select_wrap__box:after {
  transform: translateY(-50%);
  pointer-events: none;
  top: 50%;
  right: 10px;
  display: inline-block;
  content: url('../../img/common/arrow_selectbox.png');
  position: absolute;
}

#contact .pref {
  margin-bottom: 20px;
  width: 180px;
}

#contact input[type=text].zip, #contact .pref select { width: 180px; }
#contact input[type=text].zip, #contact input[type=text].email { margin-bottom: 20px; }

#contact .contact_form_head {
  padding: 11px 0;
  display: inline-block;
}

#contact .contact_form_head--mailconf { margin-top: 20px; }

#contact .contact_form_submit {
  text-align: center;
  margin-bottom: 60px;
  padding: 60px 0;
  border-top: 1px dotted #b79b5b;
  border-bottom: 1px dotted #b79b5b;
}

#contact .contact_form_submit p { margin-bottom: 30px; }

#contact .contact_form_submit input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin-right: 6px;
}

#contact .contact_form_submit p a {
  color: #0066bc;
  text-decoration: underline;
}

#contact .contact_form_submit .contact_form_submit_wrap {
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  padding: 12px 0;
  width: 326px;
  display: inline-block;
  background: #00a497;
}

#contact .contact_form_submit .contact_form_submit_wrap:hover { opacity: 0.7; }
#contact .contact_form_submit input[type=submit] { display: none; }

#contact .contact_list {
  padding-bottom: 60px;
  border-bottom: 1px dotted #b79b5b;
}

#contact .contact_list h4 {
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  padding: 12px 0;
  width: 326px;
  display: inline-block;
  background: #00a497;
}

#contact .contact_list dt:first-of-type, #contact .contact_list dd:first-of-type {
  font-size: 20px;
  font-weight: bold;
}

#contact .contact_list dt { margin-bottom: 14px; }
#contact .contact_list dd { margin-bottom: 40px; }
#contact .contact_list dd:last-of-type { margin-bottom: 0; }
#contact.conf .contact_form_list dt .contact_form_head { padding: 0; }

#contact.conf .contact_form_list dd {
  line-height: 1.3;
  padding: 26px 60px;
}

/* Not Found
------------------------------------------------------------ */
#not_found .inner {
  margin: 0 auto;
  padding-top: 100px;
  width: 1200px;
  min-height: 360px;
}

#not_found .inner h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00a497;
  margin-bottom: 30px;
}

/* access
------------------------------------------------------------ */
#access .breadcrumbs {
  margin-top: 2px;
  padding: 28px 0 30px;
  border-top: 2px solid #d8cdaf;
}

#access section {
  margin-top: -200px;
  padding-top: 200px;
}

#access section div { text-align: center; }
#access section h2 img { padding-right: 5px; }
#access section .map01 div { text-align: center; }

#access section dl {
  margin: 36px auto 50px;
  width: 1200px;
}

#access section dt {
  font-size: 24px;
  font-weight: bold;
  color: #1da497;
  padding-bottom: 25px;
}

#access section dd {
  font-size: 16px;
  color: #036eb8;
  padding-bottom: 14px;
}

#access section dd a {
  color: #595757;
  padding-left: 10px;
}

#access section .mr01 { margin: -51px auto 67px; }
#access section .mr02 { margin: -52px auto 0; }
#access section .airport ul { overflow: hidden; }

#access section .airport li {
  color: #595757;
  line-height: 24px;
  width: 335px;
  float: left;
}

#access section .airport li:last-child { width: auto; }

#access section .airport li span {
  font-size: 20px;
  font-weight: bold;
  color: #1da497;
  padding-bottom: 8px;
  display: block;
}

#access section.map05 dl { margin: 10px auto 50px; }

#access section.map06 .otherwise {
  text-align: left;
  margin: 36px auto 0;
  width: 1200px;
}

#access section.map06 .otherwise h3 {
  color: #1da497;
  padding: 0 0 18px 40px;
  border-bottom: 1px dotted #b79b5b;
  position: relative;
}

#access section.map06 .otherwise h3:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid transparent;
  border-left-color: #1da497;
  border-right: 14px solid transparent;
  top: 6%;
  left: 20px;
  display: inline-block;
  content: "";
  position: absolute;
}

#access section.map06 .otherwise dl {
  margin: 18px 0;
  padding: 0 0 18px 20px;
  border-bottom: 1px dotted #b79b5b;
  overflow: hidden;
}

#access section.map06 .otherwise dt {
  font-size: 16px;
  font-weight: normal;
  color: #595757;
  padding: 0;
  width: 350px;
  float: left;
}

#access section.map06 .otherwise dt.txt_blue { color: #036eb8; }

#access section.map06 .otherwise dt span {
  width: 110px;
  display: inline-block;
}

#access section.map06 .otherwise dd {
  color: #595757;
  padding: 0;
  float: left;
}

#access section.map06 .otherwise div { text-align: left; }
#access section.map06 .otherwise div.sp dl.indent { padding-left: 12px; }
#access section.map06 .otherwise div.sp .indent dt { width: 38%; }

/* policy
------------------------------------------------------------ */
#policy .breadcrumbs {
  margin-top: 2px;
  padding: 28px 0 30px;
  border-top: 2px solid #d8cdaf;
}

#policy .inner {
  margin: 0 auto;
  width: 1200px;
}

#policy .inner h2 { padding-bottom: 30px; }

#policy .inner h2 span {
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding: 12px;
  width: 320px;
  display: block;
  background-color: #1da497;
}

#policy .inner table { width: 100%; }
#policy .inner section { padding-bottom: 70px; }

#policy .inner th {
  font-weight: normal;
  text-align: left;
  padding: 20px 0 20px 90px;
  border-bottom: 1px dotted #b79b5b;
  width: 230px;
}

#policy .inner td {
  padding: 20px 0 20px 30px;
  border-bottom: 1px dotted #b79b5b;
  border-left: 1px dotted #b79b5b;
}

#policy .inner .line_t th, #policy .inner .line_t td { border-top: 1px dotted #b79b5b; }
#policy .inner section p { line-height: 32px; }
#policy .inner section.contents05 .banner { margin-top: 35px; }
#policy .inner section.contents05 .banner img { margin-bottom: 20px; }
#policy .inner section.contents05 .banner a { text-decoration: underline; }

#policy .inner section.contents05 .banner .note {
  line-height: 24px;
  margin-top: 20px;
}

#policy .inner section.contents06 p { padding-bottom: 50px; }

#policy .inner section li {
  font-size: 12px;
  padding-bottom: 15px;
}

/* course
------------------------------------------------------------ */
#course .schedule, #course .flow {
  margin: 0 auto;
  width: 1203px;
}

#course.list { margin: 0; }

/* breadcrumbs */
.breadcrumbs a { color: #595757; }

.breadcrumbs_inner {
  margin: 0 auto;
  width: 1200px;
  display: flex;
}

.breadcrumbs_inner li {
  margin-right: 1.4em;
  position: relative;
}

.breadcrumbs_inner li:after {
  top: 0;
  right: -1em;
  display: block;
  content: ">";
  position: absolute;
}

.breadcrumbs_inner li:last-child:after { content: ""; }

/**/
#course { margin-bottom: 50px; }
#course .schedule, #course .flow { text-align: center; }
#course .schedule img, #course .flow img { margin: 0 auto; }
#main_top h1 { padding-top: 68px; }

/**/
#course .breadcrumbs {
  margin-bottom: 60px;
  border-bottom: 1px dotted #d4d0aa;
}

.bike #main_top {
  text-align: center;
  height: 300px;
  background: url(../../course/img/bike/mainimage.jpg) center top repeat-x;
}

#course.bike .schedule { margin-bottom: 90px; }

/**/
.family #main_top {
  text-align: center;
  height: 300px;
  background: url(../../course/img/family/mainimage.jpg) center top repeat-x;
}

.family .schedule { margin-bottom: 122px; }

.family .spot02 {
  margin: 0 auto;
  width: 1203px;
}

.family .spot02 .st { float: left; }

/**/
.momiji #main_top {
  text-align: center;
  height: 300px;
  background: url(../../course/img/momiji/mainimage.jpg) center top repeat-x;
}

.momiji .schedule { margin-bottom: 85px; }
.momiji .flow .st { margin-bottom: 140px; }

/**/
.train #main_top {
  text-align: center;
  height: 300px;
  background: url(../../course/img/train/mainimage.jpg) center top repeat-x;
}

#course .schedule { margin-bottom: 50px; }
#course .schedule a img.pc { margin: 0 auto; }
#course .flow .pc.st { margin: 0 auto 40px; }

/**/
#course.woman .schedule { margin-bottom: 100px; }

.woman #main_top {
  text-align: center;
  height: 300px;
  background: url(../../course/img/woman/mainimage.jpg) center top repeat-x;
}

/* feature tokushu
------------------------------------------------------------ */
#tokushu1 p, #tokushu2 p, #tokushu3 p, #tokushu5 p { line-height: 26px; }
#tokushu5 .pc, #tokushu4 p { line-height: 22px; }

#tokushu_list .breadcrumbs {
  margin-top: 2px;
  border-top: 2px solid #d8cdaf;
}

#tokushu .container {
  margin: 0 auto;
  width: 1200px;
}

#tokushu_list .contents {
  margin: 0 auto;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
}

#tokushu_list .contents h1 {
  font-size: 32px;
  font-weight: bold;
  color: #00a497;
  line-height: 60px;
  text-align: center;
  margin-bottom: 60px;
  padding: 30px 0;
  border-top: 1px dotted #b79b5b;
  border-bottom: 1px dotted #b79b5b;
}

#tokushu_list .contents a:hover { text-decoration: none; }

#tokushu_list .contents h1 .icon {
  vertical-align: middle;
  margin-right: 15px;
}

#tokushu_list .contents ul { font-size: 0; }

#tokushu_list .contents li {
  margin-bottom: 60px;
  display: inline-block;
}

#tokushu_list .contents li:nth-child(odd) { margin-right: 48px; }

#tokushu_list .contents li p {
  font-size: 20px;
  padding-top: 15px;
}

/**/
#tokushu .inner {
  margin: 0 auto;
  width: 900px;
}

#tokushu #pankuzu {
  font-size: 13px;
  color: #3E3A39;
  padding: 20px 0;
}

#tokushu #pankuzu a {
  color: #3E3A39;
  padding-right: 10px;
}

#tokushu #pankuzu .home_link { font-size: 16px; }

#tokushu #main_top {
  overflow: hidden;
  position: relative;
}

#tokushu #main_top .main_bg {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

#tokushu #main_top .container {
  z-index: 1;
  position: relative;
}

#tokushu .flex_item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

/* tokushu1 */
#tokushu1 #main_top .main_ttl {
  height: 700px;
  overflow: hidden;
  position: relative;
}

#tokushu1 #main_top h1 {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

#tokushu1 #main_top .main_txt {
  color: #fff;
  line-height: 24px;
  left: 0;
  bottom: 35px;
  position: absolute;
}

#tokushu1 .section {
  color: #231815;
  line-height: 26px;
  margin-bottom: 60px;
}

#tokushu1 h2 {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 15px;
  height: 100px;
  background-position: center top;
  background-repeat: no-repeat;
}

#tokushu1 #section_02 h2 { background-image: url(../../feature/img/tokushu1/ttl_bg01.jpg); }

#tokushu1 #section_03 h2 {
  text-shadow: -2px 2px 5px black, 0 2px 5px black, 2px 0 5px black, 0 -2px 5px black;
  background-image: url(../../feature/img/tokushu1/ttl_bg02.jpg);
}

#tokushu1 #section_04 h2 { background-image: url(../../feature/img/tokushu1/ttl_bg03.jpg); }
#tokushu1 #section_05 h2 { background-image: url(../../feature/img/tokushu1/ttl_bg04.jpg); }
#tokushu1 #section_06 h2 { background-image: url(../../feature/img/tokushu1/ttl_bg05.jpg); }
#tokushu1 #section_07 h2 { background-image: url(../../feature/img/tokushu1/ttl_bg06.jpg); }

#tokushu1 h2 span {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 3px;
  display: block;
}

#tokushu1 #section_01 h2 {
  color: #000;
  margin-bottom: 0;
  padding: 0 0 10px;
  height: auto;
}

#tokushu1 #section_01 .map_img {
  text-align: center;
  margin-bottom: -100px;
}

#tokushu1 .section .txt {
  font-size: 12px;
  color: #B5B5B6;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-align: center;
}

#tokushu1 .section .img_list {
  -ms-flex-pack: center;
  justify-content: center;
  margin: -12px -15px;
  padding: 30px 0 50px;
}

#tokushu1 .section .img_list li {
  margin: 12px 15px;
  width: 180px;
}

/* tokushu2 */
#tokushu2 #main_top { height: 500px; }
#tokushu2 #main_top h1 { padding: 45px 0 0 20px; }

#tokushu2_contents {
  color: #231815;
  padding-top: 40px;
  background: url(../../feature/img/tokushu2/line_bg01.gif) repeat-x left top;
}

#tokushu2 h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 25px;
}

#tokushu2 h2 span { font-size: 24px; }
#tokushu2 .section { margin-bottom: 60px; }

#tokushu2 .block {
  font-size: 26px;
  line-height: 42px;
  position: relative;
}

#tokushu2 .block p { line-height: 42px; }

#tokushu2 h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  margin: 30px 0 20px;
  border: 1px solid #f09cb4;
  width: 100%;
  background: #fff;
}

#tokushu2 h3 span {
  vertical-align: middle;
  padding: 4px 10px 2px;
  display: inline-block;
}

#tokushu2 h3 span.left {
  width: 30%;
  background: #f6c7ce;
}

#tokushu2 h3.ttl span.left { padding-top: 16px; }

#tokushu2 h3 span.right {
  font-size: 26px;
  text-align: center;
  width: 70%;
}

#tokushu2 h3 img {
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 10px 0 1px;
  width: auto;
}

#tokushu2 .img_01 {
  top: 0;
  right: 0;
  position: absolute;
}

#tokushu2 .yellow_txt { color: #F29600; }
#tokushu2 .txt_list { margin: 30px 0; }

#tokushu2 .txt_list li {
  font-size: 17px;
  line-height: 24px;
  text-indent: -17px;
  padding-left: 17px;
}

#tokushu2 .box_01 { width: 560px; }

#tokushu2 .box_01 .map {
  top: 410px;
  right: 15px;
  position: absolute;
}

#tokushu2 .btn {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 24px;
  color: #f4b4c7;
  line-height: 42px;
  text-align: center;
  padding: 10px 10px 10px;
  border: 2px solid #f4b4c7;
  width: 430px;
  display: inline-block;
  background: #fff;
}

#tokushu2 .btn_01 {
  margin-top: 25px;
  border: 3px solid #f4b4c7;
  width: 890px;
}

#tokushu2 .btn img {
  vertical-align: text-top;
  margin: 10px 0 0 20px;
}

#tokushu2 .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #f4b4c7;
}

#tokushu2 .btn:hover .icon_out, #tokushu2 .btn .icon_on { display: none; }
#tokushu2 .btn:hover .icon_on { display: inline-block; }

#tokushu2 #section_01 .box_01 {
  width: 555px;
  float: right;
}

#tokushu2 #section_01 .block p:nth-child(2) { line-height: 42px; }

#tokushu2 #section_01 .map, #tokushu2 #section_01 .txt_01 {
  top: 430px;
  right: auto;
  left: 0;
  position: absolute;
}

#tokushu2 #section_01 .txt_01 {
  font-size: 17px;
  line-height: 26px;
  width: 310px;
  top: 740px;
}

#tokushu2 .block .box_item {
  padding-bottom: 66px;
  width: 590px;
  position: relative;
}

#tokushu2 .block .box_item:nth-child(even) { margin-left: 20px; }

#tokushu2 .block .box_item .btn {
  left: 0;
  bottom: 0;
  position: absolute;
}

#tokushu2 .sakura_calendar {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 95px 0 30px;
  padding: 30px 0;
  border: 2px solid #f4baca;
  background: #fffeff; /* Old browsers */
  background: -moz-linear-gradient(top, #fffeff 0%, #fef5f7 50%, #fcecee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffeff 0%, #fef5f7 50%, #fcecee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffeff 0%, #fef5f7 50%, #fcecee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#fcecee', GradientType=0 ); /* IE6-9 */
  position: relative;
}

#tokushu2 .title_01 {
  top: -51px;
  left: 30px;
  position: absolute;
}

#tokushu2 .title_02 {
  font-size: 30px;
  line-height: 40px;
  padding-top: 20px;
}

#tokushu2 .sakura_calendar ul {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}

#tokushu2 .sakura_calendar ul li {
  margin: 0 35px;
  width: 320px;
}

#tokushu2 .sakura_calendar ul li .img_02 {
  -webkit-box-shadow: 10px 10px 15px -3px rgba(240, 187, 202, 1);
  -moz-box-shadow: 10px 10px 15px -3px rgba(240, 187, 202, 1);
  box-shadow: 10px 10px 15px -3px rgba(240, 187, 202, 1);
  width: 320px;
}

#tokushu2 .sakura_calendar ul li .txt { padding-top: 15px; }

#tokushu2 .service_box {
  padding: 30px;
  background: #f6c7ce;
}

#tokushu2 .service_box .title_03 {
  font-size: 40px;
  color: #EA6D8D;
  line-height: 45px;
  padding-left: 5px;
}

#tokushu2 .service_box .title_03 img {
  vertical-align: middle;
  margin-right: 10px;
}

#tokushu2 .service_box > div {
  font-size: 20px;
  color: #595757;
  padding: 15px 5px;
  border-top: 4px solid #ea6d8d;
  background: #fceef0;
}

#tokushu2 .service_box > div .txt_01 { padding: 0 30px; }
#tokushu2 .service_box ul { margin-top: 15px; }

#tokushu2 .service_box ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 30px;
  width: 375px;
  float: left;
}

#tokushu2 .service_box ul li:last-child {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px dashed #f09cb4;
  width: auto;
  clear: both;
  float: none;
}

#tokushu2 .service_box ul li p span {
  width: 155px;
  display: inline-block;
}

#tokushu2 .service_box ul li .txt_02 { margin-left: 60px; }

#tokushu2 .service_box ul li .sub_ttl {
  color: #EA6D8D;
  padding-bottom: 2px;
}

/* tokushu3 */
#tokushu3 .container {
  z-index: 1;
  position: relative;
}

#tokushu3 #main_top, #tokushu3 #main_top .container { height: 500px; }

#tokushu3 #main_top h1 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 40px;
  padding: 65px 0 0 70px;
}

#tokushu3 #main_top .logo_01 {
  transform: translate(0, -50%);
  top: 50%;
  right: 140px;
  position: absolute;
}

#tokushu3_contents {
  padding-top: 20px;
  background: url(../../feature/img/tokushu3/line_bg01.gif) repeat-x left top;
}

#tokushu3 .box_ttl, #tokushu3 .box_ttl .container {
  height: 430px;
  overflow: hidden;
  position: relative;
}

#tokushu3 .box_ttl .img_bg {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

#tokushu3 .box_ttl h2 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 50px;
  text-shadow: -1px 1px 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
  padding: 30px 0 0 50px;
}

#tokushu3 #section_02 h2 { padding-top: 220px; }

#tokushu3 .box_ttl h2 span {
  font-size: 25px;
  line-height: 30px;
  padding-top: 15px;
  display: block;
}

#tokushu3 .box_ttl .logo_02 {
  right: 0;
  bottom: 20px;
  position: absolute;
}

#tokushu3 .txt_01 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-shadow: -1px 1px 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
  padding: 0 50px;
  top: -325px;
  left: 0;
  position: absolute;
}

#tokushu3 #section_02 .txt_01 { top: -110px; }

#tokushu3 .flex_item {
  -ms-flex-pack: center;
  justify-content: center;
}

#tokushu3 #section_01 .flex_item li, #tokushu3 #section_02 .flex_item li {
  margin: 0 40px;
  width: 250px;
}

#tokushu3 #section_01 .flex_item li .image, #tokushu3 #section_02 .flex_item li .image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#tokushu3 #section_01 .flex_item li .image img, #tokushu3 #section_02 .flex_item li .image img {
  margin: auto;
  max-height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

#tokushu3 .map_img { max-width: 100%; }

#tokushu3 .txt_02 {
  top: 105px;
  left: 50px;
  position: absolute;
}

#tokushu3 #section_02 .txt_02 {
  top: 123px;
  left: 60px;
}

#tokushu3 .txt_02 img {
  vertical-align: middle;
  margin-right: 5px;
}

#tokushu3 .button {
  padding: 0 50px;
  z-index: 1;
  position: relative;
}

#tokushu3 #section_02 .button {
  top: 20px;
  left: 0;
  position: absolute;
}

#tokushu3 .btn_01 {
  font-size: 24px;
  font-weight: bold;
  color: #8FC31F;
  text-align: center;
  padding: 10px 15px 10px 5px;
  width: 467px;
  height: 58px;
  display: inline-block;
  background: url(../../feature/img/tokushu3/btn_bg.png) no-repeat center top;
}

#tokushu3 #section_02 .btn_01 {
  padding: 10px 15px 10px 5px;
  width: 350px;
  background: url(../../feature/img/tokushu3/btn_bg.png) no-repeat center top;
  background-size: 350px 100%;
}

#tokushu3 .btn_01 span { font-size: 16px; }

#tokushu3 #section_01 {
  padding-bottom: 80px;
  background: url(../../feature/img/tokushu3/bg_02.jpg) repeat-x center bottom;
}

#tokushu3 #section_01 .img_list01 { margin: 30px 0 35px; }
#tokushu3 #section_01 .box_map { position: relative; }

#tokushu3 #section_01 .map_img {
  text-align: center;
  margin: -18px 0 -10px;
  z-index: 0;
}

#tokushu3 #section_02 {
  padding: 10px 0 30px;
  background: url(../../feature/img/tokushu3/bg_04.jpg) repeat-x center bottom;
}

#tokushu3 #section_02 .map_img {
  text-align: right;
  margin: 5px 0 0;
}

#tokushu3 #section_02 .map_img img.pc { display: inline; }

#tokushu3 #section_02 .img_list02, #tokushu3 #section_02 .img_list03 {
  top: 264px;
  left: 30px;
  position: absolute;
}

#tokushu3 #section_01 .btn_area { margin: 50px auto 70px; }
#tokushu3 #section_02 .btn_area { margin: -40px auto 100px; }

#tokushu3 .btn_area {
  width: 650px;
  z-index: 10;
  position: relative;
}

#tokushu3 .btn_area a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 12px 10px 18px;
  border: 2px solid #00A497;
  display: block;
  background: #00A497;
}

#tokushu3 .btn_area a:hover {
  opacity: 1;
  color: #00A497;
  background: #fff;
}

#tokushu3 .btn_area img {
  vertical-align: text-top;
  margin: 5px 0 0 10px;
  width: 10px;
  height: auto;
}

#tokushu3 .btn_area a:hover .icon_out, #tokushu3 .btn_area .icon_on { display: none; }
#tokushu3 .btn_area a:hover .icon_on { display: inline-block; }
#tokushu3 #section_02 .img_list03 { top: 555px; }
#tokushu3 #section_02 .img_list02 li, #tokushu3 #section_02 .img_list03 li { margin: 0 20px; }
#tokushu3 #section_03 { padding: 50px 0; }

#tokushu3 #section_03 h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}

#tokushu3 #section_03 h2 span {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
}

#tokushu3 #section_03 h2 span.txt_03 { font-size: 12px; }

#tokushu3 #section_03 .img_list04 {
  margin: -8px -14px;
  padding-bottom: 60px;
}

#tokushu3 #section_03 .img_list04 li {
  -webkit-box-shadow: 0px 0px 19px 5px rgba(201, 200, 200, 1);
  -moz-box-shadow: 0px 0px 19px 5px rgba(201, 200, 200, 1);
  box-shadow: 0px 0px 19px 5px rgba(201, 200, 200, 1);
  text-align: center;
  margin: 8px 14px;
  padding: 10px;
  width: 210px;
  background: #fff;
}

#tokushu3 .btn_02 {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 16px;
  color: #00A497;
  line-height: 30px;
  text-align: center;
  margin: 0 44px;
  padding: 4px 15px 4px;
  border: 2px solid #00A497;
  width: 300px;
  display: inline-block;
  background: #fff;
  position: relative;
}

#tokushu3 .btn_02:hover {
  color: #fff;
  text-decoration: none;
  background: #00A497;
}

#tokushu3 .btn_02 img {
  vertical-align: text-top;
  margin: 5px 0 0 10px;
  width: 10px;
  height: auto;
}

#tokushu3 .btn_02:hover .icon_out, #tokushu3 .btn_02 .icon_on { display: none; }
#tokushu3 .btn_02:hover .icon_on { display: inline-block; }

/* tokushu4 */
.exlink { padding: 50px 0; }

.exlink a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  color: #00a497;
  text-align: center;
  padding: 7px 0 7px;
  border: 2px solid #00a497;
  width: 275px;
  display: inline-block;
  background: #fff;
}

.exlink a i { font-size: 20px; }

.exlink a:hover {
  color: #fff;
  text-decoration: none;
  background: #00a497;
}

#tokushu4 #main_top {
  height: 500px;
  background: url(../../feature/img/tokushu4/main_img.jpg) no-repeat top left;
  background-size: cover;
}

#tokushu4 #main_top h1 { padding: 10px 70px 0; }

#tokushu4 #main_contents {
  background: url(../../feature/img/tokushu4/bg.jpg) repeat-y top left;
  background-size: 100%;
}

#tokushu4 .flex_item { justify-content: space-between; }
#tokushu4 .bg_white { background: #fff; }

#tokushu4 .img_ttl {
  border-top: 10px solid #1f2c5c;
  height: 250px;
  background: url(../../feature/img/tokushu4/bg_02.jpg) no-repeat top left;
  position: relative;
}

#tokushu4 .img_ttl span {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  left: 70px;
  bottom: 20px;
  display: block;
  position: absolute;
}

#tokushu4 .h2_title {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  font-weight: normal;
  color: #1f2c5c;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 30px;
  border-bottom: 1px solid #1f2c5c;
}

#tokushu4 .h3_title {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 25px;
  font-weight: normal;
  color: #1f2c5c;
  margin-bottom: 10px;
}

#tokushu4 .h3_title img {
  vertical-align: middle;
  margin-right: 10px;
}

#tokushu4 .m_ttl {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  font-weight: normal;
  color: #1f2c5c;
  line-height: 40px;
  text-align: center;
  margin: 30px 0 45px;
}

#tokushu4 .m_ttl img {
  vertical-align: top;
  margin: 0 10px;
}

#tokushu4 .img_ttl01 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 10px 0 0;
  background: #1f2c5c;
}

#tokushu4 .title_01 {
  font-size: 17px;
  font-weight: bold;
  color: #1f2c5c;
  text-align: center;
  margin-bottom: 5px;
}

#tokushu4 .p_b70 { padding-bottom: 75px; }
#tokushu4 .p_b55 { padding-bottom: 55px; }
#tokushu4 .p_b40 { padding-bottom: 40px; }
#tokushu4 .p_t70 { padding-top: 90px; }
#tokushu4 .m_r20 { margin-right: 20px; }
#tokushu4 .m_l20 { margin-left: 20px; }
#tokushu4 #content_01 { position: relative; }

#tokushu4 #content_01 .inner {
  font-size: 15px;
  padding: 70px 0 35px;
}

#tokushu4 #content_01 .h2_title {
  text-align: left;
  margin: 0 0 60px;
  padding-right: 65px;
  display: inline-block;
  position: relative;
}

#tokushu4 #content_01 .h2_title img {
  right: 10px;
  bottom: -1px;
  position: absolute;
}

#tokushu4 .box_txt_map { position: relative; }

#tokushu4 .box_txt_map p {
  font-size: 15px;
  line-height: 26px;
}

#tokushu4 .img {
  top: 280px;
  right: 0;
  position: absolute;
}

#tokushu4 .box_txt {
  padding: 1.5% 0;
  border: 1px solid #1f2c5c;
  position: relative;
}

#tokushu4 .box_txt:after {
  margin: 0 auto;
  width: 1px;
  height: 80%;
  top: 10%;
  right: 0;
  left: 0;
  background: #1f2c5c;
  content: '';
  position: absolute;
}

#tokushu4 .box_txt li {
  padding: 0 20px;
  width: 448px;
}

#tokushu4 #content_02 {
  margin: 20px auto;
  border-top: 10px solid #1f2c5c;
}

#tokushu4 .box_info > div { width: 580px; }

#tokushu4 .box_person {
  text-align: justify;
  padding: 0 58px 40px;
  min-height: 270px;
}

#tokushu4 .box_person span {
  font-size: 20px;
  font-weight: bold;
  color: #1f2c5c;
  vertical-align: bottom;
  margin-left: 15px;
  display: inline-block;
}

#tokushu4 .box_person .img_person { margin: 0 0 15px; }

#tokushu4 .box_pd {
  font-size: 14px;
  padding: 50px 65px;
  border: 1px solid #1f2c5c;
}

#tokushu4 .box_info_s01 { margin-bottom: 45px; }

#tokushu4 .box_info_s01 .txt_01 {
  text-align: justify;
  margin: 15px 0 30px;
}

#tokushu4 .box_info_s01 .txt_address { margin: 10px 0 5px; }

#tokushu4 .box_info_s01 .txt_url {
  color: #3E3A39;
  margin-bottom: 5px;
}

#tokushu4 .box_info_s01 .txt_url a { color: #3E3A39; }
#tokushu4 .box_info_s02 > p { text-align: justify; }

#tokushu4 .fa-facebook {
  font-size: 20px;
  color: #4267B2;
}

.fa-facebook-official:before { content: "\f230"; }
#tokushu4 .list_imgs { margin-bottom: 25px; }

#tokushu4 .list_imgs li {
  font-size: 12px;
  margin-bottom: 20px;
}

#tokushu4 .list_imgs span {
  margin-top: 5px;
  display: block;
}

#tokushu4 .exlink span { position: relative; }

#tokushu4 .exlink span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #56c2ba;
  border-right: 1px solid #56c2ba;
  width: 6px;
  height: 6px;
  top: 9px;
  right: -12px;
  content: "";
  position: absolute;
}

/* tokushu5 */
#tokushu5 #main_top {
  background: url(../../feature/img/tokushu5/main_img.jpg) no-repeat center left;
  background-size: cover;
}

#tokushu5 .breadcrumbs, #tokushu5 .breadcrumbs a { color: #fff; }

#tokushu5 #main_top .container {
  height: 500px;
  position: relative;
}

#tokushu5 #main_top h1 { padding: 0; }

#tokushu5 #main_top h1 {
  top: 160px;
  left: 130px;
  position: absolute;
}

#tokushu5 #main_top .main_ttl02 {
  top: 70px;
  right: 145px;
  position: absolute;
}

#tokushu5 #main_top .main_ttl03 {
  z-index: 2;
  right: 0;
  bottom: 20px;
  position: absolute;
}

#tokushu5 #main_contents {
  color: #fffeff;
  padding-bottom: 60px;
  background: url(../../feature/img/tokushu5/bg.jpg) no-repeat top left;
  background-size: cover;
}

#tokushu5 #pankuzu, #tokushu5 #pankuzu a { color: #fffeff; }

#tokushu5 .h2_title {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 38px;
  font-weight: normal;
  line-height: 38px;
  text-align: center;
  margin: 0 0 30px;
}

#tokushu5 .h3_title {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 35px;
  font-weight: normal;
  color: #CBB994;
  letter-spacing: 0.5em;
  line-height: 36px;
  text-align: center;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBB994;
}

#tokushu5 .img_ttl {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 27px;
  height: 200px;
}

#tokushu5 .m_r15 { margin-right: 15px; }
#tokushu5 .m_t45 { margin-top: 25px; }
#tokushu5 .m_t15 { margin-top: 18px; }

#tokushu5 .bg_01 {
  margin-bottom: 60px;
  background: #140001;
}

#tokushu5 .box_pd { padding: 30px 25px; }
#tokushu5 .txt_c01 { color: #CBB994; }

#box_yamaguri .img_ttl {
  padding: 100px 190px 0;
  background: url(../../feature/img/tokushu5/main_img01.jpg) no-repeat top left;
}

#box_urushi .img_ttl {
  text-align: right;
  padding: 100px 230px 0;
  background: url(../../feature/img/tokushu5/main_img02.jpg) no-repeat top left;
}

#tokushu5 #content_01 {
  padding: 50px 0 0;
  border-top: 15px solid #140001;
}

#tokushu5 #content_01 .txt_01 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 15px 0 20px;
}

#tokushu5 #content_01 .txt_02 {
  color: #CBB994;
  text-align: center;
  margin-bottom: 40px;
}

#tokushu5 .box_craft { padding: 30px 25px 90px; }
#tokushu5 .m_t15 { margin-top: 18px; }

#tokushu5 .box_txt {
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
  width: 615px;
}

#tokushu5 .box_txt p { line-height: 34px; }
#tokushu5 .box_txt .txt_name { line-height: 26px; }
#tokushu5 .box_txt .box_txt_r p { line-height: 34px; }
#tokushu5 .box_txt_r { width: 500px; }

#tokushu5 .box_person .h3_title {
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  width: 615px;
}

#tokushu5 .box_person .box_txt {
  font-size: 15px;
  line-height: 30px;
  width: auto;
}

#tokushu5 .txt_name span {
  font-size: 20px;
  color: #cdb899;
  line-height: 28px;
  display: block;
}

#tokushu5 .txt_name span.txt_name_en {
  font-size: 14px;
  display: inline-block;
}

#tokushu5 .box_map {
  padding: 15px 30px;
  min-height: 550px;
  position: relative;
}

#tokushu5 .box_map .h3_title {
  color: #fff;
  letter-spacing: 0.2em;
  text-align: left;
  border-color: #fff;
}

#tokushu5 .box_map .h3_title span {
  font-size: 20px;
  letter-spacing: 0;
}

#tokushu5 .box_map .box_txt {
  font-size: 14px;
  line-height: 21px;
  width: 530px;
}

#tokushu5 .box_map .img {
  top: 0;
  right: 0;
  position: absolute;
}

#tokushu5 .box_address { width: 440px; }
#tokushu5 .box_address p { line-height: 22px; }
#tokushu5 .box_address img { margin: 20px 0 30px; }

#tokushu5 .box_map .txt_pink {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  background: #a40b5d;
  position: relative;
}

#tokushu5 .box_map .txt_pink:after {
  border-top: 20px solid #a40b5d;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0px;
  height: 0px;
  left: 40px;
  bottom: -20px;
  content: '';
  position: absolute;
}

#tokushu5 .box_map .txt_03 {
  font-family: 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 20px;
}

#tokushu5 .box_map .txt_03 img { margin-right: 10px; }

#tokushu5 #content_02 .h2_title {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0;
  background: #406f38;
}

#tokushu5 #content_02 .inner {
  font-size: 15px;
  color: #595757;
  line-height: 28px;
  padding: 30px 70px 0;
  width: auto;
  background: #cbb995;
}

#tokushu5 #content_02 p { margin-bottom: 25px; }
#tokushu5 .list_imgs { justify-content: space-between; }

#tokushu5 .list_imgs li {
  margin-bottom: 30px;
  width: 333px;
  position: relative;
}

#tokushu5 .list_imgs li span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  right: 20px;
  bottom: 5px;
  display: inline-block;
  position: absolute;
}

#tokushu5 .txt_bd { -webkit-text-stroke: 0.1px #000; }

/* course
------------------------------------------------------------ */
#course .breadcrumbs {
  margin-bottom: 0;
  border-bottom: none;
}

#course.list .breadcrumbs {
  margin-top: 2px;
  border-top: 2px solid #d8cdaf;
}

#course.list .contents {
  margin: 0 auto;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
}

#course.list .contents h1 {
  font-size: 32px;
  font-weight: bold;
  color: #00a497;
  line-height: 60px;
  text-align: center;
  margin-bottom: 60px;
  padding: 30px 0;
  border-top: 1px dotted #b79b5b;
  border-bottom: 1px dotted #b79b5b;
}

#course.list .contents a:hover { text-decoration: none; }

#course.list .contents h1 .icon {
  vertical-align: middle;
  margin-right: 15px;
}

#course.list .contents ul { font-size: 0; }

#course.list .contents li {
  margin-bottom: 60px;
  display: inline-block;
}

#course.list .contents li:nth-child(odd) { margin-right: 48px; }

#course.list .contents li p {
  font-size: 20px;
  padding-top: 15px;
}

/* info
------------------------------------------------------------ */
#info h1 {
  font-size: 32px;
  font-weight: bold;
  color: #00a497;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 60px;
  padding: 30px 0;
  border-top: 1px dotted #b79b5b;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
}

#info .breadcrumbs {
  margin-top: 2px;
  border-top: 2px solid #d8cdaf;
}

#info .contents { margin: 0; }
#info h2 .icon { margin-right: 10px; }

#info .bus_route {
  margin: 0 auto;
  padding: 0 50px 30px;
  border-bottom: 1px dotted #b79b5b;
  width: 1200px;
  overflow: hidden;
}

#info .bus_route .image { float: left; }

#info .bus_route .detail {
  margin-top: 40px;
  width: 409px;
  float: right;
}

#info .bus_route .detail li { margin-bottom: 12px; }
#info .bus_route .detail li:last-child { margin-bottom: 20px; }

#info .bus_route .detail p {
  line-height: 26px;
  text-indent: -16px;
  margin-left: 16px;
}

#info .contents .btn {
  border-radius: 20px;
  font-size: 18px;
  color: #00a497;
  line-height: 38px;
  text-align: center;
  margin-top: 70px;
  border: 2px solid #0fa99d;
  display: block;
  position: relative;
}

#info .contents .btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #56c2ba;
  border-right: 1px solid #56c2ba;
  width: 8px;
  height: 8px;
  top: 15px;
  right: 20px;
  content: "";
  position: absolute;
}

#info .contents .btn:hover {
  color: #fff;
  background: #0fa99d;
}

#info .contents .btn:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* sitemap
------------------------------------------------------------ */
#sitemap .breadcrumbs {
  margin-top: 2px;
  border-top: 2px solid #d8cdaf;
}

#sitemap .inner {
  font-size: 18px;
  margin: 0 auto;
  width: 1200px;
}

#sitemap .inner dl, #sitemap .inner ul.st_list {
  margin-bottom: 60px;
  padding: 0 40px 40px;
  border-bottom: 1px dotted #b79b5b;
}

#sitemap .inner dl.border_none {
  margin-bottom: 0;
  border-bottom: none;
}

#sitemap .inner dl dt, #sitemap .inner ul.st_list li { padding-bottom: 30px; }

#sitemap .inner dl dt a, #sitemap .inner ul.st_list li a {
  font-size: 24px;
  color: #00a497;
}

#sitemap .inner dl dd { position: relative; }

#sitemap .inner dl dd span {
  padding: 0 0 30px 15px;
  display: block;
}

#sitemap .inner dl dd span:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid transparent;
  border-left-color: #595757;
  border-right: 8px solid transparent;
  top: 2.5%;
  left: 0;
  display: inline-block;
  content: "";
  position: absolute;
}

#sitemap .inner dl dd ul, #sitemap .inner ul.st_list { overflow: hidden; }

#sitemap .inner dl dd ul li {
  padding: 0 0 20px 15px;
  width: 37%;
  float: left;
  position: relative;
}

#sitemap .inner dl dd ul li:nth-child(3n) { width: 26%; }

#sitemap .inner dl dd ul li:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid transparent;
  border-left-color: #595757;
  border-right: 8px solid transparent;
  top: 11%;
  left: 0;
  display: inline-block;
  content: "";
  position: absolute;
}

#sitemap .inner ul.st_list li {
  padding: 0 0 20px 0;
  width: 37%;
  float: left;
}

#sitemap .inner ul.st_list li:nth-child(3n) { width: 26%; }

/*
------------------------------------------------------------ */