@charset "UTF-8";
/*
Theme Name:大島ミート
Description:群馬県の草津温泉湯畑近くにある、肉料理が自慢の大衆食堂「大島ミート」
Version: 1.0
License:大島ミート
License URI:https://www.oshima-meat.com
*/
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..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: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
  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.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
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: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

.w1460 {
  width: calc(100% - 20px);
  max-width: 1460px;
  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, .w1460 {
    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;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
  align-items: center !important;
  padding-right: 530px;
}
@media screen and (max-width: 1700px) {
  .header_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.h_insta {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: auto;
  aspect-ratio: 18/16;
  z-index: 9;
}
@media screen and (max-width: 1700px) {
  .h_insta {
    width: 140px;
  }
}
.h_insta a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CC4646;
}
@media screen and (max-width: 1700px) {
  .h_insta a img {
    width: 80px;
    height: auto;
  }
}
.h_insta a:hover {
  background-color: #2C3D5E;
}

.h_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 1;
  z-index: 9;
}
@media screen and (max-width: 1700px) {
  .h_logo {
    position: sticky;
    text-align: center;
    width: 220px;
    margin: 0 auto 20px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    margin: 0 auto;
    width: 160px;
  }
}

.h_tel_container {
  position: absolute;
  margin-left: 30px;
  top: 30px;
  right: 220px;
}
@media screen and (max-width: 1700px) {
  .h_tel_container {
    right: 170px;
  }
}
.h_tel_container::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ccc;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1700px) {
  .h_tel_container::after {
    display: none;
  }
}
.h_tel_container p {
  font-size: 1.3rem;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.h_tel_container p span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #5399B3;
  width: 106px;
  line-height: 1;
  padding: 4px;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .h_insta, .h_tel_container {
    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;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.top_catch {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0px 0px;
}
@media screen and (max-width: 767px) {
  .top_catch {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_catch img {
    height: 100%;
    width: auto;
  }
}

.scroll_down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .scroll_down {
    display: none;
  }
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 10px 90px;
  transition: 0.5s;
  margin: auto;
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #999;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
  transition: 0.5s;
}

.scroll_down a:hover {
  opacity: 0.5s;
}

.scroll_down a:hover::after {
  height: 0;
}

.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;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_title {
    align-items: center;
  }
  .page_title img {
    height: 70%;
    max-height: 130px;
    width: auto;
  }
}

.cate1 {
  padding: 80px 0 0 150px;
}
@media screen and (max-width: 767px) {
  .cate1 {
    padding: 0;
  }
}

.cate2 {
  padding: 80px 0 0 222px;
}
@media screen and (max-width: 767px) {
  .cate2 {
    padding: 0;
  }
}

.cate3 {
  padding: 80px 0 0 180px;
}
@media screen and (max-width: 767px) {
  .cate3 {
    padding: 0;
  }
}

.cate4 {
  padding: 80px 0 0 236px;
}
@media screen and (max-width: 767px) {
  .cate4 {
    padding: 0;
  }
}

.cate5 {
  padding: 80px 0 0 208px;
}
@media screen and (max-width: 767px) {
  .cate5 {
    padding: 0;
  }
}

.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: 110%;
    position: relative;
    left: -5%;
    transform: translateX(0);
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 170%;
    left: -35%;
  }
  .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: 0 auto;
  }
  .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;
  }
}
/****************************************

content 共通設定

*****************************************/
#page_main {
  background: url(images/page_bg.png) no-repeat top center, #F1F2F5;
  background-size: 100%;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_main {
    background-size: auto;
  }
}

.page_deco {
  position: relative;
}
.page_deco::before {
  display: block;
  content: "";
  position: absolute;
  width: 219px;
  height: 90px;
  background: url(images/deco1.png) no-repeat top center;
  top: 70px;
  left: 3.125%;
}
@media screen and (max-width: 767px) {
  .page_deco::before {
    display: none;
  }
}
.page_deco::after {
  display: block;
  content: "";
  position: absolute;
  width: 252px;
  height: 161px;
  background: url(images/top_deco1.png) no-repeat top center;
  top: 50px;
  right: 8.85%;
  transition: 0.3s;
}
@media screen and (max-width: 1700px) {
  .page_deco::after {
    right: 0.85%;
  }
}
@media screen and (max-width: 767px) {
  .page_deco::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_deco {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 100px 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;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
}

.single_text {
  width: 100%;
}
.single_text p, .single_text pre {
  line-height: 1.8;
}

.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 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #2C3D5E;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #5399B3;
  color: #fff;
}

