@charset "UTF-8";

/*
Theme Name: GRAX-RENEWAL2019
Theme URI: http://www.grax.jp
Author: 
Author URI: 
Version: 1.0
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

body {
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #666;
    -webkit-font-smoothing: antialiased
}

/*ページfade表示用*/
html,
body {
    width: 100%;
    height: 100%;
}

.loader {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

.loader .loader-icon {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 10000
}

.loader .progress {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.loader .progress .determinate {
    width: 0%;
}

.loader .preloader-wrapper {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    z-index: 10000
}

.spinner-green,
.spinner-green-only {
    border-color: #E3E300;
}

.progress {
    background-color: #CFC7B8;
}

.progress .determinate {
    background-color: #997F72;
}

/*フォント*/
.gothic {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}

.mincho {
    font-family: "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif
}

.din-font {
    font-family: 'Asap', sans-serif;
}


/*基本文字組み*/
/*日本語最適化*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.2;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 32px
}

.on-small-only .h1,
.on-small-only h1 {
    font-size: 26px
}

.h2,
h2 {
    font-size: 28px;
    line-height: 1.4;
}

.on-small-only .h2,
.on-small-only h2 {
    font-size: 21px;
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 19px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6
}

.small,
small {
    font-size: 75%;
}

hr {
    margin: 60px 0
}

blockquote {
    border-left: none;
    padding: 0 1.2rem;
    border: 1px solid #7D6853;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

blockquote li {
    margin-bottom: 3px !important;
    padding-bottom: 3px !important;
    border-bottom: 1px dotted #7D6853;
}

td,
th {
    padding: 9px 6px;
}

.post-content hr+p.small-lead {
    font-size: 14px;
    margin: 22px 0 0 0;
    letter-spacing: 1px;
}

.post-content p+h3 {
    margin-top: 6px;
}

/*文字オプション*/
.small-text {
    font-size: 12px;
    margin-bottom: 18px;
}

.smaller-text {
    font-size: 10px
}

.big-text {
    font-size: 16px
}

.bigger-text {
    font-size: 21px;
    line-height: 1.6
}

.none-text {
    text-transform: none
}

.strong-text {
    font-weight: 700
}

.lighter {
    font-weight: 300
}

.bolder {
    font-weight: 600
}

.letter-spacing {
    letter-spacing: 1px
}

.letter-spacing.big {
    letter-spacing: 2px
}

.letter-spacing.bigger {
    letter-spacing: 3px
}

.letter-spacing.none {
    letter-spacing: 0
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/*float*/
.aligncenter {
    display: block;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/*clearfix追加*/
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

/*メディアクエリ参考*/
@media screen and (max-width:600px) {
    /*[.on-small-only]画面サイズが600pxまではここを読み込む*/
}

@media screen and (min-width:600px) and (max-width:1024px) {
    /*[.on-med-only]画面サイズが600pxから992pxまではここを読み込む*/
}

@media screen and (min-width:992px) {
    /*[.on-large-only]画面サイズが992pxからはここを読み込む*/
}

/*マージン*/
.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt60 {
    margin-top: 60px;
}

.mt90 {
    margin-top: 90px;
}

.mt120 {
    margin-top: 120px;
}

@media screen and (max-width:600px) {
  .mt0-sp{
    margin-top: 0px;
  }
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb9 {
    margin-bottom: 9px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb120 {
    margin-bottom: 120px;
}

.row.no-margin {
    margin-bottom: 0;
}

.row.no-padding .col {
    padding: 0;
}

.row.p075em {
    margin-left: 0;
    margin-right: 0;
}

.row.p075em .col {
    padding: 0.75em;
}

.p0 {
    padding: 0;
}

.pl9 {
    padding-left: 9px;
}

.pl12 {
    padding-left: 12px;
}

.ptb6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ml-mt90 {
    margin-top: 90px;
}

.on-small-only .ml-mt90 {
    margin-top: 0;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #CFC7B8 !important;
}

/*カラー*/
.color {
    color: #7D6853;
}

.color.red {
    color: #f0823c;
    background: transparent !important;
}

.bgcolor.lighten {
    background-color: #F1EFEA;
}

.bgcolor.darken {
    background-color: #7D6853;
}

.color-lime {
    color: #EAEE9D;
}

.wcolor {
    color: #7D6853;
}

a {
    color: #ff8c00;
}

a:hover {
    color: #EAEE9D;
}

a:active {
    color: #EAEE9D;
}

/*btn-opacity ホバーでフェードアウト透過*/
.btn-opacity {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.btn-opacity:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*btn-zoom ホバーでアイコン*/
.btn-zoom {
    position: relative;
    cursor: pointer;
}

.btn-zoom:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    background: url(img/ic_zoom_in_black_24dp.png) no-repeat center center;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-zoom img {
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-zoom:hover img {
    opacity: .3;
    filter: alpha(opacity=30);
}

.btn-zoom:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*装飾*/
.h-border {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 6px 0;
}

/*bxslider*/
.bxslider li {}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
}

ul.bxslider {
    margin: 0;
}

.page-image .bx-wrapper .bx-prev,
.page-image .bx-wrapper .bx-next {
    background-image: none;
}

.page-image .bx-wrapper .bx-prev:hover,
.page-image .bx-wrapper .bx-next:hover {
    background-image: url(images/controls.png);
}

/*slider*/
.slider {
    height: 500px !important;
}

.slider.indicator {
    height: 340px !important;
}

.slider.indicator .slides,
.slider.indicator .slides li,
.slider.indicator .slides img {
    height: 300px !important;
}

.slider.indicator .slides {
    background-color: #fafafa;
}

.slider.indicator .slides img {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.on-small-only .slider.indicator {
    height: 240px !important;
}

.on-small-only .slider.indicator .slides,
.on-small-only .slider.indicator .slides li,
.on-small-only .slider.indicator .slides img {
    height: 200px !important;
}

.on-small-only .slider.page-image,
.on-small-only .slider.page-image .slides {
    height: 240px !important;
}

.indicators {
    display: none;
}

.modal .indicators {
    display: block;
    margin-bottom: 10px;
}

.slider .indicators .indicator-item {
    background-color: #F1EFEA;
    width: 10px !important;
    height: 10px !important;
    margin: 0 9px !important;
}

.slider .indicator-item:hover {
    background-color: #7D6853 !important;
}

.slider .indicator-item.active {
    background-color: #E3E300 !important;
}

.slider.image .slides {
    background-color: transparent;
}

.slider.image .slides li img {
    height: auto;
}

/*parallax*/


/*nav*/
header {
    height: 0 !important;
}

.home header {
    height: 120px !important;
}

.on-small-only.home header {
    height: 0 !important;
}

nav {
    background-color: transparent;
}

ul#global-nav2 {
    display: table;
    width: 100%;
}

ul#global-nav2 li {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

ul#global-nav2 li:hover {
    background: rgba(255, 255, 255, .75);
}

ul#global-nav2 li a {
    color: #000;
    height: 120px;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.on-large-only ul#global-nav2 li a {
    letter-spacing: 0.12em;
}

ul#global-nav2 li a span {
    width: 100%;
    text-align: center;
}

.on-med-only #top-head.nav-fixed,
.on-large-only #top-head.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    height: 121px;
}

/*アニメーション*/
ul#global-nav2 li a {
    position: relative;
}

ul#global-nav2 li a::after,
ul#global-nav2 li a::before {
    position: absolute;
    transition: .3s ease-in-out;
    opacity: 0
}

ul#global-nav2 li a::after {
    bottom: 21px;
    left: 0;
    content: attr(data-hover);
    display: block;
    width: 100%;
    color: #7D6853;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-align: center;
}

