@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.0rem;
  line-height: 140%;
  color: #333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
#topimg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 60vh;
  background:#EAEEEF url(../img/topimg.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: content-box;
}
section {
  padding: 2rem 0 10rem 0;
}
section h1 {
  font-size: 2.2rem;
  margin: 2rem 0;
}
section h1 span {
  font-size: 1.0rem;
  margin-left: 10px;
}

.container {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}
h2 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 180%;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
#reserve p{
  position: relative;
  display: inline-block;
  padding: 40px 80px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 140%;
}

@media (min-width: 576px) {
  section {
    padding: 2rem 0 14rem 0;
  }
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  #topimg {
    height: 600px;
    background:#EAEEEF url(../img/topimg.png) no-repeat center center;
    box-sizing: content-box;
  }
  .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  #topimg {
    height: 600px;
    background:#EAEEEF url(../img/topimg.png) no-repeat center center;
    box-sizing: content-box;
  }
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  #topimg {
    height: 600px;
    background:#EAEEEF url(../img/topimg.png) no-repeat center center;
    box-sizing: content-box;
  }
  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
h1::first-letter {
  color: #66cccc;
}


#access {
  font-size: 1.1rem;
  line-height: 100%;
  margin-top: 10rem;
}

#access iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}
.info_map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#reserve {
  font-size: 1.8rem;
  line-height: 200%;
}
.box {
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
.box p{
  position: relative;
  display: inline-block;
  padding: 40px 140px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 140%;
}
.box p::before{
  position: absolute;
  content: '';
  top: 0;
  right: 5px;
  width: 5px;
  height: 100%;
  border: 1px solid #000;
  border-left: none;
}
 
.box p::after{
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  width: 5px;
  height: 100%;
  border: 1px solid #000;
  border-right: none;
}

.menuimg {
  float: center;
  width:33%;
  margin: 60px 0;
}
.menuimg .card {
  width:96%;
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  background-color:#fff;
  cursor:pointer;
}
.menuimg .card p.image {
  margin:-10px -10px 0;
}
.menuimg .card p.image img {
  vertical-align:top;
}
.menuimg .card {
  position:relative;
  box-shadow:none;
  transition:box-shadow 0.3s, transform 0.3s;
}
.menuimg .card::before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
  content:"";
  box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.3);
  transition:box-shadow 0.3s;
}
.menuimg .card:hover {
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
  transform:scale(1.02);
}
.menuimg .card:hover::before {
  box-shadow:none;
}
.menuimg .card p.image img {
  filter:saturate(100%);
  transition:filter 0.3s;
}
.menuimg .card:hover p.image img {
  filter:saturate(100%);
}



#outgoing .insta {
  font-size: 1.2rem;
  padding-top: 1.0rem;
}
#outgoing i {
  color: #555;
  font-size: 4.0rem;
  padding: 0 15px;
}


#company table {
  font-size: .9rem;
  text-align: left;
}
#company th {
  width: 32%;
}
#company td {
  padding: .8rem 0;
}
@media (min-width: 576px) {
  #company table {
    margin: auto 20%;
  }
}


#contact {
  width: 100%;
  margin: 0 auto;
}
form div{
  text-align: left;
}
#contact label{
  display: block;
  margin: 20px 0 5px 0;
}
#contact .icon {
  background-color: #aaa;
  border-radius: 0.25em;
  color: #fff;
  font-size: .7rem;
  font-weight:bold;
  padding: 0.1em 0.6em;
  text-align: center;
  margin-left: 10px;
}
#contact .input{
  width: 100%;
  height: 40px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#contact .textarea{
  width: 100%;
  height: 200px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom:20px;
}
#contact .btn_area {
  display:block;
  width:100%;
  text-align: center;
  padding:12px;
}
#contact .btn_area a {
  color: #999;
  text-decoration: underline;
}
#contact input[type="submit"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  appearance: none;
  border-radius: 4px;
  border:none;
  width: 80%;
  background-color: #66cccc;
  color: #FFF;
  padding: 10px 0;
  font-size: 1rem;
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media (min-width: 576px) {
  #contact {
    width:60%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #contact {
    width:50%;
  }
}


