@charset "UTF-8";
body {
    margin: 0;
 font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color:#333;
    background: #fff;
    height: 100%;
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}

.wrapper {
    overflow: hidden;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    opacity: 0.7;
}

h1,
h2,
h3,
h4 {
    color: #000;
    font-weight: 500;
    line-height: 1.4em;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.tsume {
    letter-spacing: -0.1em;
}

p {
    line-height: 1.5em;
}

li {
    list-style: none;
    text-align: left;
}

.wwpp ul{
    max-width: 900px;
    margin: 0 auto;
}

.wwpp ul li{
    padding:10px 0;
}

@font-face {
    font-family: SourceHanSerif;
    src: url(../fonts/SourceHanSerif-Regular.otf);
}

.photo {
    padding: 25px 0;
}

.photo2 {
    padding: 0px 15px;
}

.hikkitai {
    font-family: 'Great Vibes', cursive;
    font-size: 300%;
    padding-bottom: 10px;
}

@media(min-width:769px){
.hikkitai {
    font-size: 450%;
}
}


/* -----------------メイン画像スマホ1024以下----------------- */

@media (max-width: 1024px) {
    .pc_ban {
        display: none;
    }
}


/* ----------1025以上---------- */

@media (min-width: 1025px) {
    .sp_ban {
        display: none;
    }
}


/* -----------------ヘッダー----------------- */

.top-head2 {
    width: 100%;
    margin: 0px auto 0;
    padding: 0px;
}

.top-head2 a {
    color: #FFF;
    text-decoration: none;
}

.inner2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    max-width: 100%;
    height: 80px;
    background: #171b27;
}

.bottom_01 {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 80%;
}

.b_sen {
    border-right: 1px solid #DDD;
}

.bottom_01 a {
    color: #FFF;
}

.top-head .logo,
.top-head2 .logo {
    position: absolute;
    left: 28%;
    top: 350px;
}

.waku {
    position: relative;
    margin-top: 60px;
}

.moji01 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200%;
    color: #FFF;
    font-family:serif;
}

.top-head .logo2,
.top-head2 .logo2 {
    position: absolute;
    left: 1%;
    top: 15px;
    z-index: 999;
}

.topmenu {
    float: right;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

.topmenu:after {
    /* for Modern Browser */
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.topmenu li {
    float: left;
    display: block;
    position: relative;
    list-style: none;
}

.topmenu li a {
    display: block;
    text-decoration: none;
    padding: 4px 6px 4px 6px;
}

/* ----------1024以下---------- */

@media (max-width: 1024px) {
    .inner_sp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 50px;
        margin: 0 auto;
        background: #A09063;
        border-top: 1px solid #666;
    }
    .topmenu {
        margin: 8px auto 0;
        padding-left: 0px;
        max-width: 360px;
        height: 70px;
        vertical-align: middle
    }
    .topmenu li a {
        padding: 5px;
        max-width: 150px;
    }
    .moji01 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 330px;
        width: 70%;
    }
    .top-head .logo {
        position: absolute;
        left: 10px;
        top: 5px;
    }
    .top-head,
    .top-head2 {
        margin: 0 auto;
    }
    .top-head .inner,
    .top-head2 .inner2 {
        height: 60px;
    }
}


/* ----------600以下---------- */

@media (max-width: 600px) {
    .topmenu {
        margin: 5px auto 0;
        max-width: 310px;
    }
}


/* ----------414以下---------- */

@media (max-width: 414px) {
    .topmenu {
        margin: 0px auto 0;
        padding-left: 0px;
        max-width: 300px;
        font-size: 80%;
    }
}


/* -----------------高さ----------------- */

.takasa30 {
    margin-bottom: 30px;
}

.takasa50 {
    margin-bottom: 50px;
}

.takasa80 {
    margin-bottom: 80px;
}


/* ----------767以下---------- */

@media (max-width: 767px) {
    .takasa30 {
        margin-bottom: 10px;
    }
    .takasa50 {
        margin-bottom: 10px;
    }
    .takasa80 {
        margin-bottom: 18px;
    }
}


/* ----------1023以下---------- */


/* -----------------囲み----------------- */

