/* @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
* {
    box-sizing: border-box;
}
html{
    font-size: 16px;
    font-size: 100%;
    font-size: 1vw;
    /* font-size:0.7291666666666667vw; */
    /* font-size: 11.20238984316654px; */
    /* font-size: 15.00288517022504px; */
}
/* @media (min-width: 1360px) {
  html{
      font-size: 11.20238984316654px;
      font-size: 100%;
      font-size: 1vw;
  }
} */
@media (max-width: 1140px) {
    html{
        font-size: 11.875px;
        /* font-size: 100%; */
    }
}
@media (max-width: 767px) {
    html{
        /* font-size: 14px; */
        font-size: 1vw;
        /* font-size: 3.7498px; */
    }
}
@media (max-width: 437px) {
    html{
        /* font-size: 4.375px;
        font-size: 1vw; */
    }
}
@media (max-width: 375px) {
    html{
        /* font-size: 3.755px; */
        /* font-size: 1vw; */
    }
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    line-height:1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    /* min-width:1120px; */
    min-width:1140px;
    color:#333333;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    /* letter-spacing: 0.05em; */
    letter-spacing: 0.05em;
}
@media (max-width: 767px) {
    body {
        /* font-size:13px; */
        min-width:100%;
    }
}
article{
    overflow:hidden;
    /* min-height:calc(100vh - 240px); */
    /* min-height:100vh; */
}
@media (max-width: 767px) {
  article{
    min-height:0;
    }
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,textarea:focus{
    outline: none;
}

img{
    max-width:100%;
}

.pc{
    display:block;
}
span.pc{
    display:inline-block;
}
@media (max-width: 767px) {
    .pc{
        display:none;
    }
    span.pc{
        display:none;
    }
}

.sp{
    display:none;
}
span.sp{
    display:none;
}
@media (max-width: 767px) {
    .sp{
        display:block;
    }
    span.sp{
        display:inline;
    }
}

a{
    text-decoration: none;
}

p{
    word-break: break-all;
}

a:hover,
input[type="submit"]:hover{
    opacity: 0.7;
}

html.is-fixed{
  overflow: hidden;
}

/*****************************************************/

main{
  position:relative;
  overflow: hidden;
   /* margin-top:80px; */
}
@media (max-width: 767px) {
    main{
        /* margin-top:50px; */
         /* margin-top: 45px; */
         /* margin-top: 12rem; */
    }
}

article{
  
}
@media (max-width: 767px) {
  article{

  }
}
/*****************************************************/

.special_archive{

}


.inner{
    max-width:1000px;
    width:100%;
    margin:auto;
}

@media (max-width: 767px) {
    .inner{
        max-width:100%;
        width:100%;
        margin:auto;
        padding:0 20px;
    }
  }
.main{
    position:relative;
  }

/************************************************************/

header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.8);
    z-index: 99;
}
.l_header{
    height:77px;
    display:flex;
    /* padding:0 183px; */
    max-width:1000px;
    width:100%;
    margin:auto;
    align-items:center;
    padding:15px 0;
}
@media (max-width: 767px) {
    .l_header{
        height:77px;
        display:flex;
        padding:15px 18px;
        max-width:100%;
    }
}
.l_header_logo{
    display:flex;
    align-items:center;
}
.l_header_logo_image{
    margin-right:20px;
}
@media (max-width: 767px) {
    .l_header_logo_image{
        margin-right:15px;
    }
}
.l_header_logo_image img{
    height:45px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .l_header_logo_image img{
        height:45px;
    }
}
.l_header_logo_text{
    font-weight:bold;
    font-size:20px;
    letter-spacing:0.3em;
    color:#000;
}
@media (max-width: 767px) {
    .l_header_logo_text{
        font-size:18px;
    }
}
.p_temp_mv{
    margin-bottom:70px;
}
@media (max-width: 767px) {
    .p_temp_mv{
        margin-bottom:70px;
    }
}
.p_temp_mv_main{
    position:relative;
}
.p_temp_mv_imagearea{

}
.p_temp_mv_imagearea img.pc{
    display:block;
}
.p_temp_mv_imagearea img.sp{
    display:none;
}
@media (max-width: 767px) {
    .p_temp_mv_imagearea img.pc{
        display:none;
    }
    .p_temp_mv_imagearea img.sp{
        display:block;
    }
}

