@charset "utf-8";
/*===========================
add
===========================*/




/*===========================
home
===========================*/



/*===========================
content1
===========================*/
/*add1-box1----------*/

.add1-box1 h3 {
    background-color: #f7d867;
    text-shadow: none;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 8px 12px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .add1-box1 h3 {
        font-size: 1.1rem;
    }
}

.add1-box1 h3::after {
    content: none;
}


.add1-box1 .ph {
    margin-bottom: 20px;
}


.add1-box1 .txt01 {
    border: 2px solid #f7d867;
    padding: 6px 10px 4px;
    list-style: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .add1-box1 .plus3div li {
        font-size: 0.95rem;
    }

    .add1-box1 .plus3div li:nth-child(odd) {
        width: 52%;
    }

    .add1-box1 .plus3div li:nth-child(even) {
        width: 48%;
    }
}


/*===========================
content2
===========================*/
/*add2-box1----------*/
@media screen and (min-width: 601px) {
    .add2-box1 th {
        width: 200px !important;
    }
}

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

    .add2-box1 th,
    .add2-box1 td {
        display: block;
        width: 100%;
    }

    .add2-box1 th {
        border: none !important;
        padding: 0.5em 0.5em 0 0 !important;
    }

    .add2-box1 td {
        vertical-align: top !important;
        padding: 0 0.5em 0.5em 0 !important;
    }
}




/*add2-box2----------*/
/*in01-----*/
.add2-box2 .in01 {
    border: 2px solid #f7d867;
    /*padding: 20px;*/
    margin-bottom: 30px;
}

.add2-box2 .in01 .txt01 {
    text-align: center;
    font-size: 1.5rem;
    padding: 8px 10px;
    /*margin-bottom: 20px;*/
    background-color: #f7d867;
}

@media screen and (max-width: 768px) {
    .add2-box2 .in01 .txt01 {
        font-size: 1.2rem;
    }
}

.add2-box2 .in01 .txt01+p {
    padding: 20px;
}



/*txt02-----*/
.add2-box2 .txt02 {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #ebb907;
}

@media screen and (max-width: 768px) {
    .add2-box2 .txt02 {
        position: relative;
        display: inline-block;
        padding: 0 65px;
        font-size: 1.2rem;
        margin-bottom: 10px;
        color: #ebb907;
    }
}

.add2-box2 .txt02:before,
.add2-box2 .txt02:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #ebb907;
}

.add2-box2 .txt02:before {
    left: 0;
}

.add2-box2 .txt02:after {
    right: 0;
}




.add2-box2 ul.liCheck li {
    font-size: 1.3rem;
    padding: 5px 0 5px 0.4em;
}

.add2-box2 ul.liCheck li::before {
    top: 6px !important;
}

@media screen and (max-width: 768px) {
    .add2-box2 ul.liCheck li {
        font-size: 1rem;
        padding: 3px 0;
    }

    .add2-box2 ul.liCheck li::before {
        top: 2px !important;
    }
}

@media screen and (min-width: 601px) {
    .add2-box2 th {
        width: 100px;
    }
}


.add2-box2 h3 {
    background-color: #f7d867;
    text-shadow: none;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 8px 12px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .add2-box2 h3 {
        font-size: 1.1rem;
    }
}

.add2-box2 h3::after {
    content: none;
}


.add2-box2 h4 {
    background-color: #b8a454;
    margin: 0 auto 20px;
    padding: 8px 10px 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .add2-box2 h4 {
        width: 100%;
        font-size: 1.1rem;
        padding: 8px 10px;
    }
}



.add2-box2 h4::after {
    content: none;
}


.add2-box2 .in02 {
    background-color: #fff;
    padding: 30px !important;
}


/*add2-box3----------*/
.add2-box3 h3 {
    background-color: #f7d867;
    text-shadow: none;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 8px 12px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .add2-box3 h3 {
        font-size: 1.1rem;
    }
}

.add2-box3 h3::after {
    content: none;
}








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


/*bana-box-----*/
@media screen and (min-width: 601px) {
    footer .bana-box {
        width: 520px;
        margin: 20px auto 0;
    }

    footer .bana-box ul {
        display: flex;
    }

    footer .bana-box li:nth-child(odd) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 600px) {
    footer .bana-box {
        width: 250px;
        margin: 0 auto 0;
    }
}



footer .bana-box a {
    color: #fff;
    width: 250px !important;
    display: block;
    height: 40px;
    position: relative;
    padding: 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;

    transition: 0.3s;
}

footer .bana-box a:hover {
    opacity: 0.7;
}

footer .bana-box a .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .bana-box a .txt-box02 {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0, -50%);
}

footer .bana-box .insta a {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
    footer .bana-box .insta {
        margin-bottom: 10px;
    }
}


footer .bana-box .site a {
    background: #f7d867;
}




/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcOFFtabletOFFspON {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .pcOFFtabletOFFspON {
        display: block;
    }
}

