@charset "utf-8";

body {
	font-family: "Noto Sans JP", sans-serif!important;
}

@media screen and ( min-width:821px ) {
	.sp {
		display: none!important;
	}
}
@media screen and ( max-width:820px ) {
	.pc {
		display: none!important;
	}
}

/**********************************************************/
/********選ばれる理由****************************************/
/**********************************************************/
#top_content_02 {
  margin: 60px auto;
}

#top_content_02 .pc{
    max-width: 1500px;
    width:100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    object-position: 0% 0%;
}

#top_content_02 .top_title.t_cnt02_tit{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  position:relative;
  border-radius:12px;
  margin-bottom: 87px;
}
#top_content_02 .top_title.t_cnt02_tit .wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
  max-width:1200px;
  bottom: -70px;
  margin: 0 auto;
}
#top_content_02 .top_title.t_cnt02_tit h2 {
  font-size: 30px;
  color:#573207;
  margin:0;
  max-width: 600px;
  width: 100%;
  background-color:#fff;
  background-color:rgba(255,255,255,0.91);
  line-height:1.6em;
  padding:24px 24px 20px 24px;
  letter-spacing:2.5px;
  display:block;
  border-radius:10px 10px 0 0;
  box-shadow: 0 1px 6px 1px #ffffff;
}
#top_content_02 .top_title.t_cnt02_tit h2 span {
  color: #fb864c;
  font-size:1.9em;
  font-weight: bold;
}
#top_content_02 ul.wrap{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#top_content_02 ul.wrap li.t_cnt02_block {
  width:100%;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  align-items:center;
  position:relative;
  padding-top:100px;
  margin-bottom:50px;
  justify-content:flex-end;
  box-sizing: border-box;
}
#top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt {
  position: relative;
  width: 70%;
  background: #F4F0EA;
  padding:80px 60px 80px 120px;
  box-sizing: border-box;
}

#top_content_02 ul.wrap li.t_cnt02_block figure.t_cnt02_img {
  width: 35%;
  position:absolute;
  z-index: 100;
  right:auto;
  left:0;
  top:0;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) {
  justify-content:flex-start;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) figure.t_cnt02_img {
  left:auto;
  right:0;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) .t_cnt02_txt {
  padding:80px 120px 80px 60px;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(4){
  /* margin-bottom:0; */
}
#top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt h3 {
  font-size:26px;
  letter-spacing:1.5px;
  margin-bottom:15px;
  color: #fb864c;
}
#top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p {
  color: #333;
  font-size:16px;
  letter-spacing:0.5px;
  line-height:1.95em;
}
@media screen and (min-width:821px){
    #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p.t_cnt02_point {
        position: absolute;
        top: 0%;
        transform: translateY(-50%);
        background-color: #ffb218;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100px;
        height: 100px;
        margin: 0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
        border-radius: 50%;
    }
  #top_content_02 ul.wrap li.t_cnt02_block:nth-of-type(2) .t_cnt02_txt p.t_cnt02_point {
    z-index: 101;
    /* right: 0; */
    /* transform: translate(-100%, -50%); */
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p.t_cnt02_point .sp + span {
    width: fit-content;
    font-size: 1.6em;
    line-height: 1;
  }
}
/*****820以下*****/
@media screen and (max-width:820px){
  #top_content_02 .top_title.t_cnt02_tit{
    border-radius:0;
    margin-bottom: 4%;
  }
  #top_content_02 .top_title.t_cnt02_tit .wrap{
    width:100%;
    bottom: -10px;
    left: 0;
    transform: unset;
  }
  #top_content_02 .top_title.t_cnt02_tit h2 {
    width:100%;
    margin: 0 auto;
    font-size:4.8vw;
    padding:2% 3% 0%;
    text-align:left;
    line-height:2.05em;
    transform: translateX(10px);
    left: 0;
    box-sizing: border-box;
    text-align: center;
  }
  #top_content_02 .top_title.t_cnt02_tit figure img {
    image-rendering:auto;
  }
  #top_content_02 ul.wrap {
    width:96%;
    margin-top:4%;
  }
  #top_content_02 ul.wrap li.t_cnt02_block{
    flex-direction: column;
    background-color: #fffaf3;
    padding:4%;
    margin-bottom: 0;
    margin-top: 2%;
    border: solid 1px#bda51947;
  }

li.t_cnt02_block {}
  #top_content_02 ul.wrap li.t_cnt02_block figure.t_cnt02_img{
    position:relative;
    top:0;
    width: 100%;
    z-index:0;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_img img {
    image-rendering:auto;
    width: 100%;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt,
  #top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) .t_cnt02_txt{
    position:relative;
    width: 100%;
    padding: 5% 0 0;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt h3{
    font-size:4.75vw;
    color: #573207;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p{
  margin: 0;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p.t_cnt02_point {
    display:block;
    color: #f39a00;
    font-weight:900;
    font-size:4.2vw;
    margin: 0;
  }
}

/* サービス一覧 */
.abox {
	background: linear-gradient(10deg, #F4F0EA 70%, #FFFFFF 70%, #FFFFFF);
    padding-bottom: 20px;
}

#service {
	/* background: rgb(255 159 41); */
}

#service .wrap {
	background: #fff;
	max-width: 1100px;
	width: 92%;
	margin: 040px auto;
	padding: 25px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 0px 10px rgb(0,0,0,0.25);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
	box-sizing: border-box;
}

#service .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
    margin: 10px 0 30px;
}

@media screen and (max-width: 820px){
    #service .top_title .title01{
        padding: 0;
    }
}

ul.servicetype {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0;
}

ul.servicetype li {
	width: calc( 100% / 3 );
	border: 2px solid #ededed;
	box-sizing: border-box;
	background: #fff;
}

ul.servicetype li a {
	text-decoration: unset;
	color: #fb864c;
}

ul.servicetype li figure {
	width: 100%;
}

ul.servicetype li figure img {
	width: 100%;
}

ul.servicetype li p {
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

#service .priceBox {
    background-color: #f2f2f2;
    padding: 20px 10px 30px;
    border-radius: 10px;
    text-align: center;
}

#service .priceBox .top_title .title01 {
    margin: 10px 0 20px;
}

#service .priceBox p {
    margin: 0 0 24px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

#service .priceBox p + a {
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
	#service .wrap {
	    padding: 4%;
	}
	
	ul.servicetype li {
	    width: calc( 100% / 2 );
	    border: 2px solid #ededed;
	    box-sizing: border-box;
	    background: #fff;
	}

	ul.servicetype li p {
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}
}

/*料金表|0309追加分*/
div,p,li,span {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0; 
}
.vox {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.mnytitle{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 12px 10px 9px 25px;
    clear: both;
    color: #573a19;
    position: relative;
    border-bottom: 3px solid #573a19;
}
table.mnytable {
    width: 100%;
    overflow: hidden;
    border-spacing: 2px;
    border-collapse: separate;
    border: none;
    margin: 15px auto 20px auto;
	display: table;
	table-layout: fixed;
}
.mnytable tr {
    border: none;
}
.mnytable tr.tr_space th {
    width: 28%;
}
table.mnytable th {
    background-color: #f08100;
    text-align: center;
    width: auto;
    border-radius: 5px;
    padding: 15px;
    border: none;
    color: #fff;
}
table.mnytable td {
    background-color: #ffeddb;
    width: auto;
    border-radius: 5px;
    padding: 15px;
    border: none;
    text-align: center;
}


/*初めての方へエリア/2023/03/08|追記*/
.abox #service {
    padding-top: 20px;
    padding-bottom: 0px;
}
.abox #service2 {
    padding-top: 0px;
    padding-bottom: 20px;
}
.abox #service2 .wrap {
    background: #fff;
    max-width: 1100px;
    width: 40%;
    margin: 0px auto;
    padding: 25px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 10px rgb(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    box-sizing: border-box;
}
#service2 .top_title .first_title {
    font-size: 28px;
    text-align: center;
    padding: 0px 0 0px;
    margin: 0px 0 30px;
    color: #726c66;
}
#service2 .top_title .first_title::after {
    content: '';
    margin-top: 6px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 3px;
    background-color: #726c66;
}
#service2 .first_button {
	width: 100%;
    padding: 0px;
    font-size: 24px;
    background-color: #ffa93f;
    border-radius: 4px;
    text-align: center;
}
#service2 .first_button a {
	display: block;
	width: 100%;
    padding: 20px 0px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
