@charset "utf-8";
/* ===================================================
Base CSS
====================================================== */
body {
min-width: 1200px; min-height: 100vh; background:url("../img/bg.jpg") #fff; color: #000;
font-size: 16px; font-weight: normal; line-height: 1.8;
font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.03em;
}

input,
select,
textarea { font-size: 13px;}

div { -webkit-box-sizing: border-box; box-sizing: border-box;}

a { color: #000; text-decoration: none;}
a:hover { color: #000;}
a:hover img { opacity: 0.75;}

#lineup-font-size-sampler { bottom: 0; left: 0;}
.fixed { width: 100%; position: fixed; top:0; left: 0; z-index: 999;}
iframe[name="google_conversion_frame"] { position: absolute; bottom: 0; left: 0;}

.v_rl{ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;}

br.br_sp{ display: none;}
br.br_pc{ }

@media screen and (max-width: 600px) {
body,
input,
select,
textarea { font-size: 16px;}
body { min-width: 0;}

br.br_sp{ display: block;}
br.br_pc{ display: none;}
}


/* ---------------------------------------------------
	objectFitImages (ofi.js)
------------------------------------------------------ */
.ofi { object-fit: cover; font-family: 'object-fit: cover;' }
.ofi_l_t { object-fit: cover; object-position: 0 0; font-family: 'object-fit: cover; object-position: 0 0;' }
.ofi_r_t { object-fit: cover; object-position: 100% 0; font-family: 'object-fit: cover; object-position: 100% 0;' }
.ofi_l_b { object-fit: cover; object-position: 0 100%; font-family: 'object-fit: cover; object-position: 0 100%;' }
.ofi_r_b { object-fit: cover; object-position: 100% 100%; font-family: 'object-fit: cover; object-position: 100% 100%;' }


/* ---------------------------------------------------
	delighters.js（スクロール連動アニメーション）
------------------------------------------------------ */
.delighter.fade { transform:none; opacity:0; transition: all 1s ease-out; }
.delighter.fade.started { transform:none; opacity:1!important; }

.delighter.LtoR { transform:translate(-20%); opacity:0; transition: all 1s ease-out; }
.delighter.LtoR.started { transform:none; opacity:1!important; }

.delighter.RtoL { transform:translate(20%); opacity:0; transition: all 1s ease-out; }
.delighter.RtoL.started { transform:none; opacity:1!important; }

.delighter.BtoT { transform:translateY(50px); opacity:0; transition: all 1s ease-out; }
.delighter.BtoT.started { transform:none; opacity:1!important; }

.delighter.zoom{ opacity: 1; transform: scale(1.1); transition: transform 2s ease-out;}
.delighter.zoom.started{ transform: scale(1); }

@media screen and (max-width: 600px) {
.delighter.fade { transform:none; opacity:1; transition: none; }
.delighter.fade.started { transform:none; opacity:1!important; }

.delighter.LtoR { transform:none; opacity:1; transition: none; }
.delighter.LtoR.started { transform:none; opacity:1!important; }

.delighter.RtoL { transform:none; opacity:1; transition: none; }
.delighter.RtoL.started { transform:none; opacity:1!important; }

.delighter.BtoT { transform:none; opacity:1; transition: none; }
.delighter.BtoT.started { transform:none; opacity:1!important; }
}


/* ---------------------------------------------------
	初回読み込み時のみのアニメーション（ページ上部でスクロール発火によらない）
------------------------------------------------------ */
.fadein_BtoT{ animation-name: fadeinBtoT; animation-duration: 1s; animation-iteration-count: 1; }
.fadein_LtoR{ animation-name: fadeinLtoR; animation-duration: 1s; animation-iteration-count: 1; }
.fadein_RtoL{ animation-name: fadeinRtoL; animation-duration: 1s; animation-iteration-count: 1; }
@media screen and (max-width: 600px) {
.fadein_BtoT{ animation-iteration-count: 0; }
.fadein_LtoR{ animation-iteration-count: 0; }
.fadein_RtoL{ animation-iteration-count: 0; }
}

@keyframes fadeinBtoT {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeinLtoR {
	from {
		opacity: 0;
		transform: translate(-20%);
	}
	to {
		opacity: 1;
		transform: translate(0);
	}
}

@keyframes fadeinRtoL {
	from {
		opacity: 0;
		transform: translate(20%);
	}
	to {
		opacity: 1;
		transform: translate(0);
	}
}


/* ---------------------------------------------------
Header
------------------------------------------------------ */
#header_wrap { display: none; background:url("../img/bg.jpg") #fff; /*height: 70px;*/ position: fixed; bottom: 0;
  width: 100%; min-width: 1200px; z-index: 100;
/*  webkit-transition: top 0.8s; -o-transition: top 0.8s; transition: top 0.8s;*/
}
/*#header_wrap.fixed { top: 0 !important;}*/
#header { display: flex; align-items: center; justify-content: flex-start;
  position: relative; padding: 0 0 1px; margin: 0 auto;
  -webkit-box-sizing: border-box; box-sizing: border-box;}
#header #logo { position:relative; left:20px; top:0px; width:130px;}
#header #logo  img { width:130px;}
#header .hd_reserve { /*position: absolute; right:0; top:1px;*/ height:66px;
  width: 212px; font-size: 12px; }
