@charset "UTF-8";

body {
	font-size: 16px;
	line-height: 1.7;
	color: #444;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	min-width: 375px;
	background-color: #FFF;
}

dl,dt,dd,ul,ol,li {
    margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

p {
	margin-bottom: 8px;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
    transition: 0.2s ease-in-out;
}
 
a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.textLeft {
    text-align: left;
}

@media print {
  body {
    width: 1024px;
    transform: scale(0.95);
    transform-origin: 0 0;
  }
}

/* ------------------------- */

main {
	width: 100%;
}

section {
    width: 100%;
	margin:0 auto 20px auto;
    padding: 0;
}

.seccont {
    max-width: 1024px;
    width: 100%;
	margin:0 auto;
    padding: 10px 15px;
}

.contents {
	padding: 0px 25px;
}

.bg_blue {
    background-color: #82cde2;
}

@media screen and (max-width: 780px) {
main {
	width: 100%;
	padding: 0;
    margin-top: 68px;
	}
.contents {
	padding: 0px;
	}
.seccont {
    width: 100%;
    padding: 30px 15px 10px;
}
section {
    width: 100%;
	margin: 0;
    padding: 0 15px;
}

}



/* Slick上書
------------------------------------- */
.slick-prev,
.slick-next {
	top: 50%;
	width: 40px;
	height: 100px;
	z-index: 1;
}
.slick-prev {left: 0;}
.slick-next {right: 0;}

.slick-prev:before,
.slick-next:before {
	font-size: 80px;
	opacity: 0.6;
	font-family: FontAwesome;
}
.slick-prev::before {content: "\f104";}
.slick-next::before {content: "\f105";}

@media screen and (max-width: 575px) {
.slick-prev:before,
.slick-next:before {
	font-size: 60px;
	}
}

/* ------------------------- */

.text-main {color: #448F43 !important;}
.text-c01 {color: #63A945 !important;}
.text-c02 {color: #64A5DD !important;}
.text-c03 {color: #DC950F !important;}
.text-c04 {color: #6FAD43 !important;}

.bg-main {background-color: #F0F6E5 !important;}
.bg-c01 {background-color: #63A945 !important;}
.bg-c02 {background-color: #64A5DD !important;}
.bg-c03 {background-color: #DC950F !important;}

.border-main {border-color: #448F43 !important;}
.border-c01 {border-color: #63A945 !important;}
.border-c02 {border-color: #64A5DD !important;}
.border-c03 {border-color: #DC950F !important;}

.border-bottom2 {
  border-bottom: 2px solid #dee2e6;
}

.badge-1 {
	display: inline-block;
	margin: 3px;
	padding: 0.4em 0.8em 0.2em;
	font-size: 18px;
	line-height: 1;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	border-radius: 5px;
}
@media screen and (max-width: 780px) {
.badge-1 {
	font-size: 16px;
	}
}

/* ------------------------- */

.indent1em {
	text-indent: 1em;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

/* ------------------------- */

.btn-1 a {
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #444;
	border: 2px solid #448F43;
	border-radius: 5px;
	background-color: #FFF;
}

.btn-1 a:hover {
	text-decoration: none;
	background-color: #F0F6E5;
}

.btn-1 span {
	margin-right: 3px;
	color: #6FAD43;
}


.btn-2 a {
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	border: 2px solid #448F43;
	border-radius: 5px;
	background-color: #448F43;
}

.btn-2 a:hover {
    text-decoration: none;
	opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=70)";
}

.btn-2 span {
	margin-right: 3px;
	color: #6FAD43;
}


/* ------------------------- */

.list-1 {
	margin-bottom: 1rem;
	padding-left: 2em;
}

.list-1 li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 860px) {
.list-1 {
	padding: 0 10px;
    width: 100%;
    
	}
}

/* ------------------------- */

#pagetop a {
	width: 60px;
	height: 60px;
    position: fixed;
    bottom: 20px;
    right: 15px;
	background-image: url(../image/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}

#pagetop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* 見出し
------------------------------------- */

h2.ttl-1 {
	margin: 0 0 0.8em 0;
	padding: 15px 0;
	text-indent: 0em;
	color: #333;
	border-bottom: 2px solid #999;
	position: relative;
    font-size: 24px;
	font-family: 'Noto Serif JP', serif;
}



@media screen and (max-width: 860px) {
h2.ttl-1 {
	margin: 0px 0px 1.2em 0px;
	font-size: 20px;
	}
}

/* ------------------------- */

h3.ttl-1 {
	display: table;
	margin: 0 auto 0.5em;
	padding: 0.1em 2em 0;
	font-size: 30px;
	color: #666;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}

h3.ttl-1::before,
h3.ttl-1::after {
	content: "";
	width: 1.5em;
	border-top: 2px solid #6FAD43;
	position: absolute;
	top: 0.7em;
}

h3.ttl-1::before {
	right: 0.1em;
}

h3.ttl-1::after {
	left: 0;
}

@media screen and (max-width: 575px) {
h3.ttl-1 {
	font-size: 24px;
	}
}

/* ------------------------- */

h4.ttl-1 {
	font-size: 24px;
	color: #6FAD43;
	font-family: 'Noto Serif JP', serif;
}


/* ヘッダー
------------------------------------- */

header {
	max-width: 1024px;
	height: 170px;
	margin: 0 auto;
	padding-top: 107px;
	position: relative;
    background-color: #fff;
}

header a {
	text-decoration: none;
}

header h1.logo {
	margin: 0;
}

header h1.logo a {
	display: block;
	width: 290px;
	height: 60px;
	background-image: url(../image/logo2.png);
    background-repeat:  no-repeat;             
    background-position:center center; 
    background-size:283px auto;   
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 30px;
}

header a[href^="tel:"] {
    pointer-events: none;
}

header .contact a {
	padding: 9px 15px;
	border: 1px solid #555;
	border-radius: 5px;
	line-height: 1;
	color: #555;
	position: absolute;
	top: 20px;
	right: 30px;
    background-color: #F7F7F7;
    display: inline-flex;
    align-items: center;
}

header .contact a::before {
	margin: 0 5px 0 0;
    font-size: 1.5em;
	content: "\f0e0";
    font-family: FontAwesome;
	color: #555;
}

header .contact a:hover {
	background-color: #fff;
	text-decoration: none;
}

header .contactBox {
    position: absolute;
	top: 20px;
	right: 250px;
}
header ul li.contact2 a  {
	display: block;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 1.5em;
    font-weight: bold;
	line-height: 1;
	color: #555;
}

header ul li.contact2 a::before {
	margin: 0 5px 0 0;
    font-size: 1.0em;
	content: "\f879";
    font-family: FontAwesome;
	color: #555;
    vertical-align: middle;
}

header ul li.contact3  {
    display: block;
    padding: 0;
    margin: 6px 0 0 0;
    font-size: 0.75em;
    font-weight: normal;
	line-height: 1.2;
	color: #555;
}

header .contact3 span {
    padding-left: 48px;
}


@media screen and (max-width: 860px) {
header {
    position:fixed;
    z-index:99;
    top:0;
	width: 100%;
	height: 68px;
	padding-top: 0px;
    background: rgba(255,255,255,0.9);
	}
header h1.logo a {
	width: 260px;
	height: 50px;
    background-image: url(../image/logo2.png) no-repeat center center;
    background-size:240px auto;
	left: 10px;
    top: 10px;
	}
header .contactBox,
header .contact{
	display: none;
	}
header a[href^="tel:"] {
    pointer-events: auto;
}
}

/* ------------------------- */

header ul.gnav {
	display: flex;
	justify-content: center;
    margin-top: 10px;
}

header ul.gnav li {
	border-left: 1px solid #555;
}

header ul.gnav li:first-child {
	border-left: none;
}

header ul.gnav li a {
	display: block;
	width: 200px;
	padding: 5px 0;
	font-size: 18px;
	line-height: 1.2;
	color: #444;
	text-align: center;
}

header ul.gnav > li:hover > a {
	text-decoration: none;
	background-color: #fff;
	border-bottom: 2px solid #e5b908;
}

header ul.gnav > li.g04 {
    width: 200px!important;
    }

#home header ul.gnav > li.g01 > a,
#news header ul.gnav > li.g02 > a,
#facilities header ul.gnav > li.g03 > a,
#reserve header ul.gnav > li.g04 > a,
#access header ul.gnav > li.g05 > a
{
	background-color: #FFF;
	border-bottom: 2px solid #e5b908;
}

header ul.gnav li ul {
	position: absolute;
	top: 60px;
	z-index: 1;
}

header ul.gnav li ul li {
	overflow: hidden;
	height: 0;
}

header ul.gnav li:hover > ul > li {
	overflow: visible;
	height: 40px;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.2);
}

header ul.gnav li li a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 1;
	text-align: left;
	background-color: #FFF;
	border-top: 1px solid #00aebb;
}

header ul.gnav li li a::after {
	content: "\f0da";
    font-family: FontAwesome;
	font-size: 0.7em;
	color: #448F43;
	position: absolute;
	top: 16px;
	right: 10px;
}

header ul.gnav > li li:hover > a {
	text-decoration: none;
	background-color: #F2F2F2;
}

header .child {
    display: none;
}

header .icon_phone {
	width: 45px;
	height: 60px;
	padding: 3px 0px 0px 20px;
    display: none;
	position: absolute;
	right: 80px;
	cursor: pointer;
}

header .icon_phone:before {
	content: "\f095"; /* phone */
    font-family: FontAwesome;
	font-size: 34px;
	color: #FFF;
	vertical-align: 0;
}

@media screen and (max-width: 860px) {
header ul.snav,
header ul.gnav {
	display: none;
	}
header .icon_phone {
	display: block;
	}
}

/* ------------------------- */

#dnav {
	display: none;
}

#dnav_open {
	padding: 14px 5px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	line-height: 1.4;
	border: 2px solid #555;
	border-radius: 6px;
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 100;
}

#dnav_cover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	width: 0%;
	height: 0%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#dnav_cover.open {
	opacity: .3;
	z-index: 99;
}

#dnav_contents {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2020;
	margin: 0;
	padding: 0px 8px;
	width: 90%;
	max-width: 280px;
	height: 100%;
	background: #FFF;
	opacity: 0.95;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#dnav_contents.open {
	transform: translate(0); 
}

#dnav_close {
	display: block;
	padding: 3px 15px 3px 20px;
	cursor: pointer;
	border-bottom: 1px dashed #448F43;
	text-align: right;
}

#dnav_close:before {
	content: "\f057"; /* times-circle  */
    font-family: FontAwesome;
	font-size: 25px;
	display: block;
	color: #448F43;
}

#dnav_contents li {
	display: block;
	padding: 15px 5px 15px 10px;
	font-size: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #448F43;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

#dnav_contents li a {
	display: block;
	color: #555;
	text-decoration: none;
}

#dnav_contents .toggle:after {
	position: absolute;
	content: "\f078"; /* chevron-down */
    font-family: FontAwesome;
	right: 15px;
	color: #888;
}
#dnav_contents .toggle.active:after {
	position: absolute;
	content: "\f068"; /* minus */
    font-family: FontAwesome;
	right: 15px;
	color: #888;
}

#dnav_contents .child li {
	padding: 14px 5px 14px 30px;
	background-color: #EEE;
}

@media screen and (max-width: 860px) {
#dnav {
	display: block;
	}
}


/* フッター
------------------------------------- */

footer {
	padding-bottom: 15px;
	width: 100%;
	font-size: 12px;
    background-color: #EEE;
}

footer a {
	color: #555;
	text-decoration: none;
}

footer .logo {
	display: none;
	margin-top: 15px;
	height: 70px;
	background-image: url(../image/logo2.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 300px auto;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

footer small {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	color: #444;
	font-family: 'arial';
}

@media screen and (max-width: 1024px) {
footer {
	width: 100%;
    background-color: #fff;

	}
}
@media screen and (max-width: 780px) {
footer {
	width: 100%;
	}
footer .logo {
	display: block;
	}
}


footer .wrap li img  {
    width: 190px;
}

@media screen and (max-width: 860px) {
footer .wrap li img  {width: 180px;
}
}
@media screen and (max-width: 650px) {
footer .group .inner .wrap ul {
	flex-direction: column;
	}
footer .group .inner .wrap ul li {
	border-right: none;
	}
footer .wrap li img  {width: 300px; margin-bottom: 10px;
}
}

/* ------------------------- */

footer .sitemap {
    max-width: 1024px;
	width: 100%;
	color: #555;
	background-color: #EEE;
    margin: 0 auto;
}

footer .sitemap .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px;
	text-align: left;
}

footer .sitemap .name {
	font-size: 14px;
}

footer .sitemap .wrap {
	width: 420px;
}

footer .sitemap .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

footer .sitemap .wrap .row ul a:hover {
	text-decoration: underline;
	color: #555;
}

footer .sitemap .wrap .row ul li {
	margin: 0 0 8px 0;
	line-height: 1.2;
}

footer .sitemap .wrap .row ul li:before {
	content: "▶";
	margin-right: 3px;
}

@media screen and (max-width: 860px) {
footer .sitemap {
	display: none;
	}
}


/* トップページ
------------------------------------- */
#home .main_img {
	max-width: 1024px;
    width: 100%;
    width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 0;
	position: relative;
}

.botcont,
.botcont2 {
    margin: 0 15px;
    text-align: center;
}

.botcont a button,
.botcont a:active button,
.botcont a:visited button
{
    color: #fff;
    opacity: 0.8;
}
.botcont2 a{
    color: #555;
}

.botcont a:hover,
.botcont a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;   
}