#service2 .first_button a:before {
    border-left: solid #fff;
    border-top: solid #fff;
    border-width: 3px;
    content: "";
    height: 8px;
    position: absolute;
    right: 260px;
    top: 44%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
}

/*テストページ|2023/03/09|追記*/
p {
	font-family:；；
}
.treatment.concept {
    max-width: 700px;
    margin: auto;
}
.treatment.point {
    max-width: 800px;
    margin: auto;
}
.treatment.concept h3 {
    margin: 0;
    padding: 10px;
    border-radius: 40px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #f00;
}
.treatment.concept p {
    margin-top: 35px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.treatment.concept p span {
    font-size: 40px;
    color: #f39a00;
    line-height: 25px;
    vertical-align: baseline;
}
.treatment.point p {
    margin: 30px 0px 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.treatment.point p span {
    font-size: 40px;
    color: #f39a00;
    vertical-align: baseline;
}
@media screen and (max-width:820px){
	.treatment.concept h3 {
	    margin: 10px;
	    padding: 8px;
	    border-radius: 40px;
	    font-size: 22px;
	    text-align: center;
	    color: #fff;
	    background-color: #f00;
	}
	.treatment.concept p {
	    margin-top: 25px;
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	}
	.treatment.concept p span {
	    font-size: 30px;
	    color: #f39a00;
	    line-height: 25px;
	}
	.treatment.concept .treatment_img {
	    margin: 0px 10px 0px;
	}
	.treatment.point p span {
	    font-size: 30px;
	    color: #f39a00;
	    line-height: 22px;
	}
}

/*初めての方へページ|2023/03/09|追記*/
#first_all {
    max-width: 1000px;
    width: calc(100% - 4.166666666%/2);
    min-height: 800px;
    margin: 0 auto;
    padding: 30px 0 80px 0;
    display: table;
}
#first_all p {
    margin-bottom: 1em;
    font-family: 'Noto Sans JP';
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}
#first_all h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 13px 0 13px 20px;
    background-color: #ee7700;
}
.top08 {
    max-width: 1920px;
    margin-bottom: 30px;
    position: relative;
}
.top08::before {
    content: "";
    background: #e70;
    display: block;
    width: 5%;
    height: calc(100% - 50px);
    position: absolute;
    z-index: -1;
}
.top08 .first_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1540px;
    margin-right: auto;
    padding: 0 5vw 0 0;
}
.top08 .first_content .first_right {
    max-width: 800px;
    margin: -6.5% auto 0;
    padding-left: 11%;
}
.top08 .first_content .first_right img {
    margin-bottom: calc(20 / 810 * 100%);
    position: relative;
}
.top08 .first_content .first_left {
    max-width: 100%;
    position: relative;
}
.top08 .first_content .first_left::before {
    content: "";
    background: #e70;
    display: block;
    width: 100vw;
    height: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#first_all .top08 .first_right_text h3 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 0.67em;
    padding: 0px;
    border-bottom: none;
    border-left: none;
}
.top08 .first_content .first_right .first_right_text h3 .marker {
    background: linear-gradient(transparent 70%, #f3e500 0%);
}
#first_all .inner {
    display: inline-block;
}
#first_all .inner img {
    float: right;
    margin-left: 20px;
}
#guide_page div#guide_image {
    display: flex;
    max-width: 1040px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
#guide_page div#guide_image:before {
    width: 60%;
    height: 375px;
    position: absolute;
    bottom: 34px;
    right: -50px;
    display: block;
    background: #fff7eb;
    opacity: 1;
    z-index: -1;
    content: '';
}
#guide_page div#guide_image figure.guide_image_img {
    width: 48%;
    padding-bottom: 50px;
}
#guide_page div#guide_image .guide_image_text {
    width: 50%;
}
#first_all .guide_image_text h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    line-height: 1.0em;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
#first_all #guide_image.wrap2 .guide_image_text h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-align: left;
    line-height: 1.0em;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
#first_all #guide_page div#guide_image .guide_image_text h3 span {
    color: #ee7700;
    font-size: 1.3em;
}
#guide_page div#guide_image.wrap2 {
    display: flex;
    max-width: 1040px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
#guide_page div#guide_image.wrap2:before {
    width: 60%;
    height: 450px;
    position: absolute;
    bottom: 45px;
    left: -50px;
    display: block;
    background: #fff7eb;
    opacity: 1;
    z-index: -1;
    content: '';
}
.beginner01 .inner .cover {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: table;
}
.beginner01 .inner .cover {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: table;
}
#first_all .beginner01 .inner .cover img {
    width: 28.69565217%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}
#first_all .beginner01 .inner .cover ul {
    width: 66.95652173%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}
.beginner01 .inner .cover ul li {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
}
.beginner01 .inner .cover ul li.flow01, .flow02, .flow03, .flow04, .flow05 {
    background-position: 0 top;
    background-repeat: no-repeat;
}
.beginner01 .inner .cover ul li.flow01 {
    background-image: url(https://kaikotsuban.com/wp-content/themes/amaterasu/images/flow_bg01.png);
    padding-top: 50px;
}
.beginner01 .inner .cover ul li.flow02 {
    background-image: url(https://kaikotsuban.com/wp-content/themes/amaterasu/images/flow_bg02.png);
    padding-top: 50px;
}
.beginner01 .inner .cover ul li.flow03 {
    background-image: url(https://kaikotsuban.com/wp-content/themes/amaterasu/images/flow_bg03.png);
    padding-top: 50px;
}
.beginner01 .inner .cover ul li.flow04 {
    background-image: url(https://kaikotsuban.com/wp-content/themes/amaterasu/images/flow_bg04.png);
    padding-top: 50px;
}
.beginner01 .inner .cover ul li.flow05 {
    background-image: url(https://kaikotsuban.com/wp-content/themes/amaterasu/images/flow_bg05.png);
    padding-top: 50px;
}
.beginner01 .inner .cover ul li:first-child strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    color: #000000;
    display: block;
}
@media screen and (min-width: 1025px){
	.top08 {
	    overflow-x: visible;
	}
	.top08::before {
	    width: 100%;
	    height: 125px;
	    top: 0;
	    left: 0;
	}
	.top08 .first_content {
	    flex-direction: row;
	}
	.top08 .first_content .first_right {
	    width: calc(100% - (800 / 1660 * 100%));
	    max-width: initial;
	    padding-left: calc(50 / 1660 * 100%);
	    margin-top: 20px;
	}
	.top08 .first_content .first_right img {
	    margin-bottom: calc(40 / 810 * 100%);
	}
	.top08 .first_content .first_left {
	    width: calc(800 / 1660 * 100%);
	}
	.top08 .first_content .first_left::before {
	    width: 370px;
	    height: calc(100% + 0px);
	    top: 0;
	    right: 0;
	    bottom: initial;
	    left: initial;
	}
}
@media screen and (min-width: 821px){
	.top08 {
	    margin: 0;
	}
	.top08 .first_content {
	    max-width: 1700px;
	    padding: 0 20px 0 20px;
	}
	.top08 .first_content .first_left {
	    max-width: 77.56%;
	}
}


#top_main {
    width: 100%;
    position: relative;
}
#top_main .catch {
    width: 980px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-490px,-230px);
}
#top_main .time {
    width: 980px;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translate(-490px,90px);
    text-align: right;
    z-index: 1;
}
#top_main .reserve {
    width: 980px;
}
#top_main .slider_prev,
#top_main .slider_next {
    display: none;
}
#main_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#main_area .main_in img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 980px) and (min-width: 821px) {
    #main_area .main_in img.pc{
        display: block !important;
    }
}

