/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* ----------------------------------------
* body
---------------------------------------- */

.entry-meta-item-author {
    display: none;
}

.entry-meta-item-updated {
    display: none;
}

.entry-footer {
    padding-top: 5vh !important;
    padding-bottom: 10vh !important;
}

body {
    font-family: dnp-shuei-mgothic-std, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


div.wide-wrap{
    position:relative;
    margin:0 calc(50% - 50vw);
    overflow:hidden;
}

.bg-blue1 {
    background: #7ECBD1;
}

.bg-lightblue1 {
    background: #E5F5F6;
}

.tpfeature-bg {
    background-image: url(https://shiosainoniwa.jp/wp-content/uploads/2025/04/tpfeature-bg.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.os {
    display: inline-block;
}

.tph2-1 {
    font-family: "Kiwi Maru" ,dnp-shuei-mgothic-std, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 600;
    margin-bottom: 2vh !important;
    color: #2D658F;
}

.tpacess-bg1 {
    background-image: url(https://shiosainoniwa.jp/wp-content/uploads/2025/04/tpsenpukuji-bg.jpg);
    background-repeat: repeat;
    
}



/* ----------------------------------------
* button
---------------------------------------- */


/* solid012 */

.button_solid012 a {
    background: #5784A5;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 20vw;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    z-index: 1;
    border-radius: 20px;
}


.button_solid012 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #5784A5;
    z-index: -1;
    border: 2px solid #52330D;
    border-radius: 20px;
}


.button_solid012 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #52330D;
    border-radius: inherit;
    background: #2D658F;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}


.button_solid012 a i {
    position: absolute;
    right: 9px;
}


.button_solid012 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}


.button_solid012 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}





/* solid013 */

.button_solid013 a {
    background: #5784A5;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 20vw;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    z-index: 1;
    border-radius: 20px;
}


.button_solid013 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #5784A5;
    z-index: -1;
    border: 2px solid #52330D;
    border-radius: 20px;
}


.button_solid013 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #52330D;
    border-radius: inherit;
    background: #2D658F;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}


.button_solid013 a i {
    position: absolute;
    right: 9px;
}


.button_solid013 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}


.button_solid013 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}




@media (max-width: 991.98px) {
    
    .button_solid012 a {
        width: 25vw;
    }
    
    .button_solid013 a {
        width: 25vw;
    }
}

@media (max-width: 767.98px) {
    
    .button_solid012 a {
        width: 35vw;
    }
    
    .button_solid013 a {
        width: 35vw;
    }
}


@media (max-width: 519.98px) {
    
    .button_solid012 a {
        width: 50vw;
    }
    
    .button_solid013 a {
        width: 50vw;
    }
}





/* ----------------------------------------
* header
---------------------------------------- */

.site-header-container {
    max-width: 90vw;
    padding: 0 !important;
}

.site-header--layout--nav-float .site-header-logo {
    margin-right: 1.5rem !important;
}

.global-nav-name {
    font-size: 1rem !important;
    color: #52330D;
}

.device-pc .global-nav-list>li>a {
        padding: 14px 1em;
    }

.site-header {
    background: #E5F5F6;
    padding: 1vh 0 !important;
}

header#site-header {
    background: #E5F5F6;
}

.vk-mobile-nav-menu-btn {
    background: initial;
    background-image: url(https://shiosainoniwa.jp/wp-content/uploads/2025/06/menubar.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.vk-mobile-nav-menu-btn {
    right: 15px !important;
}


.vk-mobile-nav-menu-btn {
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    top: 15px !important;
}

.vk-mobile-nav-menu-btn.menu-open {
    background: initial;
    background-image: url(https://shiosainoniwa.jp/wp-content/uploads/2025/06/menubar_close.png);
    background-size: contain;
    background-repeat: no-repeat;
}

div#vk-mobile-nav {
    background: #E5F5F6;
}


.page-header {
    display: none !important;
}

.breadcrumb {
    display: none !important;
}

.site-body {
    padding: 0rem 0 4rem !important;;
}

.post-list {
    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
}



@media (max-width: 1199.98px) {
    .site-header-container {
        max-width: 95vw;
    }
    
    .device-pc .global-nav-list>li>a {
        padding: 14px 0.8em;
    }
    
    .global-nav-name {
        font-size: 0.9rem !important;
    }
    
    
}


@media (max-width: 991.98px) {
        
    .device-pc .global-nav-list>li>a {
        padding: 14px .6rem;
    }
    
    .site-header-container {
        width: 95vw;
    }
    
    .global-nav-name {
        font-size: .9rem !important;
    }
    

    
}

@media (max-width: 767.98px) {
    .post-list {
    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
}

}


@media (max-width: 519.98px) {
    
    .site-header-logo img {
        max-height: 40px;
        margin-left: 2vw !important;
    }
    
    .site-header {
        padding: 1.5vh 0 !important;
    }
    
    .vk-mobile-nav-menu-btn {
        width: 45px !important;
        height: 45px !important;
    }
    
}

@media (max-width: 399.98px) {
    .vk-mobile-nav-menu-btn {
        right: 10px;
         width: 40px !important;
        height: 40px !important;
        top: 20px !important;
    }
    
}

.footer-nav {
    text-align: center;
}

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

/*フッターライセンス非表示*/
.site-footer-copyright p:nth-child(2) {
    display: none;
}

.site-footer-copyright {
    padding: 5px !important;
}

.footer-nav {
    padding: 5vh 0 !important;
    font-size: 1rem !important;
    text-align: center !important;
    display: none !important;
}

.site-footer {
    background: #7ECBD1;
    color: #fff;
}

.grecaptcha-badge { visibility: hidden; }



/* ----------------------------------------
* slide
---------------------------------------- */

.tpabout-slider {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: auto;
  overflow: hidden;
}
.tpabout-slider ul{
	display:flex;
	padding: 0;
	margin:0;
}
.tpabout-slider li{
	width: 20vw;
	list-style: none;
    margin: 0 2vw;
}

.tpabout-slider li img {
    border-radius: 3vh;
}

.tpabout-slider ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.tpabout-slider ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


.tpslide-container {
    position: relative;
    margin-bottom: 0 !important;
}

.tpslide-circle1 {
    position: absolute;
    display: inline-block;
    background: #7ECBD1;
    border-radius: 50%;
    width: 13vw;
    height: 13vw;
    top: 7vh;
    left: 5vw;
}

.header-circleillust {
    width: 4vh;
    position: absolute;
    top: 7%;
    right: 20%;
    margin: 0;
    padding: 3% 0;
    text-align: center;
}

.tpslide-circlebox1 {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    white-space: nowrap;
}

.tpslide-txt1 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0 !important;
    line-height: 1.3;
    color: #744D22;
}