.botcont button,
.botcont2 button {
    display: inline-block;
    font-size: 1.1em;
    width: 250px;
    padding: 10px 30px;
    border-radius: 7px;
    margin: 0 10px; 
    border: none;
}

.priceArea{
    
    background-color: forestgreen;
}
.reservArea {
    background-color: orange;
}
.botTakinosato{
    color: #555;
    background-color: #bfe0b2;
}
.botKinrin {
    color: #555;
    background-color: #a0d9e9;
}

#home .fullcont {
    width: 100%;
    background-color: #e7e7e7;
}
#home .seccont ul.yt_cont {
    margin: 0 15px;
    text-align: center;
}

#home .seccont ul.yt_cont li h4.jikkou {
    font-size: 1.0em;
    border: 1.5px solid #555; 
    padding: 9px 0 6px 0;
    border-radius: 20px;
    background-color: #FFF;
    width: 70%;
    margin: 0 auto;
}

#home .seccont ul.yt_cont li h4.keikaku {
    color: #FFF;
    font-size: 1.0em;
    border: 1.5px solid #FFF; 
    padding: 9px 0 6px 0;
    border-radius: 20px;
    background-color: #82cde2;
    width: 70%;
    margin: 0 auto;
}

#home p.kakomi {
    display:inline-block;
    border: 1px solid #555; 
    width: auto;
    padding: 3px 1.5rem 2px 1.5rem;
    border-radius: 20px;
}

