@charset "UTF-8";
html {
  scroll-behavior: smooth
}
blockquote, body, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}
ol, ul {
  list-style: none
}
ol li, ul li {
  list-style-position: inside
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
q:after, q:before {
  content: ""
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
input, select, textarea {
  *font-size: 100%
}
legend {
  color: #000
}
#yui3-css-stamp.cssreset {
  display: none
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
strong {
  font-weight: bold
}

.strong_green {
  color: #2D953C;
}

.text-color-green {
  color: #37a34a;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 2px solid #9cbb1c
}
html {
  height: 100%
}
body {
  background: #fff;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 100%;
  padding-top: 86px !important
}


@media only screen and (max-width:767px) {
  body {
    padding-top: 60px !important
  }
}

/* 追加 */
.bg-y {
  background-color: #f0f6da;
 }

 .bg-b {
  background-color: #bbe2f1;
 }

 .bg-iv {
  background-color: #f8f4e6;
 }

 .bg-radial {
  background: radial-gradient(#bbe2f1, #82cddd);
 }

/*------------------------------------------------------------
	header(ヘッダー)
------------------------------------------------------------*/

.header {
  position: fixed;
  z-index: 10000;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 86px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #ccc;
  -webkit-background: linear-gradient(135deg, #37a34a 20%, #fafdff 30%);
  background: linear-gradient(135deg, #37a34a 20%, #fafdff 30%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15)
}
.header .header_logo {
  max-width: 250px;
  padding: 0 20px
}
.header .header_logo img {
  width: 100%;
  max-width: 216px
}
.header .header_nav {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header .header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto
}
.header .header_info .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.header .header_info .header_search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px
}
.header .header_info .header_search > input {
  width: 100%;
  max-width: 260px;
  padding: 10px 35px 10px 15px;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px
}
.header .header_info .header_search > button {
  margin-left: -30px;
  border: none;
  background-color: transparent
}
.header .header_info .header_time {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-right: 2px solid #fafdff;
  border-left: 2px solid #999
}
.header .header_info .header_time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header .header_info .header_time dl dd, .header .header_info .header_time dl dt {
  font-weight: bold;
  font-size: 13px
}
.header .header_info .header_time dl dd span, .header .header_info .header_time dl dt span {
  font-size: 30px
}
.header .header_info .header_time dl dt {
  width: 30px
}
.header .header_info p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px
}
.header .header_info p > a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 10px
}
.header .header_info p > a i, .header .header_info p > a svg {
  margin-bottom: 10px;
  font-size: 18px
}
.header .header_info p > a:hover {
  opacity: 0.8
}
.header .header_menu {
  display: none
}
@media only screen and (max-width:767px) {
  .header {
    -webkit-background: linear-gradient(135deg, #37a34a 40%, #fafdff 65%);
    background: linear-gradient(135deg, #37a34a 40%, #fafdff 65%);
    height: 60px
  }

  .header .header_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .header .header_info .header_search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .header .header_info .header_search > input {
    width: 100%;
    max-width: 100%
  }
  .header .header_info .header_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding:  20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .header .header_info .header_time {
    border-left: none;
    padding: 5px 10px
  }
  .header .header_info .header_time dl {
    margin-bottom: 5px
  }
  .header .header_info .header_time dl:last-child {
    margin-bottom: 0
  }
  .header .header_info .header_time dl dd, .header .header_info .header_time dl dt {
    font-size: 14px;
    line-height: 1
  }
  .header .header_info .header_time dl dt {
    width: 60px
  }
  .header .header_info p > a i, .header .header_info p > a svg {
    margin-bottom: 5px;
    font-size: 16px
  }
  .header .header_menu {
    line-height: 3px;
    position: absolute;
    z-index: 2001;
    top: 15px;
    right: 20px;
    display: block;
    width: 25px;
    cursor: pointer;
    *zoom: 1
  }
  .header .header_menu:after, .header .header_menu:before {
    content: " ";
    display: block;
    line-height: 0
  }
  .header .header_menu:after {
    content: " ";
    display: block;
    clear: both
  }
  .header .header_menu span, .header .header_menu:after, .header .header_menu:before {
    display: block;
    height: 2px;
    margin: 5px 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #000
  }
  .header .header_menu.is-active {
    top: 15px
  }
  .header .header_menu.is-active:before {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
  }
  .header .header_menu.is-active span {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  .header .header_menu.is-active:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
  }
}
body.admin-bar .header {
  top: 32px
}
@media only screen and (max-width:767px) {
  body.admin-bar .header {
    top: 46px
  }
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/

.footer {
  position: sticky;
  top: 100vh;
  border-top: solid 20px #9cbb1c;
  background-color: #417038
}
.footer .footer_inner {
  padding: 60px 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.footer .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px
}
.footer .footer_logo span {
  font-size: 11px;
  color: #fff;
  padding: 10px 0
}
.footer .footer_logo img {
  height: auto;
  max-width: 100%
}
.footer .footer_text {
  color: #fff;
  font-size: 14px;
  line-height: 1.8
}
.footer .footer_info {
  width: 50%
}
.footer .footer_sns {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.footer .footer_sns h3 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 14px;
  line-height: 1
}
.footer .footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer .footer_sns ul li {
  color: #fff;
  padding: 0 10px
}
@media screen and (max-width:876px) {

  .footer .footer_sns ul li {
    margin-bottom: 10px
  }
}
.footer .footer_sns ul li a {
  color: #fff;
  font-size: 20px
}
.footer .footer_sns ul li:not(:last-child) {
  margin-right: 10px
}
.footer .footer_copyright {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  color: #fff
}
@media only screen and (max-width:767px) {
  .footer {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .footer .footer_logo {
    margin: 0 auto 20px;
    text-align: center
  }
  .footer .footer_contact {
    width: 100%;
    margin-bottom: 20px
  }
  .footer .footer_nav {
    width: 100%;
    margin-bottom: 20px
  }
  .footer .footer_nav .footer_nav_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -10px
  }
  .footer .footer_sns {
    width: 100%
  }
}
@media only screen and (max-width:767px) {
  body.admin-bar main {
    padding-top: 46px
  }
}

/*------------------------------------------------------------
	セクション
------------------------------------------------------------*/

.section {
  scroll-margin-top: 86px;
  padding: 70px 0
}
.section.is-black {
  background-color: #000
}
.section .section_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px
}
.section .section_header {
  position: relative;
  padding-bottom: 20px
}
.section .section_header .section_headerBtn {
  position: absolute;
  top: 36px;
  right: 0
}
.section .section_desc {
  padding-bottom: 30px
}
.section .section_desc p {
  font-weight: bold;
  font-size: 16px
}
.section .section_body .section_pic {
  padding: 30px 0
}
.section .section_body .section_text p {
  line-height: 3;
  font-size: 16px
}
.section .section_footer .section_pic {
  padding: 30px 0
}
.section .section_footer {
  margin-top: 50px;
}

/* 追加 */
.section .section_inner .content .section_pic_3row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0px;
  justify-content: space-between;
}


.section .section_inner .content .section_pic_3row p {
  line-height: 2
}
.section .section_inner .content .section_pic_3row img {
  width: 33.3333333333%;
  margin: 0 -15px;
}
@media only screen and (max-width:767px) {
  .section .section_inner .content .section_pic_3row {
    justify-content: center;
  }
  .section .section_inner .content .section_pic_3row img {
    width: 100%;
    margin-bottom: 15px;
  }
  .section_carmodel {
  padding: 0 70px;
}
}


 

/*------------------------------------------------------------
	トップ（コンセプト）
------------------------------------------------------------*/

.section.section-concept .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.section.section-concept .section_inner .section_headerWrapper {
  width: 50%
}
.section.section-concept .section_inner .section_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 0px
}
.section.section-concept .section_inner .section_pic > div {
  width: 33.3333333333%;
  padding: 0 10px;
  text-align: center
}
.section.section-concept .section_inner .section_pic > div img {
  height: auto;
  max-width: 100%
}
.section.section-concept .section_inner .section_body {
  width: 50%;
  padding-left: 30px;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section.section-concept .section_inner .section_body p {
  line-height: 2
}
.section.section-concept .section_inner .section_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%
}

/*------------------------------------------------------------
	トップ（インフォメーション）
------------------------------------------------------------*/

.section.section-info .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.section.section-info .section_content {
  width: calc(50% - 10px);
  margin-right: 20px
}
.section.section-info .section_pic {
  width: calc(50% - 10px);
  margin-right: 0
}
.section.section-info .section_pic img {
  height: auto;
  max-width: 100%
}

/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/

.section.section-access .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.section.section-access .section_inner .section_pic {
  margin-bottom: 20px
}
.section.section-access .section_inner .section_pic img {
  height: auto;
  max-width: 100%
}
.section.section-access .section_inner .section_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.section.section-access .section_inner .section_content .section_header {
  width: 15%
}
.section.section-access .section_inner .section_content .section_body {
  width: 85%;
  padding: 0 20px
}
.section.section-access .section_inner .section_content .section_btn {
  width: 100%;
  max-width: 350px;
  margin: 15px 0
}

/*------------------------------------------------------------
	レイアウトリスト
------------------------------------------------------------*/

.section.section-layoutList .section_body {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd
}
.section.section-layoutList .section_body:last-child {
  border-bottom: none
}


@media only screen and (max-width:767px) {
  .section {
    padding: 40px 0
  }
  .section.section-concept .section_inner {
    padding: 0 15px
  }
  .section.section-concept .section_content {
    width: 100%;
    margin: 0 auto
  }
  .section.section-concept .section_header {
    padding-bottom: 15px
  }
  .section.section-concept .section_picGroup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .section.section-concept .section_body {
    width: 100%;
    margin-right: 0
  }
  .section.section-concept .section_text {
    font-size: 14px
  }

  .section.section-info .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .section.section-info .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .section.section-info .section_content {
    width: 100%;
    margin: 0 auto 20px
  }
  .section.section-info .section_pic {
    width: 100%;
    margin: 0 auto 20px
  }

  .section.section-access .section_inner .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
  .section.section-access .section_inner .section_content .section_header {
    width: 25%
  }
  .section.section-access .section_inner .section_content .section_btn {
    width: 100%;
    max-width: 350px;
    margin: 15px 0
  }
}


.is-full .section .section_inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0
}
.is-full .section_header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/

.gnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}


