@charset 'UTF-8';
/*  Add Custom CSS here.  */

.stxt{ font-size: 80%;}
.red{ color: #f84239}
.red-bold{ color: #f84239; font-weight: bold}

#special #title-area h3:after {
  content: "";
  width: 150px;
  height: 3px;
  display: block;
  margin: 18px auto;
  background: #282828;
}

body.guide #wrap main .main-content .area_inner
 {
    max-width: 100%;
}


@media only screen and (max-width: 767px) {
#special  #title-area h2 {
    text-align: center;
    font-size: 26px;
}
#special  #title-area h3:after {
  content: "" !important;
  width: 150px !important;
  height: 3px !important;
  display: block !important;
  margin: 14px auto !important;
  background: #282828 !important;
}
}

body.guide-contents #wrap main .area-guide-content {
  padding-top: 45px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  body.guide-contents #wrap main .area-guide-content {
    padding-top: 30px;
  }
}

body.guide-contents #wrap main .area-guide-content .inner {
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  body.guide-contents #wrap main .area-guide-content .inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body.guide-contents #wrap main .area-guide-content .content {
  width: calc(100% - 220px - 30px);
}

@media only screen and (max-width: 767px) {
  body.guide-contents #wrap main .area-guide-content .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
	body.guide-contents #wrap main .area-guide-content .content .sub-title small{
		display: none;
	}
}

body.guide-contents #wrap main .area-guide-content .sidebar220 {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  body.guide-contents #wrap main .area-guide-content .sidebar220 {
    width: 100%;
  }
}


#guide-mv .mv .img {
  height: 530px;
  max-width: 1364px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #guide-mv .mv .img {
    height: 200px;
  }
}

#guide-mv .mv .img .text-effect {
  position: absolute;
  width: 464px;
  right: 72px;
  bottom: -78px;
  display: none;
}

#guide-mv .mv .img .text-effect img {
  width: 100%;
}

#guide-mv .mv .text {
  padding-bottom: 15px;
  position: relative;
}

#guide-mv .mv .text:before {
  content: "";
  width: 100%;
  height: calc(100% + 160px);
  background: #f6f4ef;
  top: -145px;
  display: block;
  position: absolute;
  z-index: -2;
}

#guide-mv .mv .text .head {
  padding: 24px 30px;
  background: #fff;
  font-feature-settings: normal;
  width: 505px;
  margin-top: -125px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;}

@media only screen and (max-width: 767px) {
  #guide-mv .mv .text .head {
    width: 100%;
    margin-top: -40px;
  padding: 16px 25px;
  }
}

#guide-mv .mv .text .head small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#guide-mv .mv .text .head h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 7px 0 15px -4px;
}

@media only screen and (max-width: 767px) {
  #guide-mv .mv .text .head h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#guide-mv .mv .text .head p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714;
}

#guide-mv .mv .text .area-guide {
  padding-top: 0;
}

#guide-mv .mv .text .area-guide h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 15px 0 13px;
  font-feature-settings: normal;
}

@media only screen and (max-width: 767px) {
  #guide-mv .mv .text .area-guide h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#guide-mv .mv .text .area-guide ul {
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#guide-mv .mv .text .area-guide ul li {
  width: calc((100% - 28px)/5);
  border: 1px solid #cccccc;
  margin-right: 7px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  #guide-mv .mv .text .area-guide ul li {
    width: calc((100% - 7px) / 2);
  }
}

@media only screen and (min-width: 768px) {
  #guide-mv .mv .text .area-guide ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #guide-mv .mv .text .area-guide ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

#guide-mv .mv .text .area-guide ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
	height: 100%;
}

#guide-mv .mv .text .area-guide ul li a .img {
  height: auto;
  width: 40px;
  margin: 0 8px 0 0;
}

#guide-mv .mv .text .area-guide ul li a .img img {
  width: 100%;
}

#guide-mv .mv .text .area-guide ul li a .area-name {
  color: #313131;
}

#guide-mv .mv .text .area-guide ul li a .area-name span {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .02em;
}

#guide-mv .mv .text .area-guide ul li a .area-name small {
  font-size: 10px;
  font-size: 1rem;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  display: block;
  margin-left: -6px;
}