#home .seccont ul.yt_cont li {
    display: inline-block;
    width: 49.6%;
    padding: 20px 20px;
    background-color: none;
    margin-bottom: 0px;
    vertical-align: top;
}

#home .seccont ul.yt_cont02 li.topMainV {
    display:  block;
    width: 75%;
    text-align: center;
    padding: 10px 20px;
    background-color: none;
    margin:0 auto;
}

#home .seccont ul.yt_cont li p {
    margin: 0 0 10px 0;
}

#home .seccont ul.yt_cont li img {
    width: 90%;
    margin: 10px 0 10px 0;
}

#home .seccont ul.yt_cont li p.copy {
    font-size: 0.9em;
    line-height: 1.5;
    width: 90%;
    margin: 10px auto;
    text-align: left;
}
#home .newsCont h3{
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 600;
}
 

#home .movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    width: 100%;
}

#home .movie-wrap iframe.movie {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    border: 8px solid;
    border-color: #fff;
}

#home .movie-wrap .imageIn {
    position: absolute;
     width: 100%;
     height: 100%;
}

#home table,
#takinosato table {
  font-size: 1.0em;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 100%;
  padding: 0;
  text-align: center;
}
#home table th,
#home table td,
#takinosato table th,
#takinosato table td{
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  padding: 0.5em;
  width: 50%;
}
#home table th,
#takinosato table th{
  background: #eee;
}
#home p.right a{
    display: block;
    text-align: right;
}