.p_temp_mv_imagearea .slick-dots{
    bottom: -40px;
}
@media (max-width: 767px) {
    .p_temp_mv_imagearea .slick-dots{
        bottom: -40px;
    }
}
.p_temp_mv_imagearea .slick-dots li{
    width: 15px;
    height: 15px;
    margin:0 10px;
}
@media (max-width: 767px) {
    .p_temp_mv_imagearea .slick-dots li{
        width: 15px;
        height: 15px;
        margin:0 10px;
    }
}
.p_temp_mv_imagearea .slick-dots li button{
    width: 15px;
    height: 15px;
}
@media (max-width: 767px) {
    .p_temp_mv_imagearea .slick-dots li button{
        width: 15px;
        height: 15px;
    }
}
.p_temp_mv_imagearea .slick-dots li button:before{
    width: 15px;
    height: 15px;
    content: '';
    border-radius:50%;
    /* background-color:1px solid #BCBCBC; */
    border:1px solid #BCBCBC;
    display:block;
    opacity: 1;
}
@media (max-width: 767px) {
    .p_temp_mv_imagearea .slick-dots li button:before{
        width: 15px;
        height: 15px;
    }
}
.p_temp_mv_imagearea .slick-dots li.slick-active button:before{
    background-color: #BCBCBC;
}
.p_temp_mv_imagearea .slick-slide img{
    width:100%;
}
.p_temp_mv_scroll{
    position:absolute;
    bottom:80px;
    left:50%;
    transform:translateX(-50%);
}
@media (max-width: 767px) {
    .p_temp_mv_scroll{
        bottom:15px;
    }
}
.p_temp_mv_scroll a{
    display:block;
    width:50px;
    height:50px;
    border:2px solid #FFF;
    border-radius:50%;
    background-color:rgba(0,0,0,0.3);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFF;
}
@media (max-width: 767px) {
    .p_temp_mv_scroll a{
        width:50px;
        height:50px;
    }
}
.p_temp_mv_scroll a span{
    font-size:10px;
    font-weight:500;
    position:relative;
}
@media (max-width: 767px) {
    .p_temp_mv_scroll a span{
        font-size:10px;
    }
}
.p_temp_mv_scroll a span:before{
    position:absolute;
    content:"";
    border-bottom:1px solid #FFF;
    border-right:1px solid #FFF;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%) rotate(45deg);
    width:5px;
    height:5px;
}
@media (max-width: 767px) {
    .p_temp_mv_scroll a span:before{
        left:50%;
        bottom:-8px;
        width:5px;
        height:5px;
    }
}
.p_temp_business{

}
.p_temp_business_main{
    margin-bottom:30px;
}
@media (max-width: 767px) {
    .p_temp_business_main{
        margin-bottom:50px;
    }
}
.p_temp_business_titlearea{
    margin-bottom:35px;
    text-align:center;
}
@media (max-width: 767px) {
    .p_temp_business_titlearea{
        margin-bottom:30px;
    }
}
.p_temp_business_titlearea h2{
}
.p_temp_business_titlearea h2 span{
    position:relative;
    letter-spacing:0.3em;
    font-weight:bold;
    font-size:30px;
}
@media (max-width: 767px) {
    .p_temp_business_titlearea h2 span{
        font-size:324x;
    }
}
.p_temp_business_titlearea h2 span:before{
    position:absolute;
    bottom:0;
    left:-90px;
    background-color:#BABABA;
    width:70px;
    height:1px;
    content:"";
    line-height:1.3em;
}
@media (max-width: 767px) {
    .p_temp_business_titlearea h2 span:before{
        left:-42px;
        width:28px;
        height:1px;
    }
}
.p_temp_business_titlearea h2 span:after{
    position:absolute;
    bottom:0;
    right:-90px;
    background-color:#BABABA;
    width:70px;
    height:1px;
    content:"";
}
@media (max-width: 767px) {
    .p_temp_business_titlearea h2 span:after{
        bottom:0;
        right:-42px;
        width:28px;
        height:1px;
    }
}
.p_temp_business_titlearea p{
    font-weight:bold;
    font-size:18px;
    color:#225D15;
    letter-spacing:0.1em;
}
@media (max-width: 767px) {
    .p_temp_business_titlearea p{
        font-size:16px;
    }
}
.p_temp_business_textarea{
    text-align:center;
}
.p_temp_business_textarea p{
    margin-bottom:20px;
    font-size:16px;
    font-weight:500;
    line-height:2.8em;
}
@media (max-width: 767px) {
    .p_temp_business_textarea p{
        margin-bottom:40px;
        font-size:16px;
        line-height:2em;
    }
}
.p_temp_business_textarea p:last-child{
    margin-bottom:0;
}

.p_temp_business_imagearea{
    width:100%;
}
.p_temp_business_imagearea img{
    width:100%;
}

.p_temp_facebook{
    padding:65px 0;
    background-image:url(../img/template/template_fb_bg.png);
    background-size:cover;
}
@media (max-width: 767px) {
    .p_temp_facebook{
        padding:50px 0 70px;
        background-image:url(../img/template/template_fb_bg_sp.jpg);
    }
}
.p_temp_facebook_main{

}
.p_temp_facebook_content{
    display:flex;
    align-items:center;
    justify-content: center;
}
@media (max-width: 767px) {
    .p_temp_facebook_content{
        display:block;
        /* flex-direction: column-reverse; */
    }
}
.p_temp_facebook_content_tl{
    width:50%;
    text-align:center;
}
@media (max-width: 767px) {
    .p_temp_facebook_content_tl{
        width:100%;
        height:300px;
        overflow: hidden;
        margin-bottom:30px;
    }
    .p_temp_facebook_content_tl:last-child{
        margin-bottom:0px;
    }
    /* .facebook_wrap{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    } */
    
    .fb-page,
    .fb-page span,
    .facebook_wrap iframe{
        width: 100% !important;
        height: 300px !important;
    }
}

@media (max-width: 767px) {
    .p_temp_facebook_content_tl_facebook > div > span{
        text-align:center;
    }
    
    .p_temp_facebook_content_tl_facebook > div > span iframe{
        left: 50%;
        transform: translateX(-50%);
    }
}

