/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a {
  color: #000000;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*全体に反映させたいcss*/

body{
	/* 源ノ明朝反映されない... */
    font-family: 'Noto Serif', serif;
    letter-spacing: 0.1em;
    width: 100%;
}

main{
    overflow: hidden;
}

div{
    box-sizing: border-box;    
}

h2{
    font-size: 28px;
    /* letter-spacing:em; */
}

p{
    font-size: 16px;
}

a{
    text-decoration: none;
}


/* 真ん中h2 */
.title{
    padding-top: 100px;
    text-align: center;
    font-size: 50px;
    color:  #000;
   /* font-family: Didot LT Pro; */
    font-style: italic;
    font-weight: bold;
}
.sab{
    text-align: center;
    font-size: 20px;
	color:#000;
    padding: 20px 0; 
    margin-bottom: 45px;
    /* テキストより短い下線 */
    position: relative;
}
/* テキストより短い下線 */
.sab::before {
    content: '';
    position: absolute;
    top: 66px;/*線の上下位置*/
    left: 49.4%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color:  #810000/*線の色*/
}
.gre-text>.title2-1{
    padding-top: 70px;
    font-size: 50px;
    color: #000;
   /* font-family: Didot LT Pro;*/
    font-style: italic;
    font-weight: bold;
	text-align:center;
}
.gre-text .sab2{
	text-align:center;
    font-size: 20px;
    padding: 25px 0; 
    /* テキストより短い下線 */
    position: relative;
    display: block;

}
/* テキストより短い下線 */
.gre-text .sab2::before {
    content: '';
    position: absolute;
    top: 70px;/*線の上下位置*/
	left: calc((600px - 30px) / 2);
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #810000/*線の色*/
}

.pink-btn{
    color: white;
    background-color:  #810000;
    padding: 12px 10px 12px 22px;
    font-size: 14px;
}


@media screen and (max-width: 1270px){
    .title{
        padding-top: 80px;
        font-size: 35px;
    }
    .sab{
        font-size: 14px;
        padding-top: 14px;
    }
    .sab::before {
        top: 43px;/*線の上下位置*/
        left: 49%;
        width: 21px;
    }
    .title2{
        font-size: 35px;
    }
    .sab2{
        font-size: 14px;
        padding: 17.5px 0; 
    }
    /* テキストより短い下線 */
    .sab2::before {
        top: 49px;/*線の上下位置*/
        width: 21px;
    }
    .pink-btn{
        padding: 8px 7px 10px 15px;
        font-size: 10px;
    }
}


@media screen and (max-width: 620px){
    .title{
        padding-top: 70px;
        font-size: 28px;
    }
    .sab{
        font-size: 11px;
        padding: 13px 0; 
        margin-bottom: 30px;
    }
    /* テキストより短い下線 */
    .sab::before {
        top: 36px;/*線の上下位置*/
        width: 16px;
    }
    .title2{
        font-size: 28px;
    }
    .sab2{
        font-size: 11px;
        padding: 13px 0; 
    }
    /* テキストより短い下線 */
    .sab2::before {
        top: 36px;/*線の上下位置*/
        width: 16px;
    }

}


/***  お問い合わせ　　***/


.contact-text {
  width: 1200px;
  margin: 80px auto;
  line-height: 1.75;
  letter-spacing: 0.05px;
}

.title2 {
  font-size: 16px;
  padding-top: 0px;
}

.sab2 {
  font-size: 26px;
}

.sab2::before {
  font-size: 26px;
  left: 45%;
}

.form-wrap {
  background-color: #e7dec8;
}

.form-wrap .form {
  width: 1200px;
  margin: auto;
  text-align: center;
  padding: 100px 0;
}

.form-wrap .form table {
  width: 1200px;
  margin: 70px auto 50px;
  line-height: 1.2;
}

.hissu {
  color: white;
  background-color: #810000;
  padding: 2px;
  margin-left: 30px;
  border-radius: 3px;
}

.form-wrap .form .tbl-r02 div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-wrap .form .tbl-r02 th {
  background-color: #83580b;
  text-align: left;
  border: solid 1px #ccc;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px 30px 70px;
  margin: 0;
  color:#fff;
}
.v-top{vertical-align: top;}
.form-wrap .form .tbl-r02 td {
  width: 65%;
  text-align: left;
  background-color: white;
  border: solid 1px #ccc;
  padding: 30px 30px 30px 70px;
}
.form-wrap .form .tbl-r02 td span input{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 75%;
    background: #eaedf2;
    font-size: 18px;
}
.form-wrap .form .tbl-r02 td span select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 45%;
    background: #eaedf2;
    font-size: 18px;
}
.form-wrap .form .tbl-r02 td span textarea{
        border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 75%;
    background: #eaedf2;
    font-size: 18px;
}
.form-wrap .form .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  width: 75%;
  background: #eaedf2;
  font-size: 18px;
}

.form-wrap .form .Form-Item-Textarea {
  position: relative;
}

.form-wrap .form .Form-Item-Textarea p textarea {
  position: absolute;
  top: -320px;
  left: 490px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  width: 42%;
  height: 200px;
  background: #eaedf2;
  font-size: 18px;
}

.form-wrap .form tr:last-child {
  height: 300px;
}

.infobox-wrap {
  width: 1200px;
  margin: auto;
}

.infobox-wrap .infobox {
  text-align: left;
  height: 7em;
  /* 高さを制限(※) */
  overflow: scroll;
  /* スクロールバーを表示(※) */
  border: #ccc 1px solid;
  /* 枠線を追加 */
  background-color: white;
  /* 背景色を追加 */
  padding: 2.5em;
  line-height: 1.2;
}

.Form-CheckItem {
  margin-top: 24px;
}

.Form-CheckItem-Label {
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;
  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;
  cursor: pointer;
}

.Form-CheckItem-Label-Input {
  display: none;
}

.Form-CheckItem-Label-SquareIcon {
  border: 1px solid #ddd;
  display: block;
  margin-right: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  background: white;
}

.Form-CheckItem-Label-Text {
  padding-left: 8px;
  font-size: 16px;
}

.Form-Btn-2 input {
  width: 180px;
  margin: 50px auto 0;
  display: block;
  color: white;
  background-color: #810000;
  padding: 12px 10px 12px 22px;
  font-size: 16px;
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.Form-Btn.isActive {
  opacity: 1;
}

.Form-CheckItem-Label-Input:checked + *:before {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #f25690;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.Form-CheckItem-Label-Input:checked + *:after {
  content: "";
  display: block;
  width: 8px;
  height: 2.5px;
  background: #f25690;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.Form-CheckItem-Label-Input:checked + * {
  width: 0;
  height: 0;
  -webkit-transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
          transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
}

@media screen and (max-width: 1270px) {
  .sab2 {
    padding: 10px 0 20px;
  }
  .contact-text {
    width: 90%;
    margin: 60px auto;
    line-height: 1.5;
    letter-spacing: 0.05px;
  }
  .contact-text p {
    font-size: 14px;
  }
  .form-wrap .form {
    width: 800px;
    padding: 90px 0;
  }
  .form-wrap .form table {
    width:800px;
    margin: 60px auto 50px;
    line-height: 1.2;
  }
  .hissu {
    width: 50px;
    padding: 2px;
    margin-left: 10px;
    line-height: 1.5;
  }
  .form-wrap .form .tbl-r02 th {
    padding: 20px 15px;
    margin: 0;
    line-height: 1.3 !important;
  }
  .form-wrap .form .tbl-r02 td {
    text-align: left;
    background-color: white;
    border: solid 1px #ccc;
    padding: 20px 30px 20px 50px;
  }
  .form-wrap .form .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 80%;
    background: #eaedf2;
    font-size: 18px;
  }
  .form-wrap .form .Form-Item-Textarea {
    position: relative;
  }
  .form-wrap .form .Form-Item-Textarea textarea {
    position: absolute;
    top: -320px;
    left: 270px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 255px;
    height: 200px;
    background: #eaedf2;
    font-size: 18px;
  }
  .form-wrap .form tr:last-child {
    height: 300px;
  }
  .infobox-wrap {
    width: 100%;
    margin: auto;
  }
  .infobox-wrap .infobox {
    text-align: left;
    height: 7em;
    /* 高さを制限(※) */
    overflow: scroll;
    /* スクロールバーを表示(※) */
    border: #ccc 1px solid;
    /* 枠線を追加 */
    background-color: white;
    /* 背景色を追加 */
    padding: 1.8em;
    font-size: 12px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 620px) {
	.form-wrap .form .tbl-r02 td span input{
   width: 88%;
}
.form-wrap .form .tbl-r02 td span textarea{
    width: 88%;
    padding-bottom: 0px;
}
  .sab2 {
    font-size: 22px;
  }
  .sab2::before {
    top: 50px;
  }
  th, td {
    display: block;
    width: 80% !important;
    margin: auto !important;
  }
  .form {
    margin: auto !important;
  }
  .form table {
    width: 100% !important;
    max-width: 400px !important;
    margin: 40px auto !important;
  }
  .tbl-r02 th {
    padding: 15px 30px !important;
  }
  .tbl-r02 td {
    text-align: left;
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px 30px !important;
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0.6em !important;
    width: 90% !important;
    background: #eaedf2;
    font-size: 14px;
  }
  .form-wrap .form {
    padding: 90px 0;
    width: 320px;
  }
  .form-wrap .form table {
    width: 320px;
    margin: 60px auto 50px;
    line-height: 1.2;
  }
  .hissu {
    width: 50px;
    padding: 2px;
    margin-left: 10px;
    line-height: 1.5;
  }
  .form-wrap .form .tbl-r02 th {
    padding: 20px 15px;
    margin: 0;
    line-height: 1.3 !important;
  }
  .form-wrap .form .tbl-r02 td {
    text-align: left;
    background-color: white;
    border: solid 1px #ccc;
    padding: 20px 30px 20px 50px;
  }
  .form-wrap .form .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 80%;
    background: #eaedf2;
    font-size: 18px;
  }
  .form-wrap .form .Form-Item-Textarea {
    position: relative;
  }
  .form-wrap .form .Form-Item-Textarea textarea {
    position: absolute;
    top: -260px;
    left: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1em;
    width: 210px;
    height: 150px;
    background: #eaedf2;
    font-size: 18px;
  }
  .form-wrap .form tr:last-child td {
    height: 200px;
  }
}
/*# sourceMappingURL=contact.css.map */


