@charset "UTF-8";
/* CSS Document */

/********** Setting ***********/
/*
window.FontAwesomeConfig = {
  searchPseudoElements: true
}
*/
html {
    width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.5em;
	scroll-behavior: smooth;
    background: #fff8ea;
}
body {
    width: 100%;
	height: auto;
	color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fff8ea;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
}

@media screen and (max-width: 770px) {
  body {
    width: 100%;
    color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fff8ea;
    font-size: 16px;
    }
}

a[href^="tel:"] {
    poinp_bannerter-events: none;
}

a {
    text-decoration: none;
}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

    ul,li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    dl dd{
            margin-inline-start: 0px;

    }
   p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/**********Setting***********/


/*========= ヘッダー ===============*/
header{
    width: 100%;
    height: auto;
    color:#222222;
    background: #fff8ea;
    padding: 0px 0 0px 0;
}
header h1{
    width: 130px;
    height: auto;
    background: #fff8ea;
    margin: 0 auto 5px auto;
    padding: 5px 0 5px 0;
}
header h1 a img{
    width: 100%;
}
.top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
}
.top li{
    width: calc(100% / 4);
}
.top li img{
    width: 100%;
}

@media screen and (max-width: 770px) {
    header{
    width: 100%;
    height: auto;
    color:#222222;
    background: #fff8ea;
    padding: 0px 0 0px 0;
}
header h1{
    width: 130px;
    height: auto;
    background: #fff8ea;
    margin: 0 auto 5px auto;
    padding: 5px 0 5px 0;
}
header h1 a img{
    width: 100%;
}
.top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
}
.top li{
    width: calc(100% / 2);
}
.top li img{
    width: 100%;
}
}


.top02 {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
}
.top02 li:nth-child(1){
    width:1220px;
    height: auto;
    position: absolute;
    top: 0
        
}
.top02 li:nth-child(2){
    position: absolute;
    top: 20px;
    text-align: center;
}
.top02 li:nth-child(1) img{
    width: 100%;
}

.top02 li:nth-child(2) img{
    width: 90%;
}

@media screen and (max-width: 770px) {

.top02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
}
.top02 li:nth-child(1){
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
        
}
.top02 li:nth-child(2){
    position: absolute;
    top: 20px;
    text-align: center;
}
.top02 li:nth-child(1) img{
    width: 100%;
}

.top02 li:nth-child(2) img{
    width: 90%;
}
}
/*========= entry ===============*/

.entry{
    width: 100%;
    padding: 20px 0 20px 0;
    background: url("../../image/lp/contents_bg04.jpg");
    margin: 10px auto 10px auto;
}

