@charset "UTF-8";
body{
    font-family: serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #3d3101;
}


.inner-1{
    max-width: 1000px;
    margin:  0 auto;
}

.inner-2{
    max-width: 700px;
    margin:  0 auto;
}

.title{
    text-align: center;
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.title-2{
    padding-bottom: 100px;
    text-align: center;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    body{
        font-size: 15px;
    }    
    .inner-1{
		padding: 0 24px; 
		max-width: 550px; 
	}
    .inner-2{ 
        padding: 0 30px; 
    }

	.col-2 {
		display: block;
	}
	.col-2 .item {
		width: 100%;
	}
	.pc-only {
		display: none; 
	}
	.sp-only {
		display: block; 
	}
}

/* -------下線動き----------------- */
.gnav-pc a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.gnav-pc  a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3d3101;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.gnav-pc a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
/* ---- */
.shrine a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.shrine  a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3d3101;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.shrine a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* ---- */
.about-3 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.about-3  a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3d3101;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.about-3 a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}



/* -----------文字共通---------------- */
h2{
    font-size: 35px;
    font-weight: bold;
    padding: 100px 0;
}
h3{
    font-size: 30px;
    font-weight: bold;
}
p.small{
    font-size: 20px;
    line-height: 1.8em;
    text-align: left;
}
p.small-2{
    font-size: 20px;
    line-height: 1.8em;
    padding-top: 100px;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    h2{
        font-size: 20px;
        padding: 50px 0;
    }
    h3{
        font-size: 17px;
    }
    p.small{
        font-size: 15px;
    }
    p.small-2{
        font-size: 15px;
        padding-top: 50px;
    }
    p.small-2 span{
        display: block;
    }
}

/* ---------------header------------------ */
#header{
    width: 100vw;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: space-between;
    padding:0 40px;
    align-items: center;
    position: fixed;
    z-index: 2;
    top: 0;
}
.logo img{
    width: 200px;
}
.gnav-pc-wrap li{
    display: inline;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
#header a:hover{
    opacity: 0.7;
}
.gnavi{
    flex-wrap: wrap;
    list-style: none;
}
.gnavi li a{
    padding:10px 10px ;
}
.gnavi li{
    margin: 20px;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	#header {
		height: 100px;
		padding: 0;
        z-index: 100;
	}
	#header h1{
		width: 180px;
		margin-left: 24px;
	}
	nav.gnav-pc {
		display: none;
	}

	#menu-button {
		display: block;
		width: 60px;
		height: 60px;
		padding: 18px 16px;
	}

	.menu-button-inner{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.menu-button-inner span{
        display: block;
        width: 100%;
        height: 3px;
        background: #202812;
        position: absolute;
    }
    .menu-button-inner span:nth-of-type(1){
        top: 0;
    }
    .menu-button-inner span:nth-of-type(2){
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .menu-button-inner span:nth-of-type(3){
        bottom: 0;
    }

    .close span:nth-of-type(1){
        width: 100%;
        transform: rotate(45deg);
        top: 10px;
    }
    .close span:nth-of-type(2){
        opacity: 0;
    }
    .close span:nth-of-type(3){
        width: 100%;
        transform: rotate(-45deg);
        bottom: 11px;
    }
}

/* SP用ハンバーガーメニュー中身のスタイル */
.gnav-sp-wrap {
	display: none;
	background-color:#3d3101;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 100;
	padding-top: 200px;
}

.gnav-sp-wrap li {
	text-align: center;
	margin-bottom: 40px;
}

.gnav-sp-wrap li a {
	font-size: 17px;
	letter-spacing: 0.20em;
	color: #ffffff;
	font-weight: bold;
}
/*-------------mv----------------------*/

#meinvisual-pc{
    width: 100vw;
    height: calc(100vh - 100px);
    margin-top: 100px;
}

#meinvisual-pc{
    display: none !important;
}


/*-------------スライダーCSS--------------------*/