.gnav > ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
}

.gnav > ul > li:not(:first-child)::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  margin-right: 10px;
  vertical-align: text-top;
  color: #2D953C;
}

.gnav > ul > li > a {
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  font-size: 15px
}

.gnav > ul > li ul.dropdown a  {
  display: block;
    padding: 20px 25px;
    font-size: 15px;
    color: #333;
    margin-top: 3px;
    text-decoration: none;
    text-align: center;
}
.gnav > ul > li > ul.dropdown li:nth-child(1)  {
  margin-top: 15px;
}
.gnav > ul > li > ul.dropdown > li {
  display: block;
  background-color: #f0f6da;
  margin: 2px 0;
}
.gnav > ul > li > ul.dropdown {
  width: auto;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 999;
  display: none;
}
.gnav > ul > li > a:hover {
  opacity: 0.6;
}

.gnav > ul > li > ul.dropdown a:hover {
  background-color: #d1de4c;
  color: #333;
  font-weight: bold;

}

.gnav > ul > li:hover ul.dropdown {
  display: block;
}



@media only screen and (max-width:767px) {
  .gnav {
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0;
    display: none;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background: white
  }
  .gnav.is-active {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
  }
  .gnav > ul,
  .gnav > ul.dropdown {
    display: block;
    margin: 0 auto;
    padding: 0 0
  }
  .gnav > ul > li,
  .gnav > ul.dropdown > li{
    padding: 20px 15px;
    list-style: none;
    border-bottom: 1px solid #000
  }

  .gnav > ul > li ul.dropdown a  {
    display: block;
    padding: 20px 110px;
  }
  .gnav > ul > li > a,
  .gnav > ul.dropdown > li > a {
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px
  }
  .gnav > ul > li > a > span {
    display: block;
    text-align: center;
    font-size: 12px
  }
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

.btn {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #707070;
  color: #000;
  font-size: 14px
}
.btn:hover {
  opacity: 0.8
}
.btn.is-active {
  color: #fff;
  background-color: #000;
  border-color: #000
}
.btn-primary {
  display: block;
  margin: 0 auto
}
.btn-primary:after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 14px
}
.btn-primary:hover {
  text-decoration: none;
  background-position: right center
}
.btn-primary:hover:after {
  right: 1.2em
}
@media screen and (max-width:768px) {
  .btn-primary:hover:after {
    right: 1.5em
  }
}


