﻿@charset "utf-8"; /* CSS Document */
/****************reset*******************/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

p{
    font-size: 15px;
    line-height: 2;
}
img{
	max-width:100%;
}
/*　page　*/
body{
	max-width: none;
	background:url("../img/shimpokan_en/bg.jpg") repeat;
	background-size:contain;
	overflow-x: hidden;
}
.inner1080{
	width:92%;
	max-width: 1080px;
	margin:0 auto;
	position:relative;
}
.inner1200{
	width:92%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
}
.img_tab{
	display:none;
}

/* ふわっjs 　*/
.fadeUpTrigger,.fadeUpTrigger2{
	opacity: 0;
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっjs 　*/



/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.page_menu{
    transform: translateX(-50%);
    left: 50%;
}
.main_img{
	width: 100%;
    padding-top:0;
    margin-top:72px;
	background:url(../img/shimpokan_en/main.jpg) no-repeat center;
    background-size: cover;
    height:552px;
    display:flex;
    align-items:center;
}
.main_img .page_ttl{
	width:50%;
	margin-bottom:24px;
}
.main_img .page_ttl span{
	font-size:25px;
}
.page_ttl{
	font-size:60px;
    font-weight: bold;
    line-height: 1.5;
	color:#fff;
	text-align:center;
	text-shadow:0 0 8px #000;
}
.page_ttl2{
	color:#A59122;
	text-shadow:none;
}
.page_ttl3{
    margin-bottom:20px;
	font-size:26px;
    font-weight:bold;
    line-height: 1.5;
	color:#A59122;
	text-shadow:none;
}
.page_contents{
    width: 100%;
    margin-top: 100px;
    max-width: none;
}
.layout_a{
	margin:0 auto 8%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items: flex-start;
}
.layout_a img{
	width:56%;
}
.layout_b{
	margin-top:144px;
}
.layout_b .page_ttl{
    line-height: 0.85;
}
.bg1{
	width:100%;
    height: 56vh;
	margin-bottom:2%;
}
.bg2{
	width:100%;
    height: 56vh;
	margin-bottom:2%;
}
.bg3{
	width:75%;
	height:40vh;
	margin-top:100px;
}
.bg4{
	width:75%;
	height:40vh;
	margin-top:100px;
	margin-left:25%;
}
.about{
	margin:64px auto 0;
}
.about_txt{
    width:40%;
	margin-top:64px;
}
.about_gallery .gallery_img{
    position: relative;
    width: 100%;
	margin-top:3.2%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.about_gallery .gallery_img1{
    left: 8%;
}
.about_gallery .gallery_img2{
    right: 8%;
}
.about_gallery .gallery_img img{
	width:31.3333%;
}
.munakata_taisha .layout_a{
	margin:8% auto 0;
}

.guide{
	margin:10% auto 0;
}
.guide_box{
	margin:4% auto 2%;
	padding:4%;
	border:solid 2px #A59122;
	background:#FFFFFF;
}
.guide_box dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.guide_box dl dd{
	width:264px;
	font-size:20px;
	font-weight:bold;
}
.guide_box dl dt{
	width:calc( 100% - 280px );
	font-size:18px;
}
.guide_box dl dd,
.guide_box dl dt{
    vertical-align: top;
    display: inline-block;
    padding: 2%;
    position: relative;
    overflow: hidden;
	line-height:2;
}
.guide_box dl dd:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	margin-left:8px;
	top:44px;
	background-color: #aaa;
}
.guide_box dl dd a, .guide_box dl dt a{
	color:#A59122;
	text-decoration:underline;
}
.guide .map{
	margin:8% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.guide .map p{
	width:100%;
}
.guide .map p.map_txt{
    margin-bottom: 48px;
}
.guide .map img{
	margin:0 0 2.4%;
}
.guide .map img.map_img2{
	width:49%;
}
.qa{
	margin:10% auto 0;
}
.qa .page_ttl{
	margin:0 auto 3.2%;
}
.qa .qa_box{
	width:100%;
	margin:0 auto 2%;
	background:#fff;
    border-bottom:solid 1px #A59122;
}
.qa .qa_box .qa_txt{
    padding: 2.64%;
	padding-right:88px;
    display: flex;
    align-items: center;
    background: #fff;
    border: solid 1px #A59122;
    border-bottom: none;
    position: relative;
    cursor: pointer;
}
.qa .qa_box .qa_txt p{
	width: calc(100% - 60px);
	font-size:20px;
}
.qa .qa_box .qa_txt:before{
	content:"";
    display: block;
    width: 60px;
    height: 60px;
	background:url("../img/shimpokan_en/q_icon.svg") center no-repeat;
	background-size:contain;
}
.qa .qa_box .qa_txt:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 72px;
    height: 100%;
    background: url(../img/shimpokan_en/plus_icon.svg) center no-repeat;
    background-size: cover;
}
.qa .qa_box .qa_txt.active:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 72px;
    height: 100%;
    background: url(../img/shimpokan_en/minus_icon.svg) center no-repeat;
    background-size: cover;
}
.qa .qa_box .qa_open{
	padding:3.2%;
    background: #f7f7f7;
	border:solid 1px #A59122;
	border-top:none;
	border-bottom:none;
    box-sizing: content-box;
}
.qa p a{
	color: #A59122;
	text-decoration:underline;
}

