@charset "utf-8";
/* CSS Document */
a.linkStyle {
    color: #ffa500;
}
.pager li {
    background: #ffa500;
    border-radius: 50px;
    padding: 5px 9px;
}
.footer_txt2{
    text-align: center;
    padding-bottom: 15px;
    color: #421600;
}
#sp_nav #sns_links ul {
    justify-content: center;
    margin: auto;
}
#husen {
    position: fixed;
    bottom: -250px;
    left: 20px;
    width: 220px;
    height: 200px;
    z-index: 98;
    animation-delay: 1s;
    
}
#husen2{
    position: fixed;
    bottom: -250px;
    right: 20px;
    width: 220px;
    height: 200px;
    z-index: 98;
    animation-delay: 4s;
    
}
.husen_anime{
    animation:husen 4s linear forwards;
}
@keyframes husen{
    0%{
      transform:translateY(0)
    }
    
    100%{
        transform:translateY(-1500px);
    }
}
.txt_anim6 span{
	display: inline-block;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
	animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
	opacity: 0;
}
.txt_anim6 span.start{
	-webkit-animation-name: slide-bs;
	animation-name: slide-bs;
	opacity: 1;
}
@keyframes slide-bs{
	0%{-webkit-transform: translateY(20px);transform: translateY(20px);}
	100%{-webkit-transform: translateY(0);transform: translateY(0);}
}


#footer {
    background: url(../img/footer_bg.png) repeat-x;
    background-position: bottom;
    background-size: 600px;
}
#loader img#l1{
    width: 170px;
    height:152px;
   
  animation: poyon 1.2s infinite;
}
#loader_img {
    position: absolute;
    top: 36%;
    left: 40%;
    width: 320px;
    height: 300px;
    text-align: center;
}
.close{
    animation:close 1.5s linear forwards;
}
@keyframes close{
    0%{
        opacity:1;
    }
    80%{
        opacity:0;    
    }
     100%{
            opacity:0;
            z-index:-99;
    }
}

@keyframes poyon {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
   
    30%  { transform: scale(1.2, 0.8) translate(0%, 10%); }
    50%  { transform: scale(0.8, 1.1) translate(0%, -10%); }
    70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
#loader{
    width:100%;
    height:100%;
    background: #fffac0;
    z-index:1000;
    position: fixed;
    top:0;
    background-size: cover;
}
p.date{
    margin-bottom:5px;
}
span.sankaku {
    width: 15px;
    display: inline-block;
    position: relative;
    top: -6px;
}
 
div#c_img1::before {
    width: 160px;
    height: 200px;
    background: url(../img/happa1.png) no-repeat;
    content: "";
    position: absolute;
    left: -100px;
    top: 110px;
    background-size: contain;
}
div#c_img2::before {
    width: 150px;
    height: 200px;
    background: url(../img/happa2.png) no-repeat;
    content: "";
    position: absolute;
    right: -100px;
    background-size: contain;
}
#c_img2{
    max-width:400px;
    position:relative;
}
#c_img1{
    max-width:390px;
    position:relative;
}
#fix_con2 span.fix_img {
    margin-top: 6px;
}
span.fix_img {
    position: relative;
    left: 4px;
}
#fix_wrap a{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    padding: 30px 10px;
    color: white;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: fixed;
    right: 0;
    top:18%;
    z-index: 99;
    font-weight: normal;
}
#fix_con1 a{
    background: #56C423;
}
#fix_con2 a{
    background: #FF5533;
    transform:translateY(260px);
}
#copyright {
    padding: 10px 0 10px;
    background: orange;
    color: white;
    font-weight:normal;
}
#copyright a{
    color:white;
}
main {
    padding-bottom: 100px;
}
div#f_right_top{
    margin-bottom:20px;
    margin-top: 20px;
}
a.footer_logo img{
    max-width:250px;
}
span.tel_icon {
    width: 30px;

    display: inline-block;
    height: 9px;
    position: relative;
    top: -4px;
    right: 10px;
}
iframe{
    border-radius:10px;
}
.f_r_t_r{
    padding:20px;
}
.footer_txt{
    line-height:30px;
}
p.tel a {
    padding: 10px 20px;
    display: block;
    max-width:350px;
    background: #ffa500;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
}