.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: #2C3D5E;
  border: solid 1px #2C3D5E;
  color: white;
}

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

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

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

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2C3D5E;
  -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: 0px;
  }
  #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: #CC4646;
  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 #5399B3;
  border-radius: 8px;
  background-color: #5399B3;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #5399B3;
  -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 {
  background-color: #F1F2F5;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .aside {
    padding-bottom: 60px;
  }
}
.aside .w1200 {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .aside .w1200 {
    padding-right: 3%;
  }
}

.aside_content {
  max-width: 575px;
  width: calc((100% - 35px) / 2);
  height: auto;
  aspect-ratio: 575/340;
  background: url(images/aside_bg1.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .aside_content {
    width: 100%;
    margin-bottom: 40px;
    aspect-ratio: revert;
    padding: 30px;
    max-width: revert;
  }
}
.aside_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9;
}
.aside_content:hover {
  opacity: 0.8;
}
.aside_content::after {
  position: absolute;
  content: "";
  background: url(images/asidevalues_img.png) right no-repeat;
  background-size: contain;
  max-width: 249px;
  width: 43.3%;
  height: 187px;
  right: -27px;
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .aside_content::after {
    right: -2%;
    width: 150px;
  }
}

.aside_content2 {
  max-width: 575px;
  width: calc((100% - 35px) / 2);
  height: auto;
  aspect-ratio: 575/340;
  background: url(images/aside_bg2.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .aside_content2 {
    width: 100%;
    aspect-ratio: revert;
    padding: 30px;
    max-width: revert;
  }
}
.aside_content2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9;
}
.aside_content2:hover {
  opacity: 0.8;
}
.aside_content2::after {
  position: absolute;
  content: "";
  background: url(images/asidemenu_img.png) right no-repeat;
  background-size: contain;
  max-width: 267px;
  width: 46.43%;
  height: 186px;
  right: -20px;
  bottom: -60px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .aside_content2::after {
    right: -2%;
    width: 170px;
  }
}

.aside_txt {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8901960784);
  width: 74.26%;
  padding: 50px 20px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aside_txt {
    aspect-ratio: revert;
    width: 100%;
    padding: 40px 30px 50px;
  }
}
.aside_txt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid #AAB0BD;
}
.aside_txt p {
  font-size: 1.45rem;
  margin-top: 20px;
  z-index: 6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aside_txt p {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .aside_txt h3 img {
    height: 45px;
    width: auto;
  }
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2C3D5E;
}

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

.footer_container {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding: 40px 3%;
  }
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_address {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.footer_sp {
  display: none;
}

.sitemap {
  margin: 30px 0 60px;
}
.sitemap > div {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 10px;
}

.sitemap a {
  font-size: 1.4rem;
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.sitemap a:hover {
  opacity: 1;
}

/* サイトマップホバー時のアンダーライン */
.sitemap ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2C3D5E;
  -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 ul li 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;
  background-color: #fff;
  padding: 20px 0;
}

.copyright {
  font-size: 1.4rem;
}

.map {
  width: 100%;
  position: relative;
  filter: grayscale(100%);
  height: 400px;
}
@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: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .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: 25%;
    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: #2C3D5E;
  }
  .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_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 24px;
    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_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.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: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #2C3D5E;
    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: #2C3D5E;
    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: #5399B3;
  }
  #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: #2C3D5E;
  }
  #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用 横ナビ

*****************************************/
#g_navi {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1700px) {
  #g_navi {
    justify-content: center;
  }
}

#g_navi .menu {
  width: auto;
  margin: 10px 0px 10px auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  #g_navi .menu {
    margin: 10px auto;
  }
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

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

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 240px;
  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: #2C3D5E;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #2C3D5E;
  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 screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
@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: 2px;
    background-color: #2C3D5E;
    -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 {
  padding: 10px 0;
}

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

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

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2C3D5E;
  -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: 10px 3% 20px;
  }
  .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;
}

.top_attr_ttl {
  font-size: 1.8rem;
  color: #2C3D5E;
  font-size: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(50, 45, 37, 0.4431372549);
}
@media screen and (max-width: 767px) {
  .top_attr_ttl {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}

.headline {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .headline img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
  }
}

.ttl01 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #2C3D5E;
  padding-bottom: 10px;
  border-bottom: solid 1px #2C3D5E;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.ttl01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2C3D5E;
  bottom: -5px;
  left: 0;
}

.ttl01_1 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #2C3D5E;
  padding-bottom: 10px;
  border-bottom: solid 1px #2C3D5E;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl01_1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.ttl01_1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2C3D5E;
  bottom: -5px;
  left: 0;
}

