@charset "UTF-8";
/*========================================
Reset
========================================*/
html, body, div, span, applet, object, iframe, 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, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark, hr {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

code {
  line-height: 1.2;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
  outline: none;
  border-radius: 0px;
  font-weight: normal;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

*:focus {
  outline: none;
}

/*========================================
Base
========================================*/
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: #281a14;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #f8f4e6;
	background: url("../images/bg.jpg");
  -webkit-txt-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

input, button, txtarea, select {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: inherit;
  font-size: 17px;
}

@media screen and (min-width: 769px) {
  html, body,
  input, button, txtarea, select {
    font-size: 17px;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

video {
  display: block;
}

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

a,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
  a:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  button {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover:hover,
  input[type=button]:hover:hover,
  input[type=submit]:hover:hover,
  button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
h1, h2, h3 {
  line-height: 1.3;
}

small {
  font-size: 0.85rem;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}

/*==================================================
Layout
====================================================*/

.fv {
display: flex;
height: 100svh;
text-align: center;
position: relative;
}

.swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fv-img {
	position: relative;
}

.swiper {
	height: 100%;
}

.swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	position: absolute;
	z-index: 100;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-bullet {
	cursor: pointer;
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	background: #281a14;
	border-radius: 100%;
	opacity: 0.2;
	margin: 0 0.2em;
}

.swiper-pagination-bullet-active {
	background: #281a14;
	opacity: 0.5;
}


@media screen and (max-width: 768px) {
  .fv {
	width: 100%;
	flex-direction: column;
	justify-content: center;
  }
	
	.fv-wrap {
	order: 2;
	}
	
	.fv-nav li {
	margin-top: 1vh;
	}
	
	.fv-img {
	order: 1;
	width: 75%;
	max-height: 55%;
	margin: 0 auto 7vh;
	}

	.fv-logo {
	font-size: 160%;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 3vh;
	}
	.swiper-pagination {
		right: 0.5em;
		bottom: 0;
	}

}
@media screen and (min-width: 769px) {
	.main {
		width: 80%;
		max-width: 960px;
		margin: 0 auto;
	}

  .fv {
	align-items: center;
  }
	
	.fv-wrap {
	width: 50%;
	padding-bottom: 10vh;
	}

	.fv-logo {
	font-size: 200%;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 3em;
	}

	.fv-nav li {
	font-size: 115%;
	margin-top: 2vh;
	}
	
	.fv-img {
	width: 50%;
	height: 100%;
	padding: 8vh 0;
	text-align: center;
	}
	.fv-img .swiper {
	height: 100%;
	}
	.fv-img .swiper-slide img {
	height: 100%;
	}
	.swiper-pagination {
	left: 0;
	right: 0;
	}
}

.sns {
display: flex;
justify-content: center;
}

.sns div {
margin: 0 4px;
}

.sns-fb a {
display: flex;
align-items: center;
height: 20px;
padding: 0 8px;
font-family: "Hiragino Sans", Meiryo, "sans-serif";
background: #281a14;
font-size: 10px;
color: #fff;
border-radius: 4px;
}

.sns-fb img {
height: 14px;
margin-right: 3px;
}


@media screen and (max-width: 768px) {
	.sns {
	padding-bottom: 1em;
	margin-top: 4vh;
	}
}

@media screen and (min-width: 769px) {
	.sns {
	position: absolute;
	width: 50%;
	bottom: 8vh;
	}
}


section:not(.fv) {
padding: 10vh 25px;
}

.sec-ttl {
text-align: center;
font-size: 140%;
font-weight: 500;
letter-spacing: 0.1em;
margin-bottom: 3em;
}


.howto {
text-align: center;
}

.howto-list {
display: inline-block;
text-align: left;
}

.howto-list li {
list-style: square inside;
margin-bottom: 1.5em;
margin-left: 1.4em;
text-indent: -1.4em;
}

.contact p+p {
margin-top: 1em;
}


.fee {
text-align: center;
}

.fee h3 {
font-size: 120%;
font-weight: bold;
margin-bottom: 10px;
}

.fee-box {
max-width: 540px;
border: 1px solid;
padding: 5vh 3vw;
margin: 40px auto 0;
}

.fee-table {
margin: 1em auto;
text-align: left;
border-spacing: 2px;
border-collapse: separate;
}

.fee-table td {
padding: 0.4em 1em;
background: #f1e9da;
}

.fee-table th {
font-weight: bold;
padding: 1em 1em 0.3em;
text-align: center;
}

.fee-num {
text-align: right;
}


.contact {
text-align: center;
}


.footer {
margin-top: 5vh;
text-align: center;
}

.footer-copy {
padding: 20px;
font-size: 70%;
}