ul.footer_link li a {
    color: #421600;
    padding: 10px 10px;
    display: block;
}
ul.footer_link li {
    width: 40%;
    white-space: nowrap;
}
ul.footer_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
#footer_right {
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer{
    background: #FFFAC0;
}
#footer{
    display:flex;
}
div#news_top::before {
    width: 25vw;
    height: 15vw;
    content: "";
    background: url(../img/kumo1.png) no-repeat;
    position: absolute;
    background-size: contain;
    left: -70px;
}
#news .cms_title{
    margin-bottom:80px;
}
div#news_top::after {
    width: 35vw;
    height: 20vw;
    content: "";
    background: url(../img/kumo2.png) no-repeat;
    position: absolute;
    background-size: contain;
    right: -120px;
}
#news .button{
    margin-top:50px !important;
}
#news figure {
    margin-bottom: 20px;
}
#news .box::after {
    width: 40px;
    height: 45px;
    content: "";
    position: absolute;
    background: url(../img/gabyou.png) no-repeat;
    top: -37px;
    background-size: contain;
}
#news .box{
    position:relative;
}

#news .box_wrap .box:nth-child(1),#news .box_wrap .box:nth-child(3){
    position:relative;
    top:20px;
}
#news .box_wrap .box:nth-child(1) figure,#news .box_wrap .box:nth-child(3) figure  {
    transform: rotate(-3deg);
}
#news .box_wrap .box:nth-child(2) figure,#news .box_wrap .box:nth-child(4) figure  {
    transform: rotate(3deg);
}
#news figure {
    /* border-radius: 20px; */
    box-shadow: 5px 5px 8px #7d7d7d;
    border: 8px solid white;
}
.cms_title h3::after {
    width: 110px;
    height: 30px;
    content: "";
    background: url(../img/title_b2.png) no-repeat;
    right: -119px;
    position: absolute;
    top: 25px;
    background-size: contain;
    transform: scale(-1,1);
}
.cms_title h3::before {
    width: 110px;
    height: 30px;
    content: "";
    background: url(../img/title_b2.png) no-repeat;
    left: -125px;
    position: absolute;
    top: 25px;
    background-size: contain;
}
.cms_title h3{
    position:relative;
}
#news {
    padding: 2% 2% 0%;
    background: #FFFDE6;
}
    #page-top {
        right: 13px;
    }
    #page-top a img {
        height: 125px;
        width: 100px;
}

#day_img {
    position: relative;
    left: -20px;
    max-width: 40%;
    z-index: 3;
}
#day_txt {
    width: 500px;
    background-size: contain;
    background-repeat: no-repeat; 
    color: white;
    background-position: 50%;

    font-weight: normal;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
div#day_txt::before {
    width: 650px;
    height: 400px;
    background: url(../img/day_img2.png) no-repeat;
    content: "";
    position: absolute;
    background-size: contain;
    left: -80px;
    top: -117px;
    z-index: -1;
}
#day{
    flex-wrap:nowrap;
    margin-top:100px;
}
.step1::after {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    background: url(../img/step1.png) no-repeat;
    right: -310px;
    bottom: -70px;
    background-size: contain;
}
.step2::after {
    width: 320px;
    height: 400px;
    content: "";
    position: absolute;
    background: url(../img/step2.png) no-repeat;
    left: -220px;
    bottom: -90px;
    background-size: contain;
}
.step2 p.step_title::before {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    background: url(../img/step_icon2.png) no-repeat;
    background-position: center;
    left: -62px;
    bottom: 0;
}

.step2 .step_title{
    display:inline-block;
    position:relative;
}
.step2{
    text-align:center;
    position:relative;
}
.step2 p.step_txt{
    text-align:left;
}

