@charset "UTF-8";

/* ================================================ */
/*  レイアウト										*/
/* ================================================ */
/*----------------------------
	Body
----------------------------*/
body {
    line-height: 1.6em;
    color: #464646;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.Gothic {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .pc {
        display: block;
        clear: both;
    }

    .sp {
        display: none;
        clear: both;
    }
}

@media screen and (max-width: 640px) {
    .pc {
        display: none;
        clear: both;
    }

    .sp {
        display: block;
        clear: both;
    }
}



@media screen and (max-width:767px) {
    body {
        min-width: 100%;
        background-size: 150% auto;
        background-position: center top;
    }
}


/*----------------------------
	共通
----------------------------*/
/*++++++++++++++++++++++++++
	Link : Text
++++++++++++++++++++++++++*/
a {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}



/*----------------------------
	wrap
----------------------------*/
.wrap {
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;

}

@media screen and (max-width:767px) {
    .wrap {
        margin: 0 0;
    }
}

/*----------------------------
	LOGO
----------------------------*/

.logo{
    margin: auto;
    padding: 20px 0 20px;
    max-width: 180px;
}


/*----------------------------
	mainVisual
----------------------------*/

#mainVisual {
    width: 100%;
    margin: 0 auto 30px;
}


/*----------------------------
	nav
----------------------------*/
nav {
    max-width: 800px;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px;
}
nav a{
    font-size: 14px;
    text-align: center;
    width: 25%;
    border-left: #454545 solid 1px;
    box-sizing: border-box;
    line-height: 1.2em;
}

nav a:last-child{
    border-right: #454545 solid 1px;
}




/*++++++++++++++++++++++++++
#corona
++++++++++++++++++++++++++*/
.magin_lr{
    margin: 0 auto;
}
#corona {
    max-width: 1000px;
    margin:0 auto 50px;
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}
#corona input {
    display: none;
}
#corona .title {
    background-color: #00a0e9;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    border-radius: 15px 15px 0 0;
    font-family: 'Noto Serif JP', serif;
    display: block;
    cursor :pointer;
}
#corona .title:hover {
    background-color: #009fe9;
}
#corona  .title:after {
    display: block;
    content: '<詳しくはこちらをクリック>';
    transition: 0.2s;
    font-size: 12px;
    letter-spacing:0.1em;
}

#corona .hidden_box {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1.5s;
}

#corona input:checked ~ .hidden_box {
    height: auto;
    opacity: 1;
}

#corona .corona_area {
    border: #00a0e9 3px solid;
    box-sizing: border-box;
    border-radius: 0 0 0 0;
    padding: 20px;
    margin: -1px 0 0 0;
}

#corona .torikumi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#corona .torikumi li {
    width: 32%;
    box-sizing: border-box;
    margin: 0 0 20px;
    border: #00a0e9 2px solid;

}

#corona .torikumi .txt1 {
    background-color: #00a0e9;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px;
    font-size: 15px;
    min-height: 4em;
    text-indent: -1em;
    padding-left: 1.8em;
}

#corona .torikumi .txt2 {
    font-size: 14px;
    padding: 10px;
    color: #000;
}

#corona .contact {
    box-sizing: border-box;
}

#corona .contact_title {
    text-align: center;
    font-size: 18px;
    margin: 0 0 5px;
    font-family: 'Noto Serif JP', serif;
    color: #000;

}


#corona .onegai {
    box-sizing: border-box;
    margin: 10px 0 20px;
    border: #00a0e9 2px solid;
    padding: 0 0 15px;
}

#corona .onegai .onegai_title {
    background-color: #00a0e9;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

#corona .onegai li {
    box-sizing: border-box;
    padding: 5px 5px 0;
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1.8em;
    color: #000;

}


#corona .button {
    text-align: center;
}

#corona .button ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#corona .button ul li {
    padding: 5px 10px;
    margin: auto;
}

#corona .button ul li a {
    text-align: center;
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 1.2em;
    box-sizing: border-box;
    background: linear-gradient(#f2e4bb, #d8c384);
    /*    background-color: #d8c384;*/
    height: 60px;
    width: 300px;
    border-radius: 15px;
    /*角丸*/
    color: black;
}

#corona .bottom{
    background-color: #00a0e9;
    height: 15px;
    border-radius: 0 0 15px 15px;

}


@media screen and (max-width: 767px) {
    #corona .torikumi li {
        width: 49%;
    }
    #corona {
        margin:0 5px 70px;
    }
}
@media screen and (max-width: 430px) {

#corona .title {
    font-size: 18px;
}

    #corona .torikumi li {
        width: 100%;
    }
    #corona .button ul li a {
        width: 250px;
    }

#corona .torikumi .txt1 {
    min-height: 1em;
}
}




/*++++++++++++++++++++++++++
#aisatsu
++++++++++++++++++++++++++*/
#aisatsu{
    background-color: #ffeeeb;
    padding: 20px;
    margin: 0 auto 30px;

}
#aisatsu .txt1{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0px;
    cursor:pointer ;
}
#aisatsu .txt1:after {
    display: block;
    content: '<詳しくはこちらをクリック>';
    transition: 0.2s;
    font-size: 12px;
    letter-spacing:0.1em;
    font-weight: normal;
}

