@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 背景
--------------------------------------------------------------------------------- */
body.detail-page {
  background-color: #f2f2f2;
}
body.detail-page .page-main .txt h2 {
  color: #f2f2f2;
}

/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  overflow: hidden;
}
#contents .inner {
  padding: 0px 20px 40px;
  margin: 0px auto;
}

/* ホーム
--------------------------------------------------------------------------------- */
.home-main {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}
.home-main .img {
  position: relative;
  overflow: hidden;
}
.home-main .img::before {
  content: '';
  display: block;
  padding-top: 65.1041666667%;
}
.home-main .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-main .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.home-main .txt {
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
  color: #fff;
}
.home-main .txt p {
  font-size: 20px;
  line-height: 26px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  padding: 0px 20px;
  margin: 0px auto;
}
.home-main .txt h2 {
  font-size: 54px;
  line-height: 54px;
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-weight: 500;
  padding: 0px 20px;
  margin: 0px auto;
}

.home-slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.home-slider li {
  margin: 0px;
  padding: 0px;
}
.home-slider li .img {
  position: relative;
  overflow: hidden;
}
.home-slider li .img::before {
  content: '';
  display: block;
  padding-top: 65.1041666667%;
}
.home-slider li .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-slider li .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.home-title {
  text-align: center;
  margin-bottom: 40px;
}
.home-title p {
  font-size: 38px;
  line-height: 46px;
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-weight: 500;
  text-align: center;
  margin: 0px;
}
.home-title h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  margin: 0px;
}

#home-information {
  padding: 70px 0px;
}

.more-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 40px auto 0px;
  width: 240px;
  text-align: center;
}
.more-btn a {
  display: block;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 25px;
}
.more-btn a:hover {
  background-color: #045b83;
}

.wide-img {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
  overflow: hidden;
}
.wide-img::before {
  content: '';
  display: block;
  padding-top: 52.0833333333%;
}
.wide-img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.wide-img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

#home-guide {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-color: #f2f2f2;
}

.guide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  margin: 0px;
}

.guide-box {
  width: calc( 50% - 5px );
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.guide-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.guide-box a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(to bottom, #fff 50%, #000 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.guide-box .img {
  position: relative;
  overflow: hidden;
}
.guide-box .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.guide-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.guide-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.guide-box .txt-area {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.guide-box .txt-area h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.guide-box .txt-area .more {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  height: 26px;
  width: calc( 100% - 40px );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px auto;
  border-radius: 13px;
}

#home-moreinfo {
  padding: 70px 0px;
}

.youtube-area {
  margin: 0px auto 60px;
}
.youtube-area .youtube-area-inner {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facebook-area .facebook-area-inner iframe {
  vertical-align: bottom;
}

/* 下層
--------------------------------------------------------------------------------- */
.page-main {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 ) 20px;
  position: relative;
}
.page-main .img {
  position: relative;
  overflow: hidden;
}
.page-main .img::before {
  content: '';
  display: block;
  padding-top: 25.390625%;
}
.page-main .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.page-main .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.page-main .txt {
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 100%;
}
.page-main .txt h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-weight: 500;
  padding: 0px 20px;
  margin: 0px auto;
}

.topic-path {
  display: none;
}

.category-nav {
  background-color: #f2f2f2;
  padding: 14px 0px;
  margin-bottom: 60px;
}

.cnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.cnav li {
  margin: 6px 5px;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
}
.cnav li a {
  display: block;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 0px 15px;
  position: relative;
  overflow: hidden;
}
.cnav li a span {
  z-index: 2;
}
.cnav li a:after {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.cnav li a.on {
  background-color: #000;
  color: #fff;
}

.item {
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  text-decoration: none;
  color: #000;
}
.item .img-area {
  width: 47%;
  position: relative;
}
.item .img-area .img {
  position: relative;
  overflow: hidden;
}
.item .img-area .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.item .img-area .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.item .img-area .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.item .img-area .category {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: stretch;
  flex-direction: row;
}
.item .img-area .category li {
  margin: 0px 0px 0px 1px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  padding: 3px 8px;
}
.item .txt-area {
  width: 47%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.item .txt-area .date {
  font-size: 10px;
  line-height: 14px;
  color: #045b83;
  margin-bottom: 4px;
}
.item .txt-area .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  text-align: left;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 22px no-repeat;
  transition: background .35s;
}
.item .txt-area .copy {
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
  color: #666666;
}

.page-nation {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-nation ul {
  margin: 0px -4px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.page-nation ul li {
  margin: 0px 3px;
  padding: 0px;
  font-size: 10px;
  line-height: 34px;
  font-weight: bold;
}
.page-nation ul li.dots {
  margin: 0px;
}
.page-nation ul li a {
  display: block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5f6f7;
  color: #000;
  border-radius: 50%;
}
.page-nation ul li a:hover {
  background-color: #333;
  color: #fff;
}
.page-nation ul li a.on {
  background-color: #000;
  color: #fff;
}
.page-nation ul li a.nolink {
  display: none;
}
.page-nation ul li.prev a, .page-nation ul li.next a {
  background-color: transparent;
}

.detail {
  background-color: #fff;
  padding: 20px 20px 60px;
}

.detail-inner {
  margin: 0px auto;
  max-width: 608px;
}

.info-title-area {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 20px;
  margin-bottom: 50px;
}
.info-title-area .date {
  font-size: 14px;
  line-height: 20px;
  color: #045b83;
  margin-bottom: 14px;
}
.info-title-area .title {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 14px;
  font-weight: 500;
}
.info-title-area .category {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.info-title-area .category li {
  margin: 0px 1px 0px 0px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  padding: 3px 8px;
}

.img-box .img p,
.col-box .img p {
  text-align: center;
}
.img-box .caption,
.col-box .caption {
  font-size: 12px;
  line-height: 1.8em;
  margin-top: -10px;
}
.img-box.size-fix .img,
.col-box.size-fix .img {
  position: relative;
  overflow: hidden;
}
.img-box.size-fix .img::before,
.col-box.size-fix .img::before {
  content: '';
  display: block;
  padding-top: 320px;
}
.img-box.size-fix .img p,
.col-box.size-fix .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-box.size-fix .img p img,
.col-box.size-fix .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.img-box.size-fix .img p,
.col-box.size-fix .img p {
  margin-bottom: 24px;
}
.img-box.mb0,
.col-box.mb0 {
  margin-bottom: 0px;
}
.img-box.cap-center .txt p,
.col-box.cap-center .txt p {
  text-align: center;
}
.img-box.col-access,
.col-box.col-access {
  max-width: 560px;
  margin: 0px auto;
}

.back-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 60px auto 0px;
  width: 240px;
  text-align: center;
}
.back-btn a {
  display: block;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 25px;
}
.back-btn a:hover {
  background-color: #045b83;
}

.guide-title-area {
  margin: -20px calc( ( ( 100vw - 40px ) - 100% ) / 2 * -1 ) 16px;
}
.guide-title-area .category {
  margin: 0px;
  padding: 5px 0px;
  list-style-type: none;
  background-color: #000;
  color: #fff;
}
.guide-title-area .category li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 20px;
}
.guide-title-area h2 {
  font-size: 22px;
  line-height: 34px;
  margin: 20px;
}

.guide-main-img {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 ) 0px;
  position: relative;
  overflow: hidden;
}
.guide-main-img::before {
  content: '';
  display: block;
  padding-top: 57.8125%;
}
.guide-main-img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.guide-main-img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.guide-copy {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: -20px 0px 36px;
  padding: 50px 0px 10px 16px;
  position: relative;
}
.guide-copy::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #a78b1f;
  width: 5px;
}

.slider {
  margin: 60px calc( ( ( 100vw - 40px ) - 100% ) / 2 * -1 ) 60px;
  padding: 0px;
  list-style-type: none;
  background-color: #000;
}
.slider li .img {
  position: relative;
  overflow: hidden;
}
.slider li .img::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.slider li .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.slider li .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.slider .slick-dots {
  bottom: 5px;
}
.slider .slick-dots li {
  margin: 0px;
  width: 14px;
  height: 14px;
}
.slider .slick-dots li button {
  padding: 0px;
}
.slider .slick-dots li button::before {
  font-size: 8px;
  color: #fff;
}
.slider .slick-dots li.slick-active button::before {
  color: #fff;
}

