@charset "UTF-8";
/******************************************
                共通
******************************************/
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #525252;
  -webkit-transition: 1s;
  transition: 1s;
}

.fonts__dancing {
  font-family: "Dancing Script", cursive;
}

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

.fwb {
  font-weight: bold;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	height: auto;
}

.flex img {
	align-items: flex-start;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  line-height: 1.6;
  letter-spacing: 0.08em;
}

h2.main-ttl {
  font-size: 46px;
  text-align: center;
  font-family: "Dancing Script", cursive;
  color: #ccb97e;
  font-weight: bold;
  margin-bottom: 80px;
}

h2.main-ttl p {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.guide-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 80px;
}

.guide-text-kokoro {
    width: 48%;
    font-size: 16px;
    text-align: center;
    padding-top: 70px;
}
.brand-img-pc {
	width: 48%;
}
.brand-img-pc img {
	width: 100%;
}
.btn {
  width: 270px;
  height: 70px;
  text-align: center;
  border: solid 1px #ccb97e;
  padding: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ccb97e;
}

.btn:hover {
  background-color: #ccb97e;
}

.btn:hover a {
  color: #fff;
}

.bridge {
  margin: 180px auto;
}

aside {
  margin: 80px auto;
}

input,
textarea,
input[submit] {
  background-color: none;
  border: none;
  resize: none;
  border-radius: none;
}

/******************************************
                PC Parts
******************************************/
.contact-banar {
  width: 35px;
  height: 125px;
  background-color: #999999;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-banar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.contact-banar:hover {
  background-color: #000;
}

.contact-banar:hover a {
  color: #fff;
}

/**   header   **/
header {
  max-width: 1600px;
  width: 90%;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
}

header .header-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header a.main-logo img {
  width: 240px;
  height: auto;
}

nav {
  padding-top: 28px;
}

