/* tomamu_renew.css */
.mv{
  position: relative;
}
.area, .calender, .spot, .hotel, .access, .campaignQa {
    background: none;
}
#slide_wrap{
  position: relative;
  overflow: hidden;
}

#slide_wrap .slide_item{
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child){
  position: absolute;
  top: 0;
  left : 0;
  width: 100%;
}
  
#slide_wrap .slide_item.come_{
  opacity: 1;
}
#slide_wrap .slide_item.zoom_{
  transform: scale(1.1);
}
#slide_wrap .slide_item img{
  display: block;
  width: 100%;
}
.mv .logo{
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 400px;
}

@media (max-width: 768px) {
  .mv .logo{
    width: 70%;
    left: 15%;
    top: 35%;
  }
}


/* depWrap */

.depWrap{
  background-color: #2f8a60;
}
.depWrap .inner{
  margin: 0 auto;
  background: none;
}

/* nav */

.nav{
  padding-top: 60px;
}

.nav li{
  padding: 0 10px;
}

.nav a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #2f8a60;
  position: relative;
  display: block;
  text-align: center;
}

.nav a.btn-flat:hover {
  color: #4b6a00;
}

.nav a.btn-flat span {
  position: relative;
}

.nav a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 120px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #fff100;
}

.nav a.btn-flat:hover:before {
  -webkit-transform: translateX(-35%) translateY(-25%) rotate(135deg);
  transform: translateX(-35%) translateY(-25%) rotate(135deg);
}

.nav a:hover{
  opacity: 1;
}

@media (max-width: 768px) {
  .nav a.btn-flat{
    padding: 10px 0;
  }
  .nav a.btn-flat:before{
    left: 50px;
  }
}


/* read  */

.read {
    background: url(/upload/tenant_1/tomamu_message.webp) bottom center no-repeat;
}

.read .ttl {
  text-align: center;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 30px;
}

.read .ttl span {
  display: inline-block;
    position: relative;
    font-size: 22px;
}

.read .ttl span:before,.read .ttl span:after{
  display: none;
}

@media (max-width: 768px) {
  .read .ttl{
    width: 90%;
    margin: 0 auto;
  }
  .read .ttl span {
    font-size: 18px;
  }
  .read p{
    font-size: 13px;
  }
}

/* map */


/* modal-window */
.map:after{
  display: none;
}
.map .button {
  background: #67cbd0;
  color: #FFF;
  padding: 0 2em;
  border: 0;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 900;
  position: relative;
}

.map .button:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 5px;
}

.map .button:hover {
  cursor: pointer;
}

.map .modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.map .modal-content {
  background-color: #f4f4f4;
  margin: 20% auto;
  width: 90%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.map .modal-header h1 {
  margin: 1rem 0;
}

.map .modal-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px;
}

.map .modalClose {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 10px;
}

.map .modalClose:hover {
  cursor: pointer;
}

.map .modal-body {
  padding: 10px 20px;
  color: black;
}
@media (max-width: 640px) {
  .map .modal-content{
    width: 90%;
    margin: 15% auto;
  }
}

@media (max-width: 768px) {
  .map .button{
    padding: 10px 0;
    font-size: 16px;
  }
}



/* search */

.search02{
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
}
.mainWrap .search_area{
  background-color: #d2f0e2;
}
.search_area .search02 h3, .search_area .search02 .searchTtl{
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 20px 50px 20px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #42a275;
  width: auto;
}

.search_area .search02 h3:before,
.search_area .search02 h3:after , .search_area .search02 .searchTtl:before, .search_area .search02 .searchTtl:after{
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #42a275;
}

.search_area .search02 h3:before, .search_area .search02 .searchTtl:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.search_area .search02 h3:after, .search_area .search02 .searchTtl:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.search_area .search02 h3 span, .search_area .search02 .searchTtl span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

#search2,#sw__dom{
  width: 50%;
}
.search_area{
  background-color: aliceblue;
}
#search2.search{
  background: none;
  padding: 0 10px; 
}
.searchWrap{
  border: none;
  padding: 30px;
}
#sw__dom{
  padding: 0 10px;
  margin: 0;
  display: block;
}
.searchWrap{
  border-radius: 15px;
}
#tomamu_renew h3 span:before,#tomamu_renew h3 span:after{
  display: none;
}
.formArea dl{
  margin: 0 0 15px 0;
  max-width: 100%;
}
.formArea dl dd,.formArea dl.specialty dd{
  max-width: calc(100% - 7em);
}
.formArea dl.freeWord dd{
  max-width: calc(100% - 7em);
}

