@charset "UTF-8";
@import "normalize.css";
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
header, footer, nav, section, article, figure, aside {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	list-style: none;
	line-height: 1.3em;
}
/********************************
管理画面
********************************/
.webcanvas-om{
	padding:10px;
	border:1px solid #000;
	overflow:hidden;
}



/********************************
		SNS
********************************/
.sns__container {
    display: flex;
}
.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
}
.sns__container a:hover {
    opacity: 0.6;
}
.sns__twitter {
    background: #55acee;
}
.sns__facebook {
    background: #3b5998;
}
.sns__pocket {
    background: #ef3f56;
}
.sns__line {
    background: #1dcd00;
}
.sns__hatena {
    background: #00a5de;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #fff;
    font-size: 32px;
}
/********************************
		body
********************************/
body{ font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }
*{ font-family: inherit; }
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
h1{
}
h2{
}
h3{
    font-size: 14px;
}
h4{
}
h5{
	font-size:24px;
	font-weight:600;
	margin-bottom:5px;
}
.h5-top {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
img {
	line-height: 0;
	vertical-align: bottom;
	height: auto;
}
blockquote {margin-left: 30px;}
strong {font-weight: bold;}
a:link,
a:visited {
	/*color: inherit;*/
	text-decoration: none;
	color: #000;
}
a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.6;
}

a:hover .category_box {
	background-color:#fff8d4; color:#000;
}
a:focus{ outline: none; }

p {
	word-break: break-all;
}

/********************************
　　　↑hoverの修正
********************************/
.clear {
	clear: both;
	line-height: 0;
}
.fc-red {color: #F00 !important;}
.fc-fff {color: #fff;}
.fc-000 {color: #000;}
.fc-431c13 {color: #000;}
.fc-343434 {color: #343434;}
.small {font-size: 85%;}
.min-small {font-size: 75%;}
.big {font-size: 30px;}
.last {
	margin-left: 20px !important;
	margin-right: 0 !important;
}
.bold {font-weight: bold;}
.br {margin-bottom: 1em;}
.underline {text-decoration: underline;}
.f-left {float: left;}
.f-right {float: right;}
.center {
	margin: 0 auto;
	text-align: center;
}
.p0{ padding: 0 !important;}
.pt0{ padding-top: 0 !important; }
.pr0{ padding-right: 0 !important; }
.pl0{ padding-left: 0 !important; }
.pb0{ padding-bottom: 0 !important; }
.m0{ margin: 0 !important;}
.mt0{ margin-top: 0 !important; }
.mr0{ margin-right: 0 !important; }
.ml0{ margin-left: 0 !important; }
.mb0{ margin-bottom: 0 !important; }
.li-circle,
.li-disc,
.li-number {margin: 10px 0;}
.li-circle li {
	margin-left: 16px;
	list-style-type: circle;
}
.li-circle2 li {
	margin-left: 30px;
	list-style-type: circle;
}
.li-disc li {
	margin-left: 16px;
	list-style-type: disc;
}
.li-disc2 li {
	margin-left: 30px;
	list-style-type: disc;
}
.li-number li {
	margin-left: 16px;
	list-style-type: decimal;
}
.li-number2 li {
	margin-left: 30px;
	list-style-type: decimal;
}
.txt-l {text-align: left;}
.txt-r {text-align: right;}
.txt_sml {font-size: 80%;}

.bgc-corp{
	background-color: #89bfe5;
}
.bgc-news{
	color: #fff;
	background-color: #6D472B;
}
.bgc-corp-back{
	background-color: #eef7fd;
}



.top_information_text{
	margin: 40px auto 70px;
    width: 80%;
    line-height: 2em;
}
.top_information_img{
	margin: 30px auto;
    width: 400px;
}
.information_text{
	margin: 30px auto;
    width: 80%;
    text-align: left;
    line-height: 2em;
}
.information_text2{
	margin: 30px auto;
    width: 80%;
    text-align: left;
    line-height: 2em;
	color:#fff;
}

.row-reverse{ flex-direction: row-reverse !important; }

/*************************************************
パンくずリスト
*************************************************/
#breadcrumbs-box{
	background-color:#fff;
	overflow:hidden;
}
#breadcrumbs-box-category{
	background-color: #edecec;
	overflow:hidden;
}
#breadcrumbs-box-top{
	background-color: #fff;
	overflow:hidden;
}
#breadcrumbs{
    width: 1200px;
    margin: 0 auto;
	font-size: 13px;
    text-align: left;
    padding: 13px 0 0 0;
}
/*************************************************
メインセクション
*************************************************/
#section_main{
	width:100%;
	margin:0 auto;
}
#left{
	float:left;
	width:840px;
}
#right{
	width:300px;
	float:right;
	margin-top:50px;	
	
}
/*************************************************
right bannar
*************************************************/
.right_bannar{
	margin-bottom:30px;	
}

/*************************************************
リンク画像をマウスオーバーで大きくする
*************************************************/
.hover_effect_box {
  width: 100%;
  /*サイズがサンプルなので適時変更してください。*/
  margin: 0 auto;
  /*サンプルで中央に寄せたいので書かせていただいております。*/
  overflow: hidden;
  /*これを記述することではみ出た部分を非表示にします。*/
}
.hover_effect_box img {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.hover_effect_box img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

/********************************
		wrapper
********************************/
#wrapper {
  width: 100%;
}

/********************************
		GOTO
********************************/
.goto {
  width: 40px;
  position: fixed;
  bottom: 0;
  right: 12.5px;
  background-color: #000;
  padding: 10px;
  z-index: 11;
  height: 40px;
  border-radius: 50%;
  display: none;
}
.goto p {
  color: #fff;
  font-weight: bold;
  font-size: 75%;
  position: relative;
  margin-top: 25px;
}
.goto p a:lingk {font-weight: bold;}
.goto p a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  width: 10px;
  height: 10px;
  margin: -20px 0 0 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/********************************
		contents
********************************/
#contents {
	width: 100%;
	clear: both;
	padding-top: 139px;/*ヘッダ画像＆メニュー部スペース指定*/
	position: relative;
}