#header .hd_reserve a { display: flex; align-items: center; justify-content: center;
  color:#fff; height:100%; width:100%; box-sizing: border-box;
  background: -moz-linear-gradient(top left, #b09349, #c2a251);
  background: -webkit-linear-gradient(top left, #b09349, #c2a251);
  background: linear-gradient(to bottom right, #b09349, #c2a251);
  transition: all .3s ; }
#header .hd_reserve a:hover { opacity: .75; }
#header .hd_reserve a img { width: 60px; height: auto; }
#header .hd_reserve a span { margin-left: 5px; line-height: 1.4; }
#header .hd_tel{ padding-right: 15px; font-size: 26px; line-height: 1; /*position: absolute; top: 20px; right: 205px;*/}
#header .hd_tel .tel-link { background: url("../img/ico_tel.png") no-repeat left 3px; background-size: 14px auto; padding: 0 0 0 17px; }
#header .hd_tel span:not([class]) { display: none;}
#header .gnav_lang { display: block; position: relative; /*position: absolute; top: 1px; right: 136px;*/ text-align: center; width:125px;}
#header .gnav_lang::before{ content:' ';background:#000; display: block; height:50%; width:1px; position: absolute; left:0; top:25%;}
#header .gnav_lang dt { cursor: pointer; font-size: 18px; height:66px; position: relative; box-sizing: border-box; }
#header .gnav_lang dt::after { content: ''; position: absolute; top: 50%; right: 10px; 
                    border-style: solid; border-width: 5px 2.5px 0 2.5px; border-color: #000 transparent transparent transparent; height: 0;width: 0; }
#header .gnav_lang dt span { display: block; padding: 17px 0 0 5px;}
#header .gnav_lang dd { position: relative; width:120px;}
#header .gnav_lang dd ul { background: rgba(98, 98, 98, 0.95); display: none; position: absolute; bottom: 68px; left: 0; width: 100%;}
#header .gnav_lang dd a { border-bottom: 1px dotted #888; color: #fff; display: block; font-size: 14px; padding: 3px 0; width: 100%;}
#header .gnav_lang dd a:before { content: none;}
#header .gnav_lang dd a:hover { background: rgba(69, 69, 69, 0.95);}
#header .gnav_lang dd li:last-child a { border-bottom: none;}

 @media screen and (max-width: 1300px) {
  #header .hd_tel{font-size: 22px;}
  #header #logo img{    width: 100px;}}

@media screen and (max-width: 600px) {
                    #header_wrap { background:url("../img/bg.jpg") rgba(255,255,255,.9); visibility: hidden; position: fixed; top: 0; left: 0; z-index: 1001; 
                                        height:-webkit-calc(100vh - 60px); height:calc(100vh - 60px); width:100%; min-width:100%;
                                        transition: all 0.7s; transform: translate(100%);}
                    #header_wrap.open { background:url("../img/bg.jpg") rgba(255,255,255,.9); 
                                        height:-webkit-100vh; height:100vh; overflow: auto; padding: 0 3%; 
                                        position: fixed; top: 0;left: 0;
                                        transform: translate(0); opacity: 1; visibility: visible; width:100%; z-index: 1001;} 
                    #header { flex-direction: column;}
                    #header #logo { left:0; top:0; margin:10px auto; text-align: center; order:0; width:100%; }
                    #header #gnav {order: 1;}
                    #header .hd_reserve{ font-size:16px; height:auto; margin:10px 0 ; position: relative; left:0; top:0; order: 2; width:100%; }
                    #header .hd_reserve a { padding:10px;}
                    #header .hd_tel{margin: 25px auto; position:relative; left:0; top:0; order: 4; text-align: center; }
                    #header .hd_tel span:not([class]) { display:block; font-size:15px; line-height: 1.8;}
                    #header .gnav_lang { border:1px solid rgba(0,0,0,.4);position:relative; left:0; top:0; order: 3; width:100%;}
                    #header .gnav_lang::before {content:none;}
                    #header .gnav_lang dt { height:auto; }
                    #header .gnav_lang dt span { padding: 5px;}
                    #header .gnav_lang dd {width:100%;}
                    #header .gnav_lang dd ul { display: block; position:relative; bottom: inherit; top: 0px; }
                    #header .gnav_lang dd a { padding: 8px 0;}
}

/* ---------------------------------------------------
gnav
------------------------------------------------------ */
#gnav { /*position:absolute; top: 50%; right:0; transform: translateY(-50%);*/
  margin: 0 auto 0 22px; box-sizing: border-box;
  /*width:-webkit-calc(100% - 200px); width:calc(100% - 200px);*/ }
