@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: url(images/back-img.svg) center top / cover no-repeat; 
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

h1,h2,h3 {
  font-family: "Hina Mincho", serif;
  font-weight: 600;
  font-style: normal;

  letter-spacing: 0.2em;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-family: "Hina Mincho", serif;
  font-weight: 200;
  font-style: normal;

  margin-top: 0;
  line-height: 1.6;
  font-size: 1.5rem;
}

#contact_box p {
  justify-content:center;
  font-size: 2.5rem;
}

img {
  vertical-align: middle; /* 画像の下に余白が出るのを防ぐ */
}   

header {
  margin: 50px auto 50px ;
  padding: 40px 0;

  background: linear-gradient(
    to right, 
    rgba(255,255,255,0)5%,
    white 20%,
    white 80%,
    rgba(255,255,255,0)95%
  );

  border: cyan solid 1px;
}

.kotobuki_line {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  box-shadow: 0 -5px 0 0 white,
              0 -12px 0 0 goldenrod,
              0 5px 0 0 white,
              0 12px 0 0 goldenrod ; 
}

.header_img {
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  height: 450px;
}

.shape {
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  height: 450px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: radial-gradient(circle,black 65%, transparent 70%);

  /* border: red solid 1px; */
}



#main_visual {
  max-width: 1000px;
  height: 400px;

  margin: 50px auto ;
  background: #ddd url(images/genkan.jpg) center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}


.tel_box h1, h3 {
  font-size: 3.5rem;
  color: #000;
  line-height: 1.5;
  background: linear-gradient(
    to right,
    rgba(255, 200, 100, 0) 0%,
    rgba(250, 250, 250, 0.8) 10%,
    rgba(255, 200, 120, 0.9) 90%,
    rgba(255, 200, 100, 0) 100% 
  );
  text-align: center;
  padding: 10px 50px 10px;
}

.tel_box h3 {
  font-size: 1.8rem;
}

.tel_box a {
  text-decoration: none;
  color: #e00;
}

#wrapper {
  max-width: 1000px;
  margin: 0 auto;
  /* background-color: #0ff; */
}

.menu_box {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 40px;
  margin-right: 40px;
  /* background-color: #f0f;  */
}

.menu_img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#map_box iframe {
  width: 100%;
}

/* item01 + item02 + gap + margin + padding で 
768px のブレイクポイント を作る */

.item01 {
  flex: 1 1 200px;
  /* background: #f00;  */
}

.item02 {
  flex: 1 1 449px;
  padding: 15px;
  background: #fafafa;
}

.comment_box {
  max-width: 1000px;
  margin: 0 0 70px;
  text-align: center;
  line-height: 1rem;
}

.comment_box p {
  font-size: 2.0rem;
}

#contact_box {
  max-width: 1000px;
  padding: 30px 0 3px;
  text-align: center;
  background-color: #fec;
  line-height: 1rem;
}

footer {
  width: auto;
  height: 130px;
  padding-top: 20px;
  margin: 30px 0 0;
  text-align: center;
  background-color: #fafafa;
}

footer p , a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  color: #000;
  text-decoration: none;
}

.kotobuki_line02 {
  border-top: 2px solid red;
  box-shadow: 0 -5px 0 0 white,
              0 -12px 0 0 goldenrod; 
}