.p_temp_facebook_content_tl_twitter > div{
    margin:auto;
}
.p_temp_facebook_content_tl iframe{
    max-width:100%;
}
.p_temp_facebook_content_title{
    width:100%;
    /* padding-left:150px; */
    margin-bottom:50px;
}
@media (max-width: 767px) {
    .p_temp_facebook_content_title{
        width:100%;
        padding-left:0px;
        /* padding-right:42px; */
        margin-bottom:20px;
        /* text-align:right; */
    }
}
.p_temp_facebook_content_title h2{
    font-size:30px;
    font-weight:bold;
    position:relative;
    letter-spacing:0.3em;
    line-height:1.3em;
    padding-left: 90px;
}
@media (max-width: 767px) {
    .p_temp_facebook_content_title h2{
        font-size:24px;
        padding-left: 40px;
    }
}
.p_temp_facebook_content_title h2:after{
    position:absolute;
    bottom:0;
    left:0px;
    background-color:#BABABA;
    width:70px;
    height:1px;
    content:"";
}
@media (max-width: 767px) {
    .p_temp_facebook_content_title h2:after{
        bottom:0;
        right:-42px;
        width:28px;
        height:1px;
    }
}
.p_temp_facebook_content_title p{
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.1em;
    color:#225D15;
    padding-left: 90px;
}
@media (max-width: 767px) {
    .p_temp_facebook_content_title p{
        font-size:16px;
        padding-left: 40px;
    }
}
.p_temp_gallery{
    padding-top:80px;
    margin-bottom:80px;
}
@media (max-width: 767px) {
    .p_temp_gallery{
        padding-top:40px;
        margin-bottom:40px;
    }
}
.p_temp_gallery_main{

}
.p_temp_gallery_title{
    margin-bottom:40px;
    padding-left:90px;
}
@media (max-width: 767px) {
    .p_temp_gallery_title{
        margin-bottom:20px;
        padding-left:42px;
    }
}
.p_temp_gallery_title h2{
    font-size:30px;
    font-weight:bold;
    position:relative;
    letter-spacing:0.3em;
    line-height:1.3em;
}
@media (max-width: 767px) {
    .p_temp_gallery_title h2{
        font-size:24px;
    }
}
.p_temp_gallery_title h2:after{
    position:absolute;
    bottom:0;
    left:-90px;
    background-color:#BABABA;
    width:70px;
    height:1px;
    content:"";
}
@media (max-width: 767px) {
    .p_temp_gallery_title h2:after{
        left:-42px;
        width:28px;
        height:1px;
    }
}
.p_temp_gallery_title p{
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.1em;
    color:#225D15;
}
@media (max-width: 767px) {
    .p_temp_gallery_title p{
        font-size:16px;
    }
}
.p_temp_gallery_content{
    display:flex;
    flex-wrap:wrap;
}
.p_temp_gallery_content a{
    display:block;
    width:calc(25% - ((14px * 3) / 4));
    margin-right:14px;
    margin-bottom:13px;
    height:170px;
}
@media (max-width: 767px) {
    .p_temp_gallery_content a{
        display:block;
        width:calc(50% - 6px);
        margin-right:12px;
        margin-bottom:12px;
        height:116px;
    }
}
.p_temp_gallery_content a:nth-child(4n){
    margin-right:0;
}
@media (max-width: 767px) {
    .p_temp_gallery_content a:nth-child(2n){
        margin-right:0;
    }
}
.p_temp_gallery_content a img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.p_temp_gallery_modal{
    padding:40px 10px 15px;
}
@media (max-width: 767px) {
    .p_temp_gallery_modal{
        padding:50px 15px 20px;
    }
}
.p_temp_gallery_modal_main{
    position:relative;
}
.p_temp_gallery_modal_cancel{
    position:absolute;
    top: -30px;
    right: 0px;
    background-color:transparent;
    border:none;
    width:30px;
    height:30px;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .p_temp_gallery_modal_cancel{
        top: -30px;
        right: 0px;
        width:30px;
        height:30px;
    }
}
.p_temp_gallery_modal_cancel span{
    position:relative;
}
.p_temp_gallery_modal_cancel span:before{
    position:absolute;
    top:0;
    left:50%;
    width:2px;
    height:30px;
    transform:rotate(45deg);
    content:"";
    background-color:#707070;
}
@media (max-width: 767px) {
    .p_temp_gallery_modal_cancel span:before{
        width:2px;
        height:30px;
    }
}
.p_temp_gallery_modal_cancel span:after{
    position:absolute;
    top:0;
    left:50%;
    width:2px;
    height:30px;
    transform: rotate(-45deg);
    content:"";
    background-color:#707070;
}
@media (max-width: 767px) {
    .p_temp_gallery_modal_cancel span:after{
        top:0;
        left:50%;
        width:2px;
        height:30px;
    }
}
.p_temp_gallery_modal_image{
    margin-bottom:10px;
}
@media (max-width: 767px) {
    .p_temp_gallery_modal_image{
        margin-bottom:10px;
    }
}
.p_temp_gallery_modal_image img{
    width:100%;
}
.p_temp_gallery_modal_text{
    text-align:left;
    font-size:14px;
    line-height:1.8em;
}
@media (max-width: 767px) {
    .p_temp_gallery_modal_text{
        font-size:12px;
    }
}
/* 
.p_temp_btn{
    margin-bottom:80px;
}
.p_temp_btn_main{

}
.p_temp_btn_content{
    display:flex;
    align-items:center;
    justify-content:center;
}
.p_temp_btn_content a{
    margin-right:30px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.p_temp_btn_content a:last-child{
    margin-right:0px;
}
.p_temp_btn_tel{
    border-radius:50px;
    width:155px;
    height:70px;
    background-color:#2A3F1C;
}
.p_temp_btn_tel img{
    width:34.05px;
    height:44.41px;
}
.p_temp_btn_map{
    width:155px;
    height:70px;
    border:2px solid #000;
    border-radius:50px;
}
.p_temp_btn_map img{
    width:56px;
    height:56px;
}
.p_temp_btn_hp{
    width:250px;
    height:70px;
    border-radius:50px;
    background-color:#00326C;
}
.p_temp_btn_hp img{
    width:42px;
    height:42px;
}

.p_temp_btn_hp span{
    display:inline-block;
    margin-left:20px;
    font-size:22px;
    font-weight:bold;
    color:#FFF;
} */

