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

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Shippori+Mincho+B1&display=swap');

body {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.1vw;
    z-index: 0;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 500;
    background-size: 100% auto;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;/*    background-image: url(../img/guide1.jpg); */
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.clear {
    clear: both;
}

/* ヘッダー */
.headerArea {
    display: block;
    width: 100%;
    height: 0vw;
    position: fixed;
    z-index: 90;
    background-color: rgba(239,136,137,0.46);
}

/* スクロールで隠れるロゴ */
#scrollLogoHidden {
    height: 8vw;
    width: 20%;
    position: fixed;
    background-image: url(../img/shinsenkyo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    z-index: 99;
    letter-spacing: normal;
    top: 0;
    transition: 1s;
    left: 40%;
}

#scrollLogoHidden a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #A87E46;
    line-height: 50vw;
    overflow-y: hidden;
}

#scrollLogoHidden p{
    display: block;
    height: 4vw;
    width: 30em;
    text-align: center;
    letter-spacing: 0.3em;
    top: 10vw;
    font-size: 1.2em;
    text-indent: -15em;
}

.logoHidden{
	transform: translateY(-100%);
    opacity: 0;
}

/*メニュー*/
.menu{
    position: fixed;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 90;
    pointer-events: none;
}

/*メニューボタン*/
.menu label {
    width: 10%;
    height: auto;
    position: absolute;
    right: auto;
    left: 0px;
    top: 0px;
    display: block;
    cursor : pointer;
    z-index: 90;
    pointer-events: auto;
}

.menuButton{
    width: 100%;
}

.menu ul{
    padding: 0px;
    margin: 0px;
    width: 28%;
    height: auto;
    display: block;
    position: absolute;
    -webkit-box-shadow: 0vw 0vw 2vw rgba(0,0,0,1.00);
    box-shadow: 0vw 0vw 2vw rgba(0,0,0,1.00);
}

.menu li{
    list-style-type: none;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.80);
    font-size: 1.3em;
    letter-spacing: 0.05em;
}

.menu li a{
    width: 100%;
    height: 4.1em;
    display: block;
    line-height: 4.1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    text-decoration: none;
    color: #000000;
}

.menu li a:hover{
    color: rgba(255,167,68,1.00);/*    background-color: #DFDFDF;*/
    transition-duration: 0.2s;
}

.menu li img{
    width: auto;
    height: 100%;
    margin-left: 5%;
    margin-right: 7%;
}

/*チェックは隠す*/
.menu input {
    display: none;
}

/*中身表示*/
.menu .accshow {
    position: relative;
    height: 100%;
    opacity: 1;
    transition: .2s;
/*    background-color: hsla(0,0%,0%,0.50);*/
    pointer-events: auto;
}

/*中身を非表示*/
.cssacc:checked + .accshow {
    height: 0%;
    opacity: 0;
    overflow: hidden;
    transition: .2s;
}
/*メニューここまで*/

/* ヘッダーお問い合わせ */
.contact a {
    color: #F08300;
    display: block;
    width: 17%;
    height: 4vw;
    position: fixed;
    right: 3vw;
    text-align: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    letter-spacing: 0.2em;
    top: 3vw;
    border: thin solid #F08300;
    cursor: pointer;
    line-height: 3.7vw;
    background-color: rgba(255,255,255,0.80);
    text-decoration: none;
}

.contact a:hover {
    color: #FFFFFF;
    background-color: #FFA943;
}

/* ヘッダーイメージ */
.headerImgArea {
    display: block;
    width: 100%;
    height: 39vw;
    z-index: 90;
    padding-top: 17vw;
}

.headerImgArea img {
    width: 100%;
    height: auto;
}

.titleArea {
    display: block;
    margin-top: 0vw;
}

.titleArea dl {
    padding: 0;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 2vw;
}

.titleArea dt {
    padding: 0;
    font-size: 1.5em;
    line-height: 2em;
}

.titleArea dd {
    width: 44em;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}

.titleArea sub {
    bottom: 0.3em;
    position: relative;
}

/* コンテンツエリア */
.contentsArea {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 2vw;
    padding-bottom: 5vw;
}

/* フッターお問い合わせ */

.contactArea {
    margin-top: 12vw;
    width: 88%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    height: 6vw;

}

.contactArea h3 {
    border-right: thin solid rgba(193,39,45,1.00);
    width: 20%;
    height: 6vw;
    padding-top: 0vw;
    line-height: 4vw;
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    letter-spacing: 0.5em;
    position: absolute;
    display: block;
    margin: 0;

}

.contactArea sub {
    width: 100%;
    height: 1vw;
    line-height: 1vw;
    text-align: center;
    font-weight: normal;
    font-size: 0.6em;
    letter-spacing: 0.5em;
    display: block;
}

.contactArea p {
    height: 4vw;
    padding-top: 0vw;
    line-height: 1.5em;
    display: block;
    width: 55%;
    font-style: normal;
    margin-left: 2em;
    position: absolute;
    top: 0px;
    right: 0;
    left: 20%;

}