.guide-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.guide-table th,
.guide-table td {
  line-height: 1.5em;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  text-align: left;
  display: block;
}
.guide-table th p, .guide-table th li,
.guide-table td p,
.guide-table td li {
  line-height: 1.5em;
}
.guide-table th {
  background-color: #000;
  color: #fff;
  padding: 5px 5px;
}
.guide-table th.icon001, .guide-table th.icon002, .guide-table th.icon003, .guide-table th.icon004, .guide-table th.icon005, .guide-table th.icon006, .guide-table th.icon007, .guide-table th.icon008 {
  background-position: left 5px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.guide-table th.icon001 {
  background-image: url(../images/icon_001.png);
}
.guide-table th.icon002 {
  background-image: url(../images/icon_002.png);
}
.guide-table th.icon003 {
  background-image: url(../images/icon_003.png);
}
.guide-table th.icon004 {
  background-image: url(../images/icon_004.png);
}
.guide-table th.icon005 {
  background-image: url(../images/icon_005.png);
}
.guide-table th.icon006 {
  background-image: url(../images/icon_006.png);
}
.guide-table th.icon007 {
  background-image: url(../images/icon_007.png);
}
.guide-table th.icon008 {
  background-image: url(../images/icon_008.png);
}
.guide-table td {
  padding: 8px 0px 20px;
}

.guide-map {
  margin: 60px calc( ( ( 100vw - 40px ) - 100% ) / 2 * -1 );
}
.guide-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 360px;
}
.guide-map.nmt {
  margin-top: -60px;
}

.guide-shop {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0px;
  margin: 80px calc( ( ( 100vw - 40px ) - 100% ) / 2 * -1 ) 0px;
  font-weight: bold;
  text-align: center;
  background-color: #a78b1f;
  color: #fff;
}

.acc-contact {
  text-align: center;
  margin-bottom: 60px;
}
.acc-contact h4 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.acc-contact p {
  text-align: center;
  margin-bottom: 0px;
}
.acc-contact .acc-address {
  margin-bottom: 10px;
}
.acc-contact .acc-tel {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin: 0px;
  color: #990000;
}
.acc-contact .acc-tel::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  background-image: url(../images/tel.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  transform: translateY(2px);
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

/* パンくず */
/* コンテンツ幅 */
/* テキスト */
/* 見出し */
.m01 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #045b83;
}

.m02 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  border-style: solid;
  border-color: #045b83;
  border-width: 0px 0px 1px;
  border-radius: 0px;
}

.m03 {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: bold;
}

.m04 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: bold;
  background-color: #045b83;
  color: #fff;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
