@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@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: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:リノベースオート | 豊橋市で車検やメンテナンスなど、お車のことならお任せください
Description:
Version: 1.0
License:リノベースオート
License URI:https://www.rinobaseauto2024.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  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;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

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,
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;
}

/* 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;
}

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

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

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

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", 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;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

h1 {
  line-height: 1.5;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h2 {
  line-height: 1.5;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h3 {
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

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

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

*****************************************/
a:link,
a:visited {
  color: #E4D970;
  text-decoration: none;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #69BCD8;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #69BCD8;
  text-decoration: underline;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

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

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

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

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #69BCD8;
  text-align: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 17px;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn a::before {
    width: 6px;
    height: 6px;
  }
}
.btn a:hover {
  background: #3095B6;
}
.btn.btn_yellow a {
  background: #E4D970;
}
.btn.btn_yellow a:hover {
  background: #BEB458;
}
.btn.btn_green a {
  background: #5CB87C;
}
.btn.btn_green a:hover {
  background: #41965F;
}

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

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

ヘッダー　共通

*****************************************/
header {
  width: 100%;
}
header .header_box {
  width: 100%;
  align-items: center;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}
@media screen and (max-width: 1570px) {
  header .header_box {
    padding: 0 0 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    width: 170px;
  }
}

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

PCヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .header_box-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1570px) {
  .header_box-right {
    margin-top: 82px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_tel {
    text-align: left;
    padding: 30px;
    background: #69BCD8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1570px) {
  .header_box-right .h_tel {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    border-radius: 0 0 0 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_tel .txt {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1570px) {
  .header_box-right .h_tel .txt {
    margin: 8px 10px 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_tel .number {
    color: #fff;
    font-family: "Lato", sans-serif;
    background: url(images/tel_white.svg) no-repeat left center;
    padding-left: 30px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .header_box-right .h_btn {
    margin: 0 30px;
  }
}
/****************************************

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .h_btn,
  .h_tel {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #69BCD8;
    border-radius: 3px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(58, 150, 175, 0.85);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #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 {
    text-decoration: none;
    color: #fff;
  }
  #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.85);
    color: #69BCD8 !important;
  }
  #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 {
    color: #ccc;
    background: none;
  }
  #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;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1;
  color: #333;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 1570px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
  }
}
#g_navi .menu li a span {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #69BCD8;
  margin-top: 10px;
  letter-spacing: 0.04em;
  font-family: "Lato", sans-serif;
}
#g_navi .menu li ul {
  min-width: 140px;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 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 rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #69BCD8;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #69BCD8;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #g_navi .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  #g_navi .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #69BCD8;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #g_navi .menu > li > a:after {
    bottom: 0;
  }
  #g_navi .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  height: 750px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 50vw;
  }
}
#mv_top .mv_img img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 50vw;
  }
}
#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  left: 100px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    width: 70%;
    left: 20px;
    bottom: 20px;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
}
#mv_page .mv_img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 32vw;
    -o-object-position: center right;
       object-position: center right;
  }
}
#mv_page .mv_txt {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 460px;
  background: #fff;
  padding: 30px 0 0;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt {
    width: 70%;
    padding: 20px 0 0;
  }
}
#mv_page .mv_txt p {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #69BCD8;
  text-align: center;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 2.6rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

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

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

content 共通設定

*****************************************/
.img_round img {
  border-radius: 10px;
}

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

.youtube-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 0 calc((100% - 1080px) / 2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 10px;
  }
}
.breadcrumb p {
  font-size: 1.3rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #69BCD8;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #69BCD8;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  main#top_main {
    margin: 0 0 50px;
  }
}

main#page_main {
  width: 100%;
  padding: 20px calc((100% - 1080px) / 2) 100px;
  margin: 0 auto;
  background: url(images/bg01-left.png) no-repeat left top, url(images/bg01-right.png) no-repeat right top;
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    padding: 10px 10px 50px;
    background-size: 34%;
  }
}
main#page_main::before {
  content: "";
  width: 360px;
  aspect-ratio: 360/374;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(images/deco01.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::before {
    width: 260px;
  }
}
main#page_main::after {
  content: "";
  width: 360px;
  aspect-ratio: 360/382;
  position: absolute;
  top: 300px;
  right: 0;
  background: url(images/deco02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::after {
    content: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .pc_mb40 {
    margin-bottom: 40px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  width: 100%;
  padding: 80px calc((100% - 1080px) / 2) 120px;
  background: url(images/bg01.png) no-repeat top 120px center, url(images/bg01-left.png) no-repeat left top, url(images/bg01-bottom.png) no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 10px;
    background: url(images/bg01-left.png) no-repeat left top, url(images/bg01-bottom.png) no-repeat right bottom;
    background-size: 60%;
  }
}
.top_box01 h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 {
    margin-bottom: 30px;
  }
}
.top_box01 h2 .blue,
.top_box01 h2 .yellow,
.top_box01 h2 .green {
  color: #69BCD8;
  border: 2px solid #69BCD8;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 3px 16px;
  font-size: 2.2rem;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .blue,
  .top_box01 h2 .yellow,
  .top_box01 h2 .green {
    font-size: 1.8rem;
    padding: 2px 10px;
  }
}
.top_box01 h2 .yellow {
  color: #E4D970;
  border: 2px solid #E4D970;
}
.top_box01 h2 .green {
  color: #5CB87C;
  border: 2px solid #5CB87C;
}
.top_box01 h2 .tit {
  font-size: 3.8rem;
  background: url(images/tit01.svg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .tit {
    font-size: 3rem;
  }
}
.top_box01 h2 .tit::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 34px;
  height: 25px;
  background: url(images/tit05.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .tit::after {
    top: -5px;
  }
}

.top_box02 {
  width: 100%;
  padding: 60px calc((100% - 1200px) / 2) 90px;
  background: url(images/bg02.jpg) no-repeat center top #F5F5F2;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 30px;
  }
}
.top_box02::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: calc((100% - 1080px) / 2 - 140px);
  width: 160px;
  aspect-ratio: 160/118;
  background: url(images/top_deco05.png) no-repeat;
  z-index: 100;
}
.top_box02 h2 {
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  margin-bottom: 30px;
  background: url(images/tit03.svg) no-repeat center/contain;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 {
    font-size: 2.8rem;
  }
}
.top_box02 h2 span {
  display: block;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 span {
    font-size: 1.3rem;
  }
}
.top_box02 .top_box02_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list {
    flex-direction: column;
  }
}
.top_box02 .top_box02_list li {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  z-index: 10;
}
.top_box02 .top_box02_list li::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 0%, #DCDCD9 0%, #F5F5F2 100%, #DCDCD9 0%, #F5F5F2 100%) no-repeat 0% 0%/100% 100%;
}
.top_box02 .top_box02_list li figure {
  position: relative;
}
.top_box02 .top_box02_list li figure img {
  border-radius: 10px;
}
.top_box02 .top_box02_list li figure::before {
  content: "";
  width: 140px;
  aspect-ratio: 1/1;
  background: url(images/top_icon01.svg) no-repeat;
  position: absolute;
  bottom: -94px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_box02 .top_box02_list li:nth-child(2) figure::before {
  background: url(images/top_icon02.svg) no-repeat;
}
.top_box02 .top_box02_list li:nth-child(2) .inner h3::first-letter {
  color: #E4D870;
}
.top_box02 .top_box02_list li:nth-child(3) figure::before {
  background: url(images/top_icon03.svg) no-repeat;
}
.top_box02 .top_box02_list li:nth-child(3) .inner h3::first-letter {
  color: #5CB87C;
}
.top_box02 .top_box02_list li .inner {
  padding: 80px 30px 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li .inner {
    padding: 70px 30px 20px;
  }
}
.top_box02 .top_box02_list li .inner h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li .inner h3 {
    font-size: 2.4rem;
  }
}
.top_box02 .top_box02_list li .inner h3::first-letter {
  color: #4CAED0;
}
.top_box02 .top_box02_list li .inner .btn {
  width: 220px;
  margin: 20px auto 0;
}
.top_box02 .top_box02_list li .inner .btn a {
  padding: 17px;
  font-size: 1.5rem;
}