.def__dpp .sbw__btn{
  background-color: #ffd600;
  color: #5594ca;
  font-size: 18px;
}
@media (max-width: 1024px){
 .search_area .inner1200{
   width: 100%;
 } 
}


@media (max-width: 768px) {
  .search_area .up-col-1{
    flex-direction: column;
  }
  #search2.search{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .searchWrap{
    padding: 15px;
  }
  .search_area .search02 h3, .search_area .search02 .searchTtl{
    margin: 20px 35px;
    margin-top: 10px;
    padding: 0;
  }
  #sw__dom{
    width: 100%;
    padding: 0;
  }
  .search02{
    padding: 15px;
  }
  .search_area .search02 h3 span, .search_area .search02 .searchTtl span {
    font-size: 13px;
    position: relative;
    z-index: 20;
  }
  #dppBtn{
    margin-top: 20px;
  }
  .searchWrap{
    border-radius: 0;
  }
  .searchWrap .searchWrap{
    border-radius: 15px;
  }
  .searchWrap #dppBtn,.searchWrap #returnBtn{
    position: relative;
    left: 0;
  }

  .searchWrap #dppBtn:before{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}


#wrapper h3.contentTtl01{
  border-bottom: none;
  position: relative;
  padding: 6px;
  background-image: -webkit-linear-gradient(315deg, #2f8a60 0%, #42a275 29%, #6fd3e4 67%, #fff800 100%);
  background-image: linear-gradient(-225deg, #2f8a60 0%, #42a275 29%, #6fd3e4 67%, #fff800 100%);
  width: 40%;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #2f8a60;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#wrapper h3.contentTtl01:before{
  width: 247px;
  height: 77px;
  background-size: contain;
  position: absolute;
  left: -160px;
  top:-55px;
  z-index: 15;
}
#wrapper #event h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text00.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .area h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text01.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .activity h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text02.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .other h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text06.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .hotel h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text07.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .grume h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text08.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .access h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text09.webp) top left no-repeat;
  background-size: contain;
}
#wrapper .campaignQa h3.contentTtl01:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text10.webp) top left no-repeat;
  background-size: contain;
}


#wrapper h3.contentTtl01 span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
  border-bottom: none;
  font-size: 20px;
}
#wrapper .area h3.contentTtl01 span{
  background: #e7f5ee;
}


@media (max-width: 768px) {
  #wrapper h3.contentTtl01{
    width: 80%;
    margin-top: 20px;
  }
  #wrapper h3.contentTtl01:before{
    left: -30px;
    width: 140px;
    height: 40px;
    background-size: contain;
    top: -45px;
  }
  #wrapper .hotel h3.contentTtl01:before{
    top: -60px;
  }
  #wrapper h3.contentTtl01 span{
    font-size: 18px;
    padding: 0.5rem;
    line-height: 1.3;
  }
  .area .up-col-2.area02{
    margin-bottom: 0;
  }
}


.otherTour ul li .photo{
  position: relative;
}
.otherTour ul li .photo .category{
  position: absolute;
  background-color: #FFF;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f8a60 !important;
  line-height: 1.2;
  padding: 0;
  font-weight: bold;
}
.otherTour ul li .photo img{
  border-radius: 0;
}
.otherTour ul li{
  padding: 0 10px;
}

.lead{
  margin-top: 0;
  margin-bottom: 15px;
  color: #165640;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .otherTour ul li a{
    padding:0 5px;
  }
  #tour01 ul li p, #tour02 ul li p{
    font-size: 15px;
  }
  #tour01 ul li p.category, #tour02 ul li p.category{
    font-size: 12px;
  }
   #tour01 ul li p span,#tour02 ul li p span{
    font-size: 12px;
  }
  #tour01 ul li .pri, #tour02 ul li .pri{
    text-align: center;
  }
  .otherTour ul li .text .body{
    margin-bottom: 15px;
  }
  .otherTour ul li .text .body span{
    font-size: 13px;
  }
  .lead{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .lead.point{
    margin-bottom: -20px;
  }
  .otherTour ul li .photo .category{
    font-size: 12px;
  }
  .otherTour ul li a .photo img {
    object-fit: cover;
    height: auto;
    max-height: 150px;
  }
}