.tpslide-txt2 {
    font-size: 2.3rem !important;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.tpslide-img1 {
    margin-bottom: 0 !important;
}

.tpslide-logo {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 30vw;
}

.tpslide-box1 {
    position: absolute;
    writing-mode: vertical-rl;
    right: 7vw;
    top: 7vh;
    font-size: 1.5rem;
    color: #744D22;
    font-weight: 600;
}

.tpslide-txt3 {
    display: inline-block;
    background: #FDF9F2;
    padding: 2vh 1vh;
}

.tpslide-txt4 {
    display: inline-block;
    background: #FDF9F2;
    padding: 2vh 1vh;
}


.tpslide-illus1 {
    position: absolute;
    width: 9vh;
    left: 7vw;
    bottom: 30vh;
}

.tpslide-illus2 {
    position: absolute;
    width: 7vh;
    left: 5vw;
    bottom: 20vh;
}


.tpslide-illus3 {
    position: absolute;
    width: 15vh;
    left: 17vw;
    bottom: 23vh;
}

.tpslide-illus4 {
    position: absolute;
    width: 14vh;
    right: 3vw;
    bottom: 20vh;
}


@media (max-width: 1199.98px) {
    
    .tpslide-container {
        margin-bottom: 5vh !important;
    }
    
    .header-circleillust {
        top: 1%;
    }
    
    .tpslide-illus1 {
        width: 6vw;
        bottom: 17vh;
    }
    
    .tpslide-illus2 {
        width: 5vw;
        bottom: 7vh;
    }
    
    .tpslide-illus3 {
        width: 9vw;
        left: 14vw;
        bottom: 11vh;
    }
    
    .tpslide-illus4 {
        width: 9vw;
        bottom: 8vh;
    }
    
    .tpslide-txt2 {
        font-size: 2rem !important;
    }
    
    .tpslide-circle1 {
        width: 15vw;
        height: 15vw;
    }
    
    .tpslide-txt1 {
        font-size: 1.5rem;
    }
    
    .header-circleillust {
        width: 3vw;
    }
    
}


@media (max-width: 991.98px) {
    
    .header-circleillust {
        top: 4%;
    }
    
    
    .tpslide-container {
        margin-bottom: 13vh !important;
    }
    
    
    .tpslide-img1 img {
        object-fit: cover;
        min-height: 70vh;
    }
    
    .tpslide-logo {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: initial;
        bottom: 0;
        width: 40vw;
    }
    
    .tpslide-circle1 {
        width: 19vw;
        height: 19vw;
    }
    
    .tpslide-illus1 {
        width: 6vw;
        left: 11vw;
        bottom: 21vh;
    }
    
    .tpslide-illus2 {
        width: 5vw;
        left: 3vw;
        bottom: 13vh;
    }
    
    .tpslide-illus3 {
        width: 10vw;
        left: 13vw;
        bottom: 7vh;
    }
    
    .tpslide-illus4 {
        right: 4vw;
        bottom: 2vh;
        width: 11vw;
    }
    
    .tpabout-slider li {
        width: 25vw;
    }
    
    .tpabout-slidebox {
        bottom: -10vh;
    }
}


@media (max-width: 767.98px) {
    
    .tpslide-circle1 {
        width: 18vh;
        height: 18vh;
        top: 4vh;
    }
    
    .tpslide-txt1 {
        font-size: 1.5rem !important;
    }
    
    .tpslide-txt2 {
        font-size: 2rem !important;
    }
    
    .tpslide-box1 {
        font-size: 1.4rem;
        right: 4vw;
        top: 5vh;
    }
    
    .tpslide-txt3 {
        margin-left: 1.5vh !important;
    }
    
    .tpslide-logo {
        width: 50vw;
        top: 65%;
        bottom: initial;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    
    .tpslide-illus1 {
        width: 5vh;
        bottom: 23vh;
        left: 5vw;
    }
    
    .tpslide-illus2 {
        width: 4vh;
        bottom: 15vh;
    }
    
    .tpslide-illus3 {
        width: 9vh;
        left: 8vw;
        bottom: 3vh;
    }
    
    .tpslide-illus4 {
        width: 9vh;
        right: 3vw;
        bottom: 7vh;
    }
    
    .tpslide-container {
        margin-bottom: 10vh !important;
    }
    
    .tpabout-slider li img {
        border-radius: 2vh;
    }
    
}


@media (max-width: 519.98px) {
    
    .tpslide-container {
        margin-bottom: 8vh !important;
    }
    
    .tpslide-img1 img {
        min-height: 60vh;
    }
    
    .tpslide-txt1 {
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
    }
    
    .tpslide-txt2 {
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
    }
    
    .tpslide-circle1 {
        width: 13vh;
        height: 13vh;
        top: 2vh;
    }
    
    .header-circleillust {
        top: 0;
        width: 2.5vh;
    }
    
    .tpslide-box1 {
        font-size: 1.1rem !important;
        top: 35%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        writing-mode: initial;
        text-align: right;
    }
    
    .tpslide-txt3 {
        padding: 5px 10px;
        margin-bottom: 10px !important;
    }
    
    .tpslide-txt4 {
        padding: 5px 10px;
    }
    
    .tpslide-logo {
        width: 32vh;
        top: 75%;
    }
    
    .tpslide-illus3 {
        width: 8vh;
        left: 2vw;
        bottom: 0;
    }
    
    .tpslide-illus4 {
        width: 8vh;
        bottom: 10vh;
    }
}


@media (max-width: 399.98px) {
    
        .tpslide-box1 {
        font-size: 1.1rem !important;
        top: 35%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        writing-mode: initial;
        text-align: right;
    }
    
    .tpslide-logo {
        width: 25vh;
        top: 70%;
    }
    
    .tpslide-circle1 {
        width: 25vw;
        height: 25vw;
    }
    
    .tpslide-txt2 {
        font-size: 1.4rem !important;
    }
    
    .tpslide-illus1 {
        width: 4vh;
        bottom: 20vh;
    }
    
    .tpslide-illus2 {
        width: 3vh;
    }
    
    .tpslide-illus3 {
        width: 6vh;
        left: 2vw;
        bottom: 1vh;
    }
    
    .tpslide-illus4 {
        width: 6vh;
        right: 2vw;
        bottom: 11vh;
    }
    
    .tpslide-container {
        margin-bottom: 5vh !important;
    }
    
    
    
}



/* ----------------------------------------
* tp-news
---------------------------------------- */

.tpnews-container1 {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 25vh;
    position: relative;
}


.tpnews-box2 {
    margin-bottom: 10vh !important;
    text-align: center;
}

.tph3-1 {
    font-size: 1.5rem !important;
    color: #2D658F;
    font-family: "Walter Turncoat","Kiwi Maru" ,dnp-shuei-mgothic-std, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
}

.tpnews-list {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10vh !important;
    font-weight: 600;
}

.tpnews-illust1 {
    position: absolute;
    width: 17vh;
    left: -5vw;
    bottom: 15vh;
}

.tpnews-illust2 {
    position: absolute;
    width: 30vh;
    right: -20vw;
    bottom: 20vh;
}

.tpnews-illust3 {
    position: absolute;
    width: 15vh;
    right: -5vw;
    bottom: 15vh;
}

@media (max-width: 1199.98px) {
    
    .tpnews-container1 {
        width: 80vw;
    }
    
    .tpnews-illust3 {
        right: 0;
        width: 10vw;
    }
    
    .tpnews-illust1 {
        width: 14vw;
    }
    
    
    .tpnews-illust2 {
        width: 11vw;
        right: -9vw;
    }
    
}

@media (max-width: 991.98px) {
    
    .tpnews-container1 {
        padding-bottom: 20vh;
    }
    
    .tpnews-illust1 {
        width: 15vw;
        bottom: 10vh;
    }
    
    .tpnews-illust3 {
        width: 13vw;
        right: 5vw;
        bottom: 8vh;
    }
    
    .tpnews-illust2 {
        width: 15vw;
        right: -7vw;
        bottom: 12vh;
    }
    
}

@media (max-width: 767.98px) {
    
    .tpnews-box2 {
        margin-bottom: 7vh !important;
    }
    
    .tpnews-list {
        width: 90%;
    }
    
    .tpnews-container1 {
        padding-bottom: 15vh;
    }
    
    .tpnews-illust1 {
        width: 12vh;
        bottom: 8vh;
    }
    
    .tpnews-illust2 {
        width: 13vh;
        right: -10vw;
        bottom: 9vh;
    }
    
    .tpnews-illust3 {
        width: 10vh;
        right: 3vw;
        bottom: 4vh;
    }
    
}


@media (max-width: 519.98px) {
    
    .tpnews-list {
        width: 100%;
    }
    
    .tpnews-illust1 {
        width: 10vh;
        left: -8vw;
        bottom: 2vh;
    }
    
    .tpnews-illust2 {
        width: 11vh;
        right: -8vw;
        bottom: 15vh;
    }
    
    .tpnews-illust3 {
        width: 9vh;
        right: -4vw;
        bottom: 2vh;
    }
}

@media (max-width: 399.98px) {
    
    .tpnews-box2 {
        margin-bottom: 5vh !important;
    }
    
    .tpnews-list {
        margin-bottom: 7vh !important;
    }
    
    .button_solid012 a {
        width: 60vw;
    }
    
    .tpnews-illust1 {
        width: 8vh;
    }
    
    .tpnews-illust2 {
        width: 9vh;
        right: -11vw;
    }
    
    .tpnews-illust3 {
        width: 8vh;
        right: -4vw;
        bottom: 2vh;
    }
}



/* ----------------------------------------
* tp-about
---------------------------------------- */

.tpabout-line {
    margin-bottom: 0 !important;
}

.tpabout-container1 {
    padding: 15vh 0 10vh;
    position: relative;
    margin: 0 auto;
    width: 80vw;
}

.tpabout-box1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10vh;
}

.tpabout-img1 {
    position: relative;
    z-index: 10;
    width: 75%;
    margin-left: 25%;
}

.tpabout-img1 img {
    border-radius: 5vh;
}

.tpabout-h4 {
    position: absolute;
    font-size: 2rem !important;
    color: #fff;
    z-index: 20;
    line-height: 2;
    top: 5vh;
    text-shadow: 1px 1px 5px #4D4D4D;
}

.tpabout-txt1 {
    font-size: 1.1rem;
    line-height: 2;
    width: 75vw;
    margin: 0 auto;
}

.tpabout-illust1 {
    position: absolute;
    width: 17vh;
    left: -5vw;
    top: 0;
}

.tpabout-illust2 {
    position: absolute;
    width: 17vh;
    right: -5vw;
    bottom: -5vh;
    opacity: 0.5;
}


.tpabout-slidebox {
    position: relative;
    bottom: -15vh;
    z-index: 30;
}

@media (max-width: 1199.98px) {
    
    .tpabout-illust2 {
        bottom: -8vh;
    }
}

@media (max-width: 991.98px) {
    
    .tpabout-illust1 {
        width: 13vh;
    }
    
    .tpabout-illust2 {
        width: 14vh;
        bottom: -4vh;
    }
    
    .tpabout-img1 img {
        object-fit: cover;
        min-height: 30vh;
        border-radius: 3vh;
    }
    
    .tpabout-h4 {
        font-size: 1.8rem !important;
        line-height: 1.8;
    }
    
    .tpabout-line img {
        object-fit: cover;
        min-height: 15vh;
    }
    
    .tpabout2-line img {
        object-fit: cover;
        min-height: 15vh;
    }
}

@media (max-width: 767.98px) {
    
    .tpabout-illust1 {
        width: 10vh;
    }
    
    .tpabout-container1 {
        padding: 10vh 0 10vh;
    }
    
    .tpabout-box1 {
        width: 100%;
        margin-bottom: 7vh;
    }
    
    .tpabout-h4 {
        font-size: 1.7rem !important;
        line-height: 1.6;
    }
    
    .tpabout-img1 {
        width: 80%;
        margin-left: 20%;
    }
    
    .tpabout-txt1 {
        width: 80vw;
    }
    
    .tpabout-illust2 {
        width: 11vh;
        bottom: -3vh;
    }
    
    .tpabout-slidebox {
        bottom: -8vh;
    }
    
    .tpabout-slider li {
        width: 27vw;
    }
    
}

@media (max-width: 767.98px) {
    
    .tpabout-container1 {
        padding: 7vh 0 7vh;
        width: 80vw;
    }
    
    .tpabout-illust1 {
        width: 8vh;
        left: 0;
        top: -6vh;
    }
    
    .tpabout-h4 {
        position: relative;
        top: initial;
        margin-bottom: 5vh !important;
    }
    
    .tpabout-img1 {
        position: relative;
        width: 100%;
        margin-left: initial;
    }
    
    .tpabout-box1 {
        margin-bottom: 6vh;
    }
    
    .tpabout-illust2 {
        width: 10vh;
        bottom: -4vh;
    }
    
    .tpabout-slider li {
        width: 32vw;
    }
    
    .tpabout-slidebox {
        bottom: -6vh;
    }
}

@media (max-width: 399.98px) {
    
    .tpabout-h4 {
        font-size: 1.5rem !important;
    }
    
    .tpabout-img1 img {
        min-height: 25vh;
    }
    
    .tpabout-illust1 {
        width: 7vh;
    }
    
    .tpabout-img1 img {
        border-radius: 2vh;
    }
    
    .tpabout-box1 {
        margin-bottom: 5vh;
    }
    
    .tpabout-illust2 {
        width: 7vh;
        bottom: -2vh;
    }
    
    .tpabout-container1 {
        padding: 4vh 0 5vh;
    }
    
    .tpabout-slider li {
        width: 35vw;
        margin: 0 2.5vw;
    }
    
    .tpabout-slidebox {
        bottom: -4vh;
    }
}





/* ----------------------------------------
* tp-about-jumoku
---------------------------------------- */

.tpabout2-line {
    margin-bottom: 0 !important;
    position: relative;
    top: -5vh;
    z-index: 10;
}


.tpabout2-container {
    width: 80vw;
    margin: 0 auto;
    padding: 20vh 0 20vh;
}

.tpabout2-box1 {
    text-align: center;
    margin-bottom: 15vh;
}

.tpabout2-outer1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15vh;
}