#guide-detail-top .topContent {
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #guide-detail-top .topContent {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }
}

#guide-detail-top .topContent .text {
  width: 47%;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  #guide-detail-top .topContent .text {
    width: 100%;
  }
}

#guide-detail-top .topContent .text span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

#guide-detail-top .topContent .text span i:before {
  color: #333;
  margin-right: 5px;
}

#guide-detail-top .topContent .text h2 {
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #guide-detail-top .topContent .text h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#guide-detail-top .topContent .text h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #000;
  margin: 18px 0;
}

@media only screen and (max-width: 767px) {
  #guide-detail-top .topContent .text h2:before {
    margin: 16px auto;
  }
}

#guide-detail-top .topContent .text small {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 15px 0 32px;
}

@media only screen and (max-width: 767px) {
  #guide-detail-top .topContent .text small {
    margin: 12px 0 24px;
  }
}

#guide-detail-top .topContent .text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}

#guide-detail-top .topContent .img {
  width: 50%;
  min-height: 488px;
}

#guide-detail-top .topContent .tak {
  width: 50%;
  min-height: 488px;
}

@media only screen and (max-width: 767px) {
  #guide-detail-top .topContent .img {
    width: 100%;
    min-height: 0;
    height: 300px;
    margin-top: 15px;
  }
#guide-detail-top .topContent .tak {
  width: 100%;
  height: auto;
}
}

#guide-detail-top .topContent .img iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-width: 767px) {
	#guide-detail-top .topContent .img iframe {
		/*pointer-events:none;*/
  }
}

#guide-sub-nav {
  background: #f6f4ef;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (max-width: 767px) {
  #guide-sub-nav {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 767px) {
  #guide-sub-nav .inner {
    padding: 0;
  }
}

#guide-sub-nav ul {
  font-size: 0;
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #guide-sub-nav ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
  }
}

#guide-sub-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 96px;
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 7.68%;
}

@media only screen and (max-width: 767px) {
  #guide-sub-nav ul li {
    height: auto;
  }
}

#guide-sub-nav ul li:before {
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #d7d7d7;
}

@media only screen and (max-width: 767px) {
  #guide-sub-nav ul li:before {
    height: 30px;
  }
}

#guide-sub-nav ul li:last-child:before {
  content: none;
}

#guide-sub-nav ul li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .025em;
  color: #333333;
  position: relative;
  height: 96px;
  width: 100%;
  display: -webkit-flex;
-js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  #guide-sub-nav ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media only screen and (max-width: 767px) {
  #guide-sub-nav ul li a {
    height: auto;
    padding: 15px 0;
  }
}

#guide-sub-nav ul li a:before {
  content: "";
  background: #55908d;
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

#guide-sub-nav ul li a:hover {
  opacity: 1;
  color: #55908d;
}

#guide-sub-nav ul li a:hover:before {
  height: 5px;
}

#guide-sub-nav ul li.current a {
  color: #55908d;
}

#guide-sub-nav ul li.current a:before {
  height: 5px;
}




/* ここから追記　maeda*/
div.feature{
}

.map .map-list-wrapper .map-list ul li p{
    max-height: 290px; overflow: hidden}

.map .map-list-wrapper .map-list .box-area .box .text h4 {
    font-size: 16px; font-size: 1.6rem;
    maring:20px 0px 20px 0px !important;
}
.map .map-list-wrapper .map-list ul.list_2p{ width: 100%;flex-direction: row;font-size: 12px; font-size: 1.2rem;}
.map .map-list-wrapper .map-list ul.list_2p li{ width: calc((100% - 16px) / 2);  text-align: center}
.map .map-list-wrapper .map-list ul.list_2p li img{ width: 100%;}
.map .map-list-wrapper .map-list ul.list_2p li p{ padding-top: 3px;}

.map .map-list-wrapper .map-list ul.list_3p{ width: 100%;flex-direction: row; font-size: 12px; font-size: 1.2rem;    pointer-events: none;
}
.map .map-list-wrapper .map-list ul.list_3p li{ width: calc((100% - 8px) / 3); text-align: center}
.map .map-list-wrapper .map-list ul.list_3p li img{ width: 100%;}
.map .map-list-wrapper .map-list ul.list_3p li p{ padding-top: 3px;}