.step1::before {
    width: 100%;
    height: 120px;
    content: "";
    position: absolute;
    background: url(../img/step_icon1.png) no-repeat;
    background-position: center;
    left: 0;
    bottom: -80px;
    z-index: 3;
    background-size: contain;
}
.step1{
    max-width: 670px;
    background: #fcf9ed;
    padding: 3% 10%;
    margin:auto;
    margin-top:80px;
    position:relative;
}
.step2{
    max-width: 670px;
    background: #fcf9ed;
    padding: 3% 10%;
    margin:auto;
    margin-top:50px;
}
p.step_title{
    text-align: center;
    font-size: 28px;
    color: #486FBC;
    font-weight: bold;
    margin-bottom: 20px;
}
div#point_cms .box_wrap:nth-child(1),div#point_cms .box_wrap:nth-child(4) {
    position: relative;
    bottom: 80px;
}
div#point_cms .box_wrap:nth-child(1) h3{
    background:#6AC62E;
}
div#point_cms .box_wrap:nth-child(2) h3{
    background:#EF75AC;
}
div#point_cms .box_wrap:nth-child(3) h3{
    background:#369EDD;
}
div#point_cms .box_wrap:nth-child(4) h3{
    background:#f3c505;
}
#point_cms h3 {
    text-align: center;
    font-family: 'Yomogi', cursive;
    padding: 5px 10px;
    font-size: 20px;
    color: white;
    position: relative;
    bottom: 20px;
}
#point_cms figure {
    padding-top: 100%;
    border-radius: 100%;
    border: 4px solid white;
    box-shadow: 1px 1px 5px rgba(136,136,136,0.6);
}
#point_cms figure img{
    object-fit:cover !important;
    height:100%;
}
ul.concept{
    width: 500px;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
    left: 20px;
}
ul.concept li{
    position:relative;
    padding-left: 30px;;
}
ul.concept li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 3px;
}
h2.con2_title1,h3.con2_title1{
    position: relative;
}
h2.con2_title1:before,h3.con2_title1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../img/title_b.png) no-repeat;
    background-size: 120px;
    background-position: center;
    left: 0;
    bottom: -40px;
}

    .zig.zig2 {
        transform: scale(1,-1) translateY(1px);
    }

#contents2{
    position:relative;
    padding-left: 70px;
    padding-right: 70px;
}
#contents2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 85px;
    background: url(../img/content.png);
    background-size: 500px;
    left: 0;
    top: -20px;
    background-position: center;
    background-repeat: no-repeat;
}
.zig{
    max-width:1480px;
    margin:auto;
}
#contents2_wrap {
    max-width: 1480px;
    margin: auto;
    background: white url(../img/con2_bg.png) repeat-y;
    position: relative;
    padding: 100px 50px;
    box-sizing: border-box;
    background-position: top center;
    background-size: contain;
}
.b_wrap {
    justify-content: space-around;
    max-width: 1100px;
    margin: auto;
    position: relative;
    right: 28px;
}

.nayami_txt::before {
    width: 130px;
    height: 110px;
    position: absolute;
    content: "";
    background: url(../img/intro_logo.png) no-repeat;
    background-size: contain;
    right: -66px;
    bottom: -40px;
    z-index:5;
}


.yomogi{
    font-family: 'Yomogi', cursive;
}
.button {
    text-align: center;
    margin-top: 50px;
}
.button a {
    display: inline-block;
    padding: 10px 50px;
    background: #FF6B43;
    font-size: 24px;
    color: white;
    font-weight: bold;
    transition:all 0.3s;
    white-space:nowrap;
}
.button a:hover{
    transform:translateY(-5px);
}
.button a:hover .sankaku{
    transform:translateX(5px);
}
.sankaku{
    transition:all 0.3s;
}
.nayami_img{
    max-width: 900px;
    margin: auto;
    position: relative;
    bottom: -2px;
}
.nayami_txt {
    padding: 40px;
    background: white;
    border: 2px solid #421618;
    border-radius: 20px;
    position: relative;
}
.nayami {
    max-width: 950px;
    margin: auto;
    margin-top: 100px;
}

#contents1 span.start:last-of-type::after {
    width: 75px;
    height: 75px;
    content: "";
    background: url(../img/bus.png) no-repeat;
    position: absolute;
    background-size: contain;
    top: 17px;
}
div#contents1_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 175px;
    background: url(../img/welcome.png);
    background-size: 500px;
    left: 0;
    top: -160px;
    background-position: center;
    background-repeat: no-repeat;
}
div#contents1_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 175px;
    background:  url(../img/intro_top.png);
    background-size: contain;
    left: 0;
    top: -116px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}
#c_img1{
        position: relative;
        top: 60px;
        margin-right: 30px;
}
.con1_txt {
    max-width: 970px;
    padding: 50px;
    margin: auto;
    line-height: 36px;
}
.con1_txt_wrap h2 {
    display: inline-block;
    position: relative;
    right: 35px;
    font-size: 60px;
}
.con1_txt_wrap{
    text-align:center;
}
.con1_txt{
    text-align:left;
}
#contents1{
    padding-left:70px;
    padding-right:70px;
    margin-top:200px;
    margin-bottom:100px;
}
#contents1_bg{
    background:#FFFEF8 url(../img/con2_bg.png) ;
    background-position: top center;
    background-size: contain;
    max-width: 1480px;
    margin: 100px auto;
    position:relative;
    border-radius: 15px;

}
#contents1_wrap {
    position: relative;
    padding: 3% 10% 5% 10%;
}
div#contents1_wrap::before {
    width: 30px;
    height: 100%;
    background: url(../img/intro_bg.png) repeat-y;
    content: "";
    position: absolute;
    left: 15px;
    top: -6px;
    background-size: contain;
}
div#contents1_wrap::after{
    width: 30px;
    height: 100%;
    background: url(../img/intro_bg.png) repeat-y;
    content: "";
    position: absolute;
    right: 15px;
    top: -6px;
    background-size: contain;
}
#wrap {
    background: url(../img/bg.png);
    background-size: cover;
    position: relative;
    z-index: 0;
}

