@charset "utf-8";
.nosp {
  display: none !important;
}
img {
  width: 100%;
  max-width: 100%;
}
body {
  min-width: auto;
  width: 100% !important;
}
.inner_01 {
  width: 100%;
}
.inner_02 {
  width: 100%;
}
.inner_04 {
  width: 100%;
}
a.btn01.p1,
button.btn01.p1 {
  width: 80%;
  padding: 10px 0;
}
a.btn01.p1:before,
button.btn01.p1:before {
  width: 100%;
}
.btn_list > a.btn01 {
  padding: 10px 0;
  width: 80%;
  margin-right: 0;
  margin-bottom: 10px;
}
/*============================
#header
============================*/
#header {
  padding: 0;
  min-width: auto;
}
#header .logo {
  display: block;
  vertical-align: middle;
  margin: 10px auto;
  width: 40%;
  position: relative;
  top: auto;
  left: auto;
}
#header nav {
  display: block;
  width: 100%;
  padding: 0;
  background: #f8f8f8;
  font-size: 79%;
}
#header nav ul {
  letter-spacing: -0.4em;
  width: 100%;
}
#header nav ul li {
  margin-right: 0;
  width: 20%;
  text-align: center;
}
#header nav ul li.g1 {
  width: 16%;
}
#header nav ul li.g2 {
  width: 23%;
  position: relative;
}
#header nav ul li.g3 {
  width: 23%;
  position: relative;
}
#header nav ul li.g4 {
  width: 19%;
  position: relative;
}
#header nav ul li.g5 {
  width: 19%;
}
#header nav ul li a {
  display: block;
  color: #000;
  padding: 10px 0;
}
#header nav ul li.g2:before,
#header nav ul li.g3:before,
#header nav ul li.g4:before {
  content: "\f0d7";
  font-family: "icon";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  color: #000;
}
#header div {
  display: none;
}
#header .select_area {
  position: absolute;
  right: 5%;
  top: 15px;
}
#header .select_area dd {
  width: 102vw;
  right: -32%;
  top: 130%;
  background: rgba(0, 0, 0, 1);
}
#header .select_area dd p {
  width: 20%;
  box-sizing: border-box;
  text-align: center;
}
#header .select_area dd a {
  color: #fff;
  padding: 8px 0;
}
#top_header {
  display: none;
}
.mega_nav_01 {
  padding: 50px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 90vh;
}
.mega_nav_01 > div {
  display: flex;
  flex-wrap: wrap;
}
.mega_nav_01 > div > div {
  width: 100%;
  margin-right: 0;
  order: 2;
}
.mega_nav_01 > div > div > p {
  display: none;
}
.mega_nav_01 > div > div > a.btn01 {
  width: 80%;
  margin: 0 auto 20px;
}
.mega_nav_01 > div > div > a.btn01:before {
  width: 100%;
}
.mega_nav_01 > div > ul {
  width: 90%;
  margin: 0 auto;
  order: 1;
}
.mega_nav_01 > div > ul > li {
  width: 48%;
  margin: 0 2% 3% 0;
}
.mega_nav_01 > div > ul > li:nth-of-type(n + 5) {
  margin-bottom: 3%;
}
.mega_nav_01 > div > ul > li:nth-of-type(even) {
  margin: 0 0 3% 0 !important;
}
.mega_nav_01 .close,
.mega_nav_02 .close {
  display: block;
  width: 100%;
  text-align: center;
  background: #e9e9e9;
  padding: 5px 0 5px 20px;
  position: relative;
  box-sizing: border-box;
}
.mega_nav_01 .close:before,
.mega_nav_01 .close:after,
.mega_nav_02 .close:before,
.mega_nav_02 .close:after {
  content: "";
  height: 1px;
  width: 15px;
  background: #000;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 40%;
}
.mega_nav_01 .close:before,
.mega_nav_02 .close:before {
  transform: rotate(45deg);
}
.mega_nav_01 .close:after,
.mega_nav_02 .close:after {
  transform: rotate(-45deg);
}
.mega_nav_02 {
  padding: 50px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90vh;
}
.mega_nav_02 > div > div {
  display: none;
}
.mega_nav_02 > div > ul {
  width: 90%;
  display: block;
  margin: 0 auto 3%;
}
.mega_nav_02 > div > ul > li > a {
  padding: 10px 20px;
}
.mega_nav_02 > div > a > img {
  display: block;
  width: 90%;
  margin: 0 auto 3%;
}
/*============================
#footer
============================*/
#totop {
  font-size: 71%;
  width: 60px;
  height: 60px;
  bottom: 3%;
  right: 3%;
  padding: 30px 0;
  z-index: 100;
}
#totop > span {
  display: block;
  transform: rotate(-45deg);
  position: relative;
}
#totop a:before {
  bottom: 78px;
}
.f_logo {
  width: 35%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.f_nav_1 {
  text-align: left;
}
.f_nav_1 > ul > li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.f_nav_1 > ul > li > a {
  display: block;
  padding: 10px 25px;
  border-left: none;
  width: 100%;
  background: #424242;
  box-sizing: border-box;
}
.f_nav_1 > ul > li > a:before {
  content: "\e910";
  font-family: "icon";
  font-size: 179%;
  position: absolute;
  line-height: 0;
  top: 50%;
  right: 25px;
}
.f_nav_1 > ul > li:last-of-type > a {
  border-right: none;
}
.f_banner > li {
  display: block;
  width: 90%;
  margin: 0 auto 5px !important;
}
.f_nav_2 {
  text-align: center;
  font-size: 79%;
}
.f_nav_2 > ul {
  letter-spacing: -0.4em;
  width: 94%;
  margin: 0 auto;
}
.f_nav_2 > ul > li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 0 10px;
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px dotted #fff;
}
.f_nav_2 > ul > li:last-of-type {
  border-right: 1px dotted #fff;
}

