@charset "utf-8";
/* CSS Document */
/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}


body{
	margin: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.7;
	text-align: center;
	background: #fff;
}
/*Header*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 20px 0;
	background: #fff;
	box-sizing: border-box;
	border-bottom: solid 1px #000;
	z-index: 100;
}
header:after{
	display: block;
	content: "";
	width: 100%;
	position:absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
header .pc-header{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header .pc-header > a{
	width: 20%;
}
header .pc-header a img{
	width: 100%;
	height: auto;
}
header .pc-header .head-navi{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .pc-header .head-navi a{
	display: block;
	width: 25%;
	color: #666;
	font-weight: bold;

}

/*本体*/
article{
	width: 90%;
	max-width: 900px;
	padding: 150px 0 50px;
	margin: 0 auto;
}
section{
	width: 100%;
	padding-top: 100px;
	text-align: left;
}
a{
	color: #000;
	text-decoration: none;
}
h1{
	margin: 0 0 20px;font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	font-weight: bold;
}
.title{
	width: 100%;
	position: relative;
}
.title h2{
	display: inline-block;
	padding-right: 30px;
	margin: 0 0 50px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	background: #fff;
}
.title:after{
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000;
	z-index: -1;
}
h3{
	width: 90%;
	margin:0 auto 1rem;
	font-size: 20px;
	line-height: 1.5;
}
p{
	display: block;
	width: 90%;
	margin:0 auto 50px;
}
p.txt-r{ text-align: right; }
ul{
	width: 90%;
	margin:0 auto 50px;
	list-style-position: inside;
}
li{
	margin-left: 2rem;
	list-style: disc;
}
img{
	max-width: 100%;
}

/*footer*/
footer{
	width: 100%;
	padding: 50px 0 30px;
	background: #ff9900;
}