nav ul li {
  padding-left: 20px;
  font-size: 13px;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav ul li span {
  font-size: 13px;
}

nav ul li:first-child {
  padding-left: 0;
}

.page-header {
  width: 100%;
  height: 140px;
  background-color: #ccb97e;
  position: relative;
}

.header-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-title h2 {
  font-size: 36px;
  color: #fff;
}

.header-title p {
  font-size: 13px;
  color: #fff;
}

.bread {
  width: 1200px;
  margin: 10px auto 80px auto;
}

/**  contact  **/
section.access {
  width: 100%;
}

.access-container {
  width: 100%;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access-container .left-contents,
.access-container .right-contents {
  width: 45%;
}

.access-container .left-contents iframe,
.access-container .right-contents iframe {
  width: 100%;
}

.access-container .right-contents ul li {
  padding-bottom: 0px;
}

.access-container ul {
  width: 100%;
  margin-bottom: 20px;
}

.access-container .btn {
  margin: 16px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.access-container .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.access-container .btn:hover {
  background-color: #ccb97e;
}

.access-container .btn:hover a {
  color: #fff;
}

/**  bottom   **/
.scroll-up {
  width: 72px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 80px;
}

.scroll-up img {
  width: 100%;
}

.scroll-up:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.sns-icon {
  width: 100%;
}

.sns-icon ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.sns-icon ul li {
  width: 46px;
  height: 46px;
  margin-left: 20px;
}

.sns-icon ul li img {
  width: 100%;
  height: auto;
}

.bottom-nav {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**   footer   **/
footer {
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin: 0 auto;
  background-color: #747474;
}

.footer-contents {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer-contents ul {
  padding: 40px 70px 0 0;
}

.footer-contents ul li {
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
}

.footer-logo {
  width: 122px;
  height: auto;
}

.footer-logo img {
  width: 100%;
}

.copy-right {
  padding-top: 80px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

/**   main   **/
.main-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/******************************************
                TOP
******************************************/
.main-visual {
  width: 100%;
  height: 740px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 center;
  position: relative;
}

.mv-text {
  position: absolute;
  top: 35%;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
}

.mv-text img {
  width: 30vw;
}

.message {
  width: 800px;
  margin: 0 auto;
}

.message h3 {
  font-size: 24px;
  text-align: center;
}

.message-contents {
  width: 100%;
  margin: 80px auto;
}

.message-contents ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.message-contents .left-img {
  width: 45%;
  text-align: center;
}

.message-contents .left-img img {
  width: 300px;
  height: auto;
}

.message-contents .right-message {
  width: 45%;
}

.message-contents .right-message p {
  font-size: 16px;
  padding-top: 80px;
}

section.news,
section.page-news {
  width: 100%;
  margin-bottom: 180px;
}

.news-area {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.news-area ul {
  width: 40%;
  padding: 50px 0;
  border-top: solid 1px #ccb97e;
  border-bottom: solid 1px #ccb97e;
}

.news-area ul li {
  width: 100%;
  margin-bottom: 26px;
}

.news-area ul li .date,
.news-area ul li .category {
  margin-right: 20px;
  font-size: 16px;
}

.news-area ul li .category {
  padding: 0 5px;
  background-color: #a5a5a5;
  color: #fff;
  width: 70px;
  text-align: center;
}

.news-area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.service {
  width: 100%;
  margin-bottom: 180px;
}

.s-top,
.s-mid,
.s-bottom {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 80px;
}

.s-bridal,
.s-japan,
.s-social,
.s-studio,
.s-btn {
  width: 47%;
  height: auto;
}

.s-bridal ul,
.s-japan ul,
.s-social ul,
.s-studio ul,
.s-btn ul {
  width: 100%;
  height: auto;
}

.s-bridal ul li.s-left,
.s-japan ul li.s-left,
.s-social ul li.s-left,
.s-studio ul li.s-left,
.s-btn ul li.s-left {
  width: 280px;
}

.s-bridal ul li.s-left img,
.s-japan ul li.s-left img,
.s-social ul li.s-left img,
.s-studio ul li.s-left img,
.s-btn ul li.s-left img {
  width: 280px;
  height: auto;
}

.s-bridal ul li.s-right,
.s-japan ul li.s-right,
.s-social ul li.s-right,
.s-studio ul li.s-right,
.s-btn ul li.s-right {
  margin-left: 26px;
  font-size: 15px;
  border-top: solid 1px #ccb97e;
  padding: 10px 5px;
}

.s-bridal ul li.s-right h3,
.s-japan ul li.s-right h3,
.s-social ul li.s-right h3,
.s-studio ul li.s-right h3,
.s-btn ul li.s-right h3 {
  font-weight: bold;
  padding-bottom: 10px;
}

.s-bridal ul li.s-right p,
.s-japan ul li.s-right p,
.s-social ul li.s-right p,
.s-studio ul li.s-right p,
.s-btn ul li.s-right p {
  font-size: 15px;
}

.s-btn {
  padding-top: 80px;
}

.more-btn {
  width: 270px;
  margin: 80px auto 0 auto;
}

.banar-area {
  text-align: center;
}

.banar-area img {
  width: 80%;
  max-width: 500px;
}

/******************************************
                Gallery
******************************************/
section.page-rental {
  width: 100%;
  margin-bottom: 180px;
}

.rental-list {
  width: 100%;
  height: auto;
}

.rental-area {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 80px;
}

.rl-1,
.rl-2,
.rl-3,
.rl-4 {
  width: 48%;
}

.rl-1 img,
.rl-2 img,
.rl-3 img,
.rl-4 img {
  width: 200px;
  height: auto;
	max-height: 322px;
  padding: 3px;
  background-color: #ccb97e;
}

.rl-1,
.rl-2 {
  margin-bottom: 80px;
}

.rl-right {
  margin-left: 20px;
}

.rl-right h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.rl-right p {
  font-size: 13px;
  padding-bottom: 10px;
}

.remake {
  width: 100%;
  height: auto;
}

.remake ul {
  margin-bottom: 80px;
}

.remake ul li {
  width: 30%;
}

.remake ul li img {
  width: 240px;
  height: auto;
  padding: 3px;
  background-color: #ccb97e;
}

.remake ul li h3 {
  font-size: 16px;
  font-weight: bold;
}

.remake ul li p {
  font-size: 13px;
}

/******************************************
                Dewss & Studio
******************************************/
section.page-wear {
  width: 100%;
  margin-bottom: 180px;
}

.wear-list {
  width: 100%;
  margin-bottom: 80px;
}

.wear-list ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wear-list ul li {
  width: 270px;
}

.wear-list ul li img {
  width: 270px;
  height: 330px;
  padding: 3px;
  background-color: #ccb97e;
}

.wear-bottom {
  width: 100%;
}

.wear-bottom ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wear-bottom ul li {
  width: 45%;
}

.wear-bottom ul li img {
  width: 100%;
  padding: 3px;
  background-color: #ccb97e;
}

section.page-studio {
  width: 100%;
  margin-bottom: 180px;
}

.studio-guide {
  width: 100%;
}

.studio-guide ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.studio-guide ul li {
  width: 45%;
}

.studio-guide ul li img {
  width: 100%;
  padding: 3px;
  background-color: #bbbbbb;
}

section.price {
  width: 100%;
  margin-bottom: 180px;
}

.price-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-list {
  width: 45%;
  height: auto;
  margin-bottom: 80px;
}

.price-list h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}

.price-list ul {
  border-bottom: solid 1px #ccb97e;
  border-top: solid 1px #ccb97e;
}

.price-list ul li {
  width: 100%;
}

.price-list ul li .lesson-name {
  width: 45%;
  padding: 10px 0;
  text-align: center;
}

.price-list ul li .lesson-price {
  width: 45%;
  padding: 10px 0;
  text-align: center;
}

section.exercise {
  width: 100%;
  margin-bottom: 180px;
}

.exercise-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exercise-left,
.exercise-right {
  width: 45%;
}

.exercise-left img {
  width: 100%;
  padding: 3px;
  background-color: #bbbbbb;
}

.exercise-right h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}

.exercise-right ul {
  border-bottom: solid 1px #ccb97e;
  border-top: solid 1px #ccb97e;
}

.exercise-right ul .lesson-name {
  width: 48%;
  padding: 20px 0;
  text-align: center;
}

.exercise-right ul .lesson-time-1,
.exercise-right ul .lesson-time-2 {
  width: 30%;
  padding: 10px 0;
  text-align: center;
}

section.teacher {
  width: 100%;
  margin-bottom: 180px;
}

.teacher-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teacher-left,
.teacher-right {
  width: 45%;
}

.teacher-left img {
  width: 100%;
  padding: 3px;
  background-color: #bbbbbb;
}

.teacher-right h3 {
  padding: 20px 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.teacher-right ul li {
  font-size: 16px;
}

/******************************************
                kokoro
******************************************/
section.page-kokoro {
  width: 100%;
  margin-bottom: 180px;
}

p.brand-logo img {
  width: 160px;
  height: auto;
}

.brand-img {
  width: 100%;
}

.brand-img img {
  width: 100%;
  height: auto;
}

section.lineup {
  width: 100%;
  margin-bottom: 180px;
}

/******************************************
                About
******************************************/
section.page-about {
  width: 100%;
  margin-bottom: 180px;
}

.about-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-left,
.about-right {
  width: 45%;
}

.about-left img {
  width: 250px;
  height: auto;
}

.about-right {
  font-size: 16px;
}
.about-right .config {
	padding-top: 60px;
}
.about-right h4 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}

.about-right li {
  padding-bottom: 10px;
}

section.company {
  width: 100%;
  margin-bottom: 180px;
}

.company-information {
  width: 60%;
  margin: 0 auto;
}

.company-information ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px #ccb97e;
  border-bottom: solid 1px #ccb97e;
}

.company-information ul li {
  width: 100%;
}

.ci-left {
  width: 30%;
  text-align: center;
  border-right: solid 1px #ccb97e;
  padding: 20px;
}

.ci-right {
  width: 70%;
  padding: 20px;
}

/******************************************
                Contact
******************************************/
section.page-contact {
  width: 100%;
  margin-bottom: 180px;
}

form {
  width: 95%;
  margin: 0 auto;
}

form input[name="company-name"],
form input[name="your-name"],
form input[name="sub-name"],
form input[name="tel"],
form input[name="your-mail"] {
  width: 60%;
  height: 15px;
  padding: 20px;
  font-size: 16px;
  border: solid 1px #ccb97e;
  margin: 10px 0 20px 0;
}

form textarea {
  width: 80%;
  height: 250px;
  padding: 20px;
  font-size: 16px;
  border: solid 1px #ccb97e;
}

form input[type="submit"] {
  width: 180px;
  height: 45px;
  border: solid 1px #ccb97e;
  color: #fff;
  position: relative;
  background-color: #ccb97e;
  -webkit-transition: .6s;
  transition: .6s;
}

form input[type="submit"]:hover {
  background-color: black;
}

/******************************************
                News
******************************************/
.news-field {
  width: 100%;
  height: auto;
}



.kokoro_list img{
	padding: 3px;
    background-color: #ccb97e;
}

.kokoro_list p{
	padding-top: 10px;
	padding-bottom: 80px;
}

.t-center{
	text-align: center;
}


.president-text{
	margin: 80px auto 80px;
	max-width: 530px;
}

.indent{
   text-indent: -1em;
    padding-left: 1em;
}
	
	
@media screen and (min-width:1240px) {
	.ml80{
		margin-right: 80px;
	}
	/**
	.sp-none{
	display: none;
	}
	**/
	.wear-bottom ul li {
	width: 100% !important;
	}
}
@media screen and (max-width:1240px) {
.rl-1 img,
.rl-2 img,
.rl-3 img,
.rl-4 img {
  width: 200px;
  height: auto;
	max-height: initial;
max-height: auto;
  padding: 3px;
  background-color: #ccb97e;
}
}


