@charset "UTF8";

/*-------------------
スマホ縦
-------------------*/
@media screen and (max-width: 480px){

#title-comment-area{
    width: 100%;
    height: 220px;
    position: relative;
}

#title-area{
    width: 40%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 11%;
}

.title-side-box{
    width:10%;
    display: flex;
    flex-direction: column;
}

.title-side-middle{
    width: 100%;
    height: 20px;
}

.title-side-left-top{
    width:100%;
    height: 15px;
    border-top: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-left-bottom{
    width:100%;
    height: 15px;
    border-bottom: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-right-top{
    width:100%;
    height: 15px;
    border-top: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

.title-side-right-bottom{
    width:100%;
    height: 15px;
    border-bottom: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

#title{
    width: 80%;
}

#title h2{
    font-size: 6vw;
    line-height: 6vw;
    margin: 0;
    text-align: center;
    color: #3c9dbf;
}

#comment-area{
    width: 70%;
    height: 80px;
    background-color: #3c9dbf;
    position: absolute;
    top: 140px;
    left: 0;
    padding: 3% 10% 3% 3%;
    display: flex;
    align-items: center;
}

#comment-area p{
    font-size: 3vw;
    line-height: 5vw;
    color: #fff;
}

#photo-area{
    width: 40%;
    position: absolute;
    top: 50px;
    right: 0;
}

#photo-area img{
    width: 100%;
    vertical-align: top;
}

#english-title-area{
    width: 25%;
    position: absolute;
    bottom: 11%;
    right: 2%;
}

#english-title-area p{
    font-size: 5vw;
    line-height: 5vw;
    color: #3c9dbf;
}

#contact-us-area{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 10% auto;
}

.contact-us-item{
    width:100%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 0 2%;
}

.contact-us-item p{
    font-size: 3.5vw;
    line-height: 8vw;
    color: #fff;
}

.contact-us-item-message{
    width: 100%;
    background-color: #3c9dbf;
    display: flex;
    align-items: flex-start;
    padding: 2% 2% 0;
}

.contact-us-item-message p{
    font-size: 3.5vw;
    line-height: 8vw;
    color: #fff;
}

.contact-us-contents{
    width: 100%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 1%;
}

.contact-us-contents input{
    width: 100%;
    font-size: 3.5vw;
    line-height: 8vw;
}

.contact-us-contents textarea{
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 0em;
    font-size: 3.5vw;
    line-height: 6vw;
    border: 1px solid #000;
    height: calc(4 * 8vw);
}

#submit-button-area{
    width: 30%;
    margin: 0 auto 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submit-button-area button{
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
    background-color: #3c9dbf;
    border-radius: 10px;
}

#submit-button-area button:hover{
    background-color: #09627a;
    color: #fff;
}

}
/*-------------------
スマホ横
-------------------*/
@media screen and (min-width: 481px) and (max-width: 896px) {

#title-comment-area{
    width: 100%;
    height: 275px;
    position: relative;
}

#title-area{
    width: 25%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 25%;
}

.title-side-box{
    width:10%;
    display: flex;
    flex-direction: column;
}

.title-side-middle{
    width: 100%;
    height: 30px;
}

.title-side-left-top{
    width:100%;
    height: 17px;
    border-top: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-left-bottom{
    width:100%;
    height: 17px;
    border-bottom: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-right-top{
    width:100%;
    height: 17px;
    border-top: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

.title-side-right-bottom{
    width:100%;
    height: 17px;
    border-bottom: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

#title{
    width: 80%;
}

#title h2{
    font-size: 4vw;
    line-height: 4vw;
    margin: 0;
    text-align: center;
    color: #3c9dbf;
}

#comment-area{
    width: 75%;
    height: 120px;
    background-color: #3c9dbf;
    position: absolute;
    top: 155px;
    left: 0;
    padding: 3% 15% 3% 3%;
    display: flex;
    align-items: center;
}

#comment-area p{
    font-size: 3vw;
    line-height: 5vw;
    color: #fff;
}

#photo-area{
    width: 30%;
    position: absolute;
    top: 40px;
    right: 0;
}

#photo-area img{
    width: 100%;
    vertical-align: top;
}

#english-title-area{
    width: 20%;
    position: absolute;
    bottom: 7%;
    right: 2%;
}

#english-title-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #3c9dbf;
}

#contact-us-area{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10% auto;
}

.contact-us-item{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 0 2%;
}

.contact-us-item p{
    font-size: 2vw;
    color: #fff;
}

.contact-us-item-message{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: flex-start;
    padding: 2% 2% 0;
}

.contact-us-item-message p{
    font-size: 2vw;
    color: #fff;
}

.contact-us-contents{
    width:69%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 1%;
}

.contact-us-contents input{
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
}

