@charset "utf-8";
*, ::before, ::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img ,video{
  vertical-align: top;
}
body {
  font-family: Noto Serif JP,serif;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}
ul {
  list-style-type: none;
}
h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #000;
}
section {
  margin-bottom: 100px;


}


.message {
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: 0px;
  display: inline-block;
  left: 0px;
}
.message span {
  white-space: nowrap;
}
.message img {
  margin-bottom: 130px;

}

.mv_pc {
  position: relative;
  display: inline-block;
  width: 100%;
}
.main_logo_pc {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  right: 0px;
  width: 100%;

}
.mv_pc video {
  width: 100%;
}

.group1 {
  text-align: right;
}

.main_logo_pc p img {
  width: 95%;
}

.main_logo_sp {
  display: none;
}
.mv_pc .video_sp {
  display: none;
}


.menu {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
  justify-content: center;
}
.kwsk {
  margin-bottom: 0px;
  margin-top: 20px;
}
.mainmenu .menu a {
  padding: 10px 25px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid rgba(0,0,0,0);
  transition: 0.3s;
}
.mainmenu .menu a:hover {
  text-decoration: none;
  border-bottom-color: #AFA195;
}

.topics {
  width: 625px;
  margin: 0 auto;
  height: auto;
  border: 3px solid #AFA195;
  padding-top: 60px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 60px;
  border-radius: 30px;
}
.topics p {
  margin: 0 auto;
  text-align: left;
  width: 325px;
}
.detail {
    border-radius: 30px;
    border-left: 3px solid #AFA195;
    border-right: 3px solid #AFA195;
    border-bottom: 3px solid #AFA195;
    border-top: 50px solid #AFA195;
    width: 550px;
    padding: 25px;
    height: auto;
    margin-top: -45px;
    transition: all 0.5s;
}
.plan_item a:hover .detail {
    border-color: #DBC0A9;

}

.planprice {
  font-weight: bold;
  font-size: 24px;
}

.detail_item   {
  display: flex;
  text-align: center;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  justify-content: center;
}
.detail_item li {
  padding: 0 10px;
}
.plan_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plan_box  h3 {
    font-size: 20px;
    color: #fff;
}

.plan_item {
  margin: 15px;
}
.detail img {
    margin-bottom: 15px;
}
.planimage {
  width: 500px;
  height: 333px;
  overflow: hidden;
  margin-bottom: 15px;
}


.dress_banner img {
  width: 75%;
  height: auto;
}
.dress_banner {
  margin-bottom: 100px;
}
.dress_banner_sp {
  display: none;
}


.siryo01 img {
    width: 400px;
    height: auto;
    margin-bottom: 20px;
    transition: 0.3s;
}
.siryo02 img {
    height: auto;
    width: 450px;
    transition: 0.3s;
}
.siryo {
  margin-bottom: 100px;
}

.clothes_title  {
  width: 300px;
  background-color: rgba(175,161,149,0.70);
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  bottom: 0px;
}
.dress  {
  display: inline-block;
  margin: 5px;
  position: relative;
}


.dress .clothes_title {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: 1s;
}
.clothes_title a  {
  color: #fff;
}

.dress .sp {
  display: none;
}


.kimono {
  display: inline-block;
  margin: 5px;
  position: relative;
}
.kimono .clothes_title {
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  transition: 1s all;
}

.kimono .sp {
  display: none;
}

.mens {
  position: relative;
  margin: 5px;
  display: inline-block;
}
.mens .clothes_title {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: 1s all;
}

.mens .sp {
  display: none;
}
.clothes a:hover .clothes_title {
    background-color: #DBC0A9;
}


.rank1 {
  display: inline-block;
  position: relative;
}
.rank1 .number {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 10px;
}
.rank2 {
  display: inline-block;
  position: relative;
}
.rank2 .number {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 10px;
}
.rank3 {
  display: inline-block;
  position: relative;
}
.rank3 .number {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 10px;
}
.gallery .box img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.gallery .box {
  margin: 20px;

}