/*コンテンツ*/
.top{
	padding-top: 0;
	margin-bottom: 100px;
	text-align: center;
}
.top p{
	margin-bottom: 50px;
	text-align: center;
}
.top-slide img{
	width: 100%;
}
.top-slide .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 48%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.top-slide .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.top-slide .slick-next {
  right: -15px;
}
.top-slide .slick-prev {
  left: -15px;
}
.top-slide .slick-next::before {
  left: 20px;
}
.top-slide .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.about p.txt-r{
	margin: -50px auto 60px;
}
.about-hall{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.about-hall img{
	width: 50%;
	height:auto;
}
.about-hall div{
	width: 45%;
	text-align: left;
}
.about-hall div h3{
	width: 100%;
}
.about-hall div dl{
	margin-bottom: 50px;
}
.about-hall div dt{
	clear: left;
	float: left;
	width: 25%;
	padding-bottom: 10px;
}
.about-hall div dd{
	padding: 0 0 10px 25%;
}
.reservation a{
	display: block;
	width: 50%;
	padding: 10px;
	margin: 0 auto 50px;
	font-size:  24px;
	text-align:  center;
	border:  1px solid #666;
	border-radius: 10px;
}
.reservation a:hover{
	background: #aaa;
}
.access-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.access-cont .address{
	width: 48%;
	height:auto;
}
.access-cont .address p{
	width: 100%;
	margin: 0 0 30px;
}
.access-cont .map{
	width: 50%;
	text-align: left;
}
.access-cont .map iframe{
	width: 100%;
}
/*お問い合わせ*/
.form-top{
	padding-top: 0;
	text-align: center;
}
.title{
	text-align: left;
}
.form-top img{
	width: 85%;
	margin: 0 auto;
}
.contact dl{
	width: 85%;
	margin: 0 auto;
}
.contact dt{
	clear: left;
	float: left;
	width: 40%;
	min-height: 2rem;
	padding-bottom: 10px;
	z-index: 10;
}
.contact dd{
	min-height: 2rem;
	padding: 0 0 10px 40%;
}
.contact dt span{padding: 0px 5px;margin-left: 10px;font-size: 12px;color: #fff;line-height: 1;background: #e88;border-radius: 3px;}
.contact dd input,.contact dd textarea{
	max-width: 100%;
}
.contact dd.ninzuu input{
	width: 30%;
}
.form-btn{
	text-align: center;
}
.form-btn input{
    width: 30%;
    padding: 10px 0;
    margin: 50px 15px 0;
    color: #fff;
    line-height: 1;
    background: #aaa;
    border: none;
    border-radius: 3px;
	cursor: pointer;
}
	

.for-sp,.drawer-hamburger{ display: none; }
@media screen and (max-width: 765px) {
.for-sp,.drawer-hamburger{ display: inherit; }
.for-pc{ display: none; }
/*Header*/
header{
	position: fixed;
	height: 70px;
	padding: 10px 0;
}
header:after{
	display: block;
	content: "";
	width: 100%;
	position:absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
header .pc-header{
	justify-content: center;
}
header .pc-header > a{
	width: 50%;
}
header .pc-header a img{
	width: 100%;
	height: auto;
}
header .pc-header .head-navi{
	display:none;
}
.drawer-nav{
	width: 300px;
	padding: 10px 0;
}
.drawer-nav h2{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 5px solid #ccc;
}
.drawer-nav h2 img{
	width: 55%;
}
.drawer-nav ul{
	width: 90%;
	text-align: left;
}
.drawer-nav li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}
.drawer--right .drawer-nav{
	right: -300px;
}
.drawer--right.drawer-open .drawer-hamburger{
	right: 300px;
}
/*本体*/
article{
	width: 90%;
	max-width: 900px;
	padding: 10px 0 50px;
	margin: 0 auto;
}
section{
	width: 100%;
	padding-top: 50px;
	margin: 0 auto;
}
a{
	color: #000;
	text-decoration: none;
}
h1{
	margin: 0 0 20px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.title{
	width: 100%;
	position: relative;
}
.title h2{
	display: inline-block;
	padding-right: 30px;
	margin: 0 0 50px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	background: #fff;
}
.title:after{
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000;
	z-index: -1;
}
h3{
	width: 100%;
	margin: 0 auto .5rem;
	font-size: 20px;
	line-height: 1.5;
}
p{
	display: block;
	width: 100%;
	margin:0 auto 50px;
}
ul{
	width: 100%;
	margin:0 auto 50px;
	list-style-position: inside;
}
li{
	margin-left: 2rem;
	list-style: disc;
}
img{
	max-width: 100%;
}

/*footer*/
footer{
	width: 100%;
	padding: 50px 0 30px;
	background: #ff9900;
}

/*コンテンツ*/
.top{
	padding-top: 50px;
	margin-bottom: 100px;
}
.top p{
	margin-bottom: 50px;
	text-align: center;
}
.top-slide img{
	width: 100%;
}
.top-slide .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 48%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.top-slide .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.top-slide .slick-next {
  right: -15px;
}
.top-slide .slick-prev {
  left: -15px;
}
.top-slide .slick-next::before {
  left: 20px;
}
.top-slide .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.about-hall{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.about-hall img{
	width: 100%;
	margin-bottom: 20px;
}
.about-hall div{
	width: 100%;
	text-align: left;
}
.about-hall div dl{
	margin-bottom: 50px;
}
.about-hall div dt{
	clear: left;
	float: left;
	width: 25%;
	padding-bottom: 5px;
}
.about-hall div dd{
	padding: 0 0 5px 25%;
}
.reservation a{
	display: block;
	width: 90%;
	padding: 10px;
	margin: 0 auto 50px;
	font-size:  24px;
	text-align:  center;
	border:  1px solid #666;
	border-radius: 10px;
}
.reservation a:hover{
	background: #aaa;
}
.access-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.access-cont .address{
	width: 108%;
	margin-bottom: 20px;
}
.access-cont .address p{
	width: 100%;
	margin: 0 0 30px;
}
.access-cont .map{
	width: 100%;
	text-align: left;
}
.access-cont .map iframe{
	width: 100%;
}
/*お問い合わせ*/

.form-top img{
	width: 100%;
}
	.form-top iframe{
		max-width: 100%;
	}
.contact dl{
	width: 100%;
	margin-left: 0;
}
.contact dt{
	float: none;
	width: 100%;
	min-height: inherit;
	padding-bottom: 0;
	font-weight: bold;
}
.contact dd{
	width: 100%;
	min-height: inherit;
	padding: 0 0 10px ;
}
.form-btn input{
    width: 42%;
    margin: 20px 1%;
	-webkit-appearance: none;
}

}