/*　初めての方 */
.policy p{
line-height:30px;
}

.sabt-title {
  text-align: center;
}

.title2 {
  font-size: 16px;
  padding-top: 0px;
}

.sab2 {
  padding: 17px 0;
  font-size: 26px;
}

.sab2::before {
  font-size: 26px;
  width: 40px;
  left: 40%;
}

.customer {
  width: 1200px;
  background-color: #f8f8f8;
  padding: 75px;
  margin: 80px auto 0;
  text-align: center;
}

.customer .basic-exam {
  line-height: 1.5;
  padding: 30px 0 20px;
  line-height: 1.75;
}

.flow {
  width: 1200px;
  margin: auto;
  padding: 120px 0;
}

.flow .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.flow .steps .step .step-num {
  width: 170px;
  height: 170px;
  padding: 45px 55px;
  margin-right: 40px;
  font-family: Didot LT Pro;
  font-style: italic;
  font-weight: bold;
  border: 2px solid #83580b;
  border-radius: 50%;
}

.flow .steps .step .step-num p {
  font-size: 25px;
}

.flow .steps .step .step-num .num {
  font-size: 50px;
}

.flow .steps .step .text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.flow .steps .step .text-img .text-wrap {
  width: 50%;
}

.flow .steps .step .text-img .text-wrap .step-title {
  font-size: 24px;
  padding: 60px 0;
}

.flow .steps .step .text-img .text-wrap .step-text {
  
  line-height: 1.5;
}

.flow .steps .step .another {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow .steps .step .another p {
  line-height: 1.5;
}

.flow .steps .step .another .tell-reserve {
  width: 50%;
  border: 2px solid #83580b;
  background-color: white;
  text-align: center;
  padding: 50px 60px 60px 60px;
}

.flow .steps .step .another .tell-reserve p {
  padding-bottom: 35px;
}

.flow .steps .step .another .tell-reserve .tell-title {
  line-height: 1.1;
  font-size: 22px;
  padding-bottom: 30px;
}

.flow .steps .step .another .tell-reserve:not(:last-child) {
  margin-right: 40px;
}

/***ステップバーデザイン１***/
.step {
  margin: 0;
  position: relative;
}

.step:not(:last-child)::after {
  content: "";
  display: block;
  height: calc(100% - 90px);
  border-left: dashed 2px #83580b;
  position: absolute;
  top: 170px;
  left: 80px;
}

/***ステップバーデザイン１***/
@media screen and (max-width: 1270px) {
  .title2 {
    font-size: 14px;
    padding-top: 0px;
  }
  .sab2 {
    padding: 12px 0;
    font-size: 22px;
  }
  .sab2::before {
    font-size: 26px;
    top: 56px;
    width: 35px;
    left: 40%;
  }
  .customer {
    width: 90%;
    background-color: #f8f8f8;
    padding: 60px;
    margin: 80px auto;
    text-align: center;
  }
  .customer .policy p {
    font-size: 14px;
  }
  .customer .basic-exam {
    padding: 30px 0 20px;
  }
  .flow {
    width: 90%;
    margin: auto;
    padding: 80px 0;
  }
  .flow .steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
  }
  .flow .steps .step .step-num {
    width: 130px;
    height: 130px;
    padding: 32px 42px;
  }
  .flow .steps .step .step-num p {
    font-size: 20px;
  }
  .flow .steps .step .step-num .num {
    font-size: 40px;
  }

  .flow .steps .step .another {
    display: block;
  }
  .flow .steps .step .another p {
    line-height: 1.5;
  }
  .flow .steps .step .another .tell-reserve {
    width: 100%;
    border: 1px solid #83580b;
    background-color: white;
    text-align: center;
    padding: 50px 60px 60px 60px;
    margin-bottom: 20px;
  }
  .flow .steps .step .another .tell-reserve p {
    padding-bottom: 35px;
  }
  .flow .steps .step .another .tell-reserve .tell-title {
    line-height: 1.1;
    font-size: 22px;
    padding-bottom: 30px;
  }
  .flow .steps .step .another .tell-reserve:not(:last-child) {
    margin-bottom: 20px;
  }
  /***ステップバーデザイン１***/
  .step {
    margin: 0;
    position: relative;
  }
  .step:not(:last-child)::after {
    content: "";
   height: calc(95% - 61px);
    position: absolute;
    top: 130px;
    left: 65px;
	border-left: dashed 2px #83580b;
  }
  /***ステップバーデザイン１***/
}
@media screen and (max-width: 900px) {
  .flow .steps .step .text-img {
   display: block; 
    margin: 0;
  }
  .flow .steps .step .text-img .text-wrap {
    width: 100%;
  }
  .flow .steps .step .text-img .text-wrap .step-title {
    font-size: 24px;
    padding: 40px 0;
  }
  .flow .steps .step .text-img .text-wrap .step-text {
    padding-right: 0px;
    line-height: 1.5;
  }
  .flow .steps .step .text-img .img-wrap {
    margin: 30px 0;
  }
  .flow .steps .step .text-img .img-wrap img {
    width: 100%;
  } }
@media screen and (max-width: 620px) {
  .title2 {
    font-size: 14px;
    padding-top: 0px;
  }
  .sab2 {
    padding: 10px 0;
    font-size: 20px;
  }
  .sab2::before {
    font-size: 26px;
    top: 48px;
    width: 35px;
    left: 40%;
  }
  .pink-btn span {
    display: none;
  }
  .customer {
    width: 90%;
    background-color: #f8f8f8;
    padding: 50px 25px;
    margin: 60px auto 0;
    text-align: center;
  }
  .customer .policy p {
    font-size: 12px;
    line-height: 1.4;
  }
  .customer .basic-exam {
    padding: 30px 0 20px;
  }
  .customer .basic-exam p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .flow {
    width: 90%;
    margin: auto;
    padding: 30px 0;
  }
  .flow .steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin-top: 50px;
  }
  .flow .steps .step .step-num {
    width: 80px;
    height: 80px;
    padding: 17px 24px;
    margin-right: -10px;
  }
  .flow .steps .step .step-num p {
    font-size: 14px;
  }
  .flow .steps .step .step-num .num {
    font-size: 30px;
  }
  .flow .steps .step .text-img {
    display: block;
    margin: 0;
  }
  .flow .steps .step .text-img .text-wrap {
    width: 100%;
  }
  .flow .steps .step .text-img .text-wrap .step-title {
    font-size: 20px;
        padding: 20px 0 20px 20px;
  }
  .flow .steps .step .text-img .text-wrap .step-text {
    font-size: 13px;
    padding-right: 0px;
    line-height: 1.5;
  }
  .flow .steps .step .text-img .img-wrap {
    margin: 20px 0;
  }
  .flow .steps .step .another {
    display: block;
  }
  .flow .steps .step .another p {
    font-size: 14px;
    line-height: 1.5;
  }
  .flow .steps .step .another .tell-reserve {
    width: 100%;
    text-align: center;
    padding: 20px 30px 30px 30px;
    margin-bottom: 20px;
  }
  .flow .steps .step .another .tell-reserve p {
    font-size: 13px;
    padding-bottom: 35px;
  }
  .flow .steps .step .another .tell-reserve .tell-title {
    line-height: 1.1;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .flow .steps .step .another .tell-reserve:not(:last-child) {
    margin-bottom: 20px;
  }
  /***ステップバーデザイン１***/
  .step {
    margin: 0;
    position: relative;
  }
  .step:not(:last-child)::after {
   /* content: "";
    height: calc(100% - 30px);
    position: absolute;
    top: 80px;
    left: 40px;*/
	      border-left: none;
  }
  /***ステップバーデザイン１***/
}
/*# sourceMappingURL=customer.css.map */

  /***メニュー***/


.title2 {
  font-size: 16px;
  padding-top: 30px;
}

.sab2 {
  padding: 17px 0;
  font-size: 26px;
}

.sab2::before {
  font-size: 26px;
  width: 60px;
  right: 0%;
}

.menu-menu-wrap {
  background-color: #f8f8f8;
}

