@charset "utf-8";
    @-ms-viewport {
    width: auto !important;
    initial-scale: 1;
}
@viewport {
    width: device-width;
    initial-scale: 1;
}
/*---------------------------------

  全体設定
  
---------------------------------*/
.mainimg {
	width: 100%;
	text-align: center;
	padding-top: 85px;
}
.mainimg img {
	max-width: 100%;
	max-height: 1000px;
	margin: 55px auto 0;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.sp_v {
	display: none;
}
.pc_v {
	display: block;
}
html{
  scroll-behavior: smooth;
}
.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.clearfix {
    zoom: 100%;
}
div {
	box-sizing: border-box;
}
a {
    transition : all 0.5s ease 0s;
}
a:hover,.head_menu #menu a:hover {
	color: #c0af33;
}
h2::before { /* スクロール位置のハック */
  display: block; 
  content: " "; 
  margin-top: -180px; 
  height: 180px; 
  visibility: hidden; 
  pointer-events: none;
}
h3.box::before { /* スクロール位置のハック */
  display: block; 
  content: " "; 
  margin-top: -180px; 
  height: 180px; 
  visibility: hidden; 
  pointer-events: none;
}
/* ベースfontをremに */
html {
	font-size: 62.5%;/* ルートのフォントサイズを10pxに設定しておく */
    height: 100%;
    min-width: 600px;
    display: block;
    position: relative;
    margin-top: 0!important;
}
body {
	font-size: 1.6em;/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
    height: 100%;
    margin: 0;
    background: #fff;
    display: block;
    position: relative;
    line-height: 1.6;
}
section {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    outline: none;
    color: #000;
}
img {
    vertical-align: top;
    width: 100%;
}
html {
    
	font-size: 62.5%;
}
h2 {
    letter-spacing: 0.1em;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}
p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.black,.black p a,.black a {
	color: black!important;
	border-top-color: black!important;
	border-left-color: black!important;
	border-right-color: black!important;
	border-bottom-color: black!important;
}
.black p:after {
	color: black!important;
}
.white,.white li a,.white p a {
	color: white!important;
	border-top-color: white!important;
	border-left-color: white!important;
	border-right-color: white!important;
	border-bottom-color: white!important;
}
.white p:after {
	color: white!important;
}
.bg-white {
	background: white;
}
.bg-black {
	background: black;
}
/*---------------------------------

  width
  
---------------------------------*/
.w1200 {
    width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
}
.w1000 {
    width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
}
.w920 {
    width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
}
/*---------------------------------

  追従エリア
  
---------------------------------*/
.window_right1 {
    position: fixed;
    bottom: 200px;
    right: 0;
    width: 42px;
    height: auto;
    display: inline-block;
    z-index: 98;
}
.window_right2 {
    position: fixed;
    bottom: 350px;
    right: 0;
    width: 42px;
    height: auto;
    display: inline-block;
    z-index: 98;
}
.window_right1 img,.window_right2 img {
    width: 100%;
    height: auto;
}
/*---------------------------------

  ヘッダー
  
---------------------------------*/
.head_change {
	display: flex;
    width: 100%;
	box-sizing: border-box;
	color: black;
	position: fixed;
	z-index: 999;
}
.head_change-in {
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.head_change-in .logo,.head_change-in .reserv_box {
    display: flex;
	align-items: center;
}
.head_change-in .logo img {
    height: 60px;
    width: auto;
    padding: 10px;
}
.head_change-in .logo h1 {
    font-size: 2.4rem;
    margin: 0;
    padding: 8px 10px;
    font-weight: 500;
}
.head_change-in .logo h1 span {
	width: 250px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: black;
	font-weight: 400;
}
.head_change .tel {
    margin-right: 10px;
    font-size: 2.6rem;
    color: #a81f02;
    font-weight: 600;
	white-space: nowrap;
}
.head_change .reserv_link {
    font-weight: bold;
    color: white;
    background: #a81f02;
    padding: 1em 1em 1em 3.5em;
    margin: 5px;
    position: relative;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
	transition : all 0.5s ease 0s;
	white-space: nowrap;
}
.head_change .reserv_link:hover {
	opacity: 0.5;
	cursor: pointer;
}
.head_change .reserv_link a {
    color: #fff;
    line-height: 1;
    font-size: 1.7rem;
}
.head_menu{
    position: fixed;
    width: 100%;
	z-index: 99999;
	box-sizing: border-box;
	top: 80px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.head_menu.fixed {
    position: fixed;
    top: 0;
}
.head_menu #menu ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.head_menu #menu a {
    color: #fff;
}
.head_menu #menu li {
    position: relative;
    display: inline-block;
    padding: 8px 8px;
    font-size: 1.5rem;
	flex-grow: 1;
	text-align: center;
}
.head_menu #menu li {
  border-left: 1px solid white;
}
.head_menu #menu li:last-child {
  border-right: 1px solid white;
}
.head_menu #menu li:hover .sub-nav {
	display: block;
}
.head_menu #menu li .sub-nav {
	display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 100;
    padding: 0;
}
.head_menu #menu li .sub-nav li {
    display: block;
    padding: 0;
    white-space: nowrap;
}
.head_menu #menu li .sub-nav li:last-child {
    border-bottom: none;
}
.head_menu #menu li .sub-nav a {
    display: block;
    width: 100%;
    padding: 2px 0;
    background: #999;
}
.head_menu #menu .sub-nav a:hover {
    background: #ccc;
}

