@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: "Shippori Mincho", serif;
	font-family: "Kaisei Opti", serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	/*overflow-x:hidden;*/
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	position: relative;
}

.header_in {
	margin: 0 auto;
	padding: 20px 30px;
	font-size: 0;
	position: relative;
}

.header_box01 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto 25px;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
	position: relative;
}

.header_logo01_img01 {
	display: block;
	width: auto;
	margin: 0 auto;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 41px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #231815;
	position: absolute;
	top: 0;
	right: -20px;
}

.header_ul .header_ul_li:last-child:after {
	display: none;
}

.header_ul_li_sp {
	display: none;
}

/*.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}*/

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 17px;
	color: #231815;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.header_ul_li_o .header_ul_li_span01 {
	color: #231815;
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 2px;
	margin: auto;
	background: #231815;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width:100%;
	opacity:1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top:7px;
	/*right:100%;*/
	right:0px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 2;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
}

.slider1_li_img {
	max-width:100%;
	width: 100%;
	height:auto;
}

.wrapper_title {
	margin:0 auto 50px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: block;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.wrapper_button01_big {
	text-align: center;
}

.wrapper_button01_big_t01 {
	text-align: left;
}

.wrapper_button01_big_t02 {
	text-align: right;
}

.wrapper_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 142px);
	padding: 10px 60px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: rgba(255,255,255,0);
	border: #231815 1px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: rgba(255,255,255,1);
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: "\03e\03e\03e";
	display: inline-block;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 18px;
	vertical-align: middle;
}

.wrapper_button01_c01:after {
	color: #231815;
}

.wrapper_button01_o:before,
.wrapper_button01_o:after {
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c01:after {
}

.wrapper_button01_span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #231815;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	padding: 90px 0;
	position: relative;
	z-index: 1;
}

.wrapper_index01 {
	max-width: calc(100% - 20px);
	width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}

.index_imgbox01 {
	margin: 0 auto 50px;
	padding: 0;
}

.index_imgbox01_img01 {
	display: block;
	width: 700px;
	margin: 0 auto;
}

.index_textbox01 {
	max-width: 500px;
	margin: 0 auto 20px;
	padding: 25px 0;
	border-top: #895424 2px solid;
	border-bottom: #895424 2px solid;
}

.index_textbox01_text01 {
	margin: 0 auto 10px;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 23px;
	font-weight: bold;
	color: #785900;
	line-height: 1;
	text-align: center;
}

.index_textbox01_text02 {
	margin: 0 auto 30px;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 28px;
	text-align: center;
}

.index_textbox01_text02:last-child {
	margin: 0 auto;
}

.index_textbox02 {
	margin: 0 auto 70px;
}

.index_textbox02_text01 {
	margin: 0 auto 10px;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 23px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-align: center;
}

.index_textbox02_text02 {
	margin: 0 auto 20px;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 28px;
	text-align: center;
}

.index_textbox02_text03 {
	margin: 0 auto 5px;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-weight: 500;
	color: #231815;
	line-height: 23px;
	text-align: center;
}

.index_title01 {
	margin: 0 auto 40px;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-align: center;
}

.index_box01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: 768px;
	margin: 0 auto 70px;
	padding: 80px 50px 50px;
	background: url(../img/index01.webp) no-repeat center center/cover;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	position: relative;
}