.kakomi_waku {
    position: relative;
    max-width: 100%;
min-height: 35px;
    padding: 0px;
    background: #FFFFFF;
    font-size: 65%;

}

.kakomi_waku2 {
    border-bottom: 3px solid #e88da6;
}

.kakomi_waku p {
    font-size: 90%;
    line-height: 1.5em;
    color: #333;
    font-family: sans-serif;
}

.kakomi_waku h2 {
    font-size: 140%;
    margin: 8px 0;
}

.kakomi_waku .maru {
    position: absolute;
    top: 80px;
    left: -17px;
    width: 20%;
}

@media(min-width:769px){
.kakomi_waku h2 {
    font-size: 160%;
    margin: 8px 0;
    text-align: left;
}
}


/* ---------Flex---------- */
.narabu ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    list-style: none;
    }

/* ----------768以上---------- */

@media (min-width: 768px) {
    .narabu ul li {
        margin: 0px 0 0.2%;
        flex: 0 0 9.8%;
    }

    /* -----DIV--------*/
    .mainphoto {
        display: flex;
        flex-wrap: wrap;
    }
    .mainphoto .title {
        font-size: 145%;
        color: #534a31;
        margin-top: -5px;
    }
    .mainphoto .title2 {
        font-size: 145%;
    }
    .main_a {
        flex: 0 0 40%;
        padding: 0px 0px 0px;
        text-align: center;
        font-size: 90%;
        color: #FFF;
        background: #333;
    }
    .main_a2 {
        flex: 0 0 40%;
        padding: 0px 0px 0px;
        text-align: center;
        font-size: 90%;
        color: #333;
        background: #CCC;
    }
    .main_a3 {
        flex: 0 0 40%;
        padding: 40px 0px 20px;
        text-align: center;
        font-size: 100%;
        color: #FFF;
        background: #e5dfca;
    }
    .main_a4 {
        flex: 0 0 40%;
        background: #cec6af;
        text-align: center;
    }
    .main_b,
    .main_b1 {
        flex: 0 0 60%;
    }
    .main_b2 {
        flex: 0 0 60%;
        font-size: 95%;
        padding: 0px;
        background: #EEE;
        text-align: left;
        line-height: 1.5;
        font-family: sans-serif;
    }
    .main_b2 .kakomi {
        margin: 10px 0px;
        border: 1px solid #999;
        padding: 6px;
        font-size: 95%;
        font-family: sans-serif;
    }
    .re {
        flex-direction: row-reverse;
    }
    .haba90 {
        position: relative;
        top: 50%;
        left: 50%;
        transform : translate(-50%, -50%);
    }
    .haba80 {
        width: 80%;
        margin: 0 auto;
    }
}


/* ----------767以下---------- */

@media (max-width: 767px) {
    .narabu ul li {
        display: flex;
        flex: 1 1 19%;
        margin-bottom: 0px;
    }
    .main_a {
        font-size: 90%;
        padding: 20px;
        color: #FFF;
        text-align: center;
        background: #baab81;
    }
    .main_a2 {
        font-size: 90%;
        padding: 20px;
        background: #CCC;
        text-align: center;
    }
    .main_a3 {
        font-size: 90%;
        padding: 5px;
        background: #cec6af;
        text-align: center;
    }
    .main_b {
        padding: 0px;
        margin-bottom: 0px;
        background: #EEE;
    }
    .main_b1 {
        padding: 0px;
        margin-bottom: 0px;
        background: #EEE;
    }
    .main_b2 {
        padding: 10px;
        margin-bottom: 20px;
        background: #EEE;
        text-align: left;
    }
    .main_b2 .kakomi {
        margin-top: 10px;
        margin-bottom: 5px;
        border: 1px solid #999;
        padding: 5px;
        font-size: 87%;
        font-family: sans-serif;
    }
    .mainphoto {
        margin-bottom: 15px;
    }
    .mainphoto .title {
        font-size: 105%;
        font-weight: bold;
        color: #333;
    }
    .mainphoto .title2 {
        font-size: 105%;
        font-weight: bold;
        color: #FFF;
    }
    .haba80 {
        margin-top: 15px;
    }
}
/* -----------------ページトップへ----------------- */

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

.pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: #a79f76;
    border-radius: 5%;
    padding-top: 7px;
    border: 1px solid #FFF;
}

/* ----------1023以下---------- */

@media (max-width: 1023px) {}


/* -----------------top内容1----------------- */

.back_gray {
    max-width: 100%;
    background: #FFF;
}

.back_yel {
    background: #EEE;
    padding: 0px;
}

.back_white {
    max-width: 1424px;
    margin: 40px auto 80px;
}

.back_1024 {
    margin: 0 auto;
    padding: 20px 0 20px;
    max-width: 1424px;
    text-align: center;
}

.back_hana {
    margin: 0px;
    padding: 30px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #e2d5b1;
    font-size: 110%;
}

.back_1140 {
    margin: 0 auto;
    padding: 100px 0 30px;
    max-width: 1480px;
/*    text-align: center;*/
    font-size: 16px;
}

.sen01 {
    border-top: 1px solid #CCC;
}

.back_white {
    max-width: 1424px;
    margin: 40px auto 40px;
}

/* ----------1024以下---------- */

@media (max-width: 1024px) {
    .back_gray,
    .back_white{
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .back_1140 {
        margin: 0;
        margin-left: 15px;
        margin-right: 15px;
        padding: 30px 0 10px;
    }
    .back_1024,
    .back_1024_2,
    .back_pink960 {
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

.back_white {
    margin: 40px 20px;
}
}

/* -----------------次階層（共通）----------------- */

.entry01 {
    width: 92px;
    background: #A09063;
    text-align: center;
    border-radius: 3px;
    color: #DDD;
    margin: 15px 5px 0;
}

.entry01_2 {
    background: #3f537e;
    margin-right: 15px;
}

.entry02 {
    margin: 20px auto;
    width: 240px;
    background: #A09063;
    text-align: center;
    border-radius: 3px;
    color: #DDD;
}

.entry03 {
    margin: 15px auto 0;
    width: 250px;
    border: 1px solid #777;
    text-align: center;
    border-radius: 3px;
}

.entry04 {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 110px;
    text-align: center;
    background: #A09063;
    color: #FFF;
    padding: 2px 0;
}

.entry01 a,
.entry02 a {
    display: block;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    border-radius: 3px;
}

.entry03 a {
    display: block;
    padding: 10px;
    color: #333;
    font-weight: bold;
}

.entry04 a {
    color: #FFF;
}

.entry01 a:hover,
.entry02 a:hover,
.entry03 a:hover,
.entry04 a:hover {
    display: block;
    background: #7e704a;
    color: #FFF;
}

@media (max-width: 768px) {
    .entry04 {
        width: 110px;
        font-size: 60%;
        bottom: 60px;
        right: 25px;
    }
}

@media (max-width: 320px) {
    .entry02 {
        margin: 20px auto;
        width: 180px;
        background: #A09063;
        text-align: center;
        border-radius: 5px;
        color: #DDD;
    }
}

/* ----------1024以下---------- */

@media only screen and (max-width: 1024px) {
    .top-head .logo2,
    .top-head2 .logo2 {
        position: absolute;
        left: 10px;
        top: 7px;
        width: 80px;
        z-index: 999;
    }
    .top-head .tel,
    .top-head2 .tel {
        position: absolute;
        right: 40px;
        top: 5px;
        width: 180px;
        margin-top: -10px;
    }
    .globalmenu {
        display: none;
    }
    .globalmenu li {
        width: 100vw;
    }
    #toggle {
        display: block;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 1024px;
        height: 30px;
        margin-top: -15px;
    }
    #toggle>span,
    #toggle>span:before,
    #toggle>span:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #EEE;
        position: absolute;
    }
    #toggle>span {
        top: 22px;
        left: 10px;
    }
    #toggle>span:before {
        top: -8px
    }
    #toggle>span:after {
        top: 8px;
    }
    .globalmenu {
        margin-top: 0px;
    }
    .globalmenu li a {
        width: 50%;
        font-size: 16px;
        padding: 15px 15px;
        margin: 0px;
        color: #FFF;
        background: #8cb9cc;
        border-bottom: 1px solid #CCC;
    }
    .globalmenu a:hover,
    .globalmenu a:active {
        opacity: 1;
    }
}


