@charset "UTF-8";
/*!
Theme Name:クォリティオブライフ・コークリエーション株式会社
Description:クォリティオブライフ・コークリエーション株式会社 | 八女市 グループホーム
Theme URI:https://www.qolcc.co.jp
License:クォリティオブライフ・コークリエーション株式会社
License URI:https://www.qolcc.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia&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: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.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;
}
/****************************************

リセット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;
}

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,
hgroup,
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 {
  min-width: 1200px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555555;
}

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

ページ共通

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

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

/* フレックス設定 */
.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex_r {
    flex-direction: column;
  }
}

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

.common-width {
  max-width: 1180px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .common-width {
    width: calc(100% - 20px);
  }
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
}
.notoserif {
  font-family: "Noto Serif JP", serif;
}

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

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

*****************************************/
a:link,
a:visited {
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  text-decoration: none;
  transition: 0.3s linear;
}

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

a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 1515px) {
  .header_logo {
    width: 414px;
  }
}
@media screen and (max-width: 1514px) {
  .header_logo {
    width: 314px;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  .top_hero {
    background: url(images/top_hero.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-header {
    position: relative;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 52px 2.91666% 52px 3.28125%;
  }
  .l-header__news__item {
    position: absolute;
    background: #fff;
    border-radius: 35px;
    padding: 23px 42px 23px 42px;
    width: 570px;
    display: flex;
    align-items: center;
    left: 3.28125%;
    bottom: 120px;
  }
  .l-header__news__left {
    position: relative;
    padding-right: 23px;
  }
  .l-header__news__left::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    background: #777;
    right: 0;
  }
  .l-header__news__left h2 {
    color: #609597;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-family: "Lato", sans-serif;
    font-weight: bold;
  }
  .l-header__news__right {
    display: flex;
    align-items: center;
    padding-left: 23px;
  }
  .l-header__news__right .date {
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-right: 20px;
    color: #777777;
  }
  .l-header__news__right a {
    color: #777777;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
  .header_logo img {
    width: 100%;
    height: auto;
  }
  .header_logo a {
    display: block;
  }
  .header_btn {
    width: 180px;
    height: 48px;
  }
  .l-header__left {
    margin-right: 10px;
  }
  .l-header__right {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .scroll_link {
    position: absolute;
    transform: rotate(90deg);
    right: 0;
    bottom: 108px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-family: "Montserrat", sans-serif;
  }
  .scroll_link a {
    text-decoration: none;
    color: #9fa0ac;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .scroll_link span {
    position: relative;
    display: inline-block;
    padding-right: 90px;
  }
  .scroll_link span:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #ccc;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .scroll_link span:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #609597;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: slidebd ease-in-out 3s infinite;
  }
}
@media print, screen and (min-width: 768px) {
  @keyframes slidebd {
    0% {
      width: 80px;
    }
    to {
      width: 0;
    }
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_btn {
    display: none;
  }
  .l-header__inner {
    padding: 15px 10px;
  }
  .header_logo {
    width: 200px;
  }
  .l-header__news {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 15px;
    top: 15px;
    width: 40px;
    height: 37px;
    padding: 7px 5px;
    background: #609597;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    height: 3px;
    background: #fff;
    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;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .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: rgba(236, 248, 246, 0.8);
    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;
  }
  #sp_navi .menu .menu-item-home {
    border-top: 1px solid #ccc;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    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;
    color: #555;
  }
  #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: #555;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fff;
    background: rgba(96, 149, 151, 0.8);
  }
  #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: 1px solid #609597;
    border-right: 1px solid #609597;
    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 print, screen and (min-width: 1515px) {
  #g_navi .menu > li {
    margin-right: 75px;
  }
  #g_navi .menu > li a {
    font-size: 1.5rem;
  }
  #g_navi .menu > li:last-child {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 1514px) {
  #g_navi .menu > li {
    margin-right: 25px;
  }
  #g_navi .menu > li a {
    font-size: 1.4rem;
  }
}
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

#g_navi .menu > li {
  position: relative;
  text-align: center;
  white-space: nowrap;
}

#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: #555555;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}

