@import url(html5reset-1.6.1.css);
/************************************************************
*/
/*	General
*/
/***********************************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {to-contact
  font-size: 62.5%;
  width: 100%;
  min-width: 1000px;
}

body {
  width: 100%;
  min-width: 1000px;
  line-height: 1.0;
  background: url(../images/bg_body.jpg) center/100% repeat-y;
}

@media screen and (min-width: 641px) {
  body {
    font-size: 1.4em;
  }
}

/*-------------------------
/*	bg_kazari
-------------------------*/
#gallery,
#info,
#access,
#blog {
  background-image: url(../images/bg_kazari.png);
  background-repeat: no-repeat;
}

/*-------------------------
/*	.bg_fixed
-------------------------*/
.bg_fixed {
  width: 100%;
  min-width: 1000px;
  height: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
}

/*-----------------------*/
nav,
h3 {
  font-family: 'Noto Serif JP', serif;
}

section {
  font-size: 24px;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
  width: 100%;
  min-width: 1000px;
  text-align: center;
}

h3 {
  font-weight: normal;
  font-size: 32px;
  padding: .5em;
  border: 1px solid #231815;
  display: inline-block;
  margin: auto auto 40px;
}

a {
  color: inherit;
  text-decoration: none;
}

a[target="_blank"] {
  color: #1772B8;
  text-decoration: underline;
}

a[target="_blank"]:hover {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

a[data-lightbox^="lb"] {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

address {
  font-style: normal;
}

/*==================================
*/
/*		Layout
*/
/*================================*/
.inner {
  width: 1000px;
  margin: auto;
}

/************************************************************
*/
/*	Header
*/
/***********************************************************/
header {
  padding-top: 94px;
}

nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  min-width: 1000px;
  height: 94px;
  padding-top: 50px;
  background: url(../images/bg_body.jpg) center/100% no-repeat;
  -webkit-box-shadow: 0 1px 1px rgba(35, 24, 21, 0.3);
  box-shadow: 0 1px 1px rgba(35, 24, 21, 0.3);
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav li + li {
  margin-left: auto;
}

nav a {
  font-size: 19px;
  padding: .5em 0 .5em 2em;
  background: url(../images/icon_sakura.png) left 0 center no-repeat;
}

/*==================================
*/
/*		main-visual
*/
/*================================*/
#main-visual-wrapper {
  width: 100%;
  min-width: 1000px;
  position: relative;
}

h1 {
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

/*-------------------------
/*	.slide-dots
-------------------------*/
.slide-dots {
  position: absolute;
  bottom: 1em;
  width: 100%;
  min-width: 1000px;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  width: 1.2em;
  height: 1.2em;
  background: none;
  border: none;
}

.slide-dots li button:before {
  content: "";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f6f0d8;
}

.slide-dots li button:hover {
  cursor: pointer;
}

.slide-dots li button:focus {
  outline: none;
}

.slide-dots li.slick-active button:before {
  background: #9f0300;
}

.slide-dots li:hover button:before {
  background: #cfb992;
}

/************************************************************
*/
/*	Main
*/
/***********************************************************/
main {
  padding-top: 50px;
}

@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}

main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*==================================
*/
/*		#gallery
*/
/*================================*/
#gallery {
  background-position: left calc(50% - 530px - 200px) bottom 0;
}

#gallery .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 320px 20px 320px 20px 320px 20px 320px 20px 320px 20px 320px;
  grid-template-rows: repeat(3, 320px);
  -ms-grid-columns: 320px 20px 320px 20px 320px;
  grid-template-columns: repeat(3, 320px);
  grid-gap: 20px;
  /*-- IE11 --*/
  grid-template-areas: "a a a" "b c c" "d e f";
}

#gallery .inner a:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a;
}

#gallery .inner a:nth-of-type(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: b;
}

#gallery .inner a:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: c;
}

#gallery .inner a:nth-of-type(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: d;
}

#gallery .inner a:nth-of-type(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: e;
}

#gallery .inner a:nth-of-type(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: f;
}

#gallery .inner a:nth-of-type(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: g;
}

#gallery .inner a:nth-of-type(8) {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: h;
}

#gallery .inner a:nth-of-type(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: i;
}

#gallery .inner a:nth-of-type(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: j;
}

#gallery .inner a:nth-of-type(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: k;
}

#gallery .inner a:nth-of-type(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
  grid-area: l;
}
#eitai #gallery .inner {
  grid-template-areas: "a a a" "b c c";
  grid-template-rows: repeat(2, 320px);
}
/*==================================
*/
/*		#info
*/
/*================================*/
#info {
  padding-top: 140px;
  padding-bottom: 56px;
  background-position: right calc(50% - 530px - 200px) bottom 0;
}

#info h2 {
  margin-bottom: 56px;
}

#info + .bg_fixed {
  background-image: url(../images/slider/01-1.jpg);
  margin-top: 76px;
}

/*-------------------------
/*	#sect, #origin
-------------------------*/
#sect p,
#origin p {
  width: 920px;
  margin: auto;
  line-height: 1.5;
  text-indent: 1em;
}

#origin {
  margin-top: 88px;
}

/*-------------------------
/*	#events
-------------------------*/
#events {
  margin-top: 98px;
}

#events ul {
  width: 450px;
  margin: auto;
}

#events li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
}

#events li:before, #events li:after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 5px;
  height: 5px;
  background: #231815;
  border-radius: 50%;
}

#events li:before {
  right: -3px;
}

#events li:after {
  left: -3px;
}

#events li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #231815;
}

#events li:last-of-type:before, #events li:last-of-type:after {
  display: none;
}

#events time {
  background: #b90004;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: .4em 1em;
}

