@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらは子テーマ用CSSです。以下にCSSを記入していきましょう。*/
@media only screen and (min-width: 1030px){
#archive_header {
    margin: 25px 40px 10px;
	padding:0;
}
.cardtype__article {
    width: 30%;
    margin: 0 3% 25px 0;
}
}

.wrap {
    margin: 0 auto;
}

#archive_header {
	width:100%;
}

#inner-content.wrap{
	width:100%;
}

#content {
    margin-top: 0;
}

.br-sp {
  display: none;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* 子要素(アイテム) */
.flex-item {
    background: #9c2d2dbd;
    text-align: center;
    width: calc((20% - 100px) / 2);
    padding: 4px;
    margin: 10px;
}

@media only screen and (max-width: 768px) {
.sgb-label-accent-c {
	font-size: .58em;
	}
.header-image__text p {
	margin: 0;
	padding: 0;
    }
.header-image__text {
    padding: 45% 20px 5%;
}
}

@media only screen and (max-width: 768px) {
.header-image__text p {
	margin: 0;
	padding: 0;
    }
.header-image__text {
    padding: 45% 20px 5%;
}
}


@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

#archive_header h1 {
    margin: 1.4em 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.main-bdr, #inner-content .main-bdr {
    border: none;
}

.space-between {
}


.accordion_content img {
	height:20px;
	
}


span.box-s {
	display:block;
}

p.box-p {
	margin-bottom:1em;
	font-weight:normal;
}

.keiko_yellow {
    font-weight: bold;
}

.container-a {
    background: #ffffff;
    padding: 1em;
    margin-bottom: 2em;
    position: relative;
    padding: 20px;
    /* background-color: #ade0ff; */
    border-radius: 30px;
}

.entry-content .wp-block-image figcaption {
	color: #000;
    font-size: 1em;
}


.arrow_r {
  position: relative;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

.center_box_line {
    background:#06c755;
	border-radius: 10px;
    padding: 15px;
    width: 50%;
    margin: 0 auto;
	text-align:center;
}


.center_box_line img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.center_box_line p.line {
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
}

.center_box_line p.line_s {
    margin: 10px 0;
    color: #fff;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid black;
    margin: 3em auto;
}


/*スマホハンバーガーメニュー*/
.logo-m {
    width: 60%;
    margin: 20px auto 0;
}

#footer-menu li, .privacy-policy-link {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
}




/*スマホフッター固定メニュー*/
.fixed-menu ul li i {
	color:#fff;
}

li.menu-item-1245 {
	background: #e65550;
}

li.menu-item-1247 {
	background: #00b900;
}

i.fab.fa-line {
	font-size:30px;
}

i.fa.fa-phone {
	font-size:24px;
}

span.footer-f {
    font-size: 1.2em;
    color: #ffffff;
}

.fixed-menu ul li a {
    padding: 4px 0 4px;
}


#footer-menu {
    padding: 20px 10px 60px;
}
p.sub-title {
    font-size: 1.2em;
    font-weight: bold;
}

span.tel-text {
	
}

#sgb-css-id-4 .icon-before {
    padding-bottom: 6px;
    padding-right: 10px;
}


/*サービスメニュー固定ページのCSS*/
.card-box-area-s {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-box-area-s:after {
	content: "";
	display: block;
	width: 24%;
}

.card-box-area-s div {
    width: 24%;
    font-size: calc(1rem * 0.9);
    margin-bottom: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 1px solid #333333;
    border-radius: 20px;
}

.card-box-area-s a {
    transition: 0.3s;
    display: block;
    color: #FFF;
    text-decoration: none;
}

.card-box-area-s a:hover{
    opacity: 0.7;
}

.card-box-area-s span.service-menu {
    display: block;
    padding: 5px 5px;
    margin: 0;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 1em;
}


@media screen and (max-width: 768px){
.card-box-area-s div {
    width: 49%;
	margin-bottom: 0.5em;
}
#archive_header {
    /* margin: 0 0 2em; */
    /* padding: 10px 15px; */
    border-top-width: 3px;
    border-top-style: solid;
    background: #fff;
}
.flex-item {
    text-align: center;
    background: #9c2d2dbd;
    font-size: 0.9em;
    width: calc((40% - 25%) / 2);
    margin: 5px;
}
}