.entry p{
    width: 100%;
    height: auto;
    text-align: center;
}
.entry a{
    display: block;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 770px) {
    .entry{
        width: 100%;
        padding: 10px 0 10px 0;
        background: url("../../image/lp/contents_bg04.jpg");
       margin: 200px auto 5px auto;
    }
    .entry p{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .entry a{
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .entry img{
        width: 90%;
    }
}

/*========= entry02 ===============*/

.entry02{
    width: 100%;
    padding: 20px 0 20px 0;
    background: url("../../image/lp/contents_bg04.jpg");
    margin: 10px auto 10px auto;
}

.entry02 p{
    width: 100%;
    height: auto;
    text-align: center;
}
.entry02 a{
    display: block;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 770px) {
    .entry02{
        width: 100%;
        padding: 10px 0 10px 0;
        background: url("../../image/lp/contents_bg04.jpg");
        margin: 5px auto 5px auto;
    }
    .entry02 p{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .entry02 a{
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .entry02 img{
        width: 90%;
    }
}

/*========= part01 ===============*/

.part01{
    width: 100%;
    padding: 20px 0 20px 0;
    /*background: url("../../image/lp/contents_bg02.jpg");*/
    margin: 10px auto 10px auto;
}

.part01 .text01{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.part01 p{
    text-align: center;
}
.part01 p img{
    display: block;
    margin: 20px auto 0 auto
}

.part01 .text02{
    text-align: left;
    width: 750px;
    margin: 20px auto 0 auto;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
}

@media screen and (max-width: 770px) {
    .part01{
        width: 100%;
        padding: 10px 0 10px 0;
        /*background: url("../../image/lp/contents_bg02.jpg");*/
        margin: 5px auto 5px auto;
    }
    .part01 .text01{
        text-align: center;
        font-size: 1em;
        font-weight: bold;
    }
    .part01 p{
        text-align: center;
    }
    .part01 p img{
        width: 85%;
        display: block;
        margin: 10px auto 0 auto
    }
    .part01 .text02{
        text-align: left;
        width: 95%;
        margin: 10px auto 0 auto;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.25em;
    }
}

/*========= part02 ===============*/

.part02{
    width: 100%;
    padding: 20px 0 20px 0;
    background: url("../../image/lp/contents_bg04.jpg");
    margin: 10px auto 10px auto;
}

.part02 p{
    text-align: center;
}
.part02 p img{
    display: block;
    margin: 20px auto 0 auto
}

.part02 .inner{
    width: 980px;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part02 .inner ul{
    width: 480px;
    border-radius: 20px;
    overflow: hidden;
    border: solid #008923 5px;
    background: #ff92ff;
    margin-bottom: 10px;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
}

.part02 .inner ul li:nth-child(1){
    width: 480px;
    height: auto;
    background: #008923;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #FFFFFF;
    font-weight: bold;
}

.part02 .inner ul li:nth-child(2){
    width: 480px;
    height: auto;
    background: #FFFFFF;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #222222;
    font-weight: bold;
}

.part02 .inner ul li:nth-child(2) p:nth-child(3){
    font-size: 2em;
    color: #ff92ff;
    line-height: 1.25em;
}

@media screen and (max-width: 770px) {
    .part02{
        width: 100%;
        padding: 10px 0 10px 0;
        background: url("../../image/lp/contents_bg04.jpg");
        margin: 5px auto 5px auto;
    }
    .part02 p{
        text-align: center;
    }
    .part02 p img{
        display: block;
        width: 85%;
        margin: 5px auto 0 auto
    }

.part02 .inner{
    width: 95%;
    margin: 5px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part02 .inner ul{
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
    border: solid #222222 2px;
    background: #ff92ff;
    margin: 0 auto 5px auto;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
}

.part02 .inner ul li:nth-child(1){
    width: 100%;
    height: auto;
    background: #008923;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #FFFFFF;
    font-weight: bold;
}

.part02 .inner ul li:nth-child(2){
    width: 100%;
    height: auto;
    background: #FFFFFF;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #222222;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 1em;
}

.part02 .inner ul li:nth-child(2) p:nth-child(3){
    font-size: 1.5em;
    color: #008923;
    line-height: 1.25em;
}
}


/*========= voice ===============*/

.voice{
    width: 100%;
    padding: 20px 0 20px 0;
    background: url("../../image/lp/contents_bg03.jpg");
    margin: 10px auto 10px auto;
}

.voice .text01{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.voice p{
    text-align: center;
}
.voice p img{
    display: block;
    margin: 20px auto 0 auto
}

.voice .inner {
    width: 980px;
    border-radius: 20px;
    overflow: hidden;
    border: solid #222222 5px;
    background: #ff92ff;
    margin: 10px auto 10px auto;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
}

.voice .inner li:nth-child(1){
    width: 980px;
    background: #ff92ff;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.voice .inner li:nth-child(2){
    width: 980px;
    background: #FFFFFF;
    padding: 10px;
    color: #222222;
    font-weight: bold;
}

.voice .inner li:nth-child(3){
    width: 980px;
    background: #a4eaeb;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.voice .inner li:nth-child(4){
    width: 980px;
    background: #FFFFFF;
    padding: 10px;
    color: #222222;
    font-weight: bold;
}

@media screen and (max-width: 770px) {
    .voice{
    width: 100%;
    padding: 10px 0 10px 0;
    background: url("../../image/lp/contents_bg03.jpg");
    margin: 5px auto 5px auto;
}

.voice .text01{
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}
.voice p{
    text-align: center;
}
.voice p img{
    display: block;
    width: 85%;
    margin: 10px auto 0 auto
}

.voice .inner {
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    border: solid #222222 3px;
    background: #ff8b00;
    margin: 10px auto 10px auto;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
}

.voice .inner li:nth-child(1){
    width: 100%;
    background: #ff8b00;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.voice .inner li:nth-child(2){
    width: 100%;
    background: #FFFFFF;
    padding: 5px;
    color: #222222;
    font-weight: bold;
}

.voice .inner li:nth-child(3){
    width: 100%;
    background: #008923;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.voice .inner li:nth-child(4){
    width: 100%;
    background: #FFFFFF;
    padding: 5px;
    color: #222222;
    font-weight: bold;
}
}


/*========= voice02 ===============*/

.voice02{
    width: 100%;
    padding: 20px 0 20px 0;
    /*background: url("../../image/lp/contents_bg01.jpg");*/
    margin: 5px auto 10px auto;
}

.voice02 .text01{
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    width: 1020px;
    color: #222222;
    margin: 20px auto 0 auto;
}
.voice02 p{
    text-align: center;
}
.voice02 p img{
    display: block;
    margin: 20px auto 20px auto;
}
.voice02 .text01{

}

@media screen and (max-width: 770px) {
    .voice02{
    width: 100%;
    padding: 10px 0 10px 0;
    /*background: url("../../image/lp/contents_bg01.jpg");*/
    margin: 5px auto 5px auto;
}

.voice02 .text01{
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    width: 95%;
    color: #222222;
    margin: 5px auto 0 auto;
}
.voice02 p{
    text-align: center;
}
.voice02 p img{
    display: block;
    width: 85%;
    margin: 10px auto 10px auto;
}
}

/*==================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider li img{/*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
    border-radius: 20px;
    border: solid #ff8b00 5px;
    overflow: hidden;
    height:

}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*========= footer ===============*/

footer{
    width: 100%;
    padding: 0px 0 0px 0;
    background: #fff8ea;
    margin: 5px auto 0px auto;
}
footer .inner{
    width: 100%;
    padding: 20px 0 20px 0;
    background: #FFFFFF;
    margin: 0px auto 0px auto;
    border: solid 5px #222222;
    border-left: none;
    border-right: none;
}
footer .inner ul{
    width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

footer .inner ul a{
    text-decoration: none;
    color: #222222;
}

footer .inner ul a li{
    width: 510px;
    font-weight: bold;
    margin-bottom: 5px;
}

footer p{
    width: 1020px;
    font-weight: bold;
    font-size: 1em;
    margin: 10px auto;
}

footer p:nth-child(3){
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 0;
    text-align: center;
    background: #FFFFFF;
    border: solid 5px #222222;
    border-left: none;
    border-right: none;
}

@media screen and (max-width: 770px) {

footer{
    width: 100%;
    padding: 0px 0 0px 0;
    background: #fff8ea;
    margin: 5px auto 0px auto;
}
footer .inner{
    width: 100%;
    padding: 10px 0 10px 0;
    background: #FFFFFF;
    margin: 0px auto 0px auto;
    border: solid 5px #222222;
    border-left: none;
    border-right: none;
}
footer .inner ul{
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
}

footer .inner ul a{
    text-decoration: none;
    color: #222222;
}

footer .inner ul a li{
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 10px;
}

footer p{
    width: calc(100% - 10px);
    font-weight: bold;
    font-size: 0.8em;
    margin: 5px auto;
    line-height: 1.25em;
}

footer p:nth-child(3){
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 0;
    text-align: center;
    background: #FFFFFF;
    border: solid 5px #222222;
    border-left: none;
    border-right: none;
}
}


/*==================================
privacy
===================================*/
#privacy{
   width: 1020px;
   margin: 20px auto 20px auto;
    padding: 0 10px 0 10px;
    font-size: 1em;
}

#privacy ul{
    width: 100%;
   background: #FFFFFF;
    padding: 10px;
    color: #222222;
    margin-top: 20px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
}
#privacy ul .p_title{
   padding: 5px;
    color: #FFFFFF;
    background: #222222;
    border-radius: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 770px) {
    #privacy{
   width: 100%;
   margin: 20px auto 20px auto;
    padding: 0 10px 0 10px;
    font-size: 1em;
}

#privacy ul{
    width: 100%;
   background: #FFFFFF;
    padding: 10px;
    color: #222222;
    margin-top: 10px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
}
#privacy ul .p_title{
   padding: 5px;
    color: #FFFFFF;
    background: #222222;
    border-radius: 5px;
    margin-bottom: 5px;
}
}

/*========= hanyou ===============*/
.sec_title{
    background: url("../../image/lp/contents_bg01.jpg");
    width: 100%;
    height: 75px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75em;
    font-weight: 700;
    border-radius: 100px;
}
.sec_title02{
    background: url("../../image/lp/contents_bg02.jpg");
    width: 100%;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75em;
    font-weight: 700;
}


@media screen and (max-width: 770px) {
    .sec_title{
        background: url("../../image/lp/contents_bg01.jpg");
        width: 98%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        border-radius: 100px;
        padding: 5px 0 5px 0;
        font-weight: 700;
    }
    .sec_title02{
        background: url("../../image/lp/contents_bg02.jpg");
        width: 98%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content:flex-start;
        font-size: 1em;
        border-radius: 5px;
        padding: 5px 0 5px 5px;
        font-weight: 700;
    }
}


/*==================================
commerce
===================================*/
#commerce{
   width: 1020px;
   margin: 20px auto 20px auto;
    padding: 0 10px 0 10px;
    font-size: 1em;
}
@media screen and (max-width: 770px) {
#commerce{
   width: 100%;
   margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    font-size: 1em;
}
}
#commerce ul{
    width: 100%;
   background: #FFFFFF;
    padding: 0;
    color: #222222;
    border: solid 1px #e1e1e1;
    display: flex;
}