.index_box01:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.index_box01_title01 {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.index_box01_title01:before {
	content: "Happy Hours";
	width: 100%;
	font-family: "Shippori Mincho", serif;
	font-size: 80px;
	font-weight: bold;
	color: #cf8787;
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.2;
	z-index: 1;
}

.index_box01_title01_span01 {
	display: block;
	width: max-content;
	margin: 0 auto 40px;
	padding: 10px 0;
	border-top: #896b00 2px solid;
	border-bottom: #896b00 2px solid;
	font-family: "Kaisei Opti", serif;
	font-size: 17px;
	font-weight: bold;
	color: #896b00;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index_box01_title01_span02 {
	display: block;
	font-family: "Kaisei Opti", serif;
	font-size: 40px;
	font-weight: normal;
	color: #896b00;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index_box01_text01 {
	font-size: 17px;
	color: #111;
	line-height: 34px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.index_box01_text01_span01 {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 15px;
	background: rgba(255,255,255,0.5);
	border: #ff7c7c 2px solid;
	border-radius: 30px;
	line-height: 17px;
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 70px;
	padding: 20px 0 0;
}

.index_ul01_li {
	width: calc((100% - 50px) / 2);
	margin-bottom: 50px;
	margin-right: 50px;
	padding: 0 0 50px;
	border-bottom: #896b00 2px solid;
}

.index_ul01_li:nth-child(2n) {
	margin-right: 0px;
}

.index_ul01_li_title01 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: #CCC 1px solid;
	font-family: "Shippori Mincho", serif;
	font-size: 23px;
	font-weight: normal;
	color: #111;
	line-height: 1;
	text-align: left;
}

.index_ul01_li_text01 {
	display: block;
	margin-bottom: 20px;
	margin-left: 5px;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-weight: 500;
	color: #666;
	line-height: 23px;
	text-align: left;
}

.index_ul01_li_text02 {
	margin: 0 auto;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.index_text01 {
	margin: 0 auto 40px;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: center;
}

.index_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 70px;
	padding: 0;
}

.index_ul02_li {
	width: calc((100% - 50px) / 2 - 60px);
	margin-bottom: 50px;
	margin-right: 50px;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.index_ul02_li:nth-child(2n) {
	margin-right: 0px;
}

.index_ul02_li_title01 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: #CCC 1px solid;
	font-family: "Shippori Mincho", serif;
	font-size: 23px;
	font-weight: normal;
	color: #111;
	line-height: 1;
	text-align: left;
}

.index_ul02_li_text01 {
	margin: 0 auto 20px;
	font-size: 15px;
	color: #111;
	line-height: 30px;
	text-align: left;
}

.index_ul02_li_text02 {
	display: block;
	width: max-content;
	margin-bottom: 10px;
	padding: 5px 15px;
	background: #111;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index_ul02_li_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.index_ul02_li_ul01_li {
	margin-bottom: 15px;
	margin-right: 15px;
	font-size: 15px;
	color: #111;
	line-height: 1;
	text-align: left;
}

.index_ul02_li_ul01_li:before {
	content: "・";
}

/*コンテンツここまで */

/*フッター */

#footer {
	position:relative;
	z-index:2;
}

.footer_copy {
	display: block;
	padding: 15px 10px;
	background: #785900;
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
}

/*フッターここまで */

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a {
	height:0px;
	position:absolute;
	top:-92px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #785900;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #CCC;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:5;
}

.page-up {
	display:inline-block;
	margin:auto;
	position:fixed;
	bottom:10px;
	right:10px;
}

.page-up img {
	display:block;
}

#page-top a {
    padding: 0;
    display: block;
	font-size:10px;
	color:#464C52;
}

.wrapper_head_wrap {
	background: url(../img/inquiry01.webp) no-repeat center center/cover;
	position:relative;
	z-index:1;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
}

.wrapper_head {
	padding: 112px 10px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	position: relative;
	z-index: 2;
}

.wrapper_head_text01 {
	margin: 0;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 46px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

/*about */

/*aboutここまで */

.span_c02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#FFF;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-shadow: 
        #111 1px 1px 0, #111 -1px -1px 0,/*右下、左上*/
        #111 -1px 1px 0, #111 1px -1px 0,/*右上、左下*/
        #111 0px 1px 0, #111  0 -1px 0,/*右、左*/
        #111 -1px 0 0, #111 1px 0 0;/*上、下*/
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/* box-shadow */
	box-shadow: 3px 3px 8px -1px rgba(150,150,150,0.3);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	backdrop-filter: blur(3px);
}

/*privacy */

.privacy_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.privacy_box {
	margin: 0 auto 40px;
}

.privacy_title {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: #111 1px solid;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 a {
	color:#111;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy_text01_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.privacy_text01_ul01 {
	list-style: none;
	margin: 20px auto;
	padding: 0 0 0 20px;
}

.privacy_text01_ul01_li {
	padding-left: 1.8em;
	text-align: left;
	text-indent: -1.8em;
}

.privacy_text01_ul01_li_ul01 {
	list-style:none;
	list-style-position:inside;
	margin:3px auto;
	padding:0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left:15px;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-15px;
}

.privacy_text01_table01 {
	border-collapse: collapse;
	width: 100%;
}

.privacy_text01_table01_td01 {
	padding: 10px 10px;
	border: #DDD 1px solid;
	text-align: left;
}

th.privacy_text01_table01_td01 {
	width: 150px;
	font-weight: 500;
}

/*privacyここまで */

/*inquiry */

.inquiry_text01 {
	margin: 0 auto 50px;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: center;
}

