@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* @import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap"); */

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
body {
  font: 14px/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    UUnifrakturCook Bold, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
}
a {
  color: #0066ff;
  text-decoration: none;
}

a:hover,
.active {
  text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: 0;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}

#header h1 {
  padding-top: 5px;
}
#spp {
  padding-top: 160px;
}
#mainnav a {
  font-family: "Kalam", cursive;

  color: rgb(145, 17, 0);
  font-size: 25px;
  font-weight: 500;
}
.panel ul {
  padding-bottom: 0px;
  padding-top: 0px;
}
#mainImg {
  /* position: relative;
  width: 100%;
  height: 528px; */
  text-align: center;
}
#mainImg img {
  max-width: 95%;
}

/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}

/* 共通
------------------------------------------------------------*/
#body1 {
  background: url(../images/logo2ds.png) repeat-y top right;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-right: 2%;
  background-size: 1.7%;
}
#body1::before {
  background: inherit;
  filter: drop-shadow(1px 1px 1px);
}
#body2 {
  /* background: url(../images/logo2g.png) repeat-y top left; */
  background: url(../images/logo2ds.png) repeat-y top left;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-left: 2%;
  background-size: 1.7%;
}
#body3 {
  background: url(../images/logo2ds.png) repeat-y top right;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-right: 2.3%;
  background-size: 1.7%;
}
#body4 {
  background: url(../images/logo2ds.png) repeat-y top left;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-left: 2.3%;

  background-size: 1.7%;
}
#body5 {
  background: url(../images/logo2aka.png) repeat-y top right;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-right: 1%;
  background-size: 1.7%;
}
#body6 {
  /* background: url(../images/logo2aka.png) repeat-y top left; */
  background: url(../images/logo2siro.png) repeat-y top left;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  background-size: 1.7%;
}
/* #wrapper2 {
  width: 100%;

  height: 100%;

  margin: 0 auto;
}

#main2 {
  width: 560px;

  height: 100%;

  margin: 0 auto;

  background-color: #ffffff;
}  */

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

section {
  clear: both;
  padding-top: 100px;
}

section h2 {
  /* font-family: "Pacifico", cursive; */
  font-family: "UnifrakturCook", cursive;
  width: 70%;
  margin: 0 auto 40px;
  font-size: 27px;
  font-weight: normal;
  text-align: center;
  background: url(../images/sen1.png) repeat-x 0 50%;
  background-size: 100px 13px;
  color: rgb(124, 0, 0);
}

section h2 span {
  background: #fff;
  padding: 0 80px;
}

.inner {
  width: 94%;
  margin: 0 auto;
  /* padding-bottom: 50px; */
  text-align: center;
}

.innerME {
  width: 100%;
  margin: 0 auto;
  /* padding-bottom: 50px; */
  text-align: center;
}

.innerS {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  clear: both;
}
.innerSS {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.innerSleft {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.info {
  width: auto;
  display: inline-block;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 150px;
  border: 2px solid rgb(122, 0, 0);
}
.info::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.info::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
.info::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7c1c1c;
  background-image: url(../images/logo2siro.png);
  background-size: 100%;
}
.info {
  list-style-position: inside;
  list-style-image: url(../images/hasamiicon.png);
}

.info dt {
  float: left;
}
.info li {
  margin-left: 2em;
  text-indent: -1.6em;
}
/* .innerSleft ul {
  text-align: left;
  display: inline-block;
} */
/* .innerSleft span {
  margin-left: 30px;
} */
.innerV {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: normal;
}
.mrg1 {
  margin-right: 50%;
}
.mrg2 {
  margin-right: 44%;
}
.mrg3 {
  margin-right: 28%;
}
.innerC {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.txt {
  display: inline-block;
  text-align: left;
  margin-top: -30px;
  line-height: 1;
  padding-bottom: 10px;
}

/* SEC02 Gallery
------------------------------------------------------------*/
/* #sec02 {
 
} */

/* #gallery li {
  float: left;
  width: calc(100% / 3);
  line-height: 0;
  position: relative;
  display: block;
}

#gallery img {
  width: 100%;
  height: auto;
  position: absolute;
} */
.img-wrap {
  width: calc(100% / 3);
  position: relative;
  margin: 0 auto;
  padding-bottom: 45%;
  padding-top: 40px;
}

.img-wrap img {
  width: 100%;
  position: absolute;
  border: 1px solid rgba(156, 0, 0, 0.705);
}

.menutitle {
  text-align: center;
  font-weight: 700;
  padding-top: 50px;
}
.menutitle1 {
  text-align: center;
  font-weight: 700;
  padding-bottom: 50px;
}
.SS {
  display: inline-block;
  text-align: left;
  padding: 15px;
  border: dotted rgb(255, 0, 0);
}
.SS img {
  float: right;
}
.SSS {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.CS {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
}
/* SEC03 MENU
------------------------------------------------------------*/
#sec03 img {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1;
}
#sec03 p {
  font-size: 25px;
}
.name {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
}
/* SEC04 STAFF
------------------------------------------------------------*/

.col3 img {
  display: block;
  margin: 0 auto 5px;
  width: 250px;
  height: 250px;
}

.col3 li {
  line-height: 2;
}
.col3 {
  font-weight: 400;
  font-size: 17px;
}
.col3 .img {
  padding: 10px 10px 10px 10px;
  margin-bottom: 40px;
  line-height: 0 !important;
  border: 10px solid #9b0000d0;
}

/* #sec04_02 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}

#sec04_02 img {
  width: auto;
} */
details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}
details dt {
  float: left;
}
details dd {
  text-align: right;
}
summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}
.m1 span {
  color: red;
}
.m2 span {
  color: red;
}
.m2 {
  text-align: left;
  display: inline-block;
}
.m3 {
  padding-top: 10px;
  font-weight: 500;
}
/* SEC05 COMPANY
------------------------------------------------------------*/
.col2 {
  display: inline-block;
  text-align: left;
}