#main_b {
    position: absolute;
    bottom: 1%;
    width: 28vw;
    max-width: 400px;
    left: 5%;
    z-index:2;
}
@media screen and (min-width:1600px){
    #posi_img img{
        bottom:200px;
    }
}
#posi_img img{
    position: relative;
    z-index: -1;
    transition:all 0.3s;
}
#fix_wrap a:hover{
    opacity:0.8;
    transition:all 0.3s;
}
ul.footer_link li a{
    transition:all 0.3s;   
}
ul.footer_link li a:hover{
    opacity:0.6;
}
p.tel a,.footer_logo img{
    transition:all 0.3s;
}
p.tel a:hover,.footer_logo img:hover{
    transform:translateY(-5px);
}
#fix_wrap a{
    transition:all 0.3s;
}

header .logo:hover img,#nav_logo img:hover{
    transform:translateY(-5px);
}
header .logo img,#nav_logo img{
    transition:all 0.3s;
}
header li a:hover,#sp_nav li span:hover{
    transform:translateY(-5px);
   
}
header li a,#sp_nav li span{
    transition:all 0.3s;
}
ul.pc_nav_right li:nth-child(1) img{
    max-width:55px;
}
ul.pc_nav_left li:nth-child(2) img ,ul.pc_nav_left li:nth-child(3) img {
   
    max-width: 40px;
}
header .logo::before {
    width: 300px;
    height: 180px;
    content: "";
    background: url(../img/logo_bg.png) no-repeat;
    position: absolute;
    top: 20px;
    z-index: -2;
    background-size: contain;
    transform: translateX(-44px);
}
span.nav_img {
    text-align: center;
    display: block;
}
.nav_img img {
    max-width: 50px;
}
header ul{
    position:relative;
    top:-20px;
    z-index:3;
   
}
header .logo {
    position: relative;
    top: 15px;
    width: 15%;
    text-align: center;
    z-index: 2;
}
.logo img{
    width:190px;
}
.nav_txt{
    font-weight: bold;
    font-size: 18px;
}
body{
    font-family: 'Kiwi Maru', serif;
    font-weight:bold;
    overflow:hidden;
}

#main_img{
    max-height:100vh;
    overflow:hidden;
    position: relative;
    z-index: 2;
  
}
header {
    justify-content: space-around;
    width: 100%;
    margin: auto;
    background: url(../img/header_bg2.png);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 3;
}

@media screen and (max-width:1600px){
    ul.pc_nav_right,ul.pc_nav_left{
        width:40% !important;
    }
    header{
        justify-content: space-between;
    }
    .nav_txt {
        font-size: 16px;
    }
    .nav_img img {
        max-width: 40px;
    }
    ul.pc_nav_right li:nth-child(1) img {
        max-width: 45px;
    }
    ul.pc_nav_left li:nth-child(2) img, ul.pc_nav_left li:nth-child(3) img {
        max-width: 35px;
    }
    header .logo{
        width:18%;
    }
    #c_img1,#c_img2{
        max-width:35%;
    }
}
#sp_nav {
    position: fixed;
    left: -350px;
    top: 0;
    background:#fffdde;
    z-index: 1000;
    width: 350px;
    height: 100%;
    transition: all 0.3s;
    padding-bottom: 30px;
    box-sizing: border-box;
}
#sp_nav.active{
    left:0;
}
#menu_bt span::before, #menu_bt span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    transition: ease 0.3s;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}
#menu_bt span::before {
    transform: translateY(-13px);
}
#menu_bt span::after {
    transform: translateY(13px);
}
#menu_bt span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    transition: ease 0.3s;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}
#menu_bt {
    position: fixed;
    z-index: 1001;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -140px;
    transform: translateY(5px);
    right: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    transition: ease 0.5s;
    cursor: pointer;
}
.menu_sc{
    top:20px !important;
}
#page-top{
    transition: all 0.3s ease 0s;
}
#menu_bt.active span::before {
    transform: translateY(0px) rotate(90deg);
}
#menu_bt.active span::after {
    opacity: 0;
}
#menu_bt.active span {
    transform: rotate(-45deg) translate(-17px,-18px);
}
#nav_logo {
    width: 180px;
    margin: auto;
    padding: 30px;
}
#sp_nav span.nav_img,#sp_nav span.nav_txt{
    display: inline-block;

}
#sp_nav span.nav_txt{
    font-size:16px;
}

#sp_nav ul {
    width: 200px;
    margin: auto;
    position: relative;
    left: 60px;
}
#sp_nav li {
    line-height: 60px;
}
#sp_nav li:nth-child(1) span.nav_txt.d_block::before {
    width: 40px;
    height: 40px;
    background: url(../img/news.png) no-repeat;
    content: "";
    position: absolute;
    left: -45px;
    top: 9px;
    background-size: contain;
}

#sp_nav li:nth-child(2) span.nav_txt.d_block::before {
    width: 40px;
    height: 40px;
    background: url(../img/guide.png) no-repeat;
    content: "";
    position: absolute;
    left: -45px;
    top: 9px;
    background-size: contain;
}
#sp_nav li:nth-child(3) span.nav_txt.d_block::before {
    width: 40px;
    height: 40px;
    background: url(../img/price.png) no-repeat;
    content: "";
    position: absolute;
    left: -45px;
    top: 7px;
    background-size: contain;
}
#sp_nav li:nth-child(4) span.nav_txt.d_block::before {
    width: 40px;
    height: 40px;
    background: url(../img/nagare.png) no-repeat;
    content: "";
    position: absolute;
    left: -50px;
    top: 8px;
    background-size: contain;
}
#sp_nav li:nth-child(5) span.nav_txt.d_block::before {
    width: 32px;
    height: 32px;
    background: url(../img/faq.png) no-repeat;
    content: "";
    position: absolute;
    left: -45px;
    top: 15px;
    background-size: contain;
}
#sp_nav li:nth-child(6) span.nav_txt.d_block::before {
    width: 35px;
    height: 35px;
    background: url(../img/contact.png) no-repeat;
    content: "";
    position: absolute;
    left: -46px;
    top: 11px;
    background-size: contain;
}
#sp_nav span.nav_txt{
    position:relative;
}
#sns_links ul {
    width: 250px;
    display: flex;
    padding-left: 10px;
    padding-bottom: 10px;
}
#sns_links li.grid_2 {
    padding: 5px;
}
#sns_links ul {
    width: 250px;
    display: flex;
    padding-left: 0;
    padding-bottom: 0;
    position: static;
    margin-left: 10px;
    margin-bottom: 5px;
}
#sns_links ul li a img{
    transition:all 0.2s;
}
#sns_links ul li a:hover img{
    transform:translateY(-5px);
}
#sp_nav{
        overflow: auto;  
}
ul#sub_nav {
    position: static;
    text-align: center;
    margin-top: 30px;
}
ul#sub_nav li {
    line-height: 30px;
}
ul#sub_nav li span::before{
    display:none;
}



@media screen and (max-width:1280px){
    #fix_wrap a {
        padding: 30px 5px;
        font-size: 22px;
    }
    #contents1,#contents2{
        padding-left: 50px;
        padding-right: 50px;
    }
    header .logo::before{
        top:10px;
    }
    .logo img {
        width: 180px;
    }
    #day_txt{
        font-size:16px;
        width: 400px;
    }
    div#day_txt::before {
        width: 580px;
        height: 400px;
        background: url(../img/day_img2.png) no-repeat;
        content: "";
        position: absolute;
        background-size: contain;
        left: -100px;
        top: -100px;
        z-index: -1;
    }
}
@media screen and (max-width:1000px){
  /*  header{
        display:none !important;
    }**/
    #menu_bt{
        top:20px !important;
    }
    header ul {
        display:none !important;
    }
    header .logo img{
        width: 210px !important;
    }
    header .logo{
        margin-left:10px !important;
    }
    header {
        background: none !important;
        justify-content: flex-start !important;
        position: fixed !important;
        top: 0;
        left: 0;
    }
    header .logo::before{
        display:none !important;
    }
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    .footer_txt2{
        max-width: 70%;
        margin: auto;
        text-align: left; 
    }
    #husen,#husen2{
        width:180px;
    }
    #main_b {
        width: 34vw;
    }
    div#contents1_bg::after {
        background-size: 350px;
        top: -75px;
        height: 85px;
    }
    div#contents1_bg::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 55px;
        background: url(../img/intro_top.png);
        background-size: contain;
        left: 0;
        top: -42px;
        background-position: center bottom;
        background-repeat: no-repeat;
        z-index: -2;
    }
    #contents1{
        margin-top:150px;
    }
    div#contents1_wrap::after {
        width: 15px;
        height: 100%;
        background: url(../img/intro_bg.png) repeat-y;
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        background-size: contain;
    }
    div#contents1_wrap::before {
        width: 15px;
        height: 100%;
        background: url(../img/intro_bg.png) repeat-y;
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        background-size: contain;
    }
    #contents1 span.start:last-of-type::after {
        width: 45px;
        height: 45px;
        content: "";
        background: url(../img/bus.png) no-repeat;
        position: absolute;
        background-size: contain;
        top: 14px;
        right: -50px;
    }
    .con1_txt_wrap h2{
        font-size:40px;
    }
    .con1_txt_wrap h2{
        right:25px;
    }
    #contents1_wrap {
        position: relative;
        padding: 5% 10% 5% 10%;
    }
    #contents1_wrap .button{
        margin-bottom:20px;
    }
    .con1_txt {
        max-width: 970px;
        padding: 20px;
        margin: auto;
        line-height: 30px;
        font-size: 16px;
    }
    div#c_img2::before {
        width: 100px;
        height: 100px;
    }
    div#c_img1::before {
        width: 100px;
        height: 100px;
        left: -80px;
        top: 30px;
    }
    .nayami_txt {
        padding: 20px;
        font-size: 16px;
    }
    .nayami_txt::before {
        width: 100px;
        height: 80px;
        position: absolute;
        content: "";
        background: url(../img/intro_logo.png) no-repeat;
        background-size: contain;
        right: -46px;
        bottom: -30px;
        z-index: 2;
    }
    #contents2::after{
        background-size:350px;
    }
    ul.concept {
        font-size: 16px;
    }
    ul.concept {
        width: 420px;
        margin-top: 70px;
        margin-bottom: 20px;
        position: relative;
        left: 20px;
    }
    div#point_cms .box_wrap:nth-child(1), div#point_cms .box_wrap:nth-child(4) {
        position: static;
    }
    .b_wrap{
        position:static;
    }
    #contents2_wrap .button a{
        width:410px;
    }
    h2.con2_title1, h3.con2_title1 {
        position: relative;
        font-size: 28px;
    }
    .step1,.step2{
        width:80%;
    }
    .step_txt{
        font-size:16px;
    }
    .step1::after {
        width: 200px;
        height: 200px;
        content: "";
        position: absolute;
        background: url(../img/step1.png) no-repeat;
        right: -120px;
        bottom: 120px;
        background-size: contain;
    }
    .step2::after {
        width: 200px;
        height: 200px;
        content: "";
        position: absolute;
        background: url(../img/step2.png) no-repeat;
        left: -90px;
        bottom: -80px;
        background-size: contain;
    }
    p.step_title {
        text-align: center;
        font-size: 24px;
        color: #486FBC;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #day_img{
        max-width:none;
            left: 0;
            bottom: 20px;
    }
    #day {
        flex-wrap: wrap;
        flex-direction: column;
    }
    div#day_txt::before {
        width: 580px;
        height: 400px;
        background: url(../img/day_img2.png) no-repeat;
        content: "";
        position: absolute;
        background-size: contain;
        left: -100px;
        top: -91px;
        z-index: -1;
    }
    #day_txt {
        width: 385px;
        font-size:16px;
    }
    #news .box_wrap .box:nth-child(2) figure, #news .box_wrap .box:nth-child(4) figure {
        transform: rotate(-3deg) !important;
    }
    #news .box_wrap .box:nth-child(1), #news .box_wrap .box:nth-child(3) {
    position: relative;
    top: 0 !important;
}
#news .button {
    margin-top: 30px !important;
}
#news {
    padding: 4% 2% 4%;
    background: #FFFDE6;
}
main {
    padding-bottom: 50px;
}
#map{
    display:none;
}
div#footer_right{
    width:100% !important;
}
#footer_right {
    padding: 0px 20px;
}
div#f_right_top{
    padding:20px;
    margin:0;
}
#contents2_wrap{
    padding:70px 50px;
    padding-bottom: 120px;
}
div#contents1_wrap::after,div#contents1_wrap::before{
    display:none;
}
#loader_img{
    left:30%;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    ul.footer_link{
        justify-content: space-around; 
    }
    #copyright{
        padding-bottom: 50px;
    }
    .footer_txt2 {
        max-width: 90%;
        margin: auto;
        text-align: left;
        padding-bottom: 30px;
    }
    #main_b {
        width: 31vw;
    }
   header::before {
        width: 300px;
        height: 180px;
        content: "";
        background: url(../img/logo_bg.png) no-repeat;
        position: absolute;
        background-size: contain;
        left: -105px;
        top: -115px;
        transform: rotate(177deg);
    }
    #fix_con2 a {
        transform: translateY(180px);
    }
    #fix_wrap a {
        padding: 20px 5px;
        font-size: 16px;
    }
    span.fix_img img{
        width:20px;
        position:static;
    }
    #menu_bt {
        top: 5px !important;
        right:10px;
    }
    header .logo img {
        width: 140px !important;
    }
    header .logo{
        top:10px !important;
    }
    .cms_title h3::before {
        width: 70px;
        height: 15px;
        content: "";
        background: url(../img/title_b2.png) no-repeat;
        left: -75px;
        position: absolute;
        top: 13px;
        background-size: contain;
    }
    .cms_title h3::after {
        width: 70px;
        height: 15px;
        content: "";
        background: url(../img/title_b2.png) no-repeat;
        right: -75px;
        position: absolute;
        top: 13px;
        background-size: contain;
        transform: scale(-1,1);
    }
    .cms_title h3 {
        position: relative;
        font-size: 22px;
        margin-top: 10px;
    }
    ul#sub_nav span {
        font-size: 14px !important;
    }
    #sp_nav li:nth-child(1) span.nav_txt.d_block::before {
        width: 30px;
        height: 30px;
        background: url(../img/news.png) no-repeat;
        content: "";
        position: absolute;
        left: -35px;
        top: 10px;
        background-size: contain;
    }
    #sp_nav li:nth-child(2) span.nav_txt.d_block::before {
        width: 30px;
        height: 30px;
        background: url(../img/guide.png) no-repeat;
        content: "";
        position: absolute;
        left: -35px;
        top: 10px;
        background-size: contain;
    }
    #sp_nav li:nth-child(3) span.nav_txt.d_block::before {
        width: 30px;
        height: 30px;
        background: url(../img/price.png) no-repeat;
        content: "";
        position: absolute;
        left: -35px;
        top: 8px;
        background-size: contain;
    }
    #sp_nav li:nth-child(4) span.nav_txt.d_block::before {
        width: 30px;
        height: 30px;
        background: url(../img/nagare.png) no-repeat;
        content: "";
        position: absolute;
        left: -40px;
        top: 8px;
        background-size: contain;
    }
    #sp_nav li:nth-child(5) span.nav_txt.d_block::before {
        width: 28px;
        height: 28px;
        background: url(../img/faq.png) no-repeat;
        content: "";
        position: absolute;
        left: -38px;
        top: 12px;
        background-size: contain;
    }
    #sp_nav li:nth-child(6) span.nav_txt.d_block::before {
        width: 28px;
        height: 28px;
        background: url(../img/contact.png) no-repeat;
        content: "";
        position: absolute;
        left: -38px;
        top: 11px;
        background-size: contain;
    }
    #sp_nav span.nav_txt {
        font-size: 14px;
    }
    div#news_top::before {
        width: 45vw;
        height: 20vw;
        content: "";
        background: url(../img/kumo1.png) no-repeat;
        position: absolute;
        background-size: contain;
        left: -60px;
    }
    div#news_top::after {
        width: 55vw;
        height: 30vw;
        content: "";
        background: url(../img/kumo2.png) no-repeat;
        position: absolute;
        background-size: contain;
        right: -110px;
    }
    #husen{
        left:5px;
    }
    #husen2{
        right:5px;
    }
    #husen,#husen2{
        width:120px;
    }
    #loader img#l1 {
        width: 120px;
        height: 102px;
        animation: poyon 1.2s infinite;
    }
    #loader_img {
        position: absolute;
        top: 36%;
        width: 100%;
        height: 300px;
        padding-left: 25%;
        text-align: center;
        box-sizing: border-box;
        left:0;
        padding-right: 25%;
    }
    #contents1, #contents2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #contents1{
        margin-top:0;
    }
    div#contents1_bg::after {
        background-size: 250px;
        top:-50px;
    }
    div#contents1_bg::before{
        display:none;
    }
    .con1_txt_wrap h2 {
        font-size: 28px;
    }
    #contents1 span.start:last-of-type::after {
        width: 35px;
        height: 35px;
        content: "";
        background: url(../img/bus.png) no-repeat;
        position: absolute;
        background-size: contain;
        top: 9px;
        right: -40px;
    }
    .con1_txt_wrap h2 {
        right: 25px;
        margin-top: 20px;
    }
    #menu_bt{
        width:60px;
        height:60px;
    }
    #menu_bt span,#menu_bt span::before, #menu_bt span::after{
        width:40px;
    }
    #menu_bt.active span {
        transform: rotate(-45deg) translate(-13px,-15px);
    }
    /*
    div#fix_wrap{
        display:none;
    }
    */
    #contents1_wrap{
        padding:5%;
    }
    .con1_txt {
        padding:10px;
        line-height:24px;
    }
    #c_img1, #c_img2 {
        max-width: 65%;
    }
    .child {
        flex-direction: column;
        margin-top: 20px;
    }
    #c_img1 {
        position: relative;
        top: -10px;
        margin-right: 30px;
        left: 60px;
    }
    #c_img2 {
        position: relative;
        right: 40px;
    }
    .nayami {
        max-width: 950px;
        margin: auto;
        margin-top: 60px;
    }
    .nayami_txt {
        font-size: 14px;
        line-height: 24px;
    }
    .font_18{
        font-size:14px;
    }
    .button a{
        font-size:16px;
    }
    #contents1_bg{
        margin:60px auto;
    }
    .nayami_txt::before{
        right:-19px;
    }
    #contents2::after {
        background-size: 250px;
    }
    #contents2_wrap {
        padding: 50px 15px;
        padding-bottom: 50px;
    }
    ul.concept {
        width: 90%;
        margin-top: 70px;
        margin-bottom: 20px;
        position: static;
        left: 20px;
    }
    h2.con2_title1, h3.con2_title1 {
        position: relative;
        font-size: 22px;
    }
    ul.concept li::before{
        top:3px;
    }
    ul.concept li {
        margin-bottom: 20px;
    }
    #contents2_wrap .button a {
            width: 250px;
            letter-spacing: 0px;     
    }
    span.sankaku {
        width: 10px;
        display: inline-block;
        position: relative;
        top: -3px;
    }
    .button a {
        display: inline-block;
        padding: 10px 30px;
}
.step1, .step2 {
    width: 95%;
    padding:3%;
}
p.step_title{
    font-size:18px;
}
.step1::after {
    width: 150px;
    height: 150px;
    content: "";
    position: absolute;
    background: url(../img/step1.png) no-repeat;
    right: -60px;
    bottom: 150px;
    background-size: contain;
}
.step1::before {
    width: 100%;
    height: 90px;
    content: "";
    position: absolute;
    background: url(../img/step_icon1.png) no-repeat;
    background-position: center;
    left: 0;
    bottom: -70px;
    z-index: 3;
    background-size: contain;
}
.step2::after {
    display:none;
}

div#day_txt::before{
    display:none;
}
#day_txt {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    background: #6ac62e;
    padding: 15px;
    border-radius: 20px;
}
#news .button{
    margin-top:0 !important;
}
#footer_right {
    padding: 0;
}
div#f_right_top{
    flex-direction:column;
}
.f_r_t_r{
    order:1;
    padding-top:0;
}
.sp_order{
    order:2;
}
#page-top a img {
    height: 105px;
    width: 85px;
}
#page-top {
    right: 10px;
}

#footer{
    padding-top:0;
}
#sp_nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #fffac0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
#nav_logo {
    width: 120px;
    margin: auto;
    padding: 30px;
    padding-bottom: 20px;
}
#footer {
    padding-top: 0;
    padding-bottom: 0px;
}
.nayami_img {
    max-width: 90%;
}
#sp_nav li {
    line-height: 50px;
}
ul.footer_link li a{
    font-size:14px;
}
.footer_txt{
    font-size:14px;
}
a.footer_logo img {
    max-width: 200px;
}
h2.con2_title1:before, h3.con2_title1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../img/title_b.png) no-repeat;
    background-size: 80px;
    background-position: center;
    left: 0;
    bottom: -35px;
}
}


/*IE*/
@media all and (-ms-high-contrast: none){
    span.fix_img{
        top:-4px;
    }
    span.fix_img img{
        width:30px;
    }
    header .logo::before {
        width: 125%;
        height: 210px;
        content: "";
        background: url(../img/logo_bg.png) no-repeat;
        position: absolute;
        top: 0;
        z-index: -2;
        background-size: contain;
        left: -20px;
        transform: none;
        background-position: center;
    }
    #point_cms figure img{
        width:150%;
    }
    #news figure{
        height:13vw;
    }
    
    
}