.inquiry_big_box {
	max-width: 768px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.inquiry_text02 {
	margin: 0 auto 30px;
	font-size: 15px;
	color: #D8253C;
	line-height: 1;
	text-align: left;
}

.inquiry_box {
	margin: 0 auto 30px;
	position:relative;
}

.inquiry_box_left {
	margin-bottom: 15px;
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	color: #111;
	line-height: 30px;
	text-align: left;
	position: relative;
}

.inquiry_box_left_ico {
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 5px 20px;
	background: #D8253C;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_left_text01 {
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-left: 1em;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	text-indent: -1em;
	vertical-align: middle;
}

.inquiry_box_left_text01.c01 {
	color: #D8253C;
}

.inquiry_box_right_big {
	font-size:0;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	min-height: 26px;
	padding: 15px 20px;
	background: #f1f1f1;
	border: none;
	border-radius: 5px;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.2);
}

.inquiry_box_right:focus {
	outline: none;
}

.inquiry_box_right[readonly] {
	/*color:#CCC;*/
	cursor: not-allowed;
}

.inquiry_box_right_short {
	width: 180px;
}

.inquiry_box_right_text01 {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	color: #231815;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_select_big {
	position: relative;
}

.inquiry_box_right_select {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 60px;
	background: #f1f1f1;
	border: none;
	border-radius: 5px;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	text-align: left;
	position: relative;
	z-index: 1;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.2);
}

.inquiry_box_right_select_ico {
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	pointer-events: none;
	z-index: 2;
}

.inquiry_box_right_select_arrow {
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	pointer-events: none;
	z-index: 2;
}

.inquiry_box_right_radioul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_radioul_li {
	margin-bottom: 1px;
	padding: 25px 20px;
}

.inquiry_box_right_radioul_li:last-child {
	margin-bottom: 0px;
}

.inquiry_box_right_radioul_li_title {
	margin: 0 auto 7px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #8C6239;
	line-height: 23px;
	text-align: left;
}

.inquiry_box_radio[type="radio"] {
	display: none;
}