.info_table{}
.info_table tr td{vertical-align: middle; padding:10px 0px; 
}
.info_table tr td:first-child{ padding-right: 15px;white-space:nowrap; font-weight: bold;
    }
@media only screen and (max-width: 767px) {
.info_table tr td{vertical-align: middle; padding:3px 0px; 
}
}
.info_table tr{ 
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 5px;
}
.map .map-list-wrapper .map-list .box-area .box .box-box .text table.info_table tr td{line-height:1.6;}

.map .map-list-wrapper .map-list ul.list_info_y{
	display:inline;
    pointer-events: none;
}

.map .map-list-wrapper .map-list ul.list_info_y li{
    flex-direction: column; width: 100%;
}


/* 見どころガイド　*/
.guide-detail .column-box h4{
    font-size: 26px; font-size: 2.6rem; font-weight: bold;
}

@media only screen and (max-width: 767px) {
.guide-detail .column-box h4{
    font-size: 20px; font-size: 2.0rem; font-weight: bold;
        justify-content: center;
}
}

.guide-detail .column-box h4 span{
　border: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1cb4aa;
  line-height: 1;
        padding-left: 10px;
        font-weight: normal;
}

 .guide-detail .column-box .text-img div.img {
    padding-bottom: 10px;
}

.guide-detail .column-box h5{
    font-size: 16px; font-size: 1.6rem;
    font-weight: bold; color: #55908d;
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
.guide-detail .column-box h5{
    font-size: 15px; font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 5px 0px;
}
}

strong.number{
    background-color: #333;
    color: #FFF;
    margin-right: 5px;
    display: inline-block;
    padding: 0px 2px;
    font-size: 10px;
}
.flight_flow {
    width: 95%;
    border: 1px dashed #b9b28d;
    padding: 20px 0px 0px 0px;
    margin: 10px auto;
    background-color: #f3f1e6;
}
.flight_flow li {
    width: 100%;
	padding:0 10px;
    text-align: center;
    
}
.flight_flow img {
    margin: 15px 0px 0px 0px;
    border: 5px solid #FFF;
	display: inline;
}
.map .map-list-wrapper .map-list .box-area .box .box-box{
	display: block;
}


/*　特集バナースライド　*/
#feature_ban .slider-area02 .slick-next, #feature_ban .slider-area02 .slick-prev {
  width: 25px;
  height: 25px;
  z-index: 1;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  #feature_ban .slider-area02 .slick-next, #feature_ban .slider-area02 .slick-prev {
    bottom: -25px;
    top: auto;
  }
}

#feature_ban .slider-area02 .slick-next:before, #feature_ban .slider-area02 .slick-prev:before {
  content: none;
}

#feature_ban .slider-area02 .slick-prev {
  background-image: url(../img/ico/slider_arrow_prev.png);
  left: -12px;
  top: 70px;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
  #feature_ban .slider-area02 .slick-prev {
    left: 7%;
  }
}

#feature_ban .slider-area02 .slick-next {
  background-image: url(../img/ico/slider_arrow_next.png);
  right: -12px;
  top: 70px;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
  #feature_ban .slider-area02 .slick-next {
    right: 7%;
  }
}

#feature_ban .slider-area02 .slide .slide-inner {
  position: relative;
}

#feature_ban .slider-area02 .slide figure .img-box {
  padding: 20px 18px;
  background: #f6f4ef;
}

@media only screen and (max-width: 767px) {
  #feature_ban .slider-area02 .slide figure .img-box {
    padding: 20px 10px;
  }
}

#feature_ban .slider-area02 .slide figure .img-box img {
  width: 100%;
}

#feature_ban .slider-area02 .slide figure figcaption {
  margin-top: 10px;
    padding: 0 15px;
}

#feature_ban .slider-area02 .slide figure figcaption b {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.5;
}

#feature_ban .slider-area02 .slide figure figcaption span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.5;
}

#feature_ban .slider-area02 .slide figure figcaption small {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .04em;
  line-height: 1.5;
  margin-top: 2px;
}

.tab-content{
    padding: 40px;
    background-color:#f6f4ef;
}
.map .map-list-wrapper{    background-color: #fff !important;
}