#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: 170px;
  padding: 12px 5px;
  background: #609597;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  color: #fff;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background: #f5f5f5;
  color: #609597;
  transition: 0.3s linear;
}

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

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

@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
@media screen and (min-width: 768px) {
  .hero {
    position: relative;
    width: 100%;
    height: 1033px;
  }
  .hero__img {
    width: 100%;
  }
  #slider .metaslider img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
  .catchCopy {
    position: absolute;
    max-width: 656px;
    width: 100%;
    z-index: 2;
    top: 160px;
    left: 18.75%;
  }
  .catchCopy img {
    width: 100%;
    height: auto;
  }
  .mv {
    position: relative;
    width: 100%;
    height: 225px;
    background: #ecf8f6;
  }
  .mv__box {
    position: absolute;
    left: 140px;
    top: 94px;
  }
  .mv__jp {
    display: inline-block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    color: #609597;
    line-height: 1;
    padding-bottom: 23px;
  }
  .mv__jp::after {
    position: absolute;
    content: "";
    background: #609597;
    width: 122px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__en {
    font-family: "Corinthia", cursive;
    font-size: 13.9rem;
    color: #609597;
    line-height: 1;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 767px) {
  .top_hero {
    background: url(images/top_hero.jpg) no-repeat right top;
    background-size: cover;
  }
  .hero {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: contain;
  }
  .hero .catchCopy {
    position: absolute;
    max-width: 300px;
    width: 100%;
    z-index: 2;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero .catchCopy img {
    width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.8));
  }
  .hero__img {
    width: 100%;
  }
  .scroll_link {
    display: none;
  }
  .mv {
    position: relative;
    width: 100%;
    height: 120px;
    background: #ecf8f6;
  }
  .mv__box {
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .mv__jp {
    display: inline-block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #609597;
    line-height: 1;
    padding-bottom: 23px;
  }
  .mv__jp::after {
    position: absolute;
    content: "";
    background: #609597;
    width: 122px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__en {
    font-family: "Corinthia", cursive;
    font-size: 6rem;
    color: #609597;
    line-height: 1;
    transform: rotate(-10deg);
  }
}
/****************************************

content 共通設定

*****************************************/
.c-page__wrapper {
  padding-bottom: 100px;
}

.breadcrumb_area {
  position: relative;
  right: 60px;
  top: -100px;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.breadcrumb_area .breadcrumb p {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  word-break: break-all;
  background: #609597;
  border-radius: 15px;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb p {
    font-size: 1rem;
  }
}

.breadcrumb_area .breadcrumb p a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  width: 100%;
}

.breadcrumb_area .breadcrumb p a:link,
.breadcrumb_area .breadcrumb p a:visited,
.breadcrumb_area .breadcrumb p a:hover,
.breadcrumb_area .breadcrumb p a:active {
  color: #fff;
}

.breadcrumb_area .breadcrumb {
  width: 100%;
  margin: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb {
    text-align: center;
    margin-bottom: 40px;
  }
}

main#page_main {
  padding: 85px 0 0;
}

@media screen and (max-width: 767px) {
  main#page_main {
    padding: 65px 0 0;
  }
}

@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
  }
  main#page_main,
  main#single_main,
  main#news_main {
    width: 100%;
  }
}
.c-bottom-area {
  background: url(images/bottom_area_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
.c-bottom-area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.c-bottom-area__list__item {
  width: 410px;
  height: 80px;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-bottom-area__list__item:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-bottom-area {
    padding: 60px 10px;
  }
  .c-bottom-area__list__item:first-child {
    margin-bottom: 20px;
  }
}

.c-tel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: #21268c;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-tel__text {
  font-size: 1.6rem;
}
.c-tel__tel {
  font-size: 2.4rem;
  margin-top: 10px;
}
.c-tel__tel span {
  font-size: 1.6rem;
}

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

トップ用

*****************************************/
.about-section {
  background: url(images/about-section_img.png) no-repeat left top, #ecf8f6;
  display: flex;
  justify-content: flex-end;
  padding: 220px 10px 144px;
  background-size: contain;
}
.about-section__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.4;
  color: #609597;
  margin-bottom: 60px;
  padding-top: 91px;
}
.about-section__title::before {
  position: absolute;
  content: "About us";
  font-family: "Corinthia", cursive;
  font-size: 6rem;
  top: 0;
  left: -64px;
  transform: rotate(-10deg);
}
@media print, screen and (min-width: 768px) {
  .about-section__txt {
    width: 50%;
  }
}
.about-section__btn {
  width: 280px;
  height: 48px;
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 300px 0 0;
  }
  .about-section__txt {
    padding: 0 10px 70px;
  }
}