.reserve {
    background-color: #fffad6;
    padding: 20px 0;
}
.reserve p {
    width: 980px;
    margin: 0 auto;
    padding-left: 50px;
    box-sizing: border-box;
}


.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-color: #000000;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
}
.slider_prev:after{
    content: '';
    background-image: url(../img/top/prev.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 101;
    top: 50%;
    right: -22px;
    margin-top: -22px;
}
.slider_next:after {
    content: '';
    background-image: url(../img/top/next.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 101;
    top: 50%;
    margin-top: -22px;
    left: -22px;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


#top_content01 {
    background-image: url(../img/top/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
}
#top_content01 .title01 {
    background: url(../img/top/border02.png) no-repeat center bottom;
    padding-bottom: 20px;
    color: #333;
    letter-spacing: 0.08em;
}
#top_content01 .text {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
    margin-bottom: 110px;
}
#top_content01 .text span {
    color: #e4004b;
    font-size: 24px;
    text-decoration: underline;
}

#top_content01 #top_feature {
    background:rgba(0,0,0,0.3);
    padding: 80px 0 40px;
    position: relative;
}
#top_content01 #top_feature h2 {
    text-align: center;
    position: absolute;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
}
#top_content01 #top_feature ul {
    text-align: center;
    font-size: 0;
}
#top_content01 #top_feature li {
    display: inline-block;
    width: 180px;
    margin: 0 10px;
}
#top_content01 #top_feature li p {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}



#top_content02 {
    background: #fff9c8ab url(../img/top/bg02.png);
    padding: 10px 0 60px;
    text-align: center;
}

#top_content02 .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
    margin: 0 0 30px;
}
#top_content02 .sec {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
#top_content02 .sec + .top_title {
    margin-top: 70px;
}
#top_content02 div {
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0;
}
#top_content02 p {
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0;
}
#top_content02 a {
    transition: .3s;
}
#top_content02 a:hover {
    opacity: .7;
    transition: .3s;
}







#top_info_bg{
    padding: 45px 0 60px;
    display: flex;
    justify-content: center;
}

#top_info{
    width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top_info_h2_bg{
    width: 100%;
    display: flex;
    justify-content: center;
}
.top_info_h2_bg h2{
    color: #726C66;
    font-size: 22px;
    text-align: center;
    background:url(../img/top/icon_01.png) no-repeat center top;
    padding: 50px 0 0;
    margin: 0px 0 20px;
}

#top_info_left,#top_info_right{
    width: 470px;
}
#top_info_right {
    display: none;
}

.top_info_box{
    border: 3px solid #E1DFDD;
    background: #FCFBF8;
    padding: 10px 30px 30px 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.top_info_date{
    display: block;
    width: 100%;
    color: #f39a00;
    text-align: left;
    padding: 20px 5px 5px 0px;
}

.top_info_text{
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 5px 5px 0px 0px;
    border-bottom: 3px solid #e1dfdd;
}
.top_info_text a {
    text-decoration: none;
}
.top_info_more{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#top_flow_bg{
    background: #f1f9fb;
    display: flex;
    justify-content: center;
    padding: 80px 0 20px 0;
}
.top_flow_contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.top_flow_01,.top_flow_02,.top_flow_03,.top_flow_04,.top_flow_05,.top_flow_06{
    width: 290px;
    position: relative;
}
.top_flow_contents p{
    color: #645E59;
    font-size: 14px;
    margin: 12px 0 0 0;
    line-height: 1.8em;
}
.top_flow_contents p span {
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
}
.top_flow_contents p a {
    color: #f39a00;
}
.top_flow_01{
    order: 1;
}
.top_flow_02{
    order: 2;
}
.top_flow_03{
    order: 3;
    margin-bottom: 60px;
}
.top_flow_04{
    order: 6;
}
.top_flow_05{
    order: 5;
}
.top_flow_06{
    order: 4;
}
.top_flow_01::after,.top_flow_02::after{
    content: "";
    position: absolute;
    left: 310px;
    top:120px;
    width: 14px;
    height: 14px;
    background: url(../img/top/top_flow_right.png) center center no-repeat;
}
.top_flow_03::after{
    content: "";
    position: absolute;
    left: 130px;
    top:330px;
    width: 14px;
    height: 14px;
    background: url(../img/top/top_flow_bottom.png) center center no-repeat;
}
.top_flow_05::after,.top_flow_06::after{
    content: "";
    position: absolute;
    left: 310px;
    top:120px;
    width: 14px;
    height: 14px;
    background: url(../img/top/top_flow_left.png) center center no-repeat;
}

#top_outline_bg{
    background: url(../img/top/top_outline_bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0;
}
#top_outline{
    width: 980px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top_outline h2{
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    background: url(../img/top/icon_02.png) top center no-repeat;
    padding: 50px 0;
}

.top_outline_img{
    width: 450px;
}

.top_outline_text{
    width: 480px;
    font-size: 15px;
    line-height: 1.85em;
    color: #ffffff;
    padding-top: 40px;
}

#top_greeting_bg{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fffdeb;
    padding-top: 60px;
}
#top_greeting{
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#top_greeting h2{
    width: 100%;
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../common/img/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
}
.top_greeting_img{
    position: relative;
    left: -60px;
    z-index: 10;
}
.top_greeting_img::after{
    content: "";
    position: absolute;
    left: -50px;
    bottom: -20px;
    background: url(../img/top/top_greeting_02.png) center center no-repeat;
    width: 91px;
    height: 126px;
}
/*スタッフ写真あり
.top_greeting_text{
    width: 610px;
    background: #ffffff;
    color: #645E59;
    font-size: 14px;
    padding: 40px;
    border:3px solid #e1dfdd;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.8em;
    letter-spacing: 0.1em;

    position: absolute;
    top:135px;
    right:0;
    z-index: 11;
}*/
.top_greeting_text{
    width: 610px;
    background: #ffffff;
    color: #645E59;
    font-size: 14px;
    padding: 40px;
    border:3px solid #e1dfdd;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 30px auto 60px auto;
}
.top_greeting_text h3 {
    color: #ff9600;
    font-size: 24px;
    font-weight: bold;
}
.top_greeting_text .text {
    margin: 40px 0;
}
.top_greeting_name{
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}
.top_greeting_name span{
    font-size: 16px;
}
#top_access_bg{
    padding: 60px 0;
    /*background: url(../img/top/top_access_bg.png) center center no-repeat;*/
    display: flex;
    justify-content: center;
}
#top_access h2{
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
    margin: 0px 0 20px;
}
#top_access_map{
    border: 4px solid #B0ABA8;
    border-radius: 9px;
}
#top_access_map iframe{
    border-radius: 9px;
}
#top_access_map_more{
}
#top_access_map_more  img{
    display: block;
    margin: 40px auto 0;
}
/**********************************************************/
/********#top_shop_list***********************************/
/**********************************************************/
#top_shop_list{
  margin:55px 0 0;
  position:relative;
  z-index:0;
}