.col2 li {
  width: 100%;
  margin: 20px 0;
}
.col2 img {
  float: left;
  margin-right: 10px;
}
.inst img {
  float: initial;
  position: relative;
  top: 10px;
  left: 10px;
}
.inst span {
  /* font-family: "Pacifico", cursive; */
  /* font-family: "UnifrakturCook", cursive; */
  font-size: 30px;
}

/* #map {
  position: relative;
  padding-bottom: 75%;

  overflow: hidden;
  z-index: 0;
}

#map iframe {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 50% !important;
  height: 50% !important;
  border: 0;
} */
#map {
  padding-top: 30px;
}
#map iframe {
  width: 70%;
  height: 300px;
}
#map p {
  padding-top: 20px;
}
/* --------ITEM--------- */
#item {
  text-align: center;
  display: flex;
  margin-left: 20%;
  margin-right: 20%;
  overflow-x: scroll;
  height: auto;
  border: 2px solid rgb(122, 0, 0);
}

#insta {
  font-family: "Cookie", cursive;
  font-size: 30px;
  font-weight: 500;
}

.slider{
  width: 1230px;
  margin: auto;
}

@media only screen and (max-width: 1500px) {
  .slider {
    width: 800px;
  }
}


@media only screen and (max-width: 1000px) {
  .slider {
    width: 400px;
  }
}

/* @media only screen and (min-width: 600px) {
  #slider_none {
    text-align: center;
    height: 500px;
    width: 80%;
    overflow-y: scroll;
  }
} */

/* #slider_none::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}

#slider_none::-webkit-scrollbar-track {
  border-radius: 5px;
   box-shadow: 0 0 4px #aaa inset;
}

#slider_none::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7c1c1c;
  background-image: url(../images/logo2siro.png);
  background-size: 100%;
} */

#spa1 {
  margin-right: 16px;
}
#spa2 {
  margin-right: 30px;
}
#spa3 {
  margin-right: 16px;
}
#spa4 {
  margin-right: 30px;
}
#item::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
#item::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
#item::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7c1c1c;
  background-image: url(../images/logo2siro.png);
  background-size: 100%;
}
.itemimg {
  text-align: center;
}
.itemimg p {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0px 10px 0px;
}
.itemimg br {
  display: none;
}
.itemlist img {
  width: 400px !important;
  height: 400px !important;
  margin-right: 10px;
  clear: both;
}
.itemlist {
  text-align: left;
  display: inline-grid;
  /* margin-right: 30px; */
  width: 400px;
  font-size: 15px;
  padding: 5px;
}

.itemlist li {
  font-size: 14x;
  display: flex;
  white-space: pre;
  font-weight: 500;
  max-width: 400px;
  overflow-wrap: break-word;
  word-break: break-all;
}
.itemlist p {
  font-weight: 500;
  display: inline;
}
.itemlist span {
  margin-right: 5px;
}
/* .itemlist p {
  font-size: 15px;
  text-align: left;
  margin-right: 10px;
} */
  .itemlist dl {
    font-size: 11pt !important;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    width: 400px;
  }
  .itemlist dt {
    font-size: 10pt;
  }

  .itemlist dd {
    padding-right: 12px;
    width: 330px;
    text-align: left;
  }

.salon {
  padding-left: 60px;
}
/* RESPONSIVE 設定
---------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
  }
}

@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }

  a#menu {
    display: none;
  }

  .panel {
    display: block !important;
  }

  #mainnav li {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
  }

  /* SEC03 MENU
	-----------------*/
  .col3 {
    text-align: center;
  }

  .col3 li {
    display: inline-block;
    width: 29%;
    padding: 0 1.5% 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }

  #footer {
    padding: 30px 10px 70px 0;
  }
}

