@charset "UTF-8";
/*---------------------------------
Google Font
font-family: 'Noto Sans JP', sans-serif;
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
/* width */
/*border*/
/*---------------------------------
	HTML RESET
-----------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td, input, form, textarea, header, nav, section, article, aside, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "MS P ゴシック", MS P Gothic, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  min-width: 320px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

/*---------------------------------
	LINK
-----------------------------------*/
a {
  transition-property: all;
  transition: 0.2s linear;
  cursor: pointer; }
  a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none; }
  a:hover, a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6; }

.linkb {
  position: relative; }
  .linkb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---------------------------------
	SET
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-weight: bold;
  writing-mode: vertical-rl;
  width: 2em;
  letter-spacing: 0.2rem; }
  h1::before {
    content: "";
    display: block;
    width: 4px;
    height: 7rem;
    background: #93C274;
    margin-left: 1rem; }
  @media only screen and (max-width: 480px) {
    h1 {
      width: calc(50% + 1em);
      margin-bottom: 3rem; } }

h2 {
  color: #5FACD3;
  padding: 0 0 1rem;
  font-size: 2.2rem;
  margin-bottom: 4rem;
  border-bottom: 4px solid #000;
  position: relative; }
  h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 4rem;
    height: inherit;
    border-bottom: 4px solid #5FACD3; }
  h2:not(:first-of-type) {
    margin-top: 8rem; }

h3 {
  color: #000;
  margin-bottom: 3rem;
  font-size: 2rem;
  margin-bottom: 2.2rem; }

.inwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1%;
  padding-right: 1%;
  min-height: 70vh; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

#wrapper {
  font-size: 1.55rem;
  line-height: 1.7; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.a_left {
  text-align: left; }

.a_center {
  text-align: center; }

.a_right {
  text-align: right; }
  .a_right .a_right img {
    display: inline-block; }

/*---------------------------------
	HEADER
-----------------------------------*/
header {
  margin: 0 0 5rem; }
  header .head {
    margin: 2rem 2% 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    header .head .logo img {
      height: 70px; }
  header nav.cmn ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    header nav.cmn ul li {
      margin: 0 2rem; }
      header nav.cmn ul li a {
        color: #6D6D6D;
        font-weight: bold;
        font-size: 1.8rem; }
        header nav.cmn ul li a:link, header nav.cmn ul li a:visited, header nav.cmn ul li a:hover, header nav.cmn ul li a:active {
          color: #6D6D6D; }
  @media only screen and (max-width: 480px) {
    header nav.cmn {
      display: none; } }
  @media only screen and (max-width: 480px) {
    header .head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap;
      margin: 1rem 2% 3rem; } }

header .drawernav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 63px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto 0 0;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  min-height: 100%;
  z-index: 9998;
  text-align: center; }
  header .drawernav nav {
    width: 100%; }
    header .drawernav nav ul {
      font-size: 1.75rem;
      margin: 0 0 1rem;
      border-top: 2px solid #FFF;
      background: #5FACD3; }
      header .drawernav nav ul li {
        border-bottom: 2px solid #FFF; }
  header .drawernav ul {
    margin: 0;
    font-size: 1.3rem; }
    header .drawernav ul li {
      text-align: center;
      padding: 1rem 0; }
  header .drawernav a:link, header .drawernav a:visited, header .drawernav a:hover, header .drawernav a:active,
  header .drawernav li a:link,
  header .drawernav li a:visited,
  header .drawernav li a:hover,
  header .drawernav li a:active {
    color: #FFF; }

header .navbtn {
  /*display: none;
  @media only screen and (max-width: $width-min) {
  	display: block;
  }*/
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  right: 1%;
  top: 1rem; }
  header .navbtn.close {
    background: url(../img/sp_nav.svg) center center no-repeat;
    background-size: 100%; }
  header .navbtn.open {
    background: url(../img/sp_nav_off.svg) center center no-repeat;
    background-size: 100%;
    display: none; }

/*---------------------------------
	FOOTER
-----------------------------------*/
footer {
  padding: 2rem 2%;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: nowrap;
  background: #6D6D6D;
  color: #FFF; }
  footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    footer ul li {
      margin: 0 1.5rem 1rem 0; }
      footer ul li a {
        color: #FFF; }
        footer ul li a:link, footer ul li a:visited, footer ul li a:hover, footer ul li a:active {
          color: #FFF; }
  footer .copy {
    font-size: 1.3rem; }
  footer .sns img {
    height: 40px; }

/*---------------------------------
	common
-----------------------------------*/
.commonbtn a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1rem 3rem 1rem 3rem;
  border: 4px solid #5FACD3;
  border-radius: 1rem;
  background-size: 2rem 2rem;
  display: inline-block; }
.commonbtn.cmn a {
  margin: 4rem auto; }

.reservebtn a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1rem 3rem 1rem 3rem;
  border: 4px solid #5FACD3;
  border-radius: 1rem;
  background-size: 2rem 2rem;
  display: inline-block; }
.reservebtn.cmn a {
  margin: 4rem auto; }
.reservebtn.cmn {
  text-align: center; }
.reservebtn a {
  padding: 1rem 8rem 1rem 6rem;
  background: url(../img/icon_outlink.svg) right 2rem center no-repeat;
  background-size: 2rem 2rem;
  margin: 2rem auto 0; }
.reservebtn.cmn a {
  margin: 4rem auto; }
.reservebtn.reserve a {
  margin: 0; }
@media screen and (max-width: 480px) {
  .reservebtn.reserve {
    margin-right: 55px;
    margin-left: 1%; }
    .reservebtn.reserve a {
      letter-spacing: 0rem;
      padding: 0.5rem 3rem 0.5rem 1rem;
      background: url(../img/icon_outlink.svg) right 0.5rem center no-repeat;
      background-size: 2rem 2rem; } }

/*# sourceMappingURL=base.css.map */