#commerce ul:nth-child(1){
   padding-top: 20px;
}


#commerce ul li{
    padding: 5px 0 5px 10px;
}


#commerce ul .c_title{
    width: 30%;
    color: #FFFFFF;
    background: #222222;
}
#commerce ul li:nth-child(2){
    width: 70%;
    color: #222222;
    background: #FFFFFF;
}


/*==================================
contact
===================================*/
#contact{
   width: 1020px;
  margin: 20px auto 20px auto;
    padding: 0 10px 0 10px;
    font-size: 1em;

}

#contact dl{
   width: 100%;
    background: #FFFFFF;
    color: #222222;
    margin-bottom: 10px;
}

#contact dl dt{
   width: 100%;
   background: #76C8CD;
   color: #FFFFFF;
    padding: 3px 0 3px 0;
    font-size: 1em;
    text-indent: 10px
}

#contact dl dd{
   width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 1em;
    line-height: 1.5em;
}

#contact .c_form{
   width: 100%;
    display: block;
   margin-bottom: 0px;
    margin-top: 10px;
    padding: 0;
    font-size: 1em;
}

#contact .c_form textarea{
   width: 100%;
    height: 20vh;
    background: #ffffff;
    border: solid 2px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 1em;
}

#contact .text{
   font-size: 1em;
    line-height: 1.5em;
    color: #000000;
}