/* -------------------------------------
benefits
------------------------------------- */
.benefits{
  background-color: #bee5d3;
}
.benefits_inner{
  padding: 40px;
  background-image: -webkit-linear-gradient(315deg, #2f8a60 0%, #42a275 29%, #6fd3e4 67%, #fff800 100%);
  background-image: linear-gradient(-225deg, #2f8a60 0%, #42a275 29%, #6fd3e4 67%, #fff800 100%);
  position: relative;
}
.benefits_inner:before{
  content:"";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
.benefits h3{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  color: #42a275;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  border-bottom: 3px #42a275 dotted;
  position: relative;
      width: 80%;
    margin-left: 10%;
    background: linear-gradient(transparent 60%, #fcf705 40%);
    display: inline-block;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.benefits h3 span{
  font-size: 22px;
  color: #13bfc7;
}
.benefits h3:before{
  content:"";
  background: url(/upload/tenant_1/tomamu_renew_text11.webp) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
    bottom: 5px;
    width: 131px;
    height: 53px;
}
.benefits01{
  margin-bottom: 30px;
}
.benefits01,.benefits02{
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: space-between;
}
.benefits .text{
  width: 70%;
}
.benefits .text h4{
  background-color: #67cbd0;
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.benefits02 .text h4{
  background-color: #6fd196;
}
.benefits .text p.ttl{
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fcf705 30%);
  display: inline-block;
}
.benefits .text p.ttl span{
  font-size: 18px;
  font-weight: bold;
  color: #db0000;
}
.benefits02 ul{
  margin-top: 10px;
  margin-left: 20px;
}
.benefits02 ul li{
  list-style-type: square;
  margin-bottom: 5px;
}
.benefits02 ul li span{
  background: linear-gradient(transparent 60%, #fcf705 30%);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.benefits .photo{
  width: 28%;
}

@media (max-width: 768px) {
  .benefits_inner{
    padding: 20px;
  }
  .benefits h3{
    padding: 5px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
    .benefits h3 span{
    font-size: 16px;
  }
  .benefits .ttl:before,
  .benefits h3:before{
    left: -30px;
    width: 100px;
    top: 10px;
  }
  .benefits01, .benefits02{
    display: block;
  }
  .benefits .text{
    width: 100%;
  }
  .benefits .photo{
    width: 100%;
  }
  .benefits .photo img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits .text h4,
  .benefits .text .sub{
    font-size: 15px;
    padding: 5px;
  }
  .benefits .text p.ttl{
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }
  .benefits01 ul{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .benefits02 ul li{
    font-size: 12px;
  }
  .benefits02 ul li span{
    font-size: 12px;
  }
  .benefits01 ul li{
    font-size: 12px;
  }
  .benefits02 ul{
    margin-left: 15px;
  }
}

/* -------------------------------------
area
------------------------------------- */
.area{
  background: #e7f5ee;
}
.area .up-col-2{
  margin-bottom: 60px;
}
.area .up-col-2 .photo,.area .up-col-2 .text{
  width: 48%;
  margin: 0 1%;
}
.area h4{
  background-color: #41a174;
  color: #FFF;
  padding: 10px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.area .area01 h4{
  background-color: #67cbd0;
}
.area .plan .ttl{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.area .price a{
  display: block;
    background-color: #ffd600;
    color: #318c62;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    width: 30%;
    margin: 1%;
}
.area .price a p:last-child{
  color: red;
  font-weight: bold;
}

@media (max-width: 768px) {
  .area .up-col-2 .photo, .area .up-col-2 .text{
    width: 100%;
    margin: 0;
  }
  .area .area01 h4{
    font-size: 16px;
  }
}

/* -------------------------------------
activity
------------------------------------- */
.activity ul{
  background-color: #b2e9ec;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.activity ul li{
  width: 45%;
    background-color: #62c5c4;
    text-align: center;
    padding: 15px;
    margin: 0 2%;
    color: #ffffff;
}
.activity ul li:last-child{
  background-color: #3c9b6f;
}
.activity ul li a{
  display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.activity ul li:first-child a:before{
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activity ul li:last-child a:before{
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

@media (max-width: 768px) {
  .activity ul{
    padding: 15px 0px;
  }
  .activity ul li a{
    font-size: 13px;
  }
  .activity ul li:first-child a:before{
    left: 0;
  }
  .activity ul li:last-child a:before{
    left: 0;
  }
}

/* -------------------------------------
unkai farm
------------------------------------- */

.unkai .read{
  margin-bottom: 30px;
}
.unkai h3,.farm h3{
  text-align: center;
  font-size: 30px;
}
.unkai h3{
  color: #4caa8b;
}
.unkai h3 span{
}
.unkai h3 span,.farm h3 span{
  display: block;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.unkai{
  background: url(/upload/tenant_1/tomamu_renew_bg01.webp) bottom center no-repeat;
  background-size: 100% auto ;
}
.farm{
  background: url(/upload/tenant_1/tomamu_renew_bg02.webp) bottom center no-repeat;
  background-size: 100% auto ;
}
.unkaiSpot{
  background-color: #bfecf0;
}
.farmSpot{
  background: #e8ead0;
}

.unkai .photo01,.farm .photo01{
  margin-top: -30px;
  margin-left: 30px;
}
.unkai .photo01 p:first-child,.farm .photo01 p:first-child{
  width: 46%;
}
.unkai .photo01 p:last-child,.farm .photo01 p:last-child{
  width: 30%;
  margin-left: 30px;
}
.unkai .photo01 p img,.farm .photo01 p img{
/*   height: 100%; */
}
.unkai .text,.farm .text{
  padding: 60px 0;
  text-align: center;
}
.unkai .text h4,.farm .text h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #4ab6c7;
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
}
.farm .text h4{
  background-color: #6f9d3e;
}
.unkai .text p,.farm .text p{
  background-color: rgb(255 255 255 / 50%);
  padding: 10px;
  width: 80%;
  margin: 0 auto;
}
.unkai .photo02,.farm .photo02{
  justify-content: end;
}
.unkai .photo02 p:first-child,.farm .photo02 p:first-child{
  width: 30%;
  margin-right: 30px;
}
.unkai .photo02 p:last-child,.farm .photo02 p:last-child{
  width: 46%;
}
.unkaiSpot h3 span{
  background-color: #FFF;
  padding: 5px 25px;
  color: #4ab6c7;
  border: none;
}
.farmSpot h3 span{
  background-color: #FFF;
  padding: 5px 25px;
  color: #6f9d3e;
  border: none;
}
.unkaiSpot ul li .photo img,.farmSpot ul li .photo img{
  border-radius: 0;
}
.unkaiSpot ul li .text,.farmSpot ul li .text{
  padding: 10px 0;
}
.unkaiSpot ul li .text .ttl,.farmSpot ul li .text .ttl{
  background-color: #4ab6c7;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}
.farmSpot ul li .text .ttl{
    background-color: #6f9d3e;
}

@media (max-width: 768px) {
  .unkai h3, .farm h3{
    font-size: 20px;
  }
  .unkai h3 span, .farm h3 span{
    margin-bottom: 30px;
  }
  .unkai h3 span img, .farm h3 span img{
    width: 150px;
  }
  .unkai .photo01, .farm .photo01{
    margin-top: -15px;
    margin-left: 15px;
  }
  .unkai .photo01 p:last-child, .farm .photo01 p:last-child{
    margin-left: 15px;
  }
  .unkai .text h4, .farm .text h4{
    font-size: 16px;
  }
  .unkai .text p, .farm .text p{
    width: 90%;
    font-size: 12px;
  }
  .unkai .text, .farm .text{
    padding: 30px 0;
  }
  .unkai .photo02 p:first-child, .farm .photo02 p:first-child{
    margin-right: 15px;
  }
  .unkaiSpot ul li .text .body span, .farmSpot ul li .text .body span{
    font-size: 12px;
  }
}

/* other */

.other .other01,.other .other02{
  padding: 0 10px;
}

.other h4{
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #328e64;
}
.other02 h4{
  color: #4ab6c7;
}
.other p{
  text-align: center;
}
/* otherTour */

#tour01,#tour02{
  background-color: #2f8a60;
}

#tour01 h3,#tour02 h3{
  color: #FFF;
}
#tour01 ul li p,#tour01 ul li p span,#tour02 ul li p,#tour02 ul li p span{
  color: #FFF;
}
#tour01 ul li .pri,#tour02 ul li .pri{
  background-color:#FFF;
}
.otherTour ul li .pri{
  font-size: 20px;
}

@media (max-width: 768px) {
  .other .other01, .other .other02{
    width: 100%;
  }
  .other .other01{
    margin-bottom: 20px;
  }
}

/* hotel */
.hotel .hotel01,.hotel .hotel02{
  background-color: #cbedf0;
  padding: 40px;
  margin-bottom: 60px;
}
.hotel .hotel02{
  background-color: #eaedca;
}
.hotel h4{
  text-align: center;
  background-color: #4ab6c7;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.hotel .hotel02 h4{
  background-color:#2f8a60;
}
.hotel .photo .up-col-2{
  margin: 20px 0 30px 0;
  justify-content: space-between;
}
.hotel .photo .up-col-2 div{
  width: 49%;
}
.hotel .text{
  justify-content: space-between;
  margin-bottom: 30px;
}
.hotel .text div{
  width: 49%;
}
.hotel .text h5{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hotel .text .info{
  width: 49%;
  background-color: #FFF;
  padding: 15px;
  margin-top: 0;
}
.hotel .text .info p:first-child{
  font-weight: bold;
  margin-bottom: 15px;
}
.hotel .link a{
  position: relative;
  display: block;
  width: 30em;
  text-align: center;
  background-color: #ffd601;
  padding: 10px;
  font-size: 18px;
  margin: 0 auto;
  color: #1cb8d1;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  border: solid 1px #FFF;
}
.hotel .hotel02 .link a{
  color:#2f8a60;
}
.hotel .link a:before{
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #1cb8d1;
  border-right: solid 2px #1cb8d1;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hotel .hotel02 .link a:before{
  border-bottom: solid 2px #2f8a60;
  border-right: solid 2px #2f8a60;
}
@media (max-width: 768px) {
  .hotel .hotel01, .hotel .hotel02{
    padding: 20px;
  }
   .hotel .hotel02{
     margin-bottom: 0;
   }
  .hotel .text{
    margin-bottom: 0;
  }
  .hotel .text div{
    width: 100%;
    margin-bottom: 15px;
  }
  .hotel .text .info{
    width: 100%;
  }
  .hotel .text .info p:last-child{
    font-size: 12px;
  }
  .hotel .text h5{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .hotel .text p{
    font-size: 12px;
  }
  .hotel .link a{
    width: 100%;
    font-size: 15px;
  }
  .hotel .photo .up-col-2{
    margin: 5px 0 15px 0;
  }
}

/* grume */

.grume {
  background: #e7f5ee;
}
#wrapper .grume h3.contentTtl01 span{
  background-color: #e7f5ee;
}
.grume .text{
  background-color: #FFF;
  padding: 20px;
}
.grume .text h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.grume .text p{
  margin-bottom: 15px;
}
.grume .text table td img{
  width: 18px;
  display: inline-block;
  margin-right: 10px;
}
.grume .up-col-2{
 margin-bottom: 40px; 
}
.grume .photo{
  width: 45%;
}
.grume .photo img{
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}
.grume .text{
  width: 55%;
}
.grume .text h4{
  color: #349065;
}
.grume .text table th{
  text-align: left;
  vertical-align: top;
}
.grume .text table td{
  font-size: 13px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .grume .photo,.grume .text{
    width: 100%;
  }
  .grume .text h4{
    font-size: 16px;
  }
  .grume .text p{
    font-size: 14px;
  }
  .grume .text table th,.grume .text table td{
    font-size: 12px;
  }
  .grume .text table th{
    width: 6em;
  }
  .grume .text table td{
    width: calc(100% - 6em);
  }
  .grume .up-col-2{
    margin-bottom: 10px;
  }
  .grume .up-col-2.change .text{
    order:2;
  }
  .grume .up-col-2.change .photo{
    order:1;
  }
  .grume .swiper-pagination{
    z-index: 20;
    position: relative;
  }
  .grume .photo img{
    height: auto;
    max-height: 230px;
  }

}
@media (min-width: 769px) {
  .grume .swiper03 .swiper-wrapper{
    display: block;
  }
}

/* access */
.access{
  padding-bottom: 0;
}

.access .photo{
  text-align: center;
  margin-bottom: 30px;
}
.access .photo img{
  display: inline;
}
.access .text .ttl{
  width: 100%;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.access .text ul li{
  text-align: center;
}
.access .text ul li img{
  width: 20px;
    display: inline;
    margin-right: 10px;
}

@media (max-width: 768px) {
  .access .box{
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .access .text .ttl{
    font-size: 16px;
/*     width: 50%; */
    margin-bottom: 0;
    align-items: center;
  }
  .access .box ul{
/*     width: 50%; */
  }
  .access .text ul li{
    font-size: 12px;
  }
}

/* campaignQa */

.campaignQa{
  background-color: #e8ead0;
}
.campaignQa .inner1100{
  overflow: unset;
}
#wrapper .campaignQa h3.contentTtl01 span{
  background: #e8ead0;
}
.campaignQa .box dl dt .sub{
  background: #349065;
  border-radius: 0;
}
  
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  height: auto;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