/********************************
		トップ画像エリア
********************************/
#top_image{
	width: 100%;
    height: auto;
	padding-top:0;
	position: relative;
	display:inherit;
}
#top_image img{
	width: 100%;
}
#top_image_sm{
	display:none;
}

/********************************
 トップスライダー
********************************/
#top_slider {
  width: 100%;
  height: auto;
  position: relative;
}
.top_slider_inn {
  width: 100%;
  min-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
#bxslider_main {
  width: 100%;
  height: auto;
}
.slide li img{
	transform: scale(1);
	transition-duration: 6s;
}
.slide .active-slide img{
	transform: scale(1.1);
}
.bx-pager {
	top: 100%;
}
#bxslider_main .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  left: 0;
}
.overlay {
  width: 100%;
  position: absolute;
}
.bx-controls .bx-has-pager .bx-has-controls-direction {
	display: none;
}
#top_slider_text {
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
#top_slider_text img{
	width: 18vw;
	max-width: 260px;
}

/********************************
	コンテンツ
********************************/
.section {
	overflow: hidden;
	width: 100%;
	margin: 0px auto 0;
}
.section_box {
    overflow: hidden;
	width: 100%;
	max-width: 1000px;
    margin: 0 auto 0px auto;
    padding: 1.5rem;
    text-align: left;
}

.top_page .section_box {
    text-align: center;
}

/********************************
トップページ １行ニュース
********************************/
.top_news{
	width: 100%;
	max-width: 1200px;
	margin: 15px auto 15px auto;
	overflow: hidden;
}
.top_news_main{
	width: 100%;
}
.top_news_contents{
	width: 86%;

}
.top_news_maintitle{
    float: left;
    text-align: left;
    padding: 5px 10px 3px 0px;
    margin-right: 13px;
    /*border-right: 1px solid #000;*/
    color: #fff;
}

.top_news_maintitle p{
	position: relative;
	font-weight:600;
}
.top_news_maintitle p::after{
    position: absolute;
    color: fff;
    content: '';
    height: 1.2rem;
    border-right: solid 1px #fff;
    top: 0;
    right: -1.0rem;
    transform: rotate(30deg);
}
.top_news_date{
	font-size: 100%;
    float: left;
    text-align: left;
    color: #6ccfe6;
    padding: 0 0 0 0;
    margin: 0px;
}
.top_news_title{
    float: left;
    padding: 5px 0 0 25px;
    color: #000;
	width : 65%;
	text-align : center;
	overflow : hidden;
}

.top_news_title h3{
margin:0;
display : inline-block;
padding-left: 100%;
white-space : nowrap;
line-height : 1em;
animation : scrollSample01 20s linear infinite;
}
@keyframes scrollSample01{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}
.top_news_title h3 a{
	font-size: 1.0rem;
	color:#fff;
}

.top_news_btn {
	float: right;
}

/********************************
    タイトル
********************************/
.section_title {
	text-shadow: 0px 1px 1px #777;
	color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
	background-color: #000;
	margin-top: 100px;
}
.section_title_mgt100px {
	text-shadow: 0px 1px 1px #777;
	color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
	background-color: #000;
	margin-top: 100px;
}
.section_title_blackfont {
	text-shadow: 0px 1px 1px #777;
	color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
	margin-top:60px;
}
.section_title_whitefont {
    text-shadow: 0px 1px 1px #777;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 120px 0 30px 0;
}
.section_title_whitefont_h3 {
    text-shadow: 0px 1px 1px #777;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 135px 0 10px 0;
}
.section_title_whitefont_h4 {
    text-shadow: 0px 1px 1px #777;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 0 70px 0;
}
.section_title_red {
	color: #cf2e2e;
	font-size: 40px;
    font-weight: 600;
    padding: 15px 0;
}
.section_title_greenfont {
	color:#000000;
    font-size: 28px;
    font-weight: 600;
    padding: 80px 0 0;
}
.section_title_back-none {
	color: #205e36;
    font-size: 28px;
    font-weight: 600;
    padding: 80px 0 0;
}
/********************************
　トップインフォメーション１
********************************/
/*.top_information_img1{
	
}*/
/*ホームの時だけ背景色*/
body.home{ background-color:#7c5335; }

/*ホーム用ヘッダメニューのスペース指定*/
.home #contents {
	padding-top: 60px;
}
#animation1.section {
	background-color:#7c5335;
	width:100%;
}
.section_main_title_whitefont {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	padding-bottom:30px;
}
.section_small_title_whitefont {
	color: #ffffff;
	font-size: 26px;
	padding-bottom:30px;
}
.information_text_white_center {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	line-height: 2em;
	color:#fff;
	font-size: 14px;
}
.flexbox-column {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 50px 0 70px;
}
.flexbox-column .box2 {
	width: 48%;
	margin: auto;
 }
.flexbox-column .box3 {
	width: 31%;
	margin: auto;
}
.flexbox-column .box2 img,
.flexbox-column .box3 img {
	line-height: 0;
	vertical-align: bottom;
	height: auto;
    width: 100%;
}

/********************************
　トップインフォメーション２
********************************/
#animation2.topinfo_imgtxt {
    background: transparent url('https://senkyoro.web-test1.net/wordpress/wp-content/uploads/2022/10/topcontent_bg.png') top center repeat-x; /*footerの背景画像設置*/
    padding: 108px 0 0;
    margin: 40px 0 0;
    overflow: hidden;
}
.topinfo_imgtxt > div {
    background-color: #57351C;
    padding-top: 40px;
}
.topinfo_imgtxt .box2 {
    text-align: left;
    padding: 0 1%;
    margin: 0;
}
.topinfo_imgtxt .box2:first-child {
    text-align: center;
}
.topinfo_imgtxt .box2 img {
    width: 100%;
    max-width: 560px;
}
.topinfo_imgtxt .imgbtn { text-align: center; }
.topinfo_imgtxt .imgbtn img {
    width: auto;
    max-width: 100%;
    margin: 1.0rem auto;
}