#top_shop_list:after{
  content:"";
  display:block;
  position:absolute;
  z-index:0;
  bottom:0;
  left:0;
  z-index:-1;
  width:100%;
  height:320px;
  background:#fb864c;
}

#top_shop_list .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
    margin: 50px 0 30px;
}

#top_shop_list .wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#top_shop_list .wrap li{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-content:center;
  justify-content:flex-start;
  max-width:385px;
  width:33.33333333333333333%;
}
#top_shop_list .wrap li figure{
  position:relative;
  height:auto;
  width:95%;
  left:5%;
}
#top_shop_list .wrap figure img{
  width:100%;
  height:auto;
}
#top_shop_list .wrap .t_cnt01_txt{
  width:95%;
  margin-right:5%;
  background:#FFF;
  display:block;
  padding: 20px 20px 20px;
  position:relative;
  top:-30px;
}
#top_shop_list .wrap .t_cnt01_txt p{
  margin-bottom: 12px;
}
#top_shop_list .wrap .t_cnt01_txt a{
  text-decoration:none;
  display: block;
  text-align: center;
}
#top_shop_list .wrap .t_cnt01_txt a:hover{
  opacity: 0.75;
}
#top_shop_list .wrap .t_cnt01_txt h3{
  color:#824100;
  font-size:18px;
  text-align: center;
}
#top_shop_list .wrap .t_cnt01_txt p.btn{
  max-width: 230px;
  width: 100%;
  height: 48px;
  text-decoration:none;
  display:flex;
  flex-direction: row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  background-color:#EB5901;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 10px;
}
#top_shop_list .wrap .t_cnt01_txt p.btn span{
  font-weight:500;
  font-size:16px;
  letter-spacing:1.5px;
  display:flex;
  width:100%;
  text-align:center;
  position:relative;
  color:#fff;
  flex-direction:row;
  padding-left:8px;
  flex-wrap:nowrap;
  align-content:center;
  justify-content: center;
  align-items:center;
}
#top_shop_list .wrap .t_cnt01_txt p.btn span::before{
  border-left:3px solid;
  border-top:3px solid;
  border-color:#ffffff;
  content:"";
  height:9px;
  position:absolute;
  right: 20px;
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  width:9px;
}
#top_shop_list .wrap .t_cnt01_txt p.btn.telbtn {
  background: #ff972b;
}
#top_shop_list .wrap .t_cnt01_txt p.btn.tel-btn {
  background: none;
  /* color: red;*/
  height: auto;
  margin-top: 15px;
  max-width: 280px;
  align-items: flex-end;
}
#top_shop_list .wrap .t_cnt01_txt p.btn.address {
  color: #333;
  height: auto;
  text-align: left;
  padding: 0 8px 12px;
  max-width: 100%;
  margin-bottom: 0;
  background: none;
}
#top_shop_list ul.wrap li:nth-child(2) .t_cnt01_txt p.btn.address {
  /* padding-bottom: 36px; */
}
#top_shop_list .wrap .t_cnt01_txt p.btn.tel-btn span {
  color: #cb2222;
  width: auto;
  font-size: 30px;
  line-height: 28px;
  display: inline-block;
}
#top_shop_list .wrap .t_cnt01_txt p.btn.tel-btn b {
  color: #824100;
  display: inline-block;
}
#top_shop_list .wrap .t_cnt01_txt p.btn.tel-btn span::before {
  display: none;
}

/*****820以下*****/
@media screen and (max-width:820px){
  #top_shop_list{
    margin-bottom:0;
  }
  #top_shop_list:after{
    display:none;
  }
  #top_shop_list .wrap{
    flex-direction:column;
  }
  #top_shop_list .wrap li{
    width:100%;
    max-width:100%;
    position:relative;
    padding: 0 3%;
    margin-bottom:5%;
    box-sizing: border-box;
  }
  #top_shop_list .wrap li::before{
    content:'';
    background:#ff972b;
    display:block;
    height:65%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
  }
  #top_shop_list .wrap .t_cnt01_txt{
    top:-5vw;
  }
  #top_shop_list .wrap .t_cnt01_txt p.btn.tel-btn span {
    color: #cb2222;
    width: auto;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
  }
}

.coronabnr{
    padding: 40px 0 40px 0;
    text-align: center;
}
.ekitenbnr{
    padding: 50px 0;
}
.ekitenbnr .sec{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.ekitenbnr a {
    transition: .3s;
}
.ekitenbnr a:hover {
    opacity: .7;
    transition: .3s;
}
#top_content01 .list{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#top_content01 .list li{
    background:url(../img/top/check_mark01.png) no-repeat left center;
    padding-left: 35px;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}
#top_content02 .bnr02{
    margin-bottom: 50px;
}
#top_flow_bg .title01 {
    background: url(../img/top/border01.png) no-repeat center bottom;
    padding-bottom: 20px;
    color: #393939;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
#top_flow_bg .text {
    color: #393939;
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.05em;
}
#top_flow_bg .text span {
    color: #e4004b;
    font-size: 24px;
    text-decoration: underline;
}




/*20200421*/
.reserve a {
    pointer-events: none;
}



/*20200501*/
.link_insta {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    padding-bottom: 80px;
}







/*20200611*/
#banner_reserve {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}
#banner_reserve a {
    transition: .3s;
}
#banner_reserve a:hover {
    opacity: .8;
    transition: .3s;
}

/*20201013*/
#banner_senior {
    text-align: center;
    margin-bottom: 30px;
}
#banner_senior a {
    transition: .3s;
}
#banner_senior a:hover {
    opacity: .8;
    transition: .3s;
}

/*2023/02/08|追記*/

section#top_voice{
    background: #fff9c8ab url(../img/top/bg02.png);
    padding: 80px 0 60px;
}
#top_voice .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
}
div#customer_voice {
    position: relative;
    max-width: 850px;
    margin: auto;
    overflow: hidden;
}

div#customer_voice .swiper .swiper-button-prev {
    left: 0;
}

div#customer_voice .swiper .swiper-button-next {
    right: 0%;
}

div#customer_voice ol {
    margin-bottom: 35px;
}

div#customer_voice ol li {
    padding: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 1em;
    border: 3px solid #ffdea5;
}
div#customer_voice ol li .profile {
    width: 16%;
    margin-right: 20px;
}
div#customer_voice ol li .voice_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #726C66;
}
div#customer_voice ol li .voice_text p {
    font-size: 16px;
    color: #726C66;
}

div#customer_voice a {
    display: block;
    width: 92%;
    margin: 0 auto;
    text-align: center;
}

/*20230216 初めての方エリア*/
#top_first.fst_bk{
    margin: 0;
    padding: 0;
}
.first_area {
    /* background: linear-gradient(60deg, rgb(255 159 41) 70%, rgb(255 159 41) 70%, rgb(253 251 238)); */
}
.first_area .top_title {
    padding: 60px 0 0;
}

@media screen and (max-width: 820px){
    .first_area .top_title {
        padding: 0;
    }
}

#top_first .first_area .top_title .title01{
    color:  #F78045;
    background: url(../../img/top/icon_02.png) top center no-repeat;
    margin: 0;
    padding: 50px 20px 0;
    font-size: 28px;
    text-align: center;
}