.top_box03 {
  width: 100%;
  padding: 0 calc((100% - 1080px) / 2) 100px;
  background: url(images/bg03.png) repeat-x bottom, #F5F5F2;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0 10px 50px;
  }
}
.top_box03::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: calc((100% - 1080px) / 2 - 100px);
  width: 200px;
  aspect-ratio: 200/203;
  background: url(images/top_deco06.png) no-repeat;
  z-index: 100;
}
.top_box03 h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.4rem;
  background: url(images/tit04.svg) no-repeat center/contain;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .top_box03 h2 {
    font-size: 2.6rem;
  }
}
.top_box03 h2 span {
  display: block;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: #4DAFD0;
}
@media screen and (max-width: 767px) {
  .top_box03 h2 span {
    font-size: 1.3rem;
  }
}
.top_box03 .top_box03_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_list {
    flex-wrap: wrap;
  }
}
.top_box03 .top_box03_list li {
  width: 270px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .top_box03 .top_box03_list li:not(:first-child) {
    border-left: 1px dotted #999;
  }
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_list li {
    width: 50%;
    padding: 20px;
  }
  .top_box03 .top_box03_list li:nth-child(even) {
    border-left: 1px dotted #999;
  }
  .top_box03 .top_box03_list li:nth-child(3) {
    border-top: 1px dotted #999;
  }
  .top_box03 .top_box03_list li:nth-child(4) {
    border-top: 1px dotted #999;
  }
}
.top_box03 .top_box03_list li figure figcaption {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_list li figure figcaption {
    font-size: 1.4rem;
  }
}
.top_box03 .brn_wrap {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top_box03 .brn_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.top_box03 .brn_wrap .btn {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .top_box03 .brn_wrap .btn {
    margin: auto;
  }
}

.top_box04 {
  width: 100%;
  padding: 0 calc((100% - 1080px) / 2);
  margin: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 0 10px;
    margin: 50px 0;
  }
}
.top_box04 h2 {
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  padding-left: 70px;
  display: flex;
  align-items: center;
  background: url(images/tit02.svg) no-repeat left center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 {
    font-size: 3em;
    background-size: 36px;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
.top_box04 h2::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 2px dashed #ccc;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2::after {
    margin-left: 20px;
  }
}