@media (max-width: 860px) {
    
    #home table{
      width: 100%;
      margin: 0 auto 20px auto;
    }
    #home table th,
    #home table td{
      width: 100%;
      display: block;
      margin: 0 auto;
    }
    #home table th,
    #home table td{
      border-top: none;    
    }
    #home table.tb_01 tr:first-child th{
      border-top: 1px solid #999;
    }
    #home .seccont ul.yt_cont h4 {
    font-size: 1.0em;
    border: 1.5px solid #555; 
    padding: 9px 0 6px 0;
    border-radius: 20px;
    background-color: #FFF;
    width:90%;
    margin: 0 auto;
         }
    #home p.kakomi {
    display:inline-block;
    border: 1px solid #555; 
    width: auto;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    
}

#home .seccont ul.yt_cont h4.keikaku {
    color: #FFF;
    font-size: 1.0em;
    border: 1.5px solid #FFF; 
    padding: 9px 0 6px 0;
    border-radius: 20px;
    background-color: #82cde2;
    width:90%;
    margin: 0 auto;
}

#home .newsCont,
#news .newsCont,
#news-detail .newsCont{
    width: 100%;
    margin: 0 auto;
}

.pcon {
    display: block;
}
.spon{
   display: none;
}
}
@media screen and (max-width: 860px) {
    
.pcon {
    display: none;
}
.spon{
   display: block;
}

    
#home .main_img {
	width: 100%;
	}
#home .seccont ul.yt_cont {
    margin: 0 ;
}
    #home .seccont ul.yt_cont li {
    display: inline-block;
    width: 49.5%;
    padding: 10px;
    margin-bottom: 15px;
}
    
.botcont {
    margin: 20px 0;
    text-align: center;
}

.botcont a{
    color: #fff;
}
.botcont button {
    display: block;
    font-size: 1.2em;
    width: 100%;
    padding: 10px 30px;
    border-radius: 7px;
    margin: 0 auto 15px auto; 
    border: none;
}
    
    
}

@media screen and (max-width: 580px) {

    #home .seccont ul.yt_cont li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
    #home .seccont ul.yt_cont02 li.topMainV {
    display:  block;
    width: 100%;
    padding: 0;
    margin:0 auto 15px auto;
}
}

/* ------------------------- */

#home .catch {
	margin: 0 -35px 30px;
	padding: 20px 50px;
	background-color: #F0F6E5;
	border-radius: 25px;
}


@media screen and (max-width: 860px) {
#home .catch {
	margin: 0 -20px 20px;
}

}
@media screen and (max-width: 575px) {
#home .catch {
	padding: 15px 30px;
}
}


/* カテゴリー別
------------------------------------- */

#access .newsCont h3{
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 600;
}
#access .newsCont{
    width: 100%;
    margin: 0 auto;
}
#access .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
border: 5px solid #fff;
    margin: 15px auto 30px auto;
}
#access .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

#access ul.around {
    width: 100%;
    text-align: center;
}
#access ul.around li {
    display: inline-block;
    width: 43%;
    margin: 10px 2%;
}
#access ul.around li p {
    text-align: left;
}