.tpabout2-outer1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15vh;
}

.tpabout2-column1 {
    width: 50%;
    margin-right: 5%;
}

.tpabout2-column2 {
    width: 45%;
}

.tpabout2-img1 {
    margin-bottom: 0 !important;
}

.tpabout2-img1 img {
    border-radius: 5vh;
}

.tpabout2-illust1 {
    position: absolute;
    width: 7vh;
    bottom: 1vh;
    margin-bottom: 0;
    left: -3vw;
}

.tpabout2-illust2 {
    position: absolute;
    width: 5vh;
    left: -5vw;
    bottom: -7vh;
    margin-bottom: 0;
}

.tpabout2-illust3 {
    position: absolute;
    width: 10vh;
    right: -2vw;
    top: 0;
    margin-bottom: 0;
}

.tpabout2-illust4 {
    position: absolute;
    width: 12vh;
    right: -4vw;
    bottom: -3vh;
    margin-bottom: 0;
}

.tpabout-txt2 {
    font-size: 1.2rem !important;
    margin-bottom: 0 !important;
}

.tpabout2-outer2 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.tpabout2-column3 {
    width: 45%;
    margin-right: 5%;
}

.tpabout2-column4 {
    width: 50%;
}

.tpabout2-img2 {
    margin-bottom: 0;
}

.tpabout2-img2 img {
    border-radius: 5vh;
}