#gnav .add_menu{ display: none;}
#gnav ul,
#gnav li,
#gnav a { display: -webkit-flex; display: -ms-flex; display: flex;}
#gnav > ul a { font-size: 16px; -ms-align-items: center; align-items: center; padding: 16px 11px; position: relative; }
#gnav > ul a:before { content: ''; height: 2px; position: absolute; left: 50%; right: 50%; bottom: 5px; 
                    background: #000; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
#gnav > ul a:hover { text-decoration: none;}
#home .add_menu a:before,
#points #gn_01 a:before,
#hotspring #gn_02 a:before,
#room #gn_03 a:before,
#cuisine #gn_04 a:before,
#pavilion #gn_05 a:before,
#sightseeing #gn_06 a:before,
#access #gn_07 a:before,
#gnav > ul a:hover:before { left: 1vw; right: 1vw;}
@media screen and (max-width: 1300px) {
  #gnav > ul a{    font-size: 15px;padding: 16px 7px;}

 }
@media screen and (max-width: 600px) {
                    #gnav { margin:15px auto; position:relative; width:100%;}
                    #gnav .add_menu{ display: block;}
                    #gnav > ul { border-bottom:1px solid rgba(0,0,0,.2); border-top:1px solid rgba(0,0,0,.2); flex-wrap: wrap; justify-content: flex-start; padding: 0 ; margin: 0 4%;}
                    #gnav > ul a { padding: 10px ; position: relative; }
                    #gnav > ul a::before {content:"»"; background:none; height:0; position: absolute; left:0; top:0.6em;}
                    #gnav > ul li{ border-bottom:1px solid rgba(0,0,0,.2); flex-basis: 50%; width: 50%;}
                    #gnav > ul li:nth-last-of-type(1),#gnav > ul li:nth-last-of-type(2){ border-bottom:none;}
                    #home .add_menu a:before,
                    #points #gn_01 a:before,
                    #spa #gn_02 a:before,
                    #room #gn_03 a:before,
                    #meal #gn_04 a:before,
                    #pavilion #gn_05 a:before,
                    #sightseeing #gn_06 a:before,
                    #access #gn_07 a:before,
                    #gnav > ul a:hover:before { left:0; top:0.6em;}
                  
}
@media screen and (max-width: 320px) {
                    #gnav > ul a { padding: 10px 0 10px 20px; }
}