/********************************
　トップインフォメーション３
********************************/
.flexbox-plan-column {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.flexbox-plan-column .plan-box4 {
    width: 23%;
	margin: 50px 5px 30px;
}
.plan-content {
	margin: 15px 0;
	padding-left:14px;
	border-left:1px solid #fff;
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:2.0;
	height:unset;
}
.flexbox-column-buttun {
    display: flex;
    justify-content: space-between;
}
.flexbox-column-buttun .box2 {
    width:45%;
}
.flexbox-column-buttun .buttun_link {
    padding: 7px 5px;
    background-color: #fff;
    color: #333;
    display: block;
	font-size: 12px;
	font-weight: 600;
}
.flexbox-plan-column .plan-box4 img {
	width:100%;
}

/***************************************************
　トップインフォメーション４　業務内容
***************************************************/
.section_plan {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding:20px 0 50px;
}
.section_plan a{
	color:#000;
}
.section_plan a:visited{
	color:#000;
}
.section_plan_box{
	width:23%;
	float:left;
	margin:30px 8px;
	border-bottom: 1px dotted #bfb9ac;
}

.items_img{
	float:left;
    width: 100%;
	margin:0 auto;
	overflow:hidden;
	height: 279px;
}

.items_img img{
	transition:1s all;
	width: 100%
}

.items_img img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}

.items_img_text{
	float: left;
    width: 100%;
    margin: 11px 0 5px 0px;
}
.items_img_text p{
	font-size: 16px;
}
.items_img_text_bottom {
    float: left;
    width: 100%;
    border-top: 1px dotted #bfb9ac;
    padding: 5px 0;
}
.items_img_text_bottom p {
    font-size: 14px;
}
.h4_title{
	color:#ec6c1f;
	font-size: 30px;
	font-weight: 600;
}

