@charset "utf-8";
html {
  overflow: auto;
}
.homeSection {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .homeSection {
    width: 100%;
  }
}
.sp {
  display: none;
}
.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
.homeHeading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  color: #666;
  font-size: 20px;
  font-weight: normal;
  font-family: "Sawarabi Mincho";
}
@media screen and (max-width: 767px) {
  .homeHeading {
    margin-bottom: 2.66vw;
    padding-bottom: 0.66vw;
    font-size: 5.33vw;
  }
}
.homeHotelHeading {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #6A957A;
}
.homeHotelHeading b {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: "Sawarabi Mincho";
}
/* index page
--------------------------------------------------*/
.emInfo {
  background-color: #fff;
  text-align: center;
  padding: 2%;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .emInfo {
    margin-bottom: 2%;
  }
}
.emInfo h2 {
  font-size: 110%;
}
.ozashiki {
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .ozashiki img {
    width: 100%;
  }
}
.homeBnrContent {
  text-align: center;
  margin-bottom: 5%;
}
.homeBnrContent li {
  margin-bottom: 2%;
}
.homeBnrContent.homeBnrColumn1 li {
  width: 100%;
}
.homeBnrContent.homeBnrColumn2 {
  overflow: hidden;
}
.homeBnrContent.homeBnrColumn2 li {
  width: 48%;
  float: left;
}
.homeBnrContent.homeBnrColumn2 li:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .homeBnrContent.homeBnrColumn1 {
    margin-bottom: 0;
  }
  .homeBnrContent li img {
    width: 100%;
  }
  .homeBnrContent.homeBnrColumn2 li {
    width: 100%;
  }
}
#visual {
  overflow-x: hidden;
  position: relative;
}
#visual .wrap {
  width: 1385px;
  margin: 0 auto 40px;
}
#visual .wrap ul li {
  float: left;
  margin-bottom: 4px;
}
#visual .wrap ul li.swiper01 {
  margin-right: 8px;
  width: 612px;
}
#visual .wrap ul li.swiper02 {
  margin-right: 8px;
  width: 310px;
}
#visual .wrap ul li.swiper03 {
  width: 438px;
}
#visual .wrap ul li.swiper04 {
  margin-right: 8px;
  width: 245px;
}
#visual .wrap ul li.visualLinks {
  width: 506px;
  height: 270px;
  background: url(../../img/bg_visual_info.png) no-repeat 0 0;
  margin: 0 0 0 0;
  position: relative;
}
#visual .wrap ul li.visualLinks ul {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
#visual .wrap ul li.visualLinks ul li {
  float: none;
  margin: 7px 0 0;
}
#visual .wrap ul li.visualLinks span {
  position: absolute;
  bottom: -1px;
  right: -12px;
}
@media screen and (max-width: 767px) {
  #visual .wrap {
    width: auto;
    margin: 0 1%;
  }
  #visual .wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
  }
  #visual .wrap ul li {
    float: none;
    margin-bottom: 4px;
  }
  #visual .wrap ul li.swiper01 img,
  #visual .wrap ul li.swiper02 img,
  #visual .wrap ul li.swiper03 img,
  #visual .wrap ul li.swiper04 img {
    width: 100%;
  }
  #visual .wrap ul li.swiper01 {
    margin-right: 0;
    width: 100%;
  }
  #visual .wrap ul li.swiper02 {
    width: 41%;
    margin-right: 0;
  }
  #visual .wrap ul li.swiper03 {
    width: 57%;
  }
  #visual .wrap ul li.swiper04 {
    margin-right: 0;
    width: 32%;
  }
  #visual .wrap ul li.visualLinks {
    width: 66%;
    height: 0;
    padding-bottom: 35.178%;
    margin: 0;
    background: url(../../img/bg_visual_info.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
  }
  #visual .wrap ul li.visualLinks ul {
    position: absolute;
    width: 96%;
    bottom: 10%;
    left: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #visual .wrap ul li.visualLinks ul li {
    float: none;
    width: 49.5%;
  }
  #visual .wrap ul li.visualLinks ul li img {
    width: 100%;
  }
  #visual .wrap ul li.visualLinks span {
    display: none;
  }
  #visual .wrap ul.clearfix:after {
    content: none;
  }
}
.homeMainContent {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.homePicup {
  width: 100%;
}
.homeBnrs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeBnrs {
    justify-content: space-between;
  }
}
.homeBnrs a {
  display: block;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
  flex-basis: auto;
}
.homeBnrs a:nth-child(5n) {
  margin-right: 0;
}
.homeBnrs a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeBnrs a {
    width: 49%;
    margin: 0 0 2%;
  }
}
.top_head_btn {
  padding-right: 10px;
}
.top_head_btn a {
  display: block;
}
.top_head_btn a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_head_btn {
    padding-right: 0;
  }
}
/* news */
.news ul li {
  border-bottom: 1px dashed #cccccc;
  padding: 12px 0;
}
.news ul li .newsPropety {
  margin-bottom: 5px;
}
.news ul li .newsPropety a.termlink {
  text-decoration: none!important;
}
.news ul li .newsPropety a span {
  color: #ffffff;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 10px;
}
.news ul li .newsPropety img {
  vertical-align: sub;
}
.news ul li .newsPropety .term {
  background: #333333;
  border-radius: 5px;
  padding: 1px 7px;
}
.news ul li .newsPropety span.term_news {
  background: #759EAC;
}
.news ul li .newsPropety span.term_event {
  background: #D74327;
}
.news ul li .newsTitle {
  font-size: 16px;
}
.news ul li .newsTitle a {
  font-weight: bold;
}
.homeInstagram {
  width: 100%;
}
.homeInstagram .instaThumb {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.homeInstagram .instaThumb figure {
  width: 22.6%;
  margin-bottom: 20px;
}
.homeInstagram .instaThumb figure a {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .homeInstagram .instaThumb figure {
    width: 32%;
    margin-bottom: 2%;
  }
}
.homeInstagram .homeInstagram_bnr {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeInstagram .homeInstagram_bnr img {
    width: 100%;
  }
}
/* hotel */
.hotel .choose {
  padding: 0 0 20px;
  border-bottom: 1px solid #cccccc;
}
.hotel .choose ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.hotel .choose ul li {
  width: 33.33%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.hotel .choose ul li img {
  width: 100%;
}
.hotel .pr {
  border-top: 1px solid #ffffff;
  padding: 15px 0 0;
}
.hotel .pr p {
  margin: 0 0 10px;
}
.prHotels {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.prHotels a {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prHotels {
    justify-content: space-between;
  }
  .prHotels a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.video88temples {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: url(../../img/bg_video88temples.gif) repeat 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.video88temples h2 {
  width: 28%;
  padding-right: 10px;
}
.video88temples ul {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.video88temples ul li {
  width: 24.5%;
  margin-bottom: 5px;
}
.video88temples ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.video88temples ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .video88temples {
    display: block;
    padding: 5px;
    padding: 1.66vw;
  }
  .video88temples h2 {
    width: 100%;
    margin-right: 0;
  }
  .video88temples ul {
    width: 100%;
  }
  .video88temples ul li {
    width: 49%;
    margin-bottom: 4%;
  }
}
/* 伊予検番 */
.iyokenban_link {
  display: block;
  background: #601f27;
  width: 680px;
  margin: 20px auto 0 auto;
  padding: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  color: #fff !important;
}
.iyokenban_link:hover {
  opacity: 0.8;
}
.iyokenban_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 2.4vw;
}
.closed_link {
  display: block;
  background: #464646;
  width: 680px;
  margin: 20px auto 0 auto;
  padding: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  color: #fff !important;
}
.closed_link:hover {
  opacity: 0.8;
}
.closed_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 2.4vw;
}
/* ふるさとづくり大賞 */
.furusato-news_link {
  display: block;
  background: #452f27;
  width: 680px;
  margin: 20px auto 0 auto;
  padding: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  color: #fff !important;
}
.furusato-news_link:hover {
  opacity: 0.8;
}
.furusato-news_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 2.4vw;
}
@media screen and (max-width: 767px) {
  .iyokenban_link {
    width: 100%;
  }
  .closed_link {
    width: 100%;
  }
  .furusato-news_link {
    width: 100%;
  }
}
/* コロナガイドラインバナー */
.guideline_bnr {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .guideline_bnr {
    display: block;
    margin-top: 10px;
  }
}
/* GO! DOGO! プロジェクト動画リンク */
.movie_link {
  display: block;
  background: #D74327;
  width: 680px;
  margin: 20px auto 0 auto;
  padding: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  color: #fff !important;
  line-height: 1.4;
  font-size: 19px;
}
.movie_link:hover {
  opacity: 0.8;
}
.movie_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 2.4vw;
}
.movie_link span {
  font-size: 23px;
  display: block;
}
@media screen and (max-width: 767px) {
  .movie_link {
    width: 100%;
    font-size: 16px;
  }
  .movie_link span {
    font-size: 19px;
  }
}
/* YouTube動画 */
.topYoutube {
  width: 680px;
  margin: 30px auto;
}
.topYoutube {
  position: relative;
  padding-bottom: 38.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.topYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .topYoutube {
    width: 100%;
    margin: 20px auto;
  }
  .topYoutube {
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
  }
}
/* GoToトラベル */
.coronavirus_link {
  display: block;
  background: #f8f8f8;
  width: 680px;
  margin: 20px auto 0 auto;
  padding: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4;
  position: relative;
  border: 1px solid #573a30;
  color: #573a30 !important;
}
.coronavirus_link:hover {
  opacity: 0.8;
}
.coronavirus_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #573a30;
  border-right: 2px solid #573a30;
  transform: rotate(45deg);
  right: 2.4vw;
}
@media screen and (max-width: 767px) {
  .coronavirus_link {
    width: 100%;
  }
}
/*「NAKEDディスタンス提灯®」で道後のまちを彩る！*/
.naked {
  width: 680px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.naked_Area {
  width: 93%;
  margin: 0 auto;
}
.naked .mv {
  margin-bottom: 15px;
}
.p-Nakedarea a {
  display: inline-block;
}
.naked .naked_Area .p-Naked_read {
  margin-bottom: 15px;
}
.naked .naked_Area .p-Nakedarea {
  background-color: #FEFDDD;
  border-top: solid 5px #AE9B31;
  padding: 10px 28px;
  margin: 0 auto 20px;
}
.naked .naked_Area .p-Nakedarea h2 {
  font-size: 20px;
  color: #AE9B31;
  text-align: center;
}
.naked .naked_Area .p-Nakedarea_pink {
  position: relative;
  background-color: #FCEEEE;
  border: solid 5px #D35963;
  padding: 20px;
  background-image: url("../../img/img_hige.png");
  background-repeat: repeat-x;
}
.naked .naked_Area .p-Nakedarea_pink .goods {
  position: absolute;
  top: 133px;
  right: 15px;
  height: 190px;
}
.naked .naked_Area .p-Nakedarea_pink h2 {
  margin: 5px 0 5px 0;
}
.naked .naked_Area .p-Nakedarea_pink ul li {
  padding-left: 4em;
  text-indent: -4em;
}
.naked .naked_Area .p-Nakedarea_pink p {
  margin-bottom: 5px;
  line-height: 1.7;
}
.naked .naked_Area .naked_btn {
  display: block;
  background: #000000;
  width: 330px;
  margin: 20px auto 0 auto;
  padding: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  color: #fff !important;
  text-align: center;
  line-height: 1.3;
}
.naked .naked_Area .naked_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 2.4vw;
}
.naked .naked_Area .naked_btn span {
  font-size: 11px;
  font-weight: normal;
}
.naked .naked_Area .sp {
  display: none;
}
.p-Nakedmovie {
  margin-top: 10px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.p-Nakedmovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}