.map .tab:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background: #1cb4aa;
}

.map ul.map_tab  {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
    margin-bottom: -20px !important;
}

.map ul.map_tab li {
  margin-right: 6px;  padding: 0px !important;
}

@media only screen and (max-width: 767px) {
  .map ul.map_tab li {
    width: calc((100% - 12px) / 2) !important;
  }
.tab-content{
    padding: 40px 0px;
    background-color:#fff;
}
.map .map-list-wrapper{    background-color: #fff !important;
}
}

.map ul.map_tab  li.current a {
  font-weight: bold;
  color: #fff !important;
  background: #1cb4aa;
}

.map ul.map_tab li a {
  display: block;
  min-width: 250px;
  padding: 25px 5px;
  background: #cfd3d2;
  border-radius:0 0 4px 4px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.map ul.map_tab li a:hover {
  color: #fff !important;
  background: #1cb4aa;
    opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .map ul.map_tab li a {
  min-width: 50%;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.map .map-list-wrapper {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  border-bottom: 6px solid #1cb4aa;
  border-top: 6px solid #1cb4aa;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper {
    padding-top: 0px;
  }
}

.map .map-list-wrapper .area-list {
  width: 800px;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .area-list {
    width: 100%;
  }
}

.map .map-list-wrapper .area-list ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .area-list ul {
    padding: 0 15px;
  }
}

.map .map-list-wrapper .area-list ul li {
  margin: 0 3px 8px;
}

.map .map-list-wrapper .area-list ul li.current a {
  font-weight: bold;
  color: #fff;
  background: #1cb4aa;
  border: 1px solid #1cb4aa;
}

.map .map-list-wrapper .area-list ul li a {
  display: inline-block;
  padding: 0px 12px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.map .map-list-wrapper .area-list ul li a:hover {
  background:#1cb4aa; color:#fff; opacity: 1; border: 1px solid #1cb4aa;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .area-list ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.map .map-list-wrapper .map-list {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list {
    padding: 0 10px;
  }
}

.map .map-list-wrapper .map-list ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list ul {
/*  maeda 
    -webkit-flex-direction: column;
    flex-direction: column;
      */
  }
}

.map .map-list-wrapper .map-list ul li {
  padding: 5px;
  width: calc(100% / 4);
    position: relative;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list ul li {
  padding: 5px;
  width: calc(100% / 2); 
  }
}

.map .map-list-wrapper .map-list ul li:hover{
    transition: 0.3s;
    opacity: 0.7 !important;
}

.map .map-list-wrapper .map-list ul li a img:hover {
    opacity: 1 !important;
}


.map .map-list-wrapper .map-list ul li .img img {
  width: 100%;
}

.map .map-list-wrapper .map-list ul li .img {
  width: 100%; 

}