.tpabout-h4-2 {
    font-size: 1.8rem !important;
    line-height: 1.7;
    color: #52330D;
    margin-bottom: 5vh !important;
    font-family: "Kiwi Maru" ,dnp-shuei-mgothic-std, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.tpabout-txt1-2 {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2;
}


@media (max-width: 1199.98px) {
    
    .tpabout2-illust3 {
        width: 8vw;
        right: -4vw;
    }
    
    .tpabout2-illust1 {
        width: 5vw;
    }
    
    .tpabout2-illust2 {
        width: 4vw;
    }
    
    .tpabout2-illust4 {
        width: 10vw;
    }
    
    .tpabout2-box1 {
        margin-bottom: 12vh;
    }
    
    .tpabout2-container {
        width: 85vw;
    }
    
    .tpabout-h4-2 {
        font-size: 1.6rem !important;
        margin-bottom: 4vh !important;
        line-height: 1.5;
    }
    
    .tpabout-txt1-2 {
        font-size: 1.1rem;
        line-height: 1.7;
    }
    
    .tpabout2-outer1 {
        margin-bottom: 12vh;
    }
    
}

@media (max-width: 991.98px) {
    
    .tpabout2-container {
        padding: 15vh 0 17vh;
    }
    
    .tpabout2-box1 {
        margin-bottom: 10vh;
    }
    
    .tpabout2-img1 img {
        border-radius: 4vh;
    }
    
    .tpabout2-column1 {
        width: 48%;
    }
    
    .tpabout2-column2 {
        width: 47%;
    }
    
    .tpabout-h4-2 {
        font-size: 1.5rem !important;
        margin-bottom: 4vh !important;
    }
    
    .tpabout2-illust3 {
        width: 9vh;
        top: -5vh;
    }
    
    .tpabout2-illust1 {
        width: 6vh;
    }
    
    .tpabout2-illust2 {
        width: 4vh;
    }
    
    .tpabout2-column3 {
        width: 47%;
    }
    
    .tpabout2-column4 {
        width: 48%;
    }
    
    .tpabout2-img2 img {
        border-radius: 4vh;
    }
    
    .tpabout2-illust4 {
        width: 11vh;
    }
}

@media (max-width: 767.98px) {
    
    .tpabout2-container {
        width: 75vw;
        padding: 7vh 0 15vh;
    }
    
    .tpabout2-outer1 {
        flex-wrap: wrap;
    }
    
    .tpabout2-column1 {
        width: 100%;
        margin-right: initial;
        margin-bottom: 7vh;
    }
    
    .tpabout2-column2 {
        width: 100%;
        position: relative;
        z-index: 30;
    }
    
    .tpabout2-illust1 {
        left: initial;
        right: 0;
        bottom: 11vh;
    }
    
    .tpabout2-illust2 {
        left: initial;
        left: -5vw;
        bottom: -7vh;
    }
    
    .tpabout2-illust3 {
        right: initial;
        left: -5vw;
        top: -5vh;
        transform: scale(-1,1);
        -webkit-transform: scale(-1,1);
        -ms-transform: scale(-1,1);
    }
    
    .tpabout2-outer2 {
        flex-wrap: wrap;
    }
    
    .tpabout2-column3 {
        width: 100%;
        margin-right: initial;
        position: relative;
        order: 2;
    }
    
    .tpabout2-column4 {
        width: 100%;
        margin-bottom: 7vh;
    }
    
    .tpabout2-illust4 {
        bottom: 19vh;
    }
}


@media (max-width: 519.98px) {
    
    .tpabout2-container {
        width: 80vw;
        padding: 3vh 0 12vh;
    }
    
    .tpabout2-box1 {
        margin-bottom: 7vh;
    }
    
    .tpabout2-illust3 {
        width: 8vh;
    }
    
    .tpabout2-illust1 {
        width: 5vh;
    }
    
    .tpabout2-outer1 {
        margin-bottom: 10vh;
    }
    
    .tpabout2-illust4 {
        width: 10vh;
    }
    
}


@media (max-width: 399.98px) {
    
    .tpabout2-container {
        width: 85vw;
        padding: 0 0 10vh;
    }
    
    .tpabout2-img1 img {
        border-radius: 3vh;
    }
    
    .tpabout2-column1 {
        margin-bottom: 5vh;
    }
    
    .tpabout-h4-2 {
        font-size: 1.4rem !important;
        margin-bottom: 3vh !important;
    }
    
    .tpabout2-outer1 {
        margin-bottom: 8vh;
    }
    
    .tpabout2-img2 img {
        border-radius: 3vh;
    }
    
    .tpabout2-column4 {
        margin-bottom: 5vh;
    }
    
    .tpabout2-illust3 {
        width: 7vh;
    }
    
    .tpabout2-illust1 {
        width: 4vh;
    }
    
    .tpabout2-illust2 {
        width: 3vh;
        left: 0;
        bottom: -7vh;
    }
    
    .tpabout2-illust4 {
        width: 8vh;
        bottom: 20vh;
    }
    
}






/* ----------------------------------------
* tp-feature
---------------------------------------- */

.tpfeatrue-line1 {
    margin-bottom: 0;
}


.tpfeatrue-line2 {
    margin-bottom: 0;
    position: relative;
    bottom: -5vh;
}

.tpfeature-txt1 {
    margin-bottom: 0;
}

.tpfeature-container {
    position: relative;
    width: 80vw;
    margin: 0 auto;
}

.tpfeature-box1 {
    margin-bottom: 15vh;
    position: relative;
    z-index: 30;
}

.tpfeature-outer1 {
    position: relative;
    margin-bottom: 10vh;
    width: 50%;
    margin-right: 50%;
    z-index: 30;
}

.tpfeature-outer2 {
    position: relative;
    margin-bottom: 15vh;
    width: 50%;
    margin-left: 50%;
    z-index: 30;
}

.tpfeature-no1 {
    position: absolute;
    font-size: 7rem;
    font-family: "Darumadrop One","Walter Turncoat","Kiwi Maru" ,dnp-shuei-mgothic-std, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #7ECBD1;
    top: -15vh;
    left: -3vw;
    margin-bottom: 0;
}

.tpfeature-no2 {
    position: absolute;
    font-size: 7rem;
    font-family: "Darumadrop One","Walter Turncoat","Kiwi Maru" ,dnp-shuei-mgothic-std, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #7ECBD1;
    top: -15vh;
    right: -3vw;
    margin-bottom: 0;
}

.tpfeature-box2 {
    background: #fff;
    width: 100%;
    padding: 5vh 7vh;
    border-radius: 4vh;
}

.tpfeatrue-bgimg1 {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -15vw;
    width: 45vw;
}

.tpfeatrue-bgimg2 {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: -15vw;
    width: 55vw;
}


@media (max-width: 1199.98px) {
    
    .tpfeature-outer1 {
        width: 60%;
        margin-right: 40%;
    }
    
    .tpfeature-outer2 {
        width: 60%;
        margin-left: 40%;
    }
    
    .tpfeatrue-bgimg1 {
        width: 55vw;
    }
    
    .tpfeatrue-bgimg2 {
        width: 60vw;
        bottom: -10vh;
    }
    
}

@media (max-width: 991.98px) {
    
    .tpfeature-outer1 {
        width: 70%;
        margin-right: 30%;
    }
    
    .tpfeature-outer2 {
        width: 70%;
        margin-left: 30%;
    }
    
    .tpfeature-container {
        width: 75vw;
    }
    
}


@media (max-width: 767.98px) {
    
    .tpfeature-container {
        width: 75vw;
    }
    
    .tpfeature-outer1 {
        width: 100%;
        margin-right: initial;
        margin-bottom: 15vh;
    }
    
    .tpfeature-outer2 {
        width: 100%;
        margin-left: initial;
        margin-bottom: 15vh;
    }
    
    .tpfeature-no1 {
        top: -13vh;
        left: -6vw;
    }
    
    .tpfeature-no2 {
        top: -13vh;
        right: -6vw;
    }
    
    .tpfeatrue-bgimg1 {
        width: 75vw;
        top: 12vh;
        right: -15vw;
    }
    
    .tpfeatrue-bgimg2 {
        width: 75vw;
        bottom: -2vh;
        left: -15vw;
    }
    
}


@media (max-width: 519.98px) {
    
    .tpfeatrue-line1 img {
        object-fit: cover;
        min-height: 5vh;
    }
    
    .tpfeature-box1 {
        padding-top: 5vh;
    }
    
    .tpfeature-container {
        width: 80vw;
    }
    
    .tpfeature-box2 {
        padding: 5vh;
    }
    
    .tpfeature-no1 {
        font-size: 5.5rem;
        top: -9vh;
        left: -5vw;
    }
    
    .tpfeature-no2 {
        font-size: 6rem;
        top: -9vh;
        right: -5vw;
    }
    
    .tpfeature-outer1 {
        margin-bottom: 12vh;
    }
    
    .tpfeature-outer2 {
        margin-bottom: 12vh;
    }
    
    .tpfeature-box1 {
        margin-bottom: 12vh;
    }
    
    .tpfeatrue-bgimg1 {
        top: 0;
        width: 80vw;
    }
    
    .tpfeatrue-bgimg2 {
        bottom: 4vh;
        width: 80vw;
    }
    
    .tpfeatrue-line2 {
        bottom: -3vh;
    }
    
    .tpfeatrue-line2 img {
        object-fit: cover;
        min-height: 5vh;
    }
    
}

@media (max-width: 399.98px) {
    
    .tpfeature-no1 {
        top: -11vh;
    }
    
    .tpfeature-no2 {
        top: -11vh;
    }
}







/* ----------------------------------------
* tp-price
---------------------------------------- */

.tpprice-container {
    width: 80vw;
    margin: 0 auto;
    padding: 20vh 0;
}

.tpprice-box1 {
    text-align: center;
    margin-bottom: 10vh;
}

.tpprice-box2 {
    position: relative;
    margin-bottom: 12vh;
}

.tpprice-box3 {
    display: flex;
    justify-content: center;
}

.tpprice-img1 {
    margin-bottom: 0;
}

.tpprice-img1 img {
    border-radius: 5vh;
}

.tpprice-illust1 {
    position: absolute;
    width: 12vh;
    top: -18vh;
    left: -4vw;
}

.tpprice-illust2 {
    position: absolute;
    width: 14vh;
    right: -3vw;
    top: -15vh;
    margin-bottom: 0;
}

.tpprice-outer1 {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vh;
    border-bottom: 1px solid #333;
    align-items: center;
}

.tpprice-column1 {
    width: 25%;
    margin: 0 5% 5vh 5%;
}

.tpprice-column2 {
    width: 25%;
    margin: 0 10% 5vh 0;
}

.tpprice-column3 {
    width: 25%;
    margin: 0 5% 5vh 0;
}

.tpprice-txt1 {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
}



.tpprice-txt2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    background: #7ECBD1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    line-height: 1.5;
}