.p_temp_banner{
    margin-bottom:130px;
}
@media (max-width: 767px) {
    .p_temp_banner{
        margin-bottom:80px;
    }
}
.p_temp_banner_main{
    text-align:center;
}
.p_temp_banner_block{
    margin-bottom:40px;
}
@media (max-width: 767px) {
    .p_temp_banner_block{
        margin-bottom:20px;
    }
}
.p_temp_banner_block:last-child{
    margin-bottom:0px;
}
.top_btn{
    position:fixed;
    bottom:0;
    right:0;
}
.top_btn a{
    width:69px;
    height:69px;
    background:#5F5F5F;
    display:block;
    position:relative;
}
@media (max-width: 767px) {
    .top_btn a{
        width:49px;
        height:49px;
    }
}
.top_btn a:before{
    position:absolute;
    top:45%;
    left:50%;
    transform:translate(-50%) rotate(-45deg);
    border-top:2px solid #FFF;
    border-right:2px solid #FFF;
    width:20px;
    height:20px;
    content:"";
}
@media (max-width: 767px) {
    .top_btn a:before{
        top:45%;
        left:50%;
        width:15px;
        height:15px;
    }
}

footer{

}
.l_footer{
    padding:25px 0;
    text-align:center;
    background-color:#000000;
    /* height:70px; */
}
@media (max-width: 767px) {
    .l_footer{
        padding:15px 0;
        /* height:50px; */
    }
}

.l_footer_navi{
    margin-bottom:25px;
}