@media screen and (max-width: 767px) {
  .about-section__title {
    font-size: 3rem;
    padding-top: 70px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .about-section__title::before {
    font-size: 5rem;
    left: 0;
  }
}

.group-section {
  padding: 86px 0 135px;
}
.group-section__title {
  background: url(images/logo.png) no-repeat center top;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #609597;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 60px;
  padding-top: 116px;
}

@media screen and (max-width: 767px) {
  .group-section {
    padding: 70px 10px 120px;
  }
  .group-section__title {
    font-size: 3rem;
  }
}

.group-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group-section__list li {
  max-width: 740px;
  width: 38.54166%;
}
.group-section__list li a {
  display: block;
}
.group-section__list li:first-child {
  margin-right: 40px;
}
.group-section__list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .group-section__list {
    flex-direction: column;
  }
  .group-section__list li {
    width: 100%;
  }
  .group-section__list li:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.banner_area {
  background: #ecf8f6;
  padding: 104px 0 106px;
}

@media screen and (max-width: 767px) {
  .banner_area {
    padding: 70px 10px;
  }
  .banner_area .banner_area__list li:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.banner_area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner_area__list li a {
  display: block;
}
.banner_area__list li:first-child {
  margin-right: 40px;
}

.contact-area {
  background: url(images/contact_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 91px 0 86px;
}

@media screen and (max-width: 767px) {
  .contact-area {
    padding: 70px 10px;
  }
}

.contact-section {
  background: rgba(255, 255, 255, 0.7);
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 103px 0 53px;
}
.contact-section__title {
  position: relative;
  text-align: center;
  color: #609597;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 35px;
  padding-top: 50px;
}
.contact-section__title::before {
  position: absolute;
  content: "Contact";
  font-family: "Corinthia", cursive;
  color: #609597;
  font-size: 6rem;
  top: 0;
  left: 30%;
  transform: translateX(-30%);
  transform: rotate(-10deg);
}
.contact-section__txt {
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .contact-section {
    padding: 40px 20px;
  }
  .contact-section__txt {
    text-align: left;
  }
  .contact-section__title {
    font-size: 3rem;
  }
  .contact-section__title::before {
    font-size: 5rem;
  }
}

.contact-section__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  .contact-section__list {
    flex-direction: column;
  }
}

.contact-section__list--item {
  background: #fff;
  padding: 15px 0 10px;
  border: 1px solid #609597;
  max-width: 350px;
  width: 100%;
}
.contact-section__list--item__txt {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.contact-section__list--item__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.contact-section__list--item__tel {
  font-weight: bold;
  color: #609597;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.contact-section__list--item__tel span {
  position: relative;
  padding-left: 26px;
}
.contact-section__list--item__tel span::before {
  position: absolute;
  content: "";
  background: url(images/tel_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact-section__list--item {
    margin-inline: auto;
  }
}

.contact-section__list--item02 {
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact-section__list--item02 {
    margin-top: 40px;
    margin-inline: auto;
    height: 100px;
  }
}

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

news トップ用

*****************************************/
.news-section {
  padding: 134px 0 131px;
  display: flex;
  justify-content: center;
}
.news-section__btn {
  width: 280px;
  height: 48px;
  margin-top: 155px;
}
.news-section__title {
  position: relative;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #609597;
  padding-top: 44px;
}
.news-section__title::before {
  position: absolute;
  content: "News";
  font-family: "Corinthia", cursive;
  color: #609597;
  font-size: 6rem;
  top: 0;
  left: -64px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .news-section .news-section__title {
    font-size: 3rem;
    padding-left: 20px;
  }
  .news-section .news-section__title::before {
    position: absolute;
    content: "News";
    font-family: "Corinthia", cursive;
    color: #609597;
    font-size: 5rem;
    top: 0;
    left: 0;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 767px) {
  .news-section .news-section__btn {
    max-width: 280px;
    width: 100%;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-section__left {
    max-width: 462px;
    width: 24.0625%;
  }
  .news-section__right {
    max-width: 1041px;
    width: 54.21875%;
  }
}

@media screen and (max-width: 767px) {
  .news-section {
    padding: 70px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news-section__left {
    padding-bottom: 40px;
  }
}

.news-section__post--item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding: 28px 0;
}
.news-section__post--item:first-child {
  border-top: 1px solid #dddddd;
}
.news-section__post--item .date {
  font-family: "Lato", sans-serif;
  color: #609597;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-right: 53px;
}
.news-section__post--item .title {
  position: relative;
  padding-left: 43px;
}
.news-section__post--item .title a {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.news-section__post--item .title::before {
  position: absolute;
  content: "";
  background: #609597;
  width: 1px;
  height: 38px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news-section__post--item .date {
    font-size: 1.5rem;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-section__post--item .title {
    padding-left: 30px;
  }
  .news-section__post--item .title a {
    font-size: 1.5rem;
  }
}

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

下層用

*****************************************/
.c-width735 {
  max-width: 735px;
  width: 100%;
  padding-top: 23px;
}

@media screen and (max-width: 767px) {
  .c-img340 {
    max-width: 340px;
    width: 100%;
    margin-top: 20px;
    margin-inline: auto;
  }
}

.headline {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #609597;
  padding-bottom: 28px;
  margin-bottom: 45px;
  font-weight: 600;
}
.headline::after {
  position: absolute;
  content: "";
  background: #609597;
  width: 122px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 3rem;
  }
}

.name {
  width: 265px;
  margin: 45px 0 0 auto;
}

.serenity__txt {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .serenity__txt {
    padding: 50px 10px;
    text-align: left;
  }
}

.serenity__img01 {
  max-width: 1400px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.serenity__img01 img {
  width: 100%;
  height: auto;
}

.serenity__box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 61px;
}

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

.serenity__section {
  max-width: 570px;
  width: 100%;
  border: 1px solid #609597;
  padding: 9px 9px 30px 9px;
}
.serenity__section__title {
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
  background: #609597;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding: 5px 0;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .serenity__section__title {
    font-size: 2.2rem;
  }
}

.serenity__list {
  margin-left: 38px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .serenity__list {
    margin: 0;
  }
}

.serenity__section__box {
  margin-left: 38px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.serenity__section__box__txt {
  font-size: 1.5rem;
  color: #cf6183;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .serenity__section:last-of-type {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .serenity__section__box {
    margin: 0;
  }
}

.gallery__post__item a {
  display: block;
  position: relative;
  width: 230px;
  height: 230px;
}

@media screen and (max-width: 767px) {
  .gallery__post__item a {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }
}

.gallery {
  background: #ecf8f6;
  padding: 60px 0 124px;
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 50px 10px 100px;
  }
}

.gallery__post {
  display: grid;
  width: 1200px;
  margin-inline: auto;
  gap: 9px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .gallery__post {
    width: 100%;
    gap: 1% 2%;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
}

.gallery__section__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #609597;
  padding-bottom: 28px;
  margin-bottom: 45px;
  font-weight: 600;
}
.gallery__section__title::after {
  position: absolute;
  content: "";
  background: #609597;
  width: 122px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .gallery__section__title {
    font-size: 3rem;
  }
}

.serenity__box02 {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 37px;
  display: flex;
  border: 1px solid #609597;
}
.serenity__box02__left {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #609597;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .serenity__box02 {
    flex-direction: column;
  }
  .serenity__box02__left {
    width: 100%;
    padding: 10px;
  }
}

.serenity__box02__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.serenity__box02__title span.en {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .serenity__box02__title {
    font-size: 2.8rem;
  }
}

.serenity__box02__right {
  width: 75%;
  padding: 50px 40px 50px 50px;
}
.serenity__box02__right__txt {
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .serenity__box02__right {
    width: 100%;
    padding: 20px;
  }
}

.serenity__box02__right__item {
  display: flex;
  align-items: center;
}
.serenity__box02__right__item:not(:first-of-type) {
  margin-top: 9px;
}
.serenity__box02__right__item dt {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #609597;
  width: 180px;
  height: 36px;
  border-radius: 6px;
  margin-right: 20px;
}
.serenity__box02__right__item dd {
  letter-spacing: 0.2em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .serenity__box02__right__item {
    flex-direction: column;
  }
  .serenity__box02__right__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .serenity__box02__right__item dt {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.serenity__box03 {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 103px;
  display: flex;
  border: 1px solid #cf6183;
}
.serenity__box03__left {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cf6183;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .serenity__box03 {
    flex-direction: column;
  }
  .serenity__box03__left {
    width: 100%;
    padding: 10px;
  }
}

.serenity__box03__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.serenity__box03__title span.en {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .serenity__box03__title {
    font-size: 2.8rem;
  }
}

.serenity__box03__right {
  width: 75%;
  padding: 50px 40px 50px 50px;
}
.serenity__box03__right .dt01 {
  height: 38px;
}
.serenity__box03__right__txt {
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .serenity__box03__right {
    width: 100%;
    padding: 20px;
  }
}

.serenity__box03__right__item {
  display: flex;
  align-items: center;
}
.serenity__box03__right__item:not(:first-of-type) {
  margin-top: 9px;
}
.serenity__box03__right__item dt {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cf6183;
  width: 237px;
  padding: 22px 0;
  border-radius: 6px;
  margin-right: 20px;
}
.serenity__box03__right__item dd {
  width: 550px;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .serenity__box03__right__item {
    flex-direction: column;
  }
  .serenity__box03__right__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .serenity__box03__right__item dt {
    padding: 5px 0;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .serenity__box03__right__item dd {
    width: 100%;
  }
}

.news_item {
  display: flex;
  justify-content: space-between;
  padding: 0 24px 25px 40px;
  border-bottom: 1px solid #ddd;
}
.news_item:not(:first-of-type) {
  margin-top: 24px;
}
.news_item__btn {
  width: 126px;
  height: 26px;
  margin-right: auto;
  margin-top: 45px;
}
.news_item .date {
  color: #609597;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
.news_item__left {
  width: 83%;
}

@media screen and (max-width: 767px) {
  .news_item {
    padding: 0 10px 20px 10px;
  }
  .news_item__btn {
    margin-right: inherit;
    margin-left: auto;
  }
  .news_item__left {
    padding-right: 2%;
  }
  .news_item__right {
    width: 40%;
  }
}

.news_item__img {
  position: relative;
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .news_item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.access_section {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
}
.access_section__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #609597;
  padding-bottom: 28px;
  margin-bottom: 45px;
  font-weight: 600;
}
.access_section__title::after {
  position: absolute;
  content: "";
  background: #609597;
  width: 122px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.access_section--wrap {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .access_section__title {
    font-size: 3rem;
  }
}

.access_section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.access_section__item__left {
  width: 100px;
  height: 30px;
  background: #609597;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
}
.access_section__item__right {
  letter-spacing: 0.2em;
}

.flow {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
}
.flow__item {
  display: flex;
  align-items: center;
  padding: 45px 0;
}
.flow__item:not(:first-of-type) {
  margin-top: 16px;
}
.flow__item:first-child {
  background: #ecf8f6;
}
.flow__item:first-child .flow__item__title {
  color: #609597;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.flow__item:nth-child(2) {
  background: #cfdfe0;
}
.flow__item:nth-child(2) .flow__item__title {
  color: #609597;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.flow__item:nth-child(3) {
  background: #8fb5b6;
}
.flow__item:nth-child(3) .flow__item__title {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.flow__item:nth-child(4) {
  background: #609597;
}
.flow__item:nth-child(4) .flow__item__title {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .flow__item {
    padding: 30px 10px;
  }
  .flow__item:not(:first-of-type) {
    margin-top: 15px;
  }
  .flow__item:first-child {
    background: #ecf8f6;
  }
  .flow__item:first-child .flow__item__title {
    font-size: 2.4rem;
  }
  .flow__item:nth-child(2) {
    background: #cfdfe0;
  }
  .flow__item:nth-child(2) .flow__item__title {
    font-size: 2.4rem;
  }
  .flow__item:nth-child(3) .flow__item__title {
    font-size: 2.4rem;
  }
  .flow__item:nth-child(4) {
    background: #609597;
  }
  .flow__item:nth-child(4) .flow__item__title {
    font-size: 2.4rem;
  }
}

.flow__item__left {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 148px;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.flow__item__left span.en {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .flow__item__left {
    width: 20%;
    padding-right: 15px;
    font-size: 4rem;
  }
  .flow__item__left span.en {
    font-size: 1.2rem;
  }
}

.flow__item__left--green {
  color: #609597;
}

.flow__item__right {
  position: relative;
  width: 812px;
  padding: 0 0 0 35px;
}
.flow__item__right::after {
  position: absolute;
  content: "";
  background: #609597;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .flow__item__right {
    width: 80%;
    padding-left: 15px;
  }
}

.flow__item__right--white::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}

.flow__item__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.flow__item__txt--white {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.flow__item:not(:first-of-type) {
  position: relative;
}
.flow__item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 26px 0 26px;
  border-color: #ffffff transparent transparent transparent;
}

.price {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-inline: auto;
  margin-bottom: 170px;
}

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

@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: scroll;
  }
}

@media print, screen and (min-width: 768px) {
  .table01 {
    width: calc(100% - 20px);
    margin-inline: auto;
    background: #fff;
  }
  .table01 th {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 14px 0;
  }
  .table01 td {
    width: 12.75%;
    vertical-align: middle;
    text-align: center;
  }
  .table01 .col {
    width: 23.5%;
  }
  .table01 .th01 {
    color: #609597;
    background: #ecf8f6;
  }
  .table01 .th02 {
    background: #609597;
    color: #fff;
  }
  .table01 .th03 {
    color: #609597;
  }
  .table01 .th04 {
    font-weight: normal;
    width: 11.75%;
    background: #ecf8f6;
  }
  .table01 td {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .table01 {
    width: 1200px;
    margin-inline: auto;
    background: #fff;
  }
  .table01 th {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 14px 0;
  }
  .table01 td {
    width: 12.75%;
    vertical-align: middle;
    text-align: center;
  }
  .table01 .col {
    width: 23.5%;
  }
  .table01 .th01 {
    color: #609597;
    background: #ecf8f6;
  }
  .table01 .th02 {
    background: #609597;
    color: #fff;
  }
  .table01 .th03 {
    color: #609597;
  }
  .table01 .th04 {
    font-weight: normal;
    width: 11.75%;
    background: #ecf8f6;
  }
  .table01 td {
    border: 1px solid #ccc;
  }
}

.price__txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.price02 {
  background: #ecf8f6;
  padding: 110px 0 90px;
}
.price02__box {
  width: 1200px;
  margin-inline: auto;
}
.price02__box__title {
  max-width: 286px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .price02__box {
    max-width: 1200px;
    width: calc(100% - 20px);
  }
}

@media print, screen and (min-width: 768px) {
  .table02 {
    width: calc(100% - 20px);
    background: #fff;
  }
  .table02 th {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 14px 0;
  }
  .table02 td {
    width: 12.75%;
    vertical-align: middle;
    text-align: center;
  }
  .table02 .col {
    width: 23.5%;
  }
  .table02 .th01 {
    background: #8fb5b6;
    color: #fff;
  }
  .table02 .th02 {
    background: #609597;
    color: #fff;
  }
  .table02 .th03 {
    color: #609597;
  }
  .table02 .th04 {
    font-weight: normal;
    width: 11.75%;
    background: #8fb5b6;
    color: #fff;
  }
  .table02 td {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .table02 {
    width: 1200px;
    background: #fff;
  }
  .table02 th {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 14px 0;
  }
  .table02 td {
    width: 12.75%;
    vertical-align: middle;
    text-align: center;
  }
  .table02 .col {
    width: 23.5%;
  }
  .table02 .th01 {
    background: #8fb5b6;
    color: #fff;
  }
  .table02 .th02 {
    background: #609597;
    color: #fff;
  }
  .table02 .th03 {
    color: #609597;
  }
  .table02 .th04 {
    font-weight: normal;
    width: 11.75%;
    background: #8fb5b6;
    color: #fff;
  }
  .table02 td {
    border: 1px solid #ccc;
  }
}

.price__box__title {
  max-width: 253px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 67px;
}

.page_banner {
  padding: 143px 0 136px;
}

@media screen and (max-width: 767px) {
  .page_banner {
    padding: 100px 10px;
  }
}

.page_banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_banner__list li {
  max-width: 740px;
  width: 38.54166%;
}
.page_banner__list li:not(:first-child) {
  margin-left: 40px;
}
.page_banner__list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page_banner__list {
    flex-direction: column;
  }
  .page_banner__list li {
    width: 100%;
  }
  .page_banner__list li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

.price_banner {
  background: #ecf8f6;
  padding: 104px 0 106px;
}
.price_banner__box {
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .price_banner {
    padding: 100px 10px;
  }
}

.table03 {
  width: 100%;
}
.table03 th {
  width: 24%;
  border-bottom: 1px solid #609597;
  text-align: left;
  padding: 17px 19px 16px;
}
.table03 td {
  width: 76%;
  border-bottom: 1px solid #ccc;
  padding: 17px 25px 16px;
}

@media screen and (max-width: 767px) {
  .table03 th {
    width: 30%;
    padding: 15px 10px;
  }
  .table03 td {
    width: 70%;
    padding: 15px 10px;
  }
}

.contact__box {
  max-width: 460px;
  width: 100%;
  margin-inline: auto;
  margin-top: 60px;
  border: 1px solid #609597;
  padding: 17px 20px;
}
.contact__box__txt {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.contact__box__tel {
  color: #609597;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: 0.025em;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 5px 0;
}
.contact__box__tel span {
  position: relative;
  padding-left: 25px;
}
.contact__box__tel span::before {
  position: absolute;
  content: "";
  background: url(images/tel_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact__box__time {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tc02 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.75;
  }
}
/****************************************

single.php

*****************************************/
.single_time01 {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #609597;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}

.single_text {
  width: 100%;
  margin: 0 auto 35px;
}

.single_box img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.nav-below {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  border-top: 1px solid #bbb;
  padding: 45px 0 0 0;
}

.nav-below p:not(.main-btn) a {
  display: block;
  width: 120px;
  border: 1px solid #999;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 26px 5px 25px;
  text-decoration: none;
}
.nav-below p:not(.main-btn) a:hover {
  background: #609597;
  color: #fff;
}

.main-btn {
  width: 280px;
  height: 48px;
}

.nav-below li {
  color: #fff;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .single_tit {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: auto;
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
    gap: 15px 0;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
a.c-btn {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

a.c-btn01 {
  background: #609597;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 24px;
}
a.c-btn01:hover {
  background: #74b3b5;
}
a.c-btn01 span {
  position: relative;
  padding-left: 26px;
}
a.c-btn01 span::before {
  position: absolute;
  content: "";
  background: url(images/mail_icon.png) no-repeat;
  width: 18px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn02 {
  position: relative;
  background: #609597;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 24px;
}
a.c-btn02:hover {
  background: #74b3b5;
}
a.c-btn02::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -4px;
  transform: rotate(45deg);
}

a.c-btn03 {
  background: #cf6183;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
a.c-btn03:hover {
  background: #e9769a;
}
a.c-btn03 span {
  position: relative;
  padding-left: 27px;
}
a.c-btn03 span::before {
  position: absolute;
  content: "";
  background: url(images/mail_icon.png) no-repeat;
  width: 18px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn04 {
  background: #609597;
  border-radius: 50%;
}
a.c-btn04:hover {
  background: #74b3b5;
}

a.c-btn05 {
  background: #609597;
  border-radius: 13px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
a.c-btn05:hover {
  background: #74b3b5;
}

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

レイアウト設定

*****************************************/
.ml15 {
  margin-left: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .l-width1040 {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
  .l-text500 {
    width: 500px;
  }
  .l-text530 {
    width: 530px;
  }
  .l-text590 {
    width: 590px;
  }
}
@media screen and (max-width: 767px) {
  .l-width1040 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-text500,
  .l-text530,
  .l-text590 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 50px;
  }
  .txt550,
  .txt590,
  .txt680 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img560 {
    max-width: 560px;
    width: 100%;
    margin: 20px auto 0;
  }
}

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

P

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

.line_break02 {
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 2rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #d80700;
}

.brown {
  color: #990000;
}

.blue {
  color: #21268c;
}

/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
.img160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .img160 {
    margin: 20px auto 0;
  }
}

.img200 {
  width: 200px;
}

.img350 {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .img350 {
    width: 100%;
    margin: 20px auto 0;
  }
}

.img400 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .img400 {
    width: 100%;
    margin: 20px auto 0;
  }
}

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

共通タイトル

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

spフッター

*****************************************/
@media screen and (max-width: 767px) {
  .pc-footer {
    display: none;
  }
  .sp-footer {
    padding: 0 0 70px;
  }
  .sp-footer__box {
    padding: 70px 10px;
  }
  .l-footer {
    background: #ecf8f6;
  }
  .l-footer__box {
    padding: 70px 10px;
  }
  .pageTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
  .l-footer__box__left p {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
  .site-map {
    display: none;
  }
  .copyright {
    background: #609597;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 20px 10px;
  }
  .sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #609597;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
  }
  .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 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% - 12px);
    top: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .sp_mail::after {
    background-image: url(images/spMail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_tel::after {
    background-image: url(images/spTel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_pagetop::after {
    background-image: url(images/spPagetop.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #72b4b5;
  }
  .pageTop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
/****************************************

pcフッター

*****************************************/
@media print, screen and (min-width: 1400px) {
  .site-map__item {
    margin-right: 60px;
  }
  .footer_logo {
    width: 453px;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 1399px) {
  .site-map__item {
    margin-right: 30px;
  }
  .footer_logo {
    max-width: 353px;
    width: 100%;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-footer {
    display: none;
  }
  .sp_footer__btn {
    display: none;
  }
  .l-footer {
    background: #ecf8f6;
  }
  .l-footer__box {
    display: flex;
    padding: 85px 5.20833% 90px 6.71875%;
    justify-content: space-between;
  }
  .pageTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_logo a {
    display: block;
  }
  .l-footer__box__left p {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
  .site-map {
    display: flex;
    justify-content: space-between;
  }
  .site-map__item .parent {
    font-weight: bold;
    color: #609597;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  .site-map__item:last-child {
    margin-right: 0;
  }
  .site-map__item__list li {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .site-map__item__list li .child {
    position: relative;
    padding-left: 14px;
  }
  .site-map__item__list li .child::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #609597;
    border-right: solid 1px #609597;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .site-map__item__list li a {
    color: #999;
    text-decoration: none;
  }
  .site-map__item__list li a:hover {
    text-decoration: underline;
  }
  .copyright {
    background: #609597;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 26px 0;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #609597 solid;
  border-radius: 8px;
  background-color: #609597;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
  background-color: #fff;
  color: #609597;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #609597 solid;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

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

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

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

.form_row .form_input_post {
  width: 180px;
}

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

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #609597;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #609597;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #609597;
  border-right: 3px solid #609597;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #609597;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
  background-color: #609597;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #609597;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #609597;
  border-right: 1px solid #609597;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #609597;
  border-right: 1px solid #609597;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #609597;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(39, 125, 212, 0.7), rgba(39, 125, 212, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

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

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.6rem;
  }
}
.contactForm {
  margin-top: 30px;
}

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

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 *//*# sourceMappingURL=style.css.map */