.tpprice-txt3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.tpfeature-h4 {
    font-size: 2rem !important;
    color: #52330D;
    font-weight: 600;
    margin-bottom: 3vh;
    border-bottom: 3px dashed #7ECBD1;
    display: inline-block;
    padding-bottom: 10px;
}

.tpfeature-txt1 {
    font-size: 1.2rem;
    font-weight: 600;
}

.tpprice-listbox {
    width: 60%;
    margin: 0 auto;
    margin-top: 13vh;
    margin-bottom: 13vh;
}

li.tpprice-list::marker {
    content: "※";
}

.tpprice-outer2 {
    background: #D8EFF1;
    padding: 7vh 5vh;
}

.tpprice-txt4 {
    font-size: 1.8rem;
    color: #52330D;
    font-weight: 600;
    margin-bottom: 5vh !important;
}

.tpprice-txt5 {
    font-size: 1.2rem;
    display: inline-block;
    margin: 1.5%;
    border-bottom: 2px dashed #52330D;
    padding: 0 5px 5px;
    font-weight: 600;
}


@media (max-width: 1199.98px) {
    
    .tpprice-outer1 {
        width: 90%;
    }
    
    .tpprice-listbox {
        width: 80%;
    }
    
    .tpprice-outer2 {
        padding: 5vh 4vh;
    }
    
    .tpprice-txt4 {
        font-size: 1.5rem !important;
        margin-bottom: 3vh !important;
    }
    
    .tpprice-txt5 {
        font-size: 1.1rem;
        margin: 1%;
    }
    
    .tpprice-img1 img {
        object-fit: cover;
        min-height: 300px;
    }
    
    .tpprice-illust1 {
        width: 8vw;
    }
    
    .tpprice-illust2 {
        width: 10vw;
    }
}

@media (max-width: 991.98px) {
    
    .tpprice-container {
        width: 85vw;
    }
    
    .tpprice-box1 {
        margin-bottom: 7vh;
    }
    
    .tpprice-illust1 {
        width: 10vh;
        top: -15vh;
        left: -3vw;
    }
    
    .tpprice-illust2 {
        width: 12vh;
    }
    
    .tpprice-column1 {
        width: 30%;
    }
    
    .tpprice-column2 {
        width: 30%;
        margin: 0 5% 5vh 0;
    }
    
    .tpprice-listbox {
        margin-top: 9vh;
        margin-bottom: 10vh;
    }
    
    .tpprice-box3 {
        flex-wrap: wrap;
    }
    
    .tpprice-outer2 {
        padding: 5vh;
        width: 90%;
        margin: 0 auto;
    }
    
    .tpprice-txt5 {
        font-size: 1.2rem;
        margin: 2%;
        padding: 0 10px 5px;
    }
}


@media (max-width: 767.98px) {
    
    .tpprice-container {
        width: 80vw;
        padding: 17vh 0;
    }
    
    .tpprice-illust1 {
        width: 7vh;
        top: -9vh;
    }
    
    .tpprice-illust2 {
        width: 11vh;
        top: -13vh;
    }
    
    .tpprice-box2 {
        margin-bottom: 10vh;
    }
    
    .tpprice-img1 img {
        min-height: 250px;
    }
    
    .tpprice-outer1 {
        flex-wrap: wrap;
    }
    
    .tpprice-column1 {
        width: 100%;
        margin-bottom: 3vh;
    }
    
    .tpprice-column2 {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 3vh;
    }
    
    .tpprice-column3 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5vh;
    }
    
    .tpprice-listbox {
        width: 90%;
    }
    
    .tpprice-outer2 {
        width: 100%;
    }
    
    .tpprice-txt5 {
        font-size: 1.1rem;
        margin: 1.5%;
        padding: 0 5px 5px;
    }
    
}


@media (max-width: 519.98px) {
    
    .tpprice-illust1 {
        width: 6vh;
        top: -9vh;
        left: -5vw;
    }
    
    .tpprice-illust2 {
        width: 9vh;
        top: -12vh;
        right: -7vw;
    }
    
    .tpprice-img1 img {
        min-height: 230px;
        border-radius: 3vh;
    }
    
    .tpprice-box2 {
        margin-bottom: 7vh;
    }
    
    .tpprice-column2 {
        width: 70%;
    }
    
    .tpprice-txt4 {
        font-size: 1.4rem !important;
    }
    
}

