@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;
}

html {
    scroll-behavior: smooth;
}

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;
    }
}

/*----------------------------
	main
----------------------------*/
main {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;

}

@media screen and (max-width:550px) {
    main {
        margin: 0 0;
    }
}


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

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


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

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


/*++++++++++++++++++++++++++
.flex1
++++++++++++++++++++++++++*/
.wrap1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap1 > *{
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
}


/*++++++++++++++++++++++++++
.wrap2
++++++++++++++++++++++++++*/
.wrap2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap2 > *{
    width: 50%;
    padding: 0 0 30px;
}


@media screen and (max-width: 640px) {
    .wrap2 > *{
        width: 100%;
        padding: 0 0 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:550px) {
    .content_btn_nav li {
        display: inline-block;
        max-width: 90%;
    }
}



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

#tenpo {
    max-width: 750px;
    padding: 20px;
    margin: 10px 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_lead {
    font-size: 16px;
    text-align: center;
}
#tenpo .logo {
    max-width: 250px;
    margin: 0 auto 20px;
    position: relative;
    margin: 0 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:550px) {

    #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;
}

#btn_top a {
    background: #8c8c8c;
    text-decoration: none;
    color: #fff;
    padding: 4px 9px;
    text-align: center;
    display: block;
    border-radius: 20px;
}

#btn_top a:hover {
    text-decoration: none;
    background-color: #8c8c8c;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

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