/***************************************************
　トップインフォメーション１０
***************************************************/
.back_gray{
	background-color:#efefef;
}
.section_banner{
	width: 1200px;
	margin:40px auto;
	overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bottom_banner{
	float:left;
}
.top_banner{
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.top_banner_btn{
	color: #fff;
    width: 330px;
    position: relative;
    background-color: #000;
    text-align: center;
}
.top_banner_btn p{
	font-size: 30px;
	padding: 15px;
}
a.tel_box {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
a.tel_box img {
    width: 30px;
    margin-right: 5px;
}
a.tel_box .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.tel_box .number {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
a.tel_box .time {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 4px;
    white-space: nowrap;
}
.btn_box {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.contact_box a.btn02 {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 20px;
}
.contact_box a.btn02 img {
    height: 1.5em;
    width: auto;
    margin-right: 1em;
}
#Fixed-information a.btn02 {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 20px;
	background-color: #000;
}
#Fixed-information a.btn02 img {
    height: 1.5em;
    width: auto;
    margin-right: 1em;
}
#Fixed-information .btn_box {
    margin: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
a.btn02 {
    display: table;
    margin: 0 10px;
    background: #101649;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.btn02:after {
    content: ">";
    display: inline;
    margin-left: 1em;
}

/********************************
トップページ メインニュース
********************************/
.section_MainNews{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
    margin-bottom: 15px;
}
.MainNews_main{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	overflow:hidden;
}
.MainNews_contents{
	width: 24%;
	padding:25px 0;
	border-bottom: 1px dotted #BFB9AC;
	overflow:hidden;
}
.thumbnail_box{
	width: 288px;
    overflow: hidden;
    height: 288px;
}
.thumbnail_box img{
    object-fit: cover;
    width: 288px;
    height: 288px;
}
.MainNews_contents_text{
	float:left;
	overflow:hidden;
	width: 100%;
	height :120px;
}
.MainNews_category{
    color: #000;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 5px 0px 3px 10px;
    width: 60px;
    padding: 3px;
    float: left;
    border: 1px solid #000;
}
.MainNews_category1 {
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 3px 0px 0px 10px;
    width: 60px;
    padding: 3px;
    float: left;
    border: 1px solid #fff;
}
.MainNews_new{
    background: #ffa54a;
    color: #FFF;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    margin:5px 0px 3px 10px;
    width: 40px;
	padding: 3px;
	float:left;
}
.MainNews_new1{
    background: #ffa54a;
    color: #FFF;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    margin:0 0px 0 10px;
    width: 40px;
	padding: 3px;
	float:left;
}
.MainNews_date{
    color: #000;
    text-align: left;
    font-size: 0.8rem;
	margin: 5px 10px 3px 10px;
    width: 88px;
    float: left;
	padding: 3px;
}
.MainNews_date1{
    color: #fff;
    text-align: center;
    font-size: 1.0rem;
    width: 88px;
    float: left;
	padding: 3px;
	margin: 2px 0 0 0;
}
.MainNews_title{
	float: left;
	text-align: left;
	width: 90%;
	margin: 5px 0 0 10px;
}

.MainNews_btn {
	float: right;
}
/********************************
トップページ テキストニュース
********************************/
.MainNews_main_text-only{
	width: 100%;
	margin-bottom: 20px;
	overflow:hidden;
}
.MainNews_contents_text-only{
	width: 100%;
	padding:15px 0;
	border-bottom: 1px dotted #BFB9AC;
	overflow:hidden;
	float:left;
}
.MainNews_contents_text_text-only{
	float:left;
	overflow:hidden;
	width: 100%;
}
.MainNews_category_text-only{
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    margin:5px 10px 3px 0;
    width: 60px;
	padding: 3px;
	float:left;
}
.MainNews_new_text-only{
    background: #ffa54a;
    color: #FFF;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    margin:5px 10px 3px 0;
    width: 40px;
	padding: 3px;
	float:left;
}
.MainNews_date_text-only{
    color: #000;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
	margin: 5px 10px 3px 0;
    width: 88px;
    float: left;
	padding: 3px;
}
.MainNews_title_text-only{
	float: left;
	text-align: left;
	width: 70%;
	margin: 5px 10px 3px 0;
    float: left;
    padding: 3px;
}
.MainNews_btn_text-only{
	float: right;
}

/********************************
　トップインフォメーション＆お料理紹介
********************************/
.box_2column {/*flexbox用の新しい枠*/
    display: flex;
}

/*カラム内コンテンツエリア枠 width指定*/
.section_box_2column {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 1%;
}

.box_2column_set .thumbnail_box img {/*画像100%表示*/
    object-fit: cover;
    width: 100%;
    height: auto;
}

/*コンテンツ２カラムの指定*/
.box_2column_set {/*カラム内コンテンツ width指定*/
    width: 48%;
    margin: 0 auto;
}

.section_box_2column-well {
    width: 100%;
    height: auto;
}

.box_2column .MainNews_category {/*コンテンツ　文字色・枠色指定*/
    border: 1px solid #fff;
    color:#fff;
}
.box_2column .MainNews_date,
.box_2column .MainNews_title {/*コンテンツ　文字色・枠色指定*/
    color:#fff;
}


/********************************
ボタン
********************************/
.btn_contact {
  padding: 20px 0;
  background-color: #000;
  margin-top: 60px;
  position: relative;
}
.btn_contact a {
  color: #fff;
  font-weight: bold;
  display: block;
}
.btn_contact a:after {
  display: block;
  content: "";
  position: absolute;
  /*top: 0;*/
  right: 1em;
  width: 10px;
  height: 10px;
  margin: -15px 0 0 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_contact:hover {
	opacity: 0.8;
}
.btn_contact1 {
	width: 80px;
	padding:7px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
	float:right;
}
.btn_contact1 a {
	color: #fff;
	font-size: 70%;
	display: block;
}
.btn_contact1:hover {
	color: inherit;
    text-decoration: none;
	opacity:0.6;
}
.btn_contact1:hover a {
	color: #fff;
}
.btn_contact1:hover a:after {
	border-top: solid 3px #89bfe5;
	border-right: solid 3px #89bfe5;
}
.contact_btn_box {
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
	margin:30px auto;
	display: flex;
	justify-content: space-between;
}
.contact_btn_box_mini {
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
	margin:0 auto;
}

.btn_contact2 {
	width: 170px;
    padding: 15px;
    position: relative;
    margin: 10px auto;
    background-color: #000;
	color:#fff;
}
.btn_contact2 a {
	color: #fff;
	font-size: 100%;
	text-align: center;
}
.btn_contact2_single {
	color: #fff;
    width: 350px;
    position: relative;
    background-color: #000;
    text-align: center;
}
.btn_contact2_single a {
  color: #fff;
  font-size: 100%;
  display: block;
}
.btn_contact2_single p {
	padding: 20px;
}

/*
.btn_contact2 a:after {
display: block;
    content: "";
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    width: 8px;
    height: 8px;
    margin: -18px 0 0 0;
    border-top: solid 1px #89bfe5;
    border-right: solid 1px #89bfe5;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
*/
.btn_contact2:hover {
    text-decoration: none;
	opacity:0.6;
}
.btn_contact2:hover a {
  color: #fff;
}
.btn_contact2:hover a:after {
  border-top: solid 3px #89bfe5;
  border-right: solid 3px #89bfe5;
}
.btn_contact2_single:hover {
    text-decoration: none;
}
.btn_contact2_single a:hover {
  color: #000;
}
.btn_contact2_single a:hover:after {
  border-top: solid 3px #89bfe5;
  border-right: solid 3px #89bfe5;
}
.btn_type1 {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #003894;
  line-height: 1;
  padding: .9em 1.6em;
  border-radius: 8px;
  border-width: 0;
	color:#fff;
}
.btn_type2 {
	color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #003894;
  line-height: 1;
  padding: .9em 3.6em;
  border-radius: 8px;
  border-width: 0;
  border-style: solid;
}
.btn_type3 {
	width: 150px;
	color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #003894;
  line-height: 1;
  padding: .9em 2.6em;
  border-radius: 8px;
  border-width: 0;
  border-style: solid;
}
.bnr_box01 {
  width: 80%;
  margin: 0 auto;
}
.bnr_box01-l {
  width: 47.5%;
  margin: 0 2.5% 0 0;
  float: left;
}
.bnr_box01-r {
  width: 47.5%;
  margin: 0 0 0 2.5%;
  float: right;
}
.bnr_box01-l img, .bnr_box01-r img {
	width: 100%;
}


/********************************
お問い合わせ
********************************/
.formTable {
    margin: 30px 0 0;
	border-top: 1px solid #bbbbbb;
}
.formTable dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
}
.formTable dl dt {
    display: table-cell;
    vertical-align: middle;
	background-color: #e6e6e6;
    color: #000;
    font-size: 18px;
    width: 30%;
    padding: 4% 6.2% 4% 2%;
    line-height: 1.6;
    position: relative;
}

.formTable dl dt .icon.required {
    background: #ec6c1f;
    color: #fff;
    padding: 2%;
    font-size: 12px;
}
.formTable dl dd {
	float:left;
    display: table-cell;
    vertical-align: middle;
    padding: 3% 2.4%;
	background-color: #fdfdfd;
}
.formTable dl dd textarea,
.formTable dl dd select,
.formTable dl dd input[type="text"],
.formTable dl dd input[type="email"],
.formTable dl dd input[type="url"],
.formTable dl dd input[type="email"],
.formTable dl dd input[type="tel"] {
padding:15px;
border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: #fafafa;
}
.formTable dl dd input[type="text"] {
    width: 440px;
}
.formTable dl dd textarea {
    width: 90%;
}




.formTable_check {
    margin: 30px 0 0;
	border-top: 1px solid #bbbbbb;
}
.formTable_check dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
}
.formTable_check dl dt {
    display: table-cell;
    vertical-align: middle;
	background-color: #000;
    color: #fff;
    font-size: 18px;
    width: 30%;
    padding: 4% 6.2% 4% 2%;
    line-height: 1.6;
    position: relative;
}

.formTable_check dl dt .icon.required {
    background: #ec6c1f;
    color: #fff;
    padding: 2%;
    font-size: 12px;
}
.formTable_check dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 3% 2.4%;
	background-color: #e8e8e8;
}
.formTable_check dl dd textarea,
.formTable_check dl dd select,
.formTable_check dl dd input[type="text"],
.formTable_check dl dd input[type="email"],
.formTable_check dl dd input[type="url"],
.formTable_check dl dd input[type="email"],
.formTable_check dl dd input[type="tel"] {
padding:15px;
border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: #fafafa;
}
.formTable_check dl dd input[type="text"] {
    width: 440px;
}
.formTable_check dl dd textarea {
    width: 90%;
}

.formTable_text{
margin: 30px 0;
    line-height: 1.5em;
    font-size: 16px;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 36%;
    border: none;
    color: #fff;
    text-align: center;
 	background: #ec6c1f;
    font-size: 22px;
	margin:20px 0;
    padding: 15px 10px 17px 10px;
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover{
	background:#000;
}
#wpcf7_submit{
	width: 100%;
    text-align: center;
	margin: 20px auto 0;
}
.wpcf7-not-valid-tip{
	color:#205e36;
}
.grecaptcha-badge { visibility: hidden; }

#contact .wpcf7-response-output,
#contact .wpcf7-response-output {
    border-color: #89bfe5;
	padding:20px;
}