/*投稿ページタイトル変更*/

.single-title {
    margin: 1.4em 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}



/*記事カードアニメーションオフ*/
.wp-block-sgb-tab-item .c_linkto {
    /* -webkit-animation: fadeIn 1.1s ease 0s 1 normal; */
    /* animation: fadeIn 1.1s ease 0s 1 normal; */
	animation:none;
}
.wp-block-sgb-tab-item .c_linkto:first-child, .wp-block-sgb-tab-item .c_linkto:nth-child(2) {
    /* -webkit-animation: fadeIn .7s ease 0s 1 normal; */
    /* animation: fadeIn .7s ease 0s 1 normal; */
	animation:none;
}
.c_linkto {
    display: block;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    margin: 1em 0;
    padding: 0;
    border-radius: 0px;
	border:1px solid #555;
    background: #fff;
    box-shadow: none;
    color: #555;
    font-weight: bold;
    text-decoration: none !important;
}

.catpost-cards .c_linkto {
    margin: 0 0 2em;
    max-width: none;
	width: 30%;
}

.c_linkto .c_linkto_text {
    font-size: 0.9em;
}


@media screen and (max-width: 768px){
.catpost-cards .c_linkto {
    width: 48%;
	margin: 0 0 0.5em;
}
.wp-block-sgb-tab-item .c_linkto:first-child, .wp-block-sgb-tab-item .c_linkto:nth-child(2) {
    /* -webkit-animation: fadeIn .7s ease 0s 1 normal; */
    /* animation: fadeIn .7s ease 0s 1 normal; */
    animation: none;
    width: 48%;
}
.c_linkto .c_linkto_text {
    display: block;
    padding: 5px 4px;
	font-size:0.8em;
    line-height: 1.6;
}
} 

/*　アコーディオン　*/
.accordion {
  margin: 0.5em 0;
  font-size: 0.95em;
}

.accordion label {
    display: block;
    position: relative;
	padding: 13px 37px 13px 55px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	color: #333333;
	border: 1px solid #555555;
}

.accordion label:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    color: #333;
}

.accordion label:after {
    content: "+";
    font-family: "Quicksand", sans-serif;
    position: absolute;
    right: 14px;
    top: 17px;
    top: calc(50% - 7.5px);
    line-height: 15px;
    font-size: 23px;
    font-weight: normal;
    color: #333333;
}

.accordion label:hover {
}

.accordion_input {
  display: none;
}

.accordion_content {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: .8s;
	line-height: 1.5;
}

.accordion_input:checked~.accordion_content {
    height: auto;
    position: relative;
    padding: 0.5em 0 0.5em 55px;
    opacity: 1;
    overflow: visible;
	min-height: 100px;
}

.accordion_content:before {
    content: "A";
    background: #e65550;
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    color: #fff;
}


.accordion_input:checked + label {
}

.accordion_input:checked + label:after {
  content: "-";
}

.qa_box {
	font-size: calc(1rem * 0.9);
}

span.qa_text {
	
}


/*　固定ページタイトル見出し*/
.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.entry-content h2.heading06 {
    margin: 0 0 0.7em;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
    content: attr(data-en);
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(204 204 204);
    font-size: 1.2em;
    font-style: italic;
}

.heading06::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: rgb(204 204 204);
}

span.red-b {
	color:#e80000;
}

/*　コンテナ１００％　*/
.container-a {
    background: #f3f3f3;
    padding: 1em;
    margin-bottom: 2em;
}
.container-a p {
    font-size: 1em;
    margin: 1em;
}
h2#i-0.midasi-title {
	margin: 1em 0 0.7em;
}

@media screen and (max-width: 768px){
h2.midasi-title {
	font-size:1em;
}
.container-a p {
	font-size:1em;	
	margin:1em;
	line-height: 1.4;
}
h2.sp-mode {
	font-size: 1.1em;
}

h2.wp-block-heading {
	margin-top:0;
}

.character {
    margin-bottom: -1em;
}
.heading06::before {
    font-size: 0.9em;
    top: 10px;
}
.center_box_line {
	width: 100%;;
}
}