h3.ttl-2 {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.4;
    margin: 15px 0 20px 0;
}
h4.ttl-3 {
    text-align: left;
    font-size: 1.2em;
    background:#87613a;
    color:#fff;
    padding: 8px 20px;
    border-radius: 30px; 
    line-height: 1.4;
}
p.accCopt01 {
    text-align: left;
    padding: 10px 0 15px 20px;
    font-size: 1.0em;
    line-height: 1.5;
    
}

@media screen and (max-width: 860px) {
    
h4.ttl-3 {
    font-size: 1.0em;
    line-height: 1.3;
}
    
#access ul.around {
    text-align: left;
}
#access ul.around li {
    display: block;
    width: 100%;
    margin: 15px 0;
}
#access ul.around li p {
    text-align: none;
}

#news-detail .newsCont{
    width: 100%;
    margin: 0 auto;
}
 }   
------------------------------------- */
#business .group .logo img {
	height: 53px;
}

@media screen and (max-width: 860px) {
#business .group .logo img {
	height: 43px;
	}
}

/* ------------------------- */
#facilities section {
    width: 100%;
}
section.bg_gold {
    background-color: #e9e6da; 
}
section.bg_green{
    background-color: #e1f3d9; 
}

.thierdCont {
    width: 100%;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    padding: 15px; 
}

.thierdCont h2{
    text-align: left;
}
.w_full {
    width: 80%;
    margin: 10px auto;
}
.w_harf {
    display:inline-block; 
    width: 40%;
    margin: 10px auto;
}
.bodyCopt01{
    padding: 15px;
    font-size: 1.0em;
    line-height: 1.7;
    text-align: left;
}
.bodyCopt02{
    padding: 15px 40px;
    font-size: 1.0em;
    line-height: 1.7;
    text-align: left;
}
.bodyCopt03{
    width: 82%;
    padding: 0px 0px 15px 0px;
    margin: 0 auto;
    font-size: 1.0em;
    line-height: 1.7;
    text-align: left;
}

#reserve ul.method {
    padding: 15px;
    font-size: 1.0em;
    line-height: 1.6;
    list-style-type: decimal;
}

#reserve ul.method li {
    text-align: left;
    margin: 0 0 0.5rem 0.5rem;
}
#reserve ul.method li a {
    text-decoration: underline;
}

#facilities h3 {
    font-size: 1.1em;
    text-align: left;
    color: #fff;
    background-color: #555;
    padding: 5px 15px;
    width: 96%;
    margin: 10px auto;
    border-radius: 20px;  
}

#facilities .thierdCont ol.rule_01 {
    padding: 0 0 0 15px;
    text-align: left;
    list-style: decimal-leading-zero inside; 
}
#facilities .thierdCont ol.rule_01 li {
    padding: 0 0 10px 2em;
	text-indent: -2em;
}
#facilities .thierdCont ol.rule_01 li ol.rule_02{
    padding: 10px 0 0 0;
    list-style: decimal inside;
    }
#facilities .thierdCont ol.rule_01 li ol.rule_02 li{
    padding: 0 0 5px 1.0em;
	text-indent: -1em;

}

#facilities .thierdCont .contHerf {
    display: inline-block;
    width: 45%;
    vertical-align:top;
}
#facilities .thierdCont .contHerf table {
    width: 80%;
    margin: 10px auto;
    font-size: 0.9em;
    line-height: 1.3;
    border: 2px solid #777;
}
#facilities .thierdCont .contHerf table th,
#facilities .thierdCont .contHerf table td{
  border: 1px solid #999;
  padding: 0.5em;
}
#facilities .thierdCont .contHerf table th{
  background: #eee;
}
#facilities .thierdCont .contHerf table td{
  background: #fff;
}
#facilities .thierdCont .contHerf table span {
    font-size: 0.8em;
    line-height: 1.3;
}

#facilities .scroll-table tbody,
#facilities .scroll-table table{
    padding: 0;
    margin: 0;
}
#facilities .scroll-table table.sTable {
 font-size: 1.0em;
 line-height: 1.3;
border: 2px solid #777;
 overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
    width: 82%;
    margin: 15px auto;
}

#facilities .scroll-table table.sTable td {
	border: 1px solid #595959;
	border-collapse: collapse;
    padding: 5px 3px;
    width: 11%;
}
#facilities .scroll-table table.sTable td.bge7 {
	background-color: #e7e7e7;
}
#facilities .textRed {
    color: red;
}

.tableHarf {
  font-size: 1.0em;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
  display: inline-block;
  width: 47%;
  margin: 1%;
  vertical-align:top;
}

.tableHarf h4 {
background-color: #9c8a78;
    text-align: left;
    padding: 10px;
    font-size: 1.1em;
    color:#fff;
}

.tableHarf h5.reTtl {
    text-align: left;
    padding: 10px 10px 10px 0;
    font-size: 1.0em;
    border-bottom: 1px dotted #555;
    font-weight: 600;
}