.dd-policy {
  margin: 35px 0;
  padding: 25px;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid black;
  text-align:left;
}
.double-mail {
	padding: 5px 0;
}


/********************************
　アニメーション
********************************/
#animation-none {
	overflow: hidden;
	background-color:#fff;
}
#animation1 {
	overflow: hidden;
    margin-bottom: 100px;
}

/*#animation2 {
	overflow: hidden;
	width: 100%;
    height: 600px;
    position: relative;
	background-image:url(image/animation2_back-img.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
}*/
.overlay {
    height: 600px;
	overflow: hidden;
	background-color: rgb(0 0 0 / 80%)
}
#animation3 {
	overflow: hidden;
}

#animation4 {
	overflow: hidden;
	background: #57351c;
}

#animation4 > canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#animation5 {
	overflow: hidden;
	width: 100%;
    height: 600px;
    position: relative;
	background-image:url(image/animation2_back-img.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
}
#animation_contact {
	overflow: hidden;
	/*
    margin-bottom: 100px;
	*/
	width: 100%;
    height: 450px;
    position: relative;
	background-image:url(image/animation10_back-img.jpg);
    background-repeat: no-repeat;
}
.overlay_contact {
    height: 450px;
	overflow: hidden;
	background-color: rgb(0 0 0 / 60%);
	width: 100%;
	position: absolute;
}
.contact_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_box a{
	color:#fff;
}
.contact_box a:visited{
	color:#fff;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-70px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}




/********************************
　	紹介ページ
********************************/
.shop_pref {
    margin-top: 0px;
}
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
.ttl_type02 {
    text-align: center;
    color: #fff;
    background: #91ccf0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 20px;
}
.shop_block .shop_detail {
    overflow: hidden;
    margin-top: 35px;
}
.shop_block .shop_name {
    background: #F6EDDC;
    color: #358F35;
    border-left: 8px solid #358F35;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    padding: 21px 0 21px 20px;
    position: relative;
    clear: both;
}
.shop_block .shop_intro {
    background: #F6EDDC;
    font-weight: bold;
    font-weight: 500;
    padding: 15px 24px;
    margin-top: 9px;
}
.shop_block .shop_info {
    width: 100%;
}
.shop_block .shop_info table th {
max-width:6em;
	background: #91ccf0;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    line-height: 1.4;

}
.shop_block .shop_info table tr {

}

.shop_block .shop_info table td {
    vertical-align: middle;
    padding: 10px 10px 10px 20px;
    line-height: 1.4;
    font-size: 15px;
	text-align: left;
}
.shop_block .shop_image {
    float: right;
    width: 350px;
}
/********************************
　店内写真
********************************/
.section_shop_photo{
	width: 100%;
	max-width: 1200px;
	margin:10px auto 60px;
}
.section_shop_photo_img{
	width: 50%;
	float:left;
	margin: 0 0 10px 0;
}
.section_shop_photo_img img{
	width: 97%;
}
/********************************
　エフェクトボタン
********************************/
button{
	background: #000;
    color: #fff;
    border: none;
    position: relative;
    height: 50px;
    font-size: 0.9em;
    padding: 0 2em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    width: 250px;

}
button:hover{
	background:#fff;
	color:#0e4ba1;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#0e4ba1;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}


/********************************
　スタッフ
********************************/
.staff{
	
}
.staff_photo{
	overflow:hidden;
}
.staff_box{
	margin-bottom: 100px;
	overflow:hidden;
}
.staff_box_details{
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
}
.staff_name_box{
	float:left;	
	width:190px;
	overflow:hidden;
}
.staff_name{
    font-size: 26px;
    margin-bottom: 5px;
}
.staff_name_e{
	font-size: 14px;
}
.staff_qualification{
	float:right;
	width:1000px;
	overflow:hidden;
}
.staff_introduction{
	overflow:hidden;
}
.staff_introduction_text{
	width:800px;
	float:left;
	line-height:1.5em;
}
.staff_introduction_text p{
	line-height:1.5em;
	margin-bottom:10px;
}
.staff_introduction_photo{
	width:350px;
	float:right;
}
.staff_introduction_photo img{
    width: 100%;
}
.table-staff {
    width: 100%;
}

.table-staff tr{
    background-color: #f5f5f5;
    width: 30%;
	text-align: center;
    font-size: 1em;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
}
.table-staff th {
    background-color: #ebebeb;
    width: 30%;
	text-align: center;
	border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
}
.table-staff td {
    font-size: 1em;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 3%;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    text-align: left;
}




/********************************
　アニメーション
********************************/
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: #333;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}




/************************************************************************************
予約システム　ヘッダ部　
*************************************************************************************/
.section_gnav {/* 予約・検索フォームセクション外枠 */
	overflow: hidden;
	width: 100%;
	margin: 15px auto 0;
	padding: 15px 0;
	background-color: #6d472b;
}
.gnav_reserve {/* 予約・検索フォーム周りの枠 */
	width: 1200px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	height: 44px;
	background-color: #efefef;
}
#search_wrap {
	width: 1150px;
	margin: 0px auto 0 auto;
	border-top: thin solid #c7c7c7;
	border-bottom: thin solid #c7c7c7;
	background-color: #efefef;
}
#search {
	width: 100%;
	padding: 4px 0;
	margin: 0px auto 0 auto;
	font-size: 14px;
	background-color: #efefef;
}
#search dt {
	float: left;
	margin: 8px 0 0 52px;
}
#search dd {
	width: 900px;
	padding: 4px 0px 4px 23px;
	float: right;
	background: #fff;
	box-sizing: border-box;
}
#search tr {
	padding: 0 0px 0 5px;
	background: url( ) no-repeat left 6px;
}
#search td {
	padding: 0 0 0 13px;
}
#search #search_button_489ban {
	margin: 0;
	height: 26px;
	padding: 0;
	width: 80px;
}
#search input.digits {
	width: 10%;
}
#search select.year_month_489ban {
	width: 60%;
}
#search select.day_489ban {
	width: 30%;
	margin:0 10px 0 9px;
}
#search name.stay {
	width: 32%;
	margin:0 10px 0 9px;
}
#search table.search_table_489ban {
	width:90%;
	margin:0 auto;
}
#search_489ban_g {
	margin: 0px auto 0 auto;
	padding: 7px 5px 0px 5px;
	width: 1150px;
	background: #fafafa;
	box-sizing: border-box;
	font-size: 12px;
	height: 38px;
	text-align: left;
}
#search_489ban_g .date_489ban {
	width: 295px;
	box-sizing: border-box;
	float:left;
	margin-left: 50px;
}
#search_489ban_g .date_489ban dt {
	width: 46px;
	float: left;
	margin: 3px 0 0 0;
}
#search_489ban_g .date_489ban dd {
	width: 245px;
	float: left;
	background: #fafafa;
	box-sizing: border-box;
}
#search_489ban_g .date_489ban dd select[name="date_ym"] {
	display: inline-block;
	width:100px;
}
#search_489ban_g .date_489ban dd select[name="date_d"] {
	display: inline-block;
	width:60px;
}
#search_489ban_g .date_489ban label {
	display: inline-block;
}
#search_489ban_g .date_489ban input {
	display: inline-block;
}
#search_489ban_g .date_489ban input[name="unspecifiedDate"] {
	display: inline-block;
	margin: 0px 0 0 10px;
}
#search_489ban_g .inbox_489ban {
	width: 320px;
	float:left;
}
#search_489ban_g .stay_489ban {
	width: 115px;
	float: left;
	margin: 0 0 0 30px;
}
#search_489ban_g .stay_489ban dt {
	width: 34px;
	float: left;
	margin: 3px 0 0 0;
}
#search_489ban_g .stay_489ban dd {
	width: 78px;
	float: right;
}
#search_489ban_g .stay_489ban label {
	display: inline-block;
}
#search_489ban_g .stay_489ban input {
	display: inline-block;
}
#search_489ban_g .stay_489ban select {
	display: inline-block;
	width:65px;
}
#search_489ban_g .room_489ban {
	width: 126px;
	margin: 0 35px 0 0px;
	float: right;
}
#search_489ban_g .room_489ban dt {
	width: 46px;
	float: left;
	margin: 3px 0 0 0;
}
#search_489ban_g .room_489ban dd {
	width: 75px;
	float: right;
}
#search_489ban_g .room_489ban label {
	display: inline-block;
}
#search_489ban_g .room_489ban input {
	display: inline-block;
}
#search_489ban_g .room_489ban select {
	display: inline-block;
	width:50px;
}
#search_489ban_g .person_489ban {
	width: 140px;
	float: left;
}
#search_489ban_g .person_489ban dt {
	width: 40px;
	float: left;
	margin: 3px 0 0 0;
}
#search_489ban_g .person_489ban dd {
	width: 75px;
	float: left;
}
#search_489ban_g .person_489ban label {
	display: inline-block;
	width: 50px;
}
#search_489ban_g .person_489ban input {
	display: inline-block;
	width: 50px;
}
/* 検索フォームのレイアウト調整 */
#search_489ban_g select {
	font-size: 100%;
	vertical-align: baseline;
	padding: 0px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
	border: 1px solid #ddd;
	margin: 2px 0 0 0;
}
/* プルダウンメニューの非表示回避設定 */
option[value = "1"], option[value = "2"], option[value = "3"], option[value = "37"], option[value = "47"], option[value = "49"], option[value = "50"], option[value = "66"] {
	display: unset;
}
/* エフェクトボタンの回避設定 */
#search_489ban_g button {
	width: inherit;
	border: 1px solid #dfdfdf;
	color: inherit;
	text-align: center;
	background: #efefef;
	font-size: 1.0em;
	margin: 0;
	padding: 4px 10px;
	-webkit-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 5px;
	line-height: inherit;
	letter-spacing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: inherit;
}
#search_489ban_g button:hover {
	border: 1px solid #333;
	background: #FFF;
}
#search_489ban_g button:before, #search_489ban_g button:after {
	background: inherit;
	height:0;
}
/*END 予約システム ヘッダ部*/