/*============================
#news
============================*/
.architecture_bg,
.garden_bg,
.picture_bg,
.sculpture_bg {
  padding: 0;
}
.architecture_bg h1,
.garden_bg h1,
.picture_bg h1,
.sculpture_bg h1 {
  padding: 10% 0 5%;
}
.title_01 {
  padding: 10% 0 5%;
  height: auto;
}
.title_01 span:first-of-type {
  font-size: 129%;
  writing-mode: horizontal-tb;
  line-height: 1.2;
}
.title_02 {
  font-size: 129%;
  margin-bottom: 10%;
}
.pankuzu {
  display: none;
}
#news .news_area section {
  padding: 10% 0;
  margin-bottom: 5%;
}
#news .news_area section div {
  width: 90%;
}
#news .news_area section div dl dd {
  width: 100%;
  margin: auto;
}
.sub_nav > ul {
  display: table;
}
.sub_nav > ul > li {
  padding: 3% 0 3%;
  display: table-cell;
  vertical-align: middle;
}
.sub_nav > ul > li > a {
  font-size: 71%;
  padding: 0;
}
.box_list_01 {
  margin-bottom: 15%;
}
.box_list_01 > section > dl {
  width: 90%;
  margin: 0 auto 5%;
}
.box_list_01 > section > dl > dt {
  width: 100%;
  padding: 0;
}
.box_list_01 > section > dl > dt > img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.box_list_01 > section > dl > dd {
  width: 100%;
  padding: 5%;
}
.box_list_01 > section > dl > dd > h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.box_list_01 > section > dl > dd > h3 > b {
  font-size: 114%;
}
.box_list_01 > section > dl > dd > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_list_02 {
  margin-bottom: 15%;
}
.box_list_02.shop_box_1 > section > ul {
  width: 90%;
  margin: 0 auto;
}
.box_list_02 > section > form {
  margin: 0 5% 5% 0;
}
.box_list_02 > section > div > dl {
  width: 90%;
  margin: 0 auto 5%;
}
.box_list_02 > section > div > dl:nth-of-type(even) {
  margin: 0 auto 5%;
}
.box_list_02.column_backnumber > section > div > dl,
.box_list_02.shop_box_1 > section > div > dl,
.box_list_02.category_item_list > section > div > dl {
  width: 90%;
  margin: 0 auto 5%;
}
.box_list_02.column_backnumber > section > div > dl:nth-of-type(even),
.box_list_02.shop_box_1 > section > div > dl:nth-of-type(even),
.box_list_02.category_item_list > section > div > dl:nth-of-type(even) {
  margin: 0 auto 5%;
}
.box_list_02.column_backnumber > section > div > dl:nth-of-type(3n),
.box_list_02.shop_box_1 > section > div > dl:nth-of-type(3n),
.box_list_02.category_item_list > section > div > dl:nth-of-type(3n) {
  margin: 0 auto 5%;
}