@media screen and (max-width: 820px){
    #top_first .first_area .top_title .title01{
        font-size: 20px;
    }
}
.first_in {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    padding: 80px 0;
    max-width: 1520px;
}
.first_in .fst_img {
    width: 55%;
    text-align: center;
    background-image: url(../img/7P9A6587_wp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
    padding-top: 29rem;
    display: block;
}
.first_in .fst_txt {
    width: 45%;
    margin-left: 5em;
    color: #5B4534;
    margin-right: 2em;
}

.first_in .fst_txt span{
    color: #F78045;
    font-size: 32px;
}
.fst_txt .hd_fst {
    font-size: 29px;
    margin-bottom: 40px;
    line-height: 1.7;
}
.fst_txt p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: justify;
}
.fst_txt .fst_btn {
    margin-top: 40px;
    border: 1px solid;
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
}
.fst_btn .fst_btn_in p {
    letter-spacing: normal;
    color: #fff;
    padding: 15px 19px;
    transition: 0.3s;
}
.fst_txt .fst_btn p:hover {
    background: #fff;
    color: #fb864c;
    transition: 0.4s;
}
.fst_btn .fst_btn_in:hover {
    text-decoration: none;
    color: #202020;
}
.fst_btn .fst_btn_in {
    text-decoration: none;
}

/*2023/02/16|施術コンセプト*/
#top_shop_treatment {
    padding: 60px 0px 30px;
    background-color: #fff;
}
#top_shop_treatment .top_title h2.title01 {
    font-size: 28px;
    text-align: center;
    color: #726c66;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    margin: 0;
    padding: 50px 0 30px;
}
.treatment_concept {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment_concept img.treatment_concept-left {
  width: 25%;
  height: fit-content;
  margin-right: 15px;
}
.treatment_concept img.treatment_concept-right {
  width: 25%;
  height: fit-content;
  margin-left: 15px;
}

/*症例一覧トップ*/
#top_cases.worries{
    margin: 0;
}
#top_cases.worries:after{
    content: none;
}
#top_cases .top_title .title01 {
    color: #666666;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
    margin: 50px 0 30px;
}
.caseBox .c_wrap {
    max-width: 1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
}

.caseBox.bg {
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
    background: white;
    background: #ffffff00 linear-gradient(115deg, white 85%, rgb(228 149 53 / 19%) 85%);
    overflow: hidden;
}
.bg {
    position: relative;
    z-index: 1;
    background: white;
    background: white linear-gradient(115deg, white 85%, rgba(0, 0, 0, 0.1) 85%);
    overflow: hidden;
}
.bg:before, .bg:after{
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
}
.bg:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(50deg, rgb(255 244 202 / 70%) 20%, transparent 20%, transparent 90%, rgb(255 244 212 / 67%) 90%);
}
#top_bnr.t_bnr_wrap {
    margin: 70px auto;
    max-width: 980px;
}
#top_bnr.t_bnr_wrap .t_bnr a {
    display: block;
    margin-top: 30px;
}
#top_bnr.t_bnr_wrap .t_bnr a:nth-child(1){
    margin-top: 0;
}
.caseBox .text_erea {
    width: 50%;
    float: left;
}
.caseBox .circle_case_list {
    width: 50%;
    float: right;
}
.caseBox .text_erea p {
    text-align: center;
    margin-bottom: 16px;
}
.caseBox .text_erea p strong{
    font-size: 32px;
    line-height: 1.3em;
    color: #666666;
    display: block;
    text-align: left;
}
.caseBox .text_erea ul li {
    background-image: url(../img/top/check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 4px 0 4px 35px;
    background-position: left 5px center;
    border-bottom: dotted 2px #aaa;
    font-size: 20px;
    margin-bottom: 5PX;
}
.caseBox .text_erea ul {
    margin-bottom: 1.25em;
    padding: 0px;
}
.caseBox ul.icon_wrap {
    width: 90%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    word-break: break-all;
    padding: 0;
}
.caseBox ul.icon_wrap li {
    width: 46%;
    float: left;
    height: auto;
    display: block;
    padding: 0px 6px 12px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-all;
}
.caseBox .text_erea .btn .btn_i {
    display: inline-block;
    margin: auto;
    width: 100%;
}
.caseBox .text_erea .btn {
    text-align: center;
    display: block;
    width: 100%;
    background: unset;
}
.caseBox .text_erea .btn .btn_i a {
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 65px;
    background: #ffb218;
    width: 90%;
    font-size: 20PX;
    text-align: center;
    text-decoration: none;
  position:relative;
}
.caseBox .btn .btn_i a:before {
    border-left: solid #fff;
    border-top: solid #fff;
    border-width: 3px;
    content: "";
    height: 8px;
    position: absolute;
    right: 30px;
    top: 38%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
}
.caseBox ul.icon_wrap li span.text {
    font-size: 15px;
    text-decoration: none;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0.7px;
    font-weight: bold;
}
.caseBox ul.icon_wrap li a {
    text-decoration: none;
}
.page_lst_opt_lst li .text {
    display: block;
    font-size: 13px;
}
.caseBox ul.icon_wrap li img {
    margin: 0 auto;
    width: 100%;
}
.caseBox ul.icon_wrap:nth-child(3) {
    padding: 16px 0 0;
}
.caseBox {
    background: unset;
}

/* スライダー */
#container .campaignarea {
    max-width: calc( 1000px + 10% );
    width: 94%;
    margin: 20px auto;
    overflow: visible;
}

#container .campaignarea .swiper-container {
    overflow: hidden;
}

.campaignarea img {
    width: 100%;
}

#container .campaignarea_bottom div {
  margin: 0;
  color: #f39a00;
}

#container .swiper .swiper-button-prev,
#container .swiper .swiper-button-next {
  top: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
}

.swiper .swiper-button-prev {
    left: -3%;
}

.swiper .swiper-button-prev:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #efb00c transparent transparent;
}

.swiper .swiper-button-next {
    right: -3%;
}

.swiper .swiper-button-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #efb00c;
}

.campaignarea_bottom {
    max-width: calc( 1200px + 6% );
    width: 100%;
}

/* コンセプト エリア */
.concept {
    width: 100%;
    height: auto;
    margin: 30px auto 80px;
    padding-top: 40px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 75%, #fcf7f1 75%, #fcf7f1 25%);
    position: relative;
}

.concept .top_title .title01 {
    position: relative;
    z-index: 1;
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0 0;
    margin: 0 0 30px;
}

.concept .bg_on {
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #ffffff;
}

.concept .bg_on2 {
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.concept .inner {
    max-width: 1150px;
    width: calc(100% - 4.166666666%/2);
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.concept .inner img {
    width: 47.82608695%;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.concept .inner ul {
    width: 47.82608695%;
    height: auto;
    margin: 0;
    padding: 60px 0 120px 0;
    background-image: url("https://kawashima-seikotsu.com/img/top/beginner01_bg02.png");
    background-position: right bottom 20%;
    background-repeat: no-repeat;
}

.concept .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
}

.concept .inner ul li:last-child {
    margin: 0;
}

.concept .inner ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3em;
    color: #333;
    display: block;
}

.concept .inner ul li strong span {
    color: #f39a00;
}

.concept .inner .sub_head {
    color: #f39a00;
    font-weight: bold;
}

.concept .inner ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8em;
    color: #333;
}