.ttl02 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #2C3D5E;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.8rem;
  }
}
.ttl02 .manucate {
  font-size: 1.6rem;
  color: #fff;
  background-color: #3A5767;
  min-width: 200px;
  text-align: center;
  padding: 8px 20px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ttl02 .manucate {
    display: block;
    font-size: 1.3rem;
    min-width: revert;
    max-width: 180px;
    padding: 5px;
    margin-bottom: 5px;
  }
}

.ttl03 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 400;
  color: #2C3D5E;
  padding-bottom: 10px;
  border-bottom: solid 1px #2C3D5E;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.ttl03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2C3D5E;
  bottom: -5px;
  left: 0;
}

.ppttl {
  text-align: center;
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

.list_ttl1 {
  text-align: center;
  color: #2C3D5E;
  font-size: 2.2rem;
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_ttl1 {
    font-size: 1.8rem;
  }
}
.list_ttl1 span {
  font-weight: 600;
}

.list_ttl2 {
  text-align: center;
  color: #2D5F58;
  font-size: 2.2rem;
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_ttl2 {
    font-size: 1.8rem;
  }
}
.list_ttl2 span {
  font-weight: 600;
}

.list_ttl3 {
  text-align: center;
  color: #713461;
  font-size: 2.2rem;
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_ttl3 {
    font-size: 1.8rem;
  }
}
.list_ttl3 span {
  font-weight: 600;
}

.ttl04 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  font-weight: 400;
  font-size: 2.2rem;
  padding: 4px 20px;
  border-left: 5px solid #549AB4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.6rem;
  }
}

.ttl05 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl05 {
    font-size: 1.8rem;
  }
}
.ttl05 span {
  color: #CC4646;
}

.ttl06 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  font-size: 2.6rem;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: solid 1px #2C3D5E;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 1.7rem;
  }
}
.ttl06 span {
  color: #5399B3;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ttl06 span {
    font-size: 1.4rem;
  }
}
.ttl06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2C3D5E;
  bottom: -5px;
  left: 0;
}

.charm01 {
  padding: 0 0 20px 120px;
  background: url(images/charm01.png) no-repeat left top;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .charm01 {
    padding: 0 0 20px 70px;
    background-size: 60px;
    margin-bottom: 0px;
  }
}

.charm02 {
  padding: 0 0 20px 120px;
  background: url(images/charm02.png) no-repeat left top;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .charm02 {
    padding: 0 0 20px 70px;
    background-size: 60px;
    margin-bottom: 0px;
  }
}

.charm03 {
  padding: 0 0 20px 120px;
  background: url(images/charm03.png) no-repeat left top;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .charm03 {
    padding: 0 0 20px 70px;
    background-size: 60px;
    margin-bottom: 0px;
  }
}

.charm04 {
  padding: 0 0 20px 120px;
  background: url(images/charm04.png) no-repeat left top;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .charm04 {
    padding: 0 0 20px 70px;
    background-size: 60px;
    margin-bottom: 0px;
  }
}

.ttl07 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.ttl07 span {
  font-weight: 600;
}

.ttl08 {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  text-align: center;
  font-size: 2.6rem;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2C3D5E;
  font-weight: 400;
  position: relative;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .ttl08 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.ttl08::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2C3D5E;
  bottom: -5px;
  left: 0;
}

/* ボタン */
.btn a {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.04), 0 5px 6.1px rgba(0, 0, 0, 0.04), 0 10px 8px rgba(0, 0, 0, 0.04), 0 8px 5px rgba(0, 0, 0, 0.04), 0 0px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 65%;
    max-width: 280px;
  }
}

.pagebtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pagebtn {
    width: 65%;
    max-width: 280px;
  }
}
.pagebtn a {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.04), 0 5px 6.1px rgba(0, 0, 0, 0.04), 0 10px 8px rgba(0, 0, 0, 0.04), 0 8px 5px rgba(0, 0, 0, 0.04), 0 0px 8px rgba(0, 0, 0, 0.04);
}

.pagebtn2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pagebtn2 {
    width: 65%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.pagebtn2 a {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.04), 0 5px 6.1px rgba(0, 0, 0, 0.04), 0 10px 8px rgba(0, 0, 0, 0.04), 0 8px 5px rgba(0, 0, 0, 0.04), 0 0px 8px rgba(0, 0, 0, 0.04);
}

.blog_btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .blog_btn {
    width: 65%;
    max-width: 280px;
    margin: 20px auto 0;
  }
}