.contact-us-contents textarea{
    font: 15px / 100px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 0em;
    font-size: 2vw;
    line-height: 2.5vw;
    border: 1px solid #000;
    height: calc(4 * 8vw);
}

#submit-button-area{
    width: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submit-button-area button{
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
    background-color: #3c9dbf;
    border-radius: 15px;
}

#submit-button-area button:hover{
    background-color: #09627a;
    color: #fff;
}

}
/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

#title-comment-area{
    width: 100%;
    height: 340px;
    position: relative;
}

#title-area{
    width: 15%;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 28%;
}

.title-side-box{
    width:10%;
    display: flex;
    flex-direction: column;
}

.title-side-middle{
    width: 100%;
    height: 30px;
}

.title-side-left-top{
    width:100%;
    height: 15px;
    border-top: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-left-bottom{
    width:100%;
    height: 15px;
    border-bottom: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-right-top{
    width:100%;
    height: 15px;
    border-top: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

.title-side-right-bottom{
    width:100%;
    height: 15px;
    border-bottom: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

#title{
    width: 80%;
}

#title h2{
    font-size: 2vw;
    line-height: 3vw;
    margin: 0;
    text-align: center;
    color: #3c9dbf;
}

#comment-area{
    width: 75%;
    height: 160px;
    background-color: #3c9dbf;
    position: absolute;
    top: 180px;
    left: 0;
    padding: 3% 15% 3% 3%;
    display: flex;
    align-items: center;
}

#comment-area p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#photo-area{
    width: 30%;
    position: absolute;
    top: 50px;
    right: 0;
}

#photo-area img{
    width: 100%;
    vertical-align: top;
}

#english-title-area{
    width: 20%;
    position: absolute;
    bottom: 7%;
    right: 2%;
}

#english-title-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #3c9dbf;
}

#contact-us-area{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10% auto;
}

.contact-us-item{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 0 2%;
}

.contact-us-item p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-item-message{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: flex-start;
    padding: 2% 2% 0;
}

.contact-us-item-message p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-contents{
    width:69%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 1%;
}

.contact-us-contents input{
    width: 100%;
    font-size: 1vw;
    line-height: 2vw;
}

.contact-us-contents textarea{
    font: 15px / 100px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 0em;
    font-size: 1vw;
    line-height: 1.5vw;
    border: 1px solid #000;
    height: calc(4 * 8vw);
}

#submit-button-area{
    width: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submit-button-area button{
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
    background-color: #3c9dbf;
    border-radius: 20px;
}

#submit-button-area button:hover{
    background-color: #09627a;
    color: #fff;
}

}

/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

#title-comment-area{
    width: 100%;
    height: 430px;
    position: relative;
}

#title-area{
    width: 15%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 70px;
    left: 28%;
}

.title-side-box{
    width:10%;
    display: flex;
    flex-direction: column;
}

.title-side-middle{
    width: 100%;
    height: 40px;
}

.title-side-left-top{
    width:100%;
    height: 30px;
    border-top: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-left-bottom{
    width:100%;
    height: 30px;
    border-bottom: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-right-top{
    width:100%;
    height: 30px;
    border-top: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

.title-side-right-bottom{
    width:100%;
    height: 30px;
    border-bottom: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

#title{
    width: 80%;
}

#title h2{
    font-size: 2vw;
    line-height: 3vw;
    margin: 0;
    text-align: center;
    color: #3c9dbf;
}

#comment-area{
    width: 75%;
    height: 200px;
    background-color: #3c9dbf;
    position: absolute;
    top: 230px;
    left: 0;
    padding: 3% 15% 3% 3%;
    display: flex;
    align-items: center;
}

#comment-area p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#photo-area{
    width: 30%;
    position: absolute;
    top: 50px;
    right: 0;
}

#photo-area img{
    width: 100%;
    vertical-align: top;
}

#english-title-area{
    width: 20%;
    position: absolute;
    bottom: 7%;
    right: 2%;
}

#english-title-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #3c9dbf;
}

#contact-us-area{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10% auto;
}

.contact-us-item{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 0 2%;
}

.contact-us-item p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-item-message{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: flex-start;
    padding: 2% 2% 0;
}

.contact-us-item-message p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-contents{
    width:69%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 1%;
}

.contact-us-contents input{
    width: 100%;
    font-size: 1vw;
    line-height: 2vw;
}

.contact-us-contents textarea{
    font: 15px / 100px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 0em;
    font-size: 1vw;
    line-height: 1.5vw;
    border: 1px solid #000;
    height: calc(4 * 8vw);
}

#submit-button-area{
    width: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submit-button-area button{
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
    background-color: #3c9dbf;
    border-radius: 20px;
}

#submit-button-area button:hover{
    background-color: #09627a;
    color: #fff;
}

}

/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

#title-comment-area{
    width: 100%;
    height: 600px;
    position: relative;
}