.slider{
    position:relative;
	z-index: 1;
	height: 100vh;
}
/*　背景画像設定　*/
.slick-list,
.slick-track {
    height: 100%;
}
.slider-item01 {
    background-image: url(../images/home_1.png);
}
.slider-item02 {
    background-image:url(../images/mv-2.png);
}
.slider-item03 {
    background-image:url(../images/mv-3.png);
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ffffff;/*矢印の色*/
    border-right: 2px solid #ffffff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev{
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next{
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-80px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#fff;
}

.slick-dots .slick-active button{
    background:#333;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

    p.mv-copy{
        top: 50%;
        left: 10%;
    }
/*  */
    .slider-item01 {
        background-image:url(../images/sp-1.png);
    }
    
    .slider-item02 {
        background-image:url(../images/sp-2.png);
    }
    
    .slider-item03 {
        background-image:url(../images/sp-3.png);
    }
}


/* -------------　神社について　詳細　------------- */
.about{
    padding-bottom: 100px;
    text-align: center;
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about p.small-2{
    padding-top: 0;
}

.shrine {
    padding-top: 100px;
    text-align: right;
}

.shrine a{
    padding-bottom: 10px;
}

/* ------------　SNS -------------- */
.about-2{
    background-image: url(../images/home.png);
    width: 100vw;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

p.news{
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
}

.sns{
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.icon{
    padding: 10px;
}

.icon p{
    padding-top: 10px;
}

.sns img{
    width: 80px;
}

.about-2 li img{
    width: 428px;
}
.sns a:hover{
    opacity: 0.5;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px){

    
    .icon{
        padding: 10px;
        text-align: center;
    }
    
    .icon p{
        padding-top: 10px;
    }
    
    .sns img{
        width: 50px;
    }
}
/* --------- 詳細　6枚　------------- */
.about-3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 0;
}

.about-3 li{
    position: relative;
}

.about-3 li:hover{
    opacity: 0.7;
    background-color: #381d1d5e;
}

h3{
    position: absolute;
    top: 120px;
    left: 53px;
}

.about-item-1{
    position: absolute;
    top: 120px;
    left: 53px;
}

.about-item-2{
    position: absolute;
    top: 120px;
    left: 53px;
}

.about-item-3{
    position: absolute;
    top: 120px;
    left: 110px;
}

.about-item-4{
    position: absolute;
    top: 120px;
    left: 110px;
}

.about-3 li img{
    width: 300px;
    height: 280px;
}

.about-3 li img{
    opacity: 0.4;

}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px){

    .about-3 ul{
        padding-bottom: 100px;
        align-items: center;
    }

    .about-3 li{
        position: relative;
    }
    
    h3{
        position: absolute;
        top: 68px;
        left: 25px;
    }
    
    .about-item-1{
        position: absolute;
        top: 68px;
        left: 25px;
    }
    
    .about-item-2{
        position: absolute;
        top: 68px;
        left: 13px;
    }
    
    .about-item-3{
        position: absolute;
        top: 68px;
        left: 59px;
    }

    .about-item-4{
        position: absolute;
        top: 69px;
        left: 50px;
    }
    
    .about-3 li img{
        width: 300px;
        height: 280px;
    }
    
    .about-3 li img{
        width: 155px;
        height: 155px;
    }
}
/* --------- フッター　------------- */
#footer{
    background-color: #3d3101;
    color: #fff;
    width: 100vw;
    height: 400px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 100px;
}

#footer li{
    padding-top: 30px;
}

.item-right ul a{
    writing-mode: vertical-rl;
}

.item-right img{
    width: 50px;
    margin-left: 50px;
}

#footer a:hover{
    opacity: 0.5;
}

.footer-icon{
    padding-top: 60px;
    text-align: right;
}

/* ---------　フッター　メニュー ------------- */

#footer .gnav-pc{
    display: flex;
    justify-content: space-between;
}

#footer .gnav-pc li {
    padding-left: 50px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
    #footer{
        justify-content: center;
        padding: 0 50px;
    }
    .gnav-pc-wrap{
        display: none;
    }
    .footer-icon{
        padding-top: 135px;
    }
    .item-right img{
        width: 35px;
        margin: 10px 0 0 0 ;
    }
}