ul#global-nav2 li a:focus::after,
ul#global-nav2 li a:hover::after {
    bottom: 30px;
    opacity: 1
}

/*グローバルナビ*/
.on-small-only nav#top-head {
    text-align: left !important;
}

.side-nav {
    z-index: 9999;
    position: relative;
}

#sidenav-overlay {
    z-index: auto;
}

.btn-area {
    position: absolute;
    right: 30px;
    top: 91px;
    z-index: 100;
    width: 300px;
    height: 100px;
}

footer .btn-area {
    position: relative;
    margin: auto;
    right: 0;
    top: 10px;
    height: auto;
}

.on-small-only footer .btn-area {
    top: 0;
    width: auto;
    height: auto;
}

.btn-facebook {
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 9998;
    width: 36px;
    height: 36px;
    padding: 10px;
}

.btn-instagram {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 9998;
    width: 36px;
    height: 36px;
    padding: 10px;
}

.btn-area .btn-color,
.btn-area2 .btn-color.transparent {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    margin: 3px 0;
    letter-spacing: 3px;
}

.btn-area3 .btn-color.transparent {
    color: #fff;
    background: transparent;
    border: none;
    margin: 0;
    letter-spacing: 0;
    padding: 0;
}

.btn-area .btn-color.wcolor {
    color: #7D6853;
    background: transparent;
    border: 1px solid #7D6853;
    margin: 3px 0;
    letter-spacing: 3px;
}


.btn-area .btn-color:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #EAEE9D;
}

.btn-area .btn-color:before {
    border-top: 0 solid #EAEE9D;
    border-left: 0 solid #EAEE9D;
}

.btn-area .btn-color:after {
    border-right: 0 solid #EAEE9D;
    border-bottom: 0 solid #EAEE9D;
}

#menu-wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    transition: .3s;
}

.home #menu-wrap,
.home .nav-fixed#menu-wrap,
.page-id-717 #menu-wrap,
.page-id-717 .nav-fixed#menu-wrap {
    top: -61px;
}

#menu-wrap ul#global-nav2 li a {
    height: 60px;
}

#menu-wrap ul#global-nav2 li .english {
    background: rgba(83, 128, 11, .6);
    color: #fff;
}

.sns-area ul {
    display: flex;
    justify-content: center;
}

.sns-area ul li {
    margin-right: 20px;
}

.sns-area ul li:last-child {
    margin-right: 0;
}

.bnr-area {
	border-top: 1px solid #908172;
	border-bottom: 1px solid #908172;
	margin: 20px 0;
}
.bnr-area ul {
    display: flex;
    justify-content: center;
	margin: 20px 0 16px;
}

.bnr-area ul li {
    margin-right: 40px;
}
.bnr-area ul li img {
	max-height: 38px;
	width: 100%;
}

.bnr-area ul li:last-child {
    margin-right: 0;
}
@media only screen and (max-width : 960px) {
	.bnr-area ul li img {
		max-height: 32px;
		width: auto;
	}
}
@media only screen and (max-width : 820px) {
	.bnr-area ul {
		display: block;
	}
	.bnr-area ul li {
		margin-right: 0;
	}
	.bnr-area ul li + li {
		margin-top: 20px;
	}
	.bnr-area ul li img {
		width: auto;
		height: 42px;
		max-width: 240px;
		display: block;
		margin: auto;
	}
}

/*spグローバルナビ*/
.on-small-only nav#top-head a#panel-btn {
    padding: 25px;
    z-index: 99999;
}

.side-nav a {
    height: 40px;
    line-height: 40px;
}

.side-nav .btn-color {
    color: #EAEE9D;
    background: transparent;
    border: 1px solid #EAEE9D;
}