.tableHarf table {
    width: 100%;
}
.tableHarf table th,
.tableHarf table td
{
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  padding: 0.5em;
  width: 50%;
}
.tableHarf table th{
  background: #eee;
}
.tableHarf table td{
  background: #fff;
}

#facilities p.kakomi {
    border: 1px solid #555; 
    width: auto;
    padding: 5px;
    border-radius: 20px;
    margin: 10px 0 0 0 ;
    background: #fff;
}
#facilities p.bodyCopt01 a {
    border: 1px solid 555;
}

#facilities .thierdCont .detailsCopy_01 p {
    text-align: left;
    padding: 15px 0 0 15px;
    }
    
#facilities .thierdCont .detailsCopy_01 p.details01 {
        
    }
#facilities .thierdCont .detailsCopy_01 ul {
    margin: 0 0 20px 0;
    text-align: left;
}
#facilities .thierdCont .detailsCopy_01 ul li {
    padding: 5px 0 0 20px;
}
.marBot20 {
    margin-bottom: 20px;
}

@media (max-width: 860px) {
    #facilities .thierdCont ol.rule_01 {
    padding: 0 0 0 0;
    text-align: left;
    list-style: decimal-leading-zero inside; 
}
    
#facilities .thierdCont .detailsCopy_01 p {
    padding: 15px 0;
    }
.w_full {
    width: 100%;
}
    
#facilities h3 {
    font-size: 1.0em;
    width: 100%; 
}
    
.bodyCopt01{
    padding: 0px;
}
#facilities .scroll-table{
 font-size: 0.9em;
    width: 100%;
    margin: 15px auto;
    overflow-x: scroll;
    }
#facilities .scroll-table table.sTable {
 font-size: 0.9em;
 overflow-x: scroll;
 width: 100%;
    }
#facilities .thierdCont .contHerf {
    display: block;
    width: 100%;
}
#facilities .thierdCont .contHerf table {
    width: 100%;
    margin: 10px auto;
    font-size: 0.9em;
    line-height: 1.3;}
    
#facilities .thierdCont .contHerf table th.w60 {
        width: 60%;
    }
#facilities .thierdCont .contHerf table th.w20 {
        width: 20%;
    }

.w_harf {
    display:block; 
    flex-wrap:wrap;
    width: 100%;
    margin: 0px auto 10px auto;
}
    
.tableHarf {
  display: block;
  width: 100%;
  margin: 0%;
  vertical-align:top;
}
.tableHarf table.sTable{
    margin: 0 auto;
    width: 100%;
}
.tableHarf table.sTable th,
.tableHarf table.sTable td{
      width: 100%;
      display: block;
    }
.tableHarf table.sTable th,
.tableHarf table.sTable td{
      border-top: none;    
    }
table tr:first-child th{
      border-top: 1px solid #999;
    }
    
#facilities .seccont ul.yt_cont h4 {
    font-size: 1.0em;
    border: 1.5px solid #555; 
    padding: 9px 0 6px 0;
    border-radius: 20px;
    background-color: #FFF;
    width:90%;
    margin: 0 auto;
         }
    #facilities p.kakomi {
    display:inline-block;
    border: 1px solid #555; 
    width: auto;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
    .botcont2{
        display: none;
    }
    .bodyCopt02{
    padding: 0px 0px 15px 0px;
}
    .bodyCopt03{
    width: 100%;
    padding: 0px 0px 15px 0px;
}
        
}

/* ------　おすすめ情報　----- */

.recContL {
    margin-right: 0px;
    vertical-align: top;
    display: inline-block;
}
.wdtCal100-340{ 
    width: calc(100% - 340px);
}
.recContR {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.wdt300 {
    width: 300px;
}
.wdtCal50-15 {
    width:  calc(100% - 20px);
}
.recContL h5 {
    margin-bottom: 30px;
}
.recContL p.textRight {
    text-align: right;
    margin-bottom: 20px;
}
.recContL p{
    line-height: 1.6;
    margin-bottom: 20px;  
}

table.nmlTbl01 {
    width: 100%;
    margin-bottom: 20px;
    border:1px solid #555;
	border-spacing:0;
	border-collapse:collapse;
}
table.nmlTbl01 th{
	font-weight:bold;
	text-align:center;
	padding:3px 6px;
	background:#E8E8E8;
	border:1px solid #555;
}
table.nmlTbl01 td {
	padding:3px 6px;
	border:1px solid #555;
}
.recContL img {
    margin: 0 10px 15px 0;
}
.asahiLink p a::before {
    margin: 0 5px 0 0;
    font-size: 1.0em;
	content: "\f35d";
    font-family: FontAwesome;
	color: #555;
    vertical-align: text-bottom;
}
p.asahiTtl{
    border-bottom: 1px dotted #555;
}
.asahiLink p {
     margin: 10px 0;
}





.recContL h3.rCRTtl,
.recContR h3.rCRTtl{
    font-size: 1.0em;
    padding: 10px;
    border-radius: 8px;
    color: #fff; 
    font-weight: 600;
}
.recContL h4.rCRTtl02,
.recContR h4.rCRTtl02{
    font-size: 1.0em;
    padding: 10px 10px 10px 0;
    border-bottom: 2px dotted #555;
    color: #555;
    font-weight: 600;
}
.bg_brown {
    background: #9c8a78;   
}
.bg_deepg {
    background: #000080;
}
.recContR ul {
}
.recContL ul li,
.recContR ul li {
    line-height: 1.4;
    padding: 0 0 10px 1em;
    text-indent: -1em;
}
.recContL ul li a::before,
.recContR ul li a::before{
	margin: 0 5px 0 0;
    font-size: 1.0em;
	content: "\f054";
    font-family: FontAwesome;
	color: #555;
    vertical-align: text-bottom;
}

.recContR ul.shisetsu {
    margin-top: 15px;
}
.recContR ul.shisetsu li {
    line-height: 1.4;
    padding: 0 0 10px 1em;
    text-indent: -1em;
}
.recContR ul.shisetsu li a::before {
	margin: 0 5px 0 0;
    font-size: 1.0em;
	content: "\f35d";
    font-family: FontAwesome;
	color: #555;
    vertical-align: text-bottom;
}
.mgnTop10 {
    margin-top: 10px;
}


@media (max-width: 860px) {
   .recContL {
    display: block;
    width: 100%;
}
.recContR {
    display: block;
    width: 100%;
    margin-left: 0px
} 
}

/* ------------------------- */

ul.shinseiDl {
    text-align: left;
    padding: 0 0 0 10px;
}

ul.shinseiDl li button {
    margin: 0 0 10px 10px;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 2px 15px 2px 10px;
}
ul.shinseiDl li button:before {
	content: "▶";
	margin-right: 3px;
}
p.alleLeft {
    text-align: left;
    margin: 0 0 15px 0;
}

.hanreiCont {
    display: inline-block;
    width: 32%;
    text-align: left;
    vertical-align:top;
}

.hanreiCont p span{
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #555;
}

.bgColor01 {
    background-color: #5FC0B3;
}
.bgColor02 {
    background-color: #62369C;
}
.bgColor03 {
    background-color: #8E5BDD;
}
.bgColor04 {
    background-color: #7EC600;
}
.bgColor05 {
    background-color: #DDC529;
}
.bgColor06 {
    background-color: #D18000;
}
.bgColor07 {
    background-color: #e27699;
}
.bgColor08 {
    background-color: #b2535e;
}
.ggCdcont {
    width: 100%;
    padding: 0 15px;
    margin: 0;
}
.googleCalendar{
    width: 100%;
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto;
}
.googleCalendar iframe {
  width: 100%;
  height: 1160px;
  margin: 20px 0 15px 0;
}
@media all and (max-width: 860px) {
.ggCdcont {
    padding-left: 0;
    padding-right: 0;
}
    googleCalendar{
    padding: 0;
    overflow: scroll;
}
  .googleCalendar iframe {
   min-width: 350px;
      width: 100%;
   margin: 0 auto;
  }
.hanreiCont {
    display: block;
    width: 100%;
    text-align: left;
}
}


/* ------------------------- */

#profile dl {
	width: 780px;
	margin: 0px 0px 70px 35px;
	overflow: hidden;
	border-bottom: 1px dashed #BBB;
}

#profile dl dt {
	color: #448F43;
	clear: both;
	width: 190px;
	float: left;
	border-top: 1px dashed #BBB;
	margin: 0;
	padding: 25px 30px 25px 15px;
	overflow: hidden;
}
#profile dl dd {
	width: 590px;
	float: left;
	border-top: 1px dashed #BBB;
	margin: 0;
	padding: 25px 0px 25px 15px;
}

#profile dl dt:first-child,
#profile dl dt:first-child + dd {
	border-top: none;
}

#profile dl a {
	color: #444;
}

#profile dl .link span {
	color: #448F43;
}

@media screen and (max-width: 860px) {
#profile dl {
	width: 100%;
	margin: 40px 0px 70px 0px;
	}
#profile dl dt {
	width: 100%;
	float: none;
	border-top: 1px dashed #BBB;
	padding: 15px 5px 0px 5px;
	}
#profile dl dt:first-child {
	padding: 0px 5px 0px 5px;
	}
#profile dl dd {
	width: 100%;
	float: none;
	border-top: none;
	padding: 0px 5px 15px 5px;
	}
}

/* ------------------------- */

#contact #mail_form .inner {
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding: 0px 25px;
}
#contact main{
    max-width: 1024px;
    width: 100%;
    margin: 10px auto;
}
#contact h2.ttl-1 {
    padding-left: 15px
}

#contact .privacy {
	height: 310px;
	overflow-y: scroll;
	font-size: 12px;
	border: 1px solid #BBB;
	padding: 15px 30px;
}
#contact .privacy h2 {
	text-align: center;
	font-size: 16px;
}