/* --------- 神社について　詳細　------------ */
.shrine-1 {
    padding-top: 100px;
}

.shrine-2 th{
    text-align: center;
}
/* --------- 神社について　表　---------- */
table{
    width: 800px;
    align-items: center;
    background-color: #fff;
    margin: auto;
}

td{
    padding: 30px 20px;
    border-bottom: 1px #ccc solid;
}

.gray{
    background-color: #eeeeee;
    border-bottom: 1px #ccc solid;
    padding: 30px 20px;
    width: 300px;
}

/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    table{
        width: 300px;
        text-align: center;
        margin: auto;
    }
    
    td{
        padding: 20px 10px;
    }
    
    .title-2  th,
    .title-2 td {
    border-bottom: none;
    display: block;
    width: 100%;
    }

    .gray{
        padding: 20px;
    }
}


/* --------- 神社について　地図　---------- */
.shrine-3 img{
    width: 100%;
}

/* --------- 見どころ説明---------- */
.col-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.shrine-2 p.small{
    font-size: 18px;
    line-height: 1.8em;
}

.shrine-2 p.large{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

.shrine-2 .item-text{
    width: calc((60% - 1%));
    border: 1px #eeeeee solid;
    padding: 20px 30px;
}

.shrine-2 .item-img{
    width: calc((40% - 1%));
}

.item-img img{
    width: 100%;
    padding: 20px 0;
}

.shrine-2 .concept1 img{
    width: 100%;
}

.shrine-2 .concept2 img{
    width: 250px;
    height: 400px;
}

.shrine-2 .concept3 img{
    width: 100%;
    padding: 20px 0;
}
/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .col-2{
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .shrine-2 p.large{
        font-size: 17px;
        padding: 10px 0;
    }

    .item-text{
        width: 100%;
    }

    .shrine-2 .item-text{
        width: 100%;
        border: 1px #ccc solid;
        padding: 10px 15px;
    }
    
    .shrine-2 .item-img{
        width: 100%;
    }

    .item-img img{
        width: 100%;
        object-fit: contain;
    }
    .col-2:nth-child(even){
        flex-direction: column-reverse;
    }

    .shrine-2 .concept1 img{
        width: 100%;
    }
    
    .shrine-2 .concept2 img{
        width: 100%;
        padding: 25px 0;
    }
    
    .shrine-2 .concept3 img{
        width: 100%;
    }

    .shrine-2 p.small{
        font-size: 15px;
    }
}
/* --------- ご祈祷・結婚式---------- */
.prayer-1{
    padding-top: 100px;
}

.prayer-2 p.small-2{
    padding-top: 0px;
}
.prayer ul{
    display: flex;
    justify-content: space-around;
}

.prayer li{
    background-color: #fff;
    border: #ccc 1px solid;
    padding: 10px 20px;
}


/* --------- 写真　---------- */
.three-img ul{
    display: flex;
    justify-content: center;
}

.three-img img{
    padding: 100px 20px 10px 20px;
    width: 100%;
}

/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .prayer ul{
        display: flex;
        justify-content: space-around;
    }
    
    .prayer li{
        padding: 5px 10px;
    }

    .three-img img{
        padding: 50px 10px 10px 10px;
        width: 100%;
    }
    .pc{
        display: none;
    }
}
/* --------- 結婚式　表　---------- */

.prayer-3 table{
    text-align: left;
    line-height: 1.5em;
}

.prayer-4 table{
    text-align: left;
    line-height: 1.5em;
}

/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .prayer-3 table{
        width: 300px;
        text-align: center;
    }
    
    .prayer-3 td{
        padding: 20px 10px;
        text-align: left;
    }
    
    .prayer-3  th,
    .prayer-3 td {
    border-bottom: none;
    display: block;
    width: 100%;
    }

    .prayer-4 td{
        text-align: center;
    }

}

/* --------- ボタン　---------- */
.button{
    padding-top: 100px ;
    font-size: 25px;

}
.button-inner{
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: #3d3101;
    color: #fff;
    width:450px;
    height:120px;
    text-decoration: none;
    margin:  0  auto;
}

