@charset "utf-8";
/*ここに使用したいGoogleFontsコードを張り付け*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");

html {
  /*    基本編となるフォントサイズの指定デフォルトの16pxまたは、ユーザーの設定しているサイズに準じるため*/
  font-size: 100%;
}

body {
  background-color: #fcfcfc;
  /*    ベースの文字色を指定*/
  color: #333;
  /*    汎用性のあるフォント一括指定*/
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; /*    行間の基準を指定*/
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 10;
  background-color: #fcfcfc;
}
.header_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 32px 0;
  width: 100%;
}

.header_info {
  font-size: 18px;
  margin-bottom: 32px;
}

h1 img {
  margin-left: 4px;
}

.h1_ttl {
  font-size: 32px;
  font-weight: 400;
  margin: 270px 0 8px 0;
  text-align: center;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

section {
  margin: 32px 0 80px 0;
}

.gnav ul {
  display: flex;
  justify-content: center;
}
.gnav a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 4px;
  text-decoration: none;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  border-radius: 0px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  border: 1px solid #333333;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 6px 0px -2px rgba(84, 85, 86, 1);
  background-color: #fcfcfc;
  margin-right: 20px;
}
.nav-btn:hover {
  box-shadow: 0 0 #fff;
  transform: translateY(1px);
}

.mv {
  position: relative;
  margin: 320px 0 30px 0;
}
.mv img {
  text-align: center;
  width: 80%;
  height: auto;
}
.mv_copy {
  font-size: 26px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 5%;
  left: 12%;
  padding: 10px;
  color: #fff;
}

.images_main {
  text-align: center;
  margin: 0 auto;
}

.about {
  margin: 0 auto;
  width: 80%;
}
.about h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 40px 0 10px 0;
}
.about p {
  margin-bottom: 1.5em;
  font-size: 18px;
}

.about_img1 {
  float: left;
  margin: 10px 30px 15px 10px;
}
.about_img2 {
  float: right;
  margin: 0 0 15px 30px;
}

.event {
  overflow: hidden;
  margin: 30px;
}
.event dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
dd {
  display: block;
  margin-inline-start: 1em;
  unicode-bidi: isolate;
  text-align: center;
}
dd a {
  text-decoration: none;
  color: #333;
}