/* ------------共通----------- */

.s1 {
    color: #333;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
}

.s1:before, .s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ccc;
    display: block;
}

@media(min-width:769px){
    .s1 {
    font-size: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 40px;
    font-weight: 500;
}
}


/* ------------access----------- */

#gmap {
    width: 100%;
    margin: 20px auto 0;
    position: relative
}

#map_canvas {
    width: 100%;
    height: 450px
}

#map_btn {
    position: absolute;
    right: 0;
    margin-top: 10px
}

.access_sen {
    width: 100%;
    text-align: center;
    font-size: 80%;
    letter-spacing: 0.5em;
    padding: 5px 0;
    border-top: 1px dashed #999;
}

.access p {
    text-align: left;
    line-height: 2em;
    padding-bottom: 15px;
    font-size: 100%;
}


/* ------------共通----------- */

.inside {
    margin: 0 auto 10px;
    width: 85%;
    color: #333;
    line-height: 1.4;
}

.inside p {
    font-size: 95%;
    text-align: left;
}

}


/* ------------plan----------- */

.plan {
    padding: 20px;
}

@media (max-width:767px) {
    .plan {
        padding: 5px;
    }
}


/* ------------写真拡大----------- */

.photobig {
    height: auto;
    overflow: hidden;
}

.photobig img {
    transition: 2s;
}

.photobig img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* ------------table----------- */

table{
width: 100%;
border-collapse : collapse;
text-align: left;
background: #FFF;
border: #CCC;
}

tr,td{
    padding: 5px;
    font-size: 90%;
}

@media(min-width:769px){
tr,td{
    padding: 10px 20px 10px 10px;
    font-size: 16px;
}
}

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

input, textarea {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background: darken(#f9f9f9, 10%);
  
  &[type=submit] {
    background: $green;
    color: #666;
    width: auto;
    float:inherit;
  }  }

/* ------------ページ内リンク----------- */
#gaiyou,
#toiawase {
    padding-top: 20px;
    margin-top: 20px;
}

/* -----------------スクロールエフェクト----------------- */
.effect,
.effect>li,
.effect>div {
    opacity: 0;
    transition: all 2s cubic-bezier(.4, 0, .2, 1);
	transform: translate(0,40px);
	-webkit-transform: translate(0,40px);
}
.effect.pActive,
.effect .pActive {
    opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
    height: auto;
}

/* -----------------拡大スライダ------------------ */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-container{
    position: relative;
}

.swiper-container .mojit{
    position: absolute;
    font-family:serif;
    font-size: 100%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}


.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}

//imgタグだと下に隙間ができるのでblockに。
.slide-img img{
  display: block;
}

@media(min-width:769px){
    .swiper-container .mojit{
    font-size: 250%;
    top: 40%;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    width: 80%;
}
}

/* -----------------WP------------------ */
ul#wpnews	{
		list-style-type: none;
		margin: 5px 0px 5px 0px;
		padding: 7px 0px 7px 0px;
		text-align:left;
		background-color: #f4f0e9;
		}

ul#wpnews li	{
		list-style-type: none;
		font-size: 12px;
		margin: 5px 10px;
		}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    }
    .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    }


    .l-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}


@media screen and (min-width: 760px) {
  .l-inner {
    max-width: 1232px;
    padding-right: 16px;
    padding-left: 16px;
  }
}


@media screen and (min-width: 760px) {
  .p-contents {
/*    padding-top: 40px;*/
    padding-bottom: 40px;
  }
 
}

.c-button {
  font-size: 18px;
  line-height: calc(21.6/18);
  font-weight: 400;
  display: block;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--base-color);
  background-color: var(--color-white);
  padding: 21px 48px 23px;
  text-align: center;
  color: var(--base-color);
  letter-spacing: 0.1em;
  transition: color .4s, background-color .4s;
width: 320px;
margin: 0 auto;
}



.c-button::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--base-color);
  border-right: solid 2px var(--base-color);
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: border-color .4s;
}