.btn-more {
  border: none;
  text-align: left;
  max-width: 180px;
  width: 285px
}
.btn-more:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 15px;
  background: url("../img/common/btn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -8px;
  font-size: 14px
}
.btn-block {
  display: block;
  margin: 0 auto
}
.btn-sm {
  padding: 4px 6px;
  font-size: 12px
}
.btn-center {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.btn-transparent {
  border: 1px solid #fff;
  background: none
}
.btn-transparent:hover {
  opacity: 0.8
}
@media only screen and (max-width:767px) {
  .btn {
    padding: 5px 10px;
    font-size: 12px
  }
}

.info_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  wax-width: 960px;
  height: 144px;
  margin: 0 auto;
  border: none;
  background-color: #fff;
}
.info_btn {
  margin-top: 10px;
}
.info_btn .info_btn_logo {
  background-color: #ffedab;
  border-radius: 10px 0 0 10px;
  width: 50%;
}
.info_btn .info_btn_logo img {
  width: 100%;
  padding: 25px;
  margin-top: 8px;
}
.tel_body {
width: 50%;
background-color: #37a34a;
border-radius: 0 10px 10px 0;
border: none;
}
.tel_body .tel_body_inner {
  margin: 15px;
}
.tel_body .tel_body_inner h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.tel_body .tel_body_inner .tel_num {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}
.tel_body .tel_body_inner .tel_num span {
  font-weight: normal;
  color: #fff;
}
.tel_body .tel_body_inner .tel_num::before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  content: "\f095";
  color: #fff;
  margin-right: 10px;
  vertical-align: 4px;
}
@media only screen and (max-width:767px) {
  .info_btn {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .info_btn .info_btn_logo,
  .tel_body {
    width: 100%;
    height: 80%;
    border-radius: 0;
  }
  .tel_body .tel_body_inner {
    margin-top: 0px;
    padding: 20px 0;
  }
  .tel_body .tel_body_inner .tel_num {
    font-size: 35px;
  }
  .tel_body .tel_body_inner .tel_num::before {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: 2px;
  }
}

.button_inner {
  margin-bottom: 3em;
}

.care_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  width: 670px;
  height: 230px;
  background-color: #fff;
  border: 8px solid #37a34a;
  border-radius: 20px;
  justify-content: center;
}
.care_btn .care_btn_logo_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.care_btn .care_btn_dece_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.care_btn .care_btn_logo_inner img,
.care_btn .care_btn_logo_inner h2 {
width: 50%;
}
.care_btn .care_btn_dece_inner .tel_num,
.care_btn .care_btn_dece_inner p {
width: 100%;
}
.care_btn .care_btn_logo_inner img {
width: 280px;
margin-right: 20px;
}
.care_btn .care_btn_logo_inner h2 {
  color: #006948;
  font-size: 1.2rem;
  font-weight: bold;
}
.care_btn .care_btn_dece_inner .tel_num {
  font-size: 3.5rem;
  letter-spacing: .2rem;
  font-weight: bold;
}
/* 変更 */
.care_btn .care_btn_dece_inner .tel_num > span {
  font-weight: normal;
}
.care_btn .care_btn_dece_inner .tel_num::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2.5rem;
  content: "\f095";
  margin-right: 10px;
  vertical-align: 4px;
}
.care_btn .care_btn_dece_inner p {
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
.care_btn {
  width: 100%;
  height: auto;
  border: 2px solid #37a34a;
  border-radius: 0;
  padding: 10px;
}
.care_btn .care_btn_logo_inner img {
  width: 150px;
  margin-right: 10px;
  }
.care_btn .care_btn_logo_inner h2 {
  font-size: .7rem;
}
.care_btn .care_btn_dece_inner .tel_num {
  font-size: 2rem;
}
.care_btn .care_btn_dece_inner .tel_num::before {
  font-size: 1.5rem;
}
.care_btn .care_btn_dece_inner > p {
  font-size: 1rem;
}
}


/*------------------------------------------------------------
	カード
------------------------------------------------------------*/

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}
.card .card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}
.card .card_label {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1000
}
.card .card_label .label {
  margin-right: 5px
}
.card .card_pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 0;
  padding-bottom: 57.1428571429%
}

.card .card_pic.bottomnone {
  padding-bottom: 27.5%;
}
.card .card_pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.card .card_pic img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease
}
.card .card_title {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 25px;
  font-size: 18px
}

.card .card_title spen {
  font-weight: normal;
  font-size: 16px
}
@media screen and (max-width:768px) {
  .card .card_title {
    padding-bottom: 10px
  }
}
.card time {
  margin-top: auto;
  font-size: 12px
}
.card-wrapper {
  margin-bottom: -30px
}
@media screen and (max-width:768px) {
  .card-wrapper {
    display: block;
    margin-bottom: 0
  }
}
.card-wrapper .card {
  margin-bottom: 30px
}
.cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}
.cardList.cardList-1row .cardList_item {
  padding-bottom: 0
}

.cardList.cardList-1row .cardList_item.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .cardList.cardList-1row .cardList_item.sp {
    display:block;
  }
  .cardList.cardList-1row .cardList_item.pc {
    display: none;
}
}

.cardList .cardList_item {
  width: 33.3333333333%;
  padding: 0 15px 80px
}

.cardList .cardList_item:first-child {
  width: 66.6666666666%;
  height: 30vh;
}

@media screen and (max-width:768px) {
  .cardList .cardList_item:first-child {
  width: 100%;
}
}

.cardList .cardList_item a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.cardList .cardList_item a:hover {
  opacity: 0.8
}
.cardList .cardList_item:nth-child(3n) {
  margin-right: 0
}
.cardList .cardList_item:last-child {
  margin-bottom: 0
}
@media only screen and (max-width:767px) {
  .cardList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cardList .cardList_item {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 30px
  }
  .cardList .cardList_item:last-child {
    margin-bottom: 0
  }
}

/*------------------------------------------------------------
	ヘッド
------------------------------------------------------------*/

.is-black .heading {
  color: #fff
}
.is-black .heading:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), color-stop(5%, #fff), to(#fff));
  background: linear-gradient(to right, #fff 5%, #fff 5%, #fff 100%)
}
.heading {
  font-weight: bold;
  line-height: 1.4;
}

/* 追加 */
.section_header p {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.8;
}

.section_header p.center {
  text-align: center;
}

.heading > span {
  display: block;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 14px
}

.heading-center {
  margin-bottom: 15px;
  text-align: center;
  font-size: 36px
}

.heading-primary {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #006948;
  font-size: 36px
}

.heading > .span-right {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  color: #e85080;
  right: 0;
  bottom: 10px;
}



.heading-leftlead {
  border-left: 20px solid #37a34a;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 32px;
}




@media only screen and (max-width:767px) {
  .heading-center {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .heading-primary {
    font-size: 20px
  }

  .heading > .span-right {
    position: absolute;
    display: block;
    font-size: 14px;
    left: 0;
    bottom: 40px;
  }

  .heading-leftlead {
    font-size: 20px;
    border-left: 15px solid #37a34a;
  }

  .section_header p {
    font-size: 16px;
  }
}
.heading-primary:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #006948), color-stop(5%, #9cbb1c), to(#9cbb1c));
  background: linear-gradient(to right, #006948 5%, #9cbb1c 5%, #9cbb1c 100%)
}
.heading-secondary {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px
}

.section_header .heading-secondary span {
  font-size: 1.25rem;
  color: #006948;
  margin-left: 10px;
}

@media only screen and (max-width:767px) {
  .heading-secondary {
    display: block;
    font-size: 14px;
    line-height: 1.5
  }
  .section_header .heading-secondary > span {
  display: block;
  font-size: 1rem;
  margin-left: -5px;
}
}



.heading-secondary a {
  color: #000;
  text-decoration: none
}
.heading-secondary a:hover {
  opacity: 0.7
}
.heading-secondary span {
  padding-left: 10px;
  padding-bottom: 0;
  font-size: 12px;
  color: #555
}



/*------------------------------------------------------------
	ラベル
------------------------------------------------------------*/

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background-color: #000
}
a.label:hover {
  background-color: black;
  font-weight: bold;
  color: #fff
}
.label-lg {
  padding: 5px 50px 5px 30px;
  font-size: 15px
}
.label-radius {
  border-radius: 5px
}
.label-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 75px;
  height: 75px
}
.label-main {
  color: #45C6E5;
  border: 1px solid #45C6E5;
  color: #fff
}
.label-theme {
  color: #000;
  border: 1px solid #000;
  color: #fff
}
.label-gray {
  color: #707070;
  border: 1px solid #707070;
  color: #fff
}
.label-light-gray {
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #fff
}
.label-black {
  color: #000;
  border: 1px solid #000;
  color: #fff
}
.label-white {
  color: #fff;
  border: 1px solid #fff;
  color: #fff
}
.label-transparent {
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff
}
.label-sky {
  color: #45C6E5;
  border: 1px solid #45C6E5;
  color: #fff
}
.label-yellow {
  color: #F9D93B;
  border: 1px solid #F9D93B;
  color: #fff
}
.label-blue {
  color: #64C8E6;
  border: 1px solid #64C8E6;
  color: #fff
}
.label-orange {
  color: #FD9F5B;
  border: 1px solid #FD9F5B;
  color: #fff
}
.label-darkblue {
  color: #1F7B96;
  border: 1px solid #1F7B96;
  color: #fff
}
.label-green {
  color: #2D953C;
  border: 1px solid #2D953C;
  color: #fff
}
@media only screen and (max-width:767px) {
  .label {
    padding: 2px 15px
  }
  .label-lg {
    padding: 4px 30px 4px 15px;
    font-size: 12px
  }
}