.side-nav .btn-color:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #000;
}

.side-nav .btn-color:before {
    border-top: 0 solid #EAEE9D;
    border-left: 0 solid #EAEE9D;
}

.side-nav .btn-color:after {
    border-right: 0 solid #EAEE9D;
    border-bottom: 0 solid #EAEE9D;
}

/*ハンバーガーアイコン*/
.mobile-nav-trigger {
    position: absolute !important;
    left: 0px;
    top: 0;
    width: 15px;
    height: 12px;
    display: block;
    padding: 16px 14px;
}

.mobile-nav-trigger span {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 15px;
    height: 1px;
    margin-bottom: 4px;
    background: #666;
    display: block;
    margin-top: 6px;
}

.is-menu-open .mobile-nav-trigger span:first-child {
    -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
    transform: translate3d(0, 5px, 0) rotate(-45deg);
    width: 10px;
}

.is-menu-open .mobile-nav-trigger span:first-child+span {
    width: 22px;
}

.is-menu-open .mobile-nav-trigger span:first-child+span+span {
    -webkit-transform: translate3d(0, -5px, 0) rotate(45deg);
    transform: translate3d(0, -5px, 0) rotate(45deg);
    width: 10px;
}

/*閉じた場合*/
#panel-btn-icon:before,
#panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 15px;
    height: 1px;
    background: #666;
    transition: .3s;
}

#panel-btn-icon:before {
    margin-top: -4px;
}

#panel-btn-icon:after {
    margin-top: 10px;
}

/*開いた場合*/
#panel-btn .close {
    background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
    margin-top: 0;
}

#panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.on-small-only .site-title {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: -6px;
}

.on-small-only .site-title a {
    padding: 0 !important;
}

.on-small-only .site-title img {
    width: 102px;
    height: 40px;
    margin: 0 auto;
}

.on-small-only .side-nav {
    padding-top: 54px;
}

.on-small-only nav#top-head {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, .7);
    height: 44px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    z-index: 999;
}

.on-small-only nav#top-head {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    height: 60px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    z-index: 999;
}

.on-small-only #top-head.fixed {
    position: fixed;
    z-index: 99999;
}

.on-small-only #top-head.fixed:after {
    width: 100%;
}

.on-small-only nav#top-head .site-title {
    margin-top: 9px;
}

.on-med-only nav#top-head #global-nav2 {
    bottom: 12px;
}

.on-med-only nav#top-head #global-nav2 li a {
    font-size: 13px;
    padding: 6px;
}

/*SNSボタン*/
.side-nav .side-nav-sns {
    display: flex;
}

.side-nav .side-nav-sns li:first-child {
    padding-left: 15px;
}

.side-nav .side-nav-sns li,
.side-nav .side-nav-sns li a {
    padding: 0;
}

.side-nav .side-nav-sns li {
    margin-right: 15px;
}

/**/
#reserve-btn {
    line-height: 1;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #7E6753;
}

@media only screen and (min-width:601px) {
    #reserve-btn {
        display: none;
    }
}

#reserve-btn svg {
    vertical-align: top;
    margin-top: 12px;
    width: 18px;
    height: 18px;
}

#reserve-btn span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 8px;
}

/*footer*/
footer {
    padding: 30px 0 90px;
}

.on-small-only footer {
    padding: 10px 0;
}

ul#footer-nav a {
    color: #fff;
    padding: 5px 15px 5px 0;
}

.on-small-only ul#footer-nav a {
    padding: 9px 15px 9px 0;
}

ul#footer-nav {
    display: table;
    width: 100%;
    text-align: center;
}

ul#footer-nav li {
    display: table-cell;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 0 0 12px 0;
}

.on-small-only ul#footer-nav li {
    display: inline-block;
    float: left;
}

.btn-reservation {
    color: #fff;
    padding: 1rem 2rem;
}

.on-small-only .btn-reservation {
    padding: 1rem 2rem 1rem 0;
}

.on-small-only footer .center-align {
    text-align: left;
}

.f_logo {
    max-width: 500px;
    margin: 30px auto 30px;
}

.on-small-only .f_logo {
    margin: 20px auto 10px;
}

@media only screen and (max-width : 600px) {
    .on-small-only footer {
        padding-bottom: 54px;
    }
}

/*home*/
.site-title {
    position: absolute;
    top: 180px;
    width: 100%;
    margin: 0 auto;
}

.on-med-only .site-title {
    top: 280px;
}

.on-small-only .site-title {
    top: 0px;
}

.site-title img {
    width: 178px;
    height: 269px;
}

.on-med-only .site-title img {
    width: 140px;
    height: 211px;
}

.lead-text {
    position: absolute;
    top: 90px;
    left: 120px;
}

.on-med-only .lead-text {
    position: absolute;
    top: 60px;
    left: 90px;
}

.on-small-only .lead-text {
    position: relative;
    top: 0;
    left: 0;
    border-bottom: 1px solid #7D6853;
    padding-left: 20px;
}

.on-small-only .lead-text .white-text {
    color: #7D6853 !important;
}

.on-small-only .lead-text h2 {
    margin-top: 9px !important;
}

.on-small-only .lead-text h1 {
    margin-bottom: 18px !important;
}

.page-id-717.on-small-only .lead-text {
    position: relative;
    top: 0;
    left: 0;
}

.lead-text h2.h3 {
    line-height: 1.5;
    letter-spacing: 0;
}

.on-small-only .lead-text h2.h3 {
    font-size: 18px;
}

.lead-text h1.small {
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 0;
}

.on-small-only .lead-text h1.small {
    font-size: 10px;
}

.info_list {
    padding: 20px 0;
}