#aisatsu .txt2{
    font-size: 15px;
}

#aisatsu .txt3{
    font-size: 13px;
    text-align: right;
}

#aisatsu .box{
    display: none;
}

/*++++++++++++++++++++++++++
#tokuten
++++++++++++++++++++++++++*/
#tokuten{
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #FFF2DD;
}

#tokuten li:nth-child(1){
    width: 48%;
    margin: 1% auto;
}

#tokuten li:nth-child(2){
    width: 48%;
    margin: 1% auto;
}

#tokuten li:nth-child(3){
    width: 98%;
    margin: 1% auto;
}

#tokuten .tokuten_attention{
font-size: 15px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: right;
}




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

#tokuten{
    padding: 1% 0 1% 0;
}

#tokuten li:nth-child(1){
    width: 98%;
    margin: 2% auto;
}

#tokuten li:nth-child(2){
    width: 98%;
    margin: 2% auto;
}

#tokuten li:nth-child(3){
    width: 98%;
    margin: 2% auto;
}


#tokuten .tokuten_attention{
font-size: 13px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: right;
}

}


/*++++++++++++++++++++++++++
#present
++++++++++++++++++++++++++*/
#present{
    margin: 0 auto 50px;
}

/*++++++++++++++++++++++++++
#hoya
++++++++++++++++++++++++++*/
#hoya{
    margin: 0 auto 30px;
}

/*++++++++++++++++++++++++++
#inon
++++++++++++++++++++++++++*/
#inon{
    margin: 0 auto 30px;
}

/*++++++++++++++++++++++++++
#set
++++++++++++++++++++++++++*/
#set{
    margin: 0 auto 30px;
}



/*++++++++++++++++++++++++++
#glass_wrap
++++++++++++++++++++++++++*/

#glass_wrap .wrap{
    margin: 0 auto 0;
    display: flex;
    margin: auto;
}

#glass_wrap .wrap >*{
    width: 50%;
}


@media screen and (max-width: 640px) {
    #glass_wrap .wrap{
        display: initial;
    }
#glass_wrap .wrap >*{
    width: 100%;
}


}


/*++++++++++++++++++++++++++
#watch
++++++++++++++++++++++++++*/
#watch{
    margin: 0 auto 30px;
}
#watch img{
    margin: 0 auto 30px;
}


/*----------------------------
	リンク
----------------------------*/

.content_btn_nav {
    margin: 10px auto;
    text-align: center;
    padding: 0 0 30px 0;
}

.content_btn_nav li {
    display: inline-block;
    width: 380px;
    margin: 10px;
}

.content_btn_nav a,
.content_btn_nav a:hover,
.content_btn_nav a:active,
.content_btn_nav a:focus {
    color: #000;
}

.btn_block {
    margin-top: 10px;
}

.btn_block li {
    display: inline-block;
}

.btn_block li a {
    text-align: center;
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    box-sizing: border-box;
    background: linear-gradient(#e3d7b3, #d8c384);
    height: 60px;
    border-radius: 8px;
    color: #454545;
}

@media screen and (max-width:767px) {
    .content_btn_nav li {
        display: inline-block;
        max-width: 90%;
    }
}


/*----------------------------
	tenpo
----------------------------*/

#tenpo {
    max-width: 750px;
    padding: 20px;
    margin: 0 auto 10px;
    background-color: #fff;
    color: #000;
    overflow: auto;
    box-sizing: border-box;
}

#tenpo .left {
    float: left;
    width: 39%;
    overflow: auto;
}

#tenpo .right {
    float: right;
    width: 60%;
    padding: 0 0 0 0;
    overflow: auto;
}

#tenpo .logo {
    max-width: 250px;
    margin: 0 auto 20px;
    position: relative;
    margin: 20px auto 40px;
    left: 0;
    right: 0;
}

#tenpo .logo:after {
    border-bottom: 2px solid #4b4b4b;
    bottom: -15px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}


#tenpo .txt1 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 10px;
}

#tenpo .tenpo_p {
    width: 100%;
    margin: 0 auto 10px;
}

#tenpo a {
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 0px;
    display: block;
    max-width: 100%;
    margin: 10px auto;
    padding: 0.5em;
    border: 1px solid #454545;
    box-sizing: content-box;
    background: #fff;
    color: #000000;
    text-align: center;

}

#tenpo .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#tenpo .ggmap iframe,
#tenpo .ggmap object,
#tenpo .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

    #tenpo {
        max-width: 750px;
        width: 98%;
        padding: 20px 10px 10px;
        margin: 50px auto 20px ;
        background-color: #ffffff;
        color: #000000;
        overflow: auto;
        box-sizing: border-box;
    }

    #tenpo .left {
        float: left;
        width: 100%;
    }

    #tenpo .right {
        float: right;
        width: 100%;
    }
}

/*----------------------------
	Footer
----------------------------*/
footer {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .copy {
    font-size: 12px;
    text-align: center;
}


/*--------------------------------------
		pagetop
---------------------------------------*/
#btn_top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 1000;
    width:40px;
    height: 40px;
    background: #929292;
    text-align: center;
    border-radius: 100vh;
    display: table;
}

#btn_top a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 10px;
        bottom: 20px;
    }
}