.pagebtn3 {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagebtn3 {
    width: 65%;
    max-width: 280px;
    margin: 20px auto 0;
  }
}
.pagebtn3 a {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.04), 0 5px 6.1px rgba(0, 0, 0, 0.04), 0 10px 8px rgba(0, 0, 0, 0.04), 0 8px 5px rgba(0, 0, 0, 0.04), 0 0px 8px rgba(0, 0, 0, 0.04);
}

.btn_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 2%;
  }
  .btn_container a {
    width: 49%;
  }
}

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

news トップ用

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

.news_post {
  width: 100%;
  height: 100%;
  max-height: 270px;
  overflow-y: scroll;
  padding-right: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news_post {
    padding-right: 0;
  }
}

.news_post article a {
  width: 100%;
  padding: 28px 60px 28px 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.news_post article a::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #CC4646;
  width: 150px;
  height: 1px;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .news_post article a::after {
    width: 100px;
  }
}

.news_post article a:hover {
  background: rgba(214, 239, 248, 0.5137254902);
}

.news_post article a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 4px;
  background: url(images/arrow.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news_post article a:hover::before {
  right: 10px;
}

.news_post article a h3 {
  color: #2C3D5E;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1.3;
}

.news_post article .date {
  font-size: 1.4rem;
  color: #969EAD;
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-right: 40px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.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 {
    padding: 20px 60px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    color: #aaa;
  }
}
.overview_tbl {
  width: 100%;
}

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

.overview_tbl th {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  padding: 15px 20px;
  background-color: #EEE;
  width: 380px;
  border: 1px solid #2C3D5E;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    padding: 10px;
    width: 100%;
    margin-top: -1px;
  }
}

.overview_tbl td {
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  padding: 15px 20px;
  border: 1px solid #2C3D5E;
}
.overview_tbl td a {
  color: inherit;
  transition: 0.3s;
}
.overview_tbl td a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    padding: 10px 15px;
    width: 100%;
    line-height: 1.8;
    margin-top: -1px;
  }
}

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

contentトップ用

*****************************************/
.top_box01_container {
  max-width: 1520px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-left: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box01_container {
    padding-left: 0;
  }
}

.v_letter {
  max-width: 144px;
  width: 9.47%;
}
@media screen and (max-width: 767px) {
  .v_letter {
    display: none;
  }
}
.v_letter img {
  width: 100%;
  height: auto;
}

.txt1 {
  max-width: 530px;
  width: 35%;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt1 {
    max-width: 100%;
    width: 100%;
  }
}
.txt1 > div {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .txt1 > div {
    margin-top: 40px;
  }
}
.txt1 p > a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.txt1 p > a:hover {
  color: #5399B3;
}
.txt1 p > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -3px;
  right: 0;
  background-color: #333;
  transition: 0.3s;
}
.txt1 p > a:hover::after {
  width: 0;
  background-color: #5399B3;
}

.fig1 {
  max-width: 680px;
  width: 44.7%;
}
@media screen and (max-width: 767px) {
  .fig1 {
    display: none;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

.top_box01 {
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding-bottom: 60px;
  }
}
.top_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 240px;
  background: url(images/top1_bg.jpg);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sp_top_fig {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_top_fig {
    display: revert;
    padding: 30px 3% 0;
  }
}

.sp_top_fig_flex {
  display: flex;
  justify-content: space-between;
}

.v_letter_1 {
  width: 18%;
}

.fig1_1 {
  width: 78%;
}

.top_box02 {
  background: url(images/top1_bg.jpg);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding-bottom: 80px;
  }
}
.top_box02 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 img {
    max-width: 434px;
    width: 90%;
  }
}

.top_box02_content {
  max-width: 710px;
  width: 48.63%;
  height: auto;
  aspect-ratio: 71/42;
  background: url(images/toprelocating_bg.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 1.9px 8px rgba(0, 0, 0, 0.09), 0 5px 10px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.09), 0 8px 10px rgba(0, 0, 0, 0.09), 0 0px 10px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    width: 100%;
    margin-bottom: 40px;
    aspect-ratio: revert;
    padding: 30px;
  }
}
.top_box02_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9;
}
.top_box02_content:hover {
  opacity: 0.8;
}
.top_box02_content::after {
  position: absolute;
  content: "";
  background: url(images/toprelocationg_img.png) right bottom no-repeat;
  background-size: contain;
  max-width: 328px;
  width: 46.19%;
  height: 172px;
  right: -20px;
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .top_box02_content::after {
    right: -2%;
    width: 190px;
    bottom: -20px;
  }
}