/*---------------------------------------------------
search_col
------------------------------------------------------ */
#search_col { background:#000; color:#fff;}
#search_col .inner {
  display: -webkit-box; display: -ms-flexbox; /*display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;*/
  -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  margin:0 auto; text-align: center; width:1100px; padding: 12px 0; }
#search_col .inner::after {content:""; display: block; clear:both; height:0;}
#search_col .inner p:not([class]) { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  font-size:18px; padding:20px;}
#search_col .inner p:not([class]) a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color:#fff; font-size:24px; background:#424241; border-radius: 50%; height:22px; width:22px; padding:1px 6px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left:5px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
#search_col .inner p:not([class]) a:hover { opacity: 0.75; }
#search_col .inner p:not([class]) img { width:54px;}
#search_col .inner p:not([class]) span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#search_col .inner #search_489ban { display: flex; flex-wrap: wrap; /*float:left;*/ width:700px;
  -webkit-box-align: center; align-items: center; -webkit-box-pack: justify;justify-content: space-between;}
#search_col .inner #search_489ban form { display: flex; }
#search_col .inner #search_489ban .date_489ban { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;-ms-flex-align: center;align-items: center; margin-right: 20px;}
#search_col .inner #search_489ban .date_489ban dt {font-size: 22px;margin-right: 10px; width:3.5em;}
#search_col .inner #search_489ban .date_489ban dd {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#search_col .inner #search_489ban .date_489ban dd input[name='date'] { color: #fff; font-size: 25px;cursor: pointer;font-family: inherit; background: url(../../img/search_cal.png) no-repeat right 2px top 8px; border: none; border-bottom: 1px #fff solid; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0 0 0.2em 0; height: 36px;width: 170px; outline: none; line-height: 35px; margin-right: 5px;}
#search_col .inner #search_489ban .date_489ban dd input[name='date']:disabled {cursor: not-allowed;opacity: 0.5;}
#search_col .inner #search_489ban .date_489ban dd label {font-size: 12px; width:6em;}
#search_col .inner #search_489ban .inbox_489ban {margin-right: 20px;}
#search_col .inner #search_489ban .stay_489ban { display: flex; -webkit-box-align: center; align-items: center;}
#search_col .inner #search_489ban .stay_489ban dt { font-size: 20px;margin-right: 10px; width:3em;}
#search_col .inner #search_489ban .stay_489ban dd select { background: url(../../img/search_select.png) no-repeat right 7px center; border: none; border-bottom: 1px #fff solid;border-radius: 0;
  color: #fff; cursor: pointer; font-family: inherit; font-size: 25px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  padding: 0 0 0.2em 0; outline: none; height: 42px; width: 95px;line-height: 35px;margin-right: 5px;}
#search_col .inner #search_489ban .stay_489ban dd select::-ms-expand {display: none;}
#search_col .inner #search_489ban .stay_489ban dd select:disabled {cursor: not-allowed; opacity: 0.5;}
#search_col .inner #search_489ban .stay_489ban dd select option { color: #000;}
#search_col .inner #search_489ban button[name='searchButton489ban'] { background:#000; border: 1px #fff solid; color: #fff; cursor: pointer; font-family: inherit; font-size: 20px;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;outline: none;
  width: 160px; height: 50px;line-height: 48px;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