@media (max-width: 399.98px) {
    
    .tpprice-container {
        width: 85vw;
        padding: 15vh 0;
    }
    
    .tpprice-img1 img {
        min-height: 200px;
    }
    
    .tpprice-box1 {
        margin-bottom: 5vh;
    }
    
    .tpprice-illust1 {
        width: 4vh;
        left: 3vw;
    }
    
    .tpprice-illust2 {
        width: 7vh;
        right: -3vw;
    }
    
    .tpprice-column1 {
        margin-bottom: 2vh;
    }
    
    .tpprice-column3 {
        margin-bottom: 4vh;
    }
    
    .tpprice-listbox {
        width: 95%;
        margin-top: 6vh;
        margin-bottom: 7vh;
    }
    
    .tpprice-outer2 {
        padding: 4vh;
    }
    
    .tpprice-box3 {
        justify-content: left;
    }
    
    .tpprice-txt5 {
        font-size: 1.1rem;
        margin: 1%;
        white-space: nowrap;
        margin-bottom: 2vh;
        padding: 0 5px 5px;
    }
    
}




/* ----------------------------------------
* tp-senpukuji
---------------------------------------- */


.tpsenpukuji-line1 {
    margin-bottom: 0 !important;
}

.tpsenpukuji-container {
    padding: 10vh 0 20vh;
}

.tpsenpukuji-box1 {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 7vh;
}

.tpsenpukuji-box2 {
    position: relative;
    margin-bottom: 15vh;
}


.tpsenpukuji-img1 {
    margin-bottom: 0 !important;
}

.tpsenpukuji-illust1 {
    position: absolute;
    left: 3vw;
    bottom: -10vh;
}

.tpsenpukuji-outer1 {
    display: flex;
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 15vh;
    align-items: center;
}

.tpsenpukuji-column1 {
    width: 40%;
    font-size: 1.1rem;
    margin-right: 5%;
}

.tpsenpukuji-column2 {
    width: 30%;
    margin-right: 5%;
}

.tpsenpukuji-column2-2 {
    width: 20%;
}

.tpsenpukuji-outer2 {
    display: flex;
    width: 90vw;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.tpsenpukuji-column3 {
    position: relative;
    width: 35%;
    margin-right: 15%;
}

.tpsenpukuji-goshuin1 {
    position: absolute;
    width: 25%;
    right: -7vw;
    top: 5vh;
    border: 1px solid;
    transform: rotate(15deg);
}

.tpsenpukuji-goshuin2 {
    position: absolute;
    width: 25%;
    left: -2vw;
    bottom: -5vh;
    margin-bottom: 0 !important;
    transform: rotate(-15deg);
    border: 1px solid;
}

.tpsenpukuji-column4 {
    width: 50%;
}

.tpsenpukuji-h4 {
    font-size: 1.5rem !important;
    color: #52330D;
    margin-bottom: 1vh !important;
}

.senpukuji-kannondou {
    font-size: 2.5rem !important;
}

.senpukuji-kannondou2 {
    margin-right: 20px;
    margin-bottom: 2vh;
}

.tpsenpukuji-txt1 {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 0;
}

.tpsenpukuji-txt2 {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 0;
}

.tpsenpukuji-illust2 {
    position: absolute;
    width: 11vh;
    right: -1vw;
    bottom: -5vh;
    margin-bottom: 0;
}

.tpsenpukuji-illust3 {
    position: absolute;
    width: 11vh;
    right: 3vw;
    bottom: -5vh;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    
    .tpsenpukuji-illust3 {
        width: 8vw;
        right: 5vw;
        bottom: -11vh;
    }
    
    .tpsenpukuji-illust2 {
        width: 8vw;
        bottom: -11vh;
    }
    
    .tpsenpukuji-illust1 {
        width: 17vw;
    }
    
}


@media (max-width: 991.98px) {
    
    .tpsenpukuji-img1 img {
        object-fit: cover;
        min-height: 350px;
    }
    
    .tpsenpukuji-illust1 {
        width: 17vh;
        bottom: -8vh;
    }
    
    .tpsenpukuji-box2 {
        margin-bottom: 11vh;
    }
    
    .tpsenpukuji-outer1 {
        margin-bottom: 10vh;
    }
    
    .tpsenpukuji-goshuin1 {
        right: -7vw;
    }
    
}

@media (max-width: 767.98px) {
    
    .tpsenpukuji-container {
        padding: 8vh 0 20vh;
    }
    
    .tpsenpukuji-illust1 {
        width: 17vh;
    }
    
    .tpsenpukuji-outer1 {
        flex-wrap: wrap;
        width: 80vw;
    }
    
    .tpsenpukuji-column1 {
        width: 100%;
        margin-right: initial;
        margin-bottom: 5vh;
    }
    
    .tpsenpukuji-column2 {
        width: 57%;
    }
    
    .tpsenpukuji-column2-2 {
        width: 38%;
    }
    
    .tpsenpukuji-outer2 {
        flex-wrap: wrap;
        width: 80vw;
    }
    
    .tpsenpukuji-column4 {
        position: relative;
        order: 1;
        margin-bottom: 8vh;
        width: 100%;
    }
    
    .tpsenpukuji-txt2 {
        line-height: 1.8;
    }
    
    .tpsenpukuji-column3 {
        position: relative;
        order: 2;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 8vh;
    }
    
    .tpsenpukuji-goshuin1 {
        width: 22%;
        right: -11vw;
    }
    
    .tpsenpukuji-goshuin2 {
        width: 22%;
        left: -12vw;
        bottom: -3vh;
    }
    
    .tpsenpukuji-illust2 {
        right: -6vw;
    }
    
    .tpsenpukuji-container {
        padding: 6vh 0 20vh;
    }
    
}



@media (max-width: 519.98px) {
    
    .tpsenpukuji-img1 img {
        min-height: 300px;
        object-position: 25% 50%;
    }
    
    .tpsenpukuji-box2 {
        margin-bottom: 8vh;
    }
    
    .tpsenpukuji-illust1 {
        width: 14vh;
        bottom: -7vh;
    }
    
    .tpsenpukuji-outer1 {
        margin-bottom: 9vh;
    }
    
    .tpsenpukuji-column4 {
        margin-bottom: 6vh;
    }
    
    .tpsenpukuji-column3 {
        width: 85%;
        margin-bottom: 4vh;
    }
    
    .tpsenpukuji-goshuin1 {
        width: 25%;
    }
    
    .tpsenpukuji-goshuin2 {
        width: 25%;
        left: -10vw;
    }
    
    .tpsenpukuji-illust3 {
        width: 8vh;
        right: 5vw;
    }
    
    .tpsenpukuji-illust2 {
        width: 8vh;
        right: -6vw;
    }
    
    .tpsenpukuji-h4 {
        margin-bottom: 3vh !important;
    }
    
    
}

@media (max-width: 399.98px) {
    
    .tpsenpukuji-box1 {
        width: 85vw;
        margin-bottom: 5vh;
    }
    
    .tpsenpukuji-img1 img {
        min-height: 250px;
        object-position: 30% 50%;
    }
    
    .tpsenpukuji-illust1 {
        width: 12vh;
        bottom: -6vh;
    }
    
    .tpsenpukuji-box2 {
        margin-bottom: 7vh;
    }
    
    .tpsenpukuji-txt2 {
        line-height: 1.5;
    }
    
    .tpsenpukuji-column4 {
        margin-bottom: 8vh;
    }
    
    .tpsenpukuji-goshuin1 {
        width: 30%;
        top: -7vh;
        right: -7vw;
    }
    
    .tpsenpukuji-goshuin2 {
        width: 30%;
        bottom: -5vh;
    }
}





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

.tpaccess-line1 {
    margin-bottom: 0;
    position: relative;
    top: -5vh;
}

.tpaccess-line2 {
    margin-bottom: 0 !important;
    position: relative;
    top: 1vh;
}

.tpacess-box1 {
    position: relative;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 15vh;
}

.tpaccess-illust1 {
    position: absolute;
    width: 22vh;
    right: 20vw;
    top: -5vh;
}

.tpaccess-illust2 {
    position: absolute;
    width: 24vh;
    right: 0;
    top: 0;
}

.tpacess-container1 {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 20vh;
}

.tpaccess-h4 {
    margin: 10vh 0 0 !important;
    padding-bottom: 5vh;
    border-bottom: 2px solid #fff;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
}

.tpaccess-txt1 {
    font-size: 1.1rem;
    border-bottom: 2px solid #fff;
    margin: 0 !important;
    padding: 5vh 2vh;
}


.tpaccess-outer1 {
    display: flex;
    font-size: 1.1rem;
}

.tpaccess-box1 {
    padding: 5vh 2vh;
    border-bottom: 2px solid #fff;
}

.tpaccess-column1 {
    margin-right: 5%;
}


@media (max-width: 1199.98px) {
    
    .tpaccess-illust1 {
        width: 15vw;
    }
    
    .tpaccess-illust2 {
        width: 16vw;
    }
    
}

@media (max-width: 991.98px) {
    
    .tpacess-container1 {
        width: 80vw;
    }
    
    .tpaccess-illust1 {
        width: 18vh;
    }
    
    .tpaccess-illust2 {
        width: 18vh;
        right: -1vw;
    }
    
    .tpacess-box1 {
        margin-bottom: 10vh;
    }
    
}

@media (max-width: 767.98px) {
    
    .tpaccess-illust1 {
        width: 16vh;
        top: -7vh;
    }
    
    .tpaccess-illust2 {
        width: 15vh;
        right: -1vw;
        top: 3vh;
    }
    
    .tpaccess-outer1 {
        flex-wrap: wrap;
        margin-bottom: 4vh;
    }
    
    .tpaccess-column1 {
        width: 100%;
    }
    
    .tpaccess-column2 {
        width: 100%;
    }
    
    .tpaccess-txt2 {
        margin-bottom: 1vh;
    }
    
    .tpaccess-box1 {
        padding: 5vh 2vh 0;
    }
    
    .tpaccess-line1 img {
        object-fit: cover;
        min-height: 11vh;
    }
    
    .tpaccess-line2 img {
        object-fit: cover;
        min-height: 70px;
    }
    
}


@media (max-width: 519.98px) {
    
    .tpacess-box1 {
        margin-bottom: 7vh;
    }
    
    .tpaccess-illust1 {
        width: 14vh;
        top: -14vh;
    }
    
    .tpaccess-illust2 {
        width: 13vh;
        top: -3vh;
    }
    
    .tpaccess-h4 {
        margin: 7vh 0 0 !important;
    }
    
    .tpacess-container1 {
        padding-bottom: 17vh;
    }
    
}

@media (max-width: 399.98px) {
    
    .tpaccess-illust1 {
        width: 13vh;
        right: 34vw;
        top: -15vh;
    }
    
    .tpaccess-illust2 {
        width: 11vh;
        right: -1vw;
        top: -8vh;
    }
    
    .tpacess-box1 {
        margin-bottom: 5vh;
    }
    
    .tpaccess-h4 {
        margin: 5vh 0 0 !important;
        padding-bottom: 3vh;
    }
    
    .tpaccess-txt1 {
        padding: 3vh 1vh;
    }
    
    .tpaccess-box1 {
        padding: 3vh 1vh 0;
    }
    
    .tpaccess-outer1 {
        font-size: 1rem;
        white-space: nowrap;
    }
    
}








/* ----------------------------------------
* tp-contact
---------------------------------------- */

.tpcontact-outer1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60vw;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 1vh 0 10vh;
    position: relative;
}

