@charset "UTF-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  background: #1B2E72 url(../images/bg.svg) no-repeat center 10%;
  background-size: 500px;
  color: #fff;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p{
  margin-bottom: 30px;
}

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

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  cursor: default;
}

/*-----------------------------------------------------------
contents
-----------------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.header {
  margin: 150px auto 180px auto;
}
.sec01 {
  font-size: 30px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.sec01 .place {
  font-size: 22px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.sec01 img {
  margin: 35px auto 40px auto;
  width: 400px;
}
.sec02 {
  text-align: center;
}
.sec02 .dis {
  margin-bottom: 80px;
}
.sec03 {
  text-align: center;
  background: #E7E9E6;
  padding-bottom: 80px;
}
.sec03 img {
  width: 50%;
  margin: 80px auto 20px auto;
}
.btn-square-slant {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em;
  text-decoration: none;
  background: #1B2E72;
  color: #fff;
  border: solid 2px #1B2E72;
}
.btn-square-slant:hover {
  background: #fff;
  color: #1B2E72;
}
.sec03 .repletion {
  font-size: 13px;
  color: #1B2E72;
}
.sec04 {
  text-align: center;
  margin: 80px auto;
}
.sec05 {
  margin: 80px auto;
  max-width: 900px;
  width: 100%;
}
.sec05 h2 {
  text-align: center;
}
.sec05 ul li {
  list-style: disc;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
h2 {
  font-size: 30px;
  font-family: 'EB Garamond', serif;
  margin-bottom: 20px;
}
h2 span {
  display: block;
  font-size: 15px;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.googlemaps {
  margin: auto;
  line-height: 0;
}
.googlemaps iframe {
  height: 450px;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_detail{
  display: flex;
  align-items: center;
}
.footer {
  font-size: 12px;
  text-align: center;
}
.footer .f-logo {
  width: 150px;
  margin: 30px auto 0 auto;
}
.f-ico {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-ico img {
  width: 24px;
  stroke: #fff;
}
.f-ico li {
  padding: 30px 20px;
}
.copyright {
  font-size: 12px;
  padding-bottom: 30px;
}
/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.fade {
  transition: .2s;
}
.fade:hover {
  opacity: .5;
}
/*-----------------------------------------------------------
slick
-----------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  background: url(../images/share/slick_arrow.jpg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: #eee;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #231815;
}

.slick-dots li.slick-active button {
  background: #231815;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*-----------------------------------------------------------
  body SP
  -----------------------------------------------------------*/
  body {
    font-size: 14px;
    line-height: 1.8;
    background-size: 340px;
  }
  .header{
    margin: 90px auto;
  }
  .sec01 img {
    width: 260px;
    margin: 20px auto 30px auto;
  }
  .sec02 .dis {
    margin-bottom: 50px;
  }
  .sec02 .dis:last-child {
    text-align: left;
  }
  .sec03 img {
    width: 80%;
  }
  .sec04 {
    margin: 40px auto;
  }
  .sec01, 
  .sec02,
  .footer {
    margin: 40px auto;
    width: 86%;
  }
  .sec05 {
    width: 80%;
    margin: auto;
  }
  h2 {
    font-size: 24px;
  }
  .googlemaps {
    margin: auto;
  }
  .googlemaps iframe {
    height: 300px;
  }
  .map_detail{
    display: block;
  }
  .map_detail li{
    margin-top: 10px;
  }
  /*-----------------------------------------------------------
  common SP
  -----------------------------------------------------------*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