.logo {
    display: table-cell;
    vertical-align: middle;
}

.logo img {
    height: 100%;
    width: auto;
    display: inline;
    vertical-align: middle;
}
.logo span {
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #fff;
}
#breadcrumb {
    line-height: 1.5;
    font-size: 12px;
    margin-top: 20px;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#breadcrumb li:first-child {
    padding-left: 0;
}
/*---------------------------------

  メインスライダー
  
---------------------------------*/
#mainv_blank {
    position: relative;
    width: 100%;
    height: 100px;
    color: #fff;
    box-sizing: border-box;
    z-index: 21;
}
.mainv_bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100%*1000/2000);/* (画像の高さ / 画像の横幅) × 100 */
    top: 0;
    left: 0;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
    z-index: 23;
    margin-top: 58px;
}
.mainv_bg_sp {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
	font-family: 'object-fit: cover';
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
    z-index: 23;
}
.h2 {
	background: black;
	margin: 0 auto;
	padding: 15px;
	color: white;
	font-weight: normal;
	text-align: center;
	font-size: 1.5rem;
}
.bg-controller {
	z-index: 30;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.bg-prev, .bg-next {
	height: inherit;
	color: white;
	opacity: 0.7;
	font-size: 5rem;
	cursor: pointer;
	display: inline-block;
}
.bg-next::after, .bg-prev::after {
	display: table-cell;
	width: inherit;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}
.bg-prev::after {
	content: 'chevron_left';
	font-family: "Material Icons";
}
.bg-next::after {
	content: 'chevron_right';
	font-family: "Material Icons";
}
.bg-prev:hover, .bg-next:hover {
	opacity: 0.9;
}
@media screen and (max-width: 1024px) {
    #mainv {
    height: 500px;
	}
	.mainv_bg {
	    height: 500px;
	}
}
@media screen and (max-width: 480px) {
    #mainv {
	    height: 100vh;
	}
	.mainv_bg {
	    height: 300px;
	}
}
.mainv_logo_wrap {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    z-index: 25;
}
.mainv_logo_wrap img{
	display: none;
}
/*---------------------------------

  YouTube
  
---------------------------------*/
.slide {
	
}
.slide2 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.slide2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------------------------

  ボックス
  
---------------------------------*/
.top_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.link_list_single {
	max-width: 100%;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid black;
	margin-bottom: 1%;
	padding: 3em 2em;
	background: white;
}
.link_list {
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid black;
	margin-bottom: 1%;
	padding: 3em 2em;
	background: white;
}
.link_list img {
	width: 100%;
	height: 200px;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}