#contact div .contact_btn{
   width: 80%;
    height: 40px;
    background: #76C8CD;
    border: none;
    color: #FFFFFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 1em;
   box-shadow: 0px 0px 5px -1px #777777;
    margin-bottom: 20px;
}

#contact .contact_btn02{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

#contact .contact_btn02 a{
    display: block;
    width: 47%;
    padding: 10px 0 10px 0;
    margin-left: 5px;
    background: #76C8CD;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

#contact .contact_btn02 a:nth-child(1){
    background: #222222;
}

@media screen and (max-width: 770px) {

    #contact{
   width: 100%;
   margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    font-size: 1em;

}

#contact dl{
   width: 100%;
    background: #FFFFFF;
    color: #222222;
    margin-bottom: 10px;
}

#contact dl dt{
   width: 100%;
   background: #76C8CD;
   color: #FFFFFF;
    padding: 3px 0 3px 0;
    font-size: 1em;
    text-indent: 10px
}

#contact dl dd{
   width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 1em;
    line-height: 1.5em;
}

#contact .c_form{
   width: 100%;
    display: block;
   margin-bottom: 0px;
    margin-top: 10px;
    padding: 0;
    font-size: 1em;
}

#contact .c_form textarea{
   width: 100%;
    height: 20vh;
    background: #ffffff;
    border: solid 2px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 1em;
}

#contact p{
   font-size: 1em;
    line-height: 1.5em;
    color: #FFFFFF;
}


#contact div .contact_btn{
   width: 80%;
    height: 40px;
    background: #76C8CD;
    border: none;
    color: #FFFFFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 1em;
   box-shadow: 0px 0px 5px -1px #777777;
    margin-bottom: 20px;
}

#contact .contact_btn02{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

#contact .contact_btn02 a{
    display: block;
    width: 47%;
    padding: 10px 0 10px 0;
    margin-left: 5px;
    background: #76C8CD;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

#contact .contact_btn02 a:nth-child(1){
    background: #222222;
}

}