.map .map-list-wrapper .map-list ul li .text {
  padding: 14px;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.map .map-list-wrapper .map-list ul li a {
    color: #333;
}
.map .map-list-wrapper .map-list ul li .text .areaname {
  font-weight: bold;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
text-decoration: underline;
}

.map .map-list-wrapper .map-list ul li .text p {
  line-height: 1.5;
    margin-top: 2px;
}
@media only screen and (max-width: 767px) {
.map .map-list-wrapper .map-list ul li .text .areaname {
  font-size: 12px;
  font-size: 1.2rem;
    }
.map .map-list-wrapper .map-list ul li .text {
  padding: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
}

.map .map-list-wrapper .map-list ul li.row02 {
  width: calc(100% / 6 * 2);
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list ul li.row02 {
    width: 100%;
    order: 1;
  }
}

.map .map-list-wrapper .map-list ul li.row02 .map-img {
  width: 100%;
}

.map .map-list-wrapper .map-list ul li.row02 .map-img img {
  width: 100%;
}

.map .map-list-wrapper .map-list .box-area {
  max-width: 1060px;
  padding: 0 40px;
  margin: 32px auto 0;
}

.map .map-list-wrapper .content-box .column-box {
  max-width: 1060px;
  padding: 40px;
  margin: 32px auto 0;
}

.map .map-list-wrapper .content-box .column-box h4{
    font-size: 26px; font-size: 2.6rem; font-weight: bold;
}
.map .map-list-wrapper .content-box .column-box h4 span{
    border: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1cb4aa;
  line-height: 1;
  padding-left: 10px;
  font-weight: normal;
}


@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area {
    padding: 0;
    margin: 20px auto 0;
  }
}

.map .map-list-wrapper .map-list .box-area .box {
  background: #fff;
  padding: 42px 40px 10px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box {
    padding: 10px 20px 10px;
  }
}

.map .map-list-wrapper .map-list .box-area .box h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.map .map-list-wrapper .map-list .box-area .box .box-box {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box .text table {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box .text table tr {
    display: block;
    margin-bottom: 10px;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box .text table tr th {
  width: 80px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box .text table tr th {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box .text table tr td {
  width: calc(100% - 80px);
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box .text table tr td {
    display: block;
    line-height: 1.6;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box .img-national {
  width: 150px;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box .img-national {
    width: 100%;
    margin: 20px auto 0;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box .img-national img {
  margin: 0 auto;
}

.map .map-list-wrapper .map-list .box-area .box .box-box .img-national small {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.map .map-list-wrapper .map-list .box-area .box .box-box02 .text {
  width: 57.6%;
  text-align: justify;
}

.map .map-list-wrapper .map-list .box-area .box .box-box02 p {
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box02 .text {
    width: 100%;
    order: 2;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box02 .img {
  width: 38%;
}

@media only screen and (max-width: 767px) {
  .map .map-list-wrapper .map-list .box-area .box .box-box02 .img {
    width: 100%;
    order: 1;
  }
}

.map .map-list-wrapper .map-list .box-area .box .box-box02 .img img {
  width: 100%;
}



.guide-contents div.area-guide {
padding-top: 35px;
background-color: #f4f4f4;

}

#area-guide-box-list ul li a .img {
  padding: 34px 35px;
  position: relative;
  z-index: -1;
  background: #f4f4f4;
}


.area-guide {
  padding-top: 35px;
}

#area-guide-box-list {
  padding: 0 25px 0 10px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #area-guide-box-list {
    padding: 0;
  margin-top: 40px;
  }
}

#area-guide-box-list ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
justify-content: center;    
}

@media only screen and (max-width: 767px) {
  #area-guide-box-list ul {
/*    -webkit-flex-direction: column;
    flex-direction: column;*/
  }
}

#area-guide-box-list ul li {
  width:330px;
  margin-bottom: 40px;
  margin-right: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {

#area-guide-box-list {
  padding: 0;
}
  #area-guide-box-list ul li {
  width: calc((100% - 12px)/2);
    margin-right: 6px;
  }
}


#area-guide-box-list ul li a {
  display: block;
  position: relative;
}

#area-guide-box-list ul li a:hover .text-effect {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#area-guide-box-list ul li a .text-effect {
  position: absolute;
  width: 260px;
  top: -12px;
  right: -27px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  transform: translate(-30px, 30px);
  z-index: +1;
}

#area-guide-box-list ul li a .text-effect img {
  transition: .5s;
}

#area-guide-box-list ul li a .w244 {
  width: 244px;
}

#area-guide-box-list ul li a .w353 {
  width: 353px;
}

#area-guide-box-list ul li a .w319 {
  width: 319px;
}

#area-guide-box-list ul li a .w256 {
  width: 256px;
}

#area-guide-box-list ul li a .w359 {
  width: 359px;
}

#area-guide-box-list ul li a .w409 {
  width: 409px;
}

#area-guide-box-list ul li a .w345 {
  width: 345px;
}

#area-guide-box-list ul li a .w278 {
  width: 278px;
}

#area-guide-box-list ul li a .w366 {
  width: 366px;
}

#area-guide-box-list ul li a .w400 {
  width: 400px;
}

#area-guide-box-list ul li a .w270 {
  width: 270px;
}

#area-guide-box-list ul li a .top-text {
  font-family: "adobe-garamond-pro", serif;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: +1;
}

#area-guide-box-list ul li a .top-text small {
  font-size: 12px;
  font-size: 1.2rem;
  font-feature-settings: normal;
  letter-spacing: .18em;
  color: #333333;
  display: inline-block;
  margin-right: 12px;
  line-height: 1;
  margin-top: 5px;
}