.link_list_flat {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 1%;
	padding: 3em 2em;
	background: white;
}
.link_list_imgbox,.link_list_gallerybox,.link_list_listbox,.link_list_catalogbox,.link_list_image,.link_list_map {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.link_list_imgbox img,.link_list_gallerybox img {
	width: 100%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.link_list_listbox img {
	width: 50%;
	margin-right: 1%;
	margin-bottom: 1%;
	max-height: 370px;
}
.link_list_catalogbox {
	background: #e5e5e5;
	padding: 1% 1% 0;
}
.link_list_catalogbox div {
	width: 24%;
	margin-bottom: 1%;
	background: white;
	box-sizing: border-box;
}
.link_list_catalogbox:before{
	content:"";
	display: block;
	width:24%;
	order:1;
}
.link_list_catalogbox:after{
	content:"";
	display: block;
	width:24%;
}
.link_list_catalogbox div h4,.link_list_catalogbox div p {
	padding-left: 10px;
	padding-right: 10px;
}
.link_list_catalogbox div img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.link_list_image img {
	width: 100%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.link_list_map > div {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.link_left {
	margin-right: 1%;
}
.top_link h3 {
	font-size: 3.8rem;
}
.top_link_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.top_link_w .link_list {
	max-width: 100%;
}
#point h2 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 1.5em;
}
.link_txt h3 span {
	background: black;
	color: white;
	padding: 5px 15px;
	font-size: 2.5rem;
	margin-right: .5em;
    border: 5px double #fff;
}
.link_txt h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 2.4rem;
}
.link_list_single h4,.link_list h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	padding: 0.25em 0 0.25em 1em;
	color: #494949;
	background: transparent;
	position: relative;
}
.link_list_single h4:before,.link_list h4:before {
	position: absolute;
    background-color: #676767;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 10px;
    left: 0;
}
#details .link_txt h3 {
	padding-bottom: 10px;
	border-bottom: 10px double black;
}
/*---------------------------------

  アコーディオン
  
---------------------------------*/
.accordion2 {
	width: 100%;
}
.accordion {
	width: 49%;
}
.accordion dl,
.accordion dt,
.accordion dd,
.accordion2 dl,
.accordion2 dt,
.accordion2 dd {
	margin: 0;
	padding: 0;
}
.accordion dl {
	width: 100%;
	margin-bottom: 10px;
}
.accordion2 dl {
	width: 100%;
	margin-bottom: 10px;
}
.accordion dt {
	padding: 10px;
	background: #9c803c;
	position: relative;
	color: white;
	border: 1px solid #9c803c;
	font-weight: 600;
}
.accordion2 dt {
	padding: 20px;
	position: relative;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: 600;
}
.accordion dd {
	padding: 10px;
	background: #fff;
	border-left: 1px solid #9c803c;
	border-right: 1px solid #9c803c;
	border-bottom: 1px solid #9c803c;
}
.accordion2 dd {
	padding: 20px;
	background: #e5e5e5;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.accordion span::after {
	font-family: 'Material Icons';
	content: "\e313";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion2 span::after {
	font-family: 'Material Icons';
	content: "\e5cf";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion h4,.accordion2 h4 {
	margin: 20px 0 10px;
}
.accordion h4:first-child,
.accordion2 h4:first-child {
	margin-top: 0;
}
/*---------------------------------

  IE11用
  
---------------------------------*/
*::-ms-backdrop,html {
    height: 100% !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}
*::-ms-backdrop,body {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative;
    left: 0;
    right: 0;
}
/*---------------------------------

  Instagram
  
---------------------------------*/
#insta {
	text-align: center;
}
/*---------------------------------

  予約ボタン
  
---------------------------------*/
#yoyaku {
	width: 100%;
	text-align: center;
    position: relative;
}
#yoyaku .reserv_link {
	position: fixed;
	bottom: 100px;
	right: 50px;
	display: inline-block;
	background-color: #E85A70;
	text-align: center;
	padding: 0.2em 0.8em;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    font-weight: bold;
    color: white;
    background: #a81f02;
    margin: 5px 0 1em;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	transition : all 0.5s ease 0s;
	line-height: 2em;
}
#yoyaku .reserv_link a {
	color: white;
}
#yoyaku .reserv_link:hover {
	cursor: pointer;
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}
.icon {
	font-size: 4rem!important;
	position: absolute;
	left: 10px;
	top: 5px;
}
#yoyaku .reserv_link .icon {
	left: 2px;
	padding-right: 5px;
	position: relative;
	font-size: 2.5rem!important;
}
/*---------------------------------

  フッター
  
---------------------------------*/
#access {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}
#access h2 {
    color: #fff;
    font-size: 20px;
}
.banner img {
    width: 700px;
    height: auto;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 37.5%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#footer {
    box-sizing: border-box;
}
#footer-menu {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
#footer-menu .main-navi {
    padding: 0;
}
#footer-menu a {
    display: inline-block;
}
#footer-menu .sub-nav {
    padding: 0;
}
#footer-menu .sub-nav li {
    margin: 5px 0;
    display: block;
}
#footer-info {
    border-top: 1px solid #000;
    padding: 30px 0;
    text-align: center;
}
#copy {
    clear: both;
    font-size: 13px;
    margin: 0 auto;
    display: inline-block;
}
#privacypolicy {
    clear: both;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