.info_list span {
    padding-right: 2em;
    font-size: 14px;
}

.on-small-only .info_list {
    font-size: 12px;
}

.on-small-only .info_list span {
    font-size: 10px;
    width: 7.5em;
    padding-right: 0;
    display: inline-block;
}

.info_list p {
    margin-bottom: 6px;
}

.info_list a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.on-small-only .info_list a {
    font-size: 12px;
}

.info_list a:hover {
    text-decoration: none;
}

.events_list {
    margin-bottom: 23px !important;
}

.on-large-only .events_list:nth-of-type(1) {
    padding-left: 1.5rem !important;
}

.on-large-only .events_list:nth-of-type(2) {
    padding-right: 1.5rem !important;
}

.events_list .alignleft {
    border-top: 1px solid #CFC7B8;
    padding-top: 23px;
}

.events_list .eye_catch {
    width: 75px;
}

.events_list .text-wrap {
    border-top: 1px solid #CFC7B8;
    padding-top: 23px;
    padding-left: 87px;
}

.events_list .text-wrap {
    color: #000;
}

.events_list .text-wrap span.h4 {
    background: url(img/arrow.svg) no-repeat center left;
    padding: 0 0 0 40px;
    margin: 0;
    line-height: 30px;
    height: 30px;
    display: block;
}

.events_list .text-wrap p {
    margin: 6px 0 0;
    text-decoration: underline;
    line-height: 1.6;
}

.events_list .text-wrap p.dummy {
    text-decoration: none;
}

.events_list:hover .text-wrap p {
    text-decoration: none;
}

.section-enjoy {
    width: 100%;
}

.on-med-only .section-enjoy,
.section-enjoy .section-enjoy-image {
    height: 70vh;
    display: table;
    transition: .6s ease-in-out;
    position: relative;
}

.on-large-only .section-enjoy,
.section-enjoy .section-enjoy-image {
    height: 70vh;
    display: table;
    transition: .6s ease-in-out;
    position: relative;
}

.on-small-only .section-enjoy {
    height: auto;
    transition: .6s ease-in-out;
    position: relative;
}

.on-small-only .section-enjoy .section-enjoy-image {
    height: 120px;
    transition: .6s ease-in-out;
    position: relative;
}

.section-enjoy .section-enjoy-image {
    position: relative;
}

.section-enjoy .section-enjoy-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: #000;
    opacity: 0.1;
    z-index: 2;
    transition: .6s ease-in-out;
}

.on-small-only .section-enjoy .section-enjoy-image:after {
    height: 90px;
}

.on-small-only .section-enjoy:hover .section-enjoy-image:hover:after {
    height: 240px;
}

.section-enjoy:hover .section-enjoy-image:after {
    opacity: .75;
    transition: .4s ease-in-out;
}

.section-enjoy:hover .section-enjoy-image:hover:after {
    opacity: .15;
    transition: .4s ease-in-out;
}

.section-enjoy .section-enjoy-image:nth-of-type(1) {
    background-image: url(img/enjoy_01.jpg);
    background-position: 65% 50%;
}

.section-enjoy .section-enjoy-image:nth-of-type(2) {
    background-image: url(img/enjoy_02.jpg);
    background-position: 60% 50%;
}

.section-enjoy .section-enjoy-image:nth-of-type(3) {
    background-image: url(img/enjoy_03.jpg);
    background-position: 15% 50%;
}

.section-enjoy .section-enjoy-image:nth-of-type(4) {
    background-image: url(img/enjoy_04.jpg);
    background-position: 25% 50%;
}

.section-enjoy .section-enjoy-image:nth-of-type(5) {
    background-image: url(img/enjoy_05.jpg);
    background-position: 90% 50%;
}

.section-enjoy .section-enjoy-image:nth-of-type(6) {
    background-image: url(img/enjoy_06.jpg);
    background-position: 50% 50%;
}

.page-id-717 .section-enjoy .section-enjoy-image:nth-of-type(1) {
    background-image: url(img/enjoy_w01.jpg);
    background-position: 55% 50%;
}

.page-id-717 .section-enjoy .section-enjoy-image:nth-of-type(2) {
    background-image: url(img/enjoy_w02.jpg);
    background-position: 30% 50%;
}

.page-id-717 .section-enjoy .section-enjoy-image:nth-of-type(3) {
    background-image: url(img/enjoy_w03.jpg);
    background-position: 50% 50%;
}

.page-id-717 .section-enjoy .section-enjoy-image:nth-of-type(4) {
    background-image: url(img/enjoy_w04.jpg);
    background-position: 45% 50%;
}

.page-id-717 .section-enjoy .section-enjoy-image:nth-of-type(5) {
    background-image: url(img/enjoy_w05.jpg);
    background-position: 50% 50%;
}

.page-id-717 .section-enjoy .section-enjoy-image:nth-of-type(6) {
    background-image: url(img/enjoy_w06.jpg);
    background-position: 50% 50%;
}

