body {
    font-family: YuMincho;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333333;
}


/* 　ここからヘッダー　 */



header {
    margin: 0;
    height: 80px;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 10;
}

.header-logo img {
    height: 60px;
    width: auto;
    float: left;
    padding: 10px 0 0 70px;
    transition: all 0.3s;
}

@media(hover: hover) {

    .header-logo img:hover {
        opacity: 0.6;
        transition: all 0.3s;
    }

}

.header-list {
    padding-right: 20px;
    float: right;
}

.header-list ul {
    margin: 0;
}

.header-list li {
    padding-right: 40px;
    line-height: 80px;
    font-size: 18px;
    float: left;
    text-shadow: 1px 1px 2px #d6d6d6;
}

@media(hover: hover) {

    .header-btn:hover {
        color: coral;
        transition: all 0.3s;
    }
}

.header-btn {
    transition: all 0.3s;
}



/* ハンバーガーメニュー */



.hamburger-menu {
    display: none;
}

.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #FF8E93;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 60px;
    left : 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    opacity: 0.85;
  }
  
  nav.globalMenuSp ul {
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background : #FF8E93;
    
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }


@media(max-width : 1000px ) {


    header {
        margin: 0;
        height: 60px;
    }
    
    .header-logo img {
        height: 45px;
        padding: 10px 0 0 30px;
    }
    
    .header-list {
        padding-right: 10px;
    }
    
    .header-list li {
        padding-right: 25px;
        line-height: 60px;
        font-size: 14px;
    }

}


@media(max-width : 700px ) {

    .header-list {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }
}


/* 　ここからメイン　　*/


.top {
    width: auto;
    height: 100%;
}

.top img {
    width: 100%;
    margin-top: 80px;
}

@media(max-width : 1000px ) {
    .top img {
        margin-top: 60px;
    }
}


/* 神社由緒 */


.icon {
    height: 100%;
    width: auto;
    text-align: center;
}

.icon img {
    height: 200px;
    margin: 50px 0 60px 0;
}

@media(max-width : 670px ) {
    .icon img {
        height: 100px;
        margin: 20px 0 20px 0;
    }
}

figure {
    text-align: center;
}

.akachan-matsuri {
    width: 100%;
    height: auto;
}

.block {
    width: 70%;
    height: auto;
    margin: 0 15%;
    padding-bottom: 50px;
}

.title {
    width: 100%;
    height: auto;
    border-bottom: 2px double #FF8E93;
}

.title p {
    font-size: 30px;
    margin-bottom: 10px;
}