#search_col .inner #search_489ban button[name='searchButton489ban']:hover { opacity: 0.75; }
#search_col .inner #search_489ban .link { width: 100%; text-align: right; }
#search_col .inner #search_489ban .link a { color: #fff; font-size: 13px; display: inline-block; }
#search_col .inner #search_489ban .link a:hover { opacity: 0.75; }
#search_col .inner #search_489ban .link a span::before { content: "»"; font-size: 20px; margin: 5px 5px 0 0;}
#search_col .inner #search_489ban::after { content:""; display: block; clear:both; height:0; }
#search_col .inner ul {display: -webkit-box;display: flex; /*float:right;*/ margin:-10px 0 0 ; width:300px;}
#search_col .inner ul li + li { margin-left: 20px;}
#search_col .inner ul li a {color: #fff; display: block; text-align: center;}
#search_col .inner ul li a img {display: block; margin: 10px auto;}
#search_col .inner ul li:nth-of-type(2) a img {margin-bottom:17px;}
#search_col .inner ul li a span {  display: block; font-size:13px;}
#search_col .inner ul li a:hover {opacity: 0.75;text-decoration: none;}
#search_col .inner ul li a:hover img {opacity: 1;}
.ui-datepicker { background:rgba(0, 0, 0, 0.9)!important; padding: 5px!important;}
.ui-datepicker .ui-datepicker-calendar { border-spacing: 4px!important; border-collapse: separate!important;}
.ui-datepicker .ui-datepicker-calendar th {border: none!important;text-align: center!important;font-weight: bold!important;background: none!important;color: #fff!important;}
.ui-datepicker .ui-datepicker-calendar td {border: none!important; background:#000!important;}
.ui-datepicker .ui-datepicker-calendar td a {/*display: block!important;text-align: right!important;*font-weight: bold!important;-webkit-transition: none!important;transition: none!important;*/ 
  padding: 2px 0!important;color: #fff!important; border: 1px transparent solid!important; background:#000!important;}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {text-decoration: none!important; border-color: #fff!important;}
.ui-datepicker .ui-datepicker-current {display: none!important;}
.ui-widget-header {border:0!important; background:none!important;}
.ui-datepicker .ui-datepicker-buttonpane button { padding:0!important;}
.ui-datepicker .ui-datepicker-buttonpane button ,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-state-default, .ui-widget-content .ui-state-default{ border:0!important; background:none!important; color:#fff!important;}

.ui-widget-content { border:0!important; z-index: 10!important!important;}

@media screen and (max-width: 600px) {
  #search_col { display: none; }
}

/* ---------------------------------------------------
Contents
------------------------------------------------------ */
#contents_wrap { clear: both; width: 100%; }

p.btn a { display: block; border:1px solid; padding:15px 0; text-align: center; position: relative; width:240px;
                transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);}
p.btn a:before,
p.btn a:after{ content:""; display: block; position: absolute; top: 50%; right: 0; height: 1px; background: #000;}
p.btn a:before{ width: 30px; transform: translate(10px, 0px);transition: 0.7s;}
p.btn a:after{ width: 15px; transform-origin: right center; transform: translate(10px, 0px) rotate(25deg);transition: 0.7s;}

p.btn a:hover{ background:#000; border-color:#000; color:#fff; text-decoration: none;}
p.btn a:hover:before{transform: translate(20px, 0px);}
p.btn a:hover:after{transform: translate(20px, 0px) rotate(25deg);}

@media screen and (max-width: 600px) {
/*                    #contents_wrap { padding-top:0; }*/
}

/*スライダー（単純フェード・前後ボタン・ドットあり）*/
.slide_single { margin: 0 !important;}
.slide_single .slick-prev,
.slide_single .slick-next { z-index: 2; width: 22px; height: 53px;}
.slide_single .slick-prev { left: 0;}
.slide_single .slick-next { right: 0;}
.slide_single .slick-prev:before { content: ''; background: url("../img/ico_prev1.png") no-repeat 0 0; background-size: 22px; width: 22px; height: 53px; display: block; }
.slide_single .slick-next:before { content: ''; background: url("../img/ico_next1.png") no-repeat 0 0; background-size: 22px; width: 22px; height: 53px; display: block; }
.slide_single .slick-dots { bottom: -40px;}
.slide_single .slick-dots li{ margin: 0;}
.slide_single .slick-dots li button:before { color: #000; opacity: 1; font-size:10px;}
.slide_single .slick-dots li.slick-active button:before { color: rgba(157,149,139,1);}

/*スライダー（センターモード・前後ボタン・ドットあり）*/
.slide_center{ margin: 0 !important;}
.slide_center .slick-slide{ /*margin: 0 25px;*/ margin:0 10px ;}
.slide_center .slick-prev,
.slide_center .slick-next { z-index: 2; width: 22px; height: 53px;}
.slide_center .slick-prev { left: 50%; margin: 0 0 0 /*-585px*/-490px;}
.slide_center .slick-next { right: 50%; margin: 0 /*-585px*/-490px 0 0;}
.slide_center .slick-prev:before { content: ''; background: url("../img/ico_prev2.png") no-repeat 0 0; background-size: 22px; width: 22px; height: 53px; display: block; }
.slide_center .slick-next:before { content: ''; background: url("../img/ico_next2.png") no-repeat 0 0; background-size: 22px; width: 22px; height: 53px; display: block; }
.slide_center .slick-dots { bottom: -40px;}
.slide_center .slick-dots li{ margin: 0;}
.slide_center .slick-dots li button:before { color: #46230d; opacity: 1;}
.slide_center .slick-dots li.slick-active button:before { color: #8e85b9;}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 600px) {
                .slide_center .slick-slide img{ height: 250px;}
                .slide_center .slick-prev { margin: 0 0 0 -49%;}
                .slide_center .slick-next { margin: 0 -49% 0 0;}
                .slide_center .slick-prev:before { background: url("../img/ico_prev1.png") no-repeat 0 0; background-size: 22px; }
                .slide_center .slick-next:before { background: url("../img/ico_next1.png") no-repeat 0 0; background-size: 22px; }
}

/* ---------------------------------------------------
Main img
------------------------------------------------------ */
#main_img { background: transparent; clear:both; height: 500px; padding: 0; position: relative; width: 100%; box-sizing: border-box; text-align: center;}
#main_img h1 { background:rgba(0,0,0,.75); color:#fff; font-size:30px;
  display: block; /*outline:1px solid #fff; outline-offset:-4px;*/
  margin: 0 auto 50px -80px; letter-spacing: 0.1em; padding:45px 22px;
  position: absolute; left:50%; top:150px;
  -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
body:not(#home) #main_img h1::after { content: ""; position: absolute; top: 3px; left: 3px;
  width: calc(100% - 8px); height: calc(100% - 8px); display: block; border: 1px solid #fff; }

@media screen and (max-width: 600px) {
                    #main_img { height:300px;}
                    #main_img h1{ font-size: 28px; position: relative; top:30px; padding:45px 22px; margin: 0 auto 50px -45px;}
}


/* ---------------------------------------------------
Breadcrumb
------------------------------------------------------ */
#contents_wrap #breadcrumb { margin: 5px auto 25px 3%; /*max-width: 1100px;*/ width: 97%; font-size: 13px; text-align: left;}
#contents_wrap #breadcrumb li { display: inline-block; line-height: 1.6;}
#contents_wrap #breadcrumb li:before { content: '>'; margin: 0 5px;}
#contents_wrap #breadcrumb li:first-child:before { display: none;}

@media screen and (max-width: 600px) {
                    #contents_wrap #breadcrumb { display: none;}
}


/* ---------------------------------------------------
section 
------------------------------------------------------ */
h2 { font-size:40px; text-align: center;}
#lead_col h2.lead { font-size:36px;}

@media screen and (max-width: 600px) {
                    #lead_col h2.lead { font-size:30px; line-height: 1.5;}
                    #lead_col h2.lead span { display: block;}
                    
}

/* ---------------------------------------------------
Footer
------------------------------------------------------ */
#pagetop { display: none; }
#pagetop a {
  position: fixed; bottom:160px; right:70px; z-index: 20;
  display: block; width: 60px; height: 60px; padding: 25px 0 5px; box-sizing: border-box;
  background: #000; text-align: center; color: #fff }
#pagetop a::before {
  content: "»"; font-size: 30px; transform: translateX(-50%) rotate(-90deg);
  position: absolute; top: -10px; left: 50%; margin-left: -2px; }
#footer_wrap { margin: 0 0 146px; }
#footer address{ background:rgba(214,199,184,.4); font-size: 15px; padding: 20px 0; text-align: center;}
#footer address img { display: block; margin: 0 auto 15px;}
#footer address .tel-link { display: block;}
#footer address .tel-link small {font-size:17px; display: block; margin-top:-10px;}
#footer address .tel-link b{font-size:30px;}
#footer .ft_btns{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 25px auto; max-width: 1200px; width: 94%; }
#footer .ft_btns li{ width: calc(90% / 4); margin: 0 5px; font-size: 16px;}
#footer .ft_btns li:nth-child(1) a,
#footer .ft_btns li:nth-child(2) a,
#footer .ft_btns li:nth-child(3) a,
#footer .ft_btns li:nth-child(4) a { color: #fff; display: block; height: 50px; text-align: center; line-height: 50px; }
#footer .ft_btns li:nth-child(1) a{ background:#e08c59;}
#footer .ft_btns li:nth-child(2) a{ background:#9b8357;}
#footer .ft_btns li:nth-child(3) a{ background:#8f8a4f;}
#footer .ft_btns li:nth-child(4) a{ background:#9a9896;}
#footer .ft_btns li:nth-child(1) a:hover,
#footer .ft_btns li:nth-child(2) a:hover,
#footer .ft_btns li:nth-child(3) a:hover,
#footer .ft_btns li:nth-child(4) a:hover{ opacity: 0.8; text-decoration: none;}
/*
#footer .ft_btns li:nth-child(4) a::after {content:"»"; font-size:30px; margin-left:10px; }
#footer .ft_btns li:nth-child(4) a:hover { text-decoration: underline;}
*/
#footer .ft_nav { border-top: 1px solid #9b9896; /*background: rgba(214,199,184,.4);*/ }
#footer .ft_nav .acc_tit{ display: none;}
#footer .ft_nav ul{ display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; letter-spacing: 0; margin: 0 auto; padding: 10px 0 ; width: 1100px;}
#footer .ft_nav ul li{ margin: 0 20px 0 0; font-size: 15px;}
#footer .ft_nav ul li a{ display: block; }
#footer .ft_nav ul li a::before {content:"»"; font-size:20px; margin-top:8px; }
#footer .copyright {
  color: #9c9078; font-size: 12px; text-align: center; width: 100%; margin: 1vw 0 0; }

@media screen and (max-width: 600px) {
                    #footer_wrap { padding-bottom:62px; margin: 0; }
                    #footer address img { width:150px;}
                    #pagetop a { position: relative; width: 100%; bottom: 0; left: 0; background: none; color: #000; }
                    #footer .ft_btns{ flex-direction: column; text-align: center; width:90%;}
                    #footer .ft_btns li{ width: 100%; }
                    #footer .ft_btns li:nth-child(1) a,
                    #footer .ft_btns li:nth-child(2) a,
                    #footer .ft_btns li:nth-child(3) a,
                    #footer .ft_btns li:nth-child(4) a{ height: auto; margin:10px auto;}
/*                    #footer .ft_btns li:nth-child(4) a{ margin: 20px auto; width:90%;}*/
                    #footer .ft_nav { background:rgba(0,0,0,.7); border-top:0; background:rgba(214,199,184,.4); }
                    #footer .ft_nav .acc_tit {color:#fff; display: block; padding:10px 0; text-align: center; position: relative;color:#000;}
                    #footer .ft_nav .acc_tit::after {content:"»"; display: block; font-size:20px; transform:rotate(90deg); position: absolute; top:20%; right:50%; margin-right:-6em;}
                    #footer .ft_nav .acc_tit.active::after { transform:rotate(-90deg);}
                    #footer .ft_nav ul{ display: -webkit-box; display: -ms-flexbox; display: flex; width:92%;}
                    #footer .ft_nav ul li { margin:0; width:50%;}
                    #footer .ft_nav ul li a { color:#000;font-size:13px;}
                    #footer .ft_nav ul li:last-of-type a{ letter-spacing: 0;}
}


/* ---------------------------------------------------
sp_nav
------------------------------------------------------ */

#sp_nav { display: none;}
#sp_nav ul { display: table; width: 100%; table-layout: fixed; height: 60px;}
#sp_nav li { border-left: 1px solid #434343; display: table-cell; -webkit-box-sizing: border-box; box-sizing: border-box; 
                vertical-align: middle; padding: 0 0 env(safe-area-inset-bottom);}
#sp_nav a { display: block; padding:6px 10px; text-align: center;}
#sp_nav img { width: 50px;}
#sp_nav li#open_menu { position: relative;}
#open_menu a{ display: block; height:100%; width:100%; }
#open_menu a span { display: inline-block; transition: all .4s; box-sizing: border-box;}
#open_menu a span { background: #f4f3f1; position: absolute; left: 0; height: 3px; margin:0 -webkit-calc(50% - 19px); margin:0 calc(50% - 19px); width: 38px; }
#open_menu a span:nth-child(1) { top: 12px; }
#open_menu a span:nth-child(2) { top: 23px; }
#open_menu a span:nth-child(3) { top: 34px; } 
#open_menu a span:nth-of-type(4) { background:none; top:34px; color: #000; height:1px; width: 50px;}
#open_menu a span:nth-of-type(4)::before { content: "MENU"; color:#fff; font-size: 12px; font-family: "Times New Roman", Times, "serif"; 
                    letter-spacing: 1px; position: relative; left:-5px; top:0; width:40px;}
#open_menu a.active span:nth-child(1) { top: 22px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
#open_menu a.active span:nth-child(2) { width: 0; left: 50%; }
#open_menu a.active span:nth-child(3) { top: 22px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg) ; }
#open_menu a.active span:nth-of-type(4)::before { content: "CLOSE"; font-size: 11px; }

@media screen and (max-width: 600px) {
                    #sp_nav {background: #000; border-top:1px solid #fff; display: block; position: fixed; bottom: 0; left: 0; z-index: 1002; }
                    
}



/* ---------------------------------------------------
Languageボタン
------------------------------------------------------ */
 .hd_lang{ font-size: 18px; line-height: 1.1; position: fixed; top:25px; right: 25px;z-index: 100;}
#lang_btn{ padding: 10px 20px 10px 10px; position: relative; cursor: pointer; box-sizing: border-box; display: flex; justify-content: center; align-items: center; filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));color: #fff;}
#lang_btn::after{ content: ""; display: block; width: 6px; height: 6px; border-bottom: solid 1px #fff; border-right: solid 1px #fff; position: absolute; top: 15px; right: 5px; transform: rotate(45deg); transition: all, 0.5s;}
#lang_btn.on::after{ top: 18px; transform: rotate(-135deg);}
#lang_list{ width: 100%;}
#lang_list li{ margin: 0 0 1px;}
#lang_list li a{ display: block; padding: 7px 10px; text-align: center; background: rgba(255,255,255,0.8); color: #000;}
#lang_list li a:hover{ background: #E6E6E6; text-decoration: none;}
@media screen and (max-width: 600px) {
    .hd_lang{ font-size: 15px; top: 15px; right: 15px;}
    #lang_list{ font-size: 14px;}
}

/* ---------------------------------------------------
更新履歴
------------------------------------------------------

180205_kamiguchi_更新履歴コメントひな形追加
180228_〇〇_cssを更新したらここに更新履歴を追加していきます。多くなったら上の方は削除。

------------------------------------------------------ */