#privacypolicy::before {
    content: "";
    color: #fff;
    padding: 0;
}
#privacypolicy::after {
    content: "|";
    color: #fff;
    padding: 0 5px 0 10px;
}
@media screen and (max-width: 1024px) {
    #privacypolicy {
	    display: block;
	}
	#privacypolicy::before, #privacypolicy::after {
	    content: "|";
	    color: #888;
	    padding: 0 5px;
	}
}
#sp_bottom {
    display: none;
}
#shopinfo ul {
	display: flex;
	list-style: none;
	padding: 0;
}
#shopinfo ul li:first-child {
	width: 20%;
	border-bottom: 1px solid black;
}
#shopinfo ul li:nth-child(2) {
	border-bottom: 1px solid black;
	padding-bottom: 1em;
	width: 80%;
}
#shopinfo h4 {
	margin-top: 0;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}
#shopinfo h4::before {
	content: 'bookmark_border';
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	display: inline-flex;
	vertical-align: middle;
}
#footer {
    background-repeat: repeat-x;
    background-position: center top;
	box-sizing: border-box;
}
#footer-menu {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
#footer-menu li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 20px 10px;
}
#copy {
    font-size: 13px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}
#goto_top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
}
#goto_top a img {
    max-width: 50px;
    height: auto;
    display: block;
}       
.spbtn {
    display: none;
}
#header {
    display: none;
}
/*---------------------------------

	slick
	
---------------------------------*/
.slider{
    opacity: 0;
    transition: 3s;
    position: relative;
}
.slick-initialized{
    opacity: 1
}
.slick-prev:before,
.slick-next:before {
    color: #000!important;
}
.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: 0.8;
    transition : all 0.5s ease 0s;
    cursor: pointer;
}
.prev-arrow{
	left: -20px;
	width: 50px;
	height: auto;
	border-left: 0 solid;
	z-index: 99;
 }
.next-arrow{
	right: -20px;
	width: 50px;
	height: auto;
	border-right: 0 solid;
	z-index: 99;
}
.slide-arrow:hover{
	opacity: 0.5;
}
.mypattern {
    width: 100%;
}
.mypattern .slick-slide {
    margin: 5px;
}
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
}
.link_list_single .slick-slide img {
	display: block;
    height: 250px;
    object-fit: cover;
	font-family: 'object-fit: cover';
}
/*---------------------------------

	lightbox
	
---------------------------------*/
/* CSS */
#popup {
	width: 50%;
}
#popup:nth-child(even),#popup:nth-child(2) {
	width: 49%;
	margin-right: 0;
}
.popup-in {
	width: 100%;
	height: 360px;
	background-size: cover;
	margin-bottom: 10px;
}
.link_list_gallerybox figure{
  margin: 0;
  display: none;
}
.link_list_gallerybox figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.link_list_gallerybox figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit;
}
.link_list_gallerybox figure:target img{
  animation: fadein .3s;
  height: 70vh;
  width: auto;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
.detail {
	display: block;
	text-align: right;
	z-index: 99;
}
.detail:before {
	font-family: 'Material Icons';
	content: "\e315";
	display: inline-flex;
	vertical-align: middle;
	line-height: 1;
}
.ggmap {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	height: 350px;
}