/************************************************************************************
予約システム　フッタ部　
*************************************************************************************/

.search_table_489ban {
	margin-left: auto;
	margin-right: auto;
}
#search_489ban {
	margin: 0 auto;
	padding: 25px 10px;
	max-width: 1200px;
	background: #fafafa;
	border:1px solid #ccc;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	text-align: left;
}
#search_489ban dl {
	display: inline-table;
	margin: 0 0 5px;
	width: 100%;
}
#search_489ban dt, #search_489ban dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}
#search_489ban dt {
	width: 125px;
}
#search_489ban dd {
}
#search_489ban dd span, #search_489ban label, #search_489ban input, #search_489ban select {
	display: inline-block;
	margin: 2px 2px 5px;
}
#search_489ban ul {
}
#search_489ban li {
	margin-bottom: 3px;
	list-style: none;
	display: inline-block;
}
#search_489ban button {
	display: block;
	margin: 10px 0 0;
	padding: 7px 0;
	width: 100%;
	box-sizing: border-box;
}
#search_489ban .inbox_489ban {
	clear: both;
}
#search_489ban .inbox_489ban:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#search_489ban .stay_489ban, #search_489ban .room_489ban, #search_489ban .person_489ban {
	width: 50%;
	float: left;
}
#search_489ban .child_489ban {
	border-bottom: 1px dotted #dedede;
}
#search_489ban .child_489ban:first-of-type {
	padding: 5px 0 0;
	border-top: 1px dotted #dedede;
}
#search_489ban .child_489ban:last-of-type {
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#search_489ban .child_489ban dt {
	width: auto;
}
#search_489ban .child_489ban dd {
	width: 70px;
	vertical-align: middle;
}
#search_489ban .child_489ban dt span {
	display: block;
	font-size: 12px;
}
#search_489ban .price_489ban dt {
	width: 65px;
}
#search_489ban .price_489ban div {
	display: inline-block;
}
#search_489ban .price_489ban span {
	font-size: 12px;
}
#search_489ban .tag_489ban, #search_489ban .tag_489ban dt, #search_489ban .tag_489ban dd {
	width: 100%;
	display: block;
}
#search_489ban .tag_489ban .tag_mode_489ban {
	font-size: 13px;
}
/* 検索フォームのレイアウト調整 */
#search_489ban select {
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 0px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
	border: 1px solid #ddd;
	margin: 2px 0 0 0;
}
/*END 予約システム　フッタ部*/


