@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
#main_wrap{
  position: relative;
  padding: 80px 0 40px 0;
  background-image: url("../images/bg_img01.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main_img{
  position: relative;
    max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.slider {
  opacity: 0;
  transition: .4s;
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら、フェード表示 */
.slider.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 1000px){
 
}

@media screen and (max-width: 768px){
  .main_img{
  width: 95%;
}
#main_wrap{
  background-size: 50%;
  background-position: left top;
}
}
@media screen and (max-width: 550px){

}

/*-------------------------------------*/
/*	どらごんとは	*/
/*-------------------------------------*/
#about{
  padding-bottom: 200px;
  background-image: url("../images/bg_img02.svg"),url("../images/bg_circle.svg");
  background-repeat: no-repeat;
  background-position: right bottom,70% bottom;
  background-size: contain, auto;
}
@media screen and (max-width: 1200px) {
  #about{
  background-position: right bottom,70% bottom;
  background-size: 50%, auto;
}
}
@media screen and (max-width: 991px) {
  #about{
  padding-bottom: 50px;
}
    #about{
  background-position: right top,120% bottom;
  background-size: 35%, 80%;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	どらごんの特徴	*/
/*-------------------------------------*/
#features{
  background-image: url("../images/bg_circle.svg");
  background-position: 10% 20%;
  background-repeat: no-repeat;
}
#features::before{
  content: "";
  width: 100%;
  height: 200px;
  display: inline-block;
  background-image: url("../images/bg_img03.svg");
  background-position: 10% top;
  background-repeat: no-repeat;
}
#top .caption{
font-weight: 700;
margin-bottom: 20px;
font-size: 2.2rem;
line-height: 1.5;
}
#features .txt_box p{
  margin-bottom: 1em;
}
#features .txt_box small{
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  #features .txt_box {
  margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
  #features::before{
  width: 100%;
  height: 100px;
  background-size: 20%;
}
#top .caption{
font-size: 1.8rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	どらごんの3つの特徴	*/
/*-------------------------------------*/
#point{
  background-color: #7A5B54;
  background-image: url("../images/bg_img04.svg");
  background-position: right 50%;
  background-repeat:no-repeat;
}
.point_box{
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  padding-top: 180px;
}
.point_box .no{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  color: #A48E89;
  position: absolute;
  top: -20px;
  left: 40px;
}
.point_box .img{
  max-width: 200px;
  position: absolute;
  right: 20px;
  top: -20px;
}
.point_box h3{
  color: #0E536D;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.point_box .inner{
  padding: 20px 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .col-3_list .col_box.point_box{
margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
  #point{
  background-color: #7A5B54;
  background-image: url("../images/bg_img04.svg");
  background-position: right 10%;
  background-repeat:no-repeat;
}
  .point_box .inner{
  padding: 20px 20px;
  font-size: 1.6rem;
}
}
@media screen and (max-width: 550px) {
  .point_box .no{
  top: 40px;
  left: 20px;
}
  .col-3_list .col_box.point_box{
margin-bottom: 20px;
}
}
/*-------------------------------------*/
/*	施術の流れ	*/
/*-------------------------------------*/
#flow{
  background-color: #0E536D;
    background-image: url("../images/bg_img05.svg");
  background-position: left bottom;
  background-repeat:no-repeat;
}
.flow_box{
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}
.flow_box h3{
color: #0E536D;
line-height: 1.5;
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 20px;
}
dl.flow_box{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
dl.flow_box dt{
  width: 30%;
  text-align: center;
  align-items: center;
position: relative;
}
dl.flow_box dd{
  width: 68%;
}
.flow_box .no{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.0rem;
  color: #0E536D;
  position: absolute;
  left: 20px;
  top: 20px;
}
.bt_list{
  display: flex;
  gap: 0 20px;
}
.bt_list li{
  max-width: 300px;
  width: 100%;
}
div.flow_box .img,div.flow_box h3{
  text-align: center;
}
@media screen and (max-width: 991px) {
  dl.flow_box{
flex-direction: column;
}
dl.flow_box dt{
  width: 100%;
  margin-bottom: 20px;
}
dl.flow_box dd{
  width: 100%;
}
}
@media screen and (max-width: 768px) {
  .flow_box{
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.flow_box h3{
font-size: 2.0rem;
}
    dl.flow_box{
max-width: 350px;
margin: 0 auto 20px auto;
}
  .bt_list{
  flex-direction: column;
}
.bt_list li{
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px auto;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	menu	*/
/*-------------------------------------*/
.osusume_box{
  background-color: #FFFFFF;
  border: 2px solid #0E536D;
  padding: 60px;
    border-radius: 20px;
   margin-bottom: 40px;
}
.osusume_box h2{
text-align: center;
   margin-bottom: 40px;
}
.osusume_box h3{

}
.osusume_box .midashi02{
  padding-bottom: 10px;
  border-bottom: 2px dotted #0E536D;
}
.osusume_box .attention{
  background-color: #F5F5F5;
  padding: 1em;
  border-radius: 10px;
}
.times{
  color: #FFFFFF;
  background-color: #0E536D;
  display: inline-block;
  padding: 0.2em 1em;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 10px;
}
.price_box{
  padding: 1em;
  background-color: #FFFFFF;
    border-radius: 10px;
}
.osusume_box .price_box{
  background-color: #F9F4E9;
}
.price_box p{
color: #0E536D;
font-weight: 700;
text-align: center;
}
.price_box p.price{
  font-size: 2.2rem;
}
.price_box p.price span{
  font-size: 3.8rem;
  font-weight: 700;
}
.price_box p.encho{
  font-size: 1.6rem;
  background-color: #F9F4E9;
  border-radius: 50px;
}
#menu .menu_box:first-of-type{
  border-top: 2px dotted #0E536D;
}
.menu_box{
  padding: 40px 0;
  border-bottom: 2px dotted #0E536D;
}
.menu_box .type{
  margin-bottom: 10px;
}
.menu_box .type span{
  background-color: #E6DBC3;
  color: #0E536D;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  font-weight: 700;
}
.menu_box img{

}
@media screen and (max-width: 1400px) {
  .osusume_box{
  padding: 40px;
}
.osusume_box .midashi02{
  font-size: 2.8rem;
}
}
@media screen and (max-width: 991px) {
  .osusume_box .midashi02{
  margin-top: 20px;
}
.menu_box .type,.menu_box .midashi02{
  text-align: center;
}
}
@media screen and (max-width: 768px) {
  .osusume_box .midashi02{
  font-size: 2.4rem;
}
  .osusume_box{
  padding: 20px;
}
.times{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 550px) {
  .price_box p.price{
  font-size: 1.8rem;
}
.price_box p.price span{
  font-size: 2.8rem;
  font-weight: 700;
}
.price_box p.encho{
  font-size: 1.6rem;
  background-color: #F9F4E9;
  border-radius: 50px;
}
.menu_box img{
  max-width: 250px;
}
}

/*-------------------------------------*/
/*	店舗情報	*/
/*-------------------------------------*/
#shop{
  padding-bottom: 200px;
  background-image: url("../images/bg_img06.svg"),url("../images/bg_img07.svg");
  background-repeat: no-repeat;
  background-position: 10% bottom,90% bottom;
}
#shop .ttl{
  margin-bottom: 60px;
}
#shop .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shop .inner img{
  max-width: 380px;
}
#shop .inner > div{
  width: 100%;
  padding-left: 40px;
}
.gaiyo_box{
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
}
.gaiyo_box a{
  text-decoration: underline;
}
dl.company{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl.company dt{
  width: 25%;
  line-height: 1.5;
}
dl.company dd{
  width: 75%;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
#shop .inner{
  flex-direction: column;
}
#shop .inner img{
  max-width: 300px;
  margin-bottom: 40px;
  width: 80%;
}
#shop .inner > div{
  width: 100%;
  padding-left: 0;
}
}
@media screen and (max-width: 768px) {
#shop{
  padding-bottom: 200px;
  background-image: url("../images/bg_img06.svg"),none;
  background-repeat: no-repeat;
  background-position: 10% bottom,90% bottom;
}
}
@media screen and (max-width: 550px) {
  .gaiyo_box{
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
}
}