.menu-menu-wrap .menu-menu {
  width: 1200px;
  margin: auto;
}
.menu-menu>ul{
	    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.menu-menu ul li{width:20%;    text-align: center;}
.menu-menu-wrap .menu-menu ul .top-menu {
  display: inline-block;
  margin: 30px 0;
  border-right: 1px solid #cccccc;
  text-align:center;
}

.menu-menu-wrap .menu-menu ul .top-menu i {
  color: #cccccc;

}

.menu-menu-wrap .menu-menu ul .top-menu .second-ul {
  display: none;
}

.menu-menu-wrap .menu-menu ul .top-menu:first-child {
  border-left: 1px solid #cccccc;
}

.top-menu:hover {
  color: red;
}

.top-menu:hover .second-ul {
  display: block;
}

.menu {
  width: 1200px;
  margin: auto;
  padding-top: 90px;
}

.menu .sab-title {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .sab-title .sabt-text {
  width: 50%;
  padding: 30px 80px 100px 0;
}

.menu .sab-title .sabt-text .sabt-title {
  text-align: right;
  padding-right: 18px;
}

.menu .sab-title .sabt-text p {
  padding: 66px 0;
  line-height: 1.5;
}

.menu .sab-title .images {
  text-align: right;
  position: relative;
}

.menu .sab-title .images .menu-big {
  width: 442px;
  height: 474px;
  position: absolute;
  left: 160px;
}

.menu .sab-title .images .menu-little {
  width: 267px;
  height: 312px;
  position: absolute;
  top: 200px;
  left: 0px;
}

.course-wrap {
  margin: 20px 0;
  background-color: #f8f8f8;
  padding: 30px;
}

.course-wrap .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-wrap .course img {
  width: 360px;
  height: 280px;
}

.course-wrap .course .course-content {
  padding: 0 30px;
}

.course-wrap .course .course-content .course-name {
  border-bottom: solid 1px #cccccc;
  padding: 30px 0;
  font-size: 24px;
  position: relative;
}

.course-wrap .course .course-content .course-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.course-wrap .course .course-content .course-text .course-p {
  line-height: 1.5;
  width: 60%;
  padding-right: 30px;
  border-right: 1px #cccccc solid;
}

.course-wrap .course .course-content .course-text .table-wrap {
  font-size: 14px;
  height: auto;
  letter-spacing: 0.05em;
  margin-left: 40px;
  padding: 15px 20px;
  background-color: white;
  font-family: "MS Pゴシック";
}

.course-wrap .course .course-content .course-text table th {
  line-height: 3;
  padding-right: 10px;
  color: #810000;
}

.course-wrap .time-a, .course-wrap .time-b {
  padding-top: 20px;
}

.course-wrap .time-b {
  display: none;
}

.menu-re {
  margin: 60px 0 120px;
  text-align: center;
}

.menu-re-bottom {
  margin-bottom: 50px;
}

.price-wrap {
  background-color: #f8f8f8;
  width: 1020px;
  margin: 20px auto 100px;
  padding: 30px 30px 5px 30px;
}

.price-wrap .price {
  background-color: white;
  padding: 45px;
}

.price-wrap .price table {
  width: 92%;
  margin: auto;
}

.price-wrap .price table tr {
  margin-bottom: 10px;
  border-bottom: 1.7px dotted #cccccc;
  font-family: "MS Pゴシック";
}

.price-wrap .price table th {
  width: 75%;
  color: white;
  text-align: left;
  padding: 22px 0 22px 40px;
}

.price-wrap .price table th span {
  background-color: #e7dec8;
  padding: 5px;
 color:#000;
}

.price-wrap .price table td {
  padding: 0 30px;
  color: #000;
  font-weight: bold;
}

.price-wrap .sab-prices {
  display: none;
}
.gre-text{
	width:50%;
	margin:auto;
}
@media screen and (max-width: 1270px) {
  .title2 {
    padding: 0;
    font-size: 14px;
  }
  .sab2 {
    font-size: 22px;
    padding: 14px 0;
  }
  /* テキストより短い下線 */
  .sab2::before {
    top: 55px;
    /*線の上下位置*/
    width: 30px;
  }
  .pink-btn {
    padding: 8px 7px 10px 15px;
    font-size: 10px;
  }
  .menu-menu-wrap .menu-menu {
    width: 95%;
    margin: auto;
    max-width: 600px;
  }
  .menu-menu-wrap .menu-menu ul .top-menu {
    display: inline-block;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 48%;
    margin: 20px 0;
    border-right: 1px solid #cccccc;
	text-align:center;
  }
  .menu-menu-wrap .menu-menu ul .top-menu i {
    color: #cccccc;
  }
  .menu-menu-wrap .menu-menu ul .top-menu .second-ul {
    display: none;
  }
  .menu-menu-wrap .menu-menu ul .top-menu:first-child {
    border-left: 1px solid #cccccc;
  }
  .menu-menu-wrap .menu-menu ul .top-menu:nth-child(3) {
    border-left: 1px solid #cccccc;
  }
  .menu {
    width: 90%;
    max-width: 800px;
    padding-top: 80px;
  }
  .menu .sab-title {
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .sab-title .sabt-text {
    width: 50%;
    padding: 0px 15px 0px 0;
  }
  .menu .sab-title .sabt-text .sabt-title {
    text-align: right;
    padding-right: 18px;
  }
  .menu .sab-title .sabt-text p {
    font-size: 16px;
    padding: 30px 0 60px;
    line-height: 1.3;
  }
  .menu .sab-title .images .menu-big {
    width: 210px;
    height: auto;
    left: 80px;
  }
  .menu .sab-title .images .menu-little {
    top: 110px;
    left: -110px;
  }
  .menu .sab-title .images .menu-little .little-img {
    width: 160px;
    height: auto;
  }
  .course-wrap {
    padding: 30px;
  }
  .course-wrap .course {
    display: block;
  }
  .course-wrap .course .course-img-wrap {
    text-align: center;
  }
  .course-wrap .course img {
    width: 50%;
    height: auto;
  }
  .course-wrap .course .course-content {
    padding: 0 10px;
  }
  .course-wrap .course .course-content .course-name {
    padding: 20px 0;
    font-size: 22px;
    position: relative;
  }
  .course-wrap .course .course-content .course-name::before {
    top: 61px;
  }
  .course-wrap .course .course-content .course-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .course-wrap .course .course-content .course-text .course-p {
    font-size: 14px;
    line-height: 1.3;
    width: 60%;
    padding-right: 20px;
  }
  .course-wrap .course .course-content .course-text .table-wrap {
    height: auto;
    letter-spacing: 0.05em;
    margin-left: 25px;
    padding: 15px 25px;
  }
  .course-wrap .course .course-content .course-text table th {
    line-height: 1.2;
    padding: 10px 15px 10px 0;
  }
  .course-wrap .time-wrap {
    margin: 0 auto;
  }
  .course-wrap .time-a {
    display: none;
  }
  .course-wrap .time-b {
    display: block;
    font-size: 14px;
    padding: 15px 0  0 26px;
  }
  .menu-re {
    margin: 40px 0 100px;
    text-align: center;
  }
  .menu-re-bottom {
    margin-bottom: 40px;
  }
  .price-wrap {
    font-size: 14px;
    width: 100%;
    margin: 20px auto 100px;
    padding: 30px 30px 5px 30px;
  }
  .price-wrap .price {
    padding: 30px;
  }
  .price-wrap .price table {
    width: 92%;
    margin: auto;
  }
  .price-wrap .price table th {
    width: 75%;
    line-height: 2;
    padding: 15px 0 15px 20px;
  }
  .price-wrap .price table td {
    padding: 0 20px;
  }
}

@media screen and (max-width: 620px) {
  .sab2::before {
    font-size: 26px;
    width: 30px;
    left: 0%;
  }
  .menu-menu-wrap .menu-menu {
    width: 95%;
    margin: auto;
  }
  .menu-menu-wrap .menu-menu ul .top-menu {
    font-size:16px;
    display: inline-block;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 49%;
    margin: 20px 0;
    border-right: 1px solid #cccccc;
  }
  .menu-menu-wrap .menu-menu ul .top-menu i {
    color: #cccccc;
  }
  .menu-menu-wrap .menu-menu ul .top-menu .second-ul {
    display: none;
  }
  .menu-menu-wrap .menu-menu ul .top-menu:first-child {
    border-left: 1px solid #cccccc;
  }
  .menu-menu-wrap .menu-menu ul .top-menu:nth-child(3) {
    border-left: 1px solid #cccccc;
  }
  .menu {
    width: 90%;
    max-width: none;
    padding-top: 60px;
  }
  .menu .sab-title {
    min-height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .sab-title .sabt-text {
    width: 100%;
    padding: 0;
  }
  .menu .sab-title .sabt-text .sabt-title {
    text-align: left;
    padding-right: 18px;
  }
  .menu .sab-title .sabt-text p {
    padding: 30px 0 15px;
    line-height: 1.3;
  }
  .menu .sab-title .images {
    width: 300px;
    margin-left: auto;
    height: 330px;
    padding-bottom: 80px;
  }
  .course-wrap {
    margin: 15px 0;
    padding: 20px;
  }
  .course-wrap .course {
    display: block;
  }
  .course-wrap .course .course-img-wrap {
    text-align: center;
  }
  .course-wrap .course img {
    width: 80%;
    height: auto;
  }
  .course-wrap .course .course-content {
    padding: 0 10px;
  }
  .course-wrap .course .course-content .course-name {
    padding: 18px 0;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.05em;
  }
  .course-wrap .course .course-content .course-name::before {
    top: 53px;
  }
  .course-wrap .course .course-content .course-text {
    display: block;
    padding-top: 20px;
  }
  .course-wrap .course .course-content .course-text .course-p {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    padding: 0;
    border: none;
  }
  .course-wrap .course .course-content .course-text .table-wrap {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 15px auto;
  }
.tbl-r02 th,.tbl-r02 td{
	 display: block;	
	}
.table-price th, td {
    display: inline;
  }
	.table-price{
		margin:auto;
		line-height:1.5;
	}
	
  .course-wrap .course .course-content .course-text table th {
    line-height: 1.2;
    padding: 10px 15px 10px 0;
  }
  .course-wrap .time-b {
    text-align: right;
    display: block;
    font-size: 12px;
    padding: 0px;
  }
  .menu-re {
    margin: 40px 0 100px;
    text-align: center;
  }
  .menu-re-bottom {
    margin-bottom: 30px;
  }
  .price-wrap {
    padding: 15px;
  }
  .price-wrap .price {
    padding: 25px;
  }
  .price-wrap .price table {
    display: none;
  }
  .price-wrap .price .sab-prices {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    width: 100%;
    margin: 0;
  }
  .price-wrap .price .sab-prices .sab-price {
    margin-bottom: 15px;
    border-bottom: 1.7px dotted #cccccc;
    font-family: "MS Pゴシック";
  }
  .price-wrap .price .sab-prices .s-name {
    width: 96%;
    color: white;
    padding-bottom: 6px;
  }
  .price-wrap .price .sab-prices .s-name span {
    font-size: 12px;
    padding: 3px;
	    background-color: #e7dec8;
    padding: 5px;
    color: #000;
  }
  .price-wrap .price .sab-prices .s-price {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=menu.css.map */


/*　よくある質問 */
.question {
  padding: 80px 0;
  background-color: #e7dec8;

}

dl {
  width: 1200px;
  margin: auto;
}

.question-item {
  position: relative;
}

.question dt {
  width: 1100px;
  background: white;
  /* 「Q」タイトルの背景色 */
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 0 0 50px 58px;
}

.question dt:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "Q";
  font-family: Didot LT Pro;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
  padding: 17px 20px;
  /* 書体によって変える必要あり */
  color: white;
  background-color: #83580b;
}

.question dd {
  width: 83%;
  font-size: 14px;
  margin: -10px 0 40px 155px;
  line-height: 1.4;
}

.question dd:before {
  position: absolute;
  top: 90px;
  left: 62px;
  content: "A";
  font-family: Didot LT Pro;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
  padding: 16px 20px;
  color: #810000;
  background-color: white;
}

@media screen and (max-width: 1270px) {
  .question {
    padding: 80px 0;
    width: 100%;
  }
  dl {
    width: 90%;
    margin: auto;
  }
  .question-item {
    position: relative;
  }
  .question dt {
    width: 85%;
    background: white;
    /* 「Q」タイトルの背景色 */
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    padding: 20px;
    margin: 0 0 50px 56px;
  }
  .question dt:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "Q";
    font-family: Didot LT Pro;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    padding: 17px 20px;
    /* 書体によって変える必要あり */
  }
  .question dd {
    width: 83%;
    font-size: 16px;
    margin: -10px 0 40px 80px;
    line-height: 1.6;
  }
  .question dd:before {
    position: absolute;
    top: 80px;
    left: 0px;
    content: "A";
    font-size: 20px;
    padding: 16px 20px;
  }
}

@media screen and (max-width: 620px) {
  .question {
    padding: 60px 0;
    width: 100%;
    font-size: 14px;
    /*全体のフォントサイズ*/
  }
  .question dt {
    background: white;
    /* 「Q」タイトルの背景色 */
    padding: 10px 10px 10px 45px;
    margin: 0;
  }
  .question dt:before {
    content: "Q";
    padding: 10px;
    font-size: 18px;
    margin: 0;
  }
  .question dd {
    margin: 24px 0px 40px 40px;
  }
  .question dd:before {
    top: 70px;
    content: "A";
    padding: 10px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=question.css.map */

/*　サロン情報　 */


.sabt-title-salon {
  padding-top: 100px;
  text-align: center;
}

.title2 {
  font-size: 20px;
  padding-top: 0px;
  text-align:center;
  font-weight:bold;
}

.sab2 {
  padding: 17px 0;
  font-size: 18px;
 text-align:center;
}

.sab2::before {
  font-size: 26px;
  width: 40px;
  left: 40%;
}

.introduce {
  width: 1200px;
  margin: auto;
  padding-bottom: 70px;
}

.introduce .staff-wrap {
  position: relative;
  padding-top: 70px;
}

.introduce .staff-wrap .staff-infos {
  width: 90%;
  margin-left: auto;
  padding: 40px 0px 40px 250px;
  background-color: #f8f8f8;
  font-family: "MS Pゴシック";
  font-weight: medium;
}

.introduce .staff-wrap .staff-infos .staff-info {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  line-height: 1.2;
}

.introduce .staff-wrap .staff-infos .staff-info .s-info {
  width: 27%;
}

.introduce .staff-wrap .staff-infos .staff-info .s-item {
  width: 67%;
}

.introduce .staff-wrap .staff-infos .staff-info .name {
  font-weight: bold;
}

.introduce .staff-wrap img {
  position: absolute;
  top: 60px;
  width: 300px;
}

.salon-info-wrap {
  background-color: #e7dec8;
}

.salon-info-wrap .salon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: auto;
  padding-bottom: 80px;
}

.salon-info-wrap .salon-info-left {
  width: 60%;
  padding-right: 8%;
}

.salon-info-wrap .salon-info-left .sabt-title {
  padding-top: 80px;
  text-align: left;
}

.salon-info-wrap .salon-info-left .sab2::before {
  width: 34px;
  left: 0%;
}

.salon-info-wrap .salon-info-left p {
  line-height: 1.4;
  padding: 50px 0 40px;
}

.salon-info-wrap .salon-info-left .salon-imgs img {
  width: 143px;
  padding-right: 7px;
}

.salon-info-wrap .salon-info-right {
  width: 40%;
  padding-top: 110px;
}

.salon-info-wrap .salon-info-right .window {
  vertical-align: middle;
}

.salon-info-wrap .salon-info-right .window img {
  width: 480px;
  height: 450px;
}

.salon-info-wrap .salon-info-right .window .sample-list .sample {
  position: relative;
}
.salon-info-wrap .salon-info-right .window .sample-list .sample .next, .salon-info-wrap .salon-info-right .window .sample-list .sample .prev {
  color:#e7dec8;
}

/*.salon-info-wrap .salon-info-right .window .sample-list .sample .next, .salon-info-wrap .salon-info-right .window .sample-list .sample .prev {
  font-size: 18px;
  color: white;
  text-align: center;
  z-index: 8;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.salon-info-wrap .salon-info-right .window .sample-list .sample .next {
  position: absolute;
  bottom: 0;
  left: 60px;
  background-color: #ce1212;
}

.salon-info-wrap .salon-info-right .window .sample-list .sample .prev {
  position: absolute;
  bottom: 0;
  left: 0px;
  background-color: #810000;
}*/

.detailed-title .sabt-title {
  padding-top: 60px;
  height: 200px;
}

.detailed {
  background-color: #f8f8f8;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}

.detailed table {
  width: 750px;
  margin: 0px auto;
  line-height: 1.2;
}

.detailed .tbl-r02 th {
  text-align: left;
  width: 30%;
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 25px 30px;
}

.detailed .tbl-r02 td {
  width: 70%;
  border: solid 1px #ccc;
  padding: 25px 20px 25px 30px;
}

.map-img-wrap {
  margin: 80px 0;
}

.map-img-wrap img {
  width: 100%;
}

@media screen and (max-width: 1270px) {
  .sabt-title {
    padding-top: 60px;
  }
  .title2 {
    padding: 0;
    font-size: 20px;
  }
  .sab2 {
    font-size: 16px;
    padding: 12px 0;
  }
  /* テキストより短い下線 */
  .sab2::before {
    top: 55px;
    /*線の上下位置*/
    width: 30px;
  }
  .introduce {
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 60px;
  }
  .introduce .staff-wrap {
    position: relative;
    padding-top: 50px;
  }
  .introduce .staff-wrap img {
    position: absolute;
    top: 100px;
    left: 25px;
    width: 30%;
  }
  .introduce .staff-wrap .staff-infos {
    width: 100%;
    padding: 40px 0px 40px 37%;
  }
  .introduce .staff-wrap .staff-infos .staff-info {
    display: block;
    padding: 8px 0;
    line-height: 1.2;
  }
  .introduce .staff-wrap .staff-infos .staff-info p {
    font-size: 16px;
  }
  .introduce .staff-wrap .staff-infos .staff-info .s-info {
    font-size: 14px;
    width: 90%;
    padding: 0 0 5px 0;
  }
  .introduce .staff-wrap .staff-infos .staff-info .s-item {
    width: 94%;
    margin: 0;
  }
  .introduce .staff-wrap .staff-infos .staff-info .name {
    font-weight: bold;
  }
  .salon-info-wrap .sabt-title {
    padding-top: 50px !important;
  }
  .salon-info-wrap .salon-info {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 80px;
  }
  .salon-info-wrap .salon-info-left {
    width: 100%;
    padding-right: 0;
  }
  .salon-info-wrap .salon-info-left .sabt-title {
    padding-top: 80px;
    text-align: center;
  }
  .salon-info-wrap .salon-info-left .sab2::before {
    width: 30px;
    left: 41%;
  }
  .salon-info-wrap .salon-info-left p {
    font-size: 16px;
    line-height: 1.6;
    padding: 50px 0 40px;
  }
  .salon-info-wrap .salon-info-left .salon-imgs img {
    width: 23%;
    padding: 0.6%;
  }
  .salon-info-wrap .salon-info-right {
    width: 80%;
    margin: auto;
    padding-top: 40px;
  }
  .salon-info-wrap .salon-info-right .window {
    margin: 0 auto;
    vertical-align: middle;
    width: 450px;
    height: 450px;
  }
  .salon-info-wrap .salon-info-right .window img {
    width: 450px;
    height: 450px;
  }
  .salon-info-wrap .salon-info-right .window .sample-list .sample {
    position: relative;
  }
/*  .salon-info-wrap .salon-info-right .window .sample-list .sample .next, .salon-info-wrap .salon-info-right .window .sample-list .sample .prev {
    font-size: 18px;
    color: white;
    text-align: center;
    z-index: 8;
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .salon-info-wrap .salon-info-right .window .sample-list .sample .next {
    position: absolute;
    bottom: 0;
    left: 60px;
  }
  .salon-info-wrap .salon-info-right .window .sample-list .sample .prev {
    position: absolute;
    bottom: 0;
    left: 0px;
  }*/
  .detailed {
    width: 90%;
    margin: auto;
    background-color: #f8f8f8;
    padding: 60px 0;
  }
  .detailed table {
    width: 90%;
    max-width: 750px;
    margin: 0px auto;
    line-height: 1.2;
  }
  .detailed .tbl-r02 th {
    text-align: left;
    width: 30%;
    border: solid 1px #ccc;
    font-weight: bold;
    padding: 25px 30px;
  }
  .detailed .tbl-r02 td {
    width: 70%;
    border: solid 1px #ccc;
    padding: 25px 20px 25px 30px;
  }
  .map-img-wrap {
    margin: 60px 0 0;
  }
  .map-img-wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .introduce {
    width: 95%;
    margin: auto;
  }
  .introduce .staff-wrap {
    position: static;
    background-color: #f8f8f8;
    padding-top: 20px;
    margin-top: 40px;
  }
  .introduce .staff-wrap img {
    position: static;
    width: 60%;
    padding: 0 22%;
  }
  .introduce .staff-wrap .staff-infos {
    width: 90%;
    padding: 20px 0 20px 0;
  }
  .introduce .staff-wrap .staff-infos .staff-info {
    display: block;
    padding: 8px 0;
    line-height: 1.2;
  }
  .introduce .staff-wrap .staff-infos .staff-info p {
    font-size: 14px;
  }
  .introduce .staff-wrap .staff-infos .staff-info .s-info {
    font-size: 12px;
    width: 90%;
    padding: 0 0 5px 0;
  }
  .introduce .staff-wrap .staff-infos .staff-info .s-item {
    width: 94%;
    margin: 0;
  }
  .introduce .staff-wrap .staff-infos .staff-info .name {
    font-weight: bold;
  }
  .salon-info-left .salon-imgs {
    width: 60%;
    margin: auto;
  }
  .salon-info-left .salon-imgs img {
    width: 46% !important;
    padding: 1.1% !important;
  }
  .salon-info-left p {
    font-size: 12px;
    padding: 50px 0 30px !important;
  }
  .salon-info-right {
    min-width: 310px;
    margin: 0 auto !important;
  }
  .salon-info-right .window {
    margin: 0 auto !important;
    width: 310px !important;
    height: 310px !important;
  }
  .salon-info-right .window img {
    width: 310px !important;
    height: 310px !important;
  }
  .detailed-title .sabt-title {
    padding-top: 40px;
    height: 150px;
  }
  .detailed {
    padding: 50px 0;
  }
  .detailed table {
    width: 90%;
    margin: 0px auto;
    line-height: 1.2;
  }
  .detailed .tbl-r02 th {
    font-size: 14px;
    width: 30%;
    padding: 15px 13px;
  }
  .detailed .tbl-r02 td {
    font-size: 14px;
    width: 70%;
    padding: 15px 13px;
  }
  .map-img-wrap {
    margin: 50px 0 0px;
  }
  .map-img-wrap img {
    width: 100%;
  }
}
/*# sourceMappingURL=salon-info.css.map */
/**** footer*******/

.footer .footer-top-wrap .sns-wrap {
  width: 1230px;
  margin: auto;
}

.footer .footer-top-wrap .sns-wrap .sab::before {
  left: 48.6%;
}

.footer .footer-top-wrap .sns-wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 100px;
}

.footer .footer-top-wrap .sns-wrap .sns-image {
  height: 83px;
  width: 285px;
  margin: 0 10px;
  text-align: center;
  opacity: 0.8;
}

.footer .footer-top-wrap .sns-wrap .sns-image:hover {
  opacity: 1;
}

.footer .footer-top-wrap .sns-wrap .insta {
  padding-top: 1px;
}

.footer .footer-top-wrap .sns-wrap .line {
  padding-top: 4px;
}

.footer .footer-top-wrap .sns-wrap .ameba {
  padding-top: 5px;
}

.footer .footer-top-wrap .sns-wrap .facebook {
  padding-top: 16px;
}

.footer .footer-top-wrap .map-wrap {
  background-image: -webkit-gradient(linear, right top, left top, from(#cdc7be), to(#fff));
  background-image: linear-gradient(to left, #cdc7be 0%, #fff 100%);
}

.footer .footer-top-wrap .map-wrap .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-top-wrap .map-wrap .map .map-text {
  width: 50%;
  margin: auto;
}

.footer .footer-top-wrap .map-wrap .map .map-text table {
  margin: 20px auto;
}

.footer .footer-top-wrap .map-wrap .map .map-text tr {
  font-size: 18px;
  border-bottom: 1px white solid;
}

.footer .footer-top-wrap .map-wrap .map .map-text td {
  line-height: 1.2;
  padding: 14px 0 14px 30px;
	display:block;
}

.footer .footer-top-wrap .map-wrap .map .map-text .name {
  font-size: 25px;
}

.footer .footer-top-wrap .map-wrap .map .map001 {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-top-wrap .contact-wrap{
  background:#cbaf87;
}
.footer .footer-top-wrap .contact-wrap .contact {
  width: 1200px;
  margin: auto;
}

.footer .footer-top-wrap .contact-wrap .contact .sab::before {
  left: 48.3%;
}

.footer .footer-top-wrap .contact-wrap .contact p {
  text-align: center;
}

.footer .footer-top-wrap .contact-wrap .contact-btns {
  width: 1260px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 70px;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn {
  color: #fff;
  width: 570px;
  height: 115px;
  text-align: center;
  margin: 0 30px;
  position: relative;
  background-color: #810000;
  opacity: 0.8;
}
#mail-bk{
  background-color: #ce1212;
}
.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .company-info .p3 {
  font-size: 36px;
  padding: 30px 0 5px;
  font-weight: bold;
 color:#fff;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .company-info .p2 {
  font-size: 12px;
  padding-left: 10px;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .company-info img {
  vertical-align: bottom;
  padding: 7px 15px;
  width: 27px;
  height: 29px;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .contact-male .p3 {
  font-size: 24px;
  padding: 45px 0;
  color: #fff;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .contact-male img {
  padding-right: 20px;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn:hover {
  opacity: 1;
}

.footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 55px;
  top: calc(50% - 1px);
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

footer .footer-menu-wrap {
  color: #fff;
  background-color: #83580b;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-menu-wrap .logo {
  padding: 20px 40px;
}

footer .footer-menu-wrap .logo img {
  height: 110px;
}

footer .footer-menu-wrap .link {
  width: 100%;
  padding: 0 10px;
}

footer .footer-menu-wrap .link ul {
  list-style: none;
  height: 44px;
  text-align: center;
}

footer .footer-menu-wrap .link ul li {
  text-align: center;
  line-height: 44px;
  margin: 0 1.8%;
  display: inline;
}

footer .footer-menu-wrap .link ul li .p2 {
  font-size: 12px;
  display: inline;
  color: white;
}

footer .footer-menu-wrap .link ul li .b-contact-wrap {
  display: inline-block;
  height: 45px;
  padding: 0 30px;
  margin-right: 30px;
  background-color: #fff;
}

footer .footer-menu-wrap .link ul li .b-contact-wrap .contact p {
  color: #f25690 !important;
}

footer .footer-line p {
  line-height: 56px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1270px) {
  .footer .footer-top-wrap {
    background-position: right -30px;
    background-size: 380px;
  }
  .footer .footer-top-wrap .sns-wrap {
    width: 600px;
    margin: auto;
  }
  .footer .footer-top-wrap .sns-wrap .sab::before {
    left: 48.6%;
  }
  .footer .footer-top-wrap .sns-wrap .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 80px;
  }
  .footer .footer-top-wrap .sns-wrap .sns-image {
    width: 260px;
    margin: 20px;
  }
  .footer .footer-top-wrap .map-wrap .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text table {
    margin: 20px auto;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text tr {
    font-size: 12px;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text td {
    line-height: 1.2;
    padding: 10px 0 10px 25px;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text .name {
    font-size: 17px;
  }
  .footer .footer-top-wrap .contact-wrap .contact {
    width: 600px;
    margin: auto;
  }
  .footer .footer-top-wrap .contact-wrap .contact .sab {
    margin-bottom: 40px;
  }
  .footer .footer-top-wrap .contact-wrap .contact .sab::before {
    left: 48.3%;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns {
    width: 630px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 70px;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn {
    width: 285px;
    height: 55px;
    text-align: center;
    margin: 0 15px;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .company-info .p3 {
    font-size: 18px;
    padding: 10px 0 2.5px;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .company-info .p2 {
    font-size: 10px;
    padding-left: 5px;
    letter-spacing: 0.05em;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .company-info img {
    padding: 3.5px 7.5px;
    width: 13.5px;
    height: 14.5px;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .contact-male .p3 {
    font-size: 14px;
    padding: 20px 0;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn .contact-male img {
    width: 16px;
    padding-right: 10px;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  .footer .footer-menu-wrap {
    height: auto;
    display: block;
    padding: 20px 0 5px;
  }
  .footer .footer-menu-wrap .logo {
    text-align: center;
    padding: 0;
  }
  .footer .footer-menu-wrap .logo img {
    height: 50px;
  }
  .footer .footer-menu-wrap .link {
    margin: 0;
    width: 95%;
  }
  .footer .footer-menu-wrap .link ul {
    text-align: center;
    padding-left: 30px;
  }
  .footer .footer-menu-wrap .link li {
    margin: 0 1%;
  }
  .footer .footer-menu-wrap .contact-li {
    display: none;
  }
  .footer .footer-menu-wrap h1 {
    text-align: center;
  }
  .footer .footer-line p {
    line-height: 40px;
    font-size: 8px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 620px) {
  .footer .footer-top-wrap {
    background-position: right 0px;
    background-size: 300px;
  }
  .footer .footer-top-wrap .sns-wrap {
    width: 300px;
    margin: auto;
  }
  .footer .footer-top-wrap .sns-wrap .sab::before {
    left: 48%;
  }
  .footer .footer-top-wrap .map-wrap .map {
    display: block;
  }
   .footer .footer-top-wrap .map-wrap .map .map-text {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
    letter-spacing: 0.05em;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text table {
    margin: 20px auto;
	      width: 100%;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text tr {
    font-size: 12px;
    border-bottom: 1px white solid;
  }
  .footer .footer-top-wrap .map-wrap .map .map-text td {
    line-height: 1.2;
    padding: 14px 0 14px 20px;
  }
  .footer .footer-top-wrap .map-wrap .map .map001 {
    width: 95%;
    margin: auto;
    padding-bottom: 30px;
  }
  .footer .footer-top-wrap .contact-wrap .contact {
    width: 100%;
    margin: auto;
  }
  .footer .footer-top-wrap .contact-wrap .contact .sab {
    margin-bottom: 40px;
  }
  .footer .footer-top-wrap .contact-wrap .contact .sab::before {
    left: 48.3%;
  }
  .footer .footer-top-wrap .contact-wrap .contact p {
    font-size: 14px;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .footer-top-wrap .contact-wrap .contact-btns .contact-btn {
    width: 285px;
    height: 55px;
    text-align: center;
    margin: 15px auto;
  }
  .footer .footer-menu-wrap {
    height: auto;
  }
  .footer .footer-menu-wrap .link {
    width: 100%;
    padding: 0;
  }
  .footer .footer-menu-wrap .link ul {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-menu-wrap .link ul li {
    width: 28%;
    line-height: 18px;
    margin: 10px 1% 0;
    display: block;
  }
  .footer .footer-menu-wrap .link ul li .p2 {
    font-size: 12px;
    display: block;
  }
  .footer .footer-menu-wrap .link ul li .b-contact-wrap {
    display: none;
  }
  .footer .footer-line p {
    line-height: 1;
    padding: 15px;
    height: auto;
    font-size: 8px;
  }
}
/*# sourceMappingURL=footer.css.map */
.blog-title{line-height:1.6 !important;}
.blog-content img{
	width:381px;
    height:248px;
	object-fit:cover;
}
.w30{width:30%;}
.mb40{margin-bottom:40px;}
.box0001{
	max-width:980px;
	margin:auto;
	padding:60px 0;
}
.lh16{line-height:1.8;}
.lh16>section{
margin-bottom:80px;
}
.lh16 h2{
padding:10px 0;
border-bottom:#CC9933 5px solid;
width:310px;
margin-bottom:20px;
font-weight:bold;
font-size:20px;
}

@media screen and (min-width: 680px){   
  .br-sp { display:none; }
}
@media screen and (max-width: 680px){   
  .br-sp { display:inline; }
}
.newsTtitle {
 padding: 1rem 2rem;
    border-bottom: 3px solid #f25690;
    background: #f4e1e8;
    color: #f25690;
    margin-bottom: 20px;
}
.newsDate{
	margin-bottom:40px;
}
@media screen and (max-width:980px) {
	.box0001{
width:95%;
}
}



.slider-wrap {
  position: relative;
}

.slider-wrap .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slider-wrap .slick-dotted.slick-slider img {
  width: 100%;
}

.slider-wrap .slick-dots {
  bottom: 10%;
}

.slider-wrap .slick-dots li {
  padding: 0 0.5%;
}

.slider-wrap .slick-dots li button:before {
  font-size: 2vw;
  color: white;
  opacity: 1;
}

.slider-wrap .slick-dots li.slick-active button:before {
  content: '〇';
}

.slider-wrap .catch-copy {
  width: 100%;
  position: absolute;
  top: 30%;
  text-align: center;
  color: white;
  text-shadow: 0.3px 0 0 #f25690,
 0 0.3px 0 #f25690,
 -0.3px 0 0 #f25690,
 0 -0.3px 0 #f25690;
}

.slider-wrap .catch-copy h1 {
  font-size: 2.5vw;
  padding: 8px 0 10px;
}
.slider-wrap .catch-copy h1 span {
  font-size: 5vw;
  line-height: 1.8;
}
.slider-wrap .sns-icon ul {
  position: absolute;
  top: 25%;
  right: 5%;
}

.slider-wrap .sns-icon ul li {
  padding: 1.6vw 0;
}

.main-top-wrap {
  background-color: #e7dec8;
  margin: 0;
	padding-top:5px;
}

/* コロナ案内 */
.corona-wrap {
  padding-top: 100px;
}

.corona {
  padding: 100px 0 90px;
  width: 1206px;
  background: rgba(255,255,255,.7);
  margin: auto;
}
.corona .corona-title {
  text-align: center;
}

.corona .corona-title .coro-top {
  font-size: 25px;
}
.sp_br{
	display:none;
	}
.corona .corona-title .coro-sab {
  line-height: 26px;
  padding: 26px 0 70px;
  font-size: 20px;
}

.corona .corona-title .coro-sab img {
  vertical-align: bottom;
}

.corona .corona-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corona .corona-contents .corona-cotent {
  width: 600px;
}

.corona .corona-contents .corona-cotent p {
  font-size: 18px;
  padding-bottom: 25px;
}

.corona .corona-contents .corona-cotent ol {
  counter-reset: number;
  /*数字をリセット*/
}

.corona .corona-contents .corona-cotent li {
  letter-spacing: 0.05em;
  /* 数字デザイン */
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 38px;
}

.corona .corona-contents .corona-cotent li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  color:#fff;
  display: inline-block;
  background: #83580b;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.corona .corona-contents .cor-left {
  border-right: dashed 1px #f4e1e8;
  padding-left: 210px;
}

.corona .corona-contents .cor-right {
  padding-left: 90px;
}

.corona .corona-memo {
  background-color: #cbaf87;
  border-radius: 3px;
  width: 933px;
  margin: auto;
  padding: 45px 90px;
  margin-top: 50px;
}

.corona .corona-memo .memo-title {
  font-size: 18px;
  padding-bottom: 18px;
}

.corona .corona-memo .memo-text {
  line-height: 25px;
}
/* 挨拶 */
.greeting {
  width: 1200px;
  margin: 130px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.greeting .gre-text p {
  margin: 50px 0 70px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.greeting img {
    width: auto;
	height:500px;
	margin-top:calc(680px / 3);
}
/* 特徴 */
.feature {
  width: 1200px;
  margin: auto;
}

.feature .fea-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature .fea-contents .fea-content {
  position: relative;
  text-align: center;
  width: 384px;
  height: cover;
  margin-left: 13px;
  padding: 40px 50px 80px;
  background-color: #cbaf87;
}
.feature .fea-contents .fea-content .fea-title {
  font-size: 20px;
  line-height:30px;
  padding:30px 0 40px;
}

.feature .fea-contents .fea-content .fea-title-sab {
  color: #f25690;
  font-family: Didot LT Pro;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 30px;
}

.feature .fea-contents .fea-content .fea-text {
  line-height: 1.75;
  position: relative;
  z-index: 10;
  text-align:left;
}

.feature .fea-contents .fea-content .back-num {
  color: #fff;
  font-size: 100px;
  font-family: Didot LT Pro;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

/* 情報 */
.info {
  width: 1200px;
  margin: 150px auto 120px;
}

.info .customer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info .customer-top .info-text {
	width: 50%;
  padding: 70px 100px 0 110px;
	
}

.info .customer-top .info-text .title2 {
  padding-top: 0;
  font-size: 18px;
	color: #f25690;
    font-weight: bold;
}

.info .customer-top .info-text .sab2 {
  font-size: 28px;
  padding: 17px 0;
}

.info .customer-top .info-text p {
  padding: 30px 0 60px;
  line-height: 1.75;
}
.topimg001{width: 50%;}
.info .customer-top img {
  width: 100%;
}

.info .r-customer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* メニュー */
.menu-wrap-top {
  background:url(https://harokumo.com/design-sample05/wp-content/uploads/2021/04/menu-bk-3.jpg) no-repeat top center/cover;
}

.menu-wrap-top .menu-top {
  width: 1266px;
  margin: -50px auto 0;
  padding-bottom: 100px;
  color: white;
}

.menu-wrap-top .menu-top .sab::before {
  background-color:#440a67;
  left: 48.5%;
}

.menu-wrap-top .menu-top .menu-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-wrap-top .menu-top .menu-contents .menu-content {
  position: relative;
  width: 360px;
  margin: 50px 30px 0;
}

.menu-wrap-top .menu-top .menu-contents .menu-content .menu-menu {
  position: absolute;
  left: 32.5px;
  bottom: 12px;
}

.menu-wrap-top .menu-top .menu-contents .menu-content .menu-menu .menu-en {
  font-family: Didot LT Pro;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  color:#000;
}

.menu-wrap-top .menu-top .menu-contents .menu-content .menu-menu .menu-ja {
  font-size: 24px;
  line-height: 1.8;
  color:#000;
}

/* 症例 */
.be-af-wrap {
  background-color: #e7dec8;
}

.be-af-wrap .be-contents .be-content {
  background-image: url(../img/ba-back.png);
  background-size: cover;
  width: 616px;
  height: auto;
  min-height: 380px;
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-af-wrap .be-contents .be-content .be-image {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-af-wrap .be-contents .be-content .be-image .before {
  width: 50%;
}

.be-af-wrap .be-contents .be-content .be-image .before .be-view {
  position: relative;
  top: 15.8%;
  left: -30%;
}

.be-af-wrap .be-contents .be-content .be-image .before .be-view .be-p {
  font-size: 1vw;
  font-family: Didot LT Pro;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  z-index: 5;
  top: 15%;
  right: 0;
  color: white;
}

.be-af-wrap .be-contents .be-content .be-image .before .be-view .be-img {
  z-index: 1;
  width: 120%;
  height: auto;
}

.be-af-wrap .be-contents .be-content .be-image .after {
  width: 50%;
  z-index: 2;
}

.be-af-wrap .be-contents .be-content .be-image .after .af-view {
  position: relative;
  top: 15.8%;
  left: -30%;
}

.be-af-wrap .be-contents .be-content .be-image .after .af-view .af-p {
  font-size: 1vw;
  font-family: Didot LT Pro;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  z-index: 5;
  top: 15%;
  left: 20%;
  color: white;
}

.be-af-wrap .be-contents .be-content .be-image .after .af-view .af-img {
  z-index: 1;
  width: 120%;
  height: auto;
}

.be-af-wrap .be-contents .be-content .be-text {
  width: 36%;
  margin-left: auto;
  padding: 70px 30px 50px 30px;
  font-size: 14px;
  line-height: 1.9;
}

.be-af-wrap .be-contents .slick-dots {
  position: static;
  background-color: #e7dec8;
  padding: 2% 0;
}

.be-af-wrap .be-contents .slick-dots li {
  display: inline-block;
  margin: 0px;
}

.be-af-wrap .be-contents .slick-dots li button:before {
  content: '';
  background-color: #fff;
  height: 3px;
  opacity: 1;
}

.be-af-wrap .be-contents .slick-dots li.slick-active {
  width: 40px;
}

.be-af-wrap .be-contents .slick-dots li.slick-active button:before {
  width: 100%;
  background-color: #ce1212;
}

/* ニュース */
.news-wrap {
  background: #fff;
  background-repeat: no-repeat;
  background-position: left 360px;
}

.news-wrap .news {
  width: 1200px;
  margin: auto;
  padding-bottom: 80px;
  background-position: center 50px;
  background-image: url(../img/news-back.png);
}

.news-wrap .news .sab::before {
  left: 48.7%;
}

.news-wrap .news .news-cotents {
  margin: 90px 260px;
}

.news-wrap .news .news-cotents p {
  font-size: 19px;
  line-height: 3.36;
  margin-bottom:30px;
}

.news-wrap .news .news-cotents span {
  padding-right: 80px;
}
.news-wrap .news .news-btn {
  text-align: center;
}
.news-cotents a{
	text-decoration:underline;
}
.news-cotents span::after {
     content: "\A";
     white-space: pre;
 }

/* ブログ */
.blog-wrap {
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7dec8), to(#fff));
}

.blog-wrap .blog {
  color: white;
  width: 1226px;
  margin: auto;
   padding:50px 0;
}
.blog-wrap .blog .sab::before {
  background-color:#440a67;
  left: 48.5%;
}

.blog-wrap .blog .blog-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
  padding: 20px 0 80px;
	flex-wrap: wrap;
}
.blog-wrap .blog .blog-contents a{width:31%;}
.blog-wrap .blog .blog-contents .blog-content {
  margin: 0 13px 50px;
	    color: white;
}

.blog-wrap .blog .blog-contents .blog-content .blog-days {
  color:#000;
  padding-top: 15px;
}

.blog-wrap .blog .blog-contents .blog-content .blog-title {
  line-height: 2.27;
  font-size: 22px;
  color:#000;
}

.blog-wrap .blog .blog-contents .blog-content .blog-text {
  line-height: 1.6;
   color:#000;
}

.blog-wrap .blog .news-btn {
  text-align: center;
}

@media screen and (max-width: 1270px) {
.corona-wrap {
   padding-top: 30px;
}
  .corona {
    padding: 35px 0 45px;
    width: 700px;
    margin: 46px auto 0;
  }
  .corona .corona-title .coro-top {
    font-size: 22px;
}
  .corona .corona-title .coro-sab {
    padding: 13px 0 25px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px;
  }
  .corona .corona-title .coro-sab img {
    width: 12px;
  }
  .corona .corona-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corona .corona-contents .corona-cotent {
    width: 300px;
	margin:auto;
  }
  .corona .corona-contents .corona-cotent p {
   
    padding-bottom: 12.5px;
  }
  .corona .corona-contents .corona-cotent li {
    font-size: 16px;
    /* 数字デザイン */
    padding: .5rem .5rem .5rem 3rem;
  }
  .corona .corona-contents .corona-cotent li:before {
    /*数字のデザイン変える*/
    width: 20px;
    margin-right: 100px; 
    height: 20px;
    line-height: 20px;
  }
  .corona .corona-contents .cor-left {
        padding-left: 20px;
  }
  .corona .corona-contents .cor-right {
    padding-left: 20px;
	  margin-top:0;
  }
  .corona .corona-memo {
    width: 600px;
    margin: auto;
    padding: 22.5px 45px;
    margin-top: 25px;
  }
  .corona .corona-memo .memo-title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .corona .corona-memo .memo-text {
        font-size: 14px;
    line-height: 1.4;
  }
/* 挨拶 */
  .greeting {
    width: 85%;
    margin: 60px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
	.gre-text {
    width: 100%;
}
.gre-text>.title2-1{
    font-size: 35px;
	text-align:center;
}
.gre-text .sab2{
   font-size: 14px;
    padding: 13px 0;
    margin-bottom: 30px;
}
.gre-text .sab2::before {
	width:21px;
    top: 40px;
    left: calc((100% - 21px) / 2);
}
  .greeting .title2 {
	  font-size:28px;
    padding-top: 20px;
  }
  .greeting img {
    width: 60%;
	height:auto;
    margin: auto;
  }
  .greeting .gre-text p {
	font-size:14px;
    margin: 16px 0px 30px 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .greeting .gre-text a {
    padding: 8px 7px 10px 15px;
    font-size: 10px;
  }
  /* 特徴 */
  .feature {
    width: 85%;
   max-width: 980px;
  }
  .feature .fea-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .feature .fea-contents .fea-content {
    width: 32%;
    height: auto;
    margin-left: 1%;
    padding: 35px 25px 35px;
  }
  .feature .fea-contents .fea-content .fea-title {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .feature .fea-contents .fea-content .fea-title-sab {
    font-size: 11px;
    padding-bottom: 21px;
  }
  .feature .fea-contents .fea-content .fea-text {
    font-size: 16px;
    line-height: 1.75;
  }
  .feature .fea-contents .fea-content .back-num {
    font-size: 70px;
    bottom: 10px;
    right: 20px;
  }
  /* 情報 */
  .info {
    width: 85%;
    max-width: 980px;
    margin: 105px auto 84px;
  }
  .info .customer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .customer-top .info-text {
    padding: 45px 30px 10px 40px;
  }
  .info .customer-top .info-text .title2 {
    font-size: 12.6px;
  }
  .info .customer-top .info-text .sab2 {
    font-size: 19.6px;
    padding: 11.9px 0;
  }
  .info .customer-top .info-text p {
    padding: 30px 0;
    line-height: 1.2;
  }
  .info .customer-top img {
      width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* メニュー */

  .menu-wrap-top .menu-top {
    width: 98%;
    max-width: 800px;
    margin: 0px auto;
    padding-bottom: 80px;
  }
  .menu-wrap-top .menu-top .sab::before {
    left: 48.5%;
  }
  .menu-wrap-top .menu-top .menu-contents .menu-content {
    width: 46%;
    margin: 30px 2% 0;
  }
  .menu-wrap-top .menu-top .menu-contents .menu-content img {
    width: 100%;
  }
  /*症例*/
  .be-af-wrap .be-contents .be-content {
    min-height: 0;
    margin: 30px;
    display: block;
  }
  .be-af-wrap .be-contents .be-content .be-image {
    margin: 0 auto;
    padding: 20px 15px 0 0;
    width: 85%;
  }
  .be-af-wrap .be-contents .be-content .be-image .before .be-view {
    top: 0;
    left: 0;
  }
  .be-af-wrap .be-contents .be-content .be-image .after .af-view {
    top: 0;
    left: 0;
  }
  .be-af-wrap .be-contents .be-content .be-text {
    width: 80%;
    margin: auto;
    padding: 6% 7% 10% 13%;
       font-size: 14px;
    line-height: 1.4;
  }
  /* ニュース */
  .news-wrap {
    background-image: url(../img/news-moya.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: left 300px;
  }
  .news-wrap .news {
    width: 610px;
    padding-bottom: 80px;
    background-position: center 70px;
    background-image: url(../img/news-back.png);
    background-size: contain;
  }
  .news-wrap .news .sab::before {
    left: 48%;
  }
  .news-wrap .news .news-cotents {
    margin: 30px;
  }
  .news-wrap .news .news-cotents p {
    font-size: 15px;
   /* line-height: 2.1;*/
  }
  .news-wrap .news .news-cotents span {
    padding-right: 80px;
  }
  /* ブログ */

 .blog-wrap .blog {
    width: 90%;
    max-width: 800px;
    padding-bottom: 80px;
  }

  .blog-wrap .blog .blog-contents .blog-content img {
    width: 100%;
  }
  .blog-wrap .blog .blog-contents .blog-content .blog-days {
    font-size: 11px;
    padding-top: 10px;
  }
  .blog-wrap .blog .blog-contents .blog-content .blog-title {
    line-height: 2.27;
    font-size: 15px;
  }
  .blog-wrap .blog .blog-contents .blog-content .blog-text {
    font-size: 11px;
    line-height: 1.3;
  }
.w30{width:45%;}
}

@media screen and (max-width: 620px) {
  .slider-wrap .slick-dots li {
    padding: 0 0.5%;
  }
.slider-wrap .catch-copy {
    top: 25%;
    text-align: center;
    color: white;
    text-shadow: 0.3px 0 0 #f25690,
 0 0.3px 0 #f25690,
 -0.3px 0 0 #f25690,
 0 -0.3px 0 #f25690;
  }

.slider-wrap .catch-copy h1 {
  font-size: 4vw;
}
.slider-wrap .catch-copy h1 span {
  font-size: 8vw;
  line-height: 1.8;
}
  .slider-wrap .sns-icon img {
    width: 14px;
  }
  .slider-wrap .sns-icon .facebook {
    width: 10px;
  }
  .corona {
	margin: 10px auto;
    width: 90%;
  }
	.corona .corona-title .coro-sab {
    padding: 5px 0 10px;
    font-size: 16px;
    line-height: 14px;
    margin: 6px 0 25px;
}
  .corona .corona-title .coro-top {
    font-size: 20px;
	line-height:26px;
	font-weight:bold;
    color:#810000;
  }
  .sp_br{
	display:block;	
	}
  .corona .corona-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction:column;
  }
  .corona .corona-contents .cor-left {
	border-right: none;
    padding-left: 0;
    padding-left: 0;
}
  .sp_br{
	display:block;	
	}
  .corona .corona-contents .corona-cotent {
    width: 80%;
	margin:auto;
    margin-bottom:20px;
  }
  .corona .corona-contents .corona-cotent p {
    font-size: 16px;
	font-weight:bold;
    padding:20px 0 5px;
  }
  .corona .corona-contents .corona-cotent li {
    font-size: 14px;
    /* 数字デザイン */
    padding-left:30px;
  }
  .corona .corona-contents .corona-cotent li:before {
    /*数字のデザイン変える*/
    width: 16.5px;
    height: 16.5px;
    line-height: 16.5px;
  }
  .corona .corona-contents .cor-right {
    padding-left: 0;
  }
  .corona .corona-memo {
    width: 90%;
    margin: auto;
    padding: 15px 25px;
  }
  .corona .corona-memo .memo-title {
    font-size: 12px;
    padding:10px 0;
  }
  .corona .corona-memo .memo-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
  }
  /* 挨拶 */
  .greeting {
    width: 90%;
    margin: 60px auto;
    -webkit-box-orient: vertical;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.gre-text {
    width: 100%;
}
	.topimg001 {
    width: 100%;
}
.gre-text>.title2-1{
    font-size: 28px;
	text-align:center;
}
.gre-text .sab2{
   font-size: 11px;
    padding: 13px 0;
    margin-bottom: 30px;
}
.gre-text .sab2::before {
	width:16px;
    top: 40px;
    left: calc((100% - 16px) / 2);
}
  .greeting .title2 {
	  font-size:28px;
    padding-top: 20px;
  }
  .greeting img {
    width: 75%;
	height:auto;
    margin: 80px auto;
  }
  .greeting .gre-text p {
	font-size:14px;
    margin: 16px 0px 30px 0;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .greeting .gre-text a {
    padding: 8px 7px 10px 15px;
    font-size: 10px;
  }
  .feature {
    width: 90%;
  }
  .feature .fea-contents {
    display: block;
    margin-top: 0px;
  }
  .feature .fea-contents .fea-content {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 26px;
  }
  .feature .fea-contents .fea-content .fea-title {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .feature .fea-contents .fea-content .fea-title-sab {
    font-size: 11px;
    padding-bottom: 21px;
  }
  .feature .fea-contents .fea-content .fea-text {
   font-size:14px;
    line-height: 1.75;
   padding-bottom:20px;
  }
  .feature .fea-contents .fea-content .back-num {
    font-size: 70px;
    bottom: 10px;
    right: 20px;
  }
  /* 情報 */
  .info {
    width: 90%;
    margin: 40px auto 60px;
  }
  .info .customer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .customer-top .info-text {
    padding: 60px 30px 30px 20px;
	  width: 100%;
  }
  .info .customer-top .info-text .title2 {
    font-size: 12.6px;
  }
  .info .customer-top .info-text .sab2 {
    font-size: 19.6px;
    padding: 11.9px 0;
  }
  .info .customer-top .info-text .sab2::before {
    top: 45px;
    /*線の上下位置*/
  }
  .info .customer-top .info-text p {
    padding: 30px 0;
    line-height: 1.2;
  }
  .info .customer-top img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* メニュー */
  .menu-wrap-top .menu-top {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 80px;
  }
  .menu-wrap-top .menu-top .sab::before {
    left: 48.5%;
  }
  .menu-wrap-top .menu-top .menu-contents .menu-content {
    width: 90%;
    margin: 30px auto 0;
  }
  .menu-wrap-top .menu-top .menu-contents .menu-content img {
    width: 100%;
  }
  .menu-wrap-top .menu-top .menu-en {
    font-size: 14px;
  }
  .menu-wrap-top .menu-top .menu-ja {
    font-size: 16px;
  }
  /* ニュース */
  .news-wrap {
    background-image: url(../img/news-moya.png);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: left 280px;
  }
  .news-wrap .news {
    max-width: 400px;
    width: 100%;
    padding-bottom: 80px;
    background-position: center 90px;
    background-repeat: no-repeat;
    background-image: url(../img/news-back.png);
  }
  .news-wrap .news .sab::before {
    left: 48%;
  }
  .news-wrap .news .news-cotents {
    margin: 40px 20px;
  }
  .news-wrap .news .news-cotents p {
    font-size: 14px;
    line-height: 2.1;
  }
  .news-wrap .news .news-cotents span {
    padding-right: 30px;
  }
  /* ブログ */
  .blog-wrap .blog {
    width: 75%;
    padding-bottom: 80px;
  }
  .blog-wrap .blog .sab::before {
    left: 47%;
  }
  .blog-wrap .blog .blog-contents {
    display: block;
    padding: 10px 0 40px;
  }
  .blog-wrap .blog .blog-contents .blog-content {
    width: 100%;
    margin: 0px 2%;
  }
  .blog-wrap .blog .blog-contents .blog-content img {
    width: 100%;
  }
  .blog-wrap .blog .blog-contents .blog-content .blog-days {
    font-size: 11px;
    padding-top: 10px;
  }
  .blog-wrap .blog .blog-contents .blog-content .blog-title {
    line-height: 2.27;
    font-size: 15px;
  }
  .blog-wrap .blog .blog-contents .blog-content .blog-text {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
}
/*# sourceMappingURL=toppage.css.map */
.textpink{
	    color: #ce1212 !important;
	font-weight:bold;
}

/*コロナアコーディオン*/
.accordion-001 {
    max-width: 780px;
	margin: auto;
	 background-color: #810000;
	border-radius:20px;
}
.accordion-wrap{
	background-color: #810000;
	padding:30px;
	display:flex;
	flex-direction:column;
	border-radius:0 0 20px 20px;
}
.salon-wrap{
	background-color:#fff;
	padding:20px;
}
.cos-wrap{
	background-color:#fff;
	padding:20px;
}
.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 24px;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 .corona-mai>p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 15px 60px;
    padding: 15px;
    color: #000000;
    transition: transform .5s, opacity .5s;
    border-bottom:2px solid #810000;
	font-size:24px;
	font-weight:bold;
	display:block;
	text-align:center;
}
.accordion-001 .corona-sub>p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 15px;
    color: #000000;
    transition: transform .5s, opacity .5s;
	line-height:2;
	text-align: center;
    font-size: 20px;
}

.accordion-001[open] .corona-mai>p {
    transform: none;
    opacity: 1;
}
.accordion-001[open] .corona-sub>p {
    transform: none;
    opacity: 1;
}
@media screen and (max-width:835px){
.accordion-001 {
    width: 90%;
	margin:30px auto;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    font-size: 16px;
	margin-top:60px;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 .corona-mai>p {
    margin: 0;
	font-size:14px;
}
.accordion-001 .corona-sub>p {
    font-size: 12px;
}
}

/*2024-スマホリデザインに伴う追加css*/
/*kv*/
.bx-view-port .sp{
display:none;
}
@media screen and (max-width: 620px) {
.bx-view-port .pc{
display:none;
}
.bx-view-port .sp{
display:block;
}
.slider-wrap .slick-dotted.slick-slider img {
  width: 100%;
height:60vh;
	object-fit:cover;
}
}
/*kv下のボタン*/
.top-btnwrap{
	display:none;
}

@media screen and (max-width: 620px){
	.top-btnwrap{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		padding-top:20px;
	width:100%;
		background-color:#e7dec8;
}
.top-btnwrap ul{
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	align-items:center;
	padding:15px;
	border:1px solid #000;
	width:24%;
	background-color:#fff;
}
	.top-btnwrap li p{
		font-size:12px;
		margin-top:10px;
	}
.top-btnwrap .top-btn01{
	border-right:none;
		border-bottom:none;
}
	.top-btnwrap .top-btn02{
	border-right:none;
		border-bottom:none;
}
.top-btnwrap .top-btn03{
		border-bottom:none;
}
.top-btnwrap .top-btn05{
		border-left:none;
}
.top-btnwrap .top-btn06{
		border-left:none;
}
	.top-btnwrap img{
		width:auto;
		height:40px;
}
}

/*footer-SNS*/
.footer .footer-top-wrap .sns-wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 100px;
	justify-content:center;
}
.foot-sns_flex{
  width: 250px;
display: flex;
flex-direction: row;
align-items: center;
background-color: #f2f2f2;
padding: 10px;
margin: 50px;
}
.foot-sns_icon{
border-right: 1px solid #4a4a4a;
}
.foot-sns_icon>img{
  width: 35px;
  height: auto;
  margin-right: 10px;
}
.foot-sns_txt>p{
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width:850px){
	.foot-sns_flex{
margin: 20px;
}
}
@media screen and (max-width:600px){
  .foot-sns_flex{
margin: 15px;
}
}

/*fea*/
.fea-img img{
	width: 100%;
    height: auto;
    margin-bottom: 40px;
}