.link_area{
	margin:10% auto 0;
    text-align: center;
}
.link_area .page_ttl{
	margin:0 auto 3.2%;
}
.link_area img{
	margin:0 auto 3.2%;
}
.pdf_link{
	width:100%;
	padding:32px 2%;
	font-size:18px;
    line-height: 1.5;
	font-weight:bold;
	color:#A59122;
    background: #fff;
	border:solid 1px #A59122;
	display:block;
	box-sizing:border-box;
	text-align:center;
}
.pdf_link:hover{
	background:#A59122;
	color:#fff;
}
.link_contents{
	margin:6% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pdf_img{
	width:100%;
	max-width:764px;
}
.link_contents .link_box{
	width:49%;
	margin-bottom:2.4%;
	text-align:left;
}
.link_contents .link_box .pdf_link{
	margin-bottom: 1.2%;
}
@media (max-width:1080px) {
	.page_ttl{
		font-size:5.6vw;
	}
	.main_img{
		height:52vw;
	}
	.main_img .page_ttl span{
		font-size:2.364vw;
	}
	
	.guide_box dl dd{
		width:200px;
		font-size:18px;
	}
	.guide_box dl dd:after{
		top:24px;
	}
	.guide_box dl dt{
		width:calc( 100% - 212px );
        font-size: 17px;
	}
	.guide_box dl dd, .guide_box dl dt{
		padding:1%;
	}
	.qa .qa_box .qa_txt{
		padding:20px;
	    padding-right: 64px;
	}
	.qa .qa_box .qa_txt p{
		font-size:18px;
	}
	.qa .qa_box .qa_txt:before{
		width:48px;
		height:48px;
	}
	.qa .qa_box .qa_txt:after,
	.qa .qa_box .qa_txt.active:after{
		width: 48px;
	}
	
	.pdf_link{
		padding:20px 2%;
	}
}



@media (max-width: 768px) {
	
	.img_tab{
		display:block;
	}
	.img_pc{
		display:none;
	}
	.layout_a img{
        width: 90%;
	}
	.munakata_taisha .layout_a img{
		margin-left:20%;
	}
	.layout_b{
		margin-top:120px;
	}
	.about_txt{
		width:100%;
    	margin-top:48px;
		order:2;
	}
}

@media (max-width: 640px) {
	p{
		font-size:3.3vw;
	}
	.page_ttl{
		font-size:7.2vw;
	}
	.page_ttl3{
		margin-bottom:4vw;
		font-size:5.64vw;
	}
	.bg1{
		height: 32vh;
	}
	.bg2{
		height: 32vh;
	}
	.bg3{
		width:92%;
		height: 28vh;
		margin-top:8vh;
	}
	.bg4{
		width:92%;
		height: 28vh;
		margin-top:8vh;
    	margin-left:8%;
	}
	.layout_b{
		margin-top:9.2vh;
	}
	
	.main_img{
		height:116vw;
        margin-top: 48px;
		background:url("../img/shimpokan_en/main_sp.jpg") center;
		background-size:cover;
	}
	.main_img .page_ttl {
		width:100%;
        margin-bottom: 32vw;
        font-size:8.8vw;
    }
	.main_img .page_ttl span{
		font-size:4vw;
	}
	.page_contents{
		margin-top:9.2vh;
		overflow:hidden;
	}
	.about{
		margin-top:4.64vh;
	}
	.about_txt{
		width:100%;
        margin-top:4vh;
	}
	.about_gallery .gallery_img1{
		left:auto;
		justify-content:center;
	}
	.about_gallery .gallery_img2 {
    	margin-top: 0;
    	right:auto;
		justify-content:center;
	}
	.about_gallery .gallery_img img{
		width:72%;
		margin-bottom:3%;
	}
	.about_gallery .gallery_img img:nth-child(2n){
		margin-left:0;
	}
	.about_gallery .gallery_img img:nth-child(3n){
		margin-left:0;
	}
	
	.munakata_taisha .layout_a{
        margin-top:8vh;
	}
	.munakata_taisha .layout_a img{
        margin-left: 10%;
	}
	
	.guide{
        margin-top:8vh;
	}
	.guide_box dl dd{
		width:100%;
		padding:0;
		font-size:4vw;
	}
	.guide_box dl dt{
		width:100%;
		padding:0;
		font-size:3.5vw;
	}
	.guide_box dl dd:after{
		top:4vw;
	}
	
	.qa .qa_box .qa_open{
		padding:2.4%;
	}
	.qa .qa_box .qa_open p{
		display:block;
		font-size:3.2vw;
	}
	.qa .qa_box .qa_txt{
		padding: 4vw 2.2vw;
		padding-right:6.4vw;
	}
	.qa .qa_box .qa_txt:before{
		width:7.2vw;
		height:7.2vw;
	}
	.qa .qa_box .qa_txt p{
		width: calc(100% - 9vw);
		font-size:3.7vw;
        line-height: 1.6;
	}
	.qa .qa_box .qa_txt:after{
		width: 6.4vw;
		background-size: inherit;
		background-color: #a59123;
	}
	.qa .qa_box .qa_txt.active:after{
		width: 6.4vw;
        background-size: inherit;
        background-color: #777777;
	}
	
	.link_contents .link_box{
		width:100%;
        margin-bottom: 1.2vh;
	}
	.pdf_link{
		font-size:3.6vw;
	}
	
	
	
	.banner_body .banner_s li{
		width:100%;
	}
	.banner_body .banner_s li a.link_banner {
        font-size: 3.5vw;
        padding:5% 8px;
    }
}