.tpcontact-column1 {
    width: 35%;
    margin-right: 5%;
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 600;
}

.tpcontact-txt1 {
    margin-bottom: 0 !important;
    line-height: 2;
    font-size: 1.2rem;
    font-weight: 600;
}

.tpcontact-column2 {
    width: 60%;
    text-align: center;
}

.tpcontact-logo1 {
    position: absolute;
    width: 25vh;
    left: -3vw;
    bottom: -10vh;
}

.tpconta {
    font-size: 3.3rem !important;
    margin-bottom: 2vh !important;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 20px;
    letter-spacing: 7px;
    white-space: nowrap;
}

.tpconta:before {
    background-image: url(https://shiosainoniwa.jp/wp-content/uploads/2025/05/tel-icon.png);
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


@media (max-width: 1199.98px) {
    
    .tpcontact-column1 {
        width: 40%;
        font-size: 1.3rem !important;
    }
    
    .tpconta {
        font-size: 2.7rem !important;
    }
    
    .tpconta:before {
        width: 40px;
        height: 40px;
    }
    
    .tpcontact-logo1 {
        bottom: -9vh;
        width: 19vw;
    }
    
    .tpcontact-column2 {
        width: 55%;
    }
    
    
    .tpcontact-outer1 {
        width: 70vw;
    }
    
}


@media (max-width: 991.98px) {
    
    .tpcontact-outer1 {
        width: 85vw;     
    }
    
    .tpcontact-column1 {
        width: 35%;
    }
    
    .tpcontact-column2 {
        width: 60%;
    }
    
    .tpconta {
        font-size: 3rem !important;
    }
    .tpcontact-txt1 {
        font-size: 1.4rem;
    }
    
}

@media (max-width: 767.98px) {
    
    .tpcontact-outer1 {
        width: 80vw;
        flex-wrap: wrap;
    }
    
    .tpcontact-column1 {
        margin-right: initial;
        margin-bottom: 3vh;
        width: 100%;
    }
    
    .tpcontact-column2 {
        width: 100%;
    }
    
    .tpconta {
        margin-right: initial;
    }
    
    .tpcontact-logo1 {
        width: 30vw;
        left: -7vw;
    }
    
    .contact-img1 {
        width: 60%;
        margin:  0 auto;
    }
    
    
}

@media (max-width:519.98px) {
    
    .tpcontact-outer1 {
        width: 85vw;
    }
    
    .tpconta {
        font-size: 2.5rem !important;
        letter-spacing: 5px;
    }
    
    .tpconta:before {
        width: 30px;
        height: 30px;
    }
    
    .tpcontact-logo1 {
        width: 35vw;
        bottom: -11vh;
    }
    
    .contact-img1 {
        width: 75%;
    }
}


@media (max-width:399.98px) {
    
    .tpcontact-txt1 {
        white-space: initial;
    }
    
    .tpcontact-column1 {
        margin-bottom: 2vh;
    }
    
    .tpconta {
        font-size: 2.2rem !important;
    }
    
    .tpconta:before {
        width: 25px;
        height: 25px;
    }
    
    .tpcontact-logo1 {
        width: 20vh;
        bottom: -11vh;
    }
}

/* ----------------------------------------
* contact-page
---------------------------------------- */

.ctfm-box3 {
    position: relative;
    margin-bottom: 15vh !important;
}

.ctfm-box1 {
    text-align: center;
    position: absolute;
    right: 15vw;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ctct-p1 {
    color: #52330D;
    font-size: 1.7rem !important;
    font-weight: 600;
    margin-bottom: 7vh !important;
    text-align: center;
}

.ctfm-box2 {
    text-align: center;
    margin-bottom: 15vh;
}

.ctfm-box4 {
    display: inline-block;
    background: #7ECBD1;
    padding: 0 30px;
    border-radius: 40px;
}

.ctfm-box4 p {
    font-size: 2.5rem !important;
    margin-bottom: 0 !important;
    padding: 20px 0;
    line-height: 1 !important;
}

.ctline {
    position: relative;
    top: 3vh;
}

.ctfm-container2 {
    width: 50vw;
    margin: 0 auto;
    padding: 10vh 0 20vh;
}

.ctfm-box5 {
    text-align: center;
    margin-bottom: 10vh;
}

.ctct-p2 {
    text-align: center;
    margin-bottom: 10vh;
}

.formcel1container {
    background: #2D658F;
}


.formcel1outer {
    display: flex;
    align-items: center;
    border: 0.5px solid #eee;
}

.formcel1 p {
    margin-bottom: 0 !important;
}

.formcel1 {
    width: 35%;
    padding: 10px 0 10px 20px;
    background: #2D658F;
    color: #fff;
    font-weight: 500;
}

.formcel2 {
    width: 65%;
    background: #fff;
    padding: 30px;
}

.formcel2 p {
    margin-bottom: 0 !important;
}

.formcelsubmit input {
    padding: 10px 100px;
    width: 100%;
    background: #fff;
    color: #2D658F;
    border: 1.5px solid #2D658F;
    transition: .5s;
}

.formcel2 input {
    margin-bottom: 0 !important;
    background: #eee;
    border: 0 !important;
}

.formcelsubmit {
    margin-top: 8vh;
}

.formcel2 textarea {
    border: 0 !important;
    background: #eee;
    margin-bottom: 0 !important;
}

.ctfm-box1 h3 {
    color: #fff;
}

.ctfm-box1 h2 {
    color: #fff;
}

.ctfm-box4 p a {
    color: #fff !important;
    text-decoration: none !important;
}


@media (max-width: 1199.98px) {
    
    .ctfm-container2 {
        width: 65vw;
    }
    
}

@media (max-width: 991.98px) {
    
    .ctfm-container2 {
        width: 75vw;
        padding: 7vh 0 15vh;
    }
    
    .main-section {
        margin-bottom: 0 !important;
    }
    
    .contactform-img1 img {
        object-fit: cover;
        min-height: 350px;
    }    
    
    .ctfm-box3 {
        margin-bottom: 12vh !important;
    }
    
    .ctfm-box2 {
        margin-bottom: 12vh;
    }
}

@media (max-width: 767.98px) {
    
    .contactform-img1 img {
        object-position: 20% 50%;
    }
    
    .ctfm-box1 {
        right: 8vw;
        top: 60%;
    }
    
    
    
    .ctfm-container2 {
        width: 90vw;
        padding: 7vh 0 10vh;
    }
    
    .formcel1 {
        padding: 10px;
    }
    
    .ctfm-box1 h2 {
        font-size: 2.2rem !important;
    }
    
}

@media (max-width: 519.98px) {
    
    .ctfm-box5 h2 {
        font-size: 2.2rem !important;
    }
    
    .ctfm-box5 {
        margin-bottom: 7vh;
    }
    
    .ctct-p2 {
        text-align: left;
    }
    
    .formcel2 {
        padding: 15px;
    }
    
    .ctfm-box1 {
        right: 3vw;
        top: 50%;
    }
    .ctfm-box1 h2 {
        font-size: 2rem !important;
    }
    
    .ctfm-box4 p {
        font-size: 2.2rem !important;
    }
    
}

@media (max-width: 399.98px) {
    
    .formcel1 p {
        margin-bottom: 0 !important;
        font-size: .8rem !important;
    }
    
    .ctfm-container2 {
        width: 95vw;
    }
    
    .ctfm-box5 h2 {
        font-size: 1.8rem !important;
    }
    
    .ctfm-box5 {
        margin-bottom: 4vh;
    }
    
    .ctct-p2 {
        margin-bottom: 6vh;
    }
    
    .ctfm-container2 {
        padding: 7vh 0 5vh;
    }
    
    .ctfm-box1 {
        top: 50%;
    }
    
    .ctfm-box1 h2 {
        font-size: 1.7rem !important;
    }
    
    .ctfm-box1 h3 {
        font-size: 1.3rem !important;
    }
    
    .ctfm-box4 {
        padding: 0 20px;
    }
    
    .ctfm-box4 p {
        font-size: 1.8rem !important;
        padding: 10px 0;
    }
    
    .ctfm-box3 {
        margin-bottom: 8vh !important;
    }
    
    .ctct-p1 {
        margin-bottom: 5vh !important;
    }
    
    .ctfm-box2 {
        margin-bottom: 7vh;
    }
}

.menubar-img1 {
    width: 10%;
    margin: 0 auto;
    margin-bottom: 2vh;
}

.menubar-img2 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10vh;
}

.vk-mobile-nav-menu-outer {
    width: 80%;
    display: flex;
}

.vk-mobile-nav nav>ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1.5px solid #2D658F;
}

.vk-mobile-nav nav ul li {
    font-size: 1.3rem;
    width: 46%;
    margin: 2vh 2% 0;
}

.vk-mobile-nav nav ul li a {
    padding: 0 0 3vh 40px;
    color: #52330D;
    font-weight: 600;
    position: relative;
    border-bottom: 1.5px solid #2D658F;
}

.vk-mobile-nav .vk-mobile-nav-menu-outer {
    width: 80%;
    margin: 0 auto;
}

.vk-mobile-nav nav ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    left: 0;
    background-image: url(https://shiosainoniwa.jp/wp-content/uploads/2025/06/navbaricon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.contactbanner1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

@media (max-width: 767.98px) {
    
    .menubar-img2 {
        width: 70%;
        margin-bottom: 7vh;
    }
    
    .vk-mobile-nav .vk-mobile-nav-menu-outer {
        width: 90%;
    }
    
    .menubar-img1 {
        width: 15%;
    }
    
    .contactbanner1 {
        width: 90%;
    }
    
    .vk-mobile-nav nav ul li {
        width: 100%;
    }
    .vk-mobile-nav .vk-mobile-nav-menu-outer {
        width: 85%;
    }
    
    .contactbanner1 {
        margin-top: 7vh;
        margin-bottom: 7vh;
    }
    
    .menubar-img2 {
        width: 70%;
        margin-bottom: 5vh;
    }
    
    .menubar-img1 {
        width: 20%;
        margin-bottom: 0;
    }
    
    .vk-mobile-nav nav ul li {
        font-size: 1.2rem;
    }
    
    .vk-mobile-nav nav ul li a:before {
        width: 25px;
        height: 25px;
    }
    
    .vk-mobile-nav nav ul li a {
        padding: 0 0 3vh 35px;
    }
}

@media (max-width: 399.98px) {
    
    .menubar-img2 {
        width: 80%;
    }
    
    .vk-mobile-nav .vk-mobile-nav-menu-outer {
        width: 90%;
    }
}