.inquiry_box_radio_label {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-top: 8px;
	margin-right: 20px;
	font-size: 0;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_radio_span {
	display:inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
}

.inquiry_box_radio_round {
	display: block;
	width:23px;
	height:23px;
	margin-right:5px;
	background:none;
	border:#4D4D4D 1px solid;
	border-radius:50%;
	position:relative;
	transition-duration:0.2s;
}

.inquiry_box_radio:checked ~ .inquiry_box_radio_round {
	border:#3B7D4E 1px solid;
	background:#3B7D4E;
	transition-duration:0.2s;
}

.inquiry_box_right_long {
	display:block;
	margin-top: 5px;
	font-size: 15px;
	color: #231815;
	line-height: 23px;
	text-align: right;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_right_naiyou {
	height: 160px;
}

.inquiry_box_right_naiyou02 {
	height: 290px;
}

.inquiry_box_right_naiyou:placeholder-shown {
	color: #d3cdc1 !important;
	font-weight: 500;
}

.inquiry_textbox01 {
	margin: 80px 0;
}

.inquiry_textbox01_text01 {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.inquiry_textbox01_text02 {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	color: #231815;
	line-height: 23px;
	text-align: left;
}

.inquiry_box_off {
	margin:0 auto;
	font-size:0;
	text-align:left;
	position:relative;
}

.inquiry_box_flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.inquiry_box_decide {
	display:block;
	max-width:calc(100% - 24px);
	width: 300px;
	margin:0 auto 20px;
	padding: 20px 20px;
	background: #3B7D4E;
	border: #3B7D4E 2px solid;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.inquiry_box_decide:hover {
	background:#FFF;
	color:#3B7D4E;
	transition-duration: 0.35s;
}

.inquiry_box_flex .inquiry_box_decide {
	max-width:calc((100% - 40px) / 2);
	width: calc((100% - 40px) / 2);
	margin: 0 0 20px;
}

.inquiry_box_decide_c01 {
	background:#000;
	border:#000 2px solid;
	color:#FFF;
}

.inquiry_box_decide_c01:hover {
	background:#FFF;
	color:#000;
}

/*.inquiry_box_decide_ico_o {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	opacity:0;
}*/

.inquiry_text {
	display:block;
	margin:0 auto;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_text_b {
	font-size:18px;
	font-weight:bold;
}

.inquiry_text_s {
	display:block;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
}

.inquiry_box_red {
	color: #FF0000;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	max-width:910px;
	margin:0 auto 30px;
	padding:0 10px;
}

.inquiry_ul_li {
	font-size:15px;
	text-align:left;
}

.inquiry_text_bold {
	font-weight:bold;
}

/*inquiryここまで */

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.wp_content {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width: 100%;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	margin-bottom: 40px;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
}

.wp_left_ul_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.wp_left_ul_li_imgbox {
	width: 50%;
	background: #FFF;
	order: 2;
}

.wp_left_ul_li_o .wp_left_ul_li_imgbox {
}

.wp_left_ul_li_imgbox_img {
	display:block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_imgbox_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.wp_left_ul_li_cont {
	width: calc(50% - 20px);
	order: 1;
}

.wp_left_ul_li_title {
	margin: 0 auto 40px;
	padding: 10px 0 0;
	font-size: 28px;
	font-weight: 600;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.wp_left_ul_li_date {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.wp_left_ul_li_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_detail {
	display: none;
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align:left;
}

.wp_left_single {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

#booking-package input[type=text], #booking-package textarea, #booking-package-user-form input[type=text], #booking-package-user-form input[type=password], #booking-package-user-form textarea, #booking-package-loginform input[type=text], #booking-package-loginform input[type=password], #booking-package-loginform textarea, #booking-package-user-edit-form input[type=text], #booking-package-user-edit-form input[type=password], #booking-package-user-edit-form textarea, #booking-package select, #booking-package-user-form select {
	width: calc(100% - 20px) !important;
	padding: 10px 10px !important;
	border-radius: 5px;
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.1);
}

.wp_left_single_title {
	margin: 0 auto 25px;
	padding: 0;
	font-size: 28px;
	font-weight: 600;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: right;
}

.wp_left_single_cate {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	padding: 7px 15px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_right {
	width: 245px;
}

.wp_right_title {
	margin: 0 auto 10px;
	text-align: left;
}

.wp_right_title_ico {
	margin-right: 8px;
}

.wp_right_title_span01 {
	flex: 1;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: bold;
	color: #8B8B8B;
	line-height: 25px;
	text-align: left;
}

.wp_right_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 10px 0 0;
	position: relative;
}

.wp_right_ul:last-child {
	margin: 0 auto;
}

.wp_right_ul:before {
	content: "";
	width: 2px;
	height: calc(100% - 13px);
	background: #B5B5B5;
	position: absolute;
	top: 0;
	left: 5px;
}

.wp_right_ul_li {
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	margin-bottom:0px;
}

.wp_right_ul_li:before {
	content:"";
	width: 12px;
	height: 2px;
	background: #B5B5B5;
	position: absolute;
	top: 9px;
	left: 5px;
	transition-duration:0.35s;
}

.wp_right_ul_li:after {
	content:"";
	width: 0%;
	height: 1px;
	background: #ED8C72;
	position: absolute;
	bottom: 0;
	left: 26px;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li:hover:after {
	width: calc(100% - 26px);
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_span {
	display:block;
	padding-bottom: 5px;
	font-size:17px;
	color:#111;
	line-height:17px;
	text-align:left;
	position: relative;
}

.wp_right_ul_li_span:after {
	content:"";
	width: 0;
	height: 1px;
	border-bottom: ED8C72 1px dashed;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li a {
	color:#111;
	transition-duration:0.35s;
}

.wp_right_ul_li_o {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o.wp_right_ul_li:before {
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span:after {
	width: 100%;
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o a {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_ul {
	list-style:none;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:left;
}

.wp_right_ul_li_ul_li {
	margin-bottom:10px;
	margin-left:10px;
	font-size:15px;
	color:#3399FF;
	line-height:20px;
	text-align:left;
	position:relative;
}

.wp_right_ul_li_ul_li_border {
	width:0;
	height:1px;
	margin:0 auto;
	background:#867666;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.new {
	display:inline-block;
	margin-left:1em;
	color:#F00;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

.wp_pagenation_ul_li {
	display:inline-block;
	margin:0 6px 10px;
	background:#169D62;
	border:#169D62 2px solid;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
}

.wp_pagenation_ul_li a {
	display: block;
	width:30px;
	color:#FFF;
}

.wp_pagenation_ul_li span {
	display: block;
	width:30px;
	color:#169D62;
}

.wp_pagenation_ul_li_o {
	background:#FFF;
	color:#169D62;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background:none;
	border:none;
	font-size:16px;
	font-weight:normal;
	color:#111;
	line-height:30px;
}

.wp_pagenation_ul_li_nb a {
	color:#111;
}

.prev_next {
	margin:0 0 15px 0;
	padding:20px 0 0 0;
}

.prev_next_ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.prev_next_ul_li {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover {
	transition-duration:0.35s;
}

.prev_next_ul_li_before:before {
	conttent:"\f104";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_after:after {
	conttent:"\f105";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li a {
	display:block;
	/*width:140px;*/
	padding:10px;
	background: #169D62;
	border: #169D62 1px solid;
	border-radius: 3px;
	color:#FFF;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover a {
	background: #FFF;
	color:#169D62;
	transition-duration:0.35s;
}

.prev_next_ul_li_m {
	display:inline-block;
	margin: 0 5px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