.c-button:hover {
  background-color: var(--base-color);
  color: var(--color-white);
}


.c-button:hover::after {
  border-color: var(--color-white);
}


.p-textImgBox {
  margin-top: 20px;
  counter-increment: number 1;
}


@media screen and (min-width: 760px) {
  .p-textImgBox {
    margin-top: 20px;
  }
}

.p-textImgBox__inner {
  display: block;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__inner {
    display: flex;
  }
}


.p-textImgBox__textBox {
  position: relative;
  background-color: var(--color-white);
  padding: 60px 88px 42px;
  width: 100%;
  z-index: 1;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__textBox {
    padding: 60px 72px 48px;
    margin-top: 50px;
  }
}


.p-textImgBox__textBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 53px;
  background-color: var(--color-white);
  top: -53px;
  left: 0;
  z-index: -1;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__textBox::before {
    width: 150px;
    height: 100%;
    top: 0;
    left: -150px;
  }
}


.p-textImgBox__title {
  font-size: 22px;
  line-height: calc(26.4/22);
  font-weight: 600;
  color: var(--color-black);
  text-align: center;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__title {
    text-align: left;
  }
}


.p-textImgBox__text {
  font-size: 16px;
  line-height: calc(27.2/16);
  font-weight: 400;
  color: var(--color-black);
  margin-top: 39px;
}


.p-textImgBox__img {
  width: 100%;
  max-width: 500px;
  display: block;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__img {
    max-width: 600px;
  }
}


.p-textImgBox__img img {
  aspect-ratio: 600 / 400;
  height: auto;
  object-fit: cover;
}


.p-textImgBox__button {
  margin-top: 40px;
}


.p-textImgBox__number::before {
  position: absolute;
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: calc(84/70);
  color: var(--base-color);
  right: 25px;
  font-weight: 100;
  content: "0"counter(number) " ";
  top: 0;
}


@media screen and (min-width: 760px) {


  .p-textImgBox__number::before {
    right: 50px;
    top: -50px;
  }

  .p-textImgBox:nth-child(even) .p-textImgBox__inner {
    flex-direction: row-reverse;
  }


  .p-textImgBox:nth-child(even) .p-textImgBox__textBox::before {
    left: initial;
    right: -150px;
  }


  .p-textImgBox:nth-child(even) .p-textImgBox__number::before {
    right: initial;
    left: 50px;
  }
}


/* ----------動くエントリーボタン---------- */
.con_more {
    max-width: 100%;
    position: relative;
    margin: 10px;
    padding: 10px;
    line-height: 1.6;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    background-size: cover;
    font-weight: bold;
}