/*　Q＆A変更*/
#inner-content .hh.hhq:before, #inner-content .hh.hha:before {
    background: #000000;
}
#inner-content .hh.hha:before {
    background: #eceb02;
}

/*　ロゴ変更　*/
@media only screen and (min-width: 769px) {
#logo img {
    padding: 15px 15px 15px 0;
}
}

.character {
    text-align: center;
    padding: 1em;
}

.character img {
    display: block;
    margin: 10px auto 0;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #eee;
    background: #ffffff;
}

p.character_info {
    margin: 0;
}

p.character_title {
    padding: 0.2em 0.6em;
    display: inline-block;
    background: #333;
    border-radius: 20px;
    color: #fff;
    font-size: 1em;
    margin: 0;
}

.request_box {
    padding: 1em;
}

p.crequest_info {
    font-size: 1.2em;
    background: #eee;
    margin-bottom: 15px;
    padding: 0.8em 1.2em;
}



p.request_result {
    font-size: 1.1em;
}


/*　相談・問い合わせデザイン　*/
.left_box {
	background: #fff;
    border-radius: 10px;
    padding: 15px;
	text-align: center;
}

.right_box {
	background: #fff;
    border-radius: 10px;
    padding: 15px;
	text-align: center;
}

p.contact_bot_title {
    margin-bottom: 10px;
    font-size: 1.1em;
	font-weight: bold;
}

p.contact_bot_tel {
    margin: 10px 0;
}

p.contact_bot_text {
    font-size: 1em;
    font-weight: 600;
	margin-bottom: 0;
}

p.contact_bot_tel a {
    display: flex;
    justify-content: center;
    line-height: 1;
    color: #e65550;
    font-family: Avenir;
    font-size: 38px;
	font-weight: bold;
	text-decoration: none;
}

p.contact_bot_online {
    width: 90%;
    margin: 0 auto;
    background: #e65550;
    border-radius: 40px;
    box-shadow: 0px 5px 10px 0 rgb(118 118 118 / 20%);
    transition: .3s;
}

p.contact_bot_online:hover {
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

p.contact_bot_online a {
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 13px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

p.contact_bot_tel a img {
    width: 38px;
    height: auto;
    margin-right: 5px;
}

p.contact_bot_online a img.first {
    width: 38px;
    margin-right: 10px;
}

.center_box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 50%;
    margin: 0 auto;
}

.center_box h4{
	margin: 1em;
}

@media screen and (max-width: 768px){
.center_box {
    width: 100%;
    margin: 0 auto;
}
.center_box h4{
	margin: 1em;
	font-size:0.9em;
}
}



/*　タイムラインデザイン変更　*/
.sgb-tl-item__marker {
    border: 3px solid;
    border-radius: 0%;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 28px;
}

.sgb-tl-item:before {
    background: #ccd5db;
    bottom: 0;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
	top: 38px;
	width: 1px;
}
.sgb-tl-item {
    padding: 0 0 1.5em 2.8em;
}




/*　2カラム30%:70%　*/
.container-b {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
	font-size: calc(1rem * 0.9);
}
.column--l, .column--r {
    width: 100%;
    background: #fff;
}

.column--r p {
	padding: 0.4rem;
    margin: 0;
}

@media (min-width: 1024px) {
.column--l {
	width: 20%;
	background: #fff;
  }
.column--r {
	width: 80%;
	background: #fff;
}
}


/*　１カラム横幅1180pxに変更　*/
@media only screen and (min-width: 769px){
.one-column #main {
    float: none;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
}
}