/************************************************************************************************
    　　　レスポンシブ（1023px以下）　ここから
************************************************************************************************/
@media only screen and (max-width: 1024px) {
.gnav_reserve {
 display:none;
}
}/*END max-width: 1024px*/


/************************************************************************************************
    　　　レスポンシブ（640px以下） ここから
************************************************************************************************/
@media only screen and (max-width: 641px) {
 table.search_table_489ban {
 width:100%;
}
 table.search_table_489ban tr {
 margin-bottom:2%;
}
 table.search_table_489ban td {
 line-height:200%;
}
 table.search_table_489ban td input[type="button"] {
 margin:5% 0;
 width:100%;
 padding:3% 0;
}
 select.year_month_489ban {
 margin-right:10px;
}
 #search_489ban {/* スマホ参照時の検索フォームのレイアウト調整 */
 margin: 0 auto;
 padding: 25px 10px;
 width: 100%;
 background: #fafafa;
 border: 1px solid #ccc;
 box-sizing: border-box;
 width:96%;
 margin-left:2%;
 padding-top:15px;
}
/*#search_bottom {
 width: 100%;
 height: 400px;
}*/
}/*END max-width: 641px*/


/************************************************************************************************
　奥の樹々 デザイン指定
************************************************************************************************/

/* 奥の樹々　ギャラリー指定 */
#room_wrapper.room_okunokigi {
    background-color:#160d06;
}

#room_wrapper.room_okunokigi p {
    color:#fff;
}

.banner_buttun_img {
    padding: 2rem 1rem 3rem;
}
.banner_buttun_img img {
    width:100%;
    max-width:423px;
}
.four_img {
}
.table_gallery ul {/*ギャラリーの整列指定*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.four_img li {/*サムネイルの間隔*/
    margin:12px auto;
}
.four_img li img {/*サムネイル　額縁設定*/
    padding:3px;
    border:1px solid #ccc;
}
.four_img li img:hover {/*サムネイル　額縁設定マウスオーバー時*/
    border-color:#cb0623;
}


/* 奥の樹々　料金表指定 */