.contactArea a {
    color: #F08300;
    display: block;
    width: 17%;
    height: 4vw;
    position: absolute;
    right: 0vw;
    top: 1vw;
    text-align: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    letter-spacing: 0.2em;
    border: thin solid #F08300;
    cursor: pointer;
    line-height: 3.7vw;
    background-color: rgba(255,255,255,0.80);
    text-decoration: none;
}

.contactArea a:hover {
    color: #FFFFFF;
    background-color: #FFA943;
}

/* フッター */

.footerArea {
    width: 100%;
    height: 22vw;
    padding-top: 8vw;
    position: relative;
    z-index: 90;
    background-color: rgba(193,39,45,1.00);
    overflow-y: hidden;
}

.footerLogo {
    width: 19%;
    height: 7vw;
    margin-right: auto;
    margin-left: auto;
}

.footerLogo h3 {
    vertical-align: top;
    width: 100%;
    height: 8vw;
    background-image: url(footerlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -1000vw;
}

.footerMenu {
    width: 50%;
    height: 9vw;
    margin-top: 1vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-top: thin solid #FFFFFF;
}

.footerMenu ul {
    padding: 0;
    margin-top: 0.5vw;
}

.footerMenu li {
    display: inline-block;
    margin: 0;
    width: 16%;
    padding: 0;
}

.footerMenu a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    padding: 0.5em;
    font-size: 1em;
}

.footerMenu a:hover {
    transition-duration: 0.2s;
    background-color: rgba(255,255,255,0.20);
    -webkit-box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    border-radius: 1vw;
}

/* コピーライト */
.copyrightArea {
    width: 99%;
    height: 5vw;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
}

.copyrightAreaWidth {
    width: 95%;
    height: 5vw;
    margin-right: auto;
    margin-left: auto;
}

.copyright {
    float: left;
    vertical-align: middle;
    line-height: 3vw;
}
.agree {
    float: right;
    vertical-align: middle;
    line-height: 3vw;
}

.agree a {
    text-decoration: none;
    padding: 0.5em;
    color: rgba(255,255,255,1.00);
}

.agree a:hover {
    transition-duration: 0.2s;
    background-color: rgba(255,255,255,0.20);
    -webkit-box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    border-radius: 1vw;
}


/* ページのトップへ */
.returnPageTop {
    display: block;
    width: 10em;
    float: none;
    height: 4em;
    position: fixed;
    left: auto;
    right: 2.5vw;
    bottom: 4vw;
    text-align: center;
    color: #FFFFFF;
    z-index: 99;
    border-radius: 0.5vw;
    border: thin solid #FFFFFF;
    background-color: rgba(193,39,45,1.00);
}

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

.returnPageTop a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    height: 4em;
}

.pxoverbr{
    display: block;
}

@media screen and (max-width : 1000px ){
body {
    font-size: 3.5vw;
}

/* ヘッダー */
.headerArea {
    display: block;
    width: 100%;
    height: 0vw;
    position: fixed;
    z-index: 90;
}

/* スクロールで隠れるロゴ */
#scrollLogoHidden {
    height: 20vw;
    width: 50%;
    position: fixed;
    background-image: url(../img/shinsenkyo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    z-index: 90;
    letter-spacing: normal;
    top: 0;
    transition: 1s;
    left: 25%;
}

#scrollLogoHidden a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #A87E46;
    line-height: 50vw;
    overflow-y: hidden;
}

#scrollLogoHidden p{
    display: block;
    height: 4vw;
    width: 30em;
    text-align: center;
    letter-spacing: 0.2em;
    top: 10vw;
    font-size: 0.9em;
    text-indent: -14em;
}

.logoHidden{
	transform: translateY(-100%);
    opacity: 0;
}

/*メニュー*/
.menu{
    position: fixed;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 90;
    pointer-events: none;
}

/*メニューボタン*/
.menu label {
    width: 20%;
    height: auto;
    position: absolute;
    right: auto;
    left: 0px;
    top: 0px;
    display: block;
    cursor : pointer;
    z-index: 99;
    pointer-events: auto;
}

.menuButton{
    width: 100%;
}

.menu ul{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    -webkit-box-shadow: 0vw 0vw 2vw rgba(0,0,0,1.00);
    box-shadow: 0vw 0vw 2vw rgba(0,0,0,1.00);
}

.menu li{
    list-style-type: none;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.80);
    font-size: 1.3em;
    letter-spacing: 0.05em;
}

.menu li a{
    width: 100%;
    height: 4.1em;
    display: block;
    line-height: 4.1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    text-decoration: none;
    color: #000000;
}

.menu li a:hover{
    color: rgba(255,167,68,1.00);/*    background-color: #DFDFDF;*/
    transition-duration: 0.2s;
}

.menu li img{
    width: auto;
    height: 100%;
    margin-left: 5%;
    margin-right: 7%;
}

/*チェックは隠す*/
.menu input {
    display: none;
}

/*中身表示*/
.menu .accshow {
    position: relative;
    height: 100%;
    opacity: 1;
    transition: .2s;
/*    background-color: hsla(0,0%,0%,0.50);*/
    pointer-events: auto;
}

/*中身を非表示*/
.cssacc:checked + .accshow {
    height: 0%;
    opacity: 0;
    overflow: hidden;
    transition: .2s;
}
/*メニューここまで*/