.top_box02_content2 {
  max-width: 710px;
  width: 48.63%;
  height: auto;
  aspect-ratio: 71/42;
  background: url(images/topcontact_bg.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 1.9px 8px rgba(0, 0, 0, 0.09), 0 5px 10px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.09), 0 8px 10px rgba(0, 0, 0, 0.09), 0 0px 10px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .top_box02_content2 {
    width: 100%;
    aspect-ratio: revert;
    padding: 30px;
  }
}
.top_box02_content2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9;
}
.top_box02_content2:hover {
  opacity: 0.8;
}
.top_box02_content2::after {
  position: absolute;
  content: "";
  background: url(images/topcontact_img.png) right bottom no-repeat;
  background-size: contain;
  max-width: 278px;
  width: 39.15%;
  height: 209px;
  right: -20px;
  bottom: -70px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_box02_content2::after {
    right: -2%;
    width: 160px;
    bottom: -30px;
  }
}

.top_box02_txt {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8901960784);
  width: 74.6%;
  aspect-ratio: 53/29;
  padding: 70px 30px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02_txt {
    aspect-ratio: revert;
    width: 100%;
    padding: 40px 30px 50px;
  }
}
.top_box02_txt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid #AAB0BD;
}
.top_box02_txt p {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  margin-top: 20px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .top_box02_txt p {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_box02_txt h3 img {
    height: 45px;
    width: auto;
  }
}

.top_box02_content h3 img {
  width: 100%;
  max-width: 369px;
  height: auto;
}

.top_box03_ttl {
  padding: 60px 0 50px;
  background-color: #2C3D5E;
}
@media screen and (max-width: 767px) {
  .top_box03_ttl {
    padding: 30px 10%;
  }
}
.top_box03_ttl img {
  max-width: 550px;
}

.top_box03_bg {
  background: url(images/bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 45px 0 95px;
}
@media screen and (max-width: 767px) {
  .top_box03_bg {
    padding: 30px 0 60px;
  }
}
.top_box03_bg figure {
  margin-bottom: 30px;
}
.top_box03_bg p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_box03_bg p {
    text-align: left;
  }
}
.top_box03_bg div.w1460 {
  position: relative;
}
.top_box03_bg div.w1460::after {
  position: absolute;
  content: "";
  background: url(images/kasumi_r.png);
  width: 248px;
  height: 136px;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .top_box03_bg div.w1460::after {
    display: none;
  }
}
.top_box03_bg div.w1460::before {
  position: absolute;
  content: "";
  background: url(images/kasumi_l.png);
  width: 229px;
  height: 117px;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .top_box03_bg div.w1460::before {
    display: none;
  }
}

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

.tel_container {
  margin-top: 40px;
  text-align: center;
}
.tel_container .tel_content {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .tel_container .tel_content img {
    max-width: 370px;
    width: 85%;
  }
}
.tel_container p {
  font-size: 1.5rem;
  margin-top: 10px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2px #183641;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tel_container p {
    font-size: 1.3rem;
  }
}
.tel_container p span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2C3D5E;
  background-color: #fff;
  width: 112px;
  line-height: 1;
  padding: 4.5px;
  border-radius: 3px;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 0.1em;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .tel_container p span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    width: 100px;
  }
}

.top_box04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-bottom: 80px;
  }
}
.top_box04 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 img {
    max-width: 411px;
    width: 80%;
  }
}

.attraction_gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  gap: 2.2933333333%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .attraction_gallery {
    gap: 30px 2%;
  }
}
.attraction_gallery article {
  max-width: 340px;
  width: 23.28%;
}
@media screen and (max-width: 767px) {
  .attraction_gallery article {
    width: 49%;
  }
}
.attraction_gallery article figure {
  width: 100%;
  aspect-ratio: 340/266;
  height: auto;
  position: relative;
  transition: 0.3s;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .attraction_gallery article figure {
    margin-bottom: 10px;
  }
}
.attraction_gallery article figure:hover {
  opacity: 0.8;
}
.attraction_gallery article figure::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #2C3D5E;
  top: 0;
  left: 0;
  z-index: 5;
}
.attraction_gallery article figure a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.attraction_gallery article figure .category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #CC4646;
  color: #fff;
  font-size: 1.3rem;
  width: 100px;
  text-align: center;
  padding: 5.5px;
}
@media screen and (max-width: 767px) {
  .attraction_gallery article figure .category {
    width: 45%;
    max-width: 100%;
    font-size: 1.2rem;
    padding: 3px 1px;
  }
}

