@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*----- 初期設定 -----*/
body {
    font-size: 89% !important;
	color: #111;
}
.single-title, .page-title {
	color: #111;
}
#wpadminbar {
	display: none;
}
body {
	margin-top: 0;
}
img {
	position: relative;
	z-index: 1;
}
p.img-inner {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	width: 100%;
	height: 100%;
}
p.img-inner:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/sango-theme-child/img/transparent_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.entry-content p a {
    text-decoration: none;
}
.entry-content .specList p {
    margin: 0;
    line-height: 1.6em;
}
.prnx_box {
    display: none;
}
#comments {
    display: none;
}
.totop {
    background: #222 !important;
}
.entry-content > * {
    position: relative;
    z-index: 4;
}
article#entry {
    border: none;
}
/*reCAPTCHA*/
.grecaptcha-badge {
	visibility: hidden;
}
.cf7-p {
    line-height: 1.3;
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
	#container {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 520px) {
	#block-3 {
    	display: none;
	}
}
@media screen and (max-width: 500px) {
	body {
    	margin-top: 56px;
	}
}
@media screen and (max-width: 414px){
	.entry-content {
		padding: 10px 15px 0;
	}
	.entry-meta {
		padding: 0 20px;
	}
	.single-title, .page-title {
		padding: 0 20px;
	}
	.home h1 {
		font-size: 1.75em !important;
	}
}
@media screen and (max-width: 376px) {
	.home h1 {
    	font-size: 1.58em !important;
	}
}
.article-footer {
	display: none;
}
/*--- breadcrumb ---*/
#breadcrumb {
    padding: 5px 15px;
    font-size: 12px;
    background: #fff;
}
#breadcrumb a {
    color: #222;
}
@media screen and (max-width: 414px){
	#breadcrumb {
		padding: 5px 20px;
	}
}
/*--- END breadcrumb ---*/
/*--- header ---*/
.header {
    position: absolute;
    top: 0;
    width: 100%;
}
p.pc_header_disc {
    display: inline-block;
    font-size: 13px;
    color: #aaa;
    line-height: 1.2em;
    float: left;
    margin-top: 15px;
}
@media screen and (min-width: 766px) {
	#logo img.pc_none {
		display: none;
	}
	.pc_none {
		display: none;
	}
}
@media screen and (max-width: 765px) {
	p.pc_header_disc {
		display: none;
	}
	#logo img.sp_none {
		display: none;
	}
}
.header {
	box-shadow: 0 0 45px rgb(0 12 66 / 9%);
}
a.header-logo__link .img-inner {
    width: auto;
    height: auto;
}
.header #logo img {
    padding: 14px 0 17px !important;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.header #logo img.header-desc_img {
    height: 47px;
    vertical-align: middle;
	transform: translateY(-3%);
}
.entry-content p a {
    text-decoration: none;
}
.entry-content .specList p {
    margin: 0;
    line-height: 1.6em;
}
.header_desc {
    margin: 0;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5%;
    margin-top: -0.5%;
    text-align: left;
    -webkit-text-stroke: 0.3px #222;
    text-stroke: 0.3px #222;
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fixed .header_desc {
    font-size: 0.7em;
    margin-top: -1%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#logo {
	position: relative;
	text-align: center;
}
a.pc_header_btn {
	background: #111;
    color: #fff !important;
    padding: 6px 15px 5px 20px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: 38px;
    display: block !important;
    line-height: 1.9em !important;
    font-size: 0.6em;
	overflow: hidden;
}
a.pc_header_btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 800;
    color: #fff;
    padding-left: 5px;
}
a.pc_header_btn:before {
	content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 10%;
    height: 150%;
    background: #fff;
    transform: rotate(45deg);
    animation: reflect 3s ease-in-out infinite;
}
#drawer i, .header-search i {
    color: #222;
}
#drawer #drawer__open {
	right: 0; left: auto;
	z-index: 100;
}
#drawer__content {
transform: translateX(112%);
}
@media screen and (min-width: 1240px) {
	#inner-header {
    	width: 1180px !important;
    	margin: auto !important;
	}
	#logo a {
		position: absolute;
        left: 0;
        right: 0;
	}
}
@media screen and (max-width: 1239px) {
	header #inner-header {
    	width: 96%;
		margin: auto;
	}
}
@media screen and (max-width: 500px) {
	header #inner-header {
		width: 100%;
		padding: 0 15px;
		max-width: 100% !important;
	}
	.header--center #logo img {
		width: 100% !important;
	}
	.header {
    	position: fixed;
	}
	#logo {
    	height: 55px !important;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
		text-align: left;
	}
	.fixed #logo {
		height: 40px !important;
	}
	#logo:before {
		display: none;
	}
	#logo img {
		height: 43px;
	}
	.header-search {
		line-height: 57px;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
		right: 8%;
	}
	.fixed .header-search {
		line-height: 42px;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
	}
	#drawer__open {
		line-height: 57px;
	}
	.fixed #drawer__open {
		line-height: 42px;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
	}
	a.pc_header_btn {
		display: none !important;
	}
}
@media screen and (max-width: 414px){
	#inner-header {
		padding: 0 10px !important;
	}
	#logo img {
		height: 38px;
		transform: translateY(-3%);
	}
	.header #logo img {
		padding: 4px 0 6px 3px !important;
		margin-left: -5px;
	}
	.fixed #logo img {
		padding: 15px 0 10px 0;
		height: 36px;
	}
	.header #logo img.header-desc_img {
		height: 35px;
		transform: translate(-2%, 1%);
	}
	.fixed #logo img.header-desc_img {
		height: 32px;
	}
}
@media screen and (max-width: 376px) {
	.header_desc {
		margin-top: 13%;
    	margin-left: -29%;
	}
	.fixed .header_desc {
    	margin-top: 4%;
	}
}
/*ハンバーガーメニュー(pc)*/
.outer-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu-pc {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu-pc > div {
  transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu-pc > div > div  {
  opacity: 1;
  transition: opacity .4s ease .4s;
}
/* .outer-menu .checkbox-toggle:hover + .hamburger-pc {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
} */
.outer-menu .checkbox-toggle:checked:hover + .hamburger-pc > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger-pc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em .7em;
  border-radius: 0 .12em .12em 0;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger-pc > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
	background: #c1c1c1;
	border-radius: 50px;
}
.outer-menu .hamburger-pc > div:before,
.outer-menu .hamburger-pc > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all .4s ease;
  background: #c1c1c1;
	border-radius: 50px;
 }
 .outer-menu .hamburger-pc > div:after {
  top: 9px;
 }
 .outer-menu .menu-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu-pc > div {
  width: 200vw;
  height: 200vw;
  color: #fff;
  background: #000000db;
  border-radius: 50%;
  transition: all .4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu-pc > div > div {
  text-align: center;
  width: 1100px;
  max-height: 100vh;
  opacity: 0;
  transition: opacity .4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
.outer-menu .menu-pc > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu-pc > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu-pc > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color .4s ease;
}
/* .outer-menu .menu-pc > div > div > ul > li > a:hover {
  color: darken(#FEFEFE, 10%);
}
.outer-menu .menu-pc > div > div > ul > li > a:hover:after {
  width: 100%;
} */
.outer-menu .menu-pc > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: darken(#FEFEFE, 10%);
  transition: width .4s ease;
}
@media screen and (max-width: 765px) {
	.outer-menu {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.outer-menu {
		position: fixed;
		top: 0;
		right: 49px;
		z-index: 1;
	}
}
@media screen and (min-width: 1280px) {
	.outer-menu {
		right: 176px;
	}
}
@media screen and (min-width: 1360px) {
	.outer-menu {
		right: 217px;
	}
}
@media screen and (min-width: 1440px) {
	.outer-menu {
		right: 255px;
	}
}
@media screen and (min-width: 1600px) {
	.outer-menu {
		right: 363px;
	}
}
@media screen and (min-width: 1920px) {
	.outer-menu {
		right: 495px;
	}
}
/*--- END header ---*/
/*ハンバーガーメニュー内*/
.drawer__content .area_box {
    padding: 40px 0;
}
#drawer__content {
	width: 100%;
	max-width: initial;
	background: #222222;
	padding: 30px;
	text-align: center;
	display: flex;
    align-items: center;
}
.ham_tit {
	margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    padding-bottom: 8px;
}
ul.ham_cont_ul {
    padding: 0 !important;
    border: none !important;
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
    position: relative;
    z-index: 1;
}
li.ham_cont_li {
	position: relative;
}
li.ham_cont_li a {
	color: #222;
}
.ham_cont_li-inner {
    padding: 0 !important;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: solid 3px #222;
    position: relative;
    z-index: 2;
}
li.ham_cont_li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border: solid 3px #fff;
    top: -2.5px;
    left: -2.5px;
    border-radius: 50px;
}
.ham_cont_label {
    background: #222;
    padding: 10px 10px 13px 10px;
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ham_cont_label p {
    margin: 0;
}
.ham_cont_detail {
    width: calc(100% / 6 * 5);
    padding: 10px;
    background: #fff;
	display: flex;
}
.ham_cont_detail_inner {
    font-weight: bold;
	font-size: 1.2em;
}
.ham_cont_detail_inner-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.ham-small_arrow {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #222;
    border-radius: 50%;
    position: relative;
}
.ham-small_arrow:before {
    content: "";
    margin: auto 6px;
    position: absolute;
    bottom: 32%;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    z-index: 3;
}
.ham_search {
    width: 80%;
    margin: auto;
    padding-top: 15px;
}
#drawer__content .ham_search .searchform__input {
	border-radius: 50px;
	height: 35px;
	padding-left: 20px;
}
#drawer__content .ham_search .searchform__input::placeholder {
    color: #C2C2C2;
    font-weight: bold;
}
.ham_search .searchform__submit {
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50px;
    width: 55px;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    line-height: 2.3;
}
.close {
	display: block;
	position: absolute;
}
.ham_close {
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
	top: 15px;
    right: 15px;
}
.ham_close span {
    background: #222;
    border-radius: 50px;
    height: 25px;
    margin: 7px 0 0 0;
}
.close span {
    display: inline-block;
    position: relative;
    width: 3px;
    padding: 0;
    transform: rotate(0deg) scaleX(0);
	transition: .2s;
}
#drawer__input:checked ~ #drawer__content .close span {
	transform: rotate(45deg) scaleX(1);
	transition-delay: .6s;
}
.close span:before {
    background: #222;
    border-radius: 50px;
    width: 25px;
    margin: -1px 0 0 9px;
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
	height: 3px;
	content: "";
	transform: rotate(-45deg) scaleX(0);
	transition: .2s;
}
#drawer__input:checked ~ #drawer__content .close span:before {
	transform: rotate(0deg) scaleX(1);
	transition-delay: .6s;
}
@media screen and (min-width: 500px) {
	.ham_close {
		width: 50px;
		height: 50px;
		padding: 13px 15px;
	}
	.ham_close span {
		margin: 0;
	}
	ul.ham_cont_ul {
		width: 500px;
    	margin: 20px auto 0;
	}
	.ham_search {
		width: 400px;
		padding-top: 40px;
	}
	#drawer__content .ham_search .searchform__input {
		height: 50px;
	}
	.ham_search .searchform__submit {
		height: 40px;
		width: 65px;
		right: 6px;
	}
}
/*ハンバーガーメニュー内*/
#drawer__content {
	width: 100%;
	max-width: initial;
	background: #222222ed;
	padding: 20px 30px;
	text-align: center;
}
.ham_tit {
    width: 50%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 0;
}
ul.ham_cont_ul {
    padding: 0 !important;
    border: none !important;
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
    position: relative;
    z-index: 1;
	margin: 1.5em 0;
}
li.ham_cont_li {
	position: relative;
}
li.ham_cont_li a {
	color: #222;
}
.ham_cont_li-inner {
    padding: 0 !important;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: solid 3px #222;
    position: relative;
    z-index: 2;
}
li.ham_cont_li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border: solid 3px #fff;
    top: -2.5px;
    left: -2.5px;
    border-radius: 50px;
}
.ham_cont_label {
    background: #222;
    padding: 7px 10px 10px;
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ham_cont_label p {
    margin: 0;
}
.ham_cont_detail {
    width: calc(100% / 6 * 5);
    padding: 10px;
    background: #fff;
	display: flex;
}
.ham_cont_detail_inner {
    font-weight: bold;
	font-size: 1.4em;
}
.ham_cont_detail_inner-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.ham-small_arrow {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #222;
    border-radius: 50%;
    position: relative;
}
.ham-small_arrow:before {
    content: "";
    margin: auto 6px;
    position: absolute;
    bottom: 32%;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    z-index: 3;
}
.ham_search {
    width: 80%;
    margin: auto;
    padding-top: 15px;
}
#drawer__content .ham_search .searchform__input {
	border-radius: 50px;
	height: 35px;
	padding-left: 20px;
}
#drawer__content .ham_search .searchform__input::placeholder {
    color: #C2C2C2;
    font-weight: bold;
}
.ham_search .searchform__submit {
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50px;
    width: 55px;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    line-height: 2.5;
}
.close {
	display: block;
}
.ham_close {
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
	top: 15px;
    right: 15px;
}
.ham_close span {
    background: #222;
    border-radius: 50px;
    height: 25px;
    margin: 7px 0 0 0;
}
.close span:before {
    background: #222;
    border-radius: 50px;
    width: 25px;
    margin: -1px 0 0 9px;
}
@media screen and (min-width: 500px) {
	.ham_close {
		width: 50px;
		height: 50px;
		padding: 13px 15px;
	}
	.ham_close span {
		margin: 0;
	}
	ul.ham_cont_ul {
		width: 500px;
    	margin: 20px auto 0;
	}
	.ham_search {
		width: 400px;
		padding-top: 40px;
	}
	#drawer__content .ham_search .searchform__input {
		height: 50px;
	}
	.ham_search .searchform__submit {
		height: 40px;
		width: 65px;
		right: 6px;
	}
}
@media screen and (max-width: 376px) {
	ul.ham_cont_ul {
		margin: 0.5em 0;
	}
	#drawer__content {
		padding: 50px;
	}
	.ham_tit {
		padding-top: 0;
		padding-bottom: 7px;
	}
	.ham_cont_detail_inner {
		font-size: 1.1em;
	}
}
/*END ハンバーガーメニュー内*/
/*--- footer ---*/
.fa-twitter {
	position: relative;
	display: block;
	width: 45px;
    height: 40px;
}
.fa-twitter:before {
    content: "" !important;
    display: block;
    width: 42%;
    height: 42% !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(/wp-content/themes/sango-theme-child/img/share-x.svg);
}
.sns-btn__item .fa-twitter {
	height: 35px;
}
.sns-btn__item .fa-twitter:before {
	background-image: url(/wp-content/themes/sango-theme-child/img/share-x-wh.svg);
}
.pc-result_footer {
  background: #111;
  color: #fff;
}
.pc-result-footer_ul a {
    color: #fff;
    font-weight: 700;
}
.pc-result-footer_inner {
  width: 897px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
.pc-result-footer_container {
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}
.pc-result-footer_detail {
  width: calc(100%/2);
}
.pc-result-footer_detail_top {
  display: flex;
  align-items: center;
}
.footer_logo_img {
  width: 67%;
  padding-right: 20px;
  margin: 0;
}
.footer_logo_img img {
	width: 100%;
}
.pc-result-footer_detail_bottom {
  font-size: 0.9em;
  padding-top: 15px;
}
.pc-result-footer_desc {
    font-weight: bold;
    font-size: 1.1em;
	margin: 0;
}
.pc-result-footer_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
 padding-left: 30px;
}
.pc-result-footer_ul li {
  padding-right: 15px;
  padding-bottom: 2px;
}
.pc-result-footer_detail_top a {
    margin-right: 10px;
}
.pc-result-footer_detail_top i {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.5em;
	width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-result_footer-line {
	position: relative;
}
.pc-result_footer-line:before {
	content: "";
    display: block;
    width: 55%;
    height: 55% !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	background-image: url(/wp-content/themes/sango-theme-child/img/share-line.svg);
}
.pc-result-footer_ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 800;
  color: #fff;
  margin-right: 5px;
}
.copyright {
    color: #EAEAEA !important;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
	margin: 16px 0 0;
}
@media screen and (max-width: 1200px) {
  .pc-result-footer_inner {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
	.pc-result_none1200 {
		display: none;
	}
}
@media screen and (max-width: 820px) {
  .pc-result-footer_container {
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 0 5px;
  }
  .pc-result-footer_detail {
    padding-bottom: 10px;
  }
  .pc-result-footer_detail_bottom {
    font-size: 1.3em;
    padding-top: 4px;
    font-weight: 700;
  }
	.pc-result-footer_detail {
		width: 100%;
	}
	.footer_logo_img {
		width: 40%;
	}
  .pc-result_none1200 {
	  display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc-result-footer_detail_bottom {
    font-size: 1em;
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
	.pc-result-footer_inner {
		width: 100%;
    	padding: 0 45px;
	}
  .footer_logo_img {
    width: 50%;
  }
  .pc-result-footer_detail_bottom {
    font-size: 0.9em;
  }
  .pc-result-footer_ul li {
    font-size: 0.9em;
  }
	.pc-result_hair-slider_nm img {
		width: 21px;
		height: 21px;
		margin-right: 3px;
	}
	.pc-result-footer_ul {
	 padding-left: 0;
	}
}
@media screen and (max-width: 376px) {
	.pc-result-footer_ul li {
		padding-right: 11px;
		padding-bottom: 0;
		margin-bottom: -3px;
		font-size: 0.8em;
	}
	.pc-result_common-h2:after {
		width: 96.5%;
	}
	.pc-result_common_inner {
    	padding: 70px 40px 30px;
	}
	.pc-result_fv-img {
		padding: 25px 0 45px;
		width: 80%;
	}
/* 	.pc-result_puchi-cosume .pc-result_common_inner, .pc-result_depa-cosume .pc-result_common_inner {
		padding: 70px 40px;
	} */
	.pc-result_share .pc-result_common_inner {
		padding: 70px 40px 50px;
	}
	.pc-result_line .pc-result_common_inner {
		padding: 70px 40px 50px;
	}
	.pc-result-footer_inner {
		padding: 0 35px;
	}
	.footer_logo_img {
		padding-right: 15px;
	}
	.pc-result-footer_detail_top i {
		font-size: 1.3em;
	}
	.pc-result-footer_ul li {
		 padding-right: 12px;
	}
}
@media screen and (max-width: 376px) and (max-height: 600px) {
	.pc-result_fv-img {
		width: 76%;
    	padding: 15px 0 20px;
	}
	.pc-result_fv_arrow {
    	margin-top: 50px !important;
	}
	.pc-result_main-tit span {
		margin-bottom: -10px !important;
	}
	.pc-result_main-tit_h1 {
		font-size: 3.3em !important;
	}
	.pc-result_sub-tit {
		font-size: 1.8em;
	}
	.pc-result_fv_arrow {
		width: 35px;
    	height: 35px;
	}
	.pc-result_fv_arrow::before {
		width: 35px;
    	height: 35px;
	}
}
/*--- END footer ---*/
/*----- END 初期設定 -----*/
/*----- 投稿ページ -----*/
.widget_text.sponsored {
    display: none;
}
input#wp-block-search__input-4 {
    border-radius: 50px;
    border: none;
}
input#wp-block-search__input-4::placeholder {
    font-weight: 600;
}
button.wp-block-search__button {
    background-color: transparent !important;
	border: none !important;
}
button.wp-block-search__button::before {
    color: #aaa !important;
}
.sidebar .widget {
	border: none !important;
}
#toc-widget-3 {
    background: transparent;
}
#block-13 {
    margin-bottom: 0;
}
#notfix {
	padding-top: 27px;
}
#toc-widget-3 .toc_widget_list {
    max-height: 380px;
    overflow-y: scroll;
	border-top: solid #a3a3a3 1px;
	padding: 13px 17px;
	font-size: 0.9em;
	text-decoration: underline;
}
.widget ul li a {
	color: #222;
}
.fixed-sidebar .toc_widget_list a {
	padding: 0 5px 1px 7px;
	font-weight: bold;
	font-size: 0.9em;
}
.fixed-sidebar .toc_widget_list ul li a {
	font-size: 0.8em;
}
#toc-widget-3 .toc_widget_list > li {
	list-style: decimal;
    color: #333;
}
#toc-widget-3 .widgettitle {
    background: transparent;
    color: #333;
    font-style: italic;
    font-weight: 900;
    font-size: 0;
	padding: 12px 0 18px 0;
    line-height: 0.5em;
}
h4.widgettitle.has-fa-before:before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/sango-theme-child/img/side-toc.png);
    width: 50%;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom: -2px;
}
.widgettitle:after {
    content: "飛べる目次";
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    padding-left: 5px;
	-webkit-text-stroke: 0.2px #333;
    text-stroke: 0.2px #333;
}
.single #breadcrumb, .page #breadcrumb {
	font-weight: bold;
    font-size: 0.9em;
}
#fixed_sidebar > * {
    padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	main#main {
		width: 66%;
		padding-right: 2em;
	}
	div#sidebar1 {
		width: 34%;
	}
}
@media screen and (max-width: 768px) {
	div#sidebar1 {
		display: none;
	}
}
.entry-content > *　{
    position: relative;
    z-index: 2;
}
#entry {
    margin: 0;
}
#content {
    padding-bottom: 0;
}
.keiko_yellow {
    background: linear-gradient(transparent 50%, rgb(255 8 0 / 24%) 50%);
}
.faceicon img {
	border: none;
}
.entry-meta.vcard {
    display: none;
}
.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}
.fa4 .fa, .fa4 .fas {
    font-weight: 900;
}
.entry-content > p {
  line-height: 1.68;
}
.entry-content p {
    margin: 0 0 0.7em;
}
.entry-content th {
	padding: 5px 7px 4px;
}

