/*
Theme Name: 
*/

body {font-family:'Noto Serif JP', serif,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;font-size: 14px;color:#000;background: #fff;line-height: 1.8;}
.sp {display:none;}
.spb {display:none;}

/*パンくずリスト*/
.breadcrumbs {margin: 30px 0 0px 50px;font-size: 10px;color: #fff;}
.breadcrumbs a{color: #fff}
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.fb-between {justify-content: space-between;}

/*リンク*/
a {color:#515151;text-decoration: none;}
/*見出し*/
/* h1,h2,h3,h4,h5 {color:;} */
h1 {
    margin:0;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 2;
}
h2 {font-weight: normal;}
h3 {font-size: 30px;margin: 0px 0 20px;font-weight: normal;}
h4 {font-size: 20px ;font-weight: normal;}
h5 {font-weight: bold;}
p {
    padding: 12px 0;
    letter-spacing: .02em;
    text-align: justify;
}
.en {font-family: 'Josefin Sans', sans-serif;}
.sfont {font-size: 10px}
.lfont {font-size: 18px}
.bold {font-weight: bold;}


/*リスト・テーブル*/
td,th {
    font-weight: normal;
    padding:  22px 10px 22px;
    border-bottom: solid 1px #bfbfbf;
    line-height: 1.8;
    letter-spacing: 2px;
}
th {
    border-bottom: solid 1px #535353;
    text-align: left;
    width: 150px;
}
th span {font-size: 12px}
dl{
  display:flex;
  flex-wrap: wrap;
}
dt {
    width: 27%;
}
dd {
    width: 73%;
    margin-left: 0;
}

/*カラム設定*/
.container {padding: 0;margin:0 auto;}
.con-ll {max-width: 1110px;}
.con-l {max-width: 1080px;}
.con-m {max-width: 960px;}
.con-s {max-width: 670px;}


/*ヘッダー*/
header {position: fixed;width: 100%;padding-bottom: 15px;z-index: 1000;}
.hbg {background: rgba(0, 0, 0, 0.7);transition: all 0.5s ease-out;}
.logo-area {float: left;margin: 10px 0 0 90px;}
.logo-img {width:90px;margin-right: 20px}
.logo-tx {width:80px;top: 10px;position: relative;}
.insta {float: right;margin: 22px 40px 0 0;}
.insta a{color:#fff;font-size: 35px;}

/*ナビメニュー*/
.menu-area {float: left;margin: 40px 0px 0;}


.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*ナビメニュー*/
.menu-area {}
.sp-btn {
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 10100;
    text-align: center;
    position: fixed;
    margin-left: 30px;
}
nav {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    display: none;
    position: fixed;
    top: 0;
    z-index: 10080;
    background: rgba(255, 255, 255, 0.9);
    padding: 10vh 0 0 0;
    text-align: center;
}
    
    

.sp-btn .btn_menu {
    display: inline-block;
    position: relative;
    z-index: 1001;
}
.hbmenu, .hbmenu span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.hbmenu {
    position: relative;
    width: 19px;
    height: 14px;
    cursor: pointer;
}
.hbmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.hbmenu span:nth-of-type(1) {
    top: 3px;
}

.hbmenu span:nth-of-type(2) {
    top: 15px;
}
.hbmenu span:nth-of-type(3) {
    bottom: 4px;
}
.active .hbmenu span:nth-of-type(1) {
    background-color: #000;
    top: -5px;
    animation: active-menu-bar04-01 .75s forwards;
}
@keyframes active-menu-bar04-01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(15px) rotate(0);
    }
    100% {
        transform: translateY(14px) rotate(45deg);
    }
}
.active .hbmenu span:nth-of-type(2) {
    background-color: #000;
    opacity: 0;
    animation: none;
}
.active .hbmenu span:nth-of-type(3) {
    background-color: #000;
    bottom: -5px;
    animation: active-menu-bar04-03 .75s forwards;
}
@keyframes active-menu-bar04-03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-7px) rotate(0);
    }
    100% {
        transform: translateY(-9px) rotate(-45deg);
    }
}


