@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
.fadeinup {
  transform: translate(0, 50px);
}

.fadeindown {
  transform: translate(0, -50px);
}

.fadeinleft {
  transform: translate(-50px, 0);
}

.fadeinright {
  transform: translate(50px, 0);
}

.fadeinup,
.fadeindown,
.fadeinleft,
.fadeinright {
  opacity: 0;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadeinup.scrollin,
.fadeindown.scrollin,
.fadeinleft.scrollin,
.fadeinright.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.returnbutton {
  display: block;
  background-color: #C13711;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 2vw;
  z-index: 9998;
}
.returnbutton img {
  width: 40%;
  height: auto;
}

.returnbutton {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 4px;
}
.returnbutton span {
  display: block;
  margin-top: -5px;
}

@-moz-document url-prefix() {
  padding-top: 0;
}
@-moz-document url-prefix() {
  margin-top: -10px;
}
/*スクロールして途中から固定*/
/*ナビゲーション、もしくはヘッダーが「middlenav」*/
.middlenav {
  position: absolute;
}

.middlenav.fixed {
  position: fixed;
  top: 0;
}

.accordionarea {
  display: none;
}

.accordionclose .accordionarea {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━共通設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━明朝体読み込み━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━icomoon━━━━━━━━━━━━━━━━━━━━━━━━━*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/webicon.eot?24wpkq");
  src: url("fonts/webicon.eot?24wpkq#iefix") format("embedded-opentype"), url("fonts/webicon.ttf?24wpkq") format("truetype"), url("fonts/webicon.woff?24wpkq") format("woff"), url("fonts/webicon.svg?24wpkq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-attention:before {
  content: "\e902";
}

.icon-right:before {
  content: "\e907";
}

.icon-bottom:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e903";
}

.icon-excel:before {
  content: "\e904";
}

.icon-foreign:before {
  content: "\e905";
}

.icon-pdf:before {
  content: "\e906";
}

.icon-word:before {
  content: "\e908";
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━基礎設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #3D3D3D;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #3D3D3D;
  display: block;
}

/*ロード画面*/
.loadinghidden {
  display: none;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  opacity: 0; /* 初期状態は透明にする */
  transition: opacity 0.5s ease; /* アニメーションを適用 */
  pointer-events: none; /* 背後のコンテンツにマウスイベントが影響しないようにする */
}
.loading img {
  width: 150px;
  height: auto;
  text-align: center;
  margin: 0 auto 25px auto;
}
.loading .loadingtxt {
  text-align: center;
  color: #3D3D3D;
  margin-bottom: 25px;
  letter-spacing: 0.2rem;
  font-size: 20px;
}

.loading.active {
  display: grid;
  opacity: 1;
  transition: opacity 0.5s ease; /* アニメーションを適用 */
}

/* JS が無効なときのスタイル */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .loadinghidden {
    display: block;
  }
}
.loader-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #2D3269 rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098);
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes stagger {
  25% {
    border-color: rgba(45, 50, 105, 0.062745098) #2D3269 rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098);
  }
  50% {
    border-color: rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098) #2D3269 rgba(45, 50, 105, 0.062745098);
  }
  75% {
    border-color: rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098) #2D3269;
  }
}
@media print, screen and (max-width: 767px) {
  .brspnone {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .tabnone {
    display: none;
  }
}

@media print, screen and (min-width: 1501px) {
  .pc2none {
    display: none;
  }
}

.common_wave_top, .common_wave_bottom {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.blue_section {
  margin-top: -5vw;
  background-color: #EBF8FB;
  padding: clamp(40px, 10vw, 100px) 0 0 0;
}

.white_section {
  padding: clamp(40px, 10vw, 100px) 0;
  background-color: #fff;
}

.common_btn_in {
  background-color: #3D3D3D;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border: 1px solid #3D3D3D;
  transition: 0.2s;
}
.common_btn_in:hover {
  background-color: #FFFFFF;
  color: #3D3D3D;
}
.common_btn_in .common_btn_txt {
  margin-right: 15px;
}

.common_btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.common_h4 {
  position: relative;
  text-align: center;
  font-family: "Lato", "Lato", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: rgba(65, 169, 193, 0.08);
  font-size: clamp(40px, 10vw, 90px);
  line-height: 1em;
  margin-bottom: clamp(30px, 7vw, 75px);
  letter-spacing: 0.1em;
}

.common_h4::before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3D3D;
  font-size: clamp(25px, 5vw, 35px);
  line-height: 1em;
  letter-spacing: 0.1em;
}

.common_h4_attention {
  font-size: 16px;
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #3D3D3D;
  line-height: 1.7em;
  padding-bottom: 2em;
  width: auto;
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: clamp(-35px, -3vw, -15px);
}

/*下層ファーストビュー　ナビゲーション*/
.commontop_first_area {
  z-index: 9999;
  background-color: #FFFFFF;
  position: relative;
}

.commonfirstheader {
  left: 0;
  top: 0;
  width: 100%;
  justify-content: space-between;
  height: 70px;
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader {
    display: flex;
    height: 70px;
    background-color: #FFFFFF;
  }
}
.commonfirstheader h2 {
  position: relative;
  top: 0;
  padding: 0;
  height: 100%;
  width: 150px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .commonfirstheader h2 {
    left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonfirstheader h2 {
    left: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader h2 {
    left: 40px;
    width: 140px;
  }
}
@media print, screen and (min-width: 1501px) {
  .commonfirstheader h2 {
    left: 60px;
  }
}
.commonfirstheader h2:hover {
  opacity: 0.7;
}
.commonfirstheader h2 a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonfirstheader::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 8600;
  background-color: #FFFFFF;
  height: 70px;
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader::before {
    display: none;
  }
}

@media print, screen and (min-width: 1001px) {
  .commonfirstheader .global-nav__item_tel a {
    background-color: #FFFFFF;
  }
}
@media print, screen and (min-width: 768px) {
  .commonfirstheader .global-nav__item_tel_name span {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader .global-nav__item_tel_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader .global-nav__item_num {
    padding: 0 15px;
    font-family: "Lato", "Lato", sans-serif;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader .global-nav__list {
    margin-right: 5px;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .commonfirstheader .global-nav__item_tel {
    height: 80%;
  }
}
.commonfirstheader .global-nav__item_tel a {
  padding: 5px 0;
}

.firstnav-open .global-nav {
  right: 0;
}
@media print, screen and (min-width: 1001px) {
  .firstnav-open .global-nav {
    right: auto;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .hamburger {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #3D3D3D;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 23px;
}

.hamburger__line--3 {
  top: 33px;
}

.firstnav-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 23px;
}

.firstnav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.firstnav-open .hamburger__line--3 {
  transform: rotate(-390deg);
  top: 23px;
}

/*下層TOP*/
.common_top {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 1001px) {
  .common_top {
    height: 350px;
    display: flex;
    line-height: 1.3em;
    background-image: url(../img/wave_top.png);
    background-position: bottom;
    background-size: contain;
  }
}
.common_h2 {
  color: #3D3D3D;
  font-size: clamp(24px, 5vw, 36px);
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3em;
  background-position: bottom;
  background-image: url(../img/wave_top_common_sp.png);
  background-size: cover;
}
@media print, screen and (max-width: 767px) {
  .common_h2 {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .common_h2 {
    height: 200px;
  }
}
@media print, screen and (min-width: 1001px) {
  .common_h2 {
    align-items: flex-end;
    padding-right: 50px;
    height: 100%;
    width: 30%;
    border-bottom: 2px solid #EBF8FB;
    background: none;
  }
}
.common_h2span {
  color: #3F91A7;
  font-family: "Lato", "Lato", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(16px, 3vw, 20px);
}
.common_top_img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .common_top_img {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .common_top_img {
    height: 500px;
  }
}
@media print, screen and (min-width: 1001px) {
  .common_top_img {
    width: 70%;
    height: 100%;
  }
}
.common_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common_second {
  background-color: #EBF8FB;
  width: 100%;
  padding-top: clamp(60px, 10vw, 100px);
}

.common_h3area {
  display: flex;
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto clamp(45px, 10vw, 75px) auto;
}

.common_h3_fish {
  width: clamp(50px, 10vw, 100px);
}

.common_h3 {
  width: 100%;
}

.common_h3_jp {
  font-size: clamp(20px, 4vw, 30px);
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #D1E5EB;
  padding-bottom: 10px;
  margin-top: 10px;
  line-height: 1em;
  padding-left: clamp(15px, 4vw, 50px);
  width: 100%;
  display: inline-block;
}

.common_h3_en {
  font-family: "Lato", "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #DDF1F6;
  font-size: clamp(30px, 7vw, 60px);
  line-height: 1em;
  width: 100%;
  text-align: right;
  display: inline-block;
}

.fixed_pic {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.fixed_pic_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .fixed_pic_img {
    width: 50vw;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed_pic_img {
    width: 30vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .fixed_pic_img {
    width: 20vw;
  }
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9997;
  display: flex;
  justify-content: space-between;
  height: 70px;
}
@media print, screen and (min-width: 1001px) {
  #header {
    height: 60px;
    background-color: #FFFFFF;
  }
}
#header h1 {
  z-index: 9998;
  position: relative;
  top: 0;
  padding: 0;
  height: 100%;
  width: 150px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  #header h1 {
    left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #header h1 {
    left: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  #header h1 {
    left: 40px;
    width: 140px;
  }
}
@media print, screen and (min-width: 1501px) {
  #header h1 {
    left: 60px;
  }
}
#header h1:hover {
  opacity: 0.7;
}
#header h1 a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8600;
  background-color: #FFFFFF;
  height: 70px;
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  #header::before {
    display: none;
  }
}

/* メニュー画面 */
.global-nav {
  position: fixed;
  right: -100vw;
  height: 100vh;
  transition: all 0.6s;
  z-index: 8500;
  background-color: #FFFFFF;
  width: 100vw;
}
@media print, screen and (min-width: 1001px) {
  .global-nav {
    position: relative;
    right: auto;
    height: auto;
    transition: all 0.6s;
    z-index: 8500;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }
}

/* メニュー項目の籠への指定 */
.global-nav__list {
  margin-top: 25vh;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__list {
    display: flex;
    margin-top: 0;
    height: 100%;
  }
}

/* メニュー項目それぞれの指定 */
.global-nav__item {
  text-align: center;
  padding: 0 14px;
  height: 100%;
  transition: 0.2s;
  /* メニュー項目それぞれの内側に関する指定 */
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item {
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
  }
}
.global-nav__item a {
  display: block;
  color: #3D3D3D;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0;
  margin-bottom: 2vh;
  transition: 0.2s;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item a {
    z-index: 9998;
    transition: 0.2s;
    padding: 30px 10px;
    width: auto;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__item a {
    padding: 30px 25px;
  }
}
.global-nav__item:hover {
  background-color: #8FCDDB;
}
.global-nav__item:hover a {
  color: #FFFFFF;
}

@media print, screen and (max-width: 767px) {
  .global-nav__item_tel {
    width: 90vw;
    max-width: 300px;
    margin: 0 auto;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_tel {
    height: 100%;
  }
}
.global-nav__item_tel a {
  height: 100%;
  background-color: #D6F0F6;
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_tel a {
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item_tel a {
    padding-right: 15px;
  }
}
.global-nav__item_tel a .icon-phone {
  display: none;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item_tel a .icon-phone {
    display: inline-block;
    font-size: 30px;
    padding: 0 15px;
  }
}

.global-nav__item_tel_name {
  color: #3D3D3D;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item_tel_name {
    display: inline-block;
    width: 100%;
    border-bottom: dotted 2px #3D3D3D;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_tel_name {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item_tel_name {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .global-nav__item_tel_name br {
    display: none;
  }
}

.global-nav__item_num {
  color: #3F91A7;
  font-size: 24px;
  font-family: "Lato", "Lato", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item_num {
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_num {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: dotted 2px #3D3D3D;
  }
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item_num {
    border: 0;
    padding: 0;
  }
}

.global-nav__item_tel_tab {
  position: absolute;
  top: 0px;
  right: 100px;
  z-index: 9000;
  height: 70px;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item_tel_tab {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_tel_tab {
    display: inline-block;
  }
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item_tel_tab {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .global-nav__item_tel_pc_sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_tel_pc_sp {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item_tel_pc_sp {
    display: inline-block;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━SPのみハンバーガーの指定━━━━━━━━━━━━━━━━━━━━━━━━━*/
.nav-open .global-nav {
  right: 0;
}
@media print, screen and (min-width: 1001px) {
  .nav-open .global-nav {
    right: auto;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .hamburger {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #3D3D3D;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 23px;
}

.hamburger__line--3 {
  top: 33px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 23px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-390deg);
  top: 23px;
}

.footer {
  position: relative;
}

.footer_top {
  width: 100%;
  line-height: 0;
}

.footer_area {
  margin-top: -1px;
  background: #115172;
}
@media print, screen and (max-width: 767px) {
  .footer_area {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_area {
    padding-top: 100px;
  }
}

@media print, screen and (max-width: 767px) {
  .footer_list {
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    justify-content: center;
    border-bottom: 2px dotted #FFFFFF;
    padding-bottom: 50px;
  }
}
.footer_item {
  text-align: center;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .footer_item {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_item {
    width: auto;
    padding: 0 15px;
  }
}
.footer_item a {
  font-size: 16px;
  color: #FFFFFF;
}
.footer_item:hover {
  opacity: 0.5;
}

.footer_item:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 767px) {
  .footer_area_bottom {
    text-align: center;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_area_bottom {
    display: flex;
    justify-content: center;
    padding: 50px 0;
  }
}

.footer_area_bottom_img {
  transition: 0.2s;
  width: 125px;
}
.footer_area_bottom_img:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 767px) {
  .footer_area_bottom_img {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_area_bottom_img {
    margin-right: 50px;
  }
}

.footer_area_bottom_con {
  color: #FFFFFF;
}
.footer_area_bottom_con a {
  color: #FFFFFF;
  display: inline;
}

.footer_footer {
  color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
  line-height: 1.4em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ファーストビュー　ナビゲーション*/
.top_first_area {
  z-index: 9999;
  background-color: #FFFFFF;
  position: relative;
}

.firstheader {
  left: 0;
  top: 0;
  width: 100%;
  justify-content: space-between;
  height: 70px;
}
@media print, screen and (min-width: 1001px) {
  .firstheader {
    display: flex;
    height: 70px;
    background-color: #FFFFFF;
  }
}
.firstheader h2 {
  position: relative;
  top: 0;
  padding: 0;
  height: 100%;
  width: 150px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .firstheader h2 {
    left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .firstheader h2 {
    left: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .firstheader h2 {
    left: 40px;
    width: 140px;
  }
}
@media print, screen and (min-width: 1501px) {
  .firstheader h2 {
    left: 60px;
  }
}
.firstheader h2:hover {
  opacity: 0.7;
}
.firstheader h2 a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.firstheader::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 8600;
  background-color: #FFFFFF;
  height: 70px;
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .firstheader::before {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .firstheader .global-nav__item_tel_name span {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .firstheader .global-nav__item_tel_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 1001px) {
  .firstheader .global-nav__item_num {
    padding: 0 15px;
    border-left: dotted 2px #3D3D3D;
  }
}
@media print, screen and (min-width: 1001px) {
  .firstheader .global-nav__list {
    margin-right: 5px;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .firstheader .global-nav__item_tel {
    height: 80%;
  }
}
.firstheader .global-nav__item_tel a {
  padding: 5px 0;
}

.firstnav-open .global-nav {
  right: 0;
}
@media print, screen and (min-width: 1001px) {
  .firstnav-open .global-nav {
    right: auto;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .hamburger {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #3D3D3D;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 23px;
}

.hamburger__line--3 {
  top: 33px;
}

.firstnav-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 23px;
}

.firstnav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.firstnav-open .hamburger__line--3 {
  transform: rotate(-390deg);
  top: 23px;
}

.top_first {
  width: 100%;
  height: auto;
  padding-bottom: clamp(40px, 10vw, 100px);
}
@media print, screen and (max-width: 767px) {
  .top_first {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first {
    background-image: url(../img/top/first_back.png);
    background-size: cover;
    background-position: bottom center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first {
    display: flex;
    background-image: none;
    height: calc(100vh - 60px);
    min-height: 850px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1001px) {
  .top_first_con {
    background-image: url(../img/top/first_back.png);
    background-size: cover;
    background-position: bottom right;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_first_con {
    width: 45%;
  }
}

.top_first_tit {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .top_first_tit {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_tit {
    margin-bottom: 50px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_tit {
    margin-bottom: 75px;
  }
}
.top_first_tit img {
  width: 80%;
  max-width: 350px;
  height: auto;
  margin: clamp(25px, 10vw, 35px) 0;
}

.top_first_tit_top {
  font-size: clamp(18px, 2vw, 22px);
}

.top_first_tit_bot {
  font-size: clamp(16px, 2vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .top_first_tit_bot br {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_tit_bot br {
    display: inline-block;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_first_tit_bot br {
    display: none;
  }
}

.top_first_btn_pc {
  display: none;
}
@media print, screen and (min-width: 1001px) {
  .top_first_btn_pc {
    margin-bottom: 100px;
    display: flex;
  }
}

@media print, screen and (min-width: 1001px) {
  .top_first_btn_sp {
    display: none;
  }
}

.top_first_img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_first_img {
    height: 90vw;
    max-height: 420px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_img {
    height: 55vw;
    max-height: 650px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_img {
    width: calc(100% - 600px);
    height: 100%;
    max-height: none;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_first_img {
    width: 55%;
  }
}
.top_first_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_first_img_sp {
  display: inline-block;
}
@media print, screen and (min-width: 1001px) {
  .top_first_img_sp {
    display: none;
  }
}

.top_first_img_pc {
  display: none;
}
@media print, screen and (min-width: 1001px) {
  .top_first_img_pc {
    display: inline-block;
  }
}

.top_first_newsarea {
  position: relative;
  width: 90vw;
  display: block;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .top_first_newsarea {
    margin: -100px auto 0px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_newsarea {
    margin: -100px auto 0px auto;
    max-width: 800px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_newsarea {
    margin: 0 auto;
    width: 90%;
    max-width: 650px;
  }
}

/*高さ追加用*/
.top_first_newsarea:before {
  margin: 0;
  padding: 0;
  line-height: 0;
  content: "";
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top_first_newsarea:before {
    padding-top: 325px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_newsarea:before {
    padding-top: 275px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_newsarea:before {
    padding-top: 275px;
  }
}

.top_first_news_img {
  width: clamp(100px, 12vw, 130px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.top_first_news {
  background-color: #FFFFFF;
  border: 1px solid #3D3D3D;
  position: absolute;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .top_first_news {
    top: 50px;
    right: 0;
    width: 100%;
    padding: 0 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_news {
    top: 25px;
    right: 50px;
    width: calc(92% - 50px);
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_news {
    top: 50px;
    right: 50px;
    width: calc(92% - 50px);
  }
}

.top_first_news_tit {
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 24px);
  border-bottom: 1px dotted #3D3D3D;
  padding: 15px 0;
  text-align: center;
}

.top_first_news_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dotted #3D3D3D;
  padding: 15px 0;
}
.top_first_news_item:last-child {
  border-bottom: none;
}

.top_first_news_item_h4 {
  font-size: clamp(16px, 2vw, 18px);
  font-family: "Lato", "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .top_first_news_item_h4 {
    width: 100%;
    color: #3F91A7;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_news_item_h4 {
    width: 30%;
  }
}

.top_first_news_con {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .top_first_news_con {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_news_con {
    width: 70%;
  }
}

.top_first_news_con_item {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .top_first_news_con_item {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_news_con_item {
    width: 50%;
  }
}

.top_first_news_con_item_name {
  text-align: center;
  padding: 10px 0px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .top_first_news_con_item_name {
    padding: 5px 0px;
    width: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_news_con_item_name {
    padding: 10px 0px;
    width: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_news_con_item_name {
    width: 5vw;
    max-width: 100px;
  }
}
.top_first_news_con_item_name:first-child {
  background-color: #D6F0F6;
}
.top_first_news_con_item_name:last-child {
  background-color: #8FCDDB;
}

.top_first_news_con_item_time {
  font-size: clamp(20px, 3vw, 24px);
  font-family: "Lato", "Lato", sans-serif;
  font-weight: 700;
  padding-left: 10px;
}
@media print, screen and (max-width: 767px) {
  .top_first_news_con_item_time {
    width: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_news_con_item_time {
    width: calc(100% - 100px);
  }
}

.top_news_h4::before {
  content: "お知らせ";
}

.top_fixednews_list {
  width: 90vw;
  margin: 0 auto clamp(30px, 7vw, 50px) auto;
  border: #F285AE 1px solid;
  max-width: 980px;
}

.top_fixednews_item {
  border-bottom: 1px solid #F285AE;
  padding: 0;
  margin: 0;
}
.top_fixednews_item:last-child {
  border-bottom: 0;
}
@media print, screen and (min-width: 1001px) {
  .top_fixednews_item {
    margin: 0;
  }
}
.top_fixednews_item a {
  display: inline-block;
  transition: 0.2s;
  text-decoration: underline;
  color: #7a9b4a;
}
.top_fixednews_item label {
  cursor: pointer;
  transition: 0.2s;
}
.top_fixednews_item label:hover {
  opacity: 0.5;
}
.top_fixednews_item .icon-attention {
  color: #F285AE;
  margin-right: 10px;
}

/*ベース*/
.newstoggle {
  display: none;
}

.newsLabel {
  display: flex;
  flex-wrap: wrap;
  color: #3D3D3D;
  padding: 15px 25px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .newsLabel {
    padding: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .newsLabel_tit {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .newsLabel_tit {
    width: calc(100% - 75px);
  }
}

@media print, screen and (max-width: 767px) {
  .newsLabel_icon {
    width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .newsLabel_icon {
    width: 50px;
  }
}

.icon_img {
  display: inline-block;
  width: 30px;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .icon_img {
    width: 25px;
  }
}

.newsLabel::before { /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3D3D3D;
  border-right: 2px solid #3D3D3D;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
@media print, screen and (max-width: 767px) {
  .newsLabel::before {
    right: 15px;
  }
}

.newsLabel,
.fixed_newscontent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.fixed_newscontent { /*本文*/
  height: 0;
  margin: 0 25px;
  padding: 0;
  overflow: hidden;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .fixed_newscontent {
    margin: 0 15px;
  }
}
.fixed_newscontent a {
  display: inline;
}

.newstoggle:checked + .newsLabel + .fixed_newscontent {
  /*開閉時*/
  height: auto;
  margin: 0px 25px;
  padding: 25px 0;
  transition: all 0.3s;
  border-top: 1px solid #C8C3BD;
}
@media print, screen and (max-width: 767px) {
  .newstoggle:checked + .newsLabel + .fixed_newscontent {
    padding: 15px 0;
    margin: 0 15px;
  }
}

.newstoggle:checked + .newsLabel::before {
  transform: rotate(-45deg) !important;
}

.top_fixednews_item_btnnone .newsLabel::before {
  display: none;
}

.top_news_list {
  width: 90vw;
  max-width: 980px;
  margin: 0 auto 60px auto;
}

.top_news_item {
  border-bottom: 1px dotted #C8C3BD;
  transition: 0.2s;
}
.top_news_item:hover {
  opacity: 0.7;
}
.top_news_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1em;
  padding: 25px 15px;
}

.top_news_item_day {
  width: 100%;
  font-family: "Lato", "Lato", sans-serif;
}
@media print, screen and (max-width: 767px) {
  .top_news_item_day {
    margin-bottom: 10px;
    line-height: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_item_day {
    display: inline-block;
    width: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_item_day {
    display: inline-block;
    width: 150px;
  }
}

.top_news_item_tit {
  width: calc(100% - 25px);
}
@media print, screen and (max-width: 767px) {
  .top_news_item_tit {
    line-height: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_item_tit br {
    display: none;
  }
}

.top_blog_h4::before {
  content: "釣果報告";
}

.top_blog_list {
  width: 90vw;
  max-width: 1920px;
  margin: 0 auto clamp(60px, 10vw, 75px) auto;
}
@media print, screen and (min-width: 1001px) {
  .top_blog_list {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1300px) {
  .top_blog_list {
    flex-wrap: wrap;
  }
}

.top_blog_item {
  border: 1px solid #3D3D3D;
  background-color: #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_blog_item {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_item {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_item {
    width: 32%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1300px) {
  .top_blog_item {
    width: 48%;
    margin-bottom: 15px;
  }
}
.top_blog_item:hover {
  opacity: 0.7;
}
.top_blog_item:last-child {
  margin: 0;
}
.top_blog_item a {
  display: flex;
  width: 100% !important;
}
@media print, screen and (max-width: 767px) {
  .top_blog_item a {
    flex-wrap: wrap;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_item a {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_item a {
    display: inline-block;
    padding: 25px;
  }
}

.top_blog_day_sp, .top_blog_day_pc {
  font-family: "Lato", "Lato", sans-serif;
  font-style: italic;
  font-weight: bold;
}

.top_blog_day_sp {
  line-height: 1em;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 125px;
}
@media print, screen and (min-width: 768px) {
  .top_blog_day_sp {
    display: none;
  }
}

.top_blog_day_pc {
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .top_blog_day_pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_day_pc {
    display: flex;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_day_pc {
    line-height: 1em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
  }
}

.top_blog_day_year {
  font-family: "Lato", "Lato", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .top_blog_day_year {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_day_year {
    margin: 0px;
  }
}

.top_blog_day_day {
  font-size: clamp(24px, 3vw, 28px);
}

@media print, screen and (max-width: 767px) {
  .top_blog_img {
    width: 50%;
    height: 125px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_img {
    width: 40%;
    height: 200px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
  }
}
.top_blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 767px) {
  .top_blog_con {
    width: 100%;
    border-top: 1px dotted #C8C3BD;
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_con {
    width: 57%;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_blog_textarea {
    border-top: 2px dotted #C8C3BD;
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_textarea {
    padding: 0;
    margin: 0;
    border: none;
    padding-left: 15px;
    border-left: 1px dotted #C8C3BD;
    width: calc(100% - 125px);
  }
}

.top_blog_tit {
  color: #3F91A7;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.top_blog_txt {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.fixed_newscontent_251003 {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-top: 30px;
  object-fit: contain;
}

.top_schedule_h4::before {
  content: "運航案内";
}

.top_schedule_calendar {
  width: 90vw;
  max-width: 1280px;
  height: auto;
  margin: 0 auto clamp(60px, 10vw, 120px) auto;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top_schedule_calendar {
    height: 500px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_schedule_calendar {
    height: 600px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_schedule_calendar {
    height: 700px;
  }
}
.top_schedule_calendar iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.top_schedule_info {
  background-color: #D6F0F6;
  margin: 0 auto;
  width: 90vw;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 5vw;
}
@media print, screen and (min-width: 1001px) {
  .top_schedule_info {
    padding: 0px 25px;
  }
}

.top_schedule_info_tit {
  text-align: center;
  margin: 0 auto;
  transform: translate(0%, -50%);
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(25px, 5vw, 32px);
}

.top_schedule_info_list {
  width: 100%;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .top_schedule_info_list {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}

.top_schedule_info_item {
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .top_schedule_info_item {
    width: 49%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}

@media print, screen and (max-width: 767px) {
  .top_schedule_info_item:last-child {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_schedule_info_item:nth-child(2n) {
    margin-left: 2%;
  }
}

.top_schedule_info_txt {
  position: relative;
  line-height: 1em;
  padding-left: 15px;
}
@media print, screen and (max-width: 767px) {
  .top_schedule_info_txt {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_schedule_info_txt {
    border-right: 1px dotted #C8C3BD;
    padding-right: 15px;
  }
}
.top_schedule_info_txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #8FCDDB;
  border-radius: 9999px;
  margin: auto;
}

.top_schedule_info_link {
  line-height: 1em;
  text-decoration: underline;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_schedule_info_link {
    margin-left: 1em;
    line-height: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .top_schedule_info_link {
    padding-left: 15px;
  }
}
.top_schedule_info_link:hover {
  opacity: 0.7;
}

.top_about {
  padding-bottom: clamp(40px, 10vw, 100px);
}

.top_about_h4::before {
  content: "さくら渡船のご案内";
}

.top_about_h4_txt {
  display: flex;
  justify-content: center;
  margin: 0 auto clamp(30px, 10vw, 75px);
  max-width: 90vw;
}

.top_about_con {
  width: 90vw;
  max-width: 1920px;
  margin: 0 auto;
  margin: 0 auto clamp(60px, 10vw, 75px);
}
@media print, screen and (min-width: 1001px) {
  .top_about_con {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 767px) {
  .top_about_map {
    height: 300px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_map {
    height: 450px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_map {
    width: 45%;
    height: 500px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_about_map {
    width: calc(100% - 850px);
  }
}
.top_about_map iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 1001px) {
  .top_about_list {
    width: 50%;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_about_list {
    width: 800px;
  }
}

.top_about_item {
  margin-bottom: 40px;
}

.top_about_item_tit {
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  border-bottom: 1px dotted #C8C3BD;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: clamp(20px, 3vw, 28px);
}

.top_about_item_txt a {
  transition: 0.2s;
}
.top_about_item_txt a:hover {
  opacity: 0.7;
}

.top_about_item_googlemap {
  color: #3F91A7;
  text-decoration: underline;
  margin-top: 5px;
}
.top_about_item_googlemap i {
  margin-right: 5px;
}

.top_about_item_tel {
  color: #3F91A7;
  font-size: 1.5em;
  display: inline-block;
  font-family: "Lato", "Lato", sans-serif;
  font-weight: 600;
}

.top .footer {
  background-color: #EBF8FB;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact .common_second {
  padding-bottom: clamp(30px, 5vw, 75px);
}

.contact_toplist {
  background-color: #8FCDDB;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 200PX;
}

.contact_toplist_h2 {
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_h2 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_h2 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_h2 {
    margin-bottom: 75px;
  }
}

.contact_toplist_list {
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_list {
    width: 90vw;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_list {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_list {
    width: 90vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_list {
    width: 1025px;
  }
}

.contact_toplist_item {
  border: 3px solid #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_item {
    width: 100%;
    margin-bottom: 30PX;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_item {
    width: 49%;
    margin-bottom: 1.8vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_item {
    width: 49%;
    margin-bottom: 1.8vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_item {
    width: 500px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_toplist_item:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_toplist_item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_item:nth-child(2n) {
    margin-left: 25px;
  }
}

.contact_toplist_item:hover {
  opacity: 0.8;
}

.contact_toplist_itemh3 {
  background-color: #FFFFFF;
  color: #8FCDDB;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_itemh3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_itemh3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_itemh3 {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0;
  }
}
.contact_toplist_itemh3span {
  font-weight: lighter;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_itemh3span {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_itemh3span {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_itemh3span {
    font-size: 16px;
  }
}
.contact_toplist_itemtxt {
  text-align: center;
  color: #FFFFFF;
  padding: 15px 0;
}

/*メールフォーム*/
@media print, screen and (max-width: 767px) {
  .contact_form_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_h3 {
    margin-bottom: 75px;
  }
}

.contact_form_toptxt_area {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(30px, 7vw, 75px);
}

.contact_form_toptxt {
  color: #3D3D3D;
  font-weight: 500;
}
.contact_form_toptxt a {
  display: inline-block;
  color: #3F91A7;
  text-decoration: underline !important;
}

.contact_formlist {
  margin: 0 auto;
  margin-bottom: clamp(30px, 5vw, 50px);
  width: 90vw;
  max-width: 1280px;
}

@media print, screen and (max-width: 767px) {
  .contact_formitem {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem {
    border: 0px solid #8FCDDB;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.contact_formitem:last-child {
  margin-bottom: 0;
}

.contact_formtitle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background-color: #3F91A7;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1em;
  padding: 15px 0;
}
@media print, screen and (min-width: 1001px) {
  .contact_formtitle {
    width: 24%;
    height: 50px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formtitle {
    width: 290px;
  }
}

@media print, screen and (min-width: 1001px) {
  .contact_formbox {
    width: 75%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formbox {
    width: 975px;
  }
}
.contact_formbox .form-control {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #3F91A7;
  border-top: 0px;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 1001px) {
  .contact_formbox .form-control {
    border-top: 1px solid #3F91A7;
  }
}

.contact_formitem:last-child .form-control {
  height: auto;
  min-height: 200px;
  padding: 15px;
}

.contact_form_btns {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .contact_form_btns {
    justify-content: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_btns {
    justify-content: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_btns {
    margin-top: 0px;
    width: 75%;
    justify-content: start;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_btns {
    width: 975px;
  }
}
.contact_form_btns label {
  margin-right: 5px;
}

#mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_button {
  width: 90%;
  padding: 15px 5px;
  max-width: 200px;
  background-color: #3D3D3D;
  color: #FFFFFF;
  border: 1px solid #3D3D3D;
  border-radius: 999px;
  transition: 0.2s;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.contact_button:hover {
  background-color: #FFFFFF;
  color: #3D3D3D;
}

.contact .footer {
  background-color: #EBF8FB;
}

.contact__top {
  padding: 100px 0;
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.about_greeting {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .about_greeting {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (max-width: 767px) {
  .about_greeting_img {
    width: 100%;
    height: 60vw;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .about_greeting_img {
    width: 45%;
    height: 275px;
  }
}
@media print, screen and (min-width: 1001px) {
  .about_greeting_img {
    height: 275px;
    width: 400px;
  }
}
@media print, screen and (min-width: 1501px) {
  .about_greeting_img {
    width: 35%;
  }
}
.about_greeting_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .about_greeting_con {
    width: 50%;
  }
}
@media print, screen and (min-width: 1001px) {
  .about_greeting_con {
    width: calc(100% - 450px);
  }
}
@media print, screen and (min-width: 1501px) {
  .about_greeting_con {
    width: 60%;
  }
}

.about_greeting_txt {
  margin-bottom: clamp(30px, 7vw, 50px);
  line-height: 2em;
}
.about_greeting_name {
  font-size: clamp(20px, 4vw, 24px);
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}
@media print, screen and (max-width: 767px) {
  .about_greeting_name {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .about_greeting_name {
    text-align: right;
  }
}
.about_greeting_name_post {
  font-size: clamp(16px, 3vw, 18px);
}
.about .footer {
  background-color: #EBF8FB;
}

/*重要なお知らせ*/
.about_info_list {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}

.about_info_item {
  background-color: #F2F2F2;
  padding: 40px clamp(15px, 5vw, 60px);
  margin-bottom: clamp(15px, 3vw, 40px);
}
.about_info_item p:last-child {
  margin-bottom: 0;
}

.about_info_item_tit {
  color: #F285AE;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.about_info_item_txt {
  line-height: 1.8em;
  margin-bottom: 25px;
}

.about_info_item_txt_b {
  font-weight: bold;
}

.about_info_item_txt_space {
  display: block;
  margin-bottom: 1em;
}

.about_info_item_pic {
  width: 100%;
  max-width: 500px;
  margin-bottom: 25px;
}

/*営業のご案内*/
.about_our_list {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: clamp(30px, 10vw, 50px);
}

.about_our_item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #C8C3BD;
}
@media print, screen and (min-width: 1001px) {
  .about_our_item {
    display: flex;
    justify-content: space-between;
  }
}
.about_our_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.about_our_item_tit {
  color: #FFFFFF;
  background-color: #3F91A7;
  line-height: 1em;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 15px;
}
@media print, screen and (min-width: 1001px) {
  .about_our_item_tit {
    padding: 0 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.about_our_item_tit_pink {
  background-color: #F285AE;
}

.about_our_con {
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width: 1001px) {
  .about_our_con {
    width: calc(100% - 250px);
    max-width: 960px;
  }
}
.about_our_con p {
  margin-bottom: 50px;
}
.about_our_con p:last-child {
  margin-bottom: 0;
}

.about_our_con_txt {
  line-height: 1.7em;
}

.about_our_con_txt_in {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}
.about_our_con_txt_in:last-child {
  margin-bottom: 0;
}
.about_our_con_txt_in a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.2s;
}
.about_our_con_txt_in a:hover {
  opacity: 0.7;
}

.about_our_con_kome {
  width: 100%;
  display: flex;
}

.about_our_con_kometit {
  margin-right: 5px;
}

.about_our_con_txt_pink {
  color: #F285AE;
}

.about_our_item_googlemap {
  color: #3F91A7;
  text-decoration: underline;
  margin-top: 5px;
  display: inline;
  margin-left: 1em;
  transition: 0.2s;
}
.about_our_item_googlemap:hover {
  opacity: 0.7;
}
.about_our_item_googlemap i {
  margin-right: 5px;
}

.about_our_con_map {
  width: 100%;
  height: clamp(250px, 50vw, 500px);
}
.about_our_con_map iframe {
  width: 100%;
  height: 100%;
}

.about_our_con_img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.about_our_con_img img {
  width: 100%;
  height: auto;
}

.about_our_item_list {
  width: 100%;
  border: 1px solid #C8C3BD;
}
@media print, screen and (min-width: 1001px) {
  .about_our_item_list {
    max-width: 700px;
  }
}

.about_our_item_list_item {
  border-bottom: 1px solid #C8C3BD;
}
.about_our_item_list_item:last-child {
  border-bottom: none;
}
.about_our_item_list_item p {
  margin-bottom: 0;
}

.about_our_item_list_item_tit {
  background-color: #FEF9EF;
  border-bottom: 1px solid #C8C3BD;
  padding: 15px;
}

.about_our_item_list_item_txt {
  background-color: #FFFFFF;
  padding: 15px;
}

.about_our_con_txt_link {
  display: inline;
  text-decoration: underline;
  transition: 0.2s;
}
.about_our_con_txt_link:hover {
  opacity: 0.7;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.privacy_mainareacommon_top {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.privacy_mainareacommon_top .commonarea {
  margin-bottom: clamp(30px, 5vw, 50px);
}
.privacy_mainareacommon_top .privacy_h3 {
  margin-bottom: 15px;
  font-size: clamp(18px, 3vw, 20px);
}
.privacy_mainareacommon_top .privacy_txt a {
  display: inline;
  margin: 0 5px;
  color: #3F91A7;
  border-bottom: 1px solid #3F91A7;
}

.privacy_section:first-child {
  padding: 100px 0;
}

.privacy .footer {
  background-color: #EBF8FB;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.bloglist_toplist {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .bloglist_toplist {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .bloglist_toplist {
    justify-content: space-between;
    display: flex;
  }
}

.bloglist_topitem {
  background-color: #FFFFFF;
  border: 1px solid #3D3D3D;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .bloglist_topitem {
    margin-bottom: 15px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .bloglist_topitem {
    width: 49%;
  }
}
@media print, screen and (min-width: 768px) {
  .bloglist_topitem a {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .bloglist_topitem a {
    padding: 40px;
  }
}
.bloglist_topitem:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 767px) {
  .bloglist_topitem:last-child {
    margin-bottom: 0;
  }
}

.bloglist_topitem_tit {
  color: #3F91A7;
  margin-bottom: 15px;
  font-size: clamp(16px, 3vw, 18px);
}

.bloglist_five {
  margin: 0;
  padding-bottom: clamp(60px, 7vw, 100px);
}

.bloglist_news {
  padding-bottom: clamp(30px, 10vw, 50px);
}

.bloglist_fishing_h4::before {
  content: "最新の釣果報告";
}

.bloglist_news_h4::before {
  content: "最新のお知らせ";
}

.bloglist_five_list {
  width: 90vw;
  max-width: 980px;
  margin: 0 auto 60px auto;
}

.bloglist_five_item {
  border-bottom: 1px dotted #C8C3BD;
  transition: 0.2s;
}
.bloglist_five_item:hover {
  opacity: 0.7;
}
.bloglist_five_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1em;
  padding: 25px 15px;
}

.bloglist_five_item_day {
  width: 100%;
  font-family: "Lato", "Lato", sans-serif;
}
@media print, screen and (max-width: 767px) {
  .bloglist_five_item_day {
    margin-bottom: 10px;
    line-height: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .bloglist_five_item_day {
    display: inline-block;
    width: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .bloglist_five_item_day {
    display: inline-block;
    width: 150px;
  }
}

.bloglist_five_item_tit {
  width: calc(100% - 25px);
}
@media print, screen and (min-width: 768px) {
  .bloglist_five_item_tit br {
    display: none;
  }
}

.blog .footer {
  background-color: #EBF8FB;
}

/*ブログ個別ページ*/
.blog_fishing_h4::before {
  content: "釣果報告一覧";
}

.blog_news_h4::before {
  content: "お知らせ一覧";
}

.blog_top_btnarea {
  padding: clamp(60px, 10vw, 100px) 0 clamp(30px, 5vw, 50px) 0;
  margin: 0;
}

.blog_top_btns {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .blog_top_btns {
    display: flex;
    justify-content: center;
  }
}
.blog_top_btn {
  transition: 0.2s;
  padding: 15px 0;
}
@media print, screen and (max-width: 767px) {
  .blog_top_btn {
    width: 90vw;
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .blog_top_btn {
    width: 200px;
    margin-right: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .blog_top_btn {
    width: 280px;
    margin-right: 100px;
  }
}
.blog_top_btn a {
  font-size: clamp(16px, 3vw, 18px);
}
@media print, screen and (min-width: 768px) {
  .blog_top_btn:last-child {
    margin-right: 0;
  }
}

.blog_top_btn_now {
  background-color: #3F91A7;
  border: 1px solid #3F91A7;
  text-align: center;
  pointer-events: none;
}
.blog_top_btn_now a {
  color: #FFFFFF;
}

.blog_top_btn_list {
  background-color: #FFFFFF;
  border: 1px solid #3D3D3D;
  text-align: center;
  border-radius: 9999px;
}
.blog_top_btn_list a {
  color: #3F91A7;
}
.blog_top_btn_list:hover {
  background-color: #3F91A7;
  border: 1px solid #3F91A7;
}
.blog_top_btn_list:hover a {
  color: #FFFFFF;
}

.blog_top_btn_other {
  background-color: #FFFFFF;
  border: 1px solid #3D3D3D;
  text-align: center;
}
.blog_top_btn_other a {
  color: #3F91A7;
}
.blog_top_btn_other a i {
  margin-left: 1em;
}
.blog_top_btn_other:hover {
  background-color: #3F91A7;
  border: 1px solid #3F91A7;
}
.blog_top_btn_other:hover a {
  color: #FFFFFF;
}

.blog_main {
  margin: 0;
  padding-bottom: clamp(30px, 10vw, 50px);
}

.blog_fishing_list {
  margin: 0 auto clamp(30px, 7vw, 50px) auto;
  width: 90vw;
  max-width: 1280px;
}

.blog_fishing_item {
  background-color: #FFFFFF;
  margin-bottom: clamp(30px, 7vw, 50px);
}
@media print, screen and (max-width: 767px) {
  .blog_fishing_item {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item {
    padding: 60px 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .blog_fishing_item {
    padding: 60px;
  }
}
.blog_fishing_item:last-child {
  margin-bottom: 0;
}

.blog_fishing_item_top {
  padding-bottom: 15px;
  margin-bottom: clamp(25px, 4vw, 40px);
  border-bottom: 2px dotted #C8C3BD;
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item_top {
    display: flex;
    align-items: center;
  }
}

.blog_fishing_item_days {
  font-family: "Lato", "Lato", sans-serif;
  line-height: 1.4em;
}
@media print, screen and (max-width: 767px) {
  .blog_fishing_item_days {
    display: flex;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item_days {
    flex-direction: column;
    margin-right: clamp(15px, 3vw, 50px);
  }
}

.blog_fishing_item_year {
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .blog_fishing_item_year {
    font-weight: 600;
    font-style: italic;
  }
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item_year {
    width: 100%;
    display: inline-block;
  }
}

@media print, screen and (min-width: 768px) {
  .blog_fishing_item_yearpin {
    display: none;
  }
}

.blog_fishing_item_day {
  font-weight: 600;
  font-style: italic;
}
@media print, screen and (max-width: 767px) {
  .blog_fishing_item_day {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item_day {
    font-size: clamp(16px, 4vw, 24px);
    width: 100%;
    display: inline-block;
  }
}

.blog_fishing_item_tit {
  color: #3F91A7;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 4vw, 24px);
}

.blog_fishing_item_txt {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: clamp(25px, 4vw, 40px);
}

.blog_fishing_item_imgs {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item_imgs {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) {
  .blog_fishing_item_imgs {
    justify-content: flex-start;
  }
}

.blog_fishing_item_img {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .blog_fishing_item_img {
    width: 100%;
    height: 50vw;
  }
}
@media print, screen and (min-width: 768px) {
  .blog_fishing_item_img {
    width: 49%;
    height: 25vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .blog_fishing_item_img {
    width: calc(33.3333333333% - 10px);
    height: 20vw;
    max-height: 250px;
    margin-right: 10px;
  }
}
.blog_fishing_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media print, screen and (min-width: 1001px) {
  .blog_fishing_item_img:nth-child(3n) {
    margin-right: 0;
  }
}

.modal__content {
  z-index: 9998;
}

.modal__close {
  z-index: 9999;
}

/*モーダル*/
/* モーダルを開くボタン */
/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw !important;
  max-height: 90vh !important;
  object-fit: contain;
}

/*お知らせTOPナビ*/
.wp-pagenavi {
  margin: 40px auto 0 auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D3D3D;
}
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a {
  color: #3D3D3D;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #3D3D3D;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.wp-pagenavi span.current {
  border: none;
  background: #3D3D3D;
  color: #FFFFFF;
}

.wp-pagenavi a.page {
  background-color: #FFFFFF;
}

.wp-pagenavi a.page:hover {
  background: #3D3D3D;
  color: #FFFFFF;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}/*# sourceMappingURL=style.css.map */