@charset "UTF-8";
/*
Theme Name: 燕市観光協会（2025）
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

h2 {
  letter-spacing: 0;
  color: inherit;
}

h4 {
  border-top: 0;
  color: inherit;
}

.h4 {
  padding-left: 0 !important;
}

h4,
.h4 {
  padding-left: 0 !important;
  letter-spacing: 0;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: clamp(11px, 0.78125vw, 20px);
  margin-top: 0;
  word-break: break-all;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #entrybody {
    font-size: clamp(11px, 4vw, 20px);
  }
}
#entrybody a {
  color: #E60012;
  text-decoration: underline;
  font-weight: 500;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ul {
  list-style-type: disc;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: clamp(9px, 0.67708vw, 17px);
}
@media screen and (max-width: 767px) {
  #entrybody li li {
    font-size: clamp(9px, 3.46667vw, 17px);
  }
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody h1 {
  margin-top: 60px;
  background: #E60012;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 12px 18px;
  font-size: clamp(17px, 1.25vw, 31px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #entrybody h1 {
    font-size: clamp(17px, 6.4vw, 31px);
  }
}
#entrybody h1:first-child {
  margin-top: 0;
}
#entrybody h1.has-text-align-left {
  text-align: left;
}
#entrybody h1.has-text-align-center {
  text-align: center;
}
#entrybody h1.has-text-align-right {
  text-align: right;
}
#entrybody h2 {
  margin-top: 60px;
  margin-bottom: 15px;
  border-bottom: 6px double #E60012;
  padding-bottom: 18px;
  font-size: clamp(17px, 1.25vw, 31px);
  color: #E60012;
  line-height: 1.46;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #entrybody h2 {
    font-size: clamp(17px, 6.4vw, 31px);
  }
}
#entrybody h2:first-child {
  margin-top: 0;
}
#entrybody h2.has-text-align-left {
  text-align: left;
}
#entrybody h2.has-text-align-center {
  text-align: center;
}
#entrybody h2.has-text-align-right {
  text-align: right;
}
#entrybody h3 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: clamp(17px, 1.25vw, 31px);
  font-weight: 500;
  line-height: 1.5;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  #entrybody h3 {
    font-size: clamp(17px, 6.4vw, 31px);
  }
}
#entrybody h3:first-child {
  margin-top: 0;
}
#entrybody h3.has-text-align-left {
  text-align: left;
}
#entrybody h3.has-text-align-center {
  text-align: center;
}
#entrybody h3.has-text-align-right {
  text-align: right;
}
#entrybody h4 {
  margin-top: 35px;
  margin-bottom: 14px;
  font-size: clamp(13px, 0.9375vw, 23px);
  color: #E60012;
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #entrybody h4 {
    font-size: clamp(13px, 4.8vw, 23px);
  }
}
#entrybody h4:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #E60012;
}
#entrybody h4:first-child {
  margin-top: 0;
}
#entrybody h4.has-text-align-left {
  text-align: left;
}
#entrybody h4.has-text-align-center {
  text-align: center;
}
#entrybody h4.has-text-align-right {
  text-align: right;
}
#entrybody h5 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: clamp(14px, 1.04167vw, 26px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: 15px;
  background: url(img/common/title2_icon1.png) repeat-x left bottom;
  background-size: 7px 6px;
}
@media screen and (max-width: 767px) {
  #entrybody h5 {
    font-size: clamp(14px, 5.33333vw, 26px);
  }
}
#entrybody h5:first-child {
  margin-top: 0;
}
#entrybody h5.has-text-align-left {
  text-align: left;
}
#entrybody h5.has-text-align-center {
  text-align: center;
}
#entrybody h5.has-text-align-right {
  text-align: right;
}
#entrybody h6 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #C5C4C4;
  font-size: clamp(14px, 1.04167vw, 26px);
  color: #231916;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #entrybody h6 {
    font-size: clamp(14px, 5.33333vw, 26px);
  }
}
#entrybody h6:first-child {
  margin-top: 0;
}
#entrybody h6.has-text-align-left {
  text-align: left;
}
#entrybody h6.has-text-align-center {
  text-align: center;
}
#entrybody h6.has-text-align-right {
  text-align: right;
}
#entrybody p {
  line-height: 2;
  margin-bottom: 20px;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 15px 12px;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 20px;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody iframe[src*="youtube.com"] {
  height: auto;
  aspect-ratio: 16/9;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #666;
  color: #fff;
  font-size: clamp(11px, 0.78125vw, 20px);
}
@media screen and (max-width: 767px) {
  #entrybody table thead {
    font-size: clamp(11px, 4vw, 20px);
  }
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}
#entrybody .wp-block-image {
  margin-bottom: 60px;
}
#entrybody .wp-block-image figcaption {
  font-size: clamp(10px, 0.72917vw, 18px);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #entrybody .wp-block-image figcaption {
    font-size: clamp(10px, 3.73333vw, 18px);
  }
}
#entrybody .wp-block-button a.wp-block-button__link {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #0054a7 0%, #2a83ad 50%, #A5C0DB 50%, #A5C0DB 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 200% 100%;
  padding: 9px 30px;
  position: relative;
  overflow: hidden;
}
#entrybody .wp-block-button a.wp-block-button__link:hover {
  opacity: 1;
  background-position: left center;
}
#entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(img/common/icon_blank-white.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 12px;
  margin-left: 12px;
  font-size: clamp(11px, 0.83333vw, 21px);
}
@media screen and (max-width: 767px) {
  #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
    font-size: clamp(11px, 4.26667vw, 21px);
  }
}
#entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: clamp(8px, 0.625vw, 16px);
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .wp-caption {
    font-size: clamp(8px, 3.2vw, 16px);
  }
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: clamp(10px, 0.72917vw, 18px);
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  #entrybody {
    font-size: clamp(10px, 3.73333vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #entrybody p {
    margin-bottom: 25px;
    line-height: 1.75;
  }
  #entrybody .wp-block-button a.wp-block-button__link {
    padding: 9px 30px;
  }
  #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]:after {
    width: 13px;
    height: 12px;
    margin-left: 12px;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  background: #fff;
  color: #1A1A1A;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1080px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #1F2A66;
  text-decoration: underline;
}
a:hover {
  color: #1F2A66;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header .c-wrap {
  display: flex;
  justify-content: space-between;
}
.l-header__action {
  padding-top: 2px;
  display: flex;
  flex-direction: column;
}
.l-header__action .language {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.l-header__action .language .title {
  color: #1F2A66;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-right: 8px;
}
.l-header__action .search {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}
.l-header__action .search form.gsc-search-box,
.l-header__action .search table.gsc-search-box {
  margin-bottom: 0 !important;
}
.l-header__action .search td#gs_tti50,
.l-header__action .search td#gs_tti50 input {
  background-color: transparent !important;
}
.l-header__action .search .gsc-search-button {
  border-radius: 0;
  background: transparent url(../img/common/icon_search.svg) no-repeat center !important;
  background-size: 18px !important;
  border: 0;
}
.l-header__action .search .gsc-search-button:before {
  display: none;
  font-size: 10px;
  color: #1A1A1A !important;
  top: 15%;
  left: 31%;
}
.l-header__action .search .gsc-search-button-v2 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border: 0;
}

/*=======================================
メニュー
=========================================*/
.l-nav {
  background: #F2F2F2;
}
.l-nav .c-wrap {
  position: relative;
}
.l-nav .c-wrap:before, .l-nav .c-wrap:after,
.l-nav ul:before,
.l-nav ul:after {
  display: block;
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  pointer-events: none;
  z-index: 1;
}
.l-nav .c-wrap:before,
.l-nav ul:before {
  border-top: 14px solid #fff;
  top: 0;
}
.l-nav .c-wrap:after,
.l-nav ul:after {
  border-bottom: 14px solid #fff;
  bottom: 0;
}
.l-nav .c-wrap:before,
.l-nav ul:after {
  left: 12px;
}
.l-nav .c-wrap:after,
.l-nav ul:before {
  right: 12px;
}
.l-nav ul {
  display: flex;
}
.l-nav li {
  position: relative;
  flex: 1;
  display: flex;
}
.l-nav li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 60px;
  border-left: 1px solid #1A1A1A;
}
.l-nav li:last-child::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 60px;
  border-left: 1px solid #1A1A1A;
}
.l-nav li .icon {
  margin-bottom: 4px;
}
.l-nav li p {
  line-height: 1.3;
}
.l-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 500;
}
.l-nav li a:after {
  display: block;
  content: "";
  width: 4px;
  height: 10px;
  margin-top: 6px;
  background: url(../img/common/arrow_1.svg) no-repeat center;
  background-size: contain;
}
.l-nav li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  background: #ddd;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  margin-top: 100px;
  padding-top: 56px;
  padding-bottom: 56px;
  background: #E0E0E0;
}
.l-footer .c-wrap {
  display: flex;
  justify-content: space-between;
}
.l-footer__menu {
  width: 21.875%;
}
.l-footer__menu li a {
  display: block;
  padding: 11px 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 500;
}
.l-footer__menu li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  background: #eee;
}
.l-footer__menu li span {
  display: block;
  background: url(../img/common/arrow_1-alt.svg) no-repeat right center;
  background-size: 13px 19px;
  padding-right: 16px;
}
.l-footer__content {
  width: 72.083%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer__content .block1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.l-footer__content .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1A1A1A;
}
.l-footer__content .logo span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 20px;
}
.l-footer__content .sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-footer__content .sns li {
  margin-left: 10px;
}
.l-footer__content .address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42;
  margin-bottom: 14px;
}
.l-footer__content .reception {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
}
.l-footer__content .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-footer__content .contact .btn {
  margin-bottom: 14px;
}
.l-footer__content .contact .btn a {
  display: block;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 40px;
  border: 3px solid #000;
  background: #fff;
}
.l-footer__content .contact .btn a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  color: #fff;
  background: #000;
}
.l-footer__content .contact .link {
  margin-bottom: 29px;
}
.l-footer__content .contact .link a {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  background: url(../img/common/arrow_2.svg) no-repeat right center;
  background-size: 6px 10px;
  padding-right: 15px;
  text-decoration: none;
  color: #1A1A1A;
}
.l-footer__content .contact .link a:hover {
  text-decoration: underline;
}
.l-footer__content .contact .copyright {
  font-size: 10px;
  font-size: 1rem;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background: #F1F9BD;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
}
.l-pagetitle:after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  display: block;
  content: "";
  border-bottom: 14px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.l-pagetitle .h {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l-pagetitle-mv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.l-pagetitle-mv:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.l-pagetitle-mv .h {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.57;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/*=======================================
パンくず
=========================================*/
.l-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.l-breadcrumb li {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5;
  margin-right: 10px;
}
.l-breadcrumb li::before {
  display: inline-block;
  content: ">";
  margin-right: 8px;
  vertical-align: top;
}
.l-breadcrumb li:first-child::before {
  display: none;
}
.l-breadcrumb li a {
  text-decoration: none;
  color: #999;
}
.l-breadcrumb li a:hover {
  text-decoration: underline;
}

/*=======================================
ページトップボタン
=========================================*/
.l-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }

  .l-header__logo {
    width: 49.4594%;
  }
  .l-header__action {
    width: 47.5675%;
  }
  .l-header__action .language .title {
    font-size: 9px;
    font-size: 0.9rem;
    margin-right: 6px;
    white-space: nowrap;
  }
  .l-header__action .language .choice {
    width: 64px;
  }
  .l-header__action .language .choice select {
    width: 100%;
  }
  .l-header__action .search {
    padding-bottom: 3px;
  }
  .l-header__action .search div#gsc-iw-id1 {
    width: 120px;
    height: 20px;
  }
  .l-header__action .search .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100px !important;
  }
  .l-header__action .search .gsc-search-button:before {
    left: 25%;
    top: 17%;
  }
  .l-header__action .search td#gs_tti50 {
    padding: 0 !important;
    width: 120px !important;
  }
  .l-header__action .search form.gsc-search-box {
    margin-bottom: 0;
  }

  .l-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1999;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .l-nav.is-static {
    position: static;
    border-radius: 0;
  }
  .l-nav .c-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-nav .c-wrap:before, .l-nav .c-wrap:after,
  .l-nav ul:before,
  .l-nav ul:after {
    display: none;
  }
  .l-nav__content {
    display: none;
    width: 100%;
  }
  .l-nav__content.is-visible {
    display: block;
  }
  .l-nav ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 10px 20px;
    flex-wrap: wrap;
  }
  .l-nav li {
    width: 25%;
    margin-bottom: 24px;
    flex: auto;
  }
  .l-nav li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-nav li:nth-child(4n+1)::before {
    display: none;
  }
  .l-nav li.calendar {
    width: 100%;
    margin-bottom: 0;
  }
  .l-nav li.calendar::before, .l-nav li.calendar::after {
    display: none;
  }
  .l-nav li.calendar a {
    padding-top: 8px;
    padding-bottom: 8px;
    flex-direction: row;
  }
  .l-nav li.calendar a::after {
    margin-top: 0;
    margin-left: 10px;
  }
  .l-nav li.calendar .icon {
    margin-bottom: 0;
    margin-right: 4px;
  }
  .l-nav__trigger {
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #323657;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px;
  }

  .l-footer {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 102px;
  }
  .l-footer .c-wrap {
    display: block;
  }
  .l-footer__menu {
    width: auto;
    margin-bottom: 30px;
    display: block;
  }
  .l-footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 225px;
  }
  .l-footer__content {
    width: auto;
    display: block;
  }
  .l-footer__content .block1 {
    flex-direction: column-reverse;
  }
  .l-footer__content .block1 .sns {
    margin-bottom: 40px;
  }
  .l-footer__content .info .address {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer__content .info .reception {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__content .contact {
    align-items: center;
    margin-top: 50px;
  }
  .l-footer__content .contact .btn {
    margin-bottom: 11px;
  }
  .l-footer__content .contact .btn a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer__content .contact .link {
    margin-bottom: 25px;
  }
  .l-footer__content .contact .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .l-pagetop {
    right: 20px;
    bottom: 60px;
  }
  .l-pagetop img {
    width: 50px;
  }

  .l-pagetitle {
    height: 100px;
    margin-bottom: 8px;
  }
  .l-pagetitle .h {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .l-pagetitle-mv {
    height: 180px;
    margin-bottom: 8px;
  }
  .l-pagetitle-mv .h {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .l-breadcrumb {
    display: block;
  }
  .l-breadcrumb li {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 6px;
  }
}
#content .maintx p {
  font-size: 18px;
  line-height: 220%;
  margin: 0 0 30px 0;
}
#content .maintx h1 {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  font-size: 13px;
  font-weight: normal;
}
#content .maintx h2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 34px;
}
#content .maintx h3 {
  padding: 0px 0px 0px 0px;
  margin: 40px 0px 40px 0px;
  line-height: 140%;
  font-weight: normal;
  font-size: 34px;
}
#content .maintx h4 {
  padding: 20px 0px 10px 60px;
  margin: 0 0px 30px 0px;
  line-height: 140%;
  border-top: 3px solid #004098;
  color: #004098;
  letter-spacing: 1px;
}
#content .maintx .h4 {
  padding: 20px 0px 10px 60px;
  margin: 0 0px 30px 0px;
  font-weight: bold;
  line-height: 140%;
  color: #004098;
  letter-spacing: 1px;
}
#content .maintx h5 {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 30px 0px;
  font-size: 20px;
  line-height: 140%;
}
#content .maintx h6 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
}
#content .maintx .font_10 {
  font-size: 10px !important;
}
#content .maintx .font_11 {
  font-size: 11px !important;
}
#content .maintx .font_12 {
  font-size: 12px !important;
}
#content .maintx .font_13 {
  font-size: 13px !important;
}
#content .maintx .font_14 {
  font-size: 14px !important;
}
#content .maintx .font_15 {
  font-size: 15px !important;
}
#content .maintx .font_16 {
  font-size: 16px !important;
}
#content .maintx .font_18 {
  font-size: 18px !important;
}
#content .maintx .font_20 {
  font-size: 20px !important;
}
#content .maintx .font_22 {
  font-size: 22px !important;
}
#content .maintx .font_24 {
  font-size: 24px !important;
}
#content .maintx .font_26 {
  font-size: 26px !important;
}
#content .maintx .font_30 {
  font-size: 30px !important;
}
#content .maintx .font_34 {
  font-size: 34px !important;
  letter-spacing: 2px;
}
#content .maintx .bg_cat_01 {
  background: #E34040;
}
#content .maintx .bg_cat_02 {
  background: #4A8A28;
}
#content .maintx .bg_cat_03 {
  background: #0085B2;
}
#content .maintx .bg_cat_04 {
  background: #D96D00;
}
#content .maintx .bg_cat_05 {
  background: #2C4996;
}
#content .maintx .bg_cat_06 {
  background: #E7529C;
}
#content .maintx .bg_cat_07 {
  background: #8C8C00;
}
#content .maintx .bg_cat_08 {
  background: #6C50AF;
}
#content .maintx .clr_cat_charm {
  color: #E34040;
}
#content .maintx .clr_cat_seeing {
  color: #4A8A28;
}
#content .maintx .clr_cat_03 {
  color: #0085B2;
}
#content .maintx .clr_cat_04 {
  color: #D96D00;
}
#content .maintx .clr_cat_05 {
  color: #2C4996;
}
#content .maintx .clr_cat_06 {
  color: #E7529C;
}
#content .maintx .clr_cat_07 {
  color: #8C8C00;
}
#content .maintx .clr_cat_08 {
  color: #6C50AF;
}
#content .maintx .bg_def {
  background: #F8F8F1;
}
#content .maintx .bg_red {
  background: #E34242;
  color: #FFF;
}
#content .maintx .bg_dblue {
  background: #003F98;
  color: #FFF;
}
#content .maintx .bg_cat_charm {
  background: #E34040;
}
#content .maintx .tri_cat_charm {
  border-color: #E34040 transparent transparent transparent;
}
#content .maintx .bg_cat_seeing, #content .maintx .bg_cat_en {
  background: #4A8A28;
}
#content .maintx .tri_cat_seeing, #content .maintx .tri_cat_en {
  border-color: #4A8A28 transparent transparent transparent;
}
#content .maintx .bg_cat_activity {
  background: #0085B2;
}
#content .maintx .tri_cat_activity {
  border-color: #0085B2 transparent transparent transparent;
}
#content .maintx .bg_cat_buy_eat {
  background: #D96D00;
}
#content .maintx .tri_cat_buy_eat {
  border-color: #D96D00 transparent transparent transparent;
}
#content .maintx .bg_cat_stay {
  background: #2C4996;
}
#content .maintx .tri_cat_stay {
  border-color: #2C4996 transparent transparent transparent;
}
#content .maintx .bg_cat_events, #content .maintx .bg_cat_eventinfo, #content .maintx .bg_cat_calendar {
  background: #E7529C;
}
#content .maintx .tri_cat_events, #content .maintx .tri_cat_eventinfo, #content .maintx .tri_cat_calendar {
  border-color: #E7529C transparent transparent transparent;
}
#content .maintx .bg_cat_model_course {
  background: #8C8C00;
}
#content .maintx .tri_cat_model_course {
  border-color: #8C8C00 transparent transparent transparent;
}
#content .maintx .bg_cat_walk {
  background: #2156E2;
}
#content .maintx .tri_cat_walk {
  border-color: #2156E2 transparent transparent transparent;
}
#content .maintx .bg_cat_factory_tour {
  background: #4998A2;
}
#content .maintx .tri_cat_factory_tour {
  border-color: #4998A2 transparent transparent transparent;
}
#content .maintx .bg_cat_access {
  background: #6C50AF;
}
#content .maintx .tri_cat_access {
  border-color: #6C50AF transparent transparent transparent;
}
#content .maintx .bg_cat_policy, #content .maintx .bg_cat_pamphlet, #content .maintx .bg_cat_kaiin, #content .maintx .bg_cat_sitemap, #content .maintx .bg_cat_form {
  background: #E34040;
}
#content .maintx .tri_cat_policy, #content .maintx .tri_cat_pamphlet, #content .maintx .tri_cat_kaiin, #content .maintx .tri_cat_sitemap, #content .maintx .tri_cat_form {
  border-color: #E34040 transparent transparent transparent;
}
#content .maintx .bg_cat_news {
  background: #E34040;
}
#content .maintx .tri_cat_news {
  border-color: #E34040 transparent transparent transparent;
}
#content .maintx .bg_cat_link {
  background: #E34040;
}
#content .maintx .tri_cat_link {
  border-color: #E34040 transparent transparent transparent;
}
#content .maintx .dotline {
  height: 5px;
  margin-bottom: 10px;
  background: url(../intheme/img/common/dotline.png) repeat-x left center;
}
#content .maintx .white {
  color: #FFF;
}
#content .maintx .red {
  color: #FF2626;
}
#content .maintx .dred {
  color: #E33F3F;
}
#content .maintx .pink {
  color: #E7529C;
}
#content .maintx .blue {
  color: #003F98;
}
#content .maintx .lblue {
  color: #0085B2;
}
#content .maintx .green {
  color: #4A8A28;
}
#content .maintx .mgreen {
  color: #8C8C00;
}
#content .maintx .purple {
  color: #6C50AE;
}
#content .maintx .orange {
  color: #D96E01;
}
#content .maintx .l_brown {
  background: #F8F8F1;
}
#content .maintx .no_border {
  border: none;
}
#content .maintx .bg_white {
  background-color: #FFF !important;
}
#content .maintx .lh00 {
  line-height: 0;
}
#content .maintx .lsp_m01 {
  letter-spacing: -1px;
}
#content .maintx .phone {
  padding: 10px 0 10px 30px;
  background: url(../intheme/img/common/icn_phone.png) no-repeat left center;
}
#content .maintx .txt_vertical {
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 240%;
  margin: 0 auto;
  white-space: nowrap;
  text-orientation: upright;
}
#content .maintx .disblock {
  display: block !important;
}
#content .maintx .pd10 {
  padding: 10px;
}
#content .maintx .alef {
  text-align: left !important;
}
#content .maintx .tar {
  text-align: right !important;
}