.con_more > span {
    font-size: 16px;
 background-image: linear-gradient(transparent 70%, #a69c2e 0%)
}

.con_add {
    background: #65b636;
    border: 2px solid #65b636;
}

.con_more::after {
    font-family: "Font Awesome 5 Free";
    content: '　\f0e0';
    font-weight: 900;
    font-size: 115%;
    border-left-color: #CCC;
    transition: all .3s;
    margin-left: -15px;
}

.con_more:hover {
    color: #999;
}

.con_add:hover {
    background-color: #FFF;
    color: #036635;
}

.con_more:hover::after {
    border-left-color: #ccc;
    right: 1%;
}

@media(min-width:769px) {
    .con_more {
        max-width: 600px;
        padding: .2em 1em;
        margin: 10px auto;
        line-height: 1.5;
    }
}


/* ズレる背景 */

:root {
  --base-color: #998969;
  --sub-color: #AE9F7F;
  --color-gray: #FFF;
  --color-white: #EEE;  }
  
  
  body {
    background-color: var(--color-gray);
    font-family: var(--font-noto);
    letter-spacing: 0.1em;
  }

.l-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }  
  
  @media screen and (min-width: 760px) {
    .l-inner {
      max-width: 1480px;
      padding-right: 16px;
      padding-left: 16px;
    }
  } 
  
  @media screen and (min-width: 760px) {
    .p-contents {
/*      padding-top: 40px;*/
      padding-bottom: 40px;
    }  
  }
  
  
  
  .c-button {
    font-size: 18px;
    line-height: calc(21.6/18);
    font-weight: 400;
    display: block;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--base-color);
    background-color: var(--color-white);
    padding: 21px 10px 23px;
    text-align: center;
    color: var(--base-color);
    letter-spacing: 0.1em;
    transition: color .4s, background-color .4s;
  
  
  }
  
  
  
  .c-button::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px var(--base-color);
    border-right: solid 2px var(--base-color);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: border-color .4s;
  }
  
  
  .c-button:hover {
    background-color: var(--base-color);
    color: var(--color-white);
  }
  
  
  .c-button:hover::after {
    border-color: var(--color-white);
  }
  
  
  .p-textImgBox {
    margin-top: 60px;
    counter-increment: number 1;
  }
  
  
  @media screen and (min-width: 760px) {
    .p-textImgBox {
      margin-top: 62px;
    }
  }
  
  .p-textImgBox__inner {
    display: block;
  }
  
  
  @media screen and (min-width: 760px) {
    .p-textImgBox__inner {
      display: flex;
    }
  }
  
  
  .p-textImgBox__textBox {
    position: relative;
    background-color: var(--color-white);
    padding: 60px 20px 42px;
    width: 100%;
    z-index: 1;
  }
  
  
  @media screen and (min-width: 760px) {
    .p-textImgBox__textBox {
      padding: 60px 72px 48px;
      margin-top: 50px;
    }
  }
  
  
  .p-textImgBox__textBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 53px;
    background-color: var(--color-white);
    top: -53px;
    left: 0;
    z-index: -1;
  }
  
  
  @media screen and (min-width: 760px) {
    .p-textImgBox__textBox::before {
      width: 150px;
      height: 100%;
      top: 0;
      left: -150px;
    }
  }
  
  
  .p-textImgBox__title {
    font-size: 22px;
    line-height: calc(26.4/22);
    font-weight: 600;
    color: var(--color-black);
    text-align: center;
    line-height: 2;
  }
  
  
  @media screen and (min-width: 760px) {
    .p-textImgBox__title {
      text-align: left;
    }
  }
  
  
  .p-textImgBox__text {
    font-size: 16px;
    line-height: calc(27.2/16);
    font-weight: 400;
    color: var(--color-black);
    margin-top: 39px;
  }
  
  
  .p-textImgBox__img {
    width: 100%;
    max-width: 500px;
    display: block;
    position: relative;
    z-index: 5;
    margin-right: auto;
    margin-left: auto;
  }
  
  
  @media screen and (min-width: 760px) {
    .p-textImgBox__img {
      max-width: 600px;
    }
  }
  
  
  .p-textImgBox__img img {
    aspect-ratio: 600 / 300;
    height: auto;
    object-fit: cover;
  }
  
  
  .p-textImgBox__button {
    margin-top: 40px;
  }
  
  
  .p-textImgBox__number::before {
    position: absolute;
    font-size: 70px;
    line-height: calc(84/70);
    color: var(--base-color);
    right: 25px;
    font-weight: 100;
    content: "0"counter(number) " ";
    top: 0px;
letter-spacing: -0.1em;
  }
  
  
  @media screen and (min-width: 760px) {
  
  
    .p-textImgBox__number::before {
      right: 50px;
      top: -50px;
    }
  
    .p-textImgBox:nth-child(even) .p-textImgBox__inner {
      flex-direction: row-reverse;
    }
  
  
    .p-textImgBox:nth-child(even) .p-textImgBox__textBox::before {
      left: initial;
      right: -150px;
    }
  
  
    .p-textImgBox:nth-child(even) .p-textImgBox__number::before {
      right: initial;
      left: 50px;
    }
  }


/* ----------固定バナー---------- */

.contacts_bar {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 9;
    width: 50px;
    background: rgb(15 42 171 / 80%);
    padding: 10px 5px 0;
}

.right_sns a {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    border: solid 0px #999;
    width: 2em;
    text-align: center;
}

.right_sns a:hover {
    background: #becbb9;
}

.right_sns:hover::before {
    transform-origin: 50% 100%;
    transform: scaleY(1);
}