.button-inner-2{
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: #3d3101;
    color: #fff;
    width:450px;
    height:120px;
    text-decoration: none;
    margin:  0  auto;
    }

p.button-text{
    padding-bottom: 10px;
}

.button a:hover{
    opacity: 0.7;
}

/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .button{
        padding-top: 50px ;
        font-size: 17px;
    }
    .button-inner{
        width:250px;
        height:100px;

    }
    p.button-text{
        padding-bottom: 10px;
    }

    .button-inner-2{
        width:250px;
        height:60px;
    }
    
    .button a:hover{
        opacity: 0.7;
    }

}
/* --------- 祭典/表---------- */

.festival-1{
    padding-top: 100px;
}

.festival-1 table{
    text-align: left;
    line-height: 1.5em;
}

/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .festival-1 table{
        width: 300px;
        text-align: center;
    }
    
    .festival-1 td{
        padding: 20px 10px;
        text-align: left;
    }
    
    .festival-1  th,
    .festival-1 td {
    border-bottom: none;
    display: block;
    width: 100%;
    }

    .prayer-4 td{
        text-align: center;
    }

}

/* --------- お守り　---------- */
.bill-1{
    padding-top: 100px;
}

.bill-1 p.small-2{
    padding-top: 0;
}

.for-img ul{
    display: flex;
    justify-content: space-around;
}

.for-img img{
    padding: 100px 10px 10px 10px;
    width: 100%;
}

.bill-2 p.small-2{
    padding-top: 0;
}


/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .for-img ul{
        display: flex;
        justify-content: center;
    }
    .for-img img{
        padding: 50px 0 0 0;
        width: 300px;
        align-items: center;
    }

    .bill-1{
        padding-top: 100px;
    }

}
/* --------- 宝物館　---------- */
.treasure-1{
    padding-top: 100px;
}

.treasure-1 img{
    width: 100%;
    padding-bottom: 100px;
}

.treasure-1 th{
    text-align: center;
}
/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .treasure-1 table{
        width: 300px;
        text-align: center;
    }
    
    .treasure-1td{
        padding: 20px 10px;
        text-align: left;
    }
    
    .treasure-1  th,
    .treasure-1 td {
    border-bottom: none;
    display: block;
    width: 100%;
    }

}

/* --------- 宝物館　見どころ説明---------- */

.treasure-2 p.small{
    font-size: 15px;
    line-height: 1.5em;
}

.treasure-2 p.large{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

.treasure-2 .item-text{
    width: calc((60% - 20px));
    border: 1px #eee solid;
    padding: 20px 30px;
}

.treasure-2 .item-img{
    width: calc((40% - 20px));
}

.treasure-2 .item-img img{
    width: 100%;
}

.treasure-2 .concept1 img{
    width: 280px;
    height: 240px;

}

.treasure-2 .concept2 img{
    width: 235px;
    height: 315px;
}

.treasure-2 .concept3 img{
    width: 300px;
    height: 250px;
}
/* -----------スマホ------------- */
@media screen and (max-width: 768px){
    .col-2{
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .treasure-2 p.large{
        font-size: 20px;
        padding: 10px 0;
    }

    .item-text{
        width: 100%;
    }

    .treasure-2 .item-text{
        width: 100%;
        border: 1px #ccc solid;
        padding: 10px 15px;
    }
    
    .treasure-2 .item-img{
        width: 100%;
    }

    .treasure-2 img{
        width: 100%;
        object-fit: contain;
    }
    .col-2:nth-child(even){
        flex-direction: column-reverse;
    }

    .treasure-2 .concept1 img{
        width: 280px;
    }
    
    .treasure-2 .concept2 img{
        width: 195px;

    }
    
    .treasure-2 .concept3 img{
        width: 280px;
    }
}
/* --------- アクセス Googleマップ　---------- */

.gmap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.gmap iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/* --------- アクセス　---------- */
.access-1{
    padding-top: 100px;
}

.access-1 p.small{
    text-align: left;
    padding: 50px 0 5px 25px;
    border-bottom: #3d3101 1px solid;
}

.access-1 a:hover{
    opacity: 0.5;
}