/*  メニューアクティブ時  */
nav.open, .recruit-nav.open {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}
.on {display: block;}
.navbar h3{
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.navbar li {
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    width: 20%;
    margin: 0 auto 22px;
    border-bottom: solid 1px #000;
    padding-bottom: 23px;
}
.navbar li a{color:#545759;}

/*メインビジュアル*/
.slider img {
    transform-origin: center top;
    transform: scale(1.1);
     transition: 5s ease-out;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.slider .slick-active img {
  transform: scale(1.0);
}
.main-bg {
    
}
.page-main{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.page-title {
    position: relative;
    top: -130px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 3px #000, -1px -1px 3px #0a1726, -1px 1px 3px #000, 1px -1px 3px #000, 0px 1px 3px #0a1726, 0 -1px 3px #000, -1px 0 3px #000, 1px 0 3px #000;
}
.top-main-tx-area {
    margin-top: 12%;
}
.top-main-tx {
    
}

/*ABOUT*/
.about {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 320px;
   margin: 100px auto 130px;
}
.about h2{
    font-size: 28px;
    line-height: 1.36;
    text-indent: -1.8em;
    margin: 1.8em 0 0;
    padding: 0 0 0 60px;
    letter-spacing: 2px;
}
.about p {
    padding: 40px 10px 0;
    font-size: 15px;
    line-height: 2;
}

#oyudokoro {
    background: url(/wp/wp-content/uploads/2019/09/oyudokoro.jpg)no-repeat;
    background-size: cover;
    height: 350px;
    background-position: 0% 61%;
    
}
#access {
    background: rgba(0, 0, 0, 0.3) url(/wp/wp-content/uploads/2019/09/access.jpg)no-repeat;
    background-size: cover;
    height: 350px;
    background-position: 0% 61%;
    background-blend-mode: multiply;
}
#course {
    background: rgba(0, 0, 0, 0.3) url(/wp/wp-content/uploads/2019/09/course.jpg)no-repeat;
    background-size: cover;
    height: 350px;
    background-position: 0% 61%;
    background-blend-mode: multiply;
}

#contact {
	background: rgba(0, 0, 0, 0.3) url(/wp/wp-content/uploads/2020/09/S__157671431.jpg)no-repeat;
    background-size: cover;
    height: 350px;
    background-position: 0% 61%;
    background-blend-mode: multiply;
	 display: flex;
	justify-content: center;
	flex-flow: column;
}




.title h2 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 5px;
    color: #fff;
    padding-top: 150px;
    text-shadow: 1px 1px 5px #000;
}
.containertitle h2 {
	 text-align: center;
    font-size: 40px;
    letter-spacing: 5px;
	 color: #fff;
	 text-shadow: 1px 1px 5px #000;
}
.containertitle {
    color: #fff;
}

.tx {margin: 50px auto 80px;text-align: center;}

.oyu-tab {margin: 50px auto 100px}
.tabarea {margin-bottom: 80px}
.tab-menu {
    border: double 3px #000;
    font-size: 16px;
    text-align: center;
    width: 32%;
    margin-right: 2%;
    padding: 5px 0;
    cursor: pointer;
    flex-grow: 1;
}
.tab-menu:last-child {margin-right: 0}
.tab-menu:hover {background: #000;color:#fff;padding:5px 0 0;transition: all 0.2s ease-out;}

.tab-group{
    display: flex;
    justify-content: center;
}


.panel{
    display:none;
    top: 0px;
    position: relative;
}
.tab-menu.is-active{
    background:#000;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display: block;
      opacity: 1;
    animation-duration: 2s;
      animation-name: fade-in;
      -moz-animation-duration: 2s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fade-in;
    
}
@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
        top:10px;
      }

      100% {
        display: block;
        opacity: 1;
        top:0px;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
        top:10px;
      }

      100% {
        display: block;
        opacity: 1;
        top:0px;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
        top:10px;
      }

      100% {
        display: block;
        opacity: 1;
        top:0px;
      }
    }