.pcOFFtabletONspOFF {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .pcOFFtabletONspOFF {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .pcOFFtabletONspOFF {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pcONtabletOFFspOFF {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .pcOFFtabletONspON {
        display: none !important;
    }
}

@media screen and (min-width:601px) and (max-width: 768px) {
    .pcONtabletOFFspON {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .pcONtabletONspOFF {
        display: none !important;
    }
}

/*===========================
margin
===========================*/
.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

@media only screen and (max-width: 600px) {
    .mt10 {
        margin-top: 5px !important;
    }

    .mt15 {
        margin-top: 8px !important;
    }

    .mt20 {
        margin-top: 10px !important;
    }

    .mt30 {
        margin-top: 15px !important;
    }

    .mt40 {
        margin-top: 20px !important;
    }

    .mt50 {
        margin-top: 25px !important;
    }
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

@media only screen and (max-width: 600px) {
    .mb10 {
        margin-bottom: 5px !important;
    }

    .mb15 {
        margin-bottom: 8px !important;
    }

    .mb20 {
        margin-bottom: 10px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    .mb40 {
        margin-bottom: 20px !important;
    }

    .mb50 {
        margin-bottom: 25px !important;
    }

    .mb60 {
        margin-bottom: 30px !important;
    }

    .mb70 {
        margin-bottom: 35px !important;
    }

    .mb80 {
        margin-bottom: 40px !important;
    }

    .mb90 {
        margin-bottom: 45px !important;
    }

    .mb100 {
        margin-bottom: 50px !important;
    }
}


/*===========================
align
===========================*/
.txc {
    text-align: center !important;
}

.txr {
    text-align: right;
}

.txl {
    text-align: left;
}

.center-pcONspOFF {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .center-pcONspOFF {
        text-align: left;
    }
}

.center-pcONtabletONspOFF {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .center-pcONtabletONspOFF {
        text-align: left;
    }
}

.center-pcONtabletOFFspOFF {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .center-pcONtabletOFFspOFF {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .center-pcOFFtabletOFFspON {
        text-align: center !important;
    }
}

/*===========================
width
===========================*/
.width50p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .width50p {
        width: 100%;
    }
}

.width70p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .width70p {
        width: 100%;
    }
}

.width70p-s {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .width70p-s {
        width: 100%;
    }
}


.width80p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .width80p {
        width: 100%;
    }
}

.width80p-s {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .width80p-s {
        width: 100%;
    }
}


.width90p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .width90p {
        width: 100%;
    }
}

/*===========================
text
===========================*/
.fw-b {
    font-weight: bold;
}

.fw-bc {
    font-weight: bold;
    color: #f07541;
}

.fs12 {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .fs12 {
        font-size: 1rem;
    }
}

.fs14 {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .fs14 {
        font-size: 1.1rem;
    }
}

.fs16 {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .fs16 {
        font-size: 1.3rem;
    }
}

.fs18 {
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .fs18 {
        font-size: 1.5rem;
    }
}


/*===========================
wf fc
===========================*/
ul.wf,
ol.wf {
    width: fit-content;
    margin: auto;
}

.fitc {
    width: fit-content;
    margin: auto;

}















/* 基本カラー  */

.fcBasic {
    color: #e6c54f !important;
}

ul.circle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.circle>li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 90%;
    margin-right: 2%;
    position: relative;
}

ul.circle>li:last-child {
    margin-bottom: 0px;
}

ul.circle>li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.circle-2col>li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width: 45%;
    position: relative;
}

ul.circle-2col>li:nth-child(odd) {
    margin-right: 2%;
}

ul.circle-2col>li.line {
    margin-bottom: 0px;
}


ul.circle-2col>li.long {
    width: 70%;
}

ul.circle-2col>li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2colUSU {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.circle-2colUSU>li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width: 45%;
    position: relative;
}

ul.circle-2colUSU>li:nth-child(odd) {
    margin-right: 2%;
}

ul.circle-2colUSU>li.line {
    margin-bottom: 0px;
}


ul.circle-2colUSU>li.long {
    width: 70%;
}

ul.circle-2colUSU>li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.circle-3col>li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 28%;
    margin-right: 2%;
    position: relative;
}

ul.circle-3col>li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

.sns-bnr {
    width: 100%;
    height: auto;
}

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

    ul.circle-2col>li,
    ul.circle-2col>li.long,
    ul.circle-3col>li {
        width: 90%;
    }

    ul.circle-2col>li.line.line2 {
        margin-bottom: 0.9em;
    }

    .sns-bnr {
        /*width:80%;*/
        height: auto;
    }

    ul.fixRightBnr li a {
        /*background-color: inherit !important;
	width:auto;*/
    }
	
	ul.circle-2colUSU {
}

ul.circle-2colUSU>li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width: 43%;
    position: relative;
	font-size:0.9em;
}

ul.circle-2colUSU>li:nth-child(odd) {
    margin-right: 2%;
}

}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.8em 0.2em 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	  width:60%;
	  margin:auto;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