.page-id-717 .on-med-only .section-enjoy .section-enjoy-image {
    display: table-cell;
    width: calc(100%/6);
    transition: .6s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-enjoy .section-enjoy-image {
    display: table-cell;
    width: calc(100%/6);
    transition: .6s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.on-small-only .section-enjoy .section-enjoy-image {
    display: block;
    width: 100% !important;
    height: 90px;
    transition: 2s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-enjoy:hover .section-enjoy-image {
    width: 15%;
    transition: .6s ease-in-out;
}

.on-small-only .section-enjoy:hover .section-enjoy-image {
    width: 100%;
}

.section-enjoy:hover .section-enjoy-image:hover {
    width: 25%;
    transition: .6s ease-in-out;
}

.on-small-only .section-enjoy:hover .section-enjoy-image:hover {
    width: 100%;
    height: 240px;
}

.section-enjoy .section-enjoy-image .text-wrap {
    width: auto;
    height: 200px;
    margin: 0 10px;
    z-index: 3;
    position: absolute;
    bottom: 100px;
}

.on-small-only .section-enjoy .section-enjoy-image .text-wrap {
    padding: 0.3rem 0.75rem;
    margin: 0;
    height: auto;
    bottom: auto;
    top: 0;
    transition: .6s ease-in-out;
}

.on-small-only .section-enjoy:hover .section-enjoy-image:hover .text-wrap {
    top: 40px;
    transition: .6s ease-in-out;
}

.section-enjoy .section-enjoy-image .text-wrap .din-font {
    position: relative;
    display: block;
    opacity: 1;
    transition: .9s ease-in-out;
}

.section-enjoy:hover .section-enjoy-image .text-wrap .din-font {
    opacity: 0;
    transition: .9s ease-in-out;
}

.on-small-only .section-enjoy:hover .section-enjoy-image .text-wrap .din-font {
    opacity: .3;
}

.section-enjoy:hover .section-enjoy-image:hover .text-wrap .din-font {
    opacity: 1;
    transition: .9s ease-in-out;
}

.on-med-only .section-enjoy .section-enjoy-image .text-wrap .din-font {
    font-size: 21px;
}

.section-enjoy .section-enjoy-image .text-wrap .din-font:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 30%;
    height: 1px;
    background: #fff;
    transition: .12s ease-in-out;
}

.on-small-only .section-enjoy .section-enjoy-image .text-wrap .din-font:after {
    width: 5%;
    transition: .8s ease-in-out;
}

.section-enjoy .section-enjoy-image:hover .text-wrap .din-font:after {
    width: 100%;
    transition: .8s ease-in-out;
}

.section-enjoy .section-enjoy-image .text-wrap .h4 {
    line-height: 1.8;
    opacity: 0;
    transition: .9s ease-in-out;
}

.section-enjoy:hover .section-enjoy-image .text-wrap .h4 {
    opacity: 0;
    transition: .1s ease-in-out;
}

.section-enjoy:hover .section-enjoy-image:hover .text-wrap .h4 {
    opacity: 1;
    transition: .6s ease-in-out;
}

.on-med-only .section-enjoy .section-enjoy-image .text-wrap .h4 {
    font-size: 13px;
}

.section-enjoy .section-enjoy-image .text-wrap p {
    opacity: 0;
    transition: .12s ease-in-out;
}

.section-enjoy:hover .section-enjoy-image .text-wrap p {
    opacity: 0;
    transition: .12s ease-in-out;
}

.section-enjoy:hover .section-enjoy-image:hover .text-wrap p {
    opacity: 1;
    transition: 1.2s .12s ease-in-out;
}

.home .rurikeionsen_list,
.page-id-717 .rurikeionsen_list {
    height: 100vh;
    min-height: 900px;
    padding-top: 30px;
}

@media screen and (min-width:1800px) {

    .home .rurikeionsen_list,
    .page-id-717 .rurikeionsen_list {
        min-height: 130vh;
    }
}

.on-small-only.home .rurikeionsen_list,
.on-small-only.page-id-717 .rurikeionsen_list {
    height: auto;
    padding-top: 0;
    height: auto !important;
}

.heading-block-topline-v-wrapper .heading-block-topline-v {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.heading-block-topline-v {
    height: 3rem;
    width: 1px;
    position: relative;
    margin: 0 auto 1rem;
    background: #7D6853;
    border: 0;
}

.heading-block-topline-v-wrapper {
    height: 3rem;
    width: 1px;
    position: relative;
    display: block;
    margin: 0 auto 1rem;
}

.home .rurikeionsen_list {
    background: url(img/bg-rurikeionsen.jpg) no-repeat #F1EFEA;
    background-size: contain;
    background-position: center center;
}

.page-id-717 .rurikeionsen_list {
    background: url(img/bg-rurikeionsenw.jpg) no-repeat #F1EFEA;
    background-size: contain;
    background-position: center center;
}

.on-large-only.home .rurikeionsen_list,
.on-large-only.page-id-717 .rurikeionsen_list {
    background-position: 60% 50%;
}

.on-med-only.home .rurikeionsen_list,
.on-med-only.page-id-717 .rurikeionsen_list {
    background-position: center center;
}

.on-small-only.home .rurikeionsen_list,
.on-small-only.page-id-717 .rurikeionsen_list {
    background-image: none;
    padding-bottom: 30px;
}

.rurikeionsen_list h3.din-font {}

.rurikeionsen_list h2.h5 {
    line-height: 1.8;
}

.on-small-only .rurikeionsen_list h2.h5 {
    font-size: 12px;
}

.rurikeionsen_list .row {
    width: 100%;
    margin: 0;
    padding: 0.9rem 0.25rem;
    background-color: rgba(255, 255, 255, .75);
    border: 1px solid #7D6853;
}

.home .rurikeionsen_list .row,
.page-id-717 .rurikeionsen_list .row {
    width: 40%;
    margin: 3% 0 0 5%;
    padding: 0.9rem 0.25rem;
    background-color: rgba(255, 255, 255, .75);
    border: 1px solid #7D6853;
}

.on-large-only.home .rurikeionsen_list .row,
.on-large-only.page-id-717 .rurikeionsen_list .row {
    width: 30%;
    margin-left: 20%;
}

.on-med-only.home .rurikeionsen_list .row,
.on-med-only.page-id-717 .rurikeionsen_list .row {
    width: 40%;
    margin-left: 5%;
}

.on-small-only .rurikeionsen_list .row {
    width: 85%;
    margin: 30px auto 0;
}

.rurikeionsen_list .col {
    position: relative;
}

.rurikeionsen_list h4.h6 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.rurikeionsen_list p.smaller-text {
    line-height: 1.4;
    margin-bottom: 9px;
}

.rurikeionsen_list .baloon {
    position: absolute;
    right: -90px;
    bottom: -185px;
    background: url(img/baloon_02.png) no-repeat;
    background-size: contain;
    width: 210px;
    height: 210px;
    padding: 75px 45px 20px 20px;
}

.home .rurikeionsen_list .baloon {
    position: absolute;
    right: -180px;
    bottom: -10px;
    background: url(img/baloon_01.png) no-repeat;
    background-size: contain;
    width: 215px;
    height: 170px;
    padding: 55px 20px 20px 45px;
}

.rurikeionsen_list .baloon p {
    text-indent: -1em;
    margin-left: 2em;
}

section#sns {
    padding: 30px 0 0;
}

section#sns .fb-page {
    margin: 0 auto;
}

.on-small-only section#sns .container {}

.on-small-only section#sns .fb-page {
    width: 100%;
    margin: 0;
}