@media screen and (max-width: 767px) {
  .naked {
    width: 100%;
    margin-top: 20px;
  }
  .naked .mv {
    width: 100%;
  }
  .naked .naked_Area .p-Nakedarea_pink h2 {
    text-align: center;
  }
  .naked .naked_Area .p-Nakedarea_pink p,
  .naked .naked_Area .p-Nakedarea_pink ul {
    width: 98%;
  }
  .naked .naked_Area .naked_btn {
    width: 90%;
  }
  .naked .naked_Area .naked_btn span {
    font-size: 60%;
  }
  .naked .naked_Area .p-Nakedarea_pink img {
    text-align: center;
  }
  .naked .naked_Area .p-Nakedarea_pink .goods {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .naked .naked_Area .sp {
    display: inline-block;
  }
  .naked .naked_Area .pc {
    display: none;
  }
}
.tobeyaki {
  width: 680px;
  margin: 20px auto;
  background-color: #FFFFFF;
  padding-bottom: 15px;
}
.tobeyaki h2 {
  font-size: 20px;
  color: #29518E;
  text-align: center;
  margin-bottom: 10px;
}
.tobeyaki .tobeyaki_Area {
  width: 93%;
  margin: 0 auto;
}
.tobeyaki .content {
  margin: 20px auto;
  background-color: #F2F2E6;
  border-top: solid 5px #29518E;
  padding: 15px 30px;
  position: relative;
}
.tobeyaki .content.tsubaki {
  margin: 20px auto;
  background-color: #FCF3D0;
  border: dashed 3px #CA783F;
  padding: 30px 30px;
  position: relative;
}
.tobeyaki .content.tsubaki h2 {
  color: #CA783F;
}
.tobeyaki .content.tsubaki p {
  color: #CA783F;
  margin-left: 25%;
  width: 60%;
  text-align: inherit;
}
.tobeyaki .content.tsubaki img {
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.tobeyaki p {
  text-align: center;
  margin-top: 10px;
}
.tobeyaki .content ul {
  margin-left: 30px;
}
.tobeyaki .content ul li:last-child {
  margin-top: 15px;
  font-size: 85%;
}
.tobeyaki .content img {
  position: absolute;
  bottom: 40px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .tobeyaki {
    width: 100%;
    margin-top: 20px;
  }
  .tobeyaki .mv {
    width: 100%;
  }
  .tobeyaki .content ul {
    margin: 0;
  }
  .tobeyaki .content {
    padding: 15px 15px;
  }
  .tobeyaki .content img {
    display: block;
    margin: 10px auto;
    position: initial;
    width: 25vw;
  }
  .tobeyaki .content.tsubaki p {
    width: 70%;
    margin: 0 auto 0 0;
  }
  .tobeyaki .content.tsubaki img {
    width: 20vw;
    position: absolute;
    margin: 0 0 0 auto;
    bottom: 15px;
    right: 30px;
  }
}