.m04.acc01, .m04.acc02 {
  background-position: left 20px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  padding-left: 60px;
  justify-content: left;
  flex-direction: row;
}
.m04.acc01 {
  background-image: url(../images/icon_acc_001.png);
}
.m04.acc02 {
  background-image: url(../images/icon_acc_002.png);
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul li ul li {
  list-style-type: disc;
}
ul.indent1em, ul.indent2em, ul.indent3em {
  list-style-type: none;
  padding: 0px;
}
ul.indent1em li ul li, ul.indent2em li ul li, ul.indent3em li ul li {
  list-style-type: disc;
  margin-left: 0px;
  text-indent: 0px;
}
ul.indent1em li ul.indent1em li, ul.indent2em li ul.indent1em li, ul.indent3em li ul.indent1em li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent1em li ul.indent2em li, ul.indent2em li ul.indent2em li, ul.indent3em li ul.indent2em li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent1em li ul.indent3em li, ul.indent2em li ul.indent3em li, ul.indent3em li ul.indent3em li {
  list-style-type: none;
  margin-left: 3em;
  text-indent: -3em;
}
ul.indent1em li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent2em li {
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent3em li {
  margin-left: 3em;
  text-indent: -3em;
}
ul.list-01, ul.list-02, ul.list-03, ul.list-04 {
  list-style-type: none;
  padding-left: 0px;
}
ul.list-01 li, ul.list-02 li, ul.list-03 li, ul.list-04 li {
  padding-left: 1.2em;
  position: relative;
}
ul.list-01 li::before, ul.list-02 li::before, ul.list-03 li::before, ul.list-04 li::before {
  content: "●";
  position: absolute;
  left: 0px;
}
ul.list-02 li {
  margin-bottom: 0.6em;
}
ul.list-03 li::before {
  content: "▶︎";
  font-size: 75%;
}
ul.list-04 li::before {
  content: "■";
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol li ul {
  font-size: 100%;
}
ol li ul li {
  list-style-type: disc;
}
ol li ul.indent1em li, ol li ul.indent2em li, ol li ul.indent3em li {
  list-style-type: none;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th,
.basic td {
  padding: 15px 5px;
  line-height: 1.5em;
}
.basic th p, .basic th li,
.basic td p,
.basic td li {
  line-height: 1.5em;
}
.basic th.center,
.basic td.center {
  text-align: center;
}
.basic th.left,
.basic td.left {
  text-align: left;
}
.basic th.middle,
.basic td.middle {
  vertical-align: middle;
}
.basic th a,
.basic td a {
  text-decoration: none;
}
.basic td {
  background-color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.basic th {
  color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-weight: bold;
}
.basic tr td:last-of-type {
  border-right-width: 0px;
}
.basic.width-auto {
  width: auto;
}
.basic.center th,
.basic.center td {
  text-align: center;
}
.basic.center th.left,
.basic.center td.left {
  text-align: left;
}
.basic.left th,
.basic.left td {
  text-align: left;
}
.basic.left th.center,
.basic.left td.center {
  text-align: center;
}
.basic.middle th,
.basic.middle td {
  vertical-align: middle;
}
.basic.middle th.top,
.basic.middle td.top {
  vertical-align: top;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  min-width: 648px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  color: #f2f2f2;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  margin: 0px auto 60px;
}
.movie .movie-inner {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #990000;
}

.color-02 {
  color: #045b83;
}

.color-red {
  color: #FF0000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.normal-weight {
  font-weight: 500;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1024,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  .cnav li a:hover {
    color: #fff;
  }
  .cnav li a:hover:after {
    transform: scale(1, 1);
  }

  .item a:hover img {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  .item a:hover .title {
    background-size: 100% 22px;
    color: #fff;
  }

  .guide-box a:hover img {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 0px 40px 60px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-main .txt {
    bottom: -18px;
  }
  .home-main .txt p {
    font-size: 40px;
    line-height: 50px;
  }
  .home-main .txt h2 {
    font-size: 114px;
    line-height: 114px;
  }

  .home-title {
    margin-bottom: 60px;
  }
  .home-title p {
    font-size: 46px;
    line-height: 60px;
  }
  .home-title h2 {
    font-size: 16px;
    line-height: 24px;
  }

  #home-information {
    padding: 90px 0px;
  }

  .wide-img::before {
    padding-top: 400px;
  }

  #home-guide {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .guide-list {
    margin: 0px;
  }

  .guide-list {
    justify-content: center;
    margin: 0px -6px;
  }

  .guide-box {
    width: calc( ( 1 / 3 ) * 100% - 12px );
    border-radius: 10px;
    margin: 0px 6px 12px;
  }
  .guide-box .txt-area {
    bottom: 20px;
  }
  .guide-box .txt-area h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .guide-box .txt-area .more {
    font-size: 12px;
    line-height: 16px;
    height: 36px;
    width: calc( 100% - 40px );
    border-radius: 18px;
  }

  #home-moreinfo {
    padding: 90px 0px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .page-main {
    margin-bottom: 40px;
  }
  .page-main .txt {
    bottom: -12px;
  }
  .page-main .txt h2 {
    font-size: 80px;
    line-height: 80px;
    padding: 0px 40px;
  }

  .topic-path {
    display: block;
    margin-bottom: 65px;
  }
  .topic-path ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .topic-path ul li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .topic-path ul li::before {
    content: "/";
    margin: 0px 8px;
  }
  .topic-path ul li:first-child::before {
    display: none;
  }

  .item-list-wrap {
    overflow: hidden;
  }

  .item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -32.5px;
  }
  .item-list::after {
    content: "";
    width: calc( ( 1 / 3 ) * 100% );
  }
  .item-list .empty-list {
    margin: 0px 32.5px;
  }

  .item {
    border-style: solid;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    margin-bottom: 40px;
    padding: 0px 0px 40px;
    width: calc( ( 1 / 3 ) * 100% );
  }
  .item a {
    display: block;
    border-style: solid;
    border-color: #ccc;
    border-width: 0px 1px 0px 0px;
    border-radius: 0px;
    padding: 0px 32px 20px;
  }
  .item .img-area {
    width: 100%;
    margin-bottom: 30px;
  }
  .item .txt-area {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .item .txt-area .date {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .item .txt-area .title {
    font-size: 18px;
    line-height: 28px;
    background: linear-gradient(#000, #000) 0 100%/0 28px no-repeat;
  }

  .page-nation ul li {
    margin: 0px 7px;
    line-height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .page-nation ul li a {
    width: 40px;
    height: 40px;
  }

  .detail {
    padding: 40px 40px 60px;
  }

  .detail-inner {
    max-width: 624px;
  }

  .info-title-area {
    margin-top: 50px;
    margin-bottom: 　60px;
  }
  .info-title-area .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  .col-box.col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -10px;
  }
  .col-box.col-2 .col {
    width: calc( 50% - 20px );
    margin: 0px 10px;
  }
  .col-box.col-access {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    margin: 0px -20px;
  }
  .col-box.col-access .col {
    width: calc( 50% - 40px );
    margin: 0px 20px;
  }
  .col-box.col-access .col:first-of-type {
    width: calc( 48% - 40px );
  }
  .col-box.col-2 .col-box, .col-box.col-access .col-box {
    display: block;
  }
  .col-box.col-2 .col-box .col, .col-box.col-access .col-box .col {
    width: 100%;
    margin: 0px;
  }

  .guide-title-area {
    height: 160px;
    margin: -40px calc( ( ( 100vw - 80px ) - 100% ) / 2 * -1 ) -80px;
    padding: 0px 150px 0px 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .guide-title-area .category {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    padding: 0px 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .guide-title-area h2 {
    font-size: 30px;
    line-height: 50px;
    margin: 0px;
  }

  .guide-copy {
    font-size: 30px;
    line-height: 50px;
    margin: -68px 0px 46px;
    padding: 120px 0px 20px 40px;
  }
  .guide-copy::before {
    width: 10px;
  }

  .slider {
    margin: 120px calc( ( ( 100vw - 80px ) - 100% ) / 2 * -1 );
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .slider .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .slider .slick-dots li button::before {
    font-size: 12px;
  }

  .guide-table {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .guide-table th,
  .guide-table td {
    display: table-cell;
    padding: 30px;
  }
  .guide-table th {
    background-color: #000;
    color: #fff;
    width: 220px;
  }
  .guide-table th.icon001, .guide-table th.icon002, .guide-table th.icon003, .guide-table th.icon004, .guide-table th.icon005, .guide-table th.icon006, .guide-table th.icon007, .guide-table th.icon008 {
    background-position: left 25px center;
    padding-left: 55px;
  }

  .guide-map {
    margin: 120px calc( ( ( 100vw - 80px ) - 100% ) / 2 * -1 );
  }
  .guide-map iframe {
    height: 400px;
  }
  .guide-map.nmt {
    margin-top: -120px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  div.scroll {
    overflow: hidden;
  }
  div.scroll::before {
    display: none;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .item a:hover .title {
    background-size: 100% 28px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 0px 80px 80px;
    max-width: 1280px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-main {
    padding-right: 280px;
    margin-bottom: 40px;
  }
  .home-main .img::before {
    padding-top: calc( 100svh - 40px );
  }

  .home-slider li .img::before {
    padding-top: calc( 100svh - 40px );
  }

  #home-information {
    padding: 90px 0px 130px;
  }

  #home-guide {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .guide-list {
    justify-content: center;
    margin: 0px -60px;
  }

  .guide-box {
    width: calc( ( 1 / 4 ) * 100% - 12px );
    border-radius: 24px;
    margin-bottom: 20px;
    margin: 0px 6px 12px;
  }

  #home-moreinfo {
    padding: 130px 0px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .page-main .img::before {
    padding-top: 260px;
  }
  .page-main .txt {
    bottom: -16px;
  }
  .page-main .txt h2 {
    font-size: 100px;
    line-height: 100px;
    padding: 0px 80px;
    max-width: 1280px;
  }

  .category-nav {
    padding: 20px 0px;
    margin-bottom: 60px;
  }

  .cnav li {
    margin: 6px 2px;
    font-size: 13px;
    line-height: 16px;
  }
  .cnav li a {
    height: 36px;
    border-radius: 18px;
    padding: 0px 16px;
  }

  .detail {
    padding: 120px;
  }

  .detail-inner {
    max-width: 800px;
  }

  .info-title-area {
    margin-top: 0px;
  }
  .info-title-area .title {
    font-size: 27px;
    line-height: 48px;
    margin-bottom: 14px;
  }

  .back-btn {
    margin-top: 120px;
  }

  .guide-title-area {
    height: 180px;
    margin: -120px calc( ( ( 100vw - 160px ) - 100% ) / 2 * -1 ) -90px;
    padding: 0px 180px 0px 60px;
  }
  .guide-title-area .category {
    width: 130px;
    height: 130px;
  }
  .guide-title-area .category li {
    font-size: 16px;
    line-height: 24px;
  }
  .guide-title-area h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .guide-copy {
    font-size: 40px;
    line-height: 60px;
    margin: -68px -40px 46px;
  }

  .slider {
    margin: 120px calc( ( ( 100vw - 160px ) - 100% ) / 2 * -1 );
  }

  .guide-map {
    margin: 120px calc( ( ( 100vw - 160px ) - 100% ) / 2 * -1 );
  }
  .guide-map iframe {
    height: 500px;
  }

  .guide-shop {
    margin: 120px calc( ( ( 100vw - 120px ) - 100% ) / 2 * -1 ) 60px;
  }

  .acc-contact {
    margin-bottom: 60px;
  }
  .acc-contact h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .acc-contact .acc-address {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .acc-contact .acc-tel {
    font-size: 36px;
    line-height: 48px;
  }
  .acc-contact .acc-tel::before {
    width: 20px;
    height: 30px;
    background-size: 20px auto;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 100px;
  }

  .m02 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .m03 {
    font-size: 16px;
    line-height: 32px;
  }

  .m04 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    height: 44px;
    border-radius: 22px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .pc1024 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 1024 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-information {
    padding: 140px 0px 140px 320px;
    margin-right: -60px;
    position: relative;
  }
  #home-information .home-title {
    position: absolute;
    left: 0px;
    top: 200px;
  }
  #home-information .more-btn {
    position: absolute;
    left: 0px;
    top: 280px;
  }

  #home-guide {
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
  }
  #home-guide .more-btn {
    position: absolute;
    left: 50%;
    top: 150px;
    margin: 0px 0px 0px 320px;
  }

  #home-moreinfo {
    padding: 140px 0px;
  }

  .media-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .youtube-area {
    width: calc( 100% - 340px );
    margin: 0px;
  }

  .facebook-area {
    wwidth: 320px;
  }

  .guide-box {
    width: calc( ( 1 / 4 ) * 100% - 12px );
    border-radius: 24px;
    margin-bottom: 20px;
    margin: 0px 6px 12px;
  }
  .guide-box .txt-area {
    bottom: 20px;
  }
  .guide-box .txt-area h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .guide-box .txt-area .more {
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    width: 240px;
    border-radius: 23px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .guide-title-area {
    height: 180px;
    margin: -120px -160px -90px;
  }

  .guide-main-img::before {
    padding-top: 740px;
  }

  .slider {
    margin: 120px -160px;
  }

  .guide-map {
    margin: 120px -160px;
  }
  .guide-map iframe {
    height: 640px;
  }

  .guide-shop {
    margin: 120px -180px 60px;
  }

  .cnav li {
    margin: 6px 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .cnav li a {
    height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab,
  .pc1024 {
    display: none;
  }

  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1500px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  .guide-list {
    margin: 0px -160px;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