/*下層*/
.main {
    padding-bottom: 120px;
}

.parallax-container {
    position: relative;
}

.on-small-only .parallax-container {
    height: 240px;
}

.parallax-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 2;
}

.parallax img {}

.on-small-only .page-image {
    margin-top: 60px;
}

#page_title {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17%;
}

#page_title h1 {
    margin: 0;
}

#page_title span {
    display: block;
}

#page_title span.en {
    margin-top: 0;
}

.on-small-only #page_title span.en {
    margin-top: 36px;
}

.on-small-only #page_title span.ja {
    margin-top: 0;
}

.howto {
    max-width: 200px;
    margin: 60px auto 0;
}

table.chart th {
    text-align: right;
    padding-right: 1.6em;
    width: 9em;
}

table tr.border-top th,
table tr.border-top td {
    border-top: 1px solid #000;
}

ul li {
    margin: 0;
    padding: 0;
}

ul.disc li {
    list-style-type: none;
    display: table;
    list-style-position: inside;
    padding-left: 0;
    text-indent: 0;
    width: 100%;
}

ul.disc li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

ul.disc li {
    display: table-row;
}

ul.disc li {
    margin-bottom: 0.5em;
}

ul.circle li {
    list-style-type: none;
    display: table;
    list-style-position: inside;
    padding-left: 0;
    text-indent: 0;
}

ul.circle li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

ul.circle li {
    display: table-row;
}

ul.circle li:before {
    content: "○";
    display: table-cell;
    padding-right: 0.4em;
}

ul.circle li {
    margin-bottom: 0.5em;
}

ul.disc ul.circle {
    margin-top: 6px;
    margin-bottom: 12px;
}

.btn-color {
    background-color: #7D6853;
    border: 1px solid #7D6853;
    transition: all 0.2s ease-in;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    padding: 6px 12px;
    display: block;
    margin-bottom: 3px;
}

.btn-color:hover {
    background-color: #fff;
    color: #7D6853;
}

.btn-color:before,
.btn-color:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.btn-color:hover:before,
.btn-color:hover:after {
    width: 100%;
    height: 100%;
    border-width: 2px;
}

.btn-color:before {
    top: -1px;
    left: -1px;
    border-top: 0 solid #7D6853;
    border-left: 0 solid #7D6853;
}

.btn-color:after {
    right: -1px;
    bottom: -1px;
    border-right: 0 solid #7D6853;
    border-bottom: 0 solid #7D6853;
}

.grax_map {
    max-width: 600px;
    margin: 60px auto 30px;
}

.notice {
    position: relative;
}

.notice div {
    position: absolute;
    bottom: 0;
    left: 0;
}

.on-small-only .notice div {
    position: relative;
}

.on-small-only .notice h6.mt .glamping_tent th {
    width: 8em;
}

.col.border-top {
    border-top: 1px solid #7D6853;
}

h3.din-font .small-text {
    padding-left: 0.6rem;
}

dl dt {
    float: left;
    padding: 6px 0;
}

dl dd {
    text-align: right;
    border-bottom: 1px solid #7D6853;
    padding: 6px 0;
    margin: 0;
}

dl.option,
dl.option2 {
    border-bottom: 1px solid #7D6853;
}

dl.option dd span,
dl.option2 dd span {}

dl.option dd,
dl.option2 dd {
    border-bottom: none;
}

dl.option dt,
dl.option2 dt,
dl.option dd,
dl.option2 dd {
    line-height: 1.4;
}

.on-small-only dl dt,
.on-small-only dl dd {
    font-size: 13px;
}

.on-small-only dl dt {
    margin-right: 1em;
}

table.white-box {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}

table.white-box tr {
    border-bottom: 1px solid #ccc;
}

table.white-box th {
    font-size: 12px;
    line-height: 1.8em;
    padding: 3px;
    border-left: 1px solid #ccc;
}

table.white-box td {
    font-size: 12px;
    line-height: 1.8em;
    padding: 3px;
    border-left: 1px solid #ccc;
}

table.white-box th:first-child,
table.white-box td:first-child {
    border-left: none;
}

#calendar .col {
    padding: 10px;
}

#calendar table td {
    text-align: center;
}

#calendar ul {
    padding: 30px 0 0 30px;
    width: 100%;
}

.on-small-only #calendar ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    width: 100%;
}

.on-small-only #calendar ul li {
    width: 49%;
    display: inline-block;
}

#calendar li span {
    padding: 0 1.2em;
    border: 1px solid #ccc;
    margin-right: 0.6em;
}

