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

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html {
    font-size: 13px;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #514a4a;
}

#container {
    width: 100%;
    margin: -18px auto 0;
    padding: 0;
    background: linear-gradient(-45deg, coral, palevioletred, mediumpurple) fixed;
}

#wrapper {
    position: relative;
    width: 1300px;
    margin: 30px auto 0;
    padding: 0 0 30px;
    background-color: rgba(255, 255, 255, 1);
}

/*-----------------ここからヘッダー---------------------*/

#header {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
}

.header {
    border-bottom: 3px solid #ff9378;
    display: flex;
    align-items: baseline;
}
.header a img{
    transition-duration: 0.3s;
    transition-timing-function: ease;
    margin: 5px 10px;
    max-width:100%;
    height:auto;
}

.header a img:hover,
.logo a img:hover {
    opacity: 0.6;
}


.titlebox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wakaba {
    /*    display: flex;
  justify-content: center;
  align-items: center;
*/
    padding-top: 50px;
}

h1 {
    font-size: 35px;
    margin: 60px 0;
    font-weight: bold;
}

h1 .big {
    font-size: 70px;
    line-height: 80px;
}

.inline {
    display: inline-block;
}

.text1 {
    font-size: 22px;
    line-height: 1.5em;
}

.h2_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.p_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
}

.h2_flex img {
    width: auto;
    margin-bottom: 30px;
}

h2 {
    text-align: center;
    font-size: 36px;
    margin: 60px auto 20px;
    font-weight: bold;
}

h2 .b2 {
    font-size: 50px;
}
.highlighter {
    background: linear-gradient(transparent 60%, #ff9378 60%);
}

p .oshirase {
    font-size: clamp(12px, 1vw, 20px);
    color: red;
    line-height: 30px;
}

.br {
    display: none;
}

.sankaku {
    display: inline-block;
    transform: rotate( 90deg);
}

.pconly {
    display: inline;
}

/*-----------------ここまでヘッダー---------------------*/

/*-----------------ここからコンテンツ---------------------*/

.contents {
    width:100%;
    max-width: 1080px;
    margin: 0 auto;
}

.contents_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.contents_flex .contents_box {
    width: 90%;
    margin: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: .5s;
    transition-timing-function: ease;
}
.contents_flex .contents_box .flex{
    display: flex;
    justify-content: space-around;
}

.contents_flex .contents_box p b{
    font-size:1.2em;
}

.contents_flex .contents_box p small{
    font-size:.9em;
}
.contents_flex .contents_box .flex a{
    text-align: center;
    padding:10px 25px 10px 25px;
    font-size:15px;
    background:#F86E70;
    border-radius: 20px;
    color:#fff;
    font-weight:bold;
    text-decoration: none;
    margin-bottom:15px;
    transition: .3s;
    /* width:40%; */

}
.contents_flex .contents_box .flex a:hover{
    opacity:.6;
}
@media (min-width:768px){
    .contents_flex .contents_box {
        width: 45%;
    }
}


h3 {
    text-align: center;
    font-size: 32px;
    padding: 15px 10px 5px;
    font-weight: bold;
}

h3.cute{
font-size:26px;
}

h3.small {
    font-size: 23px;
}

h3.verysmall {
    font-size: 16px;
}

.underline {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:75px;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #ff9378 25%, #ff9378 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.image_box {
    margin: 10px auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.image_box img{
    max-width:100%;
    max-height:100%;
}
.hiatus img {
    padding-top: 25px;
}

.caption {
    font-size: 16px;
    padding: 30px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:1.6em;
    flex-wrap: wrap;
}

.caption p{
    width:100%;
    text-align: center;
}
@media (min-width:768px){
    .caption2{
        min-height:140px;
    }
}
/*-----------------ここまでコンテンツ---------------------*/

.text3 {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.text4 {
    font-size: 30px;
}

.text5 {
    color: #722f00;
    font-size: 40px;
    align-content: center;
    font-weight: bold;
    text-align: center;
}



/*-----------------ここからフッター---------------------*/

.footer {
    width: 100%;
    height: auto;
    margin-top:40px;
}


.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contact a {
    text-decoration: none;
}

.contact a div {
    border-radius: 15px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    height: 70px;
    width: 360px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #514a4a;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-weight: bold;
}

.contact a:hover > .FAQ,
.contact a:hover > .other {
    background-color: #ff9378;
}

.footer p.caution {
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
}

.logo {
    text-align: center;
    margin-top:50px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;

}
.logo a{
    height:40px;
    display: block;
}
.logo a:last-child{
    height:30px;
}
.logo a img{
    height:100%;
}

/*-----------------ここからフッター---------------------*/

/*-----------------ここからトップに戻る---------------------*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 48px;
    z-index: 3;
}

#page-top a {
    background-color: red;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 0 0 5px;
    text-align: center;
    display: block;
    *text-indent: -9999px;
    border-radius: 70px;
}

#page-top a:hover {
    width: 70px;
    height: 70px;
    background: #F86E70;
}

.p_text:before {
    content: "";
    font-size: 48px;
    width: 25px;
    height: 25px;
    padding: 10px 12px 5px
}

/*-----------------ここからトップに戻る---------------------*/

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

    /*-----------------ここからヘッダー---------------------*/
    #wrapper,
    .contents {
        width: 90vw;
    }

    h1 {
        font-size: 3vw;
    }

    h1 .big {
        font-size: 5.2vw;
    }

    .wakaba {
        display: flex;
        justify-content: center;
        align-items: flex-start;

    }
    .wakaba img {
        width: 10vw;
    }

    /*-----------------ここまでヘッダー---------------------*/
    /*-----------------ここからコンテンツ---------------------*/
    .contents_flex {
        width: 100%;
        /* justify-content: space-around; */
    }

    /*-----------------ここまでコンテンツ---------------------*/
}





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

    .titlebox {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: stretch;
    }

    h1 {
        font-size: 5vw;
        margin: 20px 0px 20px;
        text-align: center;
    }

    h1 .big {
        font-size: 8.8vw;
        line-height: 13vw;
    }

    .pconly {
        display: none;
    }

    .h2_flex img {
        margin-bottom: 40px;
    }

    h2 {
        font-size: 6vw;
    }

    h2 .b2 {
        font-size: 8vw;
        line-height: 10vw;

    }

    .text1 {
        text-align: left;
        margin: 20px auto;
    }

    .wakaba {

        padding-top: 20px;
    }
    .wakaba img {
        width: 20vw;
    }

    .br {
        display: inline;
    }


    .contents_flex {
        justify-content: space-around;
    }

    .contact {
        width: 100%;
        flex-wrap: wrap;
    }

    .contact a div {
        margin: 10px auto;
    }
}

@media screen and (max-width:860px) {
    .footer p.caution {
        text-align: left;

    }


}

@media screen and (max-width:654px) {
    .contact a div {
        width: 80vw;
        font-size: 5vw;
    }
}

@media screen and (max-width:600px) {
    .h2_flex img {
        display: none;
    }

    h2 {
        font-size: 8vw;
    }

    h2 .b2 {
        font-size: 10vw;
        line-height: 13vw;

    }






}

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