@charset "UTF-8";
/* ===== 全体の設定 ===== */
body {
  *text-align: center;
  /*IE調整用*/
  width: 100%;
  overflow-x: hidden;
}

/* 全体背景[変更可] */
#wrapper {
  background: #fff !important;
  padding: 0;
}

/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
  text-decoration: underline;
  color: #005799;
}

#content a:visited {
  text-decoration: underline;
  color: #005799;
}

#content a:active {
  text-decoration: underline;
  color: #005799;
}

#content a:hover {
  text-decoration: none;
  color: #005799;
}

/* イベント名 リンク色[色変更可] */
#main .blockInEvent .bl-hot a,
#bottomBlock .topics .topicsTitle a {
  text-decoration: none;
  color: #005799;
}

/* ===== コンテンツ[以下に追加] ===== */
#wrapper {
  background: #f0f0f0;
  border-bottom: 1px solid #dbdcdc;
}

h2,
h3,
p,
dl,
dt,
dd {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div,
i,
p {
  line-height: unset;
}

.l-content {
  margin: 0 auto;
  overflow: hidden;
  width: auto !important;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  background: none !important;
  *text-align: left;
  /*IE調整用*/
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.l-content a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.l-container {
  padding: 0;
}

html.scrollnone,
body.scrollnone {
  overflow: hidden;
}

.marugothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

#gpsmap h1 {
  text-align: center;
  padding: 1em 0;
}

#gpsmap .sec_notes {
  padding: 1em;
  font-size: 14px;
}

#gpsmap .sec_notes p {
  padding-bottom: 1em;
  font-weight: bold;
}

.l-footer {
  background-color: #000;
}

.footer-inner {
  margin-bottom: 0;
}

html {
  overflow: auto;
}

body {
  overflow-x: hidden;
  min-width: 1080px;
  height: auto;
}