.top_box05 {
  width: 100%;
  padding: 0 calc((100% - 1080px) / 2);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 0 12%;
    flex-direction: column;
    gap: 10px;
  }
}

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

news トップ用

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

.news_post {
  width: 100%;
  max-height: 260px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .news_post {
    padding-right: 20px;
  }
}
.news_post article a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 27px 40px 27px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
  }
}
.news_post article a::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid #69BCD8;
  border-right: 2px solid #69BCD8;
  transform: rotate(45deg);
  transition: 0.3s;
}
.news_post article a .date {
  width: 120px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  color: #4DAFD0;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_post article a .date {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.news_post article a h3 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: calc(100% - 120px);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news_post article a:hover h3 {
  color: #D7C62B;
}
.news_post article a:hover::before {
  width: 100%;
}
.news_post article a:hover::after {
  right: 0;
}

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

content下層用

*****************************************/
.beginner_img figcaption {
  text-align: center;
  color: #69BCD8;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .beginner_img figcaption {
    font-size: 1.7rem;
  }
}
.beginner_img figcaption span {
  font-size: 1.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .beginner_img figcaption span {
    font-size: 1.4rem;
  }
}

.beginner_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .beginner_list {
    flex-direction: column;
    gap: 20px;
  }
}
.beginner_list li {
  width: 520px;
  padding: 40px;
  position: relative;
  background: #F5F5F2;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .beginner_list li {
    width: 100%;
    padding: 30px;
  }
}
.beginner_list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #5CB87C 50%, #5CB87C 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .beginner_list li::before {
    width: 25px;
    height: 25px;
  }
}
.beginner_list li h3 {
  border-bottom: 1px solid #5CB87C;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.beginner_list li .tel {
  color: #5CB87C;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-top: 20px;
  font-weight: 700;
}
.beginner_list li .tel span {
  font-size: 2rem;
}
.beginner_list li:nth-child(2)::before {
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #69BCD8 50%, #69BCD8 100%);
}
.beginner_list li:nth-child(2) h3 {
  border-bottom: 1px solid #69BCD8;
}

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

.list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list01 li {
  width: calc((100% - 10px) / 2);
  background: #EEEEEE;
  border-radius: 4px;
  padding: 8px 10px 8px 30px;
  position: relative;
}
.list01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: #69BCD8;
}

.price_table {
  width: 100%;
}
.price_table th,
.price_table td {
  width: 25%;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price_table th,
  .price_table td {
    padding: 10px;
  }
}
.price_table th {
  background: #E1F2F7;
  color: #4DAFD0;
}

.other_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .other_list {
    gap: 10px 2%;
  }
}
@media screen and (max-width: 767px) {
  .other_list li {
    width: 49%;
  }
}
.other_list li figure figcaption {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 15px 0;
  border-bottom: 1px solid #69BCD8;
}
@media screen and (max-width: 767px) {
  .other_list li figure figcaption {
    padding: 10px 0;
    font-size: 1.3rem;
  }
}