#contact .privacy h3 {
	margin: 0px 0px 5px -13px;
	font-size: 12px;
	color: #448F43;
}

#contact .privacy .lead {
	font-size: 14px;
}

#contact .privacy li {
	margin: 0px 0px 0px 2em;
}

#contact .privacy li:before {
	content: "・";
	margin-left: -1em;
}

#contact .privacy section {
	margin-bottom: 10px;
	padding-left: 13px;
}


#siteMap main{
    max-width: 1024px;
    width: 100%;
    margin: 10px auto;
}
#siteMap .privacy h2 {
	text-align: center;
	font-size: 16px;
}

#siteMap .privacy h3 {
	margin: 0px 0px 5px -13px;
	font-size: 12px;
	color: #448F43;
}

#siteMap .siteCont{
    width: 100%;
    padding: 10px 0 10px 20px;
    text-align: left;
}
#siteMap .siteCont ul {
    padding: 0;
    margin: 0;
}
#siteMap .siteCont ul li{
    padding: 5px 0;
}
#siteMap .siteCont ul li a::before {
	margin: 0 5px 0 0;
    font-size: 1.0em;
	content: "\f105";
    font-family: FontAwesome;
	color: #555;
    vertical-align: text-bottom;
}
#siteMap .siteCont ul li ul{
    padding: 0 0 0 2em;
    margin: 0;
}
#siteMap .siteCont ul li ul p{
    padding: 10px 0 0 1em;
    margin: 0;
}
#siteMap .siteCont ul li ul li {
    padding: 0 0 0 20px;
    margin: 0;
}
@media screen and (max-width: 860px) {
#contact #mail_form .inner {
	margin: 0px ;
	padding: 0px 10px;
	}
#contact .privacy {
	padding: 15px 15px;
	}
#contact .contents p.mb-3 {
     padding: 0 10px; 
     font-size: 1.0em;
    }
#contact  main,
#siteMap   main{
        margin-top: 86px;
    }
#contact h2.ttl-1 {
padding-left: 20px;
}
#sitemap  main {
        margin-top: 86px;
    } 
    #siteMap .siteCont ul li ul{
    padding: 0 0 0 0;
}
#siteMap .siteCont{
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: left;
}
    
}




#aboutsite .privacy{
    max-width: 1024px;
    width: 100%;
    margin: 10px auto;
	font-size: 1.0em;
    line-height: 1.6;
	padding: 15px ;
}
#aboutsite .privacy p.lead {
    font-size: 1.0em;
    line-height: 1.6;
    padding: 15px;
} 
#aboutsite .privacy section {
    padding: 0 15px 0 15px;
}
#aboutsite .privacy section p{
    padding: 0 0 0 1.0em;
}
#aboutsite  .privacy h2 {
	text-align: left;
	font-size: 1.1em;
    font-weight: 600;
    border-bottom: 1px dotted #555;
    padding-bottom: 10px;
}

#aboutsite .privacy h3 {
	margin: 0px 0px 5px 0;
	color: #448F43;
    font-size: 1.0em;
    line-height: 1.6;
}

/* Bootstrap上書
------------------------------------- */
a {
	color: #003399;
}
.display-1 {
	font-size: 46px;
	font-family: 'Noto Serif JP', serif;
}
.display-2 {
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
}
.display-3 {
	font-size: 34px;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}
.display-4 {
	font-size: 28px;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}
small,
.small {
	font-size: 87%;
	line-height: 1.5;
}
.lead {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.5;
}
.bg-light {
  background-color: #F6F6F6 !important;
}
.btn {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.breadcrumb {
	margin: 0px 0px 15px 10px;
	padding: 0;
	font-size: 13px;
	background-color: transparent;
}
.breadcrumb li::after {
	content: "\f105"; /* angle-right */
    font-family: FontAwesome;
	margin: 0 0.5em;
}
.breadcrumb li:last-child::after {
	content: normal;
}

.rounded-sm {
  border-radius: 10px !important;
}
.rounded {
  border-radius: 16px !important;
}
.rounded-lg {
  border-radius: 25px !important;
}
.rounded-top {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.rounded-right {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}
.rounded-left {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.figure-caption, figcaption {
	font-size: 87%;
	color: initial;
	line-height: 1.5;
	margin: 8px 3px;
}
.mb_20 {
    margin-bottom: 20px!important;
}

@media screen and (max-width: 860px) {
.breadcrumb {
	margin: 0px 0px 15px 0px;
	display: none;
	}
}
@media screen and (max-width: 575px) {
.display-1 {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	}
.display-2 {
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	}
.display-3 {
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	}
.display-4 {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	}
.lead {
	font-size: 15px;
	}
}
@media (min-width: 576px) {
  .container {max-width: 100%;}
}
@media (min-width: 860px) {
  .container {max-width: 100%;}
}
@media (min-width: 992px) {
  .container {max-width: 100%;}
}
@media (min-width: 1200px) {
  .container {max-width: 100%;}
}