/*------------------------------------------------------------
	ロゴ
------------------------------------------------------------*/

.logo {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.logo > a {
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  font-size: 24px
}
.logo > a > span {
  font-weight: normal;
  line-height: 1;
  display: block;
  padding-top: 5px;
  font-size: 12px
}
.logo.logo-white > a {
  color: #fff
}
.logo.logo-white > a > span {
  color: #fff
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/

.pageTop {
  position: fixed;
  right: 45px;
  bottom: 50px;
  z-index: 1;
  display: none
}
@media screen and (max-width:768px) {
  .pageTop {
    right: 20px;
    bottom: 20px
  }
}
.pageTop > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #417038;
  color: #fff;
  border-radius: 50%
}
.pageTop > a span {
  font-size: 10px;
  margin-top: 5px
}
.pageTop > a:hover {
  opacity: 0.8
}
@media screen and (max-width:768px) {
  .pageTop > a:hover {
    opacity: 1
  }
}
/* パンクズリスト */
.breadcrumb { 
  position: sticky;
  top: 64px;
  z-index: 1;
  padding: 8px 0;
  list-style: none;
  background-color: #f5f5f5;
  border-top: 1px solid #aaa
}
@media screen and (max-width:768px) {
  .breadcrumb {
    padding: 5px 0
  }
}
.breadcrumb a {
  color: #000
}
.breadcrumb a:hover {
  text-decoration: none
}
.breadcrumb .breadcrumb_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  color: #888
}
.breadcrumb .breadcrumb_inner > span {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  padding-right: 5px;
  padding-left: 5px;
  color: #333
}
@media screen and (max-width:768px) {
  .breadcrumb .breadcrumb_inner > span {
    font-size: 10px
  }
}
.breadcrumb .breadcrumb_inner > span a, .breadcrumb .breadcrumb_inner > span span {
  font-size: 12px
}
.breadcrumb .breadcrumb_inner > span:first-child {
  padding-left: 0
}
.breadcrumb .breadcrumb_inner > span:last-child {
  padding-right: 0
}

/*------------------------------------------------------------
	トップ画像
------------------------------------------------------------*/

.kv {
  position: relative;
  width: 100%;
  height: 80vh;
}
.kv .kv_slider {
  position: absolute;
  width: 100%;
  z-index: 998
}
.kv .kv_slider .kv_sliderItem {
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* 追加 */
}
.kv video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  overflow-clip-margin: content-box;
  overflow: clip;
  z-index: 0;
}
.kv .kv_inner {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kv .kv_title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center
}

.kv .kv_captitle {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #fff
}

.kv .kv_subtitle {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  color: #fff
}

.kv .kv_title .fa-solid {
  font-size: .9em;
  line-height: 1
}

.kv .kv_subtitle:after, .kv .kv_subtitle:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 70px;
  height: 1px;
  top: calc(50% - 1px)
}
.kv .kv_subtitle:before {
  left: -90px
}
.kv .kv_subtitle:after {
  right: -90px
}
.kv .kv_overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 999
}
.kv .kv_scroll {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.kv .kv_scroll .kv_scrollLink {
  display: inline-block;
  text-decoration: none
}
.kv .kv_scroll .kv_scrollLink p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 18px
}
.kv .kv_scroll .kv_scrollIcon {
  padding: 4px;
  text-align: center;
  color: #fff
}
@media only screen and (max-width:767px) {
  .kv {
    position: relative;
    width: 100%;
    margin-top: -25px
  }
  .kv .kv_inner {
    padding: 100px 0
  }
  .kv .kv_title {
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 45px
  }
  .kv .kv_captitle {
    font-size: 12px
  }
  .kv .kv_subtitle {
    font-size: 18px
  }
  
  .kv .kv_subtitle:after, .kv .kv_subtitle:before {
    top: calc(50% - 1px);
    width: 30px;
    height: 1px
  }
  .kv .kv_subtitle:before {
    left: -40px
  }
  .kv .kv_subtitle:after {
    right: -40px
  }
  .kv .kv_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.kv .kv_inner,
  .kv .kv_scroll,
  .kv .kv_overlay {
    opacity: 0;

    /* アニメーション */
    animation: fadeIn 2s linear;
    animation-fill-mode: both;
    animation-delay: 8s;
  }
  /* ---------------------------- */
  /* --- Animation --- */
  /* ---------------------------- */
  @keyframes fadeIn{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

.content * {
  font-family: "游ゴシック体", sans-serif
}
.content h2 {
  font-size: 32px;
  border-left: 20px solid #37a34a;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px
}
.content h3 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.content h3.center {
  font-size: 30px;
  color: #006948;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width:767px) {

  .content h2 {
    font-size: 25px;

  }
  .content h3 {
  font-size: 25px;
}
.content h3.center {
  font-size: 25px;
}
}
.content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em
}
.content p {
  font-size: 18px; /*16px*/
  line-height: 1.8;
  margin-bottom: 15px
}
.content p:last-child {
  margin-bottom: 0
}

.content a {
  color: #000
}
.content a:hover {
  text-decoration: none
}
.content em {
  font-weight: bold;
  /* font-style: italic */
}
.content iframe {
  width: 100%;
  margin-bottom: 30px
}

.content table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}

.content table td, .content table th {
  padding: 0.5em 2em 
}

@media only screen and (max-width:767px) {
  .content table  {
    width: 100%;
  }
  .content table td, .content table th {
    padding: 0.5em 
  }
}
.content .is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f0f6da
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