.entry-content .sgb-heading {
	margin: 0.5em 0 2em;
}
/*　トップアイキャッチつぶつぶ
.header-image__shade {
    background-image: radial-gradient(#555 30%, transparent 31%), radial-gradient(#555 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
*/
.header-image__text {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20% 20px 5%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.header-image__text p {
	font-size: 2.5em;
	text-shadow:1px 1px 1px #000;
}
span.t-shadow {
	text-shadow: 1px 1px 10px #555, -1px -1px 2px #000000;
}
p.header-image__descr {
    font-size: 1.6em;
    font-weight: bold;
	color: #fff;
}
.wp-block-sgb-hero .header-image__text {
	margin-bottom:0;
}

span.back-yellow {
	background-color:#eeee22;
	padding: 10px;
}

/*横3列スマホ2列のCSSです。*/
.card-box-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-box-area div {
    width: 30%;
    font-size: calc(1rem * 0.9);
    margin-bottom: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 1px solid #f2f2f2;
	background: #fffff8;
}

figure {
    margin: 0;
    padding: 0;
}

.card-box-area div h2 {
    display: block;
    text-align: center;
    font-size: calc(0.7rem * 1.75);
    margin: 20px 0 0;
    font-weight: bold;
}

.card-box-area div p {
    padding: 0.4rem;
	margin: 0 0 5px;
}

span.service {
    padding: 0.2em 0.6em;
    display: inline-block;
    background: #333;
    border-radius: 20px;
    color: #fff;
    font-size: 1em;
    margin: 4px 4px 0px 0px;
}

.card-box-area span.price {
    display: inline-block;
    padding: 4px;
    margin: 0;
    background: #e65550;
    color: #fff;
    font-size: 1.2em;
}


.card-box-area img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 768px){
.card-box-area {
    margin: 24px auto;
}
.card-box-area div {
	width:100%;
	margin-bottom: 1.5rem;
	height: auto;
}
}

/* スマホ時横2列にする場合
@media screen and (max-width: 768px){
.card-box-area div {
    width: 49%;
    margin-bottom: 0.4rem;
    height: auto;
}
}
*/

/*横3列固定のCSSです。*/
.item-box {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
	margin: 20px auto 0;
}

.item img {
	display: block;
	margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #eee;
    background: #0000009c;
	padding: 5px;
}

@media screen and (max-width: 768px){
.item-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid;
    background: #0000009c;
	padding: 5px;
}
	
#logo img {
    padding:0;
}
}

@media screen and (max-width: 768px){
.header-image__text {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50% 20px 5%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.header-image__text p {
	font-size: 1.5em;
	line-height: 1.3;
    margin-bottom: .5em;
}
p.header-image__descr {
    font-size: 1em;
	margin-top: .5em;
    margin-bottom: 1em;
}
}

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

/*流れフローチャート変更*/
.sgb-tl-item__label--default {
    color: #000000;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5;
}


/*コンタクトフォームチェックすボックスボタン化*/

span.wpcf7-list-item-label {
    color: #333;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
    margin-bottom: 0.5em;
	background: #fff;
	cursor: pointer;
}

}
label span.wpcf7-list-item-label {
    color: #333;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
}

label input:checked + span.wpcf7-list-item-label {
    color: #FFF;
	background: #767676;
    border: 1px solid #000000;
}

.wpcf7-list-item {
    margin: 0 0 0 0.5em;
}

/* ラジオボタンを消す */

input[type="checkbox"], input[type="radio"] {
    display: none;
}

 
/* ラジオボタンの文字を消す */
span.course input + span {
    font-size: 0;
}




/*コンタクトフォームチェックすボックスボタン化*/
.contact_form_box {
	
}

.contact_form_box p{
	margin:0;	
}

.btn2_wrap{
    display:inline-block;
    position: relative;
}
.btn2_wrap input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.btn2_wrap label{
    padding: 10px 20px;
    border-radius: 20px;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
}
.btn2_wrap label:hover,
.btn2_wrap input:checked + label{
    background: #af975e;
    color: #FFF;
}

div.check_o {
    padding: 15px 5px 10px 5px;
    margin-bottom: 1em;
    border: 1px solid #eff1f5;
	background: #eff1f5;
}

div.check_o p {
    margin:0;
}


span.any {
    padding: 3px 5px;
    background: #606060;
    font-size: 0.8em;
    color: #fff;
    margin-left: 5px;
    border-radius: 20px;
}

span.must {
    padding: 3px 5px;
    background: #f74343;
    font-size: 0.8em;
    color: #fff;
    margin-left: 5px;
    border-radius: 20px;
}

.text_form label {
	line-height:1.5;
}

input.wpcf7-submit {
    padding: 0.7em 2em !important;
    margin: 1em 0 0 !important;
    background-color: #e65550 !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: 0;
    transition: 0.5s;
}

input.wpcf7-submit:hover {
    background-color: #ff7570 !important;
    color: #fff !important;
}