#area-guide-box-list ul li a .top-text span {
  font-size: 48px;
  font-size: 4.8rem;
  font-style: italic;
  letter-spacing: .05em;
  color: #bfbfbf;
  line-height: 1;
}
/*
#area-guide-box-list ul li a .img {
  padding: 34px 35px;
  position: relative;
  z-index: -1;
  background: #f4f4f4;
}*/

#area-guide-box-list ul li .textbox {
  padding: 30px 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-top: -46px;
  position: relative;
  pointer-events: none;
}

#area-guide-box-list ul li .textbox .title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  font-feature-settings: normal;
}

#area-guide-box-list ul li .textbox .title:after {
  content: "";
  width: 34px;
  height: 1px;
  background: #333333;
  display: block;
  margin: 12px auto;
}
@media only screen and (max-width: 767px) {
#area-guide-box-list ul li .textbox .title:after {
  margin: 8px auto;
}
    #area-guide-box-list ul li a .img {
  padding: 18px 12px 22px 12px;
}
#area-guide-box-list ul li .textbox {
    padding: 35px 10px 0px 10px;
    }
#area-guide-box-list ul li .textbox .title {
  font-size: 16px;
  font-size: 1.6rem;
    line-height: 1.2;
}
#area-guide-box-list ul li a .top-text span {
  font-size: 30px;
  font-size: 3.0rem;
}
    #area-guide-box-list ul li a .top-text {
        top: -18px;}
}

#area-guide-box-list ul li .textbox p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

#area-guide-box-list.row06 {
  padding: 0 36px;
}

#area-guide-box-list.row06 ul li {
  width: calc((100% - 30px)/5);
  margin-right: 6px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
#area-guide-box-list.row06 {
  padding: 0 4px 0 10px;
}
  #area-guide-box-list.row06 ul li {
  width: calc((100% - 12px)/2);
    margin-right: 6px;
  }
}

#area-guide-box-list.row06 ul li:nth-of-type(5n) {
  margin-right: 0;
}

#area-guide-box-list.row06 ul li a .top-text {
  top: -19px;
}

#area-guide-box-list.row06 ul li a .top-text small {
  letter-spacing: 0;
}

#area-guide-box-list.row06 ul li a .top-text span {
  font-size: 36px;
  font-size: 3.6rem;
}

#area-guide-box-list.row06 ul li a .img {
  padding: 20px 25px 23px;
    background-color: #fff;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
#area-guide-box-list.row06 ul li a .top-text {
  top: -15px;
}
    #area-guide-box-list.row06 ul li a .img {
  padding: 20px 15px 23px;
}
#area-guide-box-list.row06 ul li a .top-text span {
  font-size: 28px;
  font-size: 2.8rem;
}
}
    
#area-guide-box-list.row06 ul li .textbox {
  padding-bottom: 0;
}

#area-guide-box-list.row06 ul li .textbox .title:after {
  content: none;
}




.map li .new-ribon {
  position: absolute;
  width: 132px;
  height: 71px;
  overflow: hidden;
  top: -0px;
  left: -0px;
  z-index: 10;
    display: inline-block;
    pointer-events: none;}

.map  li .new-ribon:before, .map  li .new-ribon:after {
  content: "";
  position: absolute;
  background: #666;
  width: 5px;
  height: 5px;
  z-index: -1;
}

.map  li .new-ribon:before {
  bottom: 0;
  left: 0;
}

.map  li .new-ribon:after {
  top: 0;
  right: 0;
}

.map  li .new-ribon span {
  font-size: 12px;
  font-size: 1.2rem;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 180px;
  height: 30px;
  background: #f16927;
  color: #fff;
  font-weight: bold;
  top: 9px;
  left: -35px;
  transform: rotate(-27deg);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.map  li .new-ribon span.c1 { background:#358af3;}
.map  li .new-ribon span.c2 { background:#0fab8f;}
.map  li .new-ribon span.c3 { background: #a58010;}
.map  li .new-ribon span.c4 { background: #f67c40;}
.map  li .new-ribon span.c5 { background: #c758f5;}

@media only screen and (max-width: 767px) {
.map  li .new-ribon span {
  font-size: 11px;
  font-size: 1.1rem;}
}