.l_footer_navi ul{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.l_footer_navi ul li{
    margin-right:25px;
    position:relative;
}
.l_footer_navi ul li:before{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-18px;
    content:"/";
    color:#FFF;
}
.l_footer_navi ul li:last-child{
    margin-right:0px;
}
.l_footer_navi ul li:last-child:before{
    content:none;
}
.l_footer_navi ul li a{
    color:#FFF;
    font-size:14px;
    font-weight:500;
    line-height:2em;
}
@media (max-width: 767px) {
    .l_footer_navi ul li a{
        font-size:12px;
        line-height:2em;
    }
}
.l_footer_copyright{

}
.l_footer_copyright p{
    color:#FFF;
    font-size:12px;
    font-weight:500;
}
@media (max-width: 767px) {
    .l_footer_copyright p{
        font-size:11px;
    }
}


.p_temp_news{
    margin-bottom:80px;
}
@media (max-width: 767px) {
    .p_temp_news{
        margin-bottom:40px;
    }
}
.p_temp_news_main{

}
.p_temp_news_titlearea{
    margin-bottom:35px;
    text-align:left;
    padding-left:90px;
}
@media (max-width: 767px) {
    .p_temp_news_titlearea{
        margin-bottom:30px;
        padding-left:40px;
    }
}
.p_temp_news_titlearea h2{
    position:relative;
    letter-spacing:0.3em;
    font-weight:bold;
    font-size:30px;
}
@media (max-width: 767px) {
    .p_temp_news_titlearea h2{
        font-size:324x;
    }
}
.p_temp_news_titlearea h2:before{
    position:absolute;
    bottom:0;
    left:-90px;
    background-color:#BABABA;
    width:70px;
    height:1px;
    content:"";
    line-height:1.3em;
}
@media (max-width: 767px) {
    .p_temp_news_titlearea h2:before{
        left:-42px;
        width:28px;
        height:1px;
    }
}
.p_temp_news_titlearea p{
    font-weight:bold;
    font-size:18px;
    color:#225D15;
    letter-spacing:0.1em;
}
@media (max-width: 767px) {
    .p_temp_news_titlearea p{
        font-size:16px;
    }
}
.p_temp_news_content{
    max-height:300px;
    overflow-y: auto;
    width:100%;
}
.p_temp_news_content a,
.p_temp_news_block{
    display:block;
    background-image : linear-gradient(to right, #00381A, #00381A 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.p_temp_news_content dl{
    display:flex;
    padding:15px 0;
    cursor: pointer;
}
@media (max-width: 767px) {
    .p_temp_news_content dl{
        display:block;
        padding:10px 0;
    }
}
.p_temp_news_content dl dt{
    width:105px;
    font-size:14px;
    font-weight:bold;
    color:#225D15;
    padding-top:6px;
}
@media (max-width: 767px) {
    .p_temp_news_content dl dt{
        width:100%;
        font-size:14px;
        padding-top:0;
    }
}
.p_temp_news_content dl dd{
    width:calc(100% - 105px);
    font-size:16px;
    font-weight:500;
    color:#383838;
    line-height:1.8em;
}
@media (max-width: 767px) {
    .p_temp_news_content dl dd{
        width:100%;
        font-size:16px;
    }
}

.p_temp_news_block_detail{
    font-size:14px;
    font-weight:500;
    padding:0px 0 10px;
    line-height:1.8em;
    display: none;
}
@media (max-width: 767px) {
    .p_temp_news_block_detail p{
        font-size:14px;
        padding:0px 0 10px;
    }
}

.p_temp_special{
    padding-top:80px;
}
@media (max-width: 767px) {
    .p_temp_special{
        padding-top:40px;
    }
}
.p_temp_special_main{

}
.p_temp_special_titlearea{
    margin-bottom:35px;
    text-align:left;
    padding-left:90px;
}
@media (max-width: 767px) {
    .p_temp_special_titlearea{
        margin-bottom:30px;
        padding-left:40px;
    }
}
.p_temp_special_titlearea h2{
    position:relative;
    letter-spacing:0.3em;
    font-weight:bold;
    font-size:30px;
}
@media (max-width: 767px) {
    .p_temp_special_titlearea h2{
        font-size:324x;
    }
}
.p_temp_special_titlearea h2:before{
    position:absolute;
    bottom:0;
    left:-90px;
    background-color:#BABABA;
    width:70px;
    height:1px;
    content:"";
    line-height:1.3em;
}
@media (max-width: 767px) {
    .p_temp_special_titlearea h2:before{
        left:-42px;
        width:28px;
        height:1px;
    }
}
.p_temp_special_titlearea p{
    font-weight:bold;
    font-size:18px;
    color:#225D15;
    letter-spacing:0.1em;
}
@media (max-width: 767px) {
    .p_temp_special_titlearea p{
        font-size:16px;
    }
}
.p_temp_special_content{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:30px;
}
@media (max-width: 767px) {
    .p_temp_special_content{
        display:block;
        margin-bottom:30px;
    }
}
.p_temp_special_content a{
    display:block;
    width:calc(33% - ((50px * 2) / 3));
    margin-right:50px;
    margin-bottom:30px;
    color:#333333;
}
@media (max-width: 767px) {
    .p_temp_special_content a{
        width:100%;
        margin-right:0px;
        margin-bottom:30px;
    }
}
.p_temp_special_content a:nth-child(3n){
    margin-right:0px;
}
.p_temp_special_content_image{
    margin-bottom:15px;
    height:200px;
}
@media (max-width: 767px) {
    .p_temp_special_content_image{
        margin-bottom:15px;
        height:200px;
    }
}
.p_temp_special_content_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.p_temp_special_content_title{
    font-size:18px;
    font-weight:bold;
    letter-spacing: 0.05em;
    line-height:1.8em;
    position:relative;
    margin-bottom:30px;
}
@media (max-width: 767px) {
    .p_temp_special_content_title{
        font-size:18px;
        margin-bottom:30px;
    }
}
.p_temp_special_content_title:before{
    position:absolute;
    content:"";
    background-color:#BFEAAC;
    height:3px;
    width:100px;
    bottom:-15px;
    left:0;
}
@media (max-width: 767px) {
    .p_temp_special_content_title:before{
        height:3px;
        width:100px;
        bottom:-15px;
        left:0;
    }
}
.p_temp_special_content_text{
    font-size:14px;
    font-weight:500;
    line-height:2.3em;
}
@media (max-width: 767px) {
    .p_temp_special_content_text{
        font-size:14px;
        line-height:2em;
    }
}
.p_temp_special_content_btn{

}
.p_temp_special_content_btn a{
    display:block;
    width:259px;
    margin:auto;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    border-radius:30px;
    border:2px solid #194110;
    padding:15px 0;
    color:#244017;
}
@media (max-width: 767px) {
    .p_temp_special_content_btn a{
        width:259px;
        font-size:16px;
        padding:15px 0;
    }
}


.p_temp_movie{
    margin-bottom:80px;
}
@media (max-width: 767px) {
    .p_temp_movie{
        margin-bottom:40px;
    }
}
.p_temp_movie_main{

}
.p_temp_movie_main-movie{

}

.p_temp_movie_main-movie iframe{
    max-width:1000px;
    width:100%;
    height:576px;
}
@media (max-width: 767px) {
    .p_temp_movie_main-movie iframe{
        height:214px;
    }
}
/************************************************************/


.site-content{
    min-height:calc(100vh - 70px);
}

.tourism_main{
    padding:150px 0 150px;
}

@media (max-width: 767px) {
    .tourism_main{
        padding:80px 0 70px;
    }
    .tourism_main .inner{
        padding:0px;
    }
}
.tourism_main-titlearea{
    margin-bottom:80px;
}
@media (max-width: 767px) {
    .tourism_main-titlearea{
        margin-bottom:35px;
        text-align:center;
        padding:0px 15px;
    }
}
.tourism_main-titlearea h2{
    font-size:40px;
    line-height:1.3em;
}
@media (max-width: 767px) {
    .tourism_main-titlearea h2{
        font-size:24px;
    }
}
.tourism_main-movie{
    margin-bottom:50px;
}
@media (max-width: 767px) {
    .tourism_main-movie{
        margin-bottom:35px;
    }
}
.tourism_main-movie:last-child{
    margin-bottom:0px;
}
.tourism_main-movie iframe{
    max-width:1000px;
    width:100%;
    height:576px;
}
@media (max-width: 767px) {
    .tourism_main-movie iframe{
        height:214px;
    }
    .tourism_main-contenttextarea{
        padding:0 15px;
    }
}

.tourism_main-contenttextblock{
    margin-bottom:40px;
}
@media (max-width: 767px) {
    .tourism_main-contenttextblock{
        margin-bottom:20px;
    }
}
.tourism_main-contenttextblock:last-child{
    margin-bottom:0px;
}
.tourism_main-contenttitle{
    margin-bottom:40px;
    border-bottom:4px solid #BF3332;
}
@media (max-width: 767px) {
    .tourism_main-contenttitle{
        margin-bottom:25px;
        border-bottom:2px solid #BF3332;
    }
}
.tourism_main-contenttitle:last-child{
    margin-bottom:0px;
}
.tourism_main-contenttitle h3{
    margin-bottom:25px;
    font-size:32px;
    font-weight:bold;
    line-height:1em;
}
@media (max-width: 767px) {
    .tourism_main-contenttitle h3{
        margin-bottom:10px;
        font-size:18px;
    }
}
.tourism_main-imagearea{
    margin-bottom:40px;
}
@media (max-width: 767px) {
    .tourism_main-imagearea{
        margin-bottom:25px;
    }
}
.tourism_main-imagearea:last-child{
    margin-bottom:0px;
}
.tourism_main-imagearea img{
    max-width:100%;
    display:block;
}
.tourism_main-tourismtextarea{
    margin-bottom:50px;
    font-size:14px;
    line-height:1.8em;
}
@media (max-width: 767px) {
    .tourism_main-tourismtextarea{
        margin-bottom:35px;
        font-size:13px;
    }
}
.tourism_main-tourismtextarea:last-child{
    margin-bottom:0px;
}
.tourism_main-newslink1,.tourism_main-newslink2{
    margin-bottom:15px;
}
.tourism_main-newslink1:last-child,.tourism_main-newslink2:last-child{
    margin-bottom:0px;
}
.tourism_main-newslink1 a,.tourism_main-newslink2 a{
    position:relative;
    color:#BF3332;
    font-weight:bold;
    font-size:14px;
    padding-left:25px;
}
.tourism_main-newslink1 a:before{
    background-image:url(../img/icon-target1.png);
    position:absolute;
    content:"";
    width:12px;
    height:11px;
    background-size:cover;
    background-repeat:no-repeat;
    top:50%;
    left:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tourism_main-newslink2 a:before{
    background-image:url(../img/icon-arrow4.png);
    position:absolute;
    content:"";
    width:16px;
    height:16px;
    background-size:cover;
    background-repeat:no-repeat;
    top:50%;
    left:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);;
}
.tourism_main-content{
    margin-bottom:65px;
}
@media (max-width: 767px) {
    .tourism_main-content{
        margin-bottom:35px;
    }
}
.tourism_main-linkarea{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:50px;
}
@media (max-width: 767px) {
    .tourism_main-linkarea{
        margin-bottom:35px;
    }
}
.tourism_main-linkarea:last-child{
    margin-bottom:0px;
}
.tourism_main-linkarea > div{
    margin-right:10px;
}
.tourism_main-linkarea > div:last-child{
    margin-right:0px;
}
.tourism_main-tourismtel a,.tourism_main-tourismmapurl a{
    background-color:#FFF;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    border:1px solid #E0E0E0;
}
.tourism_main-tourismtel a{
    background-color:#38B37E;
    border:none;
}
@media (max-width: 767px) {
    .tourism_main-tourismtel a,.tourism_main-tourismmapurl a{
        width:38px;
        height:38px;
        padding:3px;
    }
    .tourism_main-tourismtel a img,.tourism_main-tourismmapurl a img{
        max-width:32px;
        max-height:32px;
    }
}
.tourism_main-tourismhpurl a{
    background-color:#FFC000;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:115px;
    height:55px;
    font-size:24px;
    font-weight:bold;
    color:#FFF;
}
@media (max-width: 767px) {
    .tourism_main-tourismhpurl a{
        width:38px;
        height:38px;
        padding:3px;
    }
    .tourism_main-tourismhpurl a span{
        display:none;
    }
}
.tourism_main-tourismhpurl a img{
    margin-right:5px;
}
@media (max-width: 767px) {
    .tourism_main-tourismhpurl a img{
        margin-right:0px;
    }
}
.tourism_main-tourismticketurl{
    position:relative;
}
.tourism_main-tourismticketurl-subtext{
    position:absolute;
    font-size:14px;
    font-weight:bold;
    left:50%;
    top:-25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
@media (max-width: 767px) {
    .tourism_main-tourismticketurl-subtext{
        font-size:11px;
        top:-20px;
    }
}
.tourism_main-tourismticketurl-subtext span{
    position:relative;
}
.tourism_main-tourismticketurl-subtext span:before{
    position:absolute;
    left: -10px;
    top: 15%;
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    width:1px;
    height:17px;
    background-color:#000000;
    content:"";
}
@media (max-width: 767px) {
    .tourism_main-tourismticketurl-subtext span:before{
        height:12px;
    }
}
.tourism_main-tourismticketurl-subtext span:after{
    position:absolute;
    right: -10px;
    top: 15%;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    width:1px;
    height:17px;
    background-color:#000000;
    content:"";
}
@media (max-width: 767px) {
    .tourism_main-tourismticketurl-subtext span:after{
        height:12px;
    }
}
.tourism_main-tourismticketurl a{
    background-color:#2577E5;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:242px;
    height:55px;
    color:#FFF;
    font-size:20px;
    font-weight:bold;
}
@media (max-width: 767px) {
    .tourism_main-tourismticketurl a{
        font-size:16px;
        width:135px;
        height:38px;
        padding:3px;
    }
    .tourism_main-tourismticketurl a img{
        width:108px;
    }
}
.tourism_main-tourismticketurl a span{
    position:relative;
}
@media (max-width: 767px) {
    .tourism_main-tourismticketurl a span{
        padding-left:20px;
        display:block;
    }   
}

.tourism_main-tourismticketurl a span:before{
    position:absolute;
    width:19px;
    height:19px;
    background-image:url(../img/icon-arrow5.png);
    background-size:cover;
    background-repeat:no-repeat;
    top:50%;
    left:-25px;
    content:"";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (max-width: 767px) {
    .tourism_main-tourismticketurl a span:before{
        width:16px;
        height:16px;
        left:-5px;
    }
}


.backbtn{
    text-align:center;
}
.backbtn p a{
    margin:auto;
    text-align:center;
    width:373px;
    display:block;
    border-radius:30px;
    border:2px solid #BF3332;
    font-size:20px;
    font-weight:bold;
    color:#BF3332;
    padding:15px 0;
    line-height:1em;
}
@media (max-width: 767px) {
    .backbtn p a{
        max-width:280px;
        width:100%;
        border:2px solid #BF3332;
        font-size:16px;
        padding:10px 0;
    }
}
.backbtn p a span{
    position:relative;
}
.backbtn p a span:before{
    position:absolute;
    content:"";
    background-image:url(../img/icon-arrow4.png);
    width:19px;
    height:19px;
    background-size:cover;
    background-repeat:no-repeat;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left:-35px;
}
@media (max-width: 767px) {
    .backbtn p a span:before{
        top:55%;
        width:17px;
        height:17px;
        left:-35px;
    }
}

.tourismlist_main{
    padding:140px 0 140px;
}
@media (max-width: 767px) {
    .tourismlist_main{
        padding:80px 0 70px;
    }
}
.tourismlist_main-titlearea{
    margin-bottom:65px;
    text-align: center;
}
@media (max-width: 767px) {
    .tourismlist_main-titlearea{
        margin-bottom:35px;
    }
}
.tourismlist_main-titlearea h2 {
    font-size: 42px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .tourismlist_main-titlearea h2 {
        font-size: 24px;
    }
    .tourismlist_main-titlearea-sub img {
        width:40px;
    }
}
.tourismlist_main-content{
    display:flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
    margin-bottom:60px;
}
@media (max-width: 767px) {
    .tourismlist_main-content{
        margin-bottom:30px;
    }
}
.tourismlist_main-block{
    width:calc(33% - 15px);
    margin-right:25px;
    margin-bottom:55px;
}
@media (max-width: 767px) {
    .tourismlist_main-block{
        width:calc(50% - 8px);
        margin-right:16px;
        margin-bottom:30px;
    }
}
.tourismlist_main-block:nth-child(3n){
    margin-right:0px;
}
@media (max-width: 767px) {
    .tourismlist_main-block:nth-child(3n){
        margin-right:16px;
    }
    .tourismlist_main-block:nth-child(2n){
        margin-right:0px;
    }
}
.tourismlist_main-block:nth-last-child(-n+3){
    margin-bottom:0px;
}
@media (max-width: 767px) {
    .tourismlist_main-block:nth-last-child(-n+3){
        margin-bottom:30px;
    }
    .tourismlist_main-block:nth-last-child(-n+2){
        margin-bottom:0px;
    }
}
.tourismlist_main-block a{
    display:block; 
    margin-bottom:10px;
    color:#191919;
}
.tourismlist_main-block-image{
    margin-bottom:15px;   
}
@media (max-width: 767px) {
    .tourismlist_main-block-image{
        margin-bottom:10px;   
    }
}
.tourismlist_main-block-image img{
    width:100%;
    height:auto;
    display:block;
    height:150px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .tourismlist_main-block-image img{
        height:130px;
    }
}
.tourismlist_main-block-title{
    font-weight:bold;
    margin-bottom:5px;
    word-break:break-all;
}
@media (max-width: 767px) {
    .tourismlist_main-block-title{
        margin-bottom:10px;
    }
}
.tourismlist_main-block-text{
    font-size:14px;
    word-break:break-all;
}
@media (max-width: 767px) {
    .tourismlist_main-block-text{
        font-size:13px;
    }
}
.tourismlist_main-block-linkarea {
    display: flex;
    align-items: center;
}
.tourismlist_main-block-linkarea > div{
    margin-right:10px;
}
.tourismlist_main-block-linkarea > div:last-child{
    margin-right:0px;
}
.tourismlist_main-block-tourismtel a, .tourismlist_main-block-tourismmapurl a {
    background-color: #F8F8F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}
.tourismlist_main-block-tourismtel a img{
    width: 30px;
}
.tourismlist_main-block-tourismmapurl a img{
    width: 28px;
}
.tourismlist_main-block-tourismhpurl a {
    background-color: #F8F8F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #BF3332;
}
@media (max-width: 767px) {
    .tourismlist_main-block-tourismhpurl a {
        width: 38px;
        height: 38px;
    }
    .tourismlist_main-block-tourismhpurl a span{
        display:none;
    }
}
.tourismlist_main-block-tourismhpurl a img{
    width: 28px;
    margin-right:10px;
}
@media (max-width: 767px) {
    .tourismlist_main-block-tourismhpurl a img{
        width: 26px;
        margin-right:0px;
    }
}
/*****************************************************************/

/* .wp-pagenavi {
    display: inline-block;
    margin: auto;
    position:relative;
} */
.pagination ul{
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .pagination ul{
        flex-wrap:wrap;
    }
    .pagination ul li{
        margin-bottom:5px;
    }
}
.prev.page-numbers{
    margin-right:30px;
}
.next.page-numbers{
    margin-left:30px;
}
.pagination ul .page-numbers{
    background-color:#FFF;
    border:2px solid #2577e5;
    /* display:inline-block; */
    display:flex;
    width:40px;
    height:40px;
    color:#2577e5;
    text-align:center;
    font-size:21px;
    align-items: center;
    justify-content: center;
    margin:0 5px;
    border-radius:8px;
}
@media (max-width: 767px) {
    .pagination ul .page-numbers{
        /* width:30px;
        height:30px; */
        width:28px;
        height:28px;
        font-size:16px;
        margin:0 5px;
    }
}
.pagination ul .page-numbers.current{
    background-color:#2577e5;
    /* display:inline-block; */
    display:flex;
    width:40px;
    height:40px;
    text-align:center;
    font-size:21px;
    color:#FFF;
    align-items: center;
    justify-content: center;
    margin:0 5px;
    border-radius:8px;
}
@media (max-width: 767px) {
    .pagination ul .page-numbers.current{
        /* width:32px;
        height:32px; */
        width:28px;
        height:28px;
        font-size:16px;
        margin:0 5px;
    }
}
.pagination ul .prev.page-numbers{
    margin-right:30px;
    position:relative;
    border:none;
}
@media (max-width: 767px) {
    .pagination ul .prev.page-numbers{
        /* margin-right:15px; */
        margin-right:0px;
        margin-left:0px;
    }
}
.pagination ul .prev.page-numbers:before{
    position:absolute;
    width:27px;
    height:27px;
    content:"";
    background-image:url(../img/icon-arrow-prev1.png);
    background-size:cover;
    background-repeat:no-repeat;
    left:50%;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
    .pagination ul .prev.page-numbers:before{
        width:22px;
        height:22px;
    }
}
.pagination ul .prev.page-numbers:hover{
    opacity:1;
}
.pagination ul .prev.page-numbers:hover:before{
    background-image:url(../img/icon-arrow-prev2.png);
}
.pagination ul .next.page-numbers{
    margin-left:30px;
    position:relative;
    border:none;
}
@media (max-width: 767px) {
    .pagination ul .next.page-numbers{
        /* margin-left:15px; */
        margin-left:0px;
        margin-right:0px;
    }
}
.pagination ul .next.page-numbers:before{
    position:absolute;
    width:27px;
    height:27px;
    content:"";
    background-image:url(../img/icon-arrow-next1.png);
    background-size:cover;
    background-repeat:no-repeat;
    left:50%;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
    .pagination ul .next.page-numbers:before{
        width:22px;
        height:22px;
    }
}
.pagination ul .next.page-numbers:hover{
    opacity:1;
}
.pagination ul .next.page-numbers:hover:before{
    background-image:url(../img/icon-arrow-next2.png);
}





/*****************************************************************/
.tourism_list{
    margin-bottom:150px;
}
@media (max-width: 767px) {
    .tourism_list{
        margin-bottom:70px;
    }
}
.tourism_list_content{

}
.tourism_list_title{
    margin-bottom: 40px;
    border-bottom: 4px solid #BF3332;
}
@media (max-width: 767px) {
    .tourism_list_title{
        margin-bottom:25px;
        border-bottom:2px solid #BF3332;
    }
}
.tourism_list_title h3{
    font-size:32px;
    font-weight:bold;
    line-height:1em;
    margin-bottom:25px;
}
@media (max-width: 767px) {
    .tourism_list_title h3{
        margin-bottom:10px;
        font-size:18px;
        margin-bottom:10px;
    }
}

.sky-list{
    margin-top: 20px;
    display:flex;
    flex-wrap:wrap;
    gap:20px;

}

.sky-list li{
    position: relative;
    width: calc(33.33% - (40px / 3));
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    min-width:300px;
}

.sky-list li:before{
    content:"";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    background: url(../img/right_arrow_yellow.png) no-repeat 0 0px;
    background-size: 16px;
    display: inline-block;

}

.sky-list li a{
    padding-left: 25px;
    display: block;
    color:#000;
    font-size:16px;
}

.sky-list li br{
display: none;
}

@media screen and (max-width: 767px) {
    .sky-img img{
        width: 100%;
        height: auto;
    }
    .sky-list{
    margin-top: 20px;
    }

    .sky-list li {
        position: relative;
        width: calc(50% - 10px);
        vertical-align: middle;
        margin-bottom: 15px;
        display: inline-block;
        min-width:150px;
    }

    .sky-list li:before{
    content:"";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    background: url(../img/right_arrow_yellow.png) no-repeat 0 0px;
    background-size: 16px;
    display: inline-block;

    }

    .sky-list li a{
    padding-left: 25px;
        display: block;
        font-size:14px;
    }

    .sky-list li br{
    display: block;
    }
}


/*****************************************************************/
