/* reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-family: NotoSans400 , sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.m_fixed_sns {
  padding-bottom: 75px;
}
.grecaptcha-badge { visibility: hidden; }

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

p{
  letter-spacing: 1.6px;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

li{
    list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;

  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 20px 24px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: none;
  font-size: 1em;
  font-family: inherit;

  -webkit-appearance: none;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input::-ms-input-placeholder {
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

input[type="submit"],
input[type="button"] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;

  -webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type="radio"] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

input[type="radio"] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked + span::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
input[type="radio"]:checked + span::after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -0.2em;
    width: 19px;
    height: 8.6px;
    border-bottom: 2px solid #499A2E;
    border-left: 2px solid #499A2E;
    content: "";
    opacity: 1;
    transform: translateY(-50%) rotate(-45deg);
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  transition: all 1s ease 0s;
}

input[type="checkbox"] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

input[type="checkbox"] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.2em;
  width: 26px;
  height: 15.6px;
  border-bottom: 4px solid #e2e2e2;
  border-left: 4px solid #e2e2e2;
  content: "";
  opacity: 1;
  transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;

  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}
a{
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
.wpcf7-spam-blocked,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors{
    text-align: left;
    color: red;
    margin: 20px 0;
}
.screen-reader-response{
    display: none;
}

/* Fonts */
@font-face {
    font-family: "poppins700";
    src: url('../fonts/Poppins-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: "poppins400";
    src: url('../fonts/Poppins-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: "NotoSans400";
    src: url('../fonts/NotoSansJP-Regular.otf');
    font-display: swap;
}
@font-face {
    font-family: "NotoSans500";
    src: url('../fonts/NotoSansJP-Medium.otf');
    font-display: swap;
}
@font-face {
    font-family: "NotoSans700";
    src: url('../fonts/NotoSansJP-Bold.otf');
    font-display: swap;
}

/* Utility */
.u-flex{
    display: flex;
}
.u-uppercase{
    text-transform: uppercase;
}
.u-text-green{
    color: #499A2E;
}
.u-row-reverse{
    flex-direction: row-reverse;
}
.u-mb-2{
    margin-bottom: 24px;
}
.u-mb-3{
    margin-bottom: 60px;
}
.u-justify-between{
    justify-content: space-between;
}
.u-align-center{
    align-items: center;
}
.u-text-center{
    text-align: center;
}

/* Common */
.container.container{
    display: block;
    width: 1100px;
    max-width: 100%;
    margin: 88px auto 180px;
    padding: 0;
}
@media(max-width:1100px){
    .container.container{
        width: 90%;
        margin: 88px auto 80px;
    }
}
.inner{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width:1100px){
    .inner{
        width: 90%;
    }
}
.inner-sm{
    width: 878px;
    max-width: 100%;
    margin: 0 auto;
}
.section-title{
    font-size: 24px;
    letter-spacing: 4.8px;
    font-weight: bold;
    text-align: center;
    color: #393939;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
.section-sub-title{
    font-size: 12px;
    text-align: center;
    font-family: 'poppins400';
    font-weight: 400;
}
.btn-large{
    width: 584px;
    max-width: 100%;
    padding: 24px 0 17px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #499A2E;
    border-radius: 50px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width:600px){
    .btn-large{
        font-size: 20px;
        padding: 16px;
    }
}
.btn-large span{
    display: block;
    margin-top: 6px;
    font-size: 12px;
}
.before-icon{
    display: inline;
    vertical-align: middle;
    margin-right: 9px;
}
@media (max-width:600px){
    .before-icon{
        width: 20px;
        height: 20px;
    }
}
.lower__title{
    position: relative;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid #499A2E;
}
.lower__title::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 30px;
    background: url('../img/yoikoland/title-leaf.png') center/cover no-repeat;
    width: 41px;
    height: 29px;
}
.lower-heading2,
.cat-yoiko-blog-single h2{
    font-size: 21px;
    color: #499A2E;
    letter-spacing: 4.2px;
}
table{
    border: 1px solid #499A2E;
}
th{
    background: #F5FFE6;
    border: 1px solid #499A2E;
    text-align: center;
    letter-spacing: 3.2px;
    padding: 18px 20px;
    width: 38%;
    vertical-align: middle;
}
td{
    background: #fff;
    border: 1px solid #499A2E;
    letter-spacing: 3.2px;
    padding: 18px 20px;
    width: 62%;
}
@media (max-width:600px){
th,td{
    display: block;
    width: 100%;
    padding: 10px;
}
}
.pagination{
    margin-top: 60px;
}
.nav-links{
    justify-content: center;
}
.page-numbers{
    margin: 0 12px;
    font-weight: bold;
}
.prev{
    position: relative;
}
.next{
    position: relative;
}
.icon-prev::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/yoikoland/icon-prev.png') center/cover no-repeat;
    display: block;
    content: "";
    width: 7px;
    height: 10px;
}
.icon-next::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/yoikoland/icon-next.png') center/cover no-repeat;
    display: block;
    content: "";
    width: 7px;
    height: 10px;
}
.anchor-link{
    color: #499A2E;
    text-decoration: underline;
}
.anchor-link:hover{
    opacity: 0.5;
}
.sp-only{
    display: none;
}
@media (max-width:768px){
.pc-only{
    display: none;
}
.sp-only{
    display: block;
}
}
body.fixed{
    overflow: hidden;
}