#title-area{
    width: 15%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 100px;
    left: 28%;
}

.title-side-box{
    width:10%;
    display: flex;
    flex-direction: column;
}

.title-side-middle{
    width: 100%;
    height: 40px;
}

.title-side-left-top{
    width:100%;
    height: 30px;
    border-top: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-left-bottom{
    width:100%;
    height: 30px;
    border-bottom: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-right-top{
    width:100%;
    height: 30px;
    border-top: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

.title-side-right-bottom{
    width:100%;
    height: 30px;
    border-bottom: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

#title{
    width: 80%;
}

#title h2{
    font-size: 2vw;
    line-height: 3vw;
    margin: 0;
    text-align: center;
    color: #3c9dbf;
}

#comment-area{
    width: 75%;
    height: 300px;
    background-color: #3c9dbf;
    position: absolute;
    top: 300px;
    left: 0;
    padding: 3% 15% 3% 3%;
    display: flex;
    align-items: center;
}

#comment-area p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#photo-area{
    width: 30%;
    position: absolute;
    top: 50px;
    right: 0;
}

#photo-area img{
    width: 100%;
    vertical-align: top;
}

#english-title-area{
    width: 20%;
    position: absolute;
    bottom: 7%;
    right: 2%;
}

#english-title-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #3c9dbf;
}

#contact-us-area{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10% auto;
}

.contact-us-item{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 0 2%;
}

.contact-us-item p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-item-message{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: flex-start;
    padding: 2% 2% 0;
}

.contact-us-item-message p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-contents{
    width:69%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 1%;
}

.contact-us-contents input{
    width: 100%;
    font-size: 1vw;
    line-height: 2vw;
}

.contact-us-contents textarea{
    font: 15px / 100px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 0em;
    font-size: 1vw;
    line-height: 1.5vw;
    border: 1px solid #000;
    height: calc(4 * 8vw);
}

#submit-button-area{
    width: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submit-button-area button{
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
    background-color: #3c9dbf;
    border-radius: 20px;
}

#submit-button-area button:hover{
    background-color: #09627a;
    color: #fff;
}

}
/*-------------------
印刷用
-------------------*/
@media print{

#title-comment-area{
    width: 100%;
    height: 600px;
    position: relative;
}

#title-area{
    width: 15%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 100px;
    left: 28%;
}

.title-side-box{
    width:10%;
    display: flex;
    flex-direction: column;
}

.title-side-middle{
    width: 100%;
    height: 40px;
}

.title-side-left-top{
    width:100%;
    height: 30px;
    border-top: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-left-bottom{
    width:100%;
    height: 30px;
    border-bottom: 5px solid #3c9dbf;
    border-left: 5px solid #3c9dbf;
}

.title-side-right-top{
    width:100%;
    height: 30px;
    border-top: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

.title-side-right-bottom{
    width:100%;
    height: 30px;
    border-bottom: 5px solid #3c9dbf;
    border-right: 5px solid #3c9dbf;
}

#title{
    width: 80%;
}

#title h2{
    font-size: 2vw;
    line-height: 3vw;
    margin: 0;
    text-align: center;
    color: #3c9dbf;
}

#comment-area{
    width: 75%;
    height: 300px;
    background-color: #3c9dbf;
    position: absolute;
    top: 300px;
    left: 0;
    padding: 3% 15% 3% 3%;
    display: flex;
    align-items: center;
}

#comment-area p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#photo-area{
    width: 30%;
    position: absolute;
    top: 50px;
    right: 0;
}

#photo-area img{
    width: 100%;
    vertical-align: top;
}

#english-title-area{
    width: 20%;
    position: absolute;
    bottom: 7%;
    right: 2%;
}

#english-title-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #3c9dbf;
}

#contact-us-area{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10% auto;
}

.contact-us-item{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 0 2%;
}

.contact-us-item p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-item-message{
    width:29%;
    background-color: #3c9dbf;
    display: flex;
    align-items: flex-start;
    padding: 2% 2% 0;
}

.contact-us-item-message p{
    font-size: 1.5vw;
    color: #fff;
}

.contact-us-contents{
    width:69%;
    background-color: #3c9dbf;
    display: flex;
    align-items: center;
    padding: 1%;
}

.contact-us-contents input{
    width: 100%;
    font-size: 1vw;
    line-height: 2vw;
}

.contact-us-contents textarea{
    font: 15px / 100px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 0em;
    font-size: 1vw;
    line-height: 1.5vw;
    border: 1px solid #000;
    height: calc(4 * 8vw);
}

#submit-button-area{
    width: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#submit-button-area button{
    width: 100%;
    font-size: 2vw;
    line-height: 4vw;
    background-color: #3c9dbf;
    border-radius: 20px;
}

#submit-button-area button:hover{
    background-color: #09627a;
    color: #fff;
}

}


/*-------------------
共通
-------------------*/