/*-------------------------------------*/
/*	NEWS	*/
/*-------------------------------------*/
#top #news{
background-color: #FFFFFF;
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  color: #0E536D;
  letter-spacing: 0.1em;
}
.ttl::before{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #DF1F1C;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ttl02{
  font-size: 3.6rem;
  margin-bottom: 60px;
  position: relative;
  font-weight: 700;
  color: #0E536D;
  line-height: 1.5;
   letter-spacing: 0.1em;
}
.ttl03{
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.5;
   letter-spacing: 0.1em;
}
.ttl03 span{
  font-size: 2.0rem;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.ttl03::before{
 content: "";
 width: 150px;
 height: 2px;
 background-color: #FFFFFF;
     position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
.ttl{
  font-size: 1.8rem;
}
.ttl::before{
  content: "";
  width: 10px;
  height: 10px;
}
.ttl02{
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.ttl03{
  font-size: 2.0rem;
}
.ttl03 span{
  font-size: 1.6rem;
}
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
	border-top: 1px solid #707070;
}
.news_list li{
	padding-top: 20px;
	border-bottom: 1px solid #707070;

 
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  align-items: baseline;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  color: #666;
  padding: 0 15px 0 0;
	line-height: 2;
	font-size: 1.4rem
}
.news_list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 15px 0 0;
}
.news_list .item .category a.cat{
  width: 100%;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 2;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 20px 0.5em;
	color: #000000;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0.5em 15px 0;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
#single hr{
  border-top: 1px dotted #003F67;
  margin-top: 40px;
  margin-bottom: 40px;

}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat {
  color: #FFFFFF!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  background: #003F67;
	border-radius: 5px;
}
a.cat:hover {
  opacity: 0.7;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #003F67 !important;
  background: #FFFFFF;
  border: 1px solid #003F67;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #003F67;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #003F67;
  color: #FFFFFF;
  background: #003F67;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #003F67 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #003F67;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #003F67;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
#contact .bt_list{
  max-width: 600px;
  margin: 0 auto 40px auto;

}
.form_area{
background-color:#FFFFFF;
padding: 40px;
border-radius: 20px;
}
.form_area h4 {
  margin-top: 40px !important;
  position: relative;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #0E536D;
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 2px solid #0E536D;
  background: #0E536D;
  border-radius: 50px;
  color: #FFFFFF;
}
.submit_btn:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #0E536D;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #DF1F1C;
  margin-right: 10px;
  vertical-align: middle;
}
.nini {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #003F67;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  border: 1px solid #4d4d4d;
  overflow: hidden;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.consent_check_wrap {
  padding: 20px;
	margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #0E536D;
}
.form_area .consent_check_wrap label{
  margin-bottom: 0;

}
.consent_check_wrap p a {
  text-decoration: underline;
	color:  #0071bc;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #707070;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #F8F8F8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display: inline-block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .form_area{
padding: 20px;
}
  .contact_list{
  flex-direction: column;
  max-width: 350px;
  margin: 0 auto 60px auto;
}
.contact_list li:first-child{
  margin-right: 0;
  margin-bottom: 40px;
}
.contact_list li:first-child img{
  width: 350px;
}

  .form_area h4 {
  font-size: 1.8rem;
}
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  .form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  font-size: 1.6rem;
}
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}