.top_box01_1::after {
  height: 230px;
}
.top_box01_1 .txt1 {
  position: relative;
}
.top_box01_1 .txt1::after {
  position: absolute;
  content: "";
  background: url(images/top_deco1.png) bottom left no-repeat;
  max-width: 252px;
  width: 45%;
  height: 161px;
  right: -80px;
  bottom: -60px;
  background-size: contain;
}
@media screen and (max-width: 1700px) {
  .top_box01_1 .txt1::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .top_box01_1 .txt1::after {
    right: -1%;
    width: 30%;
  }
}

.top_box02_content3 {
  max-width: 710px;
  width: 48.63%;
  height: auto;
  aspect-ratio: 71/42;
  background: url(images/aside_bg1.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 1.9px 8px rgba(0, 0, 0, 0.09), 0 5px 10px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.09), 0 8px 10px rgba(0, 0, 0, 0.09), 0 0px 10px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .top_box02_content3 {
    width: 100%;
    margin-bottom: 40px;
    aspect-ratio: revert;
    padding: 30px;
  }
}
.top_box02_content3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9;
}
.top_box02_content3:hover {
  opacity: 0.8;
}
.top_box02_content3::after {
  position: absolute;
  content: "";
  background: url(images/topvalues_img.png) right bottom no-repeat;
  background-size: contain;
  max-width: 329px;
  width: 46.33%;
  height: 230px;
  right: -27px;
  bottom: -70px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_box02_content3::after {
    right: -2%;
    width: 170px;
    bottom: -20px;
  }
}

.top_box02_content4 {
  max-width: 710px;
  width: 48.63%;
  height: auto;
  aspect-ratio: 71/42;
  background: url(images/aside_bg2.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 1.9px 8px rgba(0, 0, 0, 0.09), 0 5px 10px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.09), 0 8px 10px rgba(0, 0, 0, 0.09), 0 0px 10px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .top_box02_content4 {
    width: 100%;
    aspect-ratio: revert;
    padding: 30px;
  }
}
.top_box02_content4 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9;
}
.top_box02_content4:hover {
  opacity: 0.8;
}
.top_box02_content4::after {
  position: absolute;
  content: "";
  background: url(images/topmenu_img.png) right bottom no-repeat;
  background-size: contain;
  max-width: 307px;
  width: 43.23%;
  height: 230px;
  right: -27px;
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .top_box02_content4::after {
    right: -2%;
    width: 180px;
    bottom: -20px;
  }
}

.top_box02_1 {
  margin-bottom: 100px;
}

.top_box05 {
  padding-bottom: 80px;
  margin-bottom: 115px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
}
.top_box05 .flex {
  justify-content: left;
}
.top_box05::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1690px;
  height: 600px;
  background: url(images/top1_bg.jpg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box05::after {
    height: 90%;
  }
}

.txt2 {
  max-width: 590px;
  width: 45%;
  margin: 160px 0 0 4.166%;
  position: relative;
}
.txt2::after {
  display: block;
  content: "";
  background: url(images/top_deco2.png) no-repeat bottom;
  position: absolute;
  width: 228px;
  height: 197px;
  bottom: -90px;
  right: -45px;
  transition: 0.3s;
}
@media screen and (max-width: 1520px) {
  .txt2::after {
    max-width: 228px;
    width: 38.6%;
    background-size: contain;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .txt2::after {
    width: 30%;
    height: 150px;
    background-size: contain;
    right: -2%;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .txt2 {
    margin: 20px 3% 0;
    width: 94%;
    max-width: revert;
  }
}
.txt2 p {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .txt2 p {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .txt2 h2 img {
    width: 80%;
    max-width: 525px;
  }
}

.fig2 {
  max-width: 1020px;
  width: 53.125%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 90%;
  }
}
.fig2 img {
  position: relative;
  width: 1020px;
  transform: translateX(-100%);
  left: 100%;
}
@media screen and (max-width: 767px) {
  .fig2 img {
    width: 100%;
  }
}

.news_content {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.news_content h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news_content h2 {
    margin-bottom: 40px;
  }
  .news_content h2 img {
    max-width: 146px;
    width: 35%;
  }
}

.top_box06 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    margin-bottom: 80px;
    padding: 0 3%;
  }
}

.red_bold {
  font-weight: 600;
  color: #CC4646;
}

.txt3 {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    max-width: revert;
  }
}

@media screen and (max-width: 767px) {
  .concept_box01_pc {
    display: none;
  }
}

