@charset 'UTF-8';

/* ***********************************
	Site Name:
	Description:common style
	Version:
	Author:
************************************ */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
object,
iframe,
pre,
form,
fieldset,
input,
textarea,
blockquote,
abbr,
address,
cite,
code,
legend,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}
strong {
  font-weight: bold;
}
label {
  cursor: pointer;
}
acronym,
abbr {
  cursor: help;
}
nav li {
  list-style-type: none;
}
li {
  list-style-type: none;
}
hr,
legend {
  display: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  -webkit-appearance: none;
}

/******************************************
	html, body
*******************************************/

html,
body {
  width: 100%;
  /*	height: 100%;*/
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  color: #3a3a3a;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeSpeed;
  text-rendering: auto;
}

/******************************************
	anchor
*******************************************/

a,
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  overflow: hidden;
}

a:hover {
  color: #6e4517;
  text-decoration: underline;
}

a:active {
}

/******************************************
	layout
*******************************************/
.contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 750px;
}

/* ----------------------------------------
	contents
----------------------------------------- */
header {
  width: 750px;
  max-width: 100%;
  margin: -1px auto 0;
}

#yoyaku {
  margin-top: -90px;
  padding-top: 90px;
}
.btn {
  max-width: 520px;
  width: 90%;
  margin: 40px auto 30px;
  display: block;
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  margin: 40px auto 5px;
  width: 100%;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* カレンダー */
.kc-calendar {
  text-align: center;
  background: #fff;
  height: 660px;
}
.kc-calendar iframe {
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .kc-calendar {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .kc-calendar iframe {
    height: 750px;
  }
}
/* ----------------------------------------
	footer
----------------------------------------- */
.bottom_footer {
  margin: -45px auto 0;
  text-align: left;
  line-height: 1.2;
  max-width: 750px;
}
.bottom_footer p:first-of-type {
  margin-bottom: 20px;
}
.bottom_footer p span:before {
  content: "";
  background-color: #231815;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 12px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 3px;
}

.bottom_footer .note {
  font-size: 21px;
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 80px;
}
.pparea {
  text-align: center;
  padding: 20px 30px 40px;
  max-width: 750px;
  margin: 40px auto 0;
}
.pparea p {
  color: #333;
  font-weight: 500 !important;
  font-size: 26px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.pparea a {
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 24px;
  font-weight: 500;
}
.pparea a:hover {
  text-decoration: none;
}
.pparea a img {
  width: 30px;
  height: 29px;
  margin-left: 10px;
  padding-bottom: 3px;
}
.copy {
  text-align: center !important;
  margin-top: 25px;
  font-size: 20px !important;
}
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  opacity: 1;
  background: url(../image/pegeup.png) no-repeat;
  background-size: contain;
}
.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
.pagetop:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #yoyaku {
    margin-top: -45px;
    padding-top: 45px;
  }
  .btn {
    max-width: 67.8vw;
    margin: 5vw auto 4vw;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .bottom_footer {
    padding: 0;
  }
  .bottom_footer p {
    font-size: 16px;
    width: 100%;
    letter-spacing: 0.03em;
  }
  .bottom_footer p span:before {
    height: 15px;
    width: 15px;
  }
  .bottom_footer p:first-of-type {
    margin-bottom: 15px;
  }
  .bottom_footer .note {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  .pparea {
    margin: 40px auto 0;
    padding: 15px 15px 20px;
  }
  .pparea a {
    font-size: 16px;
  }
  .pparea a img {
    width: 15px;
    height: 14px;
    margin-left: 5px;
  }
  .pparea p {
    font-size: 16px;
  }
  .copy {
    font-size: 12px !important;
    margin-top: 15px;
  }
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}
