ul {
  list-style: none;
}

h2 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

/* ヘッダー画像の設定 */
.top-wrapper .bg-menu {
  background-image: url(../photo/inside_accessories.jpg);
}

.top-wrapper .bg-staff {
  background-image: url(../photo/inside_plant-2.jpg);
}

.top-wrapper .bg-access {
  background-image: url(../photo/inside_shaun.jpg);
}

.top-wrapper .bg-drycut {
  background-image: url(../photo/cutting-2.jpg);
}
.top-wrapper .bg-space {
  background-image: url(../photo/inside_plant.jpg);
}

.top-wrapper .bg-box {
  padding-left: 0;
}

.top-wrapper h1 {
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  margin-top: 0;
}

.reservation {
  margin-bottom: 0;
}

/****** article：シンプルな記事用 *******/
article section {
  width: auto;
  padding: 0;
  text-align: left;

  margin: 70px auto;
  padding: 0 50px;
  max-width: 900px;
}

article h2 {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;

  border-left: solid 6px tomato;
  padding-left: 8px;
}

article h3 {
  font-size: 24px;
  margin-bottom: 0;
}

article p {
  margin: 8px 0;
}

article li {
  /* padding: 3px 0; */
  line-height: 2;
}

/****** Menuページ関連 *******/
.menu-sect .description {
  border-bottom: solid 1px black;
  width: 100%;
  display: block;
  padding: 10px 0;
}

.menu-sect li {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0;
}
.item-name {
  width: 100%;
  color: black;
}
.menu-sect .item {
  font-size: 14px;
  margin-right: 60px;
  color: #333;
  width: auto;
}

.flex .item {
  margin-right: 10px;
}

.menu-sect .item p {
  padding-left: 15px;
  padding-top: 5px;
  margin: 0;
  max-width: 600px;
  line-height: 1.2;
  font-size: 16px;
}
.menu-sect .price {
  font-size: 20px;
  /* width: 6em; */
}

.flex {
  display: flex;
}

.menu-sect .flex ul {
  padding-left: 15px;
}

.flex-2 {
  width: 50%;
}

.menu-sect .item-name {
  font-size: 20px;
  display: block;
}

.menu-sect .price {
  margin: 0;
}

.menu-sect .flex .flex-2:first-of-type {
  margin-right: 30px;
}
.menu-sect .flex .flex-2:last-of-type {
  margin-left: 30px;
}

/****** Staff関連 ******/

.staff img {
  width: 100%;
}

.prof ul {
  padding: 10px;
  border: 1px dotted gray;
}

.prof p,
.prof ul {
  /* margin: 20px 0; */
  line-height: 1.4;
}

/* .prof ul {
    padding-left: 20px;
    list-style-type: disc;
} */

.prof ul span {
  display: inline-block;
  width: 9em;
}

article .staff-name {
  font-size: 24px;
  margin-top: 8px;
}

article .staff-sub {
  font-size: 14px;
}

/****** Access関連 ******/
main .logo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

main .access {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

main .access .box {
  text-align: left;
  margin: 20px 0;
}

main .access ul {
  line-height: 1.4;
}
main .access li {
  margin-bottom: 4px;
}
main .access li:nth-child(2) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted black;
  /* padding-top: 5px; */
}

main .access ul span {
  display: inline-block;
  width: 5em;
}

/****** NY DryCut関連 ******/
.dc-top h2,
.container-dc h2 {
  border-bottom: none;
  font-size: 40px;
  font-weight: normal;
}

.dc-top {
  padding: 60px 40px;
}

.dc-top .flex {
  max-width: 900px;
  align-items: center;
  margin: 0 auto;
}

.dc-top .flex:nth-child(even) {
  flex-direction: row-reverse;
}

.dc-top img {
  width: 45%;
  padding: 10px;
}
.dc-top .texts {
  width: 55%;
  padding: 10px;
  line-height: 1.4em;
}

.dc-top h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.dc-top ul {
  padding-left: 0;
}
.dc-top li {
  line-height: 2em;
}

.container-dc {
  max-width: 1000px;
  margin: 150px auto;
}

.box3 {
  width: 33%;
  padding: 0 15px;
  text-align: left;
}

.box3 img {
  width: 100%;
  height: auto;
}

.container-dc .i-heading {
  display: block;
  text-align: center;
  font-size: 40px;
  color: tomato;
  margin-bottom: 15px;
}
.container-dc h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.dc-summary {
  text-align: left;
  border: 1px dotted #333;
  padding: 10px 30px 20px;
  margin: 20px 15px 20px;
}

.container-dc .dc-summary i {
  color: tomato;
}

.insta-video {
  margin-top: 60px;
  margin-left: 15px;
}

.reserve-wrapper {
  margin-bottom: 0;
}