.concept_box01_img1 {
  max-width: 416px;
  width: 75%;
}

.concept_box01_img2 {
  max-width: 137px;
  width: 20%;
}

.concept_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .concept_box01 {
    margin-bottom: 60px;
  }
}
.concept_box01 .sp_top_fig {
  padding: 0;
  margin-bottom: 20px;
}

.concept_box02_container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc((100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .concept_box02_container {
    gap: 10px 2%;
  }
}
@media screen and (max-width: 767px) {
  .concept_box02_container figure {
    width: 49%;
  }
}

.youtube {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .youtube {
    margin-top: 20px;
  }
}
.youtube iframe {
  width: 900px;
  aspect-ratio: 900/450;
  height: auto;
}
@media screen and (max-width: 767px) {
  .youtube iframe {
    width: 100%;
  }
}

.sec_mb {
  margin-bottom: 60px;
}

.price {
  color: #CC4646;
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #2C3D5E;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .price {
    font-size: 2.5rem;
  }
}
.price span {
  font-size: 1.4rem;
}

.txt4 {
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    margin-left: 0;
  }
}

.menu_container article {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menu_container article {
    margin-bottom: 40px;
  }
}

.menu_box04_box {
  background: url(images/fire.png) no-repeat center right 15px, #CCC09D;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .menu_box04_box {
    padding: 30px 20px 90px;
    background: url(images/fire.png) no-repeat bottom 10px right 3%, #CCC09D;
    background-size: 70px;
  }
}
.menu_box04_box p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fig4 {
    margin-bottom: 15px;
  }
}

.txt5 {
  width: 100%;
  max-width: 790px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .txt5 {
    margin: 0 0 20px 0;
  }
}
.txt5 p {
  letter-spacing: 0.06em;
}

.txt5_1 {
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .txt5_1 {
    margin: 0 0 20px 0;
  }
}
.txt5_1 p {
  letter-spacing: 0.06em;
}

.marker span {
  color: #2C3D5E;
  font-weight: 600;
  background: linear-gradient(transparent 55%, rgba(243, 227, 126, 0.7882352941) 0%);
  display: inline;
  padding: 0 1px 3px;
}

.check_list_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .check_list_container {
    flex-direction: column;
    gap: 20px;
  }
}

.check_list1 {
  background-color: rgba(84, 154, 180, 0.1764705882);
  padding: 50px 30px 44px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .check_list1 {
    width: 100%;
    padding: 30px 20px;
  }
}
.check_list1 li {
  font-size: 1.6rem;
  padding: 0 0 10px 40px;
  background: url(images/check_b.png) no-repeat left top, url(images/dash.png) repeat-x bottom left;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .check_list1 li {
    font-size: 1.4rem;
    background: url(images/check_b.png) no-repeat left top 2px, url(images/dash.png) repeat-x bottom left;
    background-size: 22px, auto;
    padding: 0 0 10px 30px;
  }
}

.check_list2 {
  background-color: rgba(83, 179, 120, 0.1725490196);
  padding: 50px 30px 44px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .check_list2 {
    width: 100%;
    padding: 30px 20px;
  }
}
.check_list2 li {
  font-size: 1.6rem;
  padding: 0 0 10px 40px;
  background: url(images/check_g.png) no-repeat left top, url(images/dash.png) repeat-x bottom left;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .check_list2 li {
    font-size: 1.4rem;
    background: url(images/check_g.png) no-repeat left top 2px, url(images/dash.png) repeat-x bottom left;
    background-size: 22px, auto;
    padding: 0 0 10px 30px;
  }
}

.check_list3 {
  background-color: rgba(179, 83, 105, 0.1725490196);
  padding: 50px 30px 44px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .check_list3 {
    width: 100%;
    padding: 30px 20px;
  }
}
.check_list3 li {
  font-size: 1.6rem;
  padding: 0 0 10px 40px;
  background: url(images/check_p.png) no-repeat left top, url(images/dash.png) repeat-x bottom left;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .check_list3 li {
    font-size: 1.4rem;
    background: url(images/check_p.png) no-repeat left top 2px, url(images/dash.png) repeat-x bottom left;
    background-size: 22px, auto;
    padding: 0 0 10px 30px;
  }
}

.example {
  margin-bottom: 50px;
}