.maintenance_list {
  background: #E1F2F7;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .maintenance_list {
    padding: 20px;
    gap: 20px 2%;
  }
}
.maintenance_list li {
  width: 440px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .maintenance_list li {
    width: 49%;
  }
}
.maintenance_list li figure figcaption {
  color: #fff;
  background: #69BCD8;
  text-align: center;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1;
}
@media screen and (max-width: 767px) {
  .maintenance_list li figure figcaption {
    font-size: 1.7rem;
  }
}
.maintenance_list li p {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .maintenance_list li p {
    padding: 15px;
  }
}

.custom_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .custom_gallery {
    gap: 20px 2%;
  }
}
.custom_gallery figure {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .custom_gallery figure {
    width: 49%;
  }
}
.custom_gallery figure figcaption {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #4CAED0;
}
@media screen and (max-width: 767px) {
  .custom_gallery figure figcaption {
    font-size: 1.4rem;
  }
}

.concerns_box_wrap {
  padding: 80px;
  position: relative;
  background: #F5F5F2;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap {
    padding: 30px;
  }
}
.concerns_box_wrap::before {
  content: "";
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #69BCD8 50%, #69BCD8 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap::before {
    width: 25px;
    height: 25px;
  }
}
.concerns_box_wrap .concerns_box {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.concerns_box_wrap .concerns_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap .concerns_box figure {
    text-align: center;
    margin-bottom: 10px;
  }
}
.concerns_box_wrap .concerns_box figure img {
  width: auto;
}
.concerns_box_wrap .concerns_box .txt {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap .concerns_box .txt {
    width: 100%;
  }
}
.concerns_box_wrap .concerns_box .txt h2 {
  font-size: 1.7rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap .concerns_box .txt h2 {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}
.concerns_box_wrap .concerns_box .txt h2::before {
  content: "";
  width: 28px;
  aspect-ratio: 28/26;
  background: url(images/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap .concerns_box .txt h2::before {
    width: 22px;
  }
}
.concerns_box_wrap .concerns_box .txt p {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .concerns_box_wrap .concerns_box .txt p {
    padding-left: 30px;
  }
}

.concerns_txt {
  text-align: center;
  line-height: 2.6;
}
.concerns_txt span {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #4CAED0;
  border-bottom: 2px solid #69BCD8;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .concerns_txt span {
    font-size: 1.8rem;
  }
}

.faq_post {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.faq_post:last-child {
  margin-bottom: 0;
}
.faq_post dl dt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  padding: 7px 0 7px 70px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_post dl dt {
    padding: 5px 0 5px 50px;
    font-size: 1.7rem;
  }
}
.faq_post dl dt::before {
  content: "Q";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  background: #69BCD8;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_post dl dt::before {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}
.faq_post dl dd {
  padding: 11px 0 11px 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_post dl dd {
    padding: 7px 0 7px 50px;
  }
}
.faq_post dl dd::before {
  content: "A";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  background: #E4D970;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_post dl dd::before {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}

.contact_tel {
  font-family: "Lato", sans-serif;
  background: url(images/tel_yellow.svg) no-repeat left center;
  padding-left: 30px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    font-size: 2.6rem;
    background-size: 20px;
  }
}

.contact_tel-txt {
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.table {
  width: 100%;
}
.table th,
.table td {
  text-align: left;
  padding: 20px 0;
}
.table th {
  width: 20%;
  border-bottom: 2px solid #69BCD8;
}
@media screen and (max-width: 767px) {
  .table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 0 0;
    color: #4CAED0;
  }
}
.table td {
  width: 80%;
  border-bottom: 2px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .table td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
}

.policy {
  background: #E1F2F7;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}
.policy span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #4DAFD0;
}
@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.4rem;
  }
}
.policy p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

aside

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

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 80px;
}

#single_box h1 {
  font-size: 2.6rem;
}

#single_box .single_text {
  width: 100%;
}

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

.aligncenter {
  display: block;
}

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

a.page-numbers {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #ccc;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

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

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #69BCD8;
  border-bottom: 1px solid #69BCD8;
  text-decoration: none;
  color: #69BCD8;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #69BCD8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #69BCD8;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #69BCD8;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #69BCD8;
}