.explanation {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.explanation p {
    font-size: 20px;
    padding: 20px 0 0 0;
}

.explanation img {
    width: 100%;
}

.sentence-block {
    margin: 0px;
    padding: 15px 0;
}

.sentence-block p {
    margin: 0;
}

.sentence-block img {
    width: 100%;
    max-width: 600px;
}

.kigan-block-1 {
    width: 46%;
    height: auto;
    margin: 100px 3% 0 0;
    display: inline-block;
}

.kigan-block-2 {
    width: 46%;
    height: auto;
    margin: 100px 0 0 3%;
    display: inline-block;
}

.kigan-block-3 {
    width: 46%;
    height: auto;
    margin: 100px 3% 0 0;
    display: inline-block;
}

.kigan-block-4 {
    width: 46%;
    height: auto;
    margin: 100px 0 0 3%;
    display: inline-block;
}

.kigan-title {
    width: 100%;
    height: auto;
}

.kigan-title p {
    font-size: 25px;
    border-bottom: 2px double #FF8E93;
}

.kigan-explanation {
    width: 100%;
    height: auto;
}

.kigan-explanation p {
    font-size: 18px;
}

.kigan-explanation img {
    width: 80%;
    height: auto;
    margin: 20px 10% 0 10%;
}

.w100 {
    width: auto;
    text-align: center;
}

.w100 img {
    max-width: 100px;
}

.w200 {
    width: auto;
    text-align: center;
}

.w200 img {
    max-width: 200px;
}

.w300 {
    width: auto;
    text-align: center;
}

.w300 img {
    max-width: 300px;
}

.w500 {
    width: auto;
    text-align: center;
}

.w500 img {
    max-width: 500px;
}

.btn {
    width: 100%;
    height: auto;
    margin: 30px 0;
    text-align: center;
}

.btn a {
    font-size: 20px;
    padding: 10px 10px 5px 10px;
    border-bottom: 2px double #FF8E93;
    transition: all 0.3s;
}

.form {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.form a {
    font-size: 20px;
    padding: 10px 30px;
    color: white;
    background-color: #ff8E93;
    border: 1px solid #ff8E93;
    border-radius: 0px;
    transition: all 0.3s;
}

@media(hover: hover) {

    .form a:hover {
        background-color: #ffffff;
        color: #ff8E93;
        transition: all 0.3s;
    }

    .btn a:hover {
        color: #f76977;
        transition: all 0.3s;
        padding: 10px 20px 5px 20px;
    }

}


@media(max-width : 670px ) {

    .block {
        width: 80%;
        margin: 0 10%;
        padding-bottom: 30px;
    }
    
    .title p {
        font-size: 20px;
        margin-bottom: 3px;
    }
    
    .explanation {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    
    .explanation p {
        font-size: 16px;
        padding: 5px 0 0 0;
    }
    
    .sentence-block {
        margin: 0px;
        padding: 15px 0;
    }
    
    .sentence-block p {
        margin: 0;
    }

        .kigan-block-1 {
        width: 80%;
        height: auto;
        margin: 60px 10% 80px 10%;
        display: block;
    }
    
    .kigan-block-2 {
        width: 80%;
        height: auto;
        margin: 0 10% 80px 10%;
        display: block;
    }
    
    .kigan-block-3 {
        width: 80%;
        height: auto;
        margin: 0 10% 80px 10%;
        display: block;
    }
    
    .kigan-block-4 {
        width: 80%;
        height: auto;
        margin: 0 10% 60px 10%;
        display: block;
    }
    
    .kigan-title {
        width: 100%;
        height: auto;
    }
    
    .kigan-title p {
        font-size: 18px;
        border-bottom: 2px double #FF8E93;
    }
    
    .kigan-explanation {
        width: 100%;
        height: auto;
    }
    
    .kigan-explanation p {
        font-size: 14px;
    }
    
    .kigan-explanation img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .btn {
        width: 100%;
        height: auto;
        margin: 20px 0;
        text-align: center;
    }

    .btn a {
        font-size: 13px;
        padding: 10px 10px 5px 10px;
        border-bottom: 2px double #FF8E93;
        transition: all 0.3s;
    }

    .form {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    
    .form a {
        font-size: 15px;
        padding: 7px 20px;
        color: white;
        background-color: #ff8E93;
        border: 1px solid #ff8E93;
        border-radius: 0px;
        transition: all 0.3s;
    }
    
}


/* 　ここからフッター　 */


footer {
    height: 250px;
    width: 100%;
    background-color: #fff2f6;
}

.brown-line {
    height: 20px;
    background-color: #5e4540;
}

.footer-contents {
    height: 200px;
}

.footer-contents li {
    float: left;
}

.pink-line {
    height: 35px;
    background-color: #f76977;
}

.copyright {
    text-align: center;
    line-height: 30px;
    color: #4e1e17;
    font-size: 13px;
}

@media(max-width : 1000px ) {
    
    footer {
        height: 170px;
    }

    .brown-line {
        height: 10px;
    }
    
    .footer-contents {
        height: 130px;
    }
    
    .pink-line {
        height: 30px;
        background-color: #f76977;
    }
    
    .copyright {
        text-align: center;
        line-height: 25px;
        font-size: 7px;
    }
}

@media(max-width : 670px ) {

    footer {
        height: 420px;
        width: 100%;
        background-color: #fff2f6;
    }
    
    .brown-line {
        height: 15px;
        background-color: #5e4540;
    }
    
    .footer-contents {
        height: 380px;
    }

    .footer-contents ul {
        padding-left: 0;
    }
    
    .footer-contents li {
        float: none;
    }
    
    .pink-line {
        height: 20px;
        background-color: #f76977;
    }
    
    .copyright {
        text-align: center;
        line-height: 18px;
        color: #4e1e17;
        font-size: 10px;
    }
}

/*　フッターレフト　*/


.footer-left {
    height: 200px;
    width: 34%;
    float: left;
}

.footer-left-logo {
    width: 300px;
    padding-left: 5%;
}

.footer-left-address {
    width: 90%;
    height: auto;
    padding-left: 8%;
}

.footer-left-address p {
    line-height: 3px;
    font-size: 18px;
    color: #4e1e17;
}

@media(max-width : 1000px ) {

    .footer-left {
        height: 130px;
    }
    
    .footer-left-logo {
        width: 200px;
        padding-left: 0%;
    }
    
    .footer-left-address {
        width: 90%;
        height: auto;
        padding-left: 0%;
    }
    
    .footer-left-address p {
        line-height: 6px;
        font-size: 14px;
        color: #4e1e17;
        margin-top: 0;
    }

}

@media(max-width : 670px ) {

    .footer-left {
        height: 130px;
        width: 100%;
        text-align: center;
    }
    
    .footer-left-logo {
        width: 200px;
    }
    
    .footer-left-address {
        width: 90%;
        height: auto;
        padding-left: 10%;
    }
    
    .footer-left-address p {
        line-height: 5px;
        font-size: 13px;
        color: #4e1e17;
    }
}


/* フッターセンター */


.footer-center {
    height: 200px;
    width: 33%;
    text-align: center;
}

.footer-center-contents {
    padding-top: 0px;
    border-right: 1px dotted #4e1e17;
    border-left: 1px dotted #4e1e17;
}

.footer-center-top-1 {
    text-align: center;
    font-size: 23px;
    color: #4e1e17;
    line-height: 0px;
    padding-top: 10px;
}

.footer-center-top-2 {
    text-align: center;
    font-size: 23px;
    color: #4e1e17;
}

.footer-center-bottom-1 {
    text-align: center;
    font-size: 23px;
    color: #4e1e17;
    line-height: 0px;
    padding-top: 10px;
}

.footer-center-bottom-2 {
    text-align: center;
    font-size: 23px;
    color: #4e1e17;
}


@media(max-width : 1000px ) {

    .footer-center {
        height: 130px;
    }
    
    .footer-left-address p {
        margin-bottom: 10px;
    }

    .footer-center-top-1 {
        font-size: 17px;
        padding-top: 5px;
    }
    
    .footer-center-top-2 {
        font-size: 15px;
    }
    
    .footer-center-bottom-1 {
        font-size: 17px;
        padding-top: 5px;
    }
    
    .footer-center-bottom-2 {
        font-size: 15px;
    }

}

@media(max-width : 670px ) {

    .footer-center {
        height: 140px;
        width: 100%;
        text-align: center;
    }
    
    .footer-center-contents {
        width: 70%;
        margin: 0 15%;
        border-top: 1px dotted #4e1e17;
        border-bottom: 1px dotted #4e1e17;
        border-left: 0px;
        border-right: 0px;
    }
    
    .footer-center-top-1 {
        text-align: center;
        font-size: 12px;
        color: #4e1e17;
        line-height: 20px;
        padding-top: 10px;
        margin: 0;
    }
    
    .footer-center-top-2 {
        text-align: center;
        font-size: 23px;
        color: #4e1e17;
        margin: 0;
    }
    
    .footer-center-bottom-1 {
        text-align: center;
        font-size: 12px;
        color: #4e1e17;
        line-height: 20px;
        padding-top: 10px;
        margin: 0;
    }
    
    .footer-center-bottom-2 {
        text-align: center;
        font-size: 23px;
        color: #4e1e17;
        padding-bottom: 10px;
        margin: 0;
    }
}

/*　フッターライト　*/

.footer-right {
    height: 200px;
    width: 33%;
    text-align: center;
}

.footer-right-contents {
    padding-top: 30px;
}

.footer-right-contents p {
    font-size: 25px;
    color: #4e1e17;
    line-height: 5px;
}

.footer-right-contents a {
    font-size: 30px;
    border-bottom: 1px solid #4e1e17;
    color: #4e1e17;
}

@media(max-width : 1000px ) {
    
    .footer-right {
        height: 130px;
    }
    
    .footer-right-contents {
        padding-top: 10px;
    }
    
    .footer-right-contents p {
        font-size: 20px;
        line-height: 5px;
    }
    
    .footer-right-contents a {
        font-size: 23px;
    }
}

@media(max-width : 670px ) {

    .footer-right {
        height: 130px;
        width: 100%;
        text-align: center;
    }
    
    .footer-right-contents {
        padding: 20px 0 40px;
    }
    
    .footer-right-contents p {
        font-size: 15px;
        color: #4e1e17;
        line-height: 5px;
        display: inline-block;
        margin: 0;
        
    }
    
    .footer-right-contents a {
        font-size: 25px;
        border-bottom: 1px solid #000000;
        color: #000000;
        display: block;
        width: 40%;
        padding: 7px 0 0 0;
        margin: 0 30%;
        
    }

}