.attraction_container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px calc((100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .attraction_container {
    gap: 40px;
  }
}
.attraction_container article {
  width: 380px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attraction_container article {
    width: 100%;
  }
}
.attraction_container article figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 380/280;
  transition: 0.3s;
  margin-bottom: 10px;
  overflow: hidden;
}
.attraction_container article figure:hover {
  opacity: 0.8;
}
.attraction_container article figure a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.attraction_container article figure .category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #CC4646;
  color: #fff;
  font-size: 1.5rem;
  width: 120px;
  text-align: center;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .attraction_container article figure .category {
    max-width: 120px;
    font-size: 1.4rem;
    padding: 3px 1px;
  }
}

.contact_box01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_box01 {
    text-align: left;
  }
}
.contact_box01 .pagebtn2 {
  margin-top: 0px;
}

.contact_box {
  background-color: #CCC09D;
  padding: 30px;
}
.contact_box p {
  color: #fff;
}

.c_tel_container {
  text-align: center;
}
.c_tel_container p {
  font-size: 1.3rem;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.c_tel_container p span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #5399B3;
  width: 106px;
  line-height: 1;
  padding: 4px;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.c_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c_link {
    flex-direction: column;
    gap: 40px;
  }
}

.blog_container figure {
  width: 380px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .blog_container figure {
    width: 100%;
    height: 100%;
    aspect-ratio: 380/280;
    margin: 0 auto 15px;
  }
}
.blog_container figure a {
  width: 380px;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog_container figure a {
    width: 100%;
  }
}
.blog_container figure a img {
  width: 100%;
}
.blog_container article {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blog_container article {
    margin-bottom: 40px;
  }
}

.map2 {
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map2 {
    height: 300px;
  }
}
.map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_blue {
  background-color: rgba(84, 154, 180, 0.1843137255);
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .box_blue {
    padding: 30px 20px;
  }
}

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

.charm_list dt {
  font-weight: 600;
  color: #2C3D5E;
}

.sec_mb3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_mb3 {
    margin-bottom: 20px;
  }
}

.residence_box02_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .residence_box02_container {
    flex-direction: column;
    gap: 60px;
  }
}

.residence_box02_content {
  background-color: rgba(84, 154, 180, 0.1843137255);
  padding: 50px 40px 40px;
  width: 580px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .residence_box02_content {
    width: 100%;
    padding: 40px 20px;
  }
}
.residence_box02_content figure {
  margin-bottom: 20px;
}

.residence_box02_content2 {
  background-color: rgba(84, 154, 180, 0.1843137255);
  padding: 50px 40px 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .residence_box02_content2 {
    padding: 40px 20px;
  }
}
.residence_box02_content2 figure {
  margin-bottom: 20px;
}

.num01::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(images/num01.png) no-repeat center top;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .num01::after {
    width: 50px;
    height: 50px;
    background-size: contain;
    top: -25px;
  }
}

.num02::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(images/num02.png) no-repeat center top;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .num02::after {
    width: 50px;
    height: 50px;
    background-size: contain;
    top: -25px;
  }
}

.num03::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(images/num03.png) no-repeat center top;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .num03::after {
    width: 50px;
    height: 50px;
    background-size: contain;
    top: -25px;
  }
}

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

.residence_list dt {
  font-weight: 600;
  color: #2C3D5E;
}
.residence_list dd {
  padding: 10px 0 10px 25px;
  position: relative;
}
.residence_list dd::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #2C3D5E;
  top: 20px;
  left: 0;
}
.residence_list dd span {
  display: block;
  color: #333;
  font-weight: 600;
}
.residence_list dd a {
  color: #333;
}
.residence_list dd a:hover {
  color: #2C3D5E;
  text-decoration: none;
}

.subheadline {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  font-size: 2rem;
}
.subheadline span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subheadline {
    font-size: 1.6rem;
  }
}

.faq_box01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq_box01 {
    margin-bottom: 30px;
  }
}

.faq_container {
  margin-bottom: 30px;
}
.faq_container dt {
  font-family: "Mochiy Pop One", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2C3D5E;
  font-size: 2rem;
  letter-spacing: 0.02em;
  background: url(images/q.png) left top no-repeat;
  margin-bottom: 5px;
  padding: 10px 0 10px 65px;
}
@media screen and (max-width: 767px) {
  .faq_container dt {
    background-size: 40px;
    padding: 6px 0 6px 50px;
    font-size: 1.6rem;
  }
}
.faq_container dd {
  padding: 10px 0 30px 65px;
  background: url(images/a.png) left top no-repeat;
  border-bottom: 1px dotted rgba(45, 61, 94, 0.4392156863);
}
@media screen and (max-width: 767px) {
  .faq_container dd {
    background-size: 40px;
    padding: 6px 0 20px 50px;
  }
}

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