@charset "utf-8";
html {
  font-size: 12px;
  scroll-behavior: smooth;
}
body {
  line-height: 1.6;
  font-family: serif;
}
a:hover {
  color: #666;
  transition: 0.5s;
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  width: 100%;
  
  color: #333;
  
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

/* nav_menu */
.nav{
  position: fixed;
  height: 100vh;
  width: 100%;
  left: -100%;
  top: 0;
  background: rgba(99, 99, 99,.95);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 100;
  padding-top: 5%;
}

.nav ul{
  margin: 0;
  padding: 0;
}

.nav li {
  list-style-type: none;
  font-size: 3rem;
  text-align: center;
  padding-top: 10%;
}

.nav a{
  display: block;
  text-decoration: none;
  color: #fff;
}

/* hamburger_line */
#target {
  width: 10%;
  height: 10%;
  position: fixed;
  top: 1%;
  right: 3%;
  cursor: pointer;
  display: none;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 9999;
}

.target_inner{
  width: 40px;
  height: 30px;
  position: relative;
}

.target_inner_line {
  display: block;
  width: 40px;
  height: 5px;
  background: #636363;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  border-radius: 50px;
  position: absolute;
}

.target_inner_1 {
  top: 0;
}

.target_inner_2 {
  top: 13px;
}

.target_inner_3 {
  top: 26px;
}
/* 動き */
.fadein{
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.linea,.lineb,.linec{
  background: #555;
}

.linea {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 13px;
}

.lineb {
  opacity: 0;
}

.linec {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 13px;
}

h2 {
  text-align: center;
  font-size: 3vw;
  font-weight: 900;
  font-family:serif;

}

.top-img {
  color: #333;
  position: relative;
  height: 300px;
  margin-top: 7%;
}


.headerin {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 0;
  background: rgb(222,222,222,0.7);
}
.headerin h1 {
  font-size: 2vw;
  width: 10%;
}
.headerin ul {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerin li {
  font-size: 1.3vw;
  font-weight: bold;
  color: #000;
}

.top-movie {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.top-movie video {
  width: 100%;
}
.sp-video {
  display: none;
}
@media screen and (max-width: 850px){
  /* .headerin {
    width: 20%;
    height: 700px;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  
  .headerin ul {
    flex-direction: column;
    padding-top: 30px;
  }
  .headerin li {
    padding-bottom: 50px;
    font-size: 2.3rem;
    text-align: center;
  } */
  .headerin {
    display: none;
  }
  #target {
    display: block;
  }
  .information {
    display: none;
  }
  
}

.menu-subttl {
  font-size: 2.7vw;
  font-family: serif;
  padding-top: 100px;
  width: 100%;
  text-align: center;
}
.menu-subttl span {
  display: block;
  font-size: 1vw;
  padding-top: 5%;
}

.menu-area {
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  color: #333;
}
.menu {
  padding: 5%;
}
.menu .sp {
  display: none;
}
.bride-ttl {
  text-align: center;
  font-size: 3rem;
  margin-top: 50px;
}
.menu h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
}
.menu dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  font-size: 1rem;
}
.menu dt {
  font-size: 2rem;
}
.menu dd {
font-size: 1.5vw;
}
.over {
  display: flex;
  width: 40%;
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 2px solid #333;
  align-items: flex-end;
}
.over dd {
  font-size: 1.5vw;
}






#main-box {
  background: rgb(255,255,255,0.9);
}

#formWrap {
	width:60%;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
.formTable{
	width:100%;
	margin:0 auto;
	
}
#formWrap h3 {
  font-size: 4vw;
  padding: 5% 0;
  margin-top: 100px;
}
#formWrap h4 {
  font-size: 2vw;
  padding: 5% 0;
}
.textarea input,.textarea textarea {
  width:100%;
	font-weight:normal;
	background:#fff;
  border: 1px solid #999;
	text-align:left;
  font-size: 2vw;
  padding: 5px 0;
}