.content .layoutCard {
  height: 100%
}
.content .layoutCard-border {
  display: inline-block
}
.content .layoutCard-border a {
  border-radius: 5px;
  border: 1px solid #666;
  padding-bottom: 20px
}
.content .layoutCard a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.content .layoutCard a:hover {
  opacity: 0.8
}
.content .layoutCard .layoutCard_label {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  z-index: 10;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 80px;
  height: 80px
}
.content .layoutCard .layoutCard_pic {
  max-width: 280px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px
}
.content .layoutCard .layoutCard_pic img {
  height: auto;
  max-width: 100%;
  margin: auto
}
.content .layoutCard .layoutCard_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.content .layoutCard .layoutCard_body .layoutCard_title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 16px;
  line-height: 1;
  position: relative;
  margin: auto
}
.content .layoutCard .layoutCard_body .layoutCard_title:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 8px;
  left: -10px;
  width: calc(100% + 20px)
}
.content .layoutCard .layoutCard_body .layoutCard_price {
  font-size: 16px;
  margin: auto
}
@media only screen and (max-width:767px) {
  .content .layoutCard .layoutCard_label {
    top: -20px;
    left: 0;
    font-size: 10px;
    width: 60px;
    height: 60px
  }
  .layout_text .infoList .flexbox {
    margin-bottom: 1em;
  }
}
.content > * {
  margin-right: auto;
  margin-left: auto
}
.content > :not(.alignfull), .content > :not(.alignwide) {
  max-width: var(--wp--style--global--content-size)
}
.content > .alignwide {
  max-width: var(--wp--style--global--wide-size)
}
.content > .alignfull {
  max-width: none
}

.content .contentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

/* ---------------------------- */
/* --- ３つ並び --- */
/* ---------------------------- */

.content .contentList .cont_pic p{
margin-top: -15px;
}

.content .contentList .cont_pic {
  padding-bottom: 0
}
.content .contentList .cont_pic {
  width: 33.3333333333%;
  padding: 0 15px 80px
}

@media only screen and (max-width:767px) {
  .cont_pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .content .contentList .cont_pic {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 30px
  }
  
}

.infoList {
  margin-left: 20px;
  padding: 0
}

.layout_text .infoList .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f4e6;
  border: 6px solid #9cbb1c;
  border-radius: 20px;
}

.infoList .infoList_item {
  position: relative;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.infoList .infoList_item:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  left: 0;
  top: 25px
}
.infoList .infoList_item:first-child:before {
  content: "\f095"
}
.infoList .infoList_item:nth-child(2):before {
  content: "\f193"
}
.infoList .infoList_item:last-child:before {
  content: "\f095"
}

.infoList .infoList_item_noicon {
  position: relative;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.infoList .infoList_item .infoList_prepend {
  display: block;
  font-size: 16px
}
.infoList .infoList_item .infoList_append {
  display: block;
  font-size: 14px
}
.infoList .infoList_item .infoList_num {
  display: inline-block;
  font-size: 50px;
  font-weight: bold
}
.infoList .infoList_item .infoList_time {
  display: inline-block;
  font-size: 16px;
  font-weight: bold
}
.infoList .infoList_item .infoList_btn {
  margin: 15px 0;
  width: 100%;
  max-width: 285px
}
.infoList .infoList_item_noicon .infoList_btn {
  margin: 15px 0;
  width: 100%;
  max-width: 285px
}
.post .post_content {
  padding: 30px 0
}
.post .post_content time {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold
}
.post .post_related {
  padding: 70px 0 0;
  margin-top: 70px;
  border-top: 1px solid #ccc
}
@media only screen and (max-width:767px) {
  .post .post_content {
    padding: 15px 0 30px
  }
  .post .post_prevNext {
    padding-top: 20px
  }
  .post .post_prevNext .post_prevNext_item a {
    font-size: 12px
  }
  .post .post_prevNext .post_prevNext_item a i {
    font-size: 18px
  }
  .infoList .infoList_item .infoList_num {
    display: inline-block;
    font-size: 38px;
    font-weight: bold
  }
}

.is-full .post .post_content time {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
.is-full .post .post_footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}


main .archive {
  padding: 0px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
main .archive_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-bottom: 10px
}
main .archive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px
}
main .archive_list li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px
}
main .archive_list li a {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #707070;
  color: #000;
  font-size: 14px
}
main .archive_list li a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}
main .archive_list li a[aria-current] {
  color: #fff;
  background-color: #000;
  border-color: #000
}
main .archive_list li.current-cat a {
  color: #fff;
  background-color: #000;
  border-color: #000
}
@media only screen and (max-width:767px) {
  main .archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  main .archive_yealy {
    padding-top: 20px
  }
  main .archive_list li a {
    padding: 5px 10px;
    font-size: 12px
  }
}
.layoutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.layoutList .layoutList_item {
  width: calc((100% - 60px) / 3);
  padding: 20px 15px;
  margin: 20px 10px;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ccc
}
.layoutList .layoutList_item:nth-child(3n) {
  border-right: none
}
@media only screen and (max-width:767px) {
  .layoutList .layoutList_item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc
  }
}
.layoutCard {
  height: 100%
}
.layoutCard-border {
  display: inline-block
}
.layoutCard-border a {
  border-radius: 5px;
  border: 1px solid #666;
  padding-bottom: 20px
}
.layoutCard a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.layoutCard a:hover {
  opacity: 0.8
}
.layoutCard .layoutCard_label {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  z-index: 10;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 80px;
  height: 80px
}
.layoutCard .layoutCard_pic {
  max-width: 280px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px
}
.layoutCard .layoutCard_pic img {
  height: auto;
  max-width: 100%;
  margin: auto
}
.layoutCard .layoutCard_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.layoutCard .layoutCard_body .layoutCard_title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 16px;
  line-height: 1;
  position: relative;
  margin: auto
}
.layoutCard .layoutCard_body .layoutCard_title:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 8px;
  left: -10px;
  width: calc(100% + 20px)
}
.layoutCard .layoutCard_body .layoutCard_price {
  font-size: 16px;
  margin: auto
}
@media only screen and (max-width:767px) {
  .layoutCard .layoutCard_label {
    top: -20px;
    left: 0;
    font-size: 10px;
    width: 60px;
    height: 60px
  }
}

.layout .layout_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px
}
.layout .layout_body .layout_title {
  width: calc(50% - 40px);
  margin: 0 20px
}
.layout .layout_body .layout_text {
  width: calc(50% - 40px);
  margin: 0 20px
}
.layout .layout_body .layout_pic {
  width: calc(50% - 40px);
  margin: 0 20px
}

.layout .layout_body .layout_pic_3row {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px
}

.layout .layout_body .layout_pic_3row a:hover {
  opacity: .8;
}

.layout .layout_body .layout_pic_3row img {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .layout .layout_body .layout_pic_3row {
    width: calc(50% - 10px);
    margin: 10px 5px
  }

  }


.layout .layout_content p {
  font-size: 16px;
  padding: 15px 0;
  line-height: 2
}
.layout .layout_pic {
  position: relative
}
.layout .layout_body .layout_pic img {
  height: auto;
  max-width: 100%;
  margin-bottom: 0
}
.layout .layout_body .layout_pic p {
    font-size: 16px;
    padding: 5px 0px 20px;
}

