@charset "utf-8";
/* access css */

.bg_imgbox {
background: url("../img/access/title_bg.jpg") ;
background-size: cover;
}
main {
background-image: url("../img/common/pc_bg_01.png");
background-repeat: repeat;
background-position: left top;
}
.teaching_title {
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 0.2em;
line-height: 100%;
text-align: center;
margin-bottom: 30px;
}
.adage_title {
font-size: 2.2rem;
font-weight: 400;
letter-spacing: 0.4em;
line-height: 100%;
text-align: center;
margin-bottom: 50px;
}
.adage_txt {
max-width: 980px;
line-height: 220%;
margin: 0 auto;
}
.teaching_box {
margin-bottom: 100px;
}

@media all and (max-width : 820px ){
.teaching_box {
margin-bottom: 50px;
}
}

.page_navi {
display: flex;
justify-content: center;
align-content: center;
padding: 20px 0;
margin-bottom: 90px;
border-top: solid 1px #DEDEDE;
border-bottom: solid 1px #DEDEDE;
}
.page_navi li {
padding: 0 140px;
font-size: 1.5rem;
letter-spacing: 0.05em;
}
.page_navi li:first-of-type {
border-right: solid 1px #DEDEDE;
}
.page_navi li a {
color: #000;
transition: all 0.3s	
}
.page_navi li a:hover {
color: #8E7742;
transition: all 0.3s
}

.u_line_gold {
position: relative;
z-index: 1;
}
.u_line_gold:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 0%;
height: 1px;
background: #8E7742;
z-index: -1;
transition: all 0.3s;
}
.line_effect:hover .u_line_gold:after {
width: 100%;
}

@media all and (max-width : 1260px ){
.page_access {
padding: 0 20px;
}
}

/*-------------------------------------------------
拝観案内 セクション
-------------------------------------------------*/

.info_sec {
margin-bottom: 100px;
}
.section_title_wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.sec_subtitle {
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 0.4em;
line-height: 100%;
margin-bottom: 10px;
}
.section_maintitle {
font-size: 2.2rem;
font-weight: 400;
letter-spacing:0.2em;
position: relative;
margin-bottom: 100px;
}
.section_maintitle::after {
content:"";
position:absolute;
display:block;
width:15px;
height:1px;
background-color:#C14911;
bottom:-50px;
left:50%;
transform: translateX(-50%);
}
.info_box {
width: 100%;
display: flex;
padding: 50px 20px 50px 70px;
border-bottom: solid 1px #DEDEDE;
}
.info_box:last-of-type {
border-bottom: none;
}
.info_box dt {
width: 30%;
font-size: 2.0rem;
font-weight: 400;
letter-spacing: 0.1em;
}
.info_box dd {
width: 70%;
font-size: 1.4rem;
font-weight: 400;
line-height: 200%;
}
.info_box dd ul {
display: flex;

}
.info_box dd ul .info_img {
max-width: 200px;
margin-right: 40px;
}



/*-------------------------------------------------
交通案内 セクション
-------------------------------------------------*/

.access_sec {
padding-top: 100px;
border-top: solid 1px #DEDEDE;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 45.63%; /* = height ÷ width × 100 */
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);*/
}
.gmap_wrap {
padding: 2px;
border: solid 1px #ddd;
margin-bottom: 35px;
background: #fff;
}

.access_info_wrap {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 80px;
}
.access_place {
font-size: 1.6rem;
font-weight: 400;
line-height: 100%;
letter-spacing: 0.2em;
margin-bottom: 15px;
}
.access_address {
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.access_address a {
text-decoration: underline;
color: #8E7742;
}
.access_address a:hover {
text-decoration: none;
}
.access_bus {
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 0.05em;
}
.access_method {
font-size: 1.8rem;
font-weight: 400;
line-height: 100%;
margin-bottom: 25px;
letter-spacing: 0.1em;
display: block;
}
.access_block_title {
background: #F9F8F6;
border-left: 4px solid #8E7742;
border-top: solid 1px #E5E5E5;
border-right: solid 1px #E5E5E5;
border-bottom: solid 1px #E5E5E5;
padding: 10px 20px 10px 25px;
margin-bottom: 2em;
}
.access_block_title .access_area_title {
font-size: 2.0rem;
font-weight: 400;
letter-spacing: 0.05em;
}
.access_box {
width: 100%-25px;
display: flex;
align-items: center;
margin-bottom: 40px;
margin-left: 25px;
border: solid 1px #E5E5E5;
}
.access_box.first_box {
margin-bottom: 10px !important;
}
.access_box_title {
width: 25%;
padding: 20px;
background-color: #A29A74;
color: #fff;
font-size: 1.6rem;
line-height: 145%;
}
.access_box_txt {
width: 75%;
padding: 0 15px 0 25px;
font-size: 1.4rem;
line-height: 145%;
letter-spacing: 0.05em;
}



/*スマートフォン*/

@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/access/title_bg_sp.png") ;
background-size: cover;
}
.content {
padding: 60px 0 50px;
}
.teaching_title {
font-size: 1.1rem;
margin-bottom: 20px;
}
.adage_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
line-height: 145%;
margin-bottom: 30px;
}
.adage_txt {
font-size: 1.2rem;
line-height: 180%;
}
.teaching_box {
padding-bottom: 30px;
margin-bottom: 30px;
}
.page_navi {
padding: 20px 0;
margin-bottom: 40px;
}
.page_navi li {
padding: 0 50px;
font-size: 1.3rem;
white-space: nowrap;
}

/*-------------------------------------------------
拝観案内 セクション
-------------------------------------------------*/

.info_sec {
margin-bottom: 50px;
}

.sec_subtitle {
font-size: 1.0rem;
letter-spacing: 0.2em;
margin-bottom: 6px;
}
.section_maintitle {
font-size: 1.6rem;
letter-spacing:0.1em;
margin-bottom: 50px;
}
.section_maintitle::after {
width:10px;
bottom:-30px;
}
.info_box {
display: flex;
flex-direction: column;
padding: 20px 20px 20px 20px;
}

.info_box dt {
width: 100%;
font-size: 1.3rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.info_box dd {
width: 100%;
font-size: 1.2rem;
line-height: 160%;
}
.info_box dd ul {
display: flex;

}
.info_box dd ul .info_img {
max-width: 200px;
margin-right: 20px;
}

/*-------------------------------------------------
交通案内 セクション
-------------------------------------------------*/

.access_sec {
padding-top: 60px;
border-top: solid 1px #DEDEDE;
}
.gmap_wrap {
margin-top: 15px;
margin-bottom: 20px;
}

.access_info_wrap {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.access_place {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.access_address {
font-size: 1.2rem;
letter-spacing: 0.1em;
}
.access_bus {
font-size: 1.2rem;
}
.access_method {
font-size: 1.3rem;
margin-bottom: 0px;
margin-left: 0px;
}
.access_block_title {
padding: 10px 20px 10px 15px;
margin-bottom: 20px;
margin-top: 15px;
}
.access_block_title .access_area_title {
font-size: 1.4rem;
}
.access_box {
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
margin-bottom: 20px;
margin-left: 0px;
}
.access_box.mb-80 {
margin-bottom: 40px !important;
}
.access_box_title {
width: 100%;
padding: 10px;
font-size: 1.2rem;
line-height: 145%;
}
.access_box_txt {
width: 100%;
padding: 10px;
font-size: 1.2rem;
line-height: 145%;
}
}