#notice {
    font-size: 12px;
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-content dl,
.section-content dd {
    width: 100%;
    display: block;
}

.section-content dt {
    float: left;
    width: 8em;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
    font-size: 13px;
}

.section-content dd {
    border-bottom: 1px solid #ccc;
    padding: 12px 0 12px 10em;
    margin: 0;
    font-size: 13px;
    text-align: left;
}

.section-content dd ul {
    border-left: 1px solid #ccc;
    margin: 0 0.6em 1.2em;
    padding-left: 0.6em;
    font-size: 13px;
}

.row.bgcolor.lighten {
    padding: 1.2rem;
}

table.image-wrap td img {
    width: 100%;
    height: auto;
}

.baloon-text {
    width: 13em;
    position: relative;
    padding: .5em.75em;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
}

.baloon-text::before,
.baloon-text::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
}

.baloon-text::before {
    border-top: 15px solid #ccc;
}

.baloon-text::after {
    margin-top: -2px;
    border-top: 15px solid #fff;
}

.baloon-text2 {
    width: 13em;
    position: relative;
    padding: .5em.75em;
    background-color: #7D6853;
    border: 1px solid #7D6853;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}

.baloon-text2::before,
.baloon-text::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
}

.baloon-text2::before {
    border-top: 15px solid #7D6853;
}

.baloon-text2::after {
    margin-top: -2px;
    border-top: 15px solid #7D6853;
}

/*single*/
.tb-border {
    padding: .6em 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}



.page-id-37 dl {
    font-size: 13px;
}

.page-id-37 .option-items dl {
    margin-top: 0 !important;
}

.page-id-37 .option-items dt {
    margin-right: ;
}

.page-id-37 .option-items dd {
    border: none;
}

.page-id-37 .option-items .col {
    margin-bottom: 10px;
}

.blown-border {
    border-bottom: 1px solid #7D6853;
    margin-bottom: 30px;
}

.option-img {
    width: 150px;
}

.option-item {
    vertical-align: top;
}




/*gallery*/
.gallery {
    margin-bottom: 30px !important;
}

.gallery img {
    border: 0 !important;
}

.gallery .bx-wrapper {
    margin-bottom: 6px;
}

.gallery-bxslider dl,
.gallery-bxslider dt {
    margin: 0;
    padding: 0;
}

.slider-icon-img img,
.slider-pager-icon img {
    max-width: 100%;
    height: auto;
}

.slider-pager .slider-pager-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
}

.slider-pager .slider-pager-icon.active,
.slider-pager .slider-pager-icon:hover,
.slider-pager .slider-pager-icon:focus,
.slider-pager .slider-pager-icon:active {
    border: 2px solid #E3E300;
}

.gallery .bx-controls-direction {
    width: 100%;
    font-family: 'Asap', sans-serif;
}

.gallery .bx-controls-direction .bx-next {
    float: right;
}



#main-visual {
    background: #000;
    width: 100%;
}

#main-visual:before {
    content: "";
    display: block;
    padding-top: 88.25%;
}

.snow-area .snowfall-flakes {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bordercolor {
    border: 3px solid #7D6853;
    background-color: #EAEE9D;
    padding: 10px 30px;
}




/*form*/
.pageContent__table {
    margin-bottom: 100px;
    border-collapse: separate;
    border-spacing: 0;
}

.on-small-only .pageContent__table {
    margin-bottom: 0px;
}


/* ----iPad 縦---- */
@media only screen and (min-width: 481px) and (max-width: 1200px) and (orientation:portrait) {

    .pageContent__table {
        border-collapse: collapse;
    }

}


/* ----iPad in 横----*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .pageContent__table {
        border-collapse: collapse;
    }

}



.pageContent__table a,
.single-post .l-columnArea__L a {
    text-decoration: underline;
    color: #7D6853;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.pageContent__table a:hover,
.single-post .l-columnArea__L a:hover {
    text-decoration: none;
}

.single-post .l-columnArea__L .responsive-img {
    width: auto;
}

.pageContent__table tr {
    border-bottom: 1px dotted #7D6853;
}

.pageContent__table tr:last-of-type {
    border-bottom: none;
}

.pageContent__table th {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 2px;
    border-right: 1px dotted #7D6853;
    width: 12em;
}

.pageContent__table td {
    padding-left: 15px;
    /*line-height:1.8;*/
}

.pageContent__table th,
.pageContent__table td {
    border-bottom: 1px dotted #7D6853;
    font-size: 13px;
    line-height: 1.5;
}

.on-small-only .pageContent__table th,
.on-small-only .pageContent__table td {
    font-size: 12px;
}

.pageContent__table td a {
    color: #7D6853 !important;
}

.on-small-only .pageContent__table td {
    padding: 10px 0 10px 10px;
}

.on-small-only .pageContent__table th {
    width: 30%;
    padding: 10px 10px 10px 0;
    letter-spacing: 0px;
}

.pageContent__table tr:last-of-type th,
.pageContent__table tr:last-of-type td {
    border-bottom: none !important;
}




/* ----iPad in 横----*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

    .pageContent__table tr:last-of-type td {
        padding-right: 10px;
    }

}


@media only screen and (min-width: 1000px) and (max-width: 1130px) {

    .pageContent__table tr:last-of-type td {
        padding-right: 10px;
    }

}


/* contact
-------------------------------------*/

.pageContent__table input {
    background: #fff;
    font-size: 13px;
    padding: 10px;
    height: 1.7rem;
    width: 97%;
    background-color: #eee !important;
    margin: 0;

}

.on-small-only .pageContent__table input {
    width: 90%;
    font-size: 12px;
}