@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child {
    width: 100%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 480px) {
  bo #body1,
  #body2,
  #body3,
  #body4,
  #body5,
  #body6 {
    background-image: none;
    margin: 0;
  }
  body {
    font-size: 12px;
  }
  #mainImg {
    clear: bothd;
    position: static;
    max-width: initial;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  section {
    padding-top: 50px !important;
  }
  #spp {
    padding: 0;
  }
  section h2 {
    font-family: "Pacifico", cursive;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background: url(../images/sen1.png) repeat-x 100% 50%;
    background-size: 100px 13px;
    color: rgb(124, 0, 0);
  }
  .innerV {
    font-size: 12px;
  }
  .innerS {
    width: 94%;
    /* padding-bottom: 70px; */
    text-align: center;
    font-size: 12px;
    display: block;
  }
  .innerSS {
    width: 86%;
  }
  .innerV {
    width: 94%;
  }
  .innerME {
    width: 99%;
  }
  .name {
    font-size: 22px !important;
    font-weight: 700;
    padding-bottom: 20px;
  }
  .name span {
    font-size: 14px;
  }

  .menutitle1 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 0px;
  }
  .CS {
    word-break: break-all;
    display: inline-block;
    text-align: left;
    font-size: 15px !important;
    text-align: center;
  }
  #item {
    text-align: center;
    display: flex;
    margin: auto;
    overflow-x: scroll;
    height: auto;
    width: 300px;
    border: none;

    /* height: 513px; */
    /* width: 20px; */
  }
  .itemimg p {
    font-size: 12pt;
  }
  .itemimg br {
    display: initial;
  }
  #item::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #item::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
  }
  #item::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #7c1c1c;
    background-image: url(../images/logo2siro.png);
    background-size: 100%;
  }

  .itemlist {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    /* width: 100%; */
  }

  .itemlist img {
    width: 300px !important;
    height: 300px !important;
  }
  .itemlist li {
    text-align: left;
  }
  .itemlist dl {
    font-size: 8pt !important;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    width: 300px;
  }
  .itemlist dt {
    font-size: 10pt;
    line-height: 17px;
  }

  .itemlist dd {
    padding-right: 5px;
    width: 245px;
    text-align: left;
  }
  .slider{
  width: 300px;
  margin: auto;
}


  #sec02 {
    width: 100%;
  }
  .innerS li {
    text-align: left;
  }
  .innerC {
    width: 94%;
    padding-bottom: 70px;
    text-align: left;
  }
  .innerSleft {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
  #sec04 {
    font-size: 12px;
  }
  .SS {
    font-size: 12px;
    padding: 9px;
  }
  .txt {
    width: 100%;
    text-align: center;
  }
  /* .mrg1 {
    margin-right: 50%;
  }
  .mrg2 {
    margin-right: 50%;
  }
  .mrg3 {
    margin-right: 50%;
  } */

  .col2 {
    width: 99%;
  }

  .col3 li {
    line-height: 1.7;
  }
  .col3 img {
    margin: 0 auto;
  }
  .col3 .img {
    padding: 0;
    margin-bottom: 10px;
  }
  #gallery li {
    float: none;
    width: 100%;
  }
  #map iframe {
    width: 100% !important;
  }
  #sec04_02 {
    padding: 50px 20px;
  }

  /* .info {
    display: initial;
    text-align: center;
    overflow-y: scroll;
  }
  .info dt {
    float: initial;
    line-height: 1;
  }
  .info dd {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  } */
  .info dd {
    margin-left: 100px;
  }
  .info {
    font-size: 12px;
    width: auto;
    height: 110px;
  }
  .info li {
    text-indent: -1.9em;
  }
  .img-wrap {
    width: calc(100% / 2);
    position: relative;
    margin: 0 auto;
    padding-bottom: 70%;
    padding-top: 5px;
  }

  #map iframe {
    text-align: center;
  }
}
@media only screen and (max-width: 799px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  #body1,
  #body2,
  #body3,
  #body4,
  #body5,
  #body6 {
    background-image: none;
    margin: 0;
  }
  #headerWrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  #header h1 {
    padding-top: 10px;
  }

  #header h1 img {
    margin-top: 3px;
    max-height: 45px;
    width: auto !important;
  }
  #spp {
    padding: 0;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #mainImg {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: 0.2s;
  }

  #menuBtn:before,
  #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: 0.3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }
  a#menu .close:before,
  a#menu .close:after {
    margin-top: 0;
  }
  /* a#menu .close:before,
  a#menu .close:after {
    margin-top: 0;
  } */

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }

  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }

  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }

  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainImg {
    padding-top: 60px;
    z-index: -100;
  }
  .col3 li {
    margin: 50px auto 0 auto;
    display: block;
  }
  /* section {
    padding-top: 50px;
  } */
  section h2 {
    margin: 0 auto 20px;
  }
  section h2 span {
    padding: 0 30px;
  }
  .img-wrap::before {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }
  section {
    padding: 0;
  }
}