.event_ttl {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
  min-height: 3.5em;
  text-align: center;
}
.event li {
  font-size: 1.2em;
  width: 30%;
  float: left;
  margin: 0 1.2% 2.4% 1.2%;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 32px;
  display: inline;
}
.event dd.ex {
  margin-top: 0.8em;
  font-size: 0.7em;
  line-height: 1.9em;
  text-align: left;
  min-height: 10em;
}
.event img {
  width: 100%;
  height: 100%;
}
.menu_inner {
  display: flex;
  margin: 10px 30px 30px 30px;
}
.menu_inner h3 {
  font-size: 22px;
}
.menu_ttl {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.menu_info {
  text-align: center;
}
.menu_box {
  border: #333 1.5px solid;
  border-radius: 5px;
  width: 90%;
  margin: 25px auto;
  padding-top: 20px;
}
.menu_left {
  padding: 15px 10px 0 10px;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.menu_right {
  padding: 20px 10px 0 20px;
  vertical-align: top;
  width: 50%;
}
.menu_right p {
  margin-top: 16px;
}
.menu_left2 {
  padding: 15px 10px 0 10px;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.menu_right2 {
  padding: 20px 10px 0 32px;
  vertical-align: top;
  width: 50%;
}
.menu_txt {
  border: #333 solid 0.5px;
  display: inline-block;
  font-size: 14px;
  padding: 15px;
  margin-top: 0;
}
.menu_list {
  line-height: 2;
  list-style-type: disc;
  margin: 0 0 22px 15px;
}
.menu_list li {
  padding-bottom: 15px;
}
.menu_list02 li {
  list-style: none;
  line-height: 2;
  padding-bottom: 0;
}
.menu_list03 {
  line-height: 2;
  list-style-type: disc;
  margin: 8px 0 22px 15px;
}
.menu_list03 li {
  padding-bottom: 8px;
}
.menu_img1 {
  border: #d3d1d1 1px solid;
  padding: 5px;
  margin-bottom: 10px;
  width: 80%;
  height: auto;
}
.menu_img2 {
  border: #d3d1d1 1px solid;
  padding: 5px;
  margin-bottom: 10px;
  width: 72%;
  height: auto;
}

.gmap {
  margin-top: 50px;
  text-align: center;
}

.access p {
  font-size: 16px;
  margin-bottom: 2em;
}
.access {
  display: flex;
  justify-content: center;
  margin: 30px 0 80px 0;
}
.access img {
  margin-right: 40px;
}

.reservation {
  display: flex;
  margin: 0 auto;
  width: 68%;
}
.reservation_img {
  margin: 0px 30px 100px 10px;
}
.reservation h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.reservation p {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.reservation_contact a {
  font-size: 18px;
  font-weight: 400;
  margin: 0 8px;
}
.reservation_contact img {
  vertical-align: middle;
}

.fa-square-phone-flip {
  font-size: 1.2em;
}

footer {
  background-color: #1f1f1f;
  padding-bottom: 30px;
}
.footer_nav {
  padding: 30px;
  text-align: center;
}
.footer_nav li {
  display: inline-block;
  color: #fff;
}
.footer_nav a {
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
}
.footer_nav li:last-child a {
  border-right: none;
}
.footer_copy {
  text-align: center;
  color: #fff;
}

.instagram {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.to_top {
  margin: 0 auto;
  text-align: right;
  width: 80%;
}
.to_top a {
  background-color: #1f1f1f;
  border-radius: 50px 50px 0 0;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 15px 30px 10px;
  text-decoration: none;
}
.to_top a {
  transition: 0.3s;
}
.to_top a:hover {
  background-color: #1f1f1f;
  border-radius: 60px 60px 0 0;
  color: #fff;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  opacity: initial;
}
.fa-hand-point-up {
  margin-left: 5px;
}
.fa {
  margin-right: 3px;
}
.fa2 {
  margin: 0 2px 0 1em;
}
.fa-size {
  font-size: 1.2em;
}

/* タブレット用スタイル */

/*
　メディアクエリの記述によるメディアの指定（どのようなメディアに対する指示か）
　新しいスクリーンのみ
　幅は最大1000pxまで（1000px以下）
 */
@media only screen and (max-width: 1000px) {
  /*サイト生全体（#container）の横幅を100%とする*/
  #container {
    width: 100%;
  }
  .header_inner {
    padding: 20px 0;
  }
  .dailyMatsumoto_logo {
    width: 88px;
  }
  .mv_copy {
    font-size: 16px;
    left: 100px;
    padding: 10px 30px 0 20px;
  }
  .gnav ul {
    display: block;
  }
  .gnav li {
    margin-bottom: 10px;
  }
  .nav-btn a {
    font-size: clamp(14px, 3.7333333333333334vw, 16px);
    padding-right: clamp(24px, 1.6666666666666665vw, 32px);
    padding-left: clamp(24px, 1.6666666666666665vw, 32px);
    padding-top: clamp(12px, 0.8333333333333333vw, 16px);
    padding-bottom: clamp(12px, 0.8333333333333333vw, 16px);
  }
  .h1_ttl {
    font-size: 20px;
    margin: 280px 0 10px 0;
  }
  .menu_inner {
    margin: 10px 0 30px 0;
  }
  .menu_inner2 {
    border-bottom: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 90%;
    margin: auto;
  }
  .menu_box {
    border: #333 1.5px solid;
    border-radius: 5px;
    width: 95%;
    margin: 15px auto;
    padding: 15px 15px 30px 15px;
  }
  .menu_ttl {
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: #333 1px dashed;
    letter-spacing: 0.5em;
  }
  .menu_left {
    padding: 20px 10px 0px 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
  }
  .menu_right {
    padding: 15px 10px 0 20px;
    vertical-align: top;
    width: 100%;
  }
  .menu_left2 {
    width: 44%;
  }
  .menu_right2 {
    width: 56%;
    font-size: 12px;
  }
  .menu_img1 {
    margin: 5px 0 0 0;
    width: 50%;
    height: auto;
    padding: 0;
  }
  .menu_img2 {
    width: 72%;
    height: auto;
  }
  .menu_info {
    font-size: 16px;
    padding: 0 30px;
  }

  .about {
    padding: 0 12px;
    text-align: center;
  }
  .about_img1 {
    float: initial;
    margin: 10px auto;
    width: 44%;
    height: auto;
  }
  .about_img2 {
    float: initial;
    margin: 10px auto;
    width: 28%;
    height: auto;
  }
  .about h2 {
    font-size: 18px;
    border-bottom: #333 1px solid;
  }
  .about p {
    font-size: 90%;
    text-align: left;
  }

  .access p {
    font-size: 80%;
    margin-bottom: 2em;
  }
  .access {
    display: block;
    margin: 30px 0 80px 0;
    text-align: center;
  }
  .access img {
    margin: 0 auto;
    width: 60%;
    height: auto;
  }
  .iframe_box {
    width: 80%;
    margin: 0 auto;
  }

  .reservation {
    display: block;
    width: 75%;
    padding: 0 12px;
    text-align: center;
  }
  .reservation h2 {
    font-size: 18px;
    border-bottom: #333 1px solid;
    text-align: center;
  }
  .reservation_txt {
    font-size: 90%;
    padding: 20px 0 0 15px;
    text-align: left;
  }
  .reservation_img {
    float: initial;
    margin: 0 auto;
    width: 240px;
    height: 284px;
  }
}

/* スマホ用スタイル */

/*
　メディアクエリの記述によるメディアの指定（どのようなメディアに対する指示か）
　新しいスクリーンのみ
　幅は最大500pxまで（500px以下）
 */
@media only screen and (max-width: 500px) {
  .mv {
    margin: 240px 0 30px 0;
  }
  .mv_copy {
    font-size: 12px;
    left: 60px;
    padding: 40px 30px 0 30px;
  }

  .dailyMatsumoto_logo {
    width: 72px;
  }

  .gnav a {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 4px;
  }
  .nav-btn {
    height: 30px;
  }

  .h1_ttl {
    font-size: 20px;
    margin: 230px 0 10px 0;
  }

  .menu_inner p {
    margin-top: 0.5em;
  }
  .menu_ttl {
    font-size: 20px;
  }
  .menu_box h2 {
    font-size: 18px;
  }
  .menu_box h3 {
    font-size: 16px;
  }
  .menu_box p {
    font-size: 12px;
  }
  .menu_info {
    font-size: 12px;
  }
  .menu_left {
    padding: 0px;
    margin-top: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .menu_right {
    padding: 4px 5px 0 5px;
    vertical-align: top;
    width: 100%;
    font-size: 12px;
  }
  .menu_left2 {
    padding: 0px;
    margin-top: 10px;
    text-align: center;
    vertical-align: top;
    width: 36%;
  }
  .menu_right2 {
    margin: 10px 10px 10px 20px;
    padding: 4px 5px 0 5px;
    vertical-align: top;
    width: 64%;
  }
  .menu_list {
    margin: 0 0 8px 8px;
  }
  .menu_txt {
    margin-top: 5px;
    padding: 8px;
  }
  .menu_img1 {
    margin: 5px 0 0 0;
    width: 68%;
  }
  .menu_img2 {
    width: 100%;
  }

  .reservation_img {
    width: 192px;
    height: 228px;
  }

  footer {
    font-size: 12px;
  }
  .footer_nav ul {
    display: block;
  }
  .footer_nav li {
    margin-bottom: 10px;
    display: block;
  }
  .footer_nav a {
    border-right: initial;
  }

  .to_top {
    font-size: 12px;
  }
}
/*上記以外の命令はメディアクエリの外の記述と、タブレット用の記述が適用される*/

/* ここまでスマホ用スタイル */
@media (min-width: 645px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
  }
}