/* sp */
@media screen and (max-width: 820px) {

    /* コンセプト エリア */
    .concept {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 2.604166666% 0 7.8125% 0;
        background: none;
        background: linear-gradient(to right, #ffffff 0%, #ffffff 75%, #fcf7f1 75%, #fcf7f1 25%);
    }

    .concept .bg_on {
        width: 100%;
        height: auto;
    }

    .concept .bg_on2 {
        width: 100%;
        height: 70%;
        top: 30%;
    }

    .concept .inner {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 3.90625%;
        display: block;
        box-sizing: border-box;
    }

    .concept .inner img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .concept .inner ul {
        width: 100%;
        height: auto;
        margin-top: 7.8125%;
        padding: 0;
        /* background-image: none; */
        background-position: left -100% bottom 10%;
    }

    .concept .inner ul li {
        width: 100%;
        height: auto;
        margin-bottom: 3.90625%;
        padding: 0;
    }

    .concept .inner ul li:last-child {
        margin: 0;
    }

    .concept .inner ul li strong {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 5vw;
        font-weight: 600;
        text-align: left;
        line-height: 1.3em;
        color: #333;
        display: block;
    }

    .concept .inner ul li strong span {
        color: #f39a00;
    }

    .concept .inner ul li p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.8vw;
        font-weight: 400;
        text-align: left;
        line-height: 1.8em;
        color: #333;
    }
}

/*2023/03/28|お客様の声 追加*/
.swiper-main {
    width: 90%;
    margin: 0 auto 15px;
    padding: 35px 30px;
    border: solid 4px #f29900;
    background-color: #fff;
    box-sizing: border-box;
}
.swiper-images {
    display: none;
}
.swiper-detail {
    font-size: 17px;
    margin-bottom: 10px;
}
.swiper-detail ul {
    display: flex;
}
.swiper-detail ul li {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.swiper-detail ul li span {
    margin-right: 5px;
    padding: 1px 4px;
    border: solid 3px #f29900;
    border-radius: 20px;
}
.swiper-gratitude h2 {
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 3px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #f29900;
    box-sizing: b;
}
.swiper-gratitude p {
    font-size: 17px;
}
div#customer_voice a {
    width: 50%;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    background-color: #f39a00;
    color: #fff;
    text-decoration: none;
    position: relative;
}
div#customer_voice a:before {
    border-left: solid #fff;
    border-top: solid #fff;
    border-width: 3px;
    content: "";
    height: 8px;
    right: 25px;
    top: 40%;
    transform: rotate(135deg);
    width: 8px;
    position: absolute;
}
div#customer_voice a p {
    font-size: 20px;
}
.swiper-container.voice-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 20PX;
}
@media screen and (max-width: 820px) {
    .swiper-main {
        width: calc( 100% - 60px );
        height: auto;
        margin: auto;
        padding: 20px 20px;
        border: solid 4px #f29900;
        box-sizing: border-box;
    }
    .swiper-detail ul {
        display: flex;
        flex-direction: column;
    }
    .swiper-detail ul li {
        margin-bottom: 17px;
        margin-right: 10px;
        font-size: 18px;
    }
    .swiper-gratitude h2 {
        font-size: 20px;
    }
    div#customer_voice a {
        width: auto;
        margin: 0px 20px;
        padding: 10px;
        border-radius: 20px;
        background-color: #f39a00;
        color: #fff;
        text-decoration: none;
    }
    div#customer_voice a p {
        font-size: 20px;
    }
}



@media screen and (max-width:820px) {
	#top_main .time{
    display: none;
}
.reserve {
    background-color: #fffad6;
    padding: 20px 0;

    position: relative;
    z-index: 100;
}
.reserve p {
    width: 94%;
    margin: 0 auto;
    padding-left: 0px;
    box-sizing: border-box;
}

.slider_prev:after{
    height: 22px;
    width: 22px;
    right: -11px;
    margin-top: -11px;
}
.slider_next:after {
    height: 22px;
    width: 22px;
    margin-top: -11px;
    left: -11px;
}

#top_content02 .sec {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

#top_content01 .sec {
    width: auto;
    border: 2px solid #D3CFCD;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#top_content01 .sec ul {
    width: 300px;
}
#top_content01 .sec ul li {
    background-image: url(../img/top/ico01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #736C66;
    font-weight: 600;
    padding-top: 5px;
}
#top_content01 .img01 {
    background-color: rgba(255,255,255,0.5);
    text-align: center;
}

#top_content02 .sec {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}
#top_content02 div {
    font-size: 14px;
    font-weight: 500;
    margin: 3% 0;
}
#top_content02 p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 5px;
}
#top_content02 .bnr01 a:hover {
    opacity: 0.7;
}
#top_content01 {
    background-image: url(../img/top/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 12% 2% 0;
}
#top_content01 .title01 {
    width: 96%;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 3%;
    padding-bottom: 3.5%;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
#top_content01 .text {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    text-align: left;
    margin-bottom: 12%;
    padding: 0 3%;
}
#top_content01 .text span {
    color: #e4004b;
    font-size: 18px;
    text-decoration: underline;
}
#top_content01 #top_feature {
    background:rgba(252,250,238,.85);
    padding: 12% 0 6%;
    position: relative;
}
#top_content01 #top_feature h2 {
    width: 90%;
    text-align: center;
    position: absolute;
    top:0px;
    left:50%;
    transform: translate(-50%,-50%);
}
#top_content01 #top_feature li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 3%;
    box-sizing: border-box;
}
#top_content01 #top_feature li h3 {
    width: 30%;
}
#top_content01 #top_feature li p {
    width: 65%;
    color: #333;
}
#top_info_bg{
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}
#top_info{
    width: 100%;
}
#top_info_left,#top_info_right{
    width: 100%;
    margin-bottom: 15%;
}


.top_flow_01,.top_flow_02,.top_flow_03,.top_flow_04,.top_flow_05,.top_flow_06{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
}

.top_flow_img{
    width: 50%;
    position: relative;
    padding-bottom: 60px;
}
.top_flow_img::after{
    content: "";
    position: absolute;
    left: calc(50% - 29px);
    bottom:10px;
    width: 59px;
    height: 26px;
    background: url(../img/top/top_flow_bottom_sp.png) center center no-repeat;
}
.top_flow_img img{
    width: 100%;
    height: auto;
}
.top_flow_contents p{
    width: 50%;
    padding: 0 0 0 20px;
}
.top_flow_01{
    order: 1;
}
.top_flow_02{
    order: 2;
}
.top_flow_03{
    order: 3;
    margin-bottom: 0;
}
.top_flow_04{
    order: 4;
}
.top_flow_05{
    order: 5;
}
.top_flow_06{
    order: 6;
}
.top_flow_06 .top_flow_img::after{
    display: none;
}
.top_flow_01::after,.top_flow_02::after,.top_flow_03::after,.top_flow_04::after,.top_flow_05::after,.top_flow_06::after{
    display: none;
}

#top_outline_bg{
    padding: 30px 25px;
    box-sizing: border-box;
    background: url(../img/top/top_outline_bg_sp.png) center center no-repeat;
    background-size: cover;
}
#top_outline{
    width: 100%;
}
#top_outline h2{
    padding: 50px 0 10px;
}
.top_outline_text{
    width: 100%;
}

#top_greeting_bg{
    width: 100%;
    display: flex;
    justify-content: center;
}
#top_greeting{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
}

#top_greeting h2{
    width: 100%;
    color: #726C66;
    font-size: 16px;
    text-align: center;
    background: url(../img/top/icon_01.png) top center no-repeat;
    padding: 50px 0;
}
.top_greeting_img{
    position: relative;
    left: 0px;
    z-index: 10;
}
.top_greeting_text {
    width: 610px;
    background: #ffffff;
    color: #645E59;
    font-size: 14px;
    padding: 6%;
    border:3px solid #e1dfdd;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.8em;
    letter-spacing: 0.1em;

    position: relative;
    top:inherit;
    left:inherit;
    transform: translateX(0px);
    margin: 0 0 30px 0;
}
.top_greeting_text h3 {
    color: #ff9600;
    font-size: 18px;
    font-weight: bold;
}
.top_greeting_text .text {
    margin: 6% 0;
}

