/*
Thema Name: MOUTSUJI
Thema URI: https://31abb01c3d624487a9d113cdad19bf09.vfs.cloud9.ap-northeast-1.amazonaws.com
Description: MOUTSUJIのテーマです
Version: 1.0
Author: Inaba
*/

@media screen and (max-width:991px){
    html, body {
        font-size: 90%;
    }
}

h2 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width:991px) {
    h2 {
        margin-bottom: 30px;
    }
}

.underline_title::after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background-color: #333;
    margin: 20px auto;
}

@media screen and (max-width:991px) {
	.underline_title {
		font-weight: 300;
		
	}
}


.page_title {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 75px;
    background-image: url(./assets/img/c_title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.page_title h2 {
    margin: 0;
    font-size: 2rem;
}

body.page-id-18 .page_title {
    background-image: url(./assets/img/c_title.moutsuji.jpg);
}
body.page-id-20 .page_title {
    background-image: url(./assets/img/c_title.keidai.jpg);
}
body.page-id-32 .page_title {
    background-image: url(./assets/img/c_title.taiken.jpg);
}
body.page-id-34 .page_title {
    background-image: url(./assets/img/c_title.moutsuji.jpg);
}
body.page-id-38 .page_title {
    background-image: url(./assets/img/c_title.event.jpg);
}
body.page-id-40 .page_title {
    background-image: url(./assets/img/c_title.kigan.jpg);
}
body.page-id-48 .page_title {
    background-image: url(./assets/img/c_title.access.jpg);
}
body.category-news .page_title {
    background-image: url(./assets/img/c_title.jpg);
}

@media screen and (max-width:991px) {
    .page_title {
        padding: 0;
        margin-bottom: 30px;
        background-position: center;
        height: 91px;
        line-height: 91px;
    }
    .page_title h2 {
        line-height: 91px;
    }
}


/*header---------------------------------------------------------------------*/

header {
    position: relative;
    height: 250px;
}

.header_logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
    background-color: #fff;
    z-index: 100;
}

@media screen and (max-width: 991px) {
    header {
        height: 110px;
    }
    .header_logo {
        height: 110px;
        padding-top: 15px;
        padding-bottom: 15px;
       
    }
}

.header_logo img {
    height: 100%;
    width: auto;
}

.navbar {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    display: block;
    height: 70px;
    padding: 0;
    background-color: #000;
    color: #fff;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    height: 70px;
    margin: 0;
    padding: 0;
    
}

.navbar li {
    line-height: 70px;
    width: 14%;
    text-align: center;
}

.navbar a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.navbar a:hover {
    color: #cb3;
}

@media screen and (max-width: 991px) {
    .navbar {
        display: none;
    }
}

.nav_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 48px;
    cursor: pointer;
    z-index: 120;
    display: none;
}

@media screen and (max-width: 991px) {
    .nav_btn {
        display: block;
    }
}

.nav_btn span {
    display: inline-block;
    position: absolute;
    left: 3px;
    width: 75%;
    height: 5px;
    background-color: #c0c0c0;
    transition: all 0.3s;
}

.nav_btn span:nth-child(1) {
    top: 6px;
}
.nav_btn span:nth-child(2) {
    top: 16px;
}
.nav_btn span:nth-child(3) {
    top: 26px;
}

.nav_btn.active span:nth-child(1) {
    top: 15px;
    transform: rotate(-45deg);
}
.nav_btn.active span:nth-child(2),.nav_btn.active span:nth-child(3) {
    top:15px;
    transform: rotate(45deg);
}

.navbar_sp {
    position: absolute;
    top: -600px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.6s;
    z-index: 90;
}

.navbar_sp.panelactive {
    padding-top: 110px;
    top: 0;
    z-index: 90;
    
}

.navbar_sp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar_sp li {
    border-bottom: 1px solid #fff;
}

.navbar_sp a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-decoration: none;
}

/*top_visual-----------------------------------------------------------------*/
.top_visual {
    margin-bottom: 60px;
}

.slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slide a {
    display: block;
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .slide img {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}

/*for_guests-----------------------------------------------------------------*/
.for_guests {
    margin-bottom: 60px;
}

.recommendations {
    display: flex;
    justify-content: left;
    max-width: 1300px;
    margin: 0 auto;
}

.recommendation {
    width: 28%;
    margin-left: 4%;
   
}

.recommendation_img {
    position: relative;
}

.recommendation span {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    font-size: 1rem;
    letter-spacing: 0.5em;
}

.recommendation a {
    display: block;
    text-decoration: none;
}

.recommendation_title {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 20px;
}

.title_a {
    background-image: url(./assets/img/osusume_a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title_b {
    background-image: url(./assets/img/osusume_b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title_c {
    background-image: url(./assets/img/osusume_c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.recommendation_description {
    font-size: 0.85rem;
}

@media screen and (max-width:991px) {
    .recommendations {
        display: block;
    }
    .recommendation {
        width: 100%;
        margin: 0;
    }
    .recommendation_title {
        margin: 0;
    }
    .recommendation_description {
        display: none;
    }
}

/*news-----------------------------------------------------------------------*/
.news {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background-color: #fff6ee;
}

@media screen and (max-width:991px) {
    .news {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.news h3 {
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    width: 690px;
    font-size: 1.3rem;
}

.news h3::after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 140px;
    height: 2px;
    background-color: #333;
}

.news_container {
    display: flex;
    justify-content: center;
}

.news_box {
    width: 690px;
    border-top: 1px solid #ccc;
    margin-bottom: 35px;
    margin-right: 30px;
}

.news_box ul {
    list-style: none;
    padding: 0;
}

.news_box li {
    font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
}

.news_box a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #06c;
    text-decoration: none;
}

.news_box a:hover {
    background-color: #fef9fb;
}

.news_box a:visited {
    color: #60c;
}

.news_time {
    margin-right: 20px;
    color: #999;
}

.news_index_btn {
    width: 690px;
    border: 1px solid #666;
    color: #333;
    text-align: center;
}
.news_index_btn a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    font-size: 1.1rem;
    text-decoration: none;
}

.news_index_btn a:hover {
    background-color: #666;
    color: #fff;
}

@media screen and (max-width:991px) {
    .news_container {
        display: block;
        margin: 0 20px;
    }
    .news h3, .news_box, .news_index_btn {
        width: 100%;
    }
    .news_box time {
        display: block;
    }
    .news_side {
        margin-top: 50px;
        text-align: center;
    }
}
/*corner_topics---------------------------------------------------------------*/

.corner_topics_link {
    position: relative;
}

.corner_topics_slide a {
    display: block;
    background-size: cover;
    height: 320px;
    width: 100%;
    color: #fff;
}

.corner_topics_title {
    margin: 0;
    height: 70%;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit- transform: translate(-50%, -50%);
    writing-mode: vertical-rl;
    padding: 0 2px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.6);
    letter-spacing: 1em;
    font-size: 1.2rem;
}

@media screen and (max-width:991px) {
	.corner_topics_title {
		padding-right: 5px;
	}
}

.corner_topics_slide01 {
    background-image: url("./assets/img/topics_eat.jpg");
}

.corner_topics_slide02 {
    background-image: url("./assets/img/topics_gikeido.jpg");
}

.corner_topics_slide03 {
    background-image: url("./assets/img/topics_shiji.jpg");
}

.corner_topics_slide04 {
    background-image: url("./assets/img/topics_shiseki.jpg");
}

.corner_topics_slide05 {
    background-image: url("./assets/img/topics_tey.jpg");
}

/*news single.php-------------------------------------------------------------*/

.article_title {
    font-size: 2.3rem;
}

@media screen and (max-width:991px) {
	.article_title {
		font-size: 1.7rem;
	}
}

.article_time {
    margin-bottom: 50px;
    font-size: 1.2rem;
}

.article_container {
    text-align: center
}

@media screen and (max-width:991px) {
	.article_container {
		margin: 0 20px;
	}
}

/*index.php------------------------------------------------------------------*/

.article_index .news_box {
    margin: 0 auto;
}

.article_index .news_index_btn {
    margin: 0 auto;
}

@media screen and (max-width:991px) {
    .article_index_container {
        display: block;
        margin: 0 20px;
    }
    .news h3, .news_box, .news_index_btn {
        width: 100%;
    }
    .news_box time {
        display: block;
    }
}

/*page.php-------------------------------------------------------------------*/

.page_content {
    margin: 0 50px;
    text-align: center;
    line-height: 2em;
}

.page_content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:991px) {
    .page_content {
        display: block;
        margin: 0 20px;
    }
}

/*page-taiken----------------------------------------------------------------*/
.taiken_content {
    display: flex;
    justify-content: space-between;
}

.taiken_discription {
    text-align: left;
    width: 47%;
    margin-bottom: 100px;
}

.taiken_discription dt {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.taiken_discription dl {
    line-height: 1.2em;
}

.taiken_discription dd {
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-top: 1px solid #999;
}
.taiken_dd_last {
	border-bottom: 1px solid #999;
}

.taiken_discription span {
    color: #666;
    font-size: 0.8rem;
}

.taiken_img {
    width: 47%;
}

.taiken_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#zazen_discription {
    order: 1;
}

#zazen_img {
    order: 2;
}

@media screen and (max-width:991px) {
    .taiken_content {
        display: block;
        margin: 0 10px;
    }
    .taiken_discription, .taiken_img {
        width: 100%;
    }
    .taiken_discription dd {
        padding-left: 80px;
    }
    .taiken_discription {
        margin-bottom: 50px;
    }
}

/*page.access.php------------------------------------------------------------*/

.price {
	margin-bottom: 60px;
}

.price_table {
    margin: 0 auto;
    width: 80%;
    max-width: 780px;
    text-align: center;
	border: 3px solid #999;
}

.price_table th, .price_table td {
	border: 1px solid #999;
}

.price_table thead {
	background-color: #567;
	color: #fff;
	font-weight: normal;
}

@media screen and (max-width:991px) {
    .price_table {
        width: 100%;
    }
}

.map {
	margin: 0 auto;
	width: 80%;
    max-width: 780px;
}

.map iframe {
	width: 100%;
}

@media screen and (max-width:991px) {
    .map {
        width: 100%;
		max-width: 100%;
    }
}


/*footer---------------------------------------------------------------------*/

footer {
    margin-top: 100px;
    text-align: center;
}

.footer_nav ul {
    list-style: none;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    background-color: #567;
}

.footer_nav li {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #fff;
}

.footer_nav li:nth-child(6) {
    border-right: 1px solid #fff;
}

@media screen and (max-width:991px) {
    .footer_nav ul {
        flex-wrap: wrap;
        padding: 0;
    }
    .footer_nav li {
        width: 50%;
        padding: 10px 0;
    }
    .footer_nav li {
        border-left: none;
    }
    .footer_nav li:nth-child(6) {
        border-right: none;
    }
    .footer_nav li:nth-child(1), .footer_nav li:nth-child(2), .footer_nav li:nth-child(3), .footer_nav li:nth-child(4) {
        border-bottom: 1px solid #fff;
    }
    .footer_nav li:nth-child(1), .footer_nav li:nth-child(3), .footer_nav li:nth-child(5) {
        border-right: 1px solid #fff;
    }
}

.footer_nav a {
    color: #fff;
    text-decoration: none;
}

.footer_logo img {
    width: 300px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:991px) {
    .footer_logo img {
        width: 208px;
    }
}
/*slick-----------------------------------------------------------------------*/

.slick-prev {
    left: 8px;
}
.slick-next {
    right: 25px;
}

.slick-prev, .slick-next {
    z-index: 50;
}

.slick-prev:before, .slick-next:before { 
    font-size: 40px; 
}