/* ヘッダーお問い合わせ */
.contact a {
    color: #F08300;
    display: block;
    width: 23%;
    height: 8vw;
    position: fixed;
    right: 0vw;
    text-align: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    letter-spacing: 0em;
    top: 0vw;
    border: thin solid #F08300;
    cursor: pointer;
    line-height: 7.5vw;
    background-color: rgba(255,255,255,0.80);
    text-decoration: none;
    font-size: 0.8em;
}

.contact a:hover {
    color: #FFFFFF;
    background-color: #FFA943;
}

/* ヘッダーイメージ */
.headerImgArea {
    display: block;
    width: 100%;
    height: 39vw;
    z-index: 90;
    padding-top: 35vw;
}

.headerImgArea img {
    width: 100%;
    height: auto;
}

.titleArea {
    display: block;
    margin-top: 0vw;
}

.titleArea dl {
    padding: 0;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 2vw;
}

.titleArea dt {
    padding: 0;
    font-size: 1.5em;
    line-height: 2em;
}

.titleArea dd {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}

.titleArea sub {
    bottom: 0.3em;
    position: relative;
    display: block;
}

/* コンテンツエリア */
.contentsArea {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 3vw;
    padding-bottom: 5vw;
}

/* フッターお問い合わせ */

.contactArea {
    margin-top: 20vw;
    width: 88%;
    padding: 0;
    margin-bottom: 10vw;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    height: 45vw;
    text-align: center;

}


.contactArea h3 {
    border-right: thin none rgba(193,39,45,1.00);
    border-bottom: thin solid rgba(193,39,45,1.00);
    width: 100%;
    height: 12vw;
    padding-top: 3vw;
    line-height: 6vw;
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    letter-spacing: 0.5em;
    position: absolute;
    display: block;
    margin: 0;

}

.contactArea sub {
    width: 100%;
    height: 5vw;
    line-height: 5vw;
    text-align: center;
    font-weight: normal;
    font-size: 0.6em;
    letter-spacing: 0.5em;
    display: block;
}

.contactArea p {
    height: 17vw;
    padding-top: 14vw;
    line-height: 1.5em;
    display: block;
    width: 100%;
    font-style: normal;
    margin-left: 0em;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
}

.contactArea a {
    color: #F08300;
    display: block;
    width: 50%;
    height: 8vw;
    position: absolute;
    right: 25%;
    top: auto;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    letter-spacing: 0.1em;
    border: thin solid #F08300;
    cursor: pointer;
    line-height: 7vw;
    text-decoration: none;
}

.contactArea a:hover {
    color: #FFFFFF;
    background-color: #FFA943;
}

/* フッター */

.footerArea {
    width: 100%;
    height: 115vw;
    padding-top: 8vw;
    position: relative;
    z-index: 90;
    background-color: rgba(193,39,45,1.00);
    overflow-y: hidden;
}

.footerLogo {
    width: 40%;
    height: 15vw;
    margin-right: auto;
    margin-left: auto;
}

.footerLogo h3 {
    vertical-align: top;
    width: 100%;
    height: 60vw;
    background-image: url(footerlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -1000vw;
}

.footerMenu {
    width: 90%;
    height: 55vw;
    margin-top: 1vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-top: thin solid #FFFFFF;
}

.footerMenu ul {
    padding: 0;
    margin-top: 0.5vw;
}

.footerMenu li {
    display: block;
    width: 100%;
    padding: 0em;
}

.footerMenu a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    padding: 0em;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    font-size: 1em;
    display: block;
    width: 100%;
}

.footerMenu a:hover {
    transition-duration: 0.2s;
    background-color: rgba(255,255,255,0.20);
    -webkit-box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    border-radius: 1vw;
}

/* コピーライト */
.copyrightArea {
    width: 99%;
    height: 15vw;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
}

.copyrightAreaWidth {
    width: 95%;
    height: 6vw;
    margin-right: auto;
    margin-left: auto;
}

.copyright {
    float: none;
    vertical-align: middle;
    line-height: 6vw;
    text-align: center;
}
.agree {
    float: none;
    vertical-align: middle;
    line-height: 6vw;
    text-align: center;
    margin-top: 0.5em;
}

.agree a {
    text-decoration: none;
    padding: 0.5em;
    color: rgba(255,255,255,1.00);
}

.agree a:hover {
    transition-duration: 0.2s;
    background-color: rgba(255,255,255,0.20);
    -webkit-box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    box-shadow: 0px 0px 1vw rgba(255,255,255,0.20);
    border-radius: 1vw;
}


/* ページのトップへ */
.returnPageTop {
    display: block;
    width: 10em;
    float: none;
    height: 4em;
    position: fixed;
    left: auto;
    right: 2.5vw;
    bottom: 4vw;
    text-align: center;
    color: #FFFFFF;
    z-index: 99;
    border-radius: 0.5vw;
    border: thin solid #FFFFFF;
    background-color: rgba(193,39,45,1.00);
}

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

.returnPageTop a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    height: 4em;
}

.pxoverbr{
    display: inline;
}

}