.onsen-tx {width: 50%;padding-right: 50px}
.onsen-tx h4{
    font-size: 25px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
.onsen-tx2 {width: 50%;padding-left: 50px}
.onsen-tx2 h4{
    font-size: 25px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.onsen-img {width: 50%}
.onsen-img img{width: 100%}
.price {margin-bottom: 100px;}



.access-img {text-align: center;margin: 30px 0 100px;}
.access-img img{width: 100%}



.contact-tx {
    text-align: center;
	 color: #FFF;
}
.contact-tx span{
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
.notfound {
    text-align: center;
margin-top: 100px;
}



/*CONTACT*/
input[type="text"], input[type="email"], textarea{
    font-size: 14px;
    padding: 15px;
    margin-top: 50px;
    border: none;
    border-bottom: 1px solid #231815;
    width: 100%
}
textarea {height: 152px;}
.form-l {width: 49%;margin-right: 2%}
.form-r {width: 49%;}
.send-btn {text-align: center;margin-top: 50px}
.send-btn  input {
	cursor:pointer;
}
input[type="submit"] {
    border-radius: 0;
    border: double 3px #000;
    background: #fff;
    padding: 17px 0;
    width: 250px;
    font-size: 16px;
    letter-spacing: 0.05em;
}


/*トップニュース*/
.archive-title-en {
	 color: #000;
	text-align: center;
    margin-top: 100px;
    border-bottom: solid 1px #000;
    width: 210px;
    margin: 100px auto 50px;
    letter-spacing: 3px;
    font-size: 25px;
    padding-bottom: 10px;
}
.top-news {
    background: url(/wp/wp-content/uploads/2019/05/news-bg.png)no-repeat;
    border-top: solid 20px #caee2d;
    margin-top: 90px;
    padding: 125px 0 70px;
    background-size: cover;
}
.archive-top {
    background: #fff;
    border-radius: 0 31px;
    padding: 0 170px 60px;
}
.archive-title {position: relative;top: -81px;margin-bottom: -20px;}
.archive-title h3{
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: normal;
    color: #8f8f8f;
}
.cat {
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 10px;
    display: inline-block;
    width: 100px;
    vertical-align: top;
}
.info {background: #f39800;}
.press {background: #88abda;}
.media {background: #c490bf;}
time {
    margin-right: 30px;
    display: inline-block;
    margin-left: 20px;
    color: #515151;
    vertical-align: top;
    margin-top: 3px;
}
.title-area {
    margin-bottom: 25px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 25px;
}
.title-area h4 {
    display:inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 500px;
    margin: 0!important;
    text-align: justify;
}
.title-area a{text-decoration: none;color: #515151;}
.top-ichiran {
    font-size: 12px;
    width: 250px;
    border: solid 1px #d2d2d2;
    border-radius: 25px;
    text-align: center;
    margin: 50px auto 0;
}
.top-ichiran a{color: #636363;display: block;padding: 10px 0;}


/*フッター*/
.contact-area {
    background: url(http://wpope.info/client/awc/wp-content/uploads/2019/08/contact-bg.jpg);
    background-size: cover;
    padding: 50px 0;
}
.contact-f {
    width: 33%;
    margin-right: 4%;
}
.contact-f:first-child {
    margin-right:0;
    width: 30%;
}
.contact-f:last-child {
    margin-right:0;
}
.contact-title h2{
    text-align: left;
    font-size: 50px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 5px;
}
.contact-title {
    color: #fff;
    
}
.tel-title {
    background: #002b8a;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 0 10px 15px;
    font-size: 20px;
}
.tel-tx {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}
.tel-num {
    color: #002b8a;
    font-size: 24px;
    line-height: 1;
}
.tel-num span{font-size: 36px}

.mail-title {
    background: #f8b551;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 0 10px 15px;
    font-size: 20px;
}
.mail-tx {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 17px 10px;
}
footer {
    padding: 30px 0 0px;
    background: #ebebeb;
    margin-top: 0px;
}
.fcontent {width: 50%}
.footer-nav {
    margin:20px 0 40px;
    text-align: right;
    line-height: 2;
}

.footer-tx {margin-top: 20px;line-height: 1.8;}
.copyright {
    text-align: center;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 5px 0 7px;
    margin-top: 30px;
}
.footeryama {
	display:flex;
	justify-content: flex-end;
}

.footeryama img {
	max-width:500px;
}







/*ニュース一覧ページ*/
.archive {color:#8f8f8f;}
.content-area .title-area{width: 760px;margin: 0 auto 25px;}
.pagelist {text-align: center;margin-top: 40px;}
.wp-pagenavi a, .wp-pagenavi span {
    border: solid 1px #caee2d!important;
    padding: 5px 10px!important;
}
.wp-pagenavi span.current {background:#caee2d;color: #fff;}

/*ニュース詳細ページ*/
.single {width: 750px;margin: 0 auto;}
.single-img {margin: 30px 0;}
.single-img img{max-width: 100%;height: auto;}
.single h2 {
    font-size: 20px;
    margin-bottom: 20px;
    background: url(/wp/wp-content/uploads/2019/05/icon-title.png)no-repeat;
    background-size: 35px;
    padding-left: 50px;
    text-align: justify;
}
.single .cat {padding: 3px 0;}



@media (max-width: 1024px) {

    .con-l {width: 100%}
    .con-m {width: 100%}
    .container {padding: 20px;}
}


@media (max-width: 834px) {
}

@media (max-width: 600px) {
        .pc {display: none}
    .sp {display: block}
    .logo-area {margin: 0px 0 0 70px;}
    .logo-img {width: 65px;margin-right: 15px;}
    .logo-tx {width: 65px;}
    .sp-btn {margin-left: 10px;top: 25px;}
    .insta {margin: 15px 20px 0 0;}
    .insta a {font-size: 25px;}
    .navbar li {font-size: 14px;width: 70%;}
    .tx {margin: 20px 0 0;}
    .about {
        height: auto;
        margin: 50px auto 30px;
		  width:auto;
    }
    .about h2 {
        font-size: 16px;
        margin: 0;
        padding: 0 5px 0 20px;
    }
    .about p {padding: 0px 10px 0;font-size: 13px;}
    #oyudokoro {height: 200px;}
    .title h2 {font-size: 30px;padding-top: 70px;}
    .tabarea {margin-bottom: 40px;}
    .tab-menu {font-size: 13px;padding: 5px;line-height: 1.5;}
    .tab-menu:hover {padding: 5px;}
    .oyu-tab {margin: 50px auto 50px;}
    .price {margin-bottom: 60px;}
    .onsen-tx {width: 100%;padding-right: 0px;}
    .onsen-tx2 {width: 100%;padding-left: 0px;}
    .onsen-tx h4 {font-size: 20px;margin-bottom: 10px;}
    .onsen-tx2 h4 {font-size: 20px;margin-bottom: 10px;}
    .onsen-img {width: 100%;order: 2;margin-top: 30px}
    #access {height: 200px;}
    .access-img {margin: 0px 0 50px;}
    .map iframe {height: 350px;}
    #course {height: 200px}
    .contact h3 {margin: 0px auto 50px;font-size: 20px;}
    .form-l {width: 100%;margin-right: 0;}
    .form-r {width: 100%;}
    input[type="text"], input[type="email"], textarea {font-size: 16px;margin-top: 30px;}
    .fcontent {width: 1000%;}
    .page-title {margin-bottom: -30px;}
    th {width: 110px;}
    td {line-height: 1.5;}
	 #contact {height: 200px}
	 .containertitle h2 {font-size: 30px;}
}

@media (max-width: 320px) {
    .about h2 {
        padding: 0 0 0 10px;
    }
    .about p {line-height: 1.8}
}