/*******************************************************
                    Responsive 
*******************************************************/
@media screen and (min-width: 1240px) {
  .pc_part {
    display: block;
  }
  .sp_part {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
  section.main-visual-sp {
    width: 100%;
    height: 900px;
    margin-top: 80px;
    background-image: url(https://sachiko-co.sakura.ne.jp/wp-content/uploads/2021/02/mv-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 0 center;
    position: relative;
  }

}
@media screen and (min-width: 769px){
		.sp-none{
		display: none;
	}
}


@media screen and (max-width: 768px) {
  section.main-visual-sp {
    width: 100%;
    height: 660px;
    margin-top: 80px;
    background-image: url(https://sachiko-co.sakura.ne.jp/wp-content/uploads/2021/02/mv-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 0 center;
    position: relative;
	
  }

}

@media screen and (max-width: 1240px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
 .flex {
    display: block;
  }
  h2.main-ttl {
    font-size: 28px;
    text-align: center;
    font-family: "Dancing Script", cursive;
    color: #ccb97e;
    font-weight: bold;
    margin-bottom: 80px;
  }
  h2.main-ttl p {
    font-size: 14px;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  /******************************************
                SP Parts
******************************************/
  .contact-banar {
    width: 40px;
    height: 80px;
    background-color: #999999;
    position: fixed;
    top: 0;
    right: 80px;
    z-index: 999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: none;
  }
  /**   header   **/
  header {
    width: 100%;
    height: 80px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1001;
	  max-height: 80px;
  }
  header a.main-logo img {
    width: 180px;
    height: 58px;
  }
  nav {
    padding-top: 26px;
  }
  nav ul li {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: solid 1px #cacaca;
  }
  nav ul li span {
    font-size: 16px;
  }
  nav ul li:first-child {
    padding-left: 0;
  }
  .page-header {
    width: 100%;
    height: 120px;
    background-color: #ccb97e;
    position: relative;
    margin-top: 80px;
  }
  .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: 24px;
    color: #fff;
  }
  .header-title p {
    font-size: 16px;
    color: #fff;
  }
  .bread {
    max-width: 768px;
    width: 90%;
    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: 100%;
  }
  .access-container .left-contents iframe,
  .access-container .right-contents iframe {
    width: 100%;
    margin-bottom: 30px;
  }
  .access-container ul {
    width: 100%;
  }
  .access-container .btn {
    margin: 16px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 20px auto 10px auto;
  }
  .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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sns-icon ul li {
    width: 46px;
    height: 46px;
    margin-left: 20px;
  }
  .sns-icon ul li img {
    width: 100%;
    height: auto;
  }
  .sns-icon ul li:first-child {
    margin-left: 0;
  }
  .bottom-nav {
    display: none;
  }
  /**   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: 20px 0;
  }
  .footer-contents ul li {
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
  }
  /**   main   **/
  .main-container {
    max-width: 768px;
    width: 90%;
    margin: 0 auto;
	text-align: center;
  }
  /******************************************
                TOP
******************************************/
  .mv-text {
    position: absolute;
    top: 62%;
    -webkit-transform: translate(0, -62%);
            transform: translate(0, -62%);
  }
  .mv-text img {
    width: 80vw;
  }
  .message {
    width: 100%;
    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: 100%;
    text-align: center;
  }
  .message-contents .left-img img {
    width: 300px;
    height: auto;
  }
  .message-contents .right-message {
    width: 100%;
  }
  .message-contents .right-message p {
    font-size: 18px;
    padding-top: 80px;
  }
  section.news,
  section.page-news {
    width: 100%;
    margin: 0 auto 180px auto;
  }
  .news-area {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .news-area ul {
    width: 90%;
    padding: 50px 0;
    border-top: solid 1px #ccb97e;
    border-bottom: solid 1px #ccb97e;
    margin: 0 auto;
  }
  .news-area ul li {
    width: 100%;
    margin-bottom: 26px;
  }
  .news-area ul li .date,
  .news-area ul li .category {
    margin-right: 20px;
    font-size: 18px;
  }
  .news-area ul li .title {
    font-size: 18px;
	margin:10px 0;
	}/**修正**/
  .news-area ul li .category {
    padding: 0 10px;
    background-color: #a5a5a5;
    color: #fff;
    width: 100px;
    text-align: center;
    font-size: 16px;
    margin: 10px auto;
  }
  .news-area ul li a {
    display: block;
  }
  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: 100%;
    height: auto;
    margin-bottom: 80px;
  }
  .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: 100%;
    text-align: center;
  }
  .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: 90%;
    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: 0px;
    font-size: 15px;
    border-top: none;
    padding: 20px;
  }
	/**追加**/
  .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: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
  .banar-area {
    text-align: center;
  }
  .banar-area img {
    width: 95%;
    max-width: 500px;
  }
	/**追加**/
	.footer-logo{
    margin:auto;
}
  /******************************************
                Gallery
******************************************/
  section.page-rental {
    width: 90%;
    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: 100%;
  }
  .rl-1 img,
  .rl-2 img,
  .rl-3 img,
  .rl-4 img {
    width: 100%;
    height: auto;
    padding: 3px;
    background-color: #ccb97e;
  }
  .rl-1,
  .rl-2,
  .rl-3,
  .rl-4 {
    margin-bottom: 80px;
  }
  .rl-right {
    margin-left: 0px;
  }
  .rl-right h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .rl-right p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .rl-right img {
    width: 60%;
  }
  .remake {
    width: 90%;
    height: auto;
  }
  .remake ul {
    margin-bottom: 80px;
  }
  .remake ul li {
    width: 100%;
  }
  .remake ul li img {
    width: 100%;
    height: auto;
    padding: 3px;
    background-color: #ccb97e;
  }
  .remake ul li h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .remake ul li p {
    font-size: 16px;
  }
  /******************************************
                Dress & Studio
******************************************/
  section.page-wear {
    width: 90%;
    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: 100%;
	text-align: center;
  }
  .wear-list ul li img {
    width: 100%  !important;
    height:100% !important;
    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: 100% !important;
  }
  .wear-bottom ul li img {
    width: 100% !important;
    padding: 3px;
    background-color: #ccb97e;
  }
  section.page-studio {
    width: 90%;
    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: 100%;
  }
  .studio-guide ul li img {
    width: 100%;
    padding: 3px;
    background-color: #bbbbbb;
  }
  section.price {
    width: 90%;
    margin-bottom: 180px;
  }
  .price-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price-list {
    width: 100%;
    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: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
  }
  .price-list ul li .lesson-price {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  section.exercise {
    width: 90%;
    margin-bottom: 180px;
  }
  .exercise-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .exercise-left,
  .exercise-right {
    width: 100%;
  }
  .exercise-left img {
    width: 100%;
    padding: 3px;
    background-color: #bbbbbb;
  }
  .exercise-right h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 20px;
  }
  .exercise-right ul {
    border-bottom: solid 1px #ccb97e;
    border-top: solid 1px #ccb97e;
  }
  .exercise-right ul .lesson-name {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
  }
  .exercise-right ul .lesson-time-1,
  .exercise-right ul .lesson-time-2 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  section.teacher {
    width: 90%;
    margin-bottom: 180px;
  }
  .teacher-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .teacher-left,
  .teacher-right {
    width: 100%;
  }
  .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: 90%;
    margin-bottom: 180px;
  }
  p.brand-logo img {
    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: 90%;
    margin-bottom: 180px;
  }
  .about-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-left,
  .about-right {
    width: 100%;
  }
  .about-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .about-left  {
    width: 100%;
	  height: auto;
  }
	 .about-left img  {
    width: 280px;
		 height: auto;
		 max-height: 98px;
  }

  img#jdsf {
    width: 280px;
    height: auto;
	  max-height: 380px;
  }
  .about-right {
    font-size: 16px;
    padding-top: 20px;
  }
  .about-right h4 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .about-right li {
    padding-bottom: 10px;
  }
  section.company {
    width: 90%;
    margin: 0 auto 180px auto;
  }
  .company-information {
    width: 100%;
    margin: 0 auto;
  }
  .company-information ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: none;
    border-bottom: none;
  }
  .company-information ul li {
    width: 100%;
  }
  .ci-left {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: solid 1px #ccb97e;
    padding: 20px;
    margin: 0 auto;
    font-weight: bold;
  }
	/**追加**/
  .ci-right {
    width: 100%;
    padding: 20px;
	  text-align:center;
  }
  /******************************************
                Contact
******************************************/
  section.page-contact {
    width: 90%;
    margin: 0 auto 180px auto;
  }
  form {
    width: 100%;
    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: 80%;
    height: 15px;
    padding: 20px;
    font-size: 18px;
    border: solid 1px #ccb97e;
    margin: 10px 0 20px 0;
  }
  form textarea {
    width: 100%;
    height: 250px;
    padding: 20px;
    font-size: 18px;
    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
******************************************/
	section.page-news {
		width: 90%;
	}
.news-field {
  width: 100%;
  height: auto;
}
}