.table_price_box table {/*table枠表示の設定①*/
    width: 100%;
    border-spacing:0px;
    border-bottom: 1px solid #ac9c8d;
    background-color: #fff;
}
.table_price_box th, .table_price_box td {/*table枠表示の設定②*/
    vertical-align:middle;
    border-top: 1px solid #ac9c8d;
    border-left: 1px solid #ac9c8d;
    font-weight:normal;
    text-align:center;
    padding: 4px;
}
.table_price_box.last_box th, .table_price_box.last_box td {/*table枠表示の設定③*/
    border-right: 1px solid #ac9c8d;
}
.table_price_box.last_box th:nth-child(3), .table_price_box.last_box td:nth-child(3) {/*table枠表示の設定④*/
 border-left: 0px solid #ac9c8d;
}
.table_head_f, .table_head {/*１行目のタイトル背景*/
    background: #dacfc5;
    vertical-align: middle;
    text-align: center;
    font-size: 100%;
}
.table_price_box th {
    width: auto;
    padding: 5px 0;
    vertical-align: middle;
}
.table_price_column {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.table_price_box:first-child {/*１つめのtable表示幅指定*/
    width:8%;
}
.table_price_box {/*１つめ以外のtable表示幅指定*/
    width:23%;
}

/*PC表示の際の設定*/
 @media only screen and (min-width: 1025px) {
.table_head th:first-child {
 display:none;
}
.table_com td:first-child {
 display:none;
}
.item_facility {/*設備項目の高さをそろえるために高さを指定*/
 height:130px;
}
}/*END min-width: 1025px*/

/*スマホ表示の際の設定*/
 @media only screen and (max-width: 1024px) {
.table_price_box table {/*table枠表示の設定①*/
 width: 100%;
 border-spacing:0px;
 border-right: 1px solid #ac9c8d;
 border-bottom: 1px solid #ac9c8d;
}
 .table_price_box th, .table_price_box td {/*table枠表示の設定②*/
 vertical-align:middle;
 border-top: 1px solid #ac9c8d;
 border-left: 1px solid #ac9c8d;
 font-weight:normal;
 text-align:center;
 padding: 4px;
}
.table_price_box.last_box th, .table_price_box.last_box td {/*table枠表示の設定④*/
 border-right: 0px solid #ac9c8d;
}
.table_price_box.last_box th:nth-child(3), .table_price_box.last_box td:nth-child(3) {/*table枠表示の設定④*/
 border-left: 1px solid #ac9c8d;
}
.table_price_box:first-child {/*項目だけのテーブルのみ削除*/
 display:none;
}
.table_head_f th, .table_com_f td {
 display:none;
}/
.table_head th:first-child {/*スマホ表示の際の項目幅指定*/
    width:25%;
}
.table_price_box {/*スマホ表示の際の幅、スペース設定*/
 width:100%;
 margin-bottom:35px;
}
}/*END max-width: 1024px*/




/*------------------------------------------------------
lightbox CSS
------------------------------------------------------*/
body:after {
  /*content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);*/
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /*background: url(../img/loading.gif) no-repeat;*/
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  /*background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');*/
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  /*background: url(../img/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../img/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(../img/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/********************************
　料理紹介　カスタムフィールドデザイン
********************************/

.cuisinebox {/*料理紹介のヘッダスペース*/
	margin-top:35px;
}
.page_title {/*「料理タイトル」表示部のデザイン*/
	font-family: 'Noto Serif Japanese', serif;
	color: #333;
	font-size: 30px;
	font-weight: 600;
	padding: 30px 0;
}
.cuisine_linklist {/*料理紹介フッタの一覧へのリンク部のデザイン*/
	margin-top:35px;
	margin-bottom:50px;
}
/********************************
料理紹介　画像ギャラリー
********************************/
.section_inner {/*料理画像表示エリア　囲み枠*/
	margin:3%;
}
.tabbox {/*料理画像表示エリア　囲み枠*/
	widht:100%;
	max-width:1000px;
	margin:0 auto;
}
/*料理名（サムネイル画像）*/
#ui-tab {/*「#ui-tab」料理名メニューのデザイン*/
	width: 100%;
	margin-bottom: 35px;
}
#ui-tab ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background:#DDD6BF;
}
#ui-tab li {
	width:10%;
}
#ui-tab li a {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:8px 0;
	cursor:pointer;
	display:block;
	text-align:center;
}
#ui-tab li.active {
	color:#B90B50;
}
/*料理名・メニューの表示（キャプション部）*/
.ic_caption {
	overflow:hidden;
	margin:35px 0px 0px;
	padding:0px;
	cursor:default;
	z-index:9999;
	text-decoration:none;
	clear:both;
}
.ic_caption p {
	line-height:1.6em;
}
.ic_caption h4 {
	padding:5px 5px 5px 10px;
	font-size:17px;
	background:#333;
	color:#FFF;
	/*	color:#604F26;*/
	text-decoration:none;
}
.ic_caption a:link, .ic_caption a:visited {
	text-decoration:none !important;
}

/*メイン画像*/
div.g-inner {
	position:relative;
}
#view {
	width:560px;
	height:560px;
}
#view img {
	/*width:65%;
	height:auto;*/
}
#view p {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/********************************
料理紹介　カテゴリ一覧
********************************/
.CuisineNews_main {
	width: 100%;
	margin:25px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.CuisineNews_contents_box {
	width: 24%;
	padding:0 0 35px 0;
	/*border-bottom: 1px dotted #BFB9AC;*/
	margin: 25px 0 0 0;
	background-color: #ffffff;
	overflow: hidden;
}

.CuisineNews_thumbnail_box {
	overflow: hidden;
	width: 100%;
	height: auto;
	/*width: 288px;
    height: 288px;*/
}

.CuisineNews_thumbnail_box img {
	object-fit: cover;
	width: 100%;
	height: auto;
	/*width: 288px;
    height: 288px;*/
}

.CuisineNews_contents_text {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 120px;
}

.CuisineNews_category {
	color: #000;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 500;
	margin: 5px 0px 3px 10px;
	width: 60px;
	padding: 3px;
	float: left;
	border: 1px solid #000;
}

.CuisineNews_new {
	background: #ffa54a;
	color: #FFF;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 500;
	margin: 5px 0px 3px 10px;
	width: 40px;
	padding: 3px;
	float: left;
}

.CuisineNews_date {
	color: #000;
	text-align: left;
	font-size: 0.8rem;
	margin: 5px 10px 3px 10px;
	width: 88px;
	float: left;
	padding: 3px;
}

.CuisineNews_title {
	float: left;
	text-align: left;
	width: 90%;
	margin: 5px 0 0 10px;
}