@media only screen and (max-width:767px) {
  .layout .layout_body .layout_pic p {
    font-size: 18px;
    padding: 0px 0px 20px;
    }
    .layout .layout_body .layout_pic img {
      margin-bottom: 0
  }


.layout .layout_label {
  position: absolute;
  content: "";
  top: -30px;
  left: -30px;
  z-index: 10;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 80px;
  height: 80px
}
.layout .layout_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 0 auto;
  border: 1px solid #ccc
}
.layout .layout_list .layout_item {
  width: 33.3333%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ccc
}
.layout .layout_list .layout_item:last-child {
  border-right: none
}
.layout .layout_list .layout_itemLabel {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  display: inline-block;
  padding: 0 10px
}
.layout .layout_list .layout_itemData {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding: 0 10px
}
@media only screen and (max-width:767px) {
  .layout .layout_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px
  }
  .layout .layout_body .layout_text {
    width: 100%;
    margin: 0
  }
  .layout .layout_body .layout_pic {
    width: 100%;
    margin: 0
  }
  .layout .layout_body .layout_label {
    top: -10px;
    left: -10px;
    font-size: 10px;
    width: 60px;
    height: 60px
  }
  .layout .layout_text p {
    font-size: 14px;
    padding: 10px 0
  }
  .layout .layout_list {
    padding: 5px 0
  }
  .layout .layout_list .layout_item {
    width: 100%;
    padding: 5px;
    border-right: none;
    border-bottom: 1px solid #ccc
  }
  .layout .layout_list .layout_item:last-child {
    border-bottom: none
  }
  .layout .layout_footer {
    margin-bottom: 50px
  }
}
.prevNext {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.prevNext .prevNext_item {
  width: 50%
}
.prevNext .prevNext_item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}
.prevNext .prevNext_item a i {
  color: #45C6E5;
  font-size: 28px
}
.prevNext .prevNext_item a span {
  display: inline-block;
  padding: 0 10px
}
.prevNext .prevNext_item a:hover span {
  text-decoration: underline
}
.prevNext .prevNext_item-prev {
  border-right: 1px solid #224163;
  margin-right: auto
}
.prevNext .prevNext_item-next {
  text-align: right;
  margin-left: auto
}
@media only screen and (max-width:767px) {
  .prevNext {
    padding-top: 20px
  }
  .prevNext .prevNext_item a {
    font-size: 12px
  }
  .prevNext .prevNext_item a i {
    font-size: 18px
  }
}
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0;
  margin: 0 auto
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi > a {
  min-width: 42px;
  height: 38px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #999999;
  color: #000;
  text-decoration: none;
  margin: 0 5px
}
.pagination .wp-pagenavi span.pages, .pagination .wp-pagenavi > a.pages {
  border: none
}
.pagination .wp-pagenavi span.nextpostslink, .pagination .wp-pagenavi span.previouspostslink, .pagination .wp-pagenavi > a.nextpostslink, .pagination .wp-pagenavi > a.previouspostslink {
  position: relative
}
.pagination .wp-pagenavi > a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff
}
.pagination .wp-pagenavi > a:hover.nextpostslink:before, .pagination .wp-pagenavi > a:hover.previouspostslink:before {
  color: #fff
}
.pagination .wp-pagenavi > span.current {
  border: 1px solid #000;
  background: #000;
  color: #fff
}
@media only screen and (max-width:767px) {
  .pagination .wp-pagenavi span, .pagination .wp-pagenavi > a {
    width: 33px;
    height: 30px
  }
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/

.form {
  max-width: 800px;
  width: 100%;
  margin: auto
}
.form_group {
  padding: 30px 0;
  border-bottom: 1px dotted #ccc
}
.form_group:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.form_group label {
  font-weight: bold;
  font-size: 16px
}
.form_group label span {
  font-size: 12px;
  font-weight: bold;
  color: #D93B00
}
.form_group > div input, .form_group > div textarea {
  padding: 10px;
  font-size: 16px;
  width: 100%
}
.form_btn {
  margin: auto;
  max-width: 80%
}
.form_btn input {
  color: #fff;
  background-color: #000;
  border-color: #000
}
.form_btn-back {
  margin: auto;
  max-width: 80%;
  padding-top: 30px
}
.form_btn-back input {
  color: #000;
  background-color: #fff;
  border-color: #ccc
}

/*------------------------------------------------------------
	ヘッド
------------------------------------------------------------*/

.latest {
  border-top: 1px solid #666;
  margin-top: 50px;
  padding-top: 50px
}
.latest_header {
  padding-bottom: 20px
}
.is-full .latest {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
.comments {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 50px;
  font-size: 14px
}
.comments a {
  color: #000
}
.comments a:hover {
  text-decoration: none
}
.comments .comment-respond .comment-reply-title {
  font-size: 18px
}
.comments .comment-respond + p {
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  text-align: right
}
.comments .comment-form .comment-notes {
  font-size: 12px
}
.comments .comment-form .logged-in-as {
  text-align: right;
  font-size: 14px
}
.comments .comment-form .comment-form-comment label {
  display: block
}
.comments .comment-form .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  padding: 10px
}
.comments .comment-form .comment-form-author, .comments .comment-form .comment-form-email, .comments .comment-form .comment-form-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.comments .comment-form .comment-form-author label, .comments .comment-form .comment-form-email label, .comments .comment-form .comment-form-url label {
  width: 180px;
  white-space: nowrap
}
.comments .comment-form .comment-form-author input, .comments .comment-form .comment-form-email input, .comments .comment-form .comment-form-url input {
  width: calc(100% - 180px);
  padding: 10px
}
.comments .comment-form .comment-form-cookies-consent {
  font-size: 12px
}
.comments .comment-form .form-submit {
  text-align: center
}
.comments .comment-form .form-submit .submit {
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 10px 10px 10px 10px;
  border: none;
  background-color: #eee;
  position: relative
}
.comments .comment-form .form-submit .submit:hover {
  opacity: 0.8
}
.comments .commentlist .comment {
  padding: 15px 0;
  border-bottom: 1px dotted #ddd
}
.comments .commentlist .comment:last-child {
  border-bottom: none
}
.comments .commentlist .comment .children {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #eee
}
.comments .commentlist .comment .comment-body .comment-awaiting-moderation {
  text-align: center;
  display: block;
  padding-top: 15px
}
.comments .commentlist .comment .comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.comments .commentlist .comment .comment-body .comment-author cite {
  margin-left: 10px
}
.comments .commentlist .comment .comment-body .comment-meta {
  text-align: right;
  font-size: 12px
}
.comments .commentlist .comment .comment-body p {
  font-size: 16px
}
.comments .commentlist .comment .comment-body .reply {
  text-align: center
}
.comments .commentlist .comment .comment-body .reply .comment-reply-link {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 10px 10px 10px 10px;
  border: none;
  background-color: #eee
}
@media only screen and (max-width:767px) {
  .comments {
    padding-top: 30px;
    margin-top: 30px
  }
  .comments .comment-respond .comment-reply-title {
    font-size: 14px
  }
  .comments .comment-form .logged-in-as {
    font-size: 12px
  }
  .comments .comment-form .comment-form-comment textarea {
    height: 100px
  }
  .comments .comment-form .comment-form-author, .comments .comment-form .comment-form-email, .comments .comment-form .comment-form-url {
    display: block
  }
  .comments .comment-form .comment-form-author label, .comments .comment-form .comment-form-email label, .comments .comment-form .comment-form-url label {
    display: block;
    width: 100%
  }
  .comments .comment-form .comment-form-author input, .comments .comment-form .comment-form-email input, .comments .comment-form .comment-form-url input {
    width: 100%
  }
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px
  }
  .comments .comment-form .form-submit .submit {
    font-size: 14px
  }
  .comments .commentlist .comment .children {
    padding-left: 15px;
    margin-left: 15px
  }
  .comments .commentlist .comment .comment-body p {
    font-size: 14px
  }
}
.is-full .comments {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
.pageNav {
  scroll-margin-top: 86px;
  padding: 70px 0 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.pageNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.pageNav ul li {
  border-left: 1px solid #000;
  margin-bottom: 0;
  line-height: 1
}
.pageNav ul li:last-child {
  border-right: 1px solid #000
}
.pageNav ul li a, .pageNav ul li span {
  color: #000;
  padding: 5px 15px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px
}
.pageNav ul li a:hover, .pageNav ul li span:hover {
  opacity: 0.7
}
.post-password-form {
  text-align: center
}
.post-password-form label {
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px
}
.post-password-form input[type=password] {
  line-height: 1;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #000
}
.post-password-form input[type=submit] {
  position: relative;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  font-size: 14px
}
.post-password-form input[type=submit]:hover {
  opacity: 0.8
}
}


/*------------------------------------------------------------
	お支払い方法
------------------------------------------------------------*/

.section.payment .pic_payment {
  display: flex;
  justify-content: center;
}
.section.payment .payment {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .section.payment .pic_payment {
    display: block;
  }
  .section.payment .payment {
    width: 100%;
    margin-bottom: 0;
  }
}


/*------------------------------------------------------------
	項目
------------------------------------------------------------*/

.koumoku_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.koumoku_inner .koumoku {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.koumoku_inner .koumoku .inner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.koumoku_inner .koumoku li {
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color:#37a34a;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-right: 25px;
}
.koumoku_inner .koumoku .inner p {
  line-height: 1.7;
  font-size: 20px;
}
@media only screen and (max-width:767px) {
  .koumoku_inner .koumoku {
    display: block;
  }
  .koumoku_inner .koumoku .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .koumoku_inner .koumoku li {
    display: block;
    margin-right: 0;
  margin-bottom: 10px;
    }
    .koumoku_inner .koumoku .inner p {
      display: block;
      margin-bottom: 10px;
    }
  }

/*------------------------------------------------------------
	イラスト
------------------------------------------------------------*/

.section_num {
  margin-bottom: 30px;
}
.section_num .section_inner .irast_inner {
  max-width: 960px;
  margin: -60px auto 0px;
  /* background-color: #006948; */
}
@media only screen and (max-width:767px) {
  .section_num {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .section_num .section_inner .irast_inner img {
  width: 100%;
  height: 50%;
}
}

/*------------------------------------------------------------
	テーブル（運賃）
------------------------------------------------------------*/

.content.unchin-teble table {
  background-color: #fff;
  border-collapse:  collapse; /* セルの線を重ねる */
  font-size: 20px;
  margin-bottom: 30px;
}

.content.unchin-teble th {
  background-color: #9cbb1c;  /* 背景色指定 */
  padding: 15px; 
}
.content.unchin-teble th,.content.unchin-teble td {
  border-bottom: #9cbb1c solid 2px;    /* 枠線指定 */
}

.content.unchin-teble th {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.content.unchin-teble .midashi {
  padding: 0.5em 1em;
  background: #f0f6da;
  font-size: 30px;
  font-weight: bold;
}

.content.unchin-teble strong,
.content.unchin-teble b {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.content.unchin-teble strong {
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: right;
}
.content.unchin-teble strong::after {
  content: "円";
  font-size: 1.5rem;
  margin-left: 5px;
}

.content.unchin-teble b::after {
  content: "％割引";
  font-size: 1.5rem;
  margin-left: 5px;
}

.content.unchin-teble .teble_inner {
  width: 80%;
  margin: -10px auto 0;
}
.content.unchin-teble .teble_inner .rigth {
  text-align: right;
}

@media only screen and (max-width:767px) {
  .content.unchin-teble tbody {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
  } 
  .content.unchin-teble table {
    font-size: 15px;
}
.content.unchin-teble .midashi {
  padding: 0.5em 0.2em;
  font-size: 22px;
}

.content.unchin-teble strong,
.content.unchin-teble b {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.content.unchin-teble .teble_inner {
  width: 100%;
}
.content.unchin-teble .teble_inner .rigth {
  text-align: left;
  font-size: 1rem;
}


}

/*------------------------------------------------------------
	faq（よくある質問）
------------------------------------------------------------*/

.section .section_inner .faq .faq_inner {
  /* display: flex; */
  /* background-color: #0bd; */
  width: 100%;
  margin-bottom: 30px;
}


.section .section_inner .faq .faq_inner .question{
  display: flex;
  font-size: 1.25rem;
  text-align: left;
  padding: 10px 20px;
  background-color: #d1de4c;
}

.section .section_inner .faq .faq_inner h3::before {
  flex: 0 0 2rem;
  font-family: "Font Awesome 5 Free";
  content: "\51";
  background-color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  color: #006948;
  text-align: center;
  line-height: 2;
  margin-right: 10px;
}

.section .section_inner .faq .faq_inner .answer {
  margin: 20px;
}

.section .section_inner .faq .faq_inner .answer::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\41";
  background-color: #fa2;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-right: 10px;
}

.section .section_inner .faq p.answer span {
  color: #fa2;
}

@media only screen and (max-width:767px) {
.section .section_inner .faq .faq_inner .question{
  font-size: 1.25rem;
  padding: 10px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.section .section_inner .faq .faq_inner .answer {
  margin: 3px;
}
}

/*------------------------------------------------------------
	ケアサービス
------------------------------------------------------------*/

.care-service {
  
}

.care-service .care-service_inner {
  display: flex;
  justify-content: ;
  align-items: start;
  margin-bottom: 15px;
}

.care-service .care-service_inner h3 {
  flex: 0 0 250px;
  /* width: 400px; */
  height: auto;
  font-size: 1.25rem;
  color: #fff;
  background-color: #2D953C;
  padding: 8px 0;
  margin-right: 20px;
  border-radius: 10px;
}

.care-service .care-service_inner span {
  display: block;
  font-weight: bold;
  color: #2D953C;
}

@media only screen and (max-width:767px) {
  .care-service .care-service_inner {
    display: block;
  }
}

/*------------------------------------------------------------
	スタッフの声（staffs）
------------------------------------------------------------*/

.recruit_inner {
  display: flex;
  position: relative;
}

.recruit_inner a .btn {
  position: absolute;
  left: 30px;
  bottom: 50px;
  width: auto;
  height: 60px;
  background-color: #ed6d35;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 5px 5px 5px #8f6552;
}

.recruit_inner a .btn:hover {
  left: 32px;
  bottom: 48px;
  box-shadow: 0px 0px 0px #8f6552;
}

@media only screen and (max-width:1060px) {
  .recruit_inner {
    display: block;
  }

  .recruit_inner a .btn {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 50px;
    background-color: #ed6d35;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #8f6552;
  }

  .recruit_inner a .btn:hover {
    left: 0;
    bottom: -25px;
    width: 100%;
    box-shadow: 0px 0px 0px #8f6552;
  }
}


.staffs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.staffs .staffs_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px
}

.staffs .staffs_body .staffs_title {
  width: calc(50% - 40px);
  margin: 0 20px
}
.staffs .staffs_body .staffs_text {
  width: calc(50% - 40px);
  margin: 0 20px
}
.staffs .staffs_body .staffs_pic {
  width: calc(50% - 40px);
  margin: 0 20px
}


.staffs .staffs_body .staffs_text_inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.staffs .staffs_body .staffs_text_inner::before {
  content: "";
  position: absolute;
  margin-bottom: -30px;
  width: 100%;
  height: 3px;
  background-color: #2D953C;
  margin-left: 100px;
}

.staffs .staffs_body .staffs_text_inner.evenNumber {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.staffs .staffs_body .staffs_text_inner.evenNumber::before  {
  content: "";
  position: absolute;
  margin-bottom: -30px;
  width: 100%;
  height: 3px;
  margin-left: -100px;
}

.staffs .staffs_body .staffs_text_inner .staffs_icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #2D953C;
  text-align: center;
  border-radius: 10px;
}

.staffs .staffs_body .staffs_text_inner .staffs_icon.evenNumber {
  display: block;
  position: rigth;
  width: 80px;
  height: 80px;
  margin: 0 0 0 auto;
  background-color: #2D953C;
  text-align: center;
  border-radius: 10px;
}

.staffs .staffs_body .staffs_text_inner .staffs_icon span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}

.staffs .staffs_body .staffs_text_inner .staffs_icon {
  font-family: Lato;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}


.staffs .staffs_body .staffs_text_inner .staffs_name {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006948;
  font-size: 36px;
  
}

.staffs .staffs_body .staffs_text_inner h2 span {
  position: absolute;
    right: 0;
    bottom: 22px
  }

  .staffs .staffs_body .staffs_text_inner.evenNumber h2 span {
    position: absolute;
    right: 120px;
      bottom: 22px
    }

  .staffs .staffs_content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #006948;
    padding: 15px 0 0 ;
    line-height: 2
  }

.staffs .staffs_content p {
  font-size: 18px;
  padding: 5px 0;
  line-height: 1.5
}

.staffs .staffs_pic {
  position: relative
}
.staffs .staffs_body .staffs_pic img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  border-radius: 50%;
  
}
.staffs .staffs_body .staffs_pic p {
    font-size: 16px;
    padding: 5px 0px 20px;
}

@media only screen and (max-width:767px) {
  .staffs {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .staffs .staffs_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;

    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 30px
  }
  .staffs .staffs_body .staffs_text {
    order: 1;
    width: 100%;
    margin: 0;
    
  }
  .staffs .staffs_body .staffs_pic {
    order: 0;
    width: 100%;
    margin: 0;
  }

  .staffs .staffs_body .staffs_text_inner::before {
    content: "";
    position: absolute;
    margin-bottom: -20px;
    width: 80%;
    height: 3px;
    background-color: #2D953C;
    margin-left: 70px;
  }
  
  .staffs .staffs_body .staffs_text_inner.evenNumber {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  
  .staffs .staffs_body .staffs_text_inner.evenNumber::before  {
    content: "";
    position: absolute;
    margin-bottom: -20px;
    width: 80%;
    height: 3px;
    margin-left: 0px;
  }
  
  .staffs .staffs_body .staffs_text_inner .staffs_icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-color: #2D953C;
    text-align: center;
    border-radius: 10px;
  }
  
  .staffs .staffs_body .staffs_text_inner .staffs_icon.evenNumber {
    display: block;
    position: rigth;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    background-color: #2D953C;
    text-align: center;
    border-radius: 10px;
  }
  
  .staffs .staffs_body .staffs_text_inner .staffs_icon span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
  
  .staffs .staffs_body .staffs_text_inner .staffs_icon {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  
  
  .staffs .staffs_body .staffs_text_inner .staffs_name {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #006948;
    font-size: 25px;
    
  }
  
  .staffs .staffs_body .staffs_text_inner h2 span {
    position: absolute;
      right: 0;
      bottom: 22px
    }
  
    .staffs .staffs_body .staffs_text_inner.evenNumber h2 span {
      position: absolute;
      right: 70px;
        bottom: 22px
      }


  }

@media only screen and (max-width:767px) {
  .staffs .staffs_body .staffs_pic p {
    font-size: 18px;
    padding: 0px 0px 20px;
    }
    .staffs .staffs_body .staffs_pic img {
      margin-bottom: 0
  }
}

/*------------------------------------------------------------
	観光コース
------------------------------------------------------------*/

.tab-sigh {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
  margin: auto;
}

.tab-sigh > label {
  flex: 1 1;
  order: -1;
  opacity: .5;
  min-width: 70px;
  padding: .6em 1em;
  border-radius: 5px 5px 0 0;
  background-color: #9cbb1c;
  color: #fff;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.tab-sigh > label:hover {
  opacity: .8;
}
.tab-sigh > label img {
  margin: 0;
  width: 100%;
}

.tab-sigh input {
  display: none;
}

.tab-sigh > div {
  display: none;
  width: 100%;
  padding: 1.5em 0;
  margin-right: -20px;
  background-color: #fff;
}

.tab-sigh label:has(:checked) {
  opacity: 1;
}

.tab-sigh label:has(:checked) + div {
  display: block;
}

.tab-sigh h2.course {
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  padding: 15px 20px;
  background: #d1de4c;
  color: #333;
  border-radius: 8px;
}

.tab-sigh h2.course span {
  display: block;
  padding-top: 5px;
  padding-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 16px
}

.tab-sigh .cours_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tab-sigh .cours_inner .text_inner,
.tab-sigh .cours_inner .hkdmap_inner {
max-width: calc(47% + 10px);
padding: 0px;
margin-top: 30px;
margin-left: 20px;
}

.tab-sigh .cours_inner .text_inner img {
  margin-top: 20px;
  width: 100%;
}

.tab-sigh .cours_inner .text_inner h3 {
  font-size: 20px;
  margin-top: 0;
  
}

.tab-sigh .cours_inner .hkdmap_inner img {
  margin-top: -120px;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .tab-sigh h2.course {
      display: block;
      width: 100%;
      height: auto;
      font-size: 18px;
      padding: 15px 15px;
  }
  .tab-sigh h2.course span {
    font-size: 15px;
    font-weight: normal;
    white-space: pre-line;
  }
  
  .tab-sigh .cours_inner {
      display: block;
  }
  
  .tab-sigh .cours_inner .text_inner,
  .tab-sigh .cours_inner .hkdmap_inner {
    max-width: 100%;
    padding: 0px;
    margin-top: 20px;
    margin-left: 0px;
  }
  
  .tab-sigh .cours_inner .text_inner img {
      position: relative;
      margin-top: 10px;
      width: 100%;
  }
  
  .tab-sigh .cours_inner .text_inner h3 {
      font-size: 20px;
      margin-top: 0;
      
  }
  
  .tab-sigh .cours_inner .hkdmap_inner img {
      margin-top: -40px;
      width: 100%;
  }
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 80vh;
z-index: 999;
background:#2D953C;
text-align:center;
color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(100px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}