@charset "UTF-8";
/*
Theme Name:大志丸
Description:伊根湾遊覧船 大志丸 | 京都・伊根町で絶景クルーズ体験
Version: 1.0
License:大志丸
License URI:https://www.daishimaru-imamura.com
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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,
sup,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #262626;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.8rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  z-index: 5;
  padding: 30px 30px 5px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 20px 3%;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right_above {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 25px;
}

.h_logo {
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h_logo {
    margin-top: 0px;
    width: 220px;
  }
}

.ml10 {
  margin-left: 10px;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#mv_top .top_catch {
  position: absolute;
  left: 5.2%;
  top: 275px;
  width: 45%;
  max-width: 653px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_title img {
    height: 46px;
    width: auto;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 140%;
    position: relative;
    left: -20%;
    transform: translateX(0%);
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px #74c6c8;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #74c6c8;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #e7f2f5;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #74c6c8;
  border: solid 1px #74c6c8;
  color: #fff;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #74c6c8;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #74c6c8;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #74c6c8;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #74c6c8;
  border-radius: 8px;
  background-color: #74c6c8;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 72px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #74c6c8;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e7f2f5;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 80px;
  z-index: 999;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    justify-content: center;
  }
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_address {
  line-height: 2.5;
}

.f_link {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.footer_sp {
  display: none;
}

.sitemap {
  display: flex;
  gap: 50px;
}
.sitemap li a, .sitemap dt {
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
.sitemap dd a {
  font-size: 1.8rem;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
  text-decoration: none;
  color: inherit;
  line-height: 2;
}

.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #74c6c8;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  margin-top: 20px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .copyright_block {
    padding: 10px;
  }
}

.map {
  width: 100%;
  position: relative;
  height: 450px;
  filter: saturate(60%);
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 90px;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #74c6c8;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_map::after {
    background-image: url(images/icon_map.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #74c6c8;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #74c6c8;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #74c6c8;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  #g_navi .menu {
    gap: 25px;
  }
}

#g_navi .menu > li {
  position: relative;
  margin: 0;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 10px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  #g_navi .menu li a {
    font-size: 1.7rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #74c6c8;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #74c6c8;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #74c6c8;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 10px auto 50px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #74c6c8;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #74c6c8;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 3%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.ttl1 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.top_ttl1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.6rem;
  }
}

.top_ttl2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding-left: 50px;
  background: url(images/deco1.png) left 0px center no-repeat;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.2rem;
    padding-left: 40px;
    background-size: 20px;
    margin-bottom: 30px;
  }
}

.top_ttl3 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 3.5rem;
  }
}

.headline {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.headline span {
  font-size: 3.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 2.8rem;
  }
}
.headline span::first-letter {
  color: #1ea3c2;
}

.ttl1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-left: 40px;
  background: url(images/deco1_1.png) left top 10px no-repeat;
  margin-bottom: 25px;
  border-bottom: 1px solid #0d3a44;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    padding-left: 25px;
    background: url(images/deco1_1.png) left top 6px no-repeat;
    background-size: 16px;
    padding-bottom: 10px;
  }
}

.ttl_blog {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #0d3a44;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ttl_blog {
    font-size: 1.6rem;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 250px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 220px;
    margin: 30px auto 0;
  }
}
.btn1 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid #74c6c8;
  box-sizing: border-box;
  background-color: #74c6c8;
  letter-spacing: 0.025em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn1 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1 a::before {
    width: 10px;
    height: 10px;
  }
}
.btn1 a:hover {
  background: transparent;
  color: #74c6c8;
}
.btn1 a:hover::before {
  border-top: 3px solid #74c6c8;
  border-right: 3px solid #74c6c8;
  right: 10px;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 830px;
  height: 100%;
  max-height: 215px;
  overflow-y: scroll;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .news_post {
    max-height: 240px;
  }
}

.news_post article {
  width: 100%;
  padding: 15px 0px 15px 35px;
  border-bottom: 1px dotted #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    padding: 10px 0px;
    display: block;
  }
}

.news_post article a h3 {
  color: #262626;
  font-size: 1.8rem;
  text-decoration: none;
  padding-bottom: 3px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 2;
}
.news_post article a h3::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #74c6c8;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news_post article a h3:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.news_post article .date {
  font-size: 2rem;
  color: #262626;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 900;
  margin-right: 40px;
  letter-spacing: 0em;
  line-height: 2;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    color: #aaa;
  }
}
.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
  background: url(images/top_sec1_bg.png) no-repeat center top;
  background-size: cover;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 3%;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
  }
}
.top_box01 p {
  line-height: 2;
}

.sec_mb {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 70px;
  }
}

.top_box02 p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_box02 p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.top_box02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin-bottom: 50px;
  }
}

.top_box02_content {
  padding-right: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    padding-right: 0%;
  }
}
.top_box02_content .fig1 {
  width: 50%;
  overflow: hidden;
  max-width: 845px;
}
@media screen and (max-width: 767px) {
  .top_box02_content .fig1 {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.top_box02_content .txt1 {
  background: url(images/top_letter.png) top -2px center no-repeat, rgba(212, 231, 236, 0.568627451);
  background-size: 96%;
  left: 0;
  padding: 80px 8% 40px 7.8125%;
}
@media screen and (max-width: 767px) {
  .top_box02_content .txt1 {
    padding: 30px 3%;
    position: relative;
    top: -10px;
  }
}

.txt1 {
  position: absolute;
  min-height: 580px;
  top: 25px;
  max-width: 1069px;
  width: 55.677%;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .txt1 {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .txt1 {
    position: sticky;
    width: 100%;
    min-height: revert;
  }
}
.txt1 p {
  letter-spacing: 0.05em;
  max-width: 750px;
}

.top_box03 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    margin-bottom: 70px;
  }
}
.top_box03 p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_box03 p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.top_box03_content {
  padding-left: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box03_content {
    padding-left: 0%;
  }
}
.top_box03_content .fig1 {
  width: 50%;
  overflow: hidden;
  max-width: 845px;
}
@media screen and (max-width: 767px) {
  .top_box03_content .fig1 {
    width: 95%;
    margin: 0 auto 0 0;
  }
}
.top_box03_content .txt1 {
  background: url(images/top_letter2.png) top -2px right 20px no-repeat, rgba(212, 231, 236, 0.568627451);
  background-size: 66%;
  right: 0;
  padding: 65px 9.375% 40px 9%;
}
@media screen and (max-width: 767px) {
  .top_box03_content .txt1 {
    padding: 30px 3%;
    position: relative;
    top: -10px;
  }
}

.topnews_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topnews_container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_box04_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.top_box04_content .btn1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_box04_content .btn1 {
    margin: 0;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04_content .btn1 a {
    padding: 10px;
  }
}

.top_box05 {
  display: flex;
  gap: 45px;
  max-width: 1440px;
  width: calc(100% - 20px);
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    flex-direction: column;
    gap: 10px;
    margin: 0 auto 70px;
  }
}

.top_bnr {
  position: relative;
  max-width: 450px;
  width: 31.25%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    width: 100%;
    margin: 0 auto;
  }
}
.top_bnr:hover {
  opacity: 0.8;
}
.top_bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.top_bnr h2 {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.top_bnr h2 span {
  font-size: 3.6rem;
  display: block;
  margin-bottom: 30px;
  line-height: 1;
}
.top_bnr img {
  width: 100%;
  height: auto;
}

.txt2 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec_mb2 {
  margin-bottom: 50px;
}

.tbl1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl1 tr {
    display: flex;
    flex-direction: column;
  }
}
.tbl1 th {
  width: 250px;
  background-color: #cceced;
  border: 1px solid #237eba;
  text-align: left;
  font-weight: 400;
  padding: 20px 70px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 100%;
    padding: 15px 20px;
    margin-top: -1px;
  }
}
.tbl1 td {
  border: 1px solid #237eba;
  padding: 20px 60px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    width: 100%;
    padding: 15px 20px;
    margin-top: -1px;
  }
}

.first_box01 p, .first_box02 p, .first_box03 p, .first_box04 p, .first_box05 li {
  line-height: 2;
}
.first_box01 p a, .first_box02 p a, .first_box03 p a, .first_box04 p a, .first_box05 li a {
  color: inherit;
  transition: 0.3s;
}
.first_box01 p a:hover, .first_box02 p a:hover, .first_box03 p a:hover, .first_box04 p a:hover, .first_box05 li a:hover {
  color: #1ea3c2;
}

.dd {
  line-height: 2;
}
.dd a {
  color: inherit;
  transition: 0.3s;
}
.dd a:hover {
  color: #1ea3c2;
}

.faq_box dl {
  width: 100%;
  background-color: rgba(163, 188, 195, 0.1019607843);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .faq_box dl {
    padding: 20px;
  }
}
.faq_box dt {
  border-bottom: 1px solid #0d3a44;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  padding: 0 0 10px 60px;
  background: url(images/q.png) top 10px left 10px no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq_box dt {
    font-size: 2rem;
    background: url(images/q.png) top 5px left 5px no-repeat;
    padding: 0 0 10px 40px;
    background-size: 18px;
  }
}
.faq_box dd {
  padding: 0 0 0px 60px;
  background: url(images/a.png) top 10px left 10px no-repeat;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .faq_box dd {
    padding: 0 0 10px 40px;
    background: url(images/a.png) top 5px left 5px no-repeat;
    background-size: 18px;
  }
}
.faq_box dd a {
  color: inherit;
  transition: 0.3s;
}
.faq_box dd a:hover {
  color: #1ea3c2;
}

.blog_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .blog_container {
    gap: 0 4%;
  }
}

.blog_content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .blog_content {
    width: 48%;
  }
}
.blog_content figure {
  width: 100%;
  aspect-ratio: 380/285;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog_content figure {
    margin-bottom: 5px;
  }
}
.blog_content figure a {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.blog_content .date {
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blog_content .date {
    font-size: 1.4rem;
  }
}

.blog_box .btn1 {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .blog_box .btn1 {
    width: 160px;
  }
  .blog_box .btn1 a {
    font-size: 1.2rem;
  }
}

.access_container {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .access_container {
    flex-direction: column;
    gap: 20px;
  }
}
.access_container dl {
  width: 300px;
  background-color: #e7f2f5;
  text-align: center;
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  .access_container dl {
    width: 100%;
  }
}
.access_container dt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .access_container dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.access_container dd {
  letter-spacing: 0.05em;
}

.map2 {
  width: 100%;
  position: relative;
  height: 400px;
  filter: saturate(60%);
}
@media screen and (max-width: 767px) {
  .map2 {
    height: 300px;
  }
}

.map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_box01 a {
  color: inherit;
  transition: 0.3s;
}
.contact_box01 a:hover {
  color: #1ea3c2;
}
.contact_box01 p {
  line-height: 2;
}

.contact_tel {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    width: 220px;
    margin: 30px auto;
  }
}

.pp {
  background-color: #e7f2f5;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px;
  }
}
.pp h2 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */