.wrapper{
	position: relative;
}
#slider {
    width: 100%;
    height: 56vh;
}
h2{
	position: absolute;
	z-index: 2;
    width: 72%;
    line-height: 1;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:38px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 1px 5px 11px #000000, 0px 0px 25px #000000;
}
#slider small {
    position: absolute;
    z-index: 2;
    width: 80%;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 5px 11px #000000, 0px 0px 25px #000000;
}
.aboutus, .why, #why06{
    text-align: center;
}
h3{
    font-size:30px;
    border-bottom: 2px solid #cccccc;
    margin: 0 18%;
}
.why_title h3{
    border-top: 2px solid #cccccc;
}
.about_title, .why_title{
    line-height: 2;
}
.about_title small, .why_title small{
    font-size: 22px;
    font-weight: 600;
    color: #cccccc;
    letter-spacing: 3px;
}
.about_text{
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    margin: 30px auto 100px;
}
.about_text p{
    margin: 20px;
}

.p_frame{
    font-size: 1.2rem;
    font-weight: 900;
    border: solid 0.5px #161616;
    width: 70%;
    margin-top: 20px;
    padding: 8px 5px 5px;
    text-align: center;
    margin: 50px auto 0px auto;
}


/*スクロールふわっと----------------------------*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*----------------------------
scroll_hikouki ｜
----------------------------*/
.scroll_hikouki {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translate(-300px, 300px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_hikouki.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}




/*スクロールふわっと----------------------------ここまで*/

.jump_list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.jump_list li{
    border-right: 1.5px solid #ccc;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -1px;
}
.jump_list li:last-child{
    border-right: none;
}
#fp-contents .jump_list li a{
    color: black;
    text-decoration: none;
}
#fp-contents .jump_list li a:hover{
	color: #009844;
}
.why_jump{
    margin: 20px auto 20px;
}
.why_sb_title{
    margin: 0 20% 0 0;
}
.why_sb_title_02{
    display: grid;
    margin: 0 0 0 20%;
}



.why_sb_title h4{
    font-size:30px;
    color: #288435;
    border-bottom: 2px solid #cccccc;
}
.why_sb_title_02 h4{
    font-size:30px;
    color: #288435;
    border-bottom: 2px solid #cccccc;
}
.why_sb_title_02 h4 span{
    display: inline-block;
    line-height: 33px;
}
.why_sb_title h4 span{
    display: inline-block;
    line-height: 33px;
}




#why01, #why02, #why03, #why04, #why05{
    padding-top: 100px;
    margin-top:-100px;
}
.why_img_01, .why_img_02, .why_img_03, .why_img_04, .why_img_05{
    width: 18%;
    padding: 0 10px;
}
.why_text_area_0{
    margin: 100px 20px 50px 20px;
}
.why_text_area{
    margin: 50px 20px 50px 20px;
}
.why_text_area_2{
    margin: 150px 20px 50px 20px;
}
.why_text{
    padding: 7px 0 0 19%;
    line-height: 1.5;
}
.why_text_02{
    padding: 7px 0 0 37%;
    line-height: 1.5;
    letter-spacing: 3px;
}
.why01_img, .why03_img, .why04_img, .why05_img{
    text-align: right;
}
.why01_img img, .why02_img img, .why03_img img, .why04_img img, .why05_img img{
    width: 60%;   
   }
.why_img_Inner{
    position: absolute;
}
.why01_img p, .why02_img p, .why03_img p, .why04_img p, .why05_img p{
    font-family: Georgia, Sylfaen, Times, monospace;
    font-size: 65px;
    font-style: italic;
    color: #ffffff;
    position: relative;
    bottom: 90px;
    right: 10px;
    opacity: 0.7;
}
.why02_img p{
    font-family: Georgia, Sylfaen, Times, monospace;
    font-size: 65px;
    font-style: italic;
    color: #ffffff;
    position: relative;
    bottom: 90px;
    right: -10px;
}
.hanbai_title{
    display: flex;
    justify-content: center;
    margin: 30px auto 50px;
}

.hanbai_title h5{
    width: 50%;
    height: 70px;
    font-size: 25px;
    line-height: 75px;
    letter-spacing: 10px;
    background-color: #37b26e;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}
.h_lt_01 img{
    display: block;
    width: 60%;
    margin: 0 auto;
}
.h_lt_01 .hanbai_Inner {
    position: absolute;
}
.h_lt_01_sp{
    display: none;
}
.h_lt_02 .h_lt_img_01{
    width: 60%;
    display: block;
    margin: 51px auto 0;
}
.h_lt_img_02{
    position: relative;
    left: 710px;
    bottom: 380px;
}
.hanbai_point{
    display: flex;
    justify-content: center;
}
.hanbai_point h6{
    width: 63%;
    height: auto;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #ff6600;
    border-radius: 15px;
    color: #ffff00;
    text-align: center;
    padding: 16px 15px;
    position: relative;
    bottom: 70px;
}
.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
    }
    @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}


.hanbai_sita{
    text-align: center;
    position: relative;
    bottom: 40px;
}
.hanbai_destination{
    width: 66%;
    margin: 0 auto;
}
.hanbai_destination ul{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hanbai_destination ul li{
    margin: 0 2%;
}
#why03, #why04{
    clear: both;
}
.why_products{
    margin: 20px;
}
.why_products ul{
    display: flex;
    flex-wrap: wrap;
}
.why_products ul li{
    width: 32%;
    margin: 5px;
    text-align: center;
}
.why_products ul li .overflow{
    overflow: hidden;
}
.why_products ul li img{
    width:100%;
    transition-duration: 0.5s;
}
/*
.why_products ul li img:hover{
    transform: scale(1.2);
    transition-duration: 0.5s;
}
*/
.why_aicon{
    margin: 20px;
}
.why_aicon ul{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.why_aicon ul li{
    width: 20%;
    font-weight: 600;
    text-align: center;
    margin: .5%;
    letter-spacing: -1px;
}
.why_aicon ul li img{
    width: 70%;
    opacity: 0.8;
}
.why_aicon ul li b{
    color: #009844;
}
.katarogu_01 img{
    width: 300px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 35%);
}
.kararogu_contents{
    display: flex;
    justify-content: center;
}
.kararogu_contents .katarogu_01{
    width: 35%;
    padding: 50px 0 50px 50px;
    box-sizing: border-box;
}
.kararogu_contents .katarogu_lt{
    width: 65%;
    box-sizing: border-box;
    text-align: left;
    padding: 50px;
}

.kararogu_contents .katarogu_lt p{
    padding-left: 12px;
    padding-bottom: 10px;
}


/*.kararogu_contents .katarogu_lt li{
    background-image: url(../image/aboutus/about_aicon.webp);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
    padding: 0 0 0 23px;
    margin-bottom: 15px;
}*/
/*ボタン------------------------------------------------*/
.katarogu_button a{
    display: block;
    margin: 70px 0 0 0;
    width: 550px;
    height: 55px;
    border-radius: 10px;
    background-color: #ffff00;
}

.katarogu_button a img{
    width: 550px;
    height: 55px;
}

.katarogu_button a img:hover{
    opacity:0.9;
	transition:0.2s;
}

.container_ #why06 .others_button li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 70px 0;
    padding: 1em 1.5em;
    width: 230px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #37b26e;
    transition: 0.3s;
    line-height: 1.2;
    box-sizing:unset;
    border:1px solid #37b26e;
}
.container_ #why06 .others_button li a:hover {
    color: #37b26e;
    background-color: #fff;
    border:1px solid #37b26e;
    text-decoration:none;
}
.container_ #why06 .others_button li a:hover::before,
.container_ #why06 .others_button li a:hover::after {
    background-color: #37b26e;
}
#why06 .others_button ul{
    display: flex;
    justify-content: center;
}
#why06 .others_button ul li{
    margin: 0 10px;
}

#why06 .others_button li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1.5em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }

 #why06 .others_button li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .katarogu_button a:hover, .others_button li a:hover {
    text-decoration: none;
    
  }
  
  .katarogu_button a:hover::before,
  .katarogu_button a:hover::after,
 #why06  .others_button li a:hover::before,
  #why06 .others_button li a:hover::after  {
    right: 0.5em;
  }

/*ボタンここまで------------------------------------------------*/
@media only screen and (max-width:768px) {
#slider {
    height: 40vh;
}
h2{
    width: 88%;
    font-size:1.5em;
}
h3{
    font-size: 1.4em;
    margin: 0 10px;
    padding: 5px 0;
}
#slider small br{
    display: none;
}
#slider small{
    top: 56%;
    font-size: 0.8em;
}
.breadcrumb{
    padding-top: 87px;
}
.about_title, .why_title{
    line-height: 1.2;
}
.about_title small, .why_title small{
    font-size: 18px;
    line-height: 2;
}
.why_sb_title h4{
    font-size:1.4em;
}
.why_sb_title_02 h4{
    display: inline;
    font-size:1.4em;
}
.why_sb_title_02 h4 span{
    display: inline-block;
}
.why_products ul li{
    margin: 4px
}
.why_text_area_0{
    margin: 50px 20px 25px 20px;
}
.why_text_area{
    margin: 50px 20px 25px 20px;
}
.why_text_area_2{
    margin: 50px 20px 25px 20px;
}
.about_text p br{
    display: none;
}
.jump_list{
    flex-direction: column;
}
.jump_list li{
    margin: 8px 0;
}
.why_sb_title, .why_sb_title_02{
    margin: 0;
}
.why_text_02{
    padding: 7px 0 0 19%;
}
.why_text br, .why_text_02 br{
    display: none;
}
.why01_img img, .why02_img img, .why03_img img, .why04_img img, .why05_img img{
 width: 90%;   
}
.why01_img p, .why03_img p, .why04_img p, .why05_img p{
    font-size: 1.6rem;
    bottom: 45px;
    right: 10px;
}
.why02_img p{
    font-size: 1.6rem;
    bottom: 45px;
    right: -10px;
}
.hanbai_title{
    margin: 50px auto;
}
.hanbai_title h5{
    font-size: 1.4em;
    width: 90%;
    height: auto;
    line-height: 3rem;
}
.h_lt_02 .h_lt_img_01{
    margin: 20px auto 30px;
}
.h_lt_02 .h_lt_img_02{
    position: relative;
    left: 70%;
    bottom: 340px;
    width: 25%;
}
.h_lt_01_sp{
    display: block;
    margin: 20px;
}
.h_lt_01_sp .hanbai_Inner_sp{
    display: flex;
    justify-content: center;
}
.h_lt_01_sp .hanbai_Inner_sp img{
    display: block;
    margin: 20px;
    width: 70%;
}


.h_lt_01{
    display: none;
}
.hanbai_sita img{
    width: 20%;
}
.hanbai_destination ul li{
    margin: 0 2% 20px;
}
.hanbai_destination ul li img{
    width: 70%;
}
.hanbai_point h6{
    width: 80%;
}
.why_products ul li{
    width: 47%;
}
.why_aicon ul li{
    width: 45%;
}
#why06{
    margin-top: 100px;
}
.kararogu_contents{
    flex-direction: column;
}
.katarogu_01 img{
    width: 60%;
}
.kararogu_contents .katarogu_01{
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
}
.kararogu_contents .katarogu_lt{
    width: 100%;
    padding: 20px;
}
.katarogu_button{
    display: flex;
    justify-content: center;
}

.katarogu_button a{
    width: 370px;
    height: 50px;
}

.katarogu_button a img{
    width: 370px;
    height: 50px;
}

.others_button ul{
    flex-direction: column;
}
.others_button ul li{
    display: flex;
    justify-content: center;
    margin: 10px;
}
.others_button ul li br{
    display: none;
}
#fp-contents .others_button ul li a{
    width: 80%;
    height: auto;
    margin: 0;
    color:#fff;
}

}
body:has(> .wrapper_wrapper_) .container_ .breadcrumb{
margin:24px 0 54px;
display:flex;
gap:0 0.8em;
}
body:has(> .wrapper_wrapper_) .container_ .breadcrumb li a{
color:#288435;
}

body:has(> .wrapper_wrapper_) .container_ .breadcrumb li a:hover{
text-decoration:underline;
color:#f90;
}

body:has(> .wrapper_wrapper_) .container_ .breadcrumb li + li{
position:relative;
padding-left:1.4em;
}

body:has(> .wrapper_wrapper_) .container_ .breadcrumb li + li::before{
display:block;
content:'';
width:0.45em;
height:0.45em;
border-top:solid 1px #666;
border-right:solid 1px #666;
transform:rotate(45deg);
position:absolute;
left:0;
top:calc(50% - 0.225em);
}

.container_ .clearfix:after{
content:'';
display:block;
clear:both;
}

@media only screen and (max-width:480px) {
#slider small{
    top: 67%;
}
.why01_img img, .why02_img img, .why03_img img, .why04_img img, .why05_img img{
    width: 100%;   
}
.why_text, .why_text_02{
    padding: 17px 0 0 0;
}
.why_sb_title_02 br{
    display: none;
}
.why_sb_title_02 h4 span{
    display: inline;
}
.h_lt_01_sp .hanbai_Inner_sp img{
    width: 90%;
}
.h_lt_02 .h_lt_img_02{
    bottom: 200px;
}
.hanbai_title{
    margin: 20px auto 0px;
}

.katarogu_01 img{
    width: 80%;
}
.others_button li a::after, .others_button li a::before, .katarogu_button a::before, .katarogu_button a::after{
    display: none;
}
#why06 .others_button ul li{
margin:10px;
justify-content:center;
display:flex;
}
.container_ #why06 .others_button li a{
width:80%;
height:auto;
margin:0;
}
.hanbai_destination{
    width: 95%;
    margin: 0 auto;
}
}


@media only screen and (max-width:320px) {
    .hanbai_point h6{
        margin-top: 30px;
    }
    .why_products ul li{
        width: 100%;
    }
}