@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;
  }
}
/****************************************

P

*****************************************/
.bg_beige {
  background: #F2EADC;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bg_beige {
    padding: 25px;
  }
}

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

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.serif {
  font-family: "EB Garamond", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.red {
  color: #BF2626;
}

.blue {
  color: #69BCD8;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w520 {
    width: 520px;
  }
  .w600 {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

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

.headline {
  text-align: center;
  margin: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .headline {
    margin: 30px 0 40px;
  }
}
.headline span {
  background: url(images/tit01.svg) no-repeat center bottom;
  padding-bottom: 20px;
  display: inline-block;
}

.subhead01 {
  width: 100%;
  padding: 0 0 15px 40px;
  position: relative;
  border-bottom: 3px dashed #ccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    padding: 0 0 10px 30px;
    margin-bottom: 30px;
  }
}
.subhead01::before {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background: url(images/tit06.svg) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .subhead01::before {
    width: 22px;
    top: 5px;
  }
}
.subhead01::after {
  content: "";
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #69BCD8;
}

.subhead02 {
  background: #69BCD8;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
  padding: 12px 10px 12px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    padding: 8px 10px 8px 30px;
    margin-bottom: 15px;
  }
}
.subhead02::before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  background: #49AECF;
  border-radius: 100vmax;
}

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

footer-PC

*****************************************/
footer {
  background: #F5F5F2;
}

@media print, screen and (min-width: 768px) {
  footer #sp_footer {
    display: none;
  }
  footer #pc_footer {
    width: 100%;
    background: url(images/bg04.png) no-repeat bottom center;
    padding: 100px calc((100% - 1200px) / 2) 20px;
  }
  footer #pc_footer .copyright {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  footer #pc_footer .footer_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
  }
  footer #pc_footer .footer_box .footer_box-left {
    width: 540px;
  }
  footer #pc_footer .footer_box .footer_box-left .f_logo {
    margin-bottom: 40px;
  }
  footer #pc_footer .footer_box .footer_box-left .f_logo a {
    display: inline-block;
  }
  footer #pc_footer .footer_box .footer_box-left .f_tel {
    margin: 30px 0 15px;
  }
  footer #pc_footer .footer_box .footer_box-left .f_tel .txt {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1570px) {
  footer #pc_footer .footer_box .footer_box-left .f_tel .txt {
    margin: 8px 10px 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer #pc_footer .footer_box .footer_box-left .f_tel .number {
    font-family: "Lato", sans-serif;
    background: url(images/tel_yellow.svg) no-repeat left center;
    padding-left: 30px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  footer #pc_footer .footer_box .footer_box-left .sitemap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    border-top: 1px solid #D7D7CC;
    margin-top: 50px;
    padding-top: 50px;
  }
  footer #pc_footer .footer_box .footer_box-left .sitemap a {
    color: #333;
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    text-decoration: none;
  }
  footer #pc_footer .footer_box .footer_box-left .sitemap a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #5CB87C;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  footer #pc_footer .footer_box .footer_box-left .sitemap a:hover {
    color: #5CB87C;
  }
  footer #pc_footer .footer_box .footer_box-left .sitemap a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  footer #pc_footer .footer_box .footer_box-right {
    width: 600px;
    box-sizing: border-box;
    position: relative;
    background: #69BCD8;
    border-radius: 12px;
  }
  footer #pc_footer .footer_box .footer_box-right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    border-radius: 12px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
  }
}
/****************************************

footer-SP

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 30px 10px 0;
    margin-bottom: 60px;
    /* ----sp追従---- */
  }
  footer p {
    font-size: 1.4rem;
    text-align: center;
  }
  footer #pc_footer,
  footer .sitemap {
    display: none;
  }
  footer #sp_footer {
    width: 100%;
  }
  footer #sp_footer .copyright {
    display: block;
    font-size: 1.3rem;
    color: #333;
    text-align: center;
    border-top: 1px solid #D7D7CC;
    padding: 20px;
    margin: 30px 0 0 0;
  }
  footer .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  footer .sp_bana .sp_bana_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
    background: #69BCD8;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .sp_bana .sp_bana_parts a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  footer .sp_bana .sp_bana_parts span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 30px;
    line-height: 1.4;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #fff;
  }
  footer .sp_bana .sp_bana_parts span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
  }
  footer .sp-tel::after {
    background-image: url(images/sp-tel.svg);
    background-size: 18px;
  }
  footer .sp-mail::after {
    background-image: url(images/sp-contact.svg);
    background-size: 22px;
  }
  footer .sp-access::after {
    background-image: url(images/sp-map.svg);
    background-size: 22px;
  }
  footer .sp-pagetop::after {
    background-image: url(images/sp-pagetop.svg);
    background-size: 22px;
  }
}
/****************************************

Contact Form7

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

.form_row {
  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: 330px;
}

.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% - 330px);
}

.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 #69BCD8;
  background-color: #69BCD8;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #69BCD8;
  transition: all 0.25s;
}

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

@media screen and (max-width: 767px) {
  .form_row {
    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: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

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;
}

/* End Hack */