/*============================================
header
============================================*/
.menu-left a {
  display: inline-block;
  position: relative;
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 800;
  font-size: 1.0rem;
  padding-bottom: 0px;
  transition: color .35s ease;
  margin-top: 15px;
}
.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}
.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #66cccc;
  transition: width .35s ease;
}
.menu-left a:hover:before {
  width: 100%;
  background: #66cccc;
  transition: width .35s ease;
}
.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem 0;
  background: rgba(240, 240, 240, 0.8);
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
header nav .logo {
  float: left;
  padding-top: .10rem;
  padding-bottom: .10rem;
  margin-right: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #555;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: inherit;
}
header nav .logo:after {
  content: '';
  display: table;
  clear: both;
}
header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header nav ul li {
  float: none;
  margin-left: 0;
}
@media (min-width: 768px) {
  header nav ul li {
    float: left;
    margin-left: 2rem;
  }
}
header nav ul li a {
  display: block;
}
@media (min-width: 576px) {
  header nav ul li a {
    display: block;
    padding: .425rem 0rem;
  }
}

@media (max-width: 768px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .5em 0;
  }
}
.hide-nav {
  transform: translateY(-120% !important);
  -webkit-transform: translateY(-120%) !important;
}

ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media (min-width: 768px) {
  ul.menu-left {
    display: block !important;
    float: right;
    max-height: none;
  }
}
ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 15em !important;
}

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 18px 8px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #000;
  transition: all .25s;
}

.signature {
  position: fixed;
  font-weight: 100;
  bottom: 10px;
  color: #000;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}


/*============================================
footer
============================================*/
footer{
  margin:0 auto;
  width: 100%;
  background-color: #EEEEEE;
  margin-top: auto;
  text-align: center;
}
footer img{
  display: inline-block;
  margin: 10px 0;
}
footer ul{
  padding: 20px 0;
}
footer li{
  list-style:none;
  font-size: .9rem;
}
@media (min-width: 768px) {
  footer li{
    padding: 10px 0;
  }
}

#copyright {
  font-size: .8rem;
  color:#555;
  font-weight:500;
  text-align: center;
  padding: 20px 0;
}



a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.8);
}
a:hover, a :focus {
  color: #888;
}


/*============================================
scrollber
============================================*/
.scroll {
  position: absolute;
  bottom: 15%;
  width: 2em;
  height: 0em;
  cursor: pointer;
  text-decoration: none;
  color: #777;
}
.scroll span {
  font-size: 1.2rem;
  font-weight:900;
  color: #fff;
  text-align: center;
}
.arrow {
  position: absolute;
  top: 1.8em;
  left: 1.3em;
  animation: 2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 5em;
  border: .5px solid #fff;
}
.arrow &::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -2px;
    width: 1px;
    height: 10px;
    border-top: 10px solid #fff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}
.next-section {
  padding: 3em 1.5em;
  background-color: #78909C;
}


.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }


/*============================================
privacy
============================================*/
#page_title h2 {
    text-align: center;
	font-size:1.6rem;
	margin:4rem 0;
}
#privacy_wrapper {
	width:980px;
	color:#555;
	line-height:180%;
	font-size:.9rem;
	margin:80px auto;
}
#privacy_wrapper li {
  list-style:none;
}
#privacy_content p {
  font-size:.95rem;
  margin:0 0 30px 0;
}
#privacy_content h3 {
	font-weight: 500;
	font-size:1.1rem;
	border-left: solid 3px #66cccc;
	padding:5px;
	margin:30px 0 0 0;
}
#privacy_content .privacy_sub {
  margin:0 0 0 20px;
}
#privacy_content .privacy_subs {
  margin:0 0 0 60px;
}
#privacy_content span {
  font-size:0.9rem;
  margin:0 10px;
}