.gallery .album {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  justify-content: center;
}
.photographer .box {
    margin: 15px;
}
.photographer .box img {
    width: 250px;
    border-radius: 50%;
    height: 250px;
    object-fit: cover;
}
.photographer .album {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
}
footer {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background-image: url(img/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
footer::before {
  background-color: rgba(255,255,255,0.50);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
}

footer img {
  width: 120px;
  height: auto;
  display: inline;
  position: absolute;
  top: 30%;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  left: 0px;
}

.copylight {
  width: 100%;
  background-color: #AFA195;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  z-index: 1;
  bottom: 0px;
  margin-top: -20px;
  position: absolute;
  right: 0px;
  left: 0px;
}
nav {
  margin-bottom: 100px;
}
.news .day {
  margin: 15px 0;
}

.map {
    width: 80%;
    margin: 0 auto;
    height: 400px;
}

.map iframe {
    top: 0;
    width: 100%;
    height: 100%;
    left: auto;
    margin: 0 auto;
    right: auto;
}
.ranking h2 {
  margin-bottom: 30px;
}
html {
  scroll-padding-top:50px;
  scroll-behavior: smooth;
}
.store .add {
  padding-top: 20px;

}
.page-top    {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 80px;
  right: -80px;
  bottom: calc(30% - 40px);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #D3B8B6;
  transition: .2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  z-index:1;
}

page-top p {
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}
.page-top.is-active {
  right: -2px;
}
.photographer figure {
    border-radius: 50%;
    background-color: #AFA195;
}
.photographer a:hover img {
    opacity: 0.5;
    transition: 0.3s;
}
.gallery .box {
    background-color: #AFA195;
}
.gallery a:hover img {
    opacity: 0.5;
}
.store .add {
    position: relative;
    line-height: 1.4;
    padding: 0.5em 2em;
    display: inline-block;
    top: 0;
    margin: 20px;
}

.store .add:before, .store .add:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 10px;
  height: 100%;
  display: inline-block;
}
.store .add:before {
  border-left: solid 1px #AFA195;
  border-top: solid 1px #AFA195;
  border-bottom: solid 1px #AFA195;
  left: 0;
}
.store .add:after {
  content: '';
  border-top: solid 1px #AFA195;
  border-right: solid 1px #AFA195;
  border-bottom: solid 1px #AFA195;
  right: 0;
}
footer nav {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    right: 0px;
    padding: 5px;
    left: 0px;
    
}
footer nav .menu a {
    font-size: 12px;
    padding: 10px 15px;
    transition: 0.3s;
}
footer nav .menu a:hover {
    text-decoration: none;
    color: #AFA195;
}





@media (max-width:800px){
.main_logo_pc {
  display: none;
}
.main_logo_sp {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
.main_logo_sp .bg_img img {
  width: 100%;
  height: auto;
}
.message {
  font-size: 20px;
  top: 60%;
}
.news {
  padding-top: 100px;
}
.topics .day {
  font-size: 16px;
}
.detail_item  {
  flex-direction: column;
}
.detail {
  width: 350px;
}
.detail img {
  width: 300px;
  height: auto;
}
.planimage {
  width: 300px;
  height: 199px;
}

.topics {
  padding: 25px;
  width: 350px;
}

.siryo01 img {
    width: 185px;
    height: auto;
    margin-bottom: 10px;
}
.siryo02 img {
  width: 301px;
  height: auto;
}
.dress .pc {
  display: none;
}
.dress .sp {
  display: inline-block;
  position: relative;
}
.kimono .pc {
  display: none;
}
.kimono .sp {
  display: inline-block;
  position: relative;
}
.mens .pc {
  display: none;
}
.mens .sp {
  display: inline-block;
  position: relative;
}
.clothes_title {
  width: 350px;
  font-size: 20px;
}

.gallery .box img {
  width: 150px;
  height: 150px;
}
.gallery .box {
  margin: 8px;
}
.gallery .album {
  width: 90%;
}
.photographer .box img {
  width: 120px;
  height: 120px;
}

footer {
  height: 155px;
}
.copylight {
  padding: 5px 0;
}
footer img {
  top: 20%;
}
.mv_pc .video_pc  {
  display: none;
}
.mv_pc .video_sp {
  display: inline;
  height: 500px;
}
.message img {
  margin-bottom: 80px;
}
section {
  margin-bottom: 80px;
}
nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding-top: 100px;
  z-index: 2;
}
nav .menu {
  display: block;
  height: 100%;
  padding-bottom: 50px;
  overflow: auto;
}
nav .menu a {
    padding: 30px 0;
    font-size: 24px;
}
header h1 {
  z-index: 1;
}
nav {
  left: 100%;
  transition: 0.5s;

}

.nav-button {
  width: 70px;
  height: 50px;
  margin-left: auto;
  position: fixed;
  z-index: 10;
  top: 5px;
  right: 5px;
}
.nav-button span {
  width: 30px;
  height: 2px;
  background-color: #AFA195;
  position: absolute;
  left: 20px;
}
.nav-button span:nth-child(1) {
  top: 12px;
}
.nav-button span:nth-child(2)  {
  top: 24px;
}
.nav-button span:nth-child(3) {
  top: 36px;
}
.menu-open nav {
  left: 0px;
}
.menu-open .nav-button span:nth-child(1) {
  top: 23px;
  transform: rotate(315deg);
  background-color: #D3B8B6;
  
}
.menu-open .nav-button span:nth-child(2) {
  width: 0;
  left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
  top: 23px;
  transform: rotate(-315deg);
   background-color: #D3B8B6;
   
}
.nav-button span {
  transition: 0.5s;
}
  


































}

@media (max-width:600px){

.dress_banner {
  display: none;
}
.dress_banner_sp {
  display: inline;
}
.dress_banner_sp img {
  width: 89%;
  height: auto;
  margin-bottom: 100px;
}
.rank1  {
  width: 89%;
  height: auto;
  margin-bottom: 20px;
}
.rank1 img    {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
}
.rank2  , .rank3  {
  width: 43%;
  padding: 0 5px;
  height: 200px;
}
.rank2 img, .rank3 img {
  width: 100%;
  object-fit: cover;

}
.photographer .box {
  font-size: 16px;
}
h2 {
  font-size: 24px;
}
section {
  margin-bottom: 50px;
}
.news {
        padding-top: 200px;
  }


}