/* TOP */
/* MV */
.mv{
    width: 100%;
    height: 680px;
    object-fit: cover;
    background: url('../img/yoikoland/yoiko-mv.jpg') center/cover no-repeat;
    position: relative;
}
.mv__copy{
    position: absolute;
    bottom: 10%;
    left: 10%;
    flex-direction: column;
}
@media (max-width:600px){
    .mv__copy{
        left: 50%;
        transform: translateX(-50%);
    }
}
.mv__main-copy{
    font-size: 26px;
    letter-spacing: 5.2px;
    font-weight: bold;
    color: #393939;
    padding: 0 12px;
    background: #fff;
    border-radius: 5px;
    width: 410px;
}
@media (max-width:600px){
    .mv__main-copy{
        font-size: 21px;
        width: 350px;
        letter-spacing: 4.2px;
    }
}
.mv__main-copy:last-child{
    margin-top: 16px;
}

/* Header */
.yoiko-header{
    position: relative;
    background: #F5FFE6;
    padding: 15px 40px;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:600px){
    .yoiko-header{
        padding: 15px 16px;
    }
}
.header__page-name{
    font-size: 18px;
    letter-spacing: 3.6px;
    transition: 0.5s;
}
.header__page-name:hover{
    opacity: 0.5;
}
@media (max-width:991px){
.header__nav{
    display: none;
}
}
.header__nav-link{
    font-size: 16px;
    margin-right: 40px;
    font-weight: bold;
}
.header__nav-list{
    align-items: center;
}
.header__nav-link--btn.header__nav-link--btn{
    margin-right: 0;
    color: #fff;
    background: #499A2E;
    width: 203px;
    text-align: center;
    padding: 17px 0;
    display: block;
    border-radius: 50px;
}
.header__nav-item{
    transition: 0.5s;
}
.header__nav-item:hover{
    opacity: 0.5;
}
/* drawer */
.openbtn{
    display: none;
}
@media(max-width:991px){
    .openbtn{
        display: block;
        position: absolute;
        cursor: pointer;
        width: 50px;
        height:50px;
        border-radius: 5px;
        z-index: 20;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
.openbtn .openbtn-area{
    transition: all .6s;
	width:50px;
	height:50px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #57310F;
  	width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.active .openbtn-area{
	transform: rotate(360deg);
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.drawer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5FFE6;
    z-index: 15;
    padding: 15px 16px;
}
.drawer.active{
    display: block;
}
.drawer__title{
    padding: 6px 0;
}
.drawer__nav-list{
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}
.drawer__nav{
    margin-top: 40px;
}
.drawer__nav-item{
    padding: 8px;
}
.drawer .header__logo{
    margin: 0 auto;
}
.sticky-container{
    position: sticky;
    top: 0;
    z-index: 50;
}
.yoiko-header__inner{
    position: relative;
    width: 100%;
}
.drawer .header__nav-link--btn.header__nav-link--btn{
    margin-top: 40px;
    width: 100%;
}

/* About */
.about{
    margin: 120px 0 160px;
}
.about > .inner{
    position: relative;
}
.about > .inner::before{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/yoikoland/img-circle.png') center/contain no-repeat;
    width: 406px;
    height: 406px;
    top: 0;
    left: -80px;
    z-index: -1;
}
.about .section-title::before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background: url('../img/yoikoland/icon-leaf.png') center/contain no-repeat;
    width: 38px;
    height: 27px;
}
.about__body{
    margin-top: 40px;
}
@media (max-width:768px){
.about__body{
    flex-direction: column;
}
}
.about__left{
    width: 55%;
}
.about__right{
    margin-left: 40px;
    width: 42%;
    line-height: 28px;
}
@media (max-width:768px){
.about__left{
    width: 100%;
}
.about__left img{
    width: 100%;
}
.about__right{
    width: 100%;
    margin: 16px 0 0 0;
}
}

/* Facility */
.facility{
    margin: 160px 0;
}
.facility__list{
    margin-top: 32px;
    justify-content: space-between;
}
@media (max-width:768px){
    .facility__list{
        flex-direction: column;
    }
}
.facility .section-title::before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: -39px;
    transform: translateY(-50%);
    background: url('../img/yoikoland/icon-home.png') center/contain no-repeat;
    width: 27px;
    height: 27px;
}
.facility__item{
    width: 342px;
    max-width: 100%;
    margin-right: 38px;
}
@media (max-width:768px){
    .facility__item{
        width: 100%;
        margin: 16px 0 0 0;
    }
}
.facility__item:last-child{
    margin-right: 0;
}
.facility__item-title{
    padding: 10px 0;
    text-align: center;
    background: #F5FFE6;
    color: #499A2E;
    font-size: 18px;
    letter-spacing: 3.6px;
    font-weight: bold;
}
.facility__img{
    width: 100%;
    height: 194px;
    object-fit: cover;
}

/* News */
.news{
    margin: 160px 0 140px;
}
.news__body{
    border: 1px solid #499A2E;
    padding: 60px 0;
    margin-top: 40px;
}
.news .section-title::before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background: url('../img/yoikoland/icon-info.png') center/contain no-repeat;
    width: 28px;
    height: 27px;
}
.news__list{
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width:991px){
    .news__list{
        width: 90%;
    }
}
.news__item{
    padding-bottom: 5px;
    border-bottom: 1px solid #499A2E;
    margin-top: 31px;
}
.news__item:first-child{
    margin-top: 0;
}
.news__date{
    margin-right: 28px;
    letter-spacing: 3.2px;
}
.news__title{
    letter-spacing: 3.2px;
}
@media (max-width:768px){
.news__link{
    flex-direction: column;
}
.news__title{
    margin-top: 8px;
}
}

