/*
Theme Name:arkhe-child
Template:arkhe
Version:3.8.0
*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { 
        display: none !important;
    }
    .sp { 
        display: block !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Klee+One&family=Lora:ital,wght@0,400;1,400;1,500&family=M+PLUS+1:wght@300;400&family=M+PLUS+1p:wght@300&family=Merriweather:ital,wght@0,400;1,900&family=Mochiy+Pop+P+One&family=Open+Sans:wght@300&family=Roboto+Condensed:wght@300&family=Slackside+One&family=Tsukimi+Rounded&family=Ubuntu:ital,wght@1,300&family=Yusei+Magic&family=Zen+Maru+Gothic&display=swap');
body{
    background: #FCFCFC;
    color: #5C5C5C;
    font-family: "Lora", "Noto Serif JP", sans-serif;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}
div.mainvisual {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    z-index: 1;
    background: url() no-repeat bottom center/contain;
	 height: 80vh;
    max-height: 800px;
}
div.mainvisual::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
    background: rgb(250, 249, 249);
    width: 100%;
    height: 100%;
    content: "";
}
div.mainvisual img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 300px;
    height: auto;
}
@media screen and (max-width: 480px){
    div.mainvisual {
        background: url() no-repeat center center/cover;
    }
}
/*  */
.about-us, .service, .instagram, .ctegory, .voice, .order,.question {
    margin-top: 80px;
    margin-bottom: 80px;
}
.inner {
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1000px;
}
div.section-top {
    margin-bottom: 30px;
    text-align: center;
}
div.section-top .section-title {
    font-size: 32px;
}
div.section-top .section-title__jp {
    font-size: 16px;
}

section.about-us div.inner div.about-us__main-txt,section.category div.category__main-txt{
    margin-top: 50px;
    text-align: center;
}
section.about-us div.inner div.about-us__sub-txt{
    position: relative;
    text-align: center;
}
img {
    -o-object-fit: cover;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.about-us div.inner div.about-us__sub-txt .bg-logo {
    position: absolute;
    right: 0;
    bottom: -70%;
    opacity: 0.2;
    width: 380px;
    height: auto;
}
div.service__txt {
    margin-top: 8px;
    color: #B24B4B;
}
.image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.category {
    background: rgba(174, 135, 160, 0.1);
    padding: 30px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
/* スライダー */
@media screen and (max-width: 928px) {
	.image{
					height: 500px;
	}
	.slider img{
		height: 500px;
		object-fit: contain;
	}
	div.mainvisual {
    height: 80vh;
    max-height: 800px;
	}
}

@media screen and (max-width: 480px){
    .slider img{
        height: 300px;
        width: 100%;
        object-fit: contain;
    }   
	section.about-us div.inner div.about-us__sub-txt .bg-logo {
		width: 320px;
	}
}
.slider img{
    width:100%;
    height: 250px;
}
/* ボタン */
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 240px;
	margin: auto;
	padding: 0.5rem 0.5rem;
	border: 2px solid #AE87A0;
	background: #AE87A0;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #AE87A0;
    background: #fff;
    text-decoration: none;
}
/* チャットフロー */
.flow_design08 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow08 {
    padding-left: 0;
}

.flow08 > li {
    list-style-type: none;
    border-radius: 15px;
    background: #F4F6FA;
    position: relative;
    padding: 20px;
}

.flow08 > li:not(:last-child) {
    margin-bottom: 20px;
}

.flow08 > li dl {
    display: flex;
    align-items: center;
}

.flow08 > li dl dt {
    font-weight: 700;
    width: 20%;
    min-width: 5em;
}

.flow08 > li .icon08 {
    color: #AE87A0;
    margin-right: 0.5em;
}

.flow08 > li dl dd {
    margin: 0;
    width: calc(80% - 20px);
}
.order__main-txt{
    text-align: center;
}
@media screen and (max-width: 480px){
	.order__main-txt{
    text-align:left;
}
}
/*ふわふわした囲み枠*/
.box3-2 {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	background-color:#fff;/*背景色*/
	box-shadow: 0 0 6px 1px  #AE87A0, 0 0 6px 1px  #AE87A0 inset;/*ふわりとした影*/
	border-radius: 30px;
}
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
    max-width: 800px;
    margin: 0 auto;
  }
  .s_02 .accordion_one .accordion_header {
    background-color: #fff;
    color:#AE87A0;
	 border-right:1px solid #AE87A0;
	 border-left:1px solid #AE87A0;
	 border-top:1px solid #AE87A0;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .s_02 .accordion_one:nth-of-type(2) .accordion_header {
      background-color: #fff;
  }
 .s_02 .accordion_one:nth-of-type(3) .accordion_header {
      background-color: #fff;
  }
 .s_02 .accordion_one:nth-of-type(4) .accordion_header {
      background-color: #fff;
  } .s_02 .accordion_one:nth-of-type(5) .accordion_header {
      background-color: #fff;
  }
  .s_02 .accordion_one:nth-of-type(6) .accordion_header {
       background-color: #fff;
	  border-bottom:1px solid #AE87A0;
  }
  .s_02 .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #AE87A0;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .s_02 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #AE87A0;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s_02 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
    border-left: 1px solid #AE87A0;
    border-right: 1px solid #AE87A0;
    border-bottom: 1px solid #AE87A0;
    box-sizing: border-box;
  }
  .s_02 .accordion_one:nth-of-type(2) .accordion_inner {
    border-left: 1px solid #AE87A0;
    border-right: 1px solid #AE87A0;
    border-bottom: 1px solid #AE87A0;
  }
  .s_02 .accordion_one:nth-of-type(3) .accordion_inner {
    border-left: 1px solid #AE87A0;
    border-right: 1px solid #AE87A0;
    border-bottom: 1px solid #AE87A0;
  }
  .s_02 .accordion_one .accordion_inner .box_one {
    height: 350px;
  }
  .s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }
  @media screen and (max-width: 1024px) {
    .s_02 .accordion_one .accordion_header {
      font-size: 18px;
    }
    .s_02 .accordion_one .accordion_header .i_box {
      width: 30px;
      height: 30px;
      margin-top: -15px;
    }
  }
  @media screen and (max-width: 767px) {
    .s_02 .accordion_one .accordion_header {
      font-size: 16px;
      text-align: left;
      padding: 15px 60px 15px 15px;
    }
  }
/*左上にずらした背景色ありタイトル*/
.box5-4{
	margin: 2em auto; /* ボックスの余白 */
	background-color: #fafafa; /* ボックス背景色 */
	padding:3em 2em 2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #AE87A0;	/* ボックスの線 (太さ　種類　色)*/
}
.box5-4 .box-title {
	background-color:#AE87A0; /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	color: #fff ; /* タイトル文字色 */
	padding: 7px 10px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -10px; /*上から（0px）移動*/
	left: 20px; /*左から(0px)移動*/
}
/*  */

p span{
	color:#AE87A0;
	 font-weight: bold;
}