.textarea input,.textarea option {
}
form p {
  padding: 10% 0;
  font-size: 1.3vw;
  font-family: serif;
}
form p input {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #999;
  width: 100px;
}
.side_fixed_box {
  display: none;
}
.side_fixed_box {
  position: fixed;
  z-index: 100;
  bottom: 300px;
  right: 0;
  text-align: center;
  z-index: 9999;
}
.side_fixed_box .icon a {
  color: #000;
  transition: all 0.3s;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.side_fixed_box .icon {
  font-size: 25px;
  font-size: 2.5rem;
}
.page_top {
  position: relative;
  top: 120px;
  font-size: 14px;
  font-size: 1.2rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s;
  cursor: pointer;
}
.page_top .link_arrow {
  position: absolute;
  bottom: 12px;
  left: -50px;
}
.footer {
  margin-top: 100px;
  position: relative;
  background: #000;
}
.footer_bottom_container {
  padding: 50px 0;
}
.footer_bottom_container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container {
  margin: 0 auto;
  width: 90%;
}
.footer_bottom_link_box .link_list {
  display: flex;
}
.footer_bottom_link_box .link_list li a {
  margin-right: 45px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
}
.copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}


@media screen and (max-width: 850px){
  .top-movie {
    height: 100vh;
    width: auto;
  }
  .top-movie video {
    height: 100%;
    width: auto;
  }
  #menu h2 {
    font-size: 3rem;
    padding-top: 50px;
  }
  .menu-subttl {
    padding-top: 60px;
    font-size: 3rem;
  }
  .mae-hairmake {
    padding-top: 100px;
  }
  .menu {
    width: 100%;
  }
  .menu h3 {
    font-size: 3rem;
  }
  .menu dl {
    font-size: 1.5rem;
    flex-wrap: wrap;
  }
  .menu dt {
    width: 100%;
    font-size: 1.5rem;
  }
  .menu dt span {
    font-size: 1.1rem;
  }
  .menu .sp {
    display: block;
  }
  .menu dd {
    font-size: 2rem;
    text-align: right;
    width: 100%;
  }
  .over {
    width: 100%;
    font-size: 1.5rem;
  }
  .over dd {
    font-size: 2rem;
  }
  .menu-subttl span {
    font-size: 1.5rem;
  }
  #formWrap {
    width: 80%;
  }
  #formWrap h3 {
    margin-top: 50px;
    font-size: 3rem;
  }
  #formWrap h4 {
    font-size: 2rem;
    margin-top: 30px;
  }
  .btn-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-submit input {
    display: block;
    width: 60%;
    font-size: 1.8rem;
    height: 50px;
  }
  .footer_bottom_link_box .link_list {
    flex-direction: column;
  }
  .footer_bottom_link_box .link_list li {

    padding-bottom: 20px;
  }
  .footer_bottom_link_box .link_list li a {
    font-size: 2rem;
  }
  .copyright {
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px){
  
  header h1 img {
    height: 50px;
    
  }
  .headerin {
    display: none;
  }
  #target {
    display: block;
  }
  
  .works-area {
    width: 95%;
  }
  .bridal {
    flex-wrap: wrap;
    gap: 10px;
  }
  .bridal-img {
    width: calc((100% - 20px) / 3);
  }
  #formWrap {
    width:95%;
    margin:0 auto;
  }
  table.formTable th, table.formTable td {
    width:auto;
    display:block;
  }
  table.formTable th {
    margin-top:5px;
    border-bottom:0;
  }
  input[type="text"], textarea {
    width:100%;
  
    font-size:120%;
    display:block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display:block;
    width:100%;
    height:40px;
  }
  .footer_bottom_container .container {
    flex-wrap: wrap;
  }
  .copyright {
    width: 100%;
    margin-top: 30px;
  }
}


@media screen and (max-width:560px){
  .top-movie {
    left: 50%;
    transform: translate(-50%,0);
    }
    
    .pc-video {
      display:none;

    }
    .sp-video {
      display: block;
    }
}


