@charset "UTF-8";
/* ********************************************
// --- リセット ---
// ※ブラウザのデフォルトCSSをリセット
// ***************************************** */

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    background-color: #fff;
}

header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
    display: block;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a img {
    border: none;
}

strong {
    font-weight: normal;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #5972ff;
}

.wrap {
    overflow: hidden;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
    background-color: #fafafa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    z-index: 1000;
}

.header-title {
    font-size: 30px;
    margin-left: 20px;
}

.global-nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
}

.hamburger {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 40px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
}

.global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.global-nav__item {
    text-align: center;
    padding: 0 14px;
}

.global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
}

.global-nav__item a:hover {
    background-color: #eee;
}

.hamburger__line {
    position: absolute;
    left: 1px;
    width: 30px;
    height: 2px;
    background-color: #111;
    transition: all .6s;
}

.hamburger__line--1 {
    top: 13px;
}

.hamburger__line--2 {
    top: 20px;
}

.hamburger__line--3 {
    top: 27px;
}

.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
}

.routebox {
    font-size: 12px;
    margin-right: 55px;
    margin-top: 22px;
    position: absolute;
    right: 10px;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
    right: 0;
}

.nav-open .black-bg {
    opacity: .8;
    visibility: visible;
}

.nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
}

.nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
}

.nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;

}


.log {
    width: 100px;
    position: absolute;
    top: 1px;
    left: 30px;
}

/*scroll*/

.scroll {
    width: 120px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-align: center;
    z-index: 1;
}

.scroll h2 {
    color: rgba(255, 255, 255, 0.6);
}

.scroll a {
    cursor: pointer;
    width: 20px;
    color: rgba(255, 255, 255, 0.6);
}

/*main*/
#main_spot h2 {
    font-weight: 100;
}

main {
    margin-top: 75px;
    margin-bottom: 50px;
}

.sec01 {
    text-align: center;
    width: 100%;
    height: 400px;
    background-color: #fff;
}

.sec01-text {
    text-align: center;
    margin: auto;
    width: 700px;
    position: relative;
    top: 100px;
}

.sec01 h2 {
    font-weight: 100;
}

.sec01 p {
    position: relative;
    top: 50px;
    line-height: 3;
}

.sec02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imgbox {
    width: 640px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

.cp_imghover {
    overflow: hidden;
    width: 500px;
    height: 400px;
    margin: auto;
    border: 10px solid #ffffff;
    box-shadow: 0 0 5px #cccccc;
    cursor: pointer;
}

#box1 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 4;

}

.sec03 {
    width: 80%;
    height: 550px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    top: 50px;
    margin-bottom: 100px;
}

.other {
    width: 90px;
    height: auto;
    margin: auto;
    border-bottom: solid 2px #000000;
    margin-top: 50px;
}

.other h2 {
    font-weight: 100;
    letter-spacing: 5px;
}

/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 200px;
    max-width: 500px;
    padding: 10px ;
    background-color: #fff;
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
.modalContents p{
    position: absolute;
    bottom: 20px;
}
.modalContents h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

/* 以下ボタンスタイル */

#openModal,
#openModal2 {
    text-align: center;
    transform: translate(-50%, -50%);
    border: solid 1px;
    width: 100px;
    height: 30px;
}

#box2,
#box3,
#box4,
#box5 {
    width: 350px;
    height: 250px;
    background-image: url(../img/kyuuryou3.jpg);
    background-size: cover;
    background-position: center;
    border: solid 1px;
}

#box3 {
    background-image: url(../img/ao2.jpg);
}

#box4 {
    background-image: url(../img/houtoku.jpg);
}

#box5 {
    background-image: url(../img/momiji.jpg);
}

#openModal3,
#openModal4,
#openModal5,
#openModal6 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* 相対位置指定 */
}

#openModal3 .caption {
    font-size: 130%;
    text-align: center;
    padding-top: 120px;
    color: #fff;
}

#openModal4 .caption {
    font-size: 130%;
    text-align: center;
    padding-top: 120px;
    color: #fff;
}

#openModal5 .caption {
    font-size: 130%;
    text-align: center;
    padding-top: 120px;
    color: #fff;
}

#openModal6 .caption {
    font-size: 130%;
    text-align: center;
    padding-top: 120px;
    color: #fff;
}



#openModal3 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.4);
    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#openModal4 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.4);
    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#openModal5 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.4);
    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#openModal6 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.4);
    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#openModal3:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

#openModal4:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

#openModal5:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

#openModal6:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

/*footer*/
footer {
    background-color: rgba(0, 0, 0, 0.5);
    height: 130px;
}

.copy {
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
    height: 20px;
    margin-top: 20px;
    padding-top: 30px;
    width: 200px;
    font-size: 15px;
}

.footer-nav {
    width: 480px;
    margin: auto;
    padding-top: 20px;
}

.footer-nav li {
    text-align: center;
    width: 100px;
    padding-right: 20px;
    float: left;

}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}