.entry-content td {
	padding: 2px 7px 1px;
}
/*--- 見出し ---*/
h1 {
    font-size: 1.2em !important;
}
.entry-content h2 {
    border-left: 5px solid #111 !important;
	font-weight: bold;
    font-size: 1.20em;
    border-bottom: 3px solid #d7d7d7;
    padding-bottom: 5px;
    border-left: 5px solid #202121;
    padding: 3px 8px 3px 8px;
    background: #f4f4f4;
	margin: 2em 0 0.7em;
	position: relative;
	z-index: 1;
}
.entry-content h3 {
    position: relative;
    z-index: 1;
}
.entry-content h3 {
	padding: 0 0 0 0.6em !important;
    border-left: none !important;
    font-size: 1.1em;
    position: relative;
	margin: 1.8em 0 0.7em !important;
	line-height: 1.2;
}
.entry-content h3:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(5%);
    content: "";
    width: 5px;
    height: 90%;
    display: block;
    background-color: #111;
    border-radius: 1.5px;
    line-height: 1.6;
}
/*--- END 見出し ---*/
.single-title, .page-title {
    margin: 3px 0 0;
	line-height: 1.4em;
}
.entry-meta {
    margin: 10px 0 0;
}
.post-thumbnail {
    margin: 10px 0 0;
}
.article-header {
    margin-bottom: 3px;
}
.footer-meta {
    display: none;
}
@media only screen and (min-width: 1030px) {
	.article-header {
		padding: 20px 0 0;
	}
	.entry-content {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 769px){
	.wrap, .maximg, .single #inner-content, .page #inner-content, .inner-footer {
		width: 897px !important;
	}
	#inner-header {
		width: 897px !important;
	}
	main#main {
		width: 56%;
        padding-right: 0;
	}
	.home main#main {
		width: 100%;
		padding-right: 0;
	}
	div#sidebar1 {
		width: 29.63%;
        margin-left: 3.5%;
		margin-top: 25px;
	}
	.widget ul li {
		border-bottom: none;
	}
	.fa5 .widget ul li ul li a:before {
		display: none;
	}
	.widget ul li:last-child {
		border-bottom: none;
	}
	.search-results main#main {
        width: 100%;
    }
	.search-results .catpost-cards {
		grid-template-columns: repeat(4, 1fr);
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 414px) {
	.single-title, .page-title {
		font-size: 16px !important;
	}
	.single-header_inner {
		padding: 0 14px 0 15px;
	}
	.single-title,
	.page-title {
		padding: 0;
		display: inline;
		margin-left: -9px;
	}
	.page-id-2 .page-title,
	.page-id-8669 .page-title,
	.page-id-9004 .page-title,
	.page-id-8669 .page-title,
	.page-id-3 .page-title,
	.page-id-8675 .page-title {
		padding: 0;
        display: block;
        margin-left: 0;
	}
	.search-results .sidelong {
		margin-bottom: 60px;
	}
}
/*--- 記事下記事 ---*/
.article-footer .footer-contents .sns-btn {
	display: block !important;
}
.related-posts.type_c ul {
    padding: 0;
	margin: 0;
}
#main .h-undeline {
    padding: 5px 13px 3px 39px;
    text-align: left;
	background: #222;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 5px 0;
	position: relative;
}
.related_title:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
	left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_bookmark.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    background-color: #fff;
}
.popular_title:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
	left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_crown.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    background-color: #fff;
}
.osusume_title:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
	left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_star.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #fff;
}
.related-posts.type_c li {
    padding: 7px 0;
}
.widget_text.sponsored {
    position: relative;
    z-index: 9;
}
.my-widget li a .my-widget__img {
	height: auto;
}
.related-posts.type_c {
    padding-bottom: 7px;
}
.rlmg img {
	height: auto;
}
.rlmg img {
	position: initial;
}
.related-posts.type_c .rlmg {
	padding-bottom: 0;
	width: 35%;
}
.related-posts.type_c .rep {
	width: 75%;
}
@media screen and (min-width: 769px) {
	#main .h-undeline {
		margin: 0 0 5px 0;
	}
}
.footer-contents {
    padding: 0;
}
.copy-link {
	position: relative;
}
.copy-url_success-msg {
	display: none;
    position: absolute;
    z-index: 90;
    width: 110px;
    line-height: 30px;
    background-color: #dfdfdf;
    color: #525151;
    bottom: -34px;
    right: -5px;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    border-radius: 2px;
}
.sidebar .wp-block-search .wp-block-search__input {
	border: solid 1.5px #efefef;
	border-radius: 50px;
}
h2.wp-block-heading {
    background: #111;
    color: #fff;
    padding: 5px 13px 3px 39px;
    margin: 0;
	position: relative;
}
h2.wp-block-heading:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
    left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_bookmark.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    background-color: #fff;
}
h2.wp-block-heading.wp-block-osusume-heading:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
    left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_star.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #fff;
}
.fixed-sidebar .widget {
    margin-bottom: 0;
}
ul.my-widget.show_num p {
    display: none;
}
ul.my-widget.show_num p.img-inner {
    display: block;
}
.widget.widget_execphp {
    margin-bottom: 15px;
}
#fixed_sidebar {
    top: 89px !important;
	margin-top: 20px;
}
.sidebar .toc_widget_list li ul {
    display: none;
}
.sidebar .toc_widget_list li:nth-child(1) ul, .sidebar .toc_widget_list li:nth-child(2) ul {
    display: block;
}
@media only screen and (min-width: 1030px) {
	.related-posts.type_c li, .related-posts.type_c li:nth-child(3n + 2) {
		padding: 10px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer-contents {
		padding: 0 20px;
	}
	.single .footer-contents {
		padding: 0 15px;
	}
	#main .h-undeline:after {
    	width: 30%;
	}
	.related-posts.type_c li {
		padding: 10px 0;
	}
}
@media screen and (max-width: 540px) {
	#breadcrumb {
		padding: 5px 20px;
	}
	.single #breadcrumb {
		padding: 5px 15px;
	}
}
/*--- END 記事下記事 ---*/
/*PCハンバーガー内の地図*/
/* .ham-map {
	width: 60%;
    height: 65vh;
} */
h2.ham-map-h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6em;
	text-align: left;
}
.ham-map img {
	width: 100% !important;
    height: 100% !important;
}
.ham-map .area_btn-normal {
    line-height: 1.8em;
    font-size: 1em;
	border: 3px solid #111;
}
.ham-map .area_btn {
	color: #111;
	line-height: 1.8em;
    font-size: 1em;
	border: 3px solid #111;
}
.ham-map .area1 {
    top: 5% !important;
    right: 14% !important;
}
.ham-map .area10 {
    right: 0 !important;
}
.ham-map .area2 {
    top: 64% !important;
}
.ham-map .area3 {
    top: 49% !important;
    right: 24% !important;
}
.ham-map .area5 {
    left: 27% !important;
    top: 51% !important;
}
.ham-map .area6 {
    bottom: 26% !important;
    left: 3% !important;
}
.ham-map .area11 {
    bottom: 6% !important;
    left: -2% !important;
}
.ham-map .area26 {
    bottom: 7% !important;
    left: 31% !important;
}
.ham-map .area_btn.area8 {
    bottom: 11% !important;
}
.japan_map_overlay-header {
	z-index: 99;
}
.japan_map_overlay-header .area_overlay {
	z-index: 100;
}
.japan_map_overlay-header .pref_small_div {
	z-index: 101;
	width: 42%;
}
.area_btn-normal a {
    position: initial !important;
}
.ham-map .search_hosoku {
    width: 300px;
}
.ham-map .search_hosoku dt {
    color: #fff;
    font-size: 1em;
}
.ham-map .search_hosoku dd {
    color: #111;
    width: 100%;
}
.ham-map .search_hosoku dd p {
    font-size: 13px !important;
    width: 86%;
    line-height: 2.5em;
}
@media screen and (max-width: 450px) {
	.japan_map_overlay-header .pref_small_div {
		width: 80%;
	}
	.ham-map .search_hosoku {
		width: 200px;
	}
}
/*----- END 投稿ページ -----*/
/*--- 検索結果ページ ---*/
.notfound {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
.nofound-contents {
	padding: 0;
}
input.searchform__input {
    border: solid 1px #ddd;
}
.searchform div {
    max-width: 100%;
}
#side_block h3.h-undeline {
    background: #222;
    color: #fff;
    padding: 5px 10px 3px 40px;
    border-radius: 5px;
	margin: 0;
	position: relative;
}
#side_block .type_c ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
#side_block .type_c ul li {
	padding: 0;
}
#side_block .type_c ul li a {
	padding: 10px 0;
}
#side_block {
    margin-bottom: 10px;
}
.search-results #sidebar1 {
    display: none;
}
@media screen and (min-width: 769px) {
	.search-no-results #notfix {
		max-height: 550px;
		overflow-y: scroll;
		margin-bottom: 25px;
		padding-top: 0;
	}
	.search-no-results #content {
		min-height: 70vh;
	}
	.search-no-results .pc-result_footer {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	.search-no-results div#sidebar1 {
		display: block;
	}
}
/*----- アーカイブページ　カード -----*/
@media screen and (min-width: 415px) {
	.c_linkto:not(.longc_linkto) img {
		position: relative;
		z-index: 0;
		top: initial;
		width: auto;
		height: auto;
	}
	.c_linkto_text h2 {
		font-size: 14px;
		margin: 0;
	}
	.search-title {
		margin: 20px 0 1em;
	}
	.widget_tag .widgettitle {
		background: transparent;
		color: #333;
		font-style: italic;
		font-weight: 900;
		font-size: 0;
		padding: 12px 0 18px 0;
		line-height: 0.5em;
	}
	.widget_tag .widgettitle:after {
		content: "飛べるタグ";
		font-size: 14px;
		font-weight: 900;
		font-style: normal;
		padding-left: 5px;
		-webkit-text-stroke: 0.2px #333;
		text-stroke: 0.2px #333;
	}
	.widget_tag .tag_ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 10px 0 0;
	}
	.widget_tag .tag_li a {
		border: solid #111 2px;
		display: inline-block;
		border-radius: 50px;
		padding: 2px 15px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 8px;
		margin-right: 5px;
		background: #fff;
		font-size: 13px;
	}
}
@media screen and (max-width: 414px) {
	.search-title {
    	margin: 1em 0;
		padding-top: 1.2em;
	}
	.sidelong {
		display: block;
	}
	.sidelong__article {
		margin: 0 0 10px;
	}
	.sidelong__img {
    	width: 39%;
		height: auto;
	}
	.sidelong h2 {
		font-size: 14px;
	}
}
/*----- END アーカイブページ　カード -----*/
/*----- 固定ページ -----*/
.page-id-2 #toc_container,
.page-id-8669 #toc_container, 
.page-id-8669 #toc_container {
	display: none;
}
p.page-p {
    font-size: 0.9em;
    line-height: 1.7em;
    letter-spacing: 1px;
    font-weight: bold;
}
a.common_btn {
    background: #222;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    position: relative;
    font-family: 'Khand', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 13px 0;
}
a.common_btn:after {
    content: "\f138";
    display: inline-block;
    position: absolute;
    right: 6%;
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
}
.entry-content h2.page-h2 {
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    padding-bottom: 5px !important;
    border: none !important;
    background: transparent;
    padding: 0 0 2px 0 !important;
}
.entry-content h2.page-h2.first-h2 {
    margin-top: 10px;
}
.entry-content h2.page-h2:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222;
    border: none;
    padding: 0;
}
.wpcf7 label {
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 1.1em;
}
.wpcf7-form-control-wrap {
    position: relative;
}
input.wpcf7-form-control {
    border: solid 2px #EAEAEA;
    background: #fff;
    border-radius: 3px;
}
textarea.wpcf7-form-control {
    border: solid 2px #EAEAEA;
    background: #fff;
    border-radius: 3px;
}
input::placeholder, textarea::placeholder {
    color: #d3d3d3;
}
input.wpcf7-form-control.common_btn {
    background: #222;
    color: #fff;
    width: 100%;
    display: block;
    padding: 14px 0;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    position: relative;
    font-family: 'Khand', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    border: none;
}
.wpcf7 label:after {
    position: absolute;
    top: 0;
    content: "必須";
    right: 0;
    font-size: 12px;
    background: #222;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}
.page-id-8455 .single-update,
.page-id-3 .single-update,
.page-id-2 .single-update,
.page-id-29004 .single-update,
.page-id-8669 .single-update,
.page-id-8675 .single-update,
.page-id-11480 .single-update,
.page-id-9004 .single-update,
.page-id-8449 .single-update {
	display: none;
}
/*----- END 固定ページ -----*/