.on-med-only .pageContent__table input {
    width: 94%;
}

input:focus:not([type]):not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    -webkit-appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #7D6853;
    box-shadow: 0 1px 0 0 #7D6853;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.pageContent__table textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #eee;
    font-size: 13px;
    padding: 10px;
    height: 10rem;
    width: 99.5%;
    margin: 0;
}

.on-small-only .pageContent__table textarea {
    width: 100%;
}

.on-large-only .pageContent__table td p {
    font-size: 13px;
}


/*チェックボックス*/
.pageContent__table input[type="checkbox"],
.on-med-only .pageContent__table input[type="checkbox"] {
    height: 1rem;
    position: static;
    left: 0;
    opacity: 1;
    display: inline-block;
    width: 1em;
}

.acceptance-358 {
    margin-right: 5px;
}


/*ドロップダウン*/

.select-wrapper input.select-dropdown {
    padding: 0 10px;
    width: 97%;
    margin: 0 !important;
    font-size: 13px;
}

.on-small-only .select-wrapper input.select-dropdown {
    padding: 0 5px;
    width: 95%;
    font-size: 12px;
}

.on-med-only .select-wrapper input.select-dropdown {
    width: 94%;
}

.dropdown-content li {
    min-height: auto;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 14px;
    color: #7D6853;
    display: block;
}

.select-wrapper span.caret {
    right: 15px;
    z-index: 1;
}

.on-small-only .select-wrapper span.caret {
    right: 5px;
}

/*必須*/
.pageContent__table .pageContent__table--Indispensable {
    clear: both;
}

.pageContent__table .pageContent__table--Indispensable:after {
    content: "必須";
    font-size: 11px;
    padding: 4px 6px;
    background: #7D6853;
    color: #fff;
    line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    width: 50px;
    margin: 5px 0 0 0;
}


.on-small-only .pageContent__table--Indispensable::after {
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    float: none;
    margin: 5px auto 0;
    width: 100%;
}

/*privacy*/

.privacyArea {
    height: 12em;
    overflow-y: scroll;
    padding: 15px 10px 15px 20px;
    background: #eee;
    margin-bottom: 5px;
}

.privacyArea__list {
    padding: 0 0 0 15px;
}

.privacyArea__list li {
    list-style-position: outside;
    margin-bottom: 8px;
}

.privacyArea ul li {
    margin-left: 1.2em;
    margin-bottom: 0;
}


/*送信*/
input.wpcf7-submit {
    background: #7D6853;
    letter-spacing: 3px;
    position: relative;
    border: 2px solid #7D6853;
    padding: 16px 20px;
    font-size: 17px;
    color: #fff;
    width: 300px;
    opacity: 1;
    line-height: 1.2;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    cursor: pointer !important;
}

.on-small-only input.wpcf7-submit {
    width: 100%;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 13px;
}

input[type="button"],
input[type="submit"],
.form textarea,
input[type="textarea"] {
    border-radius: 0;
}

.submit {
    text-align: center;
}

.on-small-only .submit {
    margin-top: 30px;
    margin-bottom: 0;
}


.on-small-only #contact .row .col {
    padding: 0;
}







.on-large-only br.show-on-small,
.on-med-only br.show-on-small {
    display: none;
}





.sent .ikt-otoiawase {
    display: none;
}






.btn-area2 {
    position: absolute;
    right: 30px;
    top: 130px;
    z-index: 100;
    width: 300px;
    height: 100px;
}

.btn-area2 .btn-color {
    color: #7D6853;
    background: #fff;
    border: 1px solid #fff;
    margin: 3px 0;
    letter-spacing: 3px;
}

.btn-area2 .btn-color.wcolor {
    color: #7D6853;
    background: transparent;
    border: 1px solid #7D6853;
    margin: 3px 0;
    letter-spacing: 3px;
}

.btn-area2 .btn-color:hover {
    background: #fff;
    border: 1px solid #7D6853;
    color: #7D6853;
}

.btn-area2 .btn-color:before {
    border-top: 0 solid #7D6853;
    border-left: 0 solid #7D6853;
}

.btn-area2 .btn-color:after {
    border-right: 0 solid #7D6853;
    border-bottom: 0 solid #7D6853;
}

.btn-area3 {
    position: absolute;
    right: 30px;
    top: 170px;
    z-index: 100;
    width: 300px;
    height: 100px;
}



.page-id-717 .main-visual {
    max-height: 900px;
    position: relative;
    overflow: hidden;
    position: relative;
}

.page-id-717 .main-visual:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.page-id-717 .main-visual img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

.on-small-only.page-id-717 .main-visual img {
    height: 100%;
    width: auto;
}

i {
    font-style: normal;
    background: #F1EFEA;
    padding: 12px;
    font-size: 13px;
    margin-bottom: 30px;
    display: block;
}

#materialbox-overlay {
    opacity: .9 !important;
}



.main-visual img {
    min-width: 100%;
}



/*2018.10.12 UPDATE*/
.fixed-bottom-nav {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    padding: 12px 0;
    width: 100%;
    background-color: rgba(125, 104, 83, 0.95);
}

.fixed-bottom-nav a {
    float: left;
    display: block;
    width: 20%;
    height: 40px;
    text-align: center;
}

.fixed-bottom-nav a img {
    width: auto;
    height: 100%;
}

/*2018wintercamp*/
.navsp_winter2018 {
    margin-top: 10px;
}

.navsp_winter2018 a {
    padding: 0 !important;
}

.lead-text .winter2018_bnr {
    width: 100%;
    padding: 0 20px 20px 0;
}

.lead-text .winter2018_bnr a img {
    width: 100%;
}

.grecaptcha-badge { visibility: hidden; }