/* Contact */
.contact{
    margin: 140px 0 120px;
}
.contact > .inner{
    position: relative;
    background: #F5FFE6;
    padding: 60px 0 64px;
}
@media (max-width:768px){
    .contact > .inner{
        padding: 60px 16px 64px;
    }
}
.contact > .inner::before{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/yoikoland/img-leaf3.png') center/contain no-repeat;
    width: 204px;
    height: 38px;
    left: 15px;
    bottom: 6px;
}
.contact > .inner::after{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/yoikoland/img-leaf3.png') center/contain no-repeat;
    width: 204px;
    height: 38px;
    right: 15px;
    bottom: 6px;
}
@media (max-width:600px){
    .contact > .inner::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .contact > .inner::after{
        content: none;
    }
}

/* Footer */
.footer__page-name.footer__page-name{
    color: #499A2E;
    font-size: 21px;
    letter-spacing: 4.2px;
    font-weight: bold;
    height: unset;
    background-color: unset;
    text-align: unset;
    line-height: unset;
}
address{
    margin-top: 24px;
    font-style: normal;
    letter-spacing: 3.2px;
}
.footer__bottom{
    background: #F5FFE6;
    padding: 31px 0 14px;
    width:100vw;
    margin:70px calc(50% - 50vw) 0;
}
.footer__nav{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.footer__nav-list{
    justify-content: center;
}
@media (max-width:991px){
    .footer__nav{
        width: 90%;
        margin: 0 auto;
    }
    .footer__nav-list{
        flex-direction: column;
    }
}
.footer__nav-item{
    margin-right: 60px;
    font-weight: 500;
}
@media (max-width:991px){
    .footer__nav-item{
        margin: 4px 0 0 0;
    }
}
.footer__nav-item:last-child{
    margin-right: 0;
}
.copyright{
    text-align: center;
    font-size: 12px;
    color: #499A2E;
    letter-spacing: 2.4px;
    margin-top: 23px;
    height: unset;
    background-color: unset;
    line-height: unset;
}

/* 施設案内 */
.col-left{
    width: 500px;
    max-width: 100%;
}
@media (max-width:1100px){
.col-left{
    margin: 0 40px;
}
}
.col-right{
    width: 550px;
    max-width: 100%;
}
.lower__content2{
    margin-top: 140px;
}
.lower-txt{
    margin-top: 11px;
    letter-spacing: 3.2px;
}
.lower-list li{
    list-style: disc;
    margin-left: 20px;
}
@media (max-width:900px){
.info-item{
    flex-direction: column;
}
.col-left{
    width: 100%;
}
.col-right{
    width: 100%;
    margin-top: 16px;
}
}

/* 入園案内 */
.price-wrap{
    margin-top: 140px;
}
.remarks{
    margin: 24px auto 0;
    font-size: 14px;
    width: 700px;
    max-width: 100%;
}
.flow-wrap{
    margin-top: 140px;
}
.flow__list{
    margin-top: 24px;
}
.flow__item{
    position: relative;
    background: #F5FFE6;
    border-radius: 76px;
    padding: 33px 58px;
    align-items: center;
}
@media (max-width:600px){
    .flow__item{
        padding: 32px;
        flex-direction: column;
    }
}
.flow__item::after{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/yoikoland/flow/arrow-bottom.png') center/cover no-repeat;
    width: 20px;
    height: 16px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.flow__item:last-child{
    background: #499A2E;
    color: #fff;
    font-size: 24px;
    letter-spacing: 4.8px;
    font-weight: bold;
    padding: 60px 0;
}
.flow__num{
    font-size: 54px;
    padding-right: 48px;
    border-right: 2px solid #499A2E;
    color:rgba(0,0,0,.0);
     -webkit-text-stroke: 2px #499A2E;
    font-weight: 400;
    font-family: 'poppins700';
    margin-right: 20px;
}
@media (max-width:600px){
    .flow__num{
        font-size: 32px;
        padding-right: 20px;
        border-right: unset;
        border-bottom: 2px solid #499A2E;;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.flow__content{
    width: 100%;
    text-align: center;
}
.flow__title{
    letter-spacing: 3.6px;
    margin-bottom: 12px;
}
.flow__explanation{
    letter-spacing: 3.2px;
}
.flow__item--admission::before{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/yoikoland/flow/admission01.png') center/cover no-repeat;
    width: 119px;
    height: 119px;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.flow__item--admission::after{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/yoikoland/flow/admission02.png') center/cover no-repeat;
    width: 119px;
    height: 119px;
    top: 50%;
    right: 15%;
    left: unset;
    transform: translateY(-50%);
}
@media (max-width:600px){
    .flow__item--admission::before{
        width: 70px;
        height: 70px;
    }
    .flow__item--admission::after{
        width: 70px;
        height: 70px;
    }
}

/* お問い合わせ */
.form{
    margin-top: 60px;
}
.require{
    color: #499A2E;
    font-size: 14px;
    text-align: center;
    background: #F5FFE6;
    padding: 2px 5px;
}
.form input[type="text"],
.form input[type="email"]{
    background: #eee;
    height: 46px;
    border: unset;
    width: 508px;
    max-width: 100%;
}
.form input[type="tel"]{
    width: 194px;
    max-width: 100%;
    background: #eee;
    height: 46px;
    border: unset;
}
.form textarea{
    background: #eee;
    height: 180px;
    border: unset;
}
.form__item{
    margin-top: 28px;
}
@media (max-width:768px){
.form__item{
    flex-direction: column;
}
}
.form__head{
    width: 25%;
    margin-right: 40px;
    font-weight: bold;
}
@media (max-width:768px){
    .form__head{
        margin-bottom: 16px;
        width: 100%;
    }
}
.form__head p{
    letter-spacing: 3.2px;
}
.form__input{
    width: 70%;
}
.u-flex.form__input{
    gap: 28px;
}
@media (max-width:768px){
    .form__input{
        width: 100%;
    }
    .u-flex.form__input{
        gap: 8px;
    }
}
.herf.herf.herf.herf{
    width: 240px;
    max-width: 100%;
}
@media (max-width:768px){
    .herf.herf.herf.herf{
        width: 100%;
    }
}
.form .header__nav-link--btn{
    margin: 40px auto 0;
}
.wpcf7-form-control-wrap.name2 input,
.wpcf7-form-control-wrap.kana2 input{
    margin-left: 28px;
}
@media (max-width:768px){
    .wpcf7-form-control-wrap.name2 input,
    .wpcf7-form-control-wrap.kana2 input{
        margin: 0 0 0 8px;
    }
}
.lower__lead{
    letter-spacing: 3.2px;
}
.form__head-title{
    margin-right: 16px;
}
.page-contact__contact-wrap{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0 180px;
    border-top: 2px solid #499A2E;
}
@media (max-width:768px){
    .page-contact__contact-wrap{
        padding: 40px 0 80px;
        width: 90%;
    }
}
.contact__lead{
    text-align: center;
    line-height: 28px;
    letter-spacing: 4.8px;
}
.btn-large.contact-page{
    font-size: 32px;
    letter-spacing: 6.4px;
    line-height: 5px;
    padding: 20px 0;
}
@media (max-width:768px){
    .btn-large.contact-page{
        font-size: 18px;
        line-height: 16px;
    }
}
.btn-large.contact-page span{
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 400;
}
@media (max-width:768px){
    .btn-large.contact-page span{
        font-size: 14px;
    }
}

/* よいこらんどブログカテゴリーページ */
.cat-yoiko-blog__news-list{
    width: 100%;
    margin: 0 auto;
}
.cat-yoiko-blog__news-item{
    padding-bottom: 5px;
    border-bottom: 1px solid #499A2E;
    margin-top: 40px;
}
@media (max-width:600px){
    .cat-yoiko-blog__news-link{
        flex-direction: column;
    }
    .cat-yoiko-blog__news-link .news__title{
        margin-top: 16px;
    }
}

/* Single */
.cat-yoiko-blog-single h2{
    margin: 16px 0;
    text-align: center;
    width: auto;
}
.cat-yoiko-blog-single h3{
    margin: 16px 0;
    text-align: center;
}
.cat-yoiko-blog-single h4{
    margin: 16px 0;
    text-align: center;
}
.cat-yoiko-blog-single p{
    margin: 16px 0;
}
.cat-yoiko-blog-single img{
    margin: 16px 0;
}
.cat-yoiko-blog-single ul{
    margin: 16px 0;
}
.cat-yoiko-blog-single ol{
    margin: 16px 0;
}
.cat-yoiko-blog-single li{
    margin: 8px 0;
}
.single-pagenation{
    justify-content: center;
}
.single-pagenation li{
    margin: 16px 16px 0;
}
/* .single-pagenation .prev{
    position: relative;
    text-decoration: underline;
}
.single-pagenation .prev::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    content: "";
    background: url('../img/yoikoland/icon-prev.png') center/cover no-repeat;
    display: block;
    content: "";
    width: 7px;
    height: 10px;
}
.single-pagenation .next{
    position: relative;
    text-decoration: underline;
}
.single-pagenation .next::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%)rotate(180deg);
    right: -40px;
    content: "";
    background: url('../img/yoikoland/icon-prev.png') center/cover no-repeat;
    display: block;
    content: "";
    width: 7px;
    height: 10px;
} */