#top_access_bg{
    padding: 6% 20px 50px 20px;
    /*background: url(../img/top/top_access_bg_sp.png) center center no-repeat;*/
    background-size: cover;
    display: flex;
    justify-content: center;
}
#top_access{
    width: 100%;
}
#top_access_map{
    width: 100%;
}
#top_access_map iframe{
    width: 100%;
}
.coronabnr {
    padding: 0 10px 20px 10px;
}
.ekitenbnr {
    padding: 20px 0;
}
.ekitenbnr .sec {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.ekitenbnr .sec .f_l,
.ekitenbnr .sec .f_r{
    float:none;
    max-width: 350px;
    margin: 0 auto;
}
.ekitenbnr .sec .f_l{
    margin-bottom: 10px;
}
.ekitenbnr .sec img{
    width: 100%;
}
#top_content01 .list{
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}
#top_content01 .list li{
    font-size: 16px;
    line-height: 120%;
    padding-left: 30px;
}
#top_content02 .bnr02 {
    margin-bottom: 40px;
}
#top_flow_bg .title01 {
    width: 94%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
}
#top_flow_bg .text {
    color: #393939;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    text-align: left;
    margin-bottom: 12%;
    padding: 0 3%;
    letter-spacing: 0;
}
#top_flow_bg .text span {
    color: #e4004b;
    font-size: 18px;
    text-decoration: underline;
}
#top_flow_bg {
    padding: 40px 0 0px 0;
}





/*20200421*/
.reserve a {
    pointer-events: auto;
}



/*20200501*/
.link_insta {
    display: block;
    width: auto;
    margin: 0 20px;
    clear: both;
    text-align: center;
    padding-bottom: 80px;
}




/*20200611*/
#banner_reserve {
    text-align: center;
    margin-bottom: 0px;
    padding: 0 10px 20px 10px;
    margin-top: 0;
}
#banner_reserve a {
    transition: .3s;
}
#banner_reserve a:hover {
    opacity: .8;
    transition: .3s;
}

/*20201013*/
#banner_senior {
    text-align: center;
    margin-bottom: 0px;
    padding: 0 10px 20px 10px;
}
#banner_senior a {
    transition: .3s;
}
#banner_senior a:hover {
    opacity: .8;
    transition: .3s;
}



/*かわしまはりきゅう整骨院について*/
.top_outline_img{
    width: 100%;
    text-align: center;
}
.top_outline_img img{
    margin: 0 auto;
}


/*アクセス*/
#top_access_map iframe{
    height: 66vw;
}
}



/*2023/02/08|追記*/
@media screen and (max-width: 820px){
div#customer_voice {
    max-width: 600px;
    margin: auto;
    padding: 0 1%;
    overflow: hidden;
}
div#customer_voice .swiper {
    overflow: visible;
}
.voice-swiper {
    margin-bottom: 30px;
}
div#customer_voice ol {
    margin: 0px 15px 0px;
}
div#customer_voice ol li {
    padding: 20px;
    background-color: #fff;
    display: block;
}
div#customer_voice ol li .profile {
    width: 16%;
    margin-right: 0px;
    margin-bottom: 12px;
    float: left;
}
div#customer_voice ol li .voice_text h3 {
    font-size: 26px;
    margin-bottom: 0px;
    float: right;
    line-height: 95px;
}
div#customer_voice ol li .voice_text p {
    font-size: 16px;
    display: inline-block;
}
}

@media screen and (max-width: 425px){
div#customer_voice ol li {
    padding: 20px;
    background-color: #fff;
    display: block;
}
div#customer_voice ol li .profile {
    width: 16%;
    margin-right: 0px;
    margin-bottom: 12px;
    float: left;
}
div#customer_voice ol li .voice_text h3 {
    font-size: 18px;
    margin-bottom: 0px;
    float: right;
    line-height: 50px;
}
div#customer_voice ol li .voice_text p {
    font-size: 14px;
    display: inline-block;
}
}


/*20230216 初めての方へエリア*/
@media screen and (max-width:820px){
.first_in {
    flex-direction: column;
    width: 100%;
    padding: 30px 0 40px;
}

.first_in .fst_txt {
    width: 100%;
    margin: 0;
    padding: 50px 20px 0;
    box-sizing: border-box;
}

.first_in .fst_img {
    width: 100%;
    padding-top: 25rem;
}

.fst_txt .hd_fst {
    font-size: 18px;
}

.fst_txt .hd_fst span{
    font-size: 26px;
}

.fst_txt p {
    font-size: 15px;
}

.fst_txt .fst_btn {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

/*2023/02/16|施術コンセプト*/
.treatment_concept {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.treatment_concept img.treatment_concept-left {
    width: 80%;
    height: fit-content;
    margin-right: 0px;
}
.treatment_concept img.treatment_concept-right {
    width: 80%;
    height: fit-content;
    margin-left: 0px;
    margin-top: 30px;
}
    
/*症例一覧*/
.caseBox.bg{
        padding: 10vw 0 12vw;
        position: relative;
        z-index: 1;
        background: white;
        margin-bottom: 0%;
        background: white linear-gradient(115deg, white 85%, rgb(255 242 213 / 92%) 85%);
        overflow: hidden;
       margin-bottom:40px;
    }
    .bg {
        position: relative;
        z-index: 1;
        background: white;
        background: white linear-gradient(115deg, white 85%, rgba(0, 0, 0, 0.1) 85%);
        overflow: hidden;
    }
    .bg:before, .bg:after{
        content: '';
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .bg:before{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        /* background: linear-gradient(50deg, rgba(0, 0, 0, 0.1) 20%, transparent 20%, transparent 90%, rgba(0, 0, 0, 0.1) 90%); */
    }
    .caseBox .text_erea {
        width: 100%;
        padding-top: 0px;
    }
    .caseBox .text_erea p {
        margin-bottom: 16px;
    }
    .caseBox .text_erea p strong{
        font-size: 5.5vw;
        text-align: center;
        line-height: 1.3em;
        color: #666666;
        display: block;
    }
    .caseBox .text_erea ul {
        display: none;
    }
    .caseBox ul.icon_wrap {
        width: 100%;
        margin-bottom: 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .caseBox ul.icon_wrap li {
        width: 45%;
        border: none;
        border-radius: 5px;
        padding: 0px 8px 0px;
        margin-bottom: 8px;
    }
    .caseBox h2 {
        margin-bottom: 10px;
    }
    .caseBox .text_erea {
        margin-bottom: 15px;
    }
    .caseBox .text_erea .btn {
        display: none;
    }
    .caseBox .text_erea .btn .btn_i a {
        color: #fff;
        padding: 10px 40px;
        display: inline-block;
        border-radius: 65px;
        background: #7aaf39;
        width: 100%;
        max-width: 320px;
        text-align: center;
        text-decoration: none;
    }
    .caseBox ul.icon_wrap li span.text{
        font-size: 15px;
        text-decoration: none;
        color: #666666;
        display: block;
        text-align: center;
        margin-top: 5px;
        letter-spacing: 0.7px;
        font-weight: bold;
    }
    .caseBox .btn.sp {
        display: flex;
        margin-top: 20px;
        width: 100%;
        background: unset;
    }
    .caseBox .btn_i {
        display: block;
        width: 100%;
        text-align: center;
    }
    .caseBox .btn_i a {
        width: 80%;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 8px;
        margin: 0 auto;
        border-radius: 50px;
        color: #fff;
        position: relative;
        background-color: #ffb218;
        
    }
    .caseBox .btn .btn_i a:before{
        border-left: solid #fff;
        border-top: solid #fff;
        border-width: 3px;
        content: "";
        height: 8px;
        position: absolute;
        right: 30px;
        top: 38%;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 8px;
    }   
}

/* お知らせ･ニュース･コラム */
#news {
	margin-bottom: 50px;
}

#news .top_title .title01 {
    color: #726C66;
    font-size: 28px;
    text-align: center;
    background: url(../../img/top/icon_01.png) top center no-repeat;
    margin: 50px 0 30px;
}

#news .news_wrap {
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 0 3%;
}

#news li a {
	display: flex;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #c5c5c5;
	text-decoration: none;
	color: #363636;
}