#events span {
  width: 8em;
  margin-left: auto;
}

/*==================================
*/
/*		#about
*/
/*================================*/
#about {
  background-image: url(../images/bg_kazari.png), url(../images/bg_kazari.png), url(../images/bg_kazari.png);
  background-position: left calc(50% - 530px - 200px) top 58px, right calc(50% - 530px - 200px) center, left calc(50% - 530px - 200px) bottom 0;
  background-repeat: no-repeat;
  padding-top: 108px;
}

#about h2 {
  margin-bottom: 90px;
}

#about + .bg_fixed {
  background-image: url(../images/slider/01.jpg);
  margin-top: 160px;
}

/*-------------------------
/*	#kanjou-shoson
-------------------------*/
#kanjou-shoson .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 50px auto 50px auto;
  grid-template-rows: repeat(3, auto);
  -ms-grid-columns: auto 50px auto;
  grid-template-columns: repeat(2, auto);
  grid-gap: 50px;
  grid-template-areas: "a a" "b c" "d e";
}

#kanjou-shoson .inner a:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: a;
}

#kanjou-shoson .inner a:nth-of-type(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: b;
}

#kanjou-shoson .inner a:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: c;
}

#kanjou-shoson .inner a:nth-of-type(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: d;
}

#kanjou-shoson .inner a:nth-of-type(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: e;
}

/*-------------------------
/*	#grounds
-------------------------*/
#grounds {
  margin-top: 180px;
}

#grounds .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 50px auto 50px auto 50px auto;
  grid-template-rows: repeat(4, auto);
  -ms-grid-columns: auto 50px auto;
  grid-template-columns: repeat(2, auto);
  grid-gap: 50px;
  grid-template-areas: "a b" "c d" "e f" "g h";
}

#grounds .inner a:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: a;
}

#grounds .inner a:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: b;
}

#grounds .inner a:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: c;
}

#grounds .inner a:nth-of-type(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: d;
}

#grounds .inner a:nth-of-type(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: e;
}

#grounds .inner a:nth-of-type(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: f;
}

#grounds .inner a:nth-of-type(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: g;
}

#grounds .inner a:nth-of-type(8) {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: h;
}

/*==================================
*/
/*		#access
*/
/*================================*/
#access {
  padding-top: 100px;
  background-position: right calc(50% - 530px - 200px) top 50px;
}

#access h2 {
  margin-bottom: 74px;
}

#access address {
  font-weight: bold;
}
#access .inner {
  display:block;
}

#access p {
  font-weight: normal;
  margin-top: .5em;
  padding-left: 1.2em;
  position: relative;
}

#access p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #231815;
  border-radius: 50%;
}

#access #gmap {
  width: 100%;
  height: 500px;
  margin-top: 16px;
}

#access #gmap iframe {
  width: inherit;
  height: inherit;
  border: 0;
}

/*==================================
*/
/*		#blog
*/
/*================================*/
#blog {
  background-position: left calc(50% - 530px - 200px) top 210px;
  padding-top: 210px;
}

#blog h2 {
  margin-bottom: 58px;
}

/************************************************************
*/
/*	Footer
*/
/***********************************************************/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 185px 0 70px;
  position: relative;
}

footer address {
  font-size: 21px;
  text-align: center;
  margin-top: 1em;
}

footer img {
  margin: auto;
}

footer #btn_to-top {
  position: absolute;
  right: 100px;
  bottom: 100px;
  width: 80px;
}

footer small {
  font-size: 15px;
  text-align: center;
  margin-top: 150px;
  letter-spacing: 2px;
}

.footer-tel {
  display: block;
  text-align: center;
  font-size: 21px;
  margin-top: 15px;
}

/*contact*/
.to-contact a {
  display: block;
  padding: 20px 50px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-family: serif;
  background-color: #EDEBEB;
  margin-top: 100px;
  font-size: 200%;
}
#contact {
  padding-top: 100px;
  background-position: right calc(50% - 530px - 200px) top 50px;
}

#contact h2 {
  margin-bottom: 74px;
  font-size: 40px;
  font-weight: bold;
  font-family: serif;
}
#contact .inner {
  display: block;
}

.contact-p {
  width: 920px;
  margin: auto;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.contact-inner dt {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-inner span {
  color: red;
  border-radius: 2em;
  font-size: 0.75em;
  margin-left: 5px;
}
.contact-inner {
  width: 90%;
  margin: 0 auto;
}
.contact-inner form {
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
}
.contact-contents {
  width: 100%;
  background-color: #EDEBEB;
  padding: 30px 0;
}
.contact-contents dl {
  width: 90%;
  margin: 0 auto;
}
.contact-inner dt {
  margin-bottom: 15px;
}
.contact-inner dd {
  font-size: 0.8em;
}
.contact-inner dt.tour-dt {
  margin-bottom: 0;
}
.contact-inner dd:not(:last-of-type)  {
  margin-bottom: 30px;
}
.contact-inner dd > input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  width: 100%;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  color: #000000;
  font-size: 1em;
  border: none;
  font-family: sans-serif;
}
.contact-inner textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  width: 100%;
  height: 15em;
  padding: 15px;
  color: #000000;
  border: none;
  font-size: 1em;
  font-family: sans-serif;
}
.sb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.sb-flex {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.submit-button {
  border: none;
  min-width: 250px;
  background-color: #EDEBEB;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  padding: 20px 50px;
}
.recruit-p {
  text-align: center;
  margin-bottom: 15px;
  font-size: min(12px, 2.8vw);
}
.error-p {
  color: red;
}
.to-top a {
  display: block;
  padding: 20px 50px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-family: serif;
  background-color: #EDEBEB;
  margin: 100px auto 0;
  max-width: 340px;
}