.box_list_02 > section > div > dl > dt {
  padding: 0;
}
.box_list_02 > section > div > dl > dt > img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.box_list_02 > section > div > dl > dd {
  padding: 5%;
}
.box_list_02 > section > div > dl > dd > h3 > b {
  font-size: 114%;
}
.inner_box iframe {
}
.news_detail {
  margin: 70px 0;
}
.news_detail > section {
  width: 90%;
  margin: 0 auto;
}
.news_detail > section > table > tbody > tr > th {
  width: 25%;
}
.news_detail > section > table > tbody > tr > td {
  width: 75%;
}
.news_sns > ul {
  text-align: center;
  margin: auto;
}
.news_sns > ul > li {
  width: 90%;
  margin: 0 auto 3%;
}
.special_backnamber {
  width: 90%;
  margin: 0 auto 15%;
}
.special_backnamber > p {
  font-size: 157%;
  margin-bottom: 10px;
}
.special_backnamber > ul > li {
  box-sizing: border-box;
  width: 33%;
  margin-bottom: 3%;
}
.special_backnamber > ul > li:nth-of-type(3n) {
  border-right: 1px solid #000;
}
.special_backnamber > ul > li > a {
  padding: 3px 0;
  display: block;
  text-align: center;
  color: #000;
}
.news_detail_inner ul.table {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.news_detail_inner ul.table li {
  display: block;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 15px;
}
.flower_box,
.saijiki_box_1 {
  width: 90%;
  margin: 0 auto 70px;
}
.flower_box > dl > dt,
.saijiki_box_1 dl > dt {
  font-size: 114%;
  padding: 5% 14% 5% 5%;
}
.flower_box > dl > dd,
.saijiki_box_1 dl > dd {
  padding: 0 5% 5%;
}
.column_box_01 {
  margin-bottom: 70px;
}
.column_box_01 > section > div {
  width: 90%;
  height: auto;
  padding: 5%;
  margin: 0 auto 5%;
}
.column_box_01 > section > div > dl {
  padding-bottom: 5%;
  margin-bottom: 5%;
}
.column_box_01 > section > div > dl > dt {
  width: 40%;
  height: 120px;
  margin-right: 5%;
}
.column_box_01 > section > div > dl > dt > img {
  width: 100%;
}
.column_box_01 > section > div > dl > dd {
  width: 53%;
}
.column_box_01 > section > div > dl > dd > b {
  font-size: 129%;
}
.column_box_01 > section > div > dl > dd > span {
  font-size: 114%;
}

.column_detail > section > div {
  width: 90%;
}

.museum_box > div,
.touka_box > div {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
.touka_box > div.t2 {
}
.touka_box > div.t2 p {
  padding-top: 10%;
}
.museum_box .m1 {
  position: relative;
  z-index: 10;
  background: none;
}
.museum_box .m2,
.museum_box .m3,
.museum_box .m4,
.museum_box .m5,
.museum_box .m6,
.touka_box .t1,
.touka_box .t2,
.touka_box .t5 {
  background: none;
}
.museum_box .m1:before,
.museum_box .m2:before,
.museum_box .m3:before,
.museum_box .m4:before,
.museum_box .m5:before,
.museum_box .m6:before,
.touka_box .t1:before,
.touka_box .t2:before,
.touka_box .t5:before {
  content: "";
  background: url(../img/museum-bg-01.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.touka_box .t1 {
  z-index: 10;
}
.touka_box .t5 {
  z-index: 10;
}
.museum_box .m2:before {
  background: url(../img/museum-bg-02.jpg) no-repeat center center;
  background-size: cover;
}
.museum_box .m3:before {
  background: url(../img/museum-bg-03.jpg) no-repeat center left;
  background-size: cover;
}
.museum_box .m4:before {
  background: url(../img/museum-bg-04.jpg) no-repeat center center;
  background-size: cover;
}
.museum_box .m5:before {
  background: url(../img/museum-bg-05.jpg) no-repeat center center;
  background-size: cover;
}
.museum_box .m6:before {
  background: url(../img/museum-bg-06.jpg) no-repeat center center;
  background-size: cover;
}
.touka_box .t1:before {
  background: url(../img/sp_toukaImg_01.png) no-repeat center center;
  background-size: cover;
}
.touka_box .t2:before {
  background: url(../img/sp_toukaImg_02.png) no-repeat center;
  background-size: cover;
}
.touka_box .t5:before {
  background: url(../img/toka-bg-04.jpg) no-repeat center center;
  background-size: cover;
}
.museum_box .m1 > section > h1 {
  font-size: 129%;
}
.museum_box .m2 > section {
  width: 90%;
  top: 20%;
}
.museum_box .m2 > section > h2 {
  font-size: 129%;
}
.museum_box .m2 > section > p {
  font-size: 86%;
}
.museum_box .m3 > section {
  width: 90%;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
.museum_box .m3 > section > h2 {
  padding-bottom: 5%;
  margin-bottom: 5%;
  font-size: 129%;
}
.museum_box .m3 > section > p {
  font-size: 86%;
}
.museum_box .m4 > section {
  width: 90%;
}
.museum_box .m4 > section > h2 {
  padding-bottom: 5%;
  font-size: 129%;
}
.museum_box .m4 > section > table {
  font-size: 86%;
}
.museum_box .m4 > section > table > tbody > tr > th {
  padding: 5%;
}
.museum_box .m4 > section > table > tbody > tr > td {
  padding: 5%;
}
.museum_box .m5 > section {
  width: 90%;
}
.museum_box .m5 > section > h2 {
  padding-bottom: 5%;
  font-size: 129%;
}
.museum_box .m5 > section > table {
  font-size: 86%;
}
.museum_box .m5 > section > table > tbody > tr > th {
  padding: 5%;
}
.museum_box .m5 > section > table > tbody > tr > td {
  padding: 5%;
}
.museum_box .m6 > section {
  width: 90%;
  top: 10%;
  padding: 5%;
}
.touka_box .t5 > section {
  width: 90%;
  top: 20px;
  padding: 5%;
}
.museum_box .m6 > section > h2,
.touka_box .t5 > section > h2 {
  padding: 0 5% 5%;
  font-size: 129%;
}
.museum_box .m6 > section dl,
.touka_box .t5 > section dl {
  padding: 5%;
  margin-bottom: 10%;
}
.museum_box .m6 > section dl dt,
.touka_box .t5 > section dl dt {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 5%;
}
.museum_box .m6 > section dl dt {
  height: 200px;
}
.museum_box .m6 > section dl dt > img {
  width: 100%;
  height: auto;
}
.touka_box .t5 > section dl dt > img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  height: auto;
}
.museum_box .m6 > section dl dd,
.touka_box .t5 > section dl dd {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 100%;
}
.museum_box .m6 > section dl dd > h3 {
  font-size: 114%;
}
.touka_box .t1 > section {
  width: 90%;
  top: 20%;
}
.touka_box .t1 > section > h1 {
  font-size: 129%;
}
.touka_box .t2 > section {
  width: 90%;
  top: 23%;
}
.touka_box .t2 > section > h2 {
  margin-bottom: 40px;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.touka_box .t2 > section > h2 > span {
  font-size: 100%;
}
.touka_box .t2 > section > p {
  font-size: 86%;
}
.touka_box .t2 video {
  display: none;
}
.touka_box .t3 {
  height: auto;
}
.touka_box .t3 > section {
  width: 100%;
  height: auto;
}
.touka_box .t3 > section:last-of-type {
  padding: 10% 8%;
}
.touka_box .t3 > section > img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: auto;
}
.touka_box .t3 > section > h2 {
  font-size: 129%;
}
.touka_box .t3 > section > p {
  font-size: 100%;
}

.touka_box .t4 {
  padding: 20% 5% 5%;
}
.touka_box .t4 > section {
  width: 100%;
  padding: 20% 5% 10%;
}
.touka_box .t4 > section > h2 {
  font-size: 129%;
  top: -10%;
  left: 40%;
}
.touka_box .t4 > section .bx-wrapper {
  margin-bottom: 0;
}
.touka_box .t4 > section > ul li {
  width: 38px;
  height: 38px;
}
.touka_box .t4 > section > ul li img {
  width: auto;
  height: 100%;
}
.touka_box .t4 > section > div h3 span {
  font-size: 100%;
}
.touka_box .t5 {
  padding: 0 0 15%;
  height: auto;
}
.touka_box .t5 > section {
  position: relative;
}
.touka_box .t5 > section > dl > dd > table tr th {
  width: 30%;
}
.touka_box .t5 > section > dl > dd > table tr td {
  width: 70%;
}

.learn_list_box > h2 {
  margin: 5%;
}
.learn_list_box > ul > li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15% 0;
}
.learn_list_box > ul > li:nth-of-type(even) {
  margin: 0;
}
.learn_list_box > ul > li > h3 {
  font-size: 100%;
  padding: 15% 0;
}
.learn_list_box > ul > li > h3 > span {
  height: 100px;
  font-size: 129%;
}
.learn_list_box > ul > li.l1 {
  background-size: cover;
}
.learn_list_box > ul > li.l2 {
  background-size: cover;
  background-position: center left;
}
.learn_list_box > ul > li.l3 {
  background-size: cover;
}
.learn_list_box > ul > li.l4 {
  background-size: cover;
}
.learn_list_box > ul > li:hover {
  background-size: cover;
}
.learn_list_box > ul > li.l5 {
  width: 100%;
  background: url(../img/learn-history.jpg) no-repeat center;
  background-size: cover;
}
.learn_list_box > ul > li.l5 > div {
  position: relative;
  height: auto;
  width: 70%;
  padding: 5%;
  box-sizing: border-box;
}
.learn_list_box > ul > li.l5 > div > div {
  position: relative;
  width: 100%;
  height: auto;
}
.learn_list_box > ul > li.l5 > div .title {
  width: 80%;
}
.learn_list_box > ul > li.l5 > div .title span {
  font-size: 143%;
}
.learn_list_box > ul > li.l5 > div p {
  font-size: 79%;
}
.learn_list_box > ul > li.l5 > div img {
  width: 50%;
  margin-bottom: 10px;
}

.know_title_area h1 {
  margin-bottom: 0;
}
.know_title_area h2 {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 50px 0 0;
}
.know_title_area video {
  display: none;
}
.know_box_01 {
  padding: 10% 0 0;
}
.know_box_01 img {
  width: 100%;
}
.know_box_01 article {
  margin: 0 auto 60px;
}
.know_box_01 article p {
  width: 90%;
}
.in_slider {
  width: 80%;
  margin: 50px auto;
}
.know_box_01.left_img,
.know_box_01.right_img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.know_box_01.left_img img,
.know_box_01.right_img img {
  width: 100%;
  margin-right: 0;
  order: 1;
}
.know_box_01.right_img img {
  margin-right: 0;
  margin-left: 0;
}
.know_box_01.left_img article,
.know_box_01.right_img article {
  width: 90%;
  order: 2;
  padding-top: 8%;
}
.faq_box > dl {
  padding: 25% 5% 5%;
  margin-top: -20%;
}
.around_ba_area {
  display: block;
  height: auto;
}
.around_ba_area > p {
  display: block;
}
.around_ba_area > p:first-of-type {
  width: 100%;
  padding: 10% 0;
}
.around_ba_area > p:first-of-type img {
  width: 50%;
}
.around_ba_area > p:last-of-type {
  width: 100%;
}
.guide_box_1 > section > section {
  width: 90%;
  margin: auto;
}
.goshuin_movie_area {
  display: none;
}
table.table_1 {
  border-top: none;
}
table.table_1 > tbody > tr {
  border-bottom: none;
}
table.table_1 > tbody > tr > th {
  width: 100%;
  padding: 3%;
  float: left;
}
table.table_1 > tbody > tr > td {
  width: 100%;
  padding: 3%;
  float: left;
}
.table_icon_detail {
  padding: 5%;
  text-align: left;
}
.table_icon_detail p {
  display: block;
}
table.table_2 > tbody > tr > th {
  padding: 3%;
}
table.table_2 > tbody > tr > td {
  padding: 3%;
}
.guide_box_1 .txt_right,
.guide_box_1 .table_3 {
  width: 100%;
}
.guide_box_1 > .btn_list {
  margin-bottom: 0;
}
.guide_box_1 > p > a.btn01 {
  width: 80%;
}
.guide_box_1 .access_map > a.btn01 {
  float: none;
  margin: 10px auto;
}
.access_btn {
  font-size: 100%;
}
.access_btn > li {
  width: 43%;
}
.access_btn > li > span {
  display: none;
}
.access_detail > ul {
  display: none;
  width: 90%;
  margin: 0 auto;
}
.access_detail > ul#train {
  display: block;
}
.access_detail > ul > li {
  margin-bottom: 30px;
}

.contact_box_1 {
  width: 90%;
  margin: auto;
}
.contact_box_1 article {
  padding: 5%;
}
.contact_box_1 article > h2 {
  width: 100%;
}
.contact_box_1 article > ul > li > a {
  padding: 3%;
}
.contact_box_1 article > ul > li > a:before {
  right: -15px;
}
.contact_box_1 article > ul > li > a > span {
  font-size: 114%;
}
.contact_box_1 article > a.btn01 {
  width: 90%;
}
.textarea_1 {
  width: 100% !important;
  height: 10em !important;
}
.input_1 {
  width: 80% !important;
}
.contact_form table tr td label {
  width: 45%;
  padding: 5px 0;
}
.contact_form div {
  width: 100%;
  font-size: 100%;
}

.history_box_1 > p {
  width: 90%;
}
.history_contents {
  position: relative;
}
.history_contents > h2 {
  padding-top: 0;
  margin-top: 0;
}
.history_contents > h2 > span {
  font-size: 86%;
}
.history_left_nav {
  display: none;
}
.history_contents {
  margin-bottom: 70px;
  border-bottom: 1px solid #ccc;
}
.history_contents > h2 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.history_contents > h2:after {
  content: "\e910";
  font-family: "icon";
  font-size: 100%;
  position: absolute;
  line-height: 0;
  top: 25px;
  right: 5%;
  transition: 0.3s;
  font-weight: 400;
  transform: rotate(-90deg);
}
.history_contents > h2.ac:after {
  transform: rotate(90deg);
}
.history_contents > h2.ac {
  padding: 10px 0;
}
.history_contents > h2.ac:before {
  display: none;
}
.history_inner {
  background: none;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  display: none;
}
.history_inner.active {
  display: block;
}
.history_inner > dl {
  letter-spacing: normal;
  margin-bottom: 5%;
  padding: 0 5%;
}
.history_inner > dl > dt {
  width: 100%;
  padding: 10px 0;
  text-align: left;
}
.history_inner > dl > dt > span {
  font-size: 159%;
  display: inline;
}
.history_inner > dl > dt > span:nth-of-type(2) {
  transform: none;
  margin-bottom: 0;
}
.history_inner > dl > dt:before {
  display: none;
}
.history_inner > dl > dt:after {
  display: none;
}
.history_inner > dl > dd {
  width: 100%;
  border-left: none;
  padding: 10px;
}
.history_inner > dl > dd:before {
  display: none;
}
.history_inner > dl > dd > p {
  margin-bottom: 10px;
}
.history_inner > dl > dd > p.txt_right {
  margin-top: -10px;
}
.history_inner > dl > dd > img {
  margin-bottom: 10px;
}
.history_inner > p.close {
  text-align: center;
  padding: 3% 0;
  width: 100%;
  background: #e9e9e9;
  position: relative;
}
.history_inner > p.close:before,
.history_inner > p.close:after {
  content: "";
  height: 1px;
  width: 15px;
  background: #000;
  line-height: 0;
  position: absolute;
  top: 48%;
  left: 38%;
}
.history_inner > p.close:before {
  transform: rotate(45deg);
}
.history_inner > p.close:after {
  transform: rotate(-45deg);
}
.saijiki_box_2 p {
  width: 90%;
}

.walk_ent_box {
  padding: 35% 0 10%;
  width: 100%;
}
.walk_ent_box.we_1 {
  background: url(../img/walk-watch-01.jpg) no-repeat top left;
  background-size: contain;
}
.walk_ent_box.we_2 {
  background: url(../img/walk-hear-01.jpg) no-repeat top right;
  background-size: contain;
}
.walk_ent_box.we_3 {
  background: url(../img/walk-smell-01.jpg) no-repeat top left;
  background-size: contain;
}
.walk_ent_box.we_4 {
  background: url(../img/walk-taste-01.jpg) no-repeat top right;
  background-size: contain;
}
.walk_ent_box.we_5 {
  background: url(../img/walk-touch-01.jpg) no-repeat top left;
  background-size: contain;
}
.walk_ent_box > p {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.walk_ent_box > section {
  width: 90%;
  height: auto;
  padding: 35% 5% 5%;
  margin: auto;
  float: none !important;
}

.watch_map {
  width: 100%;
  overflow: hidden;
}
.watch_map > .img {
  display: none;
}
.watch_map > .btn {
  font-size: 57%;
}
.watch_map > .btn > li {
  transform: scale(0.6);
  transform-origin: top left;
}
.watch_map > .btn > li > a {
  padding: 0 5px;
  white-space: nowrap;
}

.hear_btn {
  font-size: 100%;
}
.hear_btn > li {
  width: 43%;
}
.hear_box {
  padding: 0 5%;
}
.watch_box > p {
  width: 90%;
}
.hear_box > .hear_nav {
  position: relative;
  top: auto;
  left: auto;
}
.hear_box > .hear_nav > ol > li {
  width: auto;
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.hear_box > .hear_nav > ol > li:after {
  width: 8px;
  height: 8px;
  position: absolute;
  left: auto;
  right: -10px;
  bottom: 0%;
  top: 0%;
  margin: auto;
}
.hear_box > .hear_nav > ol > li:last-of-type:after {
  display: none;
}
.smell_btn li {
  width: 50px;
}
.smell_map .btn {
  width: 100%;
}
.smell_map .btn li {
  width: auto;
  font-size: 79%;
}

/*============================
#online shop
============================*/
.shop_contents {
  padding: 5% 0 250px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.left {
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 5% 0;
}
.shop_logo {
  width: 40%;
  float: left;
  margin: 0 5%;
}
a.cart_btn {
  float: right;
  width: 30%;
  padding: 10px;
  margin: 0 5%;
}
.category_list {
  position: absolute;
  bottom: 80px;
}
.category_list > h2 {
  padding: 0 5%;
}
.category_list > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_list > ul > li {
  margin-bottom: 0;
  width: 49%;
  margin: 0.5%;
}
.category_list > ul > li > a {
  background: #f7f7f7;
  padding: 5px 5px 5px 15px;
}
.other_list {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.other_list > li {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}
.other_list > li > a {
  color: #666;
  padding: 0 0 0 15px;
  position: relative;
}
.right {
  clear: both;
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 5% 0;
}
.category_item_list h2 {
  padding: 0 5%;
}

.item_detail_1 {
  padding: 0 5% 40px;
}
.item_detail_1 > div {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.item_detail_1 > section {
  float: none;
  width: 100%;
  padding: 5%;
}
.item_detail_1 > section > dl {
  margin-bottom: 10px;
}
.item_detail_1 > section > dl > dt {
  font-size: 86%;
  margin-bottom: 5px;
}
.item_detail_2 {
  padding: 0 5% 40px;
}
.item_detail_2 > table {
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.item_detail_2 > table tr {
  border-bottom: 1px solid #dfdfdf;
}
.item_detail_2 > table tr > th {
  width: 30%;
  padding: 5%;
  text-align: left;
}
.item_detail_2 > table tr > td {
  width: 70%;
  padding: 5%;
}
.shop_guide_box {
  width: 100%;
  margin: 10% 0;
}
.shop_guide_box > section {
  width: 90%;
}
.shop_guide_box > section > div > table,
.shop_guide_box > section > div > table tr {
  border: none;
}
.shop_guide_box > section > div > table tr > th {
  text-align: left;
  padding: 3%;
  width: 100%;
  float: left;
}
.shop_guide_box > section > div > table tr > td {
  padding: 3%;
  width: 100%;
  float: left;
}
/*============================
#top
============================*/
.top_main_area {
  background: none;
}
.top_main_area:before {
  content: "";
  background: url(../img/sp_topImg.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.top_main_area .main_title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: auto;
  top: 28%;
  margin: auto;
  font-size: 150%;
  height: 130px;
}
.main_title_sp {
  position: absolute;
  width: 64%;
  left: 18%;
  top: 10%;
  margin: auto;
  right: 18%;
}
.sp_movie_area {
  display: block;
  width: 100%;
  padding: 5% 0;
  text-align: center;
  background: url(../img/sp_topImgmovie.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.sp_movie_area img {
  width: 40%;
  margin: auto;
}
#sp_movie .know_modal .m_btn_sp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 100;
}
#top .wrap {
  padding-top: 5%;
}
.news_area section {
  padding: 5% 0;
}
.news_area section div {
  width: 100%;
  margin-bottom: 5%;
}
.news_area section div .title {
  margin-left: 5%;
}
.news_area section div dl {
  padding: 15px 60px 15px 20px;
}
.news_area section div dl dd {
  width: 100%;
}
.news_area section .oshirase_box dl dt {
  margin-bottom: 5px;
}
.news_area section div p {
  right: 5%;
}
.learn_area {
  padding: 5% 0;
}
.learn_area .title {
  font-size: 129%;
  margin-bottom: 5%;
  position: relative;
  top: auto;
}
.learn_area ul {
  max-width: 100%;
  padding: 0 5%;
}
.learn_area ul li {
  width: 50%;
}
.learn_area ul li h3 {
  top: 5%;
}
.learn_area ul li h3 b {
  font-size: 86%;
  height: 80px;
}
.learn_area ul li h3 span {
  font-size: 64%;
}
.learn_area ul li img {
  width: 100%;
}
.know_area section {
  width: 100%;
  height: auto;
  padding: 15% 0;
}
.know_area section > div {
  position: relative;
  height: auto;
  width: 70%;
  padding: 5%;
  box-sizing: border-box;
}
.know_area section > div > div {
  position: relative;
  width: 100%;
  height: auto;
}
.know_area section > div .title {
  width: 80%;
}
.know_area section > div .title span {
  font-size: 143%;
}
.know_area section > div img {
  width: 50%;
  margin-bottom: 10px;
}
.know_area section > div p {
  font-size: 79%;
}
.around_area {
  padding: 5% 0;
  background: url(../img/top-bg-05.png) no-repeat center;
  background-size: cover;
}
.around_area section > .title {
  font-size: 129%;
  margin-bottom: 5%;
  position: relative;
  top: auto;
}
.around_area section > div {
  height: auto;
  width: 70%;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
}
.around_area section > div > div {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5%;
  box-sizing: border-box;
}
.around_area section > div > div .title {
  width: 80%;
}
.around_area section > div > div .title span {
  font-size: 143%;
}
.around_area section > div > div img {
  width: 50%;
  margin-bottom: 10px;
}
.around_area section > div > div p {
  font-size: 86%;
}
.around_area section ul {
  padding: 0 5%;
}
.around_area section ul li {
  width: 18%;
  margin: 0 0;
}
.model_area section .title {
  text-align: left;
  top: 5%;
  bottom: auto;
  margin: auto;
  height: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 50px;
  font-size: 79%;
}
.model_area section .title span {
  font-size: 186%;
}
.model_area section section {
  float: left;
  width: 50%;
  height: auto;
  padding: 11% 5%;
}
.model_area section section .sub_title {
  font-size: 286%;
  margin-bottom: 3%;
}
.model_area section section .sub_title span {
  font-size: 50%;
}
.model_area section section p {
  font-size: 86%;
}
.other_area {
  overflow: visible;
  height: auto;
}
.other_area section > ul {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  max-height: 20em;
  width: 100%;
  text-align: center;
}
.other_area section > ul > li {
  font-size: 100%;
}
.other_area section div {
  padding: 5%;
  width: 70%;
}
.other_area section div .title {
  font-size: 114%;
  margin-bottom: 10px;
}
.other_area section div p {
  font-size: 86%;
}
.other_area section div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.other_area .museum {
  height: 450px;
  overflow: hidden;
}
.other_area .museum div {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.other_area .museum > ul {
  text-align: center;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.other_area .museum img {
  position: absolute;
  top: 30%;
  left: 5%;
  right: 0;
  margin: auto;
  transform: scale(1.5, 1.5);
}
.other_area .touka {
  height: 450px;
  overflow: hidden;
  margin-bottom: 10%;
}
.other_area .touka div {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.other_area .touka > ul {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 47%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.other_area .touka img {
  position: absolute;
  top: 30%;
  left: 5%;
  right: 0;
  margin: auto;
  transform: scale(1.5, 1.5);
  width: 100%;
}
.seasons {
  padding: 5% 0;
}
.seasons .title {
  line-height: 1.5;
  font-size: 86%;
}
.seasons .title span {
  font-size: 133%;
}
.seasons > img {
  width: 30%;
}
.seasons p {
  font-size: 86%;
}
.seasons ul {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}
.seasons ul li {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0;
  overflow: hidden;
}
.seasons ul li a {
  z-index: 3;
}
.seasons ul li .sub_title {
  width: 70px;
  height: 70px;
  z-index: 2;
  font-size: 86%;
}
.seasons ul li .sub_title span {
  font-size: 167%;
}
.seasons ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.map_area {
  padding-bottom: 50%;
  padding-top: 50px;
}
.instagram_area {
  padding: 5% 0;
}
.instagram_area .title {
  margin-bottom: 5%;
}
.instagram_area .instagram {
  width: 300px;
}
.instagram_area .instagram > div {
  width: 96px;
  height: 96px;
  margin: 0 2px 2px 0;
}
.instagram_area .instagram > div:nth-of-type(5n) {
  margin: 0 2px 2px 0;
}
.instagram_area .instagram > div:nth-of-type(3n) {
  margin: 0 0 2px 0;
}
.instagram_area .instagram > div:last-of-type {
  display: none;
}

.photo_page {
  margin-bottom: 10%;
  font-size: 100%;
}
.photo_page .photo_main img {
  width: 90%;
  height: auto;
}
.photo_page .sub_txt {
  padding: 15% 5%;
  margin-bottom: 10%;
  width: auto;
}
.photo_page .sub_txt:before,
.photo_page .sub_txt:after {
  width: 300px;
  height: 270px;
}
.photo_page .sub_txt h2 {
  margin-bottom: 5%;
}
.photo_page .sub_txt h2 span {
  display: block;
  text-align: center;
  margin-bottom: 5%;
}
.photo_page .sub_txt h2 img {
  width: 70%;
}
.photo_page .photo_box01 div {
  margin-bottom: 10%;
}
.photo_page .photo_box01 div ul {
  margin-bottom: 5%;
}
.photo_page .photo_box01 div ul li {
  width: 100%;
}
.photo_page .photo_box01 div ul li img {
  width: 100%;
}
.photo_page .photo_box01 div p {
  padding: 0 5%;
  text-align: left;
}
.photo_page > span {
  margin-bottom: 10%;
}
.photo_page > p {
  margin-bottom: 10%;
  text-align: left;
  padding: 0 5%;
}
.photo_page .photo_box02 {
  margin: 0 auto 10%;
  display: block;
  background-image: url(../img/photo-bg-02.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
.photo_page .photo_box02:after {
  display: none;
}
.photo_page .photo_box02 span {
  display: block;
  width: 100%;
}
.photo_page .photo_box02 div {
  display: block;
  width: 100%;
  padding: 10% 5%;
}
.photo_page .photo_box02 div p img {
  margin-top: 5%;
}
.photo_page .photo_gallary {
  text-align: center;
  margin-bottom: 10%;
}
.photo_page .photo_contact p {
  margin-bottom: 3%;
}
.photo_page .photo_contact a.btn01 {
  margin-bottom: 5%;
  width: 80%;
}
.photo_page .photo_contact p img {
  width: 90%;
}
.photo_page .photo_gallary button {
  width: 10%;
}
.photo_page .photo_gallary button:before {
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.photo_page .photo_gallary button.slick-prev:before {
  left: 3%;
}
.photo_page .photo_gallary button.slick-next:before {
  right: 3%;
}

/*  fade  */
.photo_page .fadein {
  transition-duration: 1s;
}
.photo_page .fadein.dly3 {
  transition-delay: 0.3s;
}
.photo_page .photo_box02.move > span {
  left: auto;
  opacity: 0;
  transform: scale(1.01);
}
.photo_page .photo_box02.move.on > span {
  left: auto;
  opacity: 1;
  transform: scale(1);
}
.photo_page .photo_box02.move div {
  right: auto;
  opacity: 0;
  transform: scale(1.01);
}
.photo_page .photo_box02.move.on div {
  right: auto;
  opacity: 1;
  transform: scale(1);
}
.photo_page .sub_txt.move:before {
  right: -270px;
  top: 0px;
}
.photo_page .sub_txt.move:after {
  left: -326px;
  top: -20px;
  transform: rotate(32deg);
}
.photo_page .sub_txt.move.on:before {
  right: -170px;
}
.photo_page .sub_txt.move.on:after {
  left: -226px;
}
/* コロナ告知TOP */
.kokuchi_top {
  border: 5px solid #a7484c;
  width: 90%;
  margin: auto;
  position: relative;
  padding: 2%;
}
.kokuchi_top p {
  font-weight: 500;
  font-size: 180%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  float: none;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
.kochira {
  font-size: 13px;
  text-align: right;
  margin-top: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  position: static;
  right: 24px;
  top: 18px;
  display: block;
}
.kokuchi_top .txt_small {
  font-size: 14px;
}
/* コロナ告知藤花*/
.touka_box > div.t2 .kokuchi_touka {
  border: 1px solid #4b4c2a;
  margin: auto;
  width: 90%;
  text-align: left;
  color: #4b4c2a;
  padding: 3% 2%;
}
.oshirase_touka {
  border-bottom: 1px solid #ff0000;
  margin-right: 0%;
  margin-bottom: 14px;
  color: #ff0000;
}
.oshirase_touka p {
  margin-bottom: 9px;
  border-bottom: 1px solid #000;
}
.en .kokuchi_top {
  border: 5px solid #a7484c;
  width: 90%;
  margin: auto;
  position: relative;
  padding: 10px;
}
.en .kokuchi_top p {
  font-weight: 500;
  font-size: 180%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  float: left;
  text-align: left;
  font-size: 18px;
}
.en .kochira {
  font-size: 13px;
  text-align: right;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  position: static;
  right: 24px;
  top: 18px;
  display: block;
}
.en .kokuchi_top .txt_small {
  font-size: 14px;
}
/* 200408緊急事態宣言 */
.kinkyu {
  border: 2px solid #a7484c;
  padding: 3% 3% 2% 3%;
  margin: auto;
  width: 87%;
  margin-bottom: 8%;
}
.no_sp {
  display: none;
}
.kinkyu .txt01 {
  margin-bottom: 2%;
}
/* 200713インスタグラム追加 */
.iswd-profile {
  display: none;
}
.iswd-images-item {
  width: 50% !important;
  padding: 0px !important;
}
.iswd-copy {
  display: none !important;
}
/* 240402 S-LINK追加 */
.Sns-Linked {
  position: static !important;
}

/* 20240417　重要なお知らせ */
.news_area section .topkabu_wp {
  width: 96%;
  margin: 0 auto;
}
.news_area section ul.jyuyou_list {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
.news_area section > div .ojt_bwp_in .topkabu_wp {
  order: 3;
  padding-top: 0px;
}
/* 20240911 フローティングバナー */
.floating {
  position: fixed;
  bottom: 3%;
  left: 3%;
  z-index: 100;
  max-width: 110px;
  width: 25%;
  max-height: 110px;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
  display: none;
}
.floating img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}