.takahata_isao {
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  font-weight: 400;
}
.takahata_isao * {
  box-sizing: border-box;
}
.takahata_isao .inner {
  width: 960px;
  margin: 0 auto;
}
.takahata_isao .s_inner {
  width: 840px;
  margin: 0 auto;
}
.takahata_isao img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
  max-width: 100%;
}
.takahata_isao .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.takahata_isao ol,
.takahata_isao ul {
  list-style-type: none;
}
.takahata_isao table {
  border-collapse: collapse;
  border-spacing: 0;
}
.takahata_isao a {
  transition: ease-in 0.2s;
}
.takahata_isao a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
}
.takahata_isao .link a {
  text-decoration: underline;
}
.takahata_isao .notes {
  font-size: 14px;
}
.takahata_isao .sp_none {
  display: block !important;
}
.takahata_isao .sp_block {
  display: none !important;
}
.takahata_isao .serif {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
}
.takahata_isao .fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: 1.2s;
}
.takahata_isao .fadein.in {
  opacity: 1;
  transform: translateY(0);
}
.takahata_isao .btn_more {
  margin-top: 45px;
}
.takahata_isao .btn_more a {
  width: 480px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .btn_more a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 98px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url(../img/ico_btn_arrow.svg) no-repeat center top/contain;
}
.takahata_isao .mv {
  background-color: #edf723;
  overflow-y: hidden;
}
.takahata_isao .mv .mv_inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 42px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.takahata_isao .mv .mv_inner .img_area .swiper_wrap {
  width: 604px;
  position: relative;
  z-index: 1;
}
.takahata_isao .mv .mv_inner .img_area h1 {
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
.takahata_isao .mv .mv_inner .img_area h1 img {
  width: 603px;
}
.takahata_isao .mv .mv_inner .text_wrap {
  padding-top: 18px;
}
.takahata_isao .mv .mv_inner .text_wrap .period {
  text-align: right;
  padding-right: 50px;
}
.takahata_isao .mv .mv_inner .text_wrap .period img {
  width: 179px;
}
.takahata_isao .mv .mv_inner .text_wrap .tit_en {
  margin-top: 50px;
}
.takahata_isao .mv .mv_inner .text_wrap .tit_en img {
  width: 306px;
}
.takahata_isao .lead {
  padding-bottom: 38px;
}
.takahata_isao .lead .pr {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
.takahata_isao .lead .text {
  font-weight: bold;
  margin-top: 40px;
}
.takahata_isao .lead .nav_wrap {
  margin-top: 65px;
}
.takahata_isao .lead .nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 38px 0;
}
.takahata_isao .lead .nav_wrap ul li a {
  position: relative;
  background-color: #edf723;
  width: 207px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}
.takahata_isao .lead .nav_wrap ul li a span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
.takahata_isao .lead .nav_wrap ul li a .number {
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -50%);
  width: 40px;
}
.takahata_isao .lead .nav_wrap ul li a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 23px;
  background: url(../img/ico_nav_arrow.svg) no-repeat center top/contain;
}
.takahata_isao .lead .nav_wrap ul li.w_space a {
  letter-spacing: -0.1em;
}
.takahata_isao .lead .nav_wrap ul li.questionnaire a {
  background-color: #fff;
  border: 1px solid #000;
}
.takahata_isao .lead .nav_wrap ul li.questionnaire a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  right: 0;
  width: 22px;
  height: 25px;
  background: url(../img/pic_nav_item.png) no-repeat center top/contain;
}
.takahata_isao .lead .attention {
  margin-top: 60px;
  color: #ba0015;
  font-weight: bold;
  background-color: #fff1f1;
  padding: 10px 55px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .fnav_wrap {
  position: fixed;
  right: 0;
  top: 100px;
  width: 212px;
  padding: 10px;
  z-index: 100;
  background-color: #edf723;
  transition: 0.5s;
  transform: translateX(100%);
}
.takahata_isao .fnav_wrap.active {
  transform: translateX(0);
}
.takahata_isao .fnav_wrap .fnav_btn {
  position: relative;
  cursor: pointer;
}
.takahata_isao .fnav_wrap .fnav_btn::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 10px;
  right: 18px;
  transform: rotate(0deg);
  width: 13px;
  height: 26px;
  background: url(../img/ico_nav_arrow.svg) no-repeat center top/contain;
  transition: 0.3s;
}
.takahata_isao .fnav_wrap .fnav_btn.on::before {
  transform: rotate(-180deg);
}
.takahata_isao .fnav_wrap nav {
  display: none;
}
.takahata_isao .fnav_wrap ul li {
  border-bottom: 1px solid #000;
}
.takahata_isao .fnav_wrap ul li a {
  display: flex;
  align-items: center;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
}
.takahata_isao .fnav_wrap ul li a .number {
  width: 42px;
}
.takahata_isao .fnav_wrap ul li a .number img {
  width: auto;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
.takahata_isao .fnav_wrap ul li a .text_wrap {
  width: 130px;
  line-height: 1.2;
}
.takahata_isao .fnav_wrap ul li:nth-child(3) a {
  gap: 0;
}
.takahata_isao .fnav_wrap ul li:nth-child(3) a .text_wrap {
  letter-spacing: -0.1em;
}
.takahata_isao .fnav_wrap ul li.questionnaire a {
  position: relative;
}
.takahata_isao .fnav_wrap ul li.questionnaire a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  right: 0;
  width: 14px;
  height: 16px;
  background: url(../img/pic_nav_item.png) no-repeat center top/contain;
}
.takahata_isao .main_content_area {
  position: relative;
  background-color: #edf723;
  padding-top: 90px;
  padding-bottom: 150px;
}
.takahata_isao .main_content_area .main_content {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.takahata_isao .common_content {
  margin-top: -25px;
}
.takahata_isao .common_content .common_tit {
  text-align: center;
}
.takahata_isao .common_content .common_tit .number img {
  width: auto;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.takahata_isao .common_content .common_tit h2 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 900;
}
.takahata_isao .common_content .common_tit h2 .marker {
  display: inline-block;
  padding: 0 2px;
  background: #fff;
  line-height: 1.1;
}
.takahata_isao .common_content .common_tit h2 .tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 42px;
}
.takahata_isao .common_content .content_wrap {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 120px;
  font-weight: bold;
  margin-top: 30px;
}
.takahata_isao .common_content .content_wrap .flex_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.takahata_isao .common_content .content_wrap .flex_wrap.a_start {
  align-items: flex-start;
}
.takahata_isao .common_content .content_wrap .flex_wrap + .flex_wrap {
  margin-top: 50px;
}
.takahata_isao .common_content .content_wrap .flex_wrap.reverse {
  flex-direction: row-reverse;
}
.takahata_isao .common_content .content_wrap .flex_wrap.text_only .text_area {
  width: 100%;
}
.takahata_isao .common_content .content_wrap .flex_wrap .img_area {
  width: 470px;
}
.takahata_isao .common_content .content_wrap .flex_wrap .img_area .copy {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
  opacity: 1;
  white-space: nowrap;
  font-weight: normal;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area {
  width: 333px;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area h3 {
  font-weight: 900;
  font-size: 32px;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area h3 span {
  background: linear-gradient(transparent 0%, #edf723 0%);
  padding: 0 5px;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area .text_wrap {
  margin-top: 30px;
}
.takahata_isao .common_content .content_wrap .detail {
  margin-top: 30px;
}
.takahata_isao .common_content .content_wrap .detail .notes {
  font-weight: normal;
  margin-top: 5px;
}
.takahata_isao .common_content.content01 {
  margin-top: 0;
}
.takahata_isao .common_content.content01 .common_tit {
  transform: translateY(-25px);
}
.takahata_isao .common_content.content01 .content_wrap {
  margin-top: 10px;
}
.takahata_isao .common_content.content03 .content_wrap .img_only {
  align-items: flex-start;
}
.takahata_isao .common_content.content03 .content_wrap .img_only .img01 {
  width: 470px;
}
.takahata_isao .common_content.content03 .content_wrap .img_only .img02 {
  width: 357px;
}
.takahata_isao .common_content.content04 .content_wrap .img_only {
  align-items: flex-start;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img01 {
  width: 401px;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img02 {
  width: 401px;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img03,
.takahata_isao .common_content.content04 .content_wrap .img_only .img04 {
  width: 50%;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .text {
  margin-top: 20px;
}
.takahata_isao .common_content.content04 .content_wrap .flex_wrap.mt_l {
  margin-top: 90px;
}
.takahata_isao .common_content.content05 .content_wrap {
  background-color: #fdf6e4;
  padding-bottom: 140px;
}
.takahata_isao .common_content.content05 .content_wrap .flex_wrap .img_area .img_wrap + .img_wrap {
  margin-top: 38px;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .text_top {
  margin-top: 0;
  padding-bottom: 50px;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .pic_wrap {
  text-align: center;
  margin-top: 20px;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .keyholder_wrap {
  margin-top: 8px;
  font-weight: normal;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .keyholder_wrap .keyholder span {
  font-size: 16px;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .keyholder_wrap .c_red {
  font-size: 14px;
  color: #ba0015;
  margin-top: 2px;
  white-space: nowrap;
}
.takahata_isao .common_content.content05 .content_wrap .btn_more {
  margin-top: 70px;
}
.takahata_isao .common_content.content05 .content_wrap .btn_more a::before {
  right: 50px;
}
.takahata_isao .common_content.content06 .content_wrap {
  background-color: #faf8ed;
}
.takahata_isao .common_content.content06 .food_content {
  margin-top: 50px;
}
.takahata_isao .common_content.content06 .food_content h2 {
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.takahata_isao .common_content.content06 .food_content h2::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 83px;
  height: 5px;
  background: #000;
}
.takahata_isao .common_content.content06 .food_content .food_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu {
  width: 390px;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu .text {
  margin-top: 30px;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu01 .img_wrap {
  width: 418px;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu02 {
  padding-top: 10px;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu02 .img_wrap {
  width: 463px;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap {
  align-items: center;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .img_wrap {
  width: 50%;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap {
  width: 392px;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap .price {
  font-size: 32px;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap .price span {
  font-size: 20px;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap .text {
  margin-top: 20px;
}
.takahata_isao .common_content.content06 .food_content.drink .food_wrap {
  align-items: center;
}
.takahata_isao .common_content.content06 .food_content.drink .food_wrap .img_wrap {
  width: 50%;
  text-align: center;
}
.takahata_isao .common_content.content06 .btn_more a::before {
  right: 50px;
}
.takahata_isao .common_content.content06 .summary {
  margin-top: 67px;
  border: 1px solid #000;
  padding: 22px 30px;
  display: flex;
  gap: 70px;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .summary dl .dl_wrap + .dl_wrap {
  margin-top: 30px;
}
.takahata_isao .common_content.other .other_wrap {
  margin-top: 50px;
}
.takahata_isao .common_content.other .other_wrap .common_tit {
  transform: translateY(0);
}
.takahata_isao .common_content.other .other_wrap .common_tit h2 .tit {
  letter-spacing: -0.05em;
}
.takahata_isao .common_content.other .other_wrap .common_tit h2 .tit i.ticket {
  letter-spacing: -0.25em;
  font-style: normal;
}
.takahata_isao .common_content.other .content_wrap {
  margin-top: 38px;
  padding-bottom: 95px;
  padding-top: 60px;
}
.takahata_isao .common_content.other .content_wrap .btn_more.item a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: auto;
  transform: translate(0);
  width: 42px;
  height: 46px;
  background: url(../img/pic_btn_item.png) no-repeat center top/contain;
}
.takahata_isao .common_content.other .event {
  margin-top: 40px;
}
.takahata_isao .common_content.other .event .content_wrap {
  padding-bottom: 80px;
}
.takahata_isao .common_content.other .event .flex_wrap {
  margin-top: 0;
}
.takahata_isao .common_content.other .event .flex_wrap .img_wrap {
  width: 470px;
}
.takahata_isao .common_content.other .event .flex_wrap .text_wrap {
  width: 328px;
}
.takahata_isao .common_content.other .event .flex_wrap .text_wrap .btn_more a {
  width: 328px;
}
.takahata_isao .common_content.other .event .flex_wrap .text_wrap .btn_more a::before {
  right: 30px;
}
.takahata_isao .common_content.profile_content {
  margin-top: 60px;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap {
  padding-top: 56px;
  padding-bottom: 78px;
  background-color: #f6f6f6;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .tit_profile {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #edf723;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  padding: 0 5px;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap {
  margin-top: 56px;
  align-items: flex-start;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .img_area {
  width: 228px;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap {
  width: 573px;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap .profile_wrap {
  padding: 22px;
  border: 1px solid #000;
  letter-spacing: -0.06em;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap .profile_wrap h3 {
  width: 138px;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap .profile_wrap p {
  font-size: 16px;
  margin-top: 16px;
  font-weight: bold;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap .text {
  margin-top: 40px;
  font-weight: bold;
}
.takahata_isao .info {
  margin-top: 90px;
}
.takahata_isao .info .info_tit {
  text-align: center;
}
.takahata_isao .info .info_tit p {
  font-size: 30px;
  font-weight: 900;
}
.takahata_isao .info .info_tit h2 {
  margin-top: 18px;
}
.takahata_isao .info .flex_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.takahata_isao .info .flex_wrap .img_wrap {
  width: 470px;
}
.takahata_isao .info .flex_wrap .text_wrap {
  width: 328px;
}
.takahata_isao .info .flex_wrap .text_wrap h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  position: relative;
}
.takahata_isao .info .flex_wrap .text_wrap h3::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 4px;
  background: #000;
}
.takahata_isao .info .flex_wrap .text_wrap .fwb {
  font-size: 16px;
  font-weight: bold;
  margin-top: 38px;
  letter-spacing: -0.03em;
}
.takahata_isao .info .flex_wrap .text_wrap dl {
  margin-top: 16px;
}
.takahata_isao .info .flex_wrap .text_wrap dl .dl_wrap {
  display: flex;
  gap: 25px;
  font-size: 14px;
  line-height: 1.3;
}
.takahata_isao .info .flex_wrap .text_wrap dl .dl_wrap dt {
  width: 65px;
  font-weight: bold;
}
.takahata_isao .info .flex_wrap .text_wrap dl .dl_wrap dd {
  width: 238px;
}
.takahata_isao .info .flex_wrap .text_wrap .btn_area {
  margin-top: 40px;
}
.takahata_isao .info .flex_wrap .text_wrap .btn_area .btn_more a {
  width: 100%;
}
.takahata_isao .info .flex_wrap .text_wrap .btn_area .btn_more a::before {
  right: 50px;
}
.takahata_isao .info .flex_wrap .text_wrap .btn_area .btn_more + .btn_more {
  margin-top: 8px;
}/*# sourceMappingURL=pc_content.css.map */