#news li a:hover {
	color: #f39a00;
}

#news li a .date {
	font-size: 15px;
	font-weight: 600;
}

#news li a .category {
	margin: 0 10px;
	padding: 2px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}

#news li a .topics {
	background: #f39a00;
}

#news li a .news {
  background: #6f330f;
}

#news li a .column {
	background: #23bf64;
}

#news li a .blog {
	background: #f481b3;
}

#news li a p {
	font-size: 15px;
	padding-left: 7px;
}

.btnBox {
	max-width: 300px;
	margin: 0 auto 30px;
	text-align: center;
}

a.btn {
	position: relative;
	display: block;
	max-width: fit-content;
	margin: 0 auto;
	padding: 0 25px;
	color: #ffb218;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background: unset;
}

a.btn:hover{
    color: #ffb218;
}

a.btn:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY( -50% );
	background: #ffb218;
	border-radius: 30px;
}

a.btn:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin: 0;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	left: 3px;
	transform: translate( 70%, -50% ) rotate(45deg);
}
@media screen and ( max-width:820px ) {
	#news li a {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	#news li a p {
		padding: 5px 0 0;
	}
}


/*新着・お知らせ・ブログ*/
@media screen and (min-width: 821px){
.category_info .category_info_date {
    margin-bottom: 10px;
    margin-top: 10px;
}

.category_info .category_info_link{
	margin-top: 5px;
}

.content_info.contents_bg{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 60px 0;
    display: table;
    box-sizing: border-box;
}
	
#sidebar {
    width: 260px;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.content_info .contents{
    width: 700px;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
    margin: auto;
    box-sizing: border-box;
}
}

html body header.global_header .header_left {
    /* max-width: 160px; */
    margin-left: 25px;
}

.store .shop02 .inner .cover ul {
    margin-bottom: calc( 1.27118644% * 2 );
}

.store .shop02 .inner #area05 {
    width: 100%;
    height: auto;
    margin: 60px 0 25px 0;
    padding: 0;
}

.store .shop02 .inner #area05 strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    color: #5b2b0d;
    display: block;
}

html body footer.global_footer {
    background-color:#fff!important;
    padding-top: 90px!important;
    border-top: 1px solid #5b4534;
}

html body footer.global_footer .footer_wrapper .footer_site_link a {
    border: unset!important;
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu ul li {
    margin-bottom: 10px!important;
}

html body footer.global_footer .footer_wrapper .footer_nav .footer_menu > div {
    width: 33%;
    padding: 0px 20px!important;
}
  /**********************************************************/
/********店舗一覧*******************************************/
/**********************************************************/
#shoplist_area.top_content{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding: 120px 30px 120px;
    /*margin-top: 50px;*/
  }
  #shoplist_area.top_content .wrap{
    display:flex;
    position:relative;
    flex-direction:row;
    justify-content:flex-end;
  max-width: 1100px;margin: 0 auto;}
  #shoplist_area.top_content .wrap a{
      position:absolute;
      bottom:10px;
      right: -15px;
      width: 260px;
  }
  @media screen and (max-width:980px){
    #shoplist_area.top_content{
      padding:21vw 2vw 20vw;
    }
    #shoplist_area.top_content .wrap{
        flex-direction:column;
        flex-wrap:nowrap;
        align-content:center;
        justify-content:center;
        align-items:center;
    }
    #shoplist_area.top_content .wrap a{
        position:static;
        bottom:auto;
        width:70%;
        margin-top:5%;
        text-align: center;
    }
  
    #shoplist_area.top_content .wrap a img{
      margin: 0 auto;
    }
    #shoplist_area.top_content .wrap figure{
      max-width:630px;
    }
    #shoplist_area.top_content .wrap h3 {
      font-size: 7.2vw;
      color: #fff;
      font-weight: 500;
      letter-spacing: 0.75vw;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      text-align: center;
    }
    #shoplist_area.top_content .wrap h3 span {
      display: block;
      color: #fff;
      text-align: center;
      font-family: 'M PLUS Rounded 1c', sans-serif;
    }
    #shoplist_area.top_content .wrap h3 small {
      letter-spacing: -0.75vw;
      color: #fff;
    }
    #shoplist_area.top_content .wrap h3 b {
      color: #fff;
      font-weight: 600;
      font-size: 1.75em;
      margin-right: 0.75vw;
      font-family: 'M PLUS Rounded 1c', sans-serif;
    }
  }

  #main_visual {
    position: relative;
    margin-top: 30px;
}

#main_visual #main_visual_in {
    position: relative;
    z-index: 10;
}

#main_visual #main_area {
    position: absolute;
    top: 0;
    left: 12%;
    right: 4%;
    z-index: 0;
    max-width: 1600px;
    width: 84%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

#main_visual #main_area .swiper-wrapper {
    margin: 0;
}

#main_visual #main_area .swiper-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    object-position: center;
}

/*メニューをページ下部に固定*/

.global_header{
    position: fixed;
    width: 100%;
    top: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 9999;
    transform: translateY(-115%);
    transition: .4s;
}

@media screen and ( min-width:1262px ) {
    .global_header.fixed {
        transform: translateY(0);
    }
}

@media screen and (max-width:768px) {
    #main_visual #main_area {
        right: 0;
        left: 14%;
        width: 86%;
        height: 130vw;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #main_visual #main_area .main_in {
        width: auto;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        object-fit: cover;
        object-position: center;
    }

    #main_visual #main_area .swiper-slide img {
        width: auto;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        object-fit: cover;
        object-position: center;
    }
}

.sub-area{
    position: absolute;
    top:10%;
    left: 2%;
    z-index: 500;
    max-width: 1600px;
    max-width: 100%;
}

.sub-area h2{
    color: #fb864c;
    font-size: 64px;
    margin-bottom: 10%;
    margin-top: 10%;
    text-shadow: 
    0.05em 0.05em 0.05em #fff,
    -0.05em -0.05em 0.05em #fff,
    -0.05em 0.05em 0.05em #fff,
    0.05em -0.05em 0.05em #fff,
    0px 0px 0.3em #ff8367,
    0px 0px 0.3em #ff8367,
    0px 0px 0.3em #ff8367;
}

@media screen and ( max-width:768px ){
    .sub-area img{
        width: 120px;
    }
    .sub-area h2{
        font-size: 28px;
    }
    .caseBox .c_wrap {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .caseBox .circle_case_list {
      width: 100%;
    }
    #top_cases .top_title .title01 {
      padding: 0px;
    }
}

/*2023/06/19|追記*/
#top_cases .circle_case_list ul.icon_wrap li a:hover {
  opacity: 0.8;
}
