@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を記入していきましょう。*/
*{
	margin: 0;
	padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
	--font-serif: 'Noto Sans JP', sans-serif;
	--font-sans-serif: 'Noto Sans JP', sans-serif;
	--color-btn-bg: #c0b5a6;
	--color-btn-txt: #333;
	--color-primary-black:#333;
	--color-primary-white:#fff;
	--colorAccent1: #c0b5a5;
}
/*レスポンシブ改行調整*/
.unbr{display:inline-block!important;}
@media screen and (min-width:768px){.sp_br br{display:none!important;}.sp_nobr br{display:block!important;}}
@media screen and (max-width:767px){.sp_br br{display:block!important;}.sp_nobr br{display:none!important;}}
.headerParts{
	width: 60%!important;
	justify-content: flex-end;
}


/*ヘッダーGナビ背景*/
	#myHeader{
    background-color: #0000005e!important;}
.header, .drawer__title {
    background-color: #0000005e!important;}
@media screen and (max-width:767px){
	#myHeader{
    background-color: #00000000!important;}}

@media screen and (min-width:1024px){
#inner-header{
		display:block;
	}
	/* header */
	.flexRow{
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	#myHeader{
    background-color: #0000005e;
		position: relative;
		width: 100%;
		z-index:999;
		padding:0;
		height: 65px!important;
      margin-top: -2.8%!important;
	}
	.headerContainer{
		display:none;
		width: 1024px;
		margin:0 auto;
		padding: 7px 0;
		height: auto;
	}
	.headerContainer>section{
		align-items: center;
		justify-content:space-between;
	}
	.headerContainer a{
     color: #666!important;
    font-size: 100%!important;
    letter-spacing: 2px!important;
    font-family: 'Josefin Sans', sans-serif!important;
    font-weight: 200!important;
	}

	.headerContainer a:hover{
		text-decoration:none;
		color:#333!important;
		opacity:0.5;
		transition:0.5s;
	}
	.headerLogo{
		width: 60%;
		position: relative;
	}
	.headerLogo img{
		width: 250px!important;
	}
	#naviBar{
		width: 90px;
	}
	#naviBar > div:first-child{
		width:100%;
		text-align: start;
		margin-top: 0px!important;
	}
	.naviBar{
		margin: 0 2%;
		width:50px;
	}
	.material-symbols-outlined{
		color: #a4afb7;
      line-height: 0.6!important;
	}
	.material-symbols-outlined.naviBar{
		font-size: 80px;
      width: 40px!important;
       margin-left: 25px!important;
	}
	.entrybtn{
		width: 50%;
		max-width: 300px;
	}
	.entrybtn button{
		color: #fff!important;
		width: 100%; 
		padding:0.7em 3%;
		background-color: #000;
		border: 0px solid var(--color-btn-bg)!important;

	}
	.entrybtn button:hover{
		background-color:#555;
		border: 0px solid var(--color-btn-txt)!important;
		color: #fff;
		transition: 0.5s;
	}
	.entrybtn p:first-child{
		font-family: 'Josefin Sans', sans-serif;
      font-weight:400;
		font-size: 20px!important;
		letter-spacing: 0.1em;
	}
	.entrybtn p{
		font-size: 14px;
	}
	.menuContents{
		background-color: #000!important;
		width:100%;
		display:none;
		position:absolute;
		padding:4% ;
		left: 0;
		top:100%;
		color: #ffffff;
	}
	.menuContents section{
		display: flex;
		width: 1300px!important;
		margin: 0 auto;
		align-items: flex-start;
	}
	.menuContents > section > div{
		width: 25%!important;
		/*height: 100%;*/
		padding:0 20px;
	}
	.menuContents > section > div > h3{
		font-family: var(--font-serif);
		font-weight: 400;
		font-size: 25px;
		padding-bottom: 0.5rem;
      line-height: 1em!important;
	}
	.menuContents > section > div > ul{
		font-family: var(--font-sans-serif);
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 0.1em;
		list-style: none!important;
		padding-bottom: 1em;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		padding-inline-start: 20px;
	}
	.menuContents > section > div:first-child{
		width: 25%!important;
		/*height: 380px;*/
      padding:0 20px;
	}
	.menuContents > section > div:first-child > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
.headerContainer a {
    color: #fff!important;
    font-size: 100%!important;
    letter-spacing: 2px!important;
    font-family: 'Josefin Sans', sans-serif!important;
    font-weight: 400!important;
}

}
@media screen and (min-width:1024px){
	.headerContainer{
		width: 100%;
		padding: 10px 1%;
display:none;
	}
	.menuContents section{
		width: 1024px!important;
	}
}
@media screen and (max-width:1024px){
	.headerContainer{
		display:none;
	}
}

/*ホームボタンを非表示*/
.footer-menu__btn {
	display: none !important;
}

/* トップページ */
.fontSerif{
	font-family:--font-serif;
}
.accentCharacter{
	color: var(--colorAccent1);
}
.txtVertical{
	writing-mode: vertical-rl;
}
.cornerBracket {
	padding: ;
	position: relative;
}
.cornerBracket:before, .cornerBracket:after {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
}
.cornerBracket::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}
.cornerBracket::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}
.multiplicationMark{
	position: relative;
}
.multiplicationMark::after{
	position: absolute;
	content: "×";
	font-weight: 100;
	font-size: 27px;
	right: -9px;
	bottom: 64px;
}
.width100butonn > div > div > a{
	width: 100%!important;
	height: 100%;
}
.borderDotted1{
	border-style: dotted;
	border-width: 5px;
	border-color:  var(--colorAccent1);
}
@media screen and (max-width:767px){
    .conceptTxt-emphasize1{
        background-color: var(--colorAccent1);
        padding: 0.5em 0.3em;
        line-height: 2.5em;
    }
    .multiplicationMark::after{
        position: absolute;
        content: "×";
        font-weight: 100;
        font-size: 20px;
        right: -7px;
        bottom: 25px;
    }
}

/* 下からふわっと表示 */
.effect-fade {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1000ms;
}


.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}


/*下から0秒遅れてふわっと表示 */
.effect-fade-delay0 {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1000ms;
	transition-delay :0s;
}

.effect-fade-delay0.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*下から0.5秒遅れてふわっと表示*/
.effect-fade-delay {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1000ms;
	transition-delay :0.5s;
}

.effect-fade-delay.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}


/*下から1秒遅れてふわっと表示*/


.effect-fade-delay2 {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1000ms;
	transition-delay :1s;
}

.effect-fade-delay2.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*下から２.5秒遅れてふわっと表示 */


.effect-fade-delay3 {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1000ms;
	transition-delay :1.5s;
}

.effect-fade-delay3.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

@media only screen and (max-width: 750px) {
	/*下から1秒遅れてふわっと表示 */
	.effect-fade-delay {
		opacity : 0;
		transform : translate(0, 150px);
		transition : all 1000ms;
		transition-delay :0s!important;
	}
	/*下から２秒遅れてふわっと表示 */
	.effect-fade-delay2 {
		opacity : 0;
		transform : translate(0, 150px);
		transition : all 1000ms;
		transition-delay :0s!important;
	}

/*下から２.5秒遅れてふわっと表示  */
.effect-fade-delay3 {
		opacity : 0;
		transform : translate(0, 150px);
		transition : all 1000ms;
		transition-delay :0s!important;
	}
}
/*画像ワイプ 黒 */
.img-wrap2 {
	opacity: 1;
}

.img-animation {
	animation: img-opacity 1s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	position: relative;
}

.img-animation:before {
	animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

@keyframes img-animation {
	100% {
		transform: translateX(-100%);
	}
}

/*ヘッダーシャドウを非表示*/
.header {
	box-shadow: 0 3px 6px rgb(0 0 0 / 0%)!important;
}

.mw_wp_form p{
	font-family: --font-sans-serif;
	font-weight: 500;
	padding-bottom: 1.5rem;
}

.mw_wp_form input{
	margin-top: 0.7rem;
}
.mw_wp_form .inputBox {
	box-shadow: inset 0 0 0.2em #0005!important;
}
.inputSubmit{
	padding:0.2em 2em;
	background-color: var(--color-primary-black);
	border-color: var(--color-primary-black);
	color: var(--color-primary-white);
	font-weight:600;
}
.inputSubmit:hover{
	background-color: var(--color-primary-white);
	color: var(--color-primary-black);
	transition:0.2s;
}

.footer-meta {
    padding: 10px 5% 20px;
    font-size: 0.95em;
    font-weight: bold;
	display:none!important;
}

.footer #footer-menu {
    background-color: #000; /* 背景色のコード */
}
.footer #footer-menu a, .footer .copyright {
    color: #FFF; /* 文字色のコード */
}

/* コメント非表示 */
.comment-respond {
    display: none!important;
}
/* 投稿記事調整 */
.sns-btn {
    display: none!important;
}

/* 投稿一覧線消去 */
.post{
    border: solid 1px rgb(0 0 0 / 0%)!important;
}

h2, .h2 {
    margin-bottom: 0.375em;
    font-size: 1em;
}

.widget ul li a {
    color: #333!important;
    display: block;
    padding: 7px;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif!important;
    line-height: 2em!important;
    font-size: 0.9em;
    letter-spacing: 0.1em!important;
    font-weight: 400!important;
}

#nav_menu-2{
margin-left: 15%!important;}

.menu-navi-container{
    margin-top: 20%!important;
}
.fa5 .widget ul li ul li a:before {
display:none!important;
}

.widget ul li ul .sub-menu{
border-left: 1px solid #555!important;
    margin-left: 20px!important;
}

/* コンタクトフォームフォントサイズ */
.mw_wp_form p {
    font-family: --font-sans-serif;
    font-weight: 500;
    padding-bottom: 1.5rem;
    font-size: 13px;
}

/* ブログスライド*/
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    font-size: 15px;
}

/*ヘッダーロゴ余白*/
@media screen and (min-width:1025px) {
#logo {
    margin: 0 25% 0 0;
}}
@media screen and ( max-width:1024px) {
#logo {
    margin: 0 10% 0 0!important;
}}

/* スマホロゴ大きさ調整*/
#logo img {
    display: inline-block;
    height: 90px;
}
/*スマホ画面ヘッダー非表示 */
#drawer + #inner-header {
    max-width: calc(100% - 76px);
    display: none!important;
}

/*スマホ画面ヘッダー非表示 */
@media screen and (max-width:767px){
#container{margin-top:-8%}}

/*ヘッダータイトル文字色　サイズ*/
#logo a {
    	background-color: transparent;font-size: 15px;
}

.desktop-nav, .desktop-nav ul, .desktop-nav li, .desktop-nav li a {
    vertical-align: middle;
    margin: 0;
}
/*Gナビアニメーション非表示*/
.desktop-nav li:after{display:none;}

/*ヘッダータイトルスマホ非表示*/
@media screen and (max-width:767px){
#logo a {
    	display:none;
}}
/*ヘッダーGナビ調整*/
.desktop-nav {
    font-weight: normal;
    font-family: 'Josefin Sans';
}
/*ドロワータイトル*/
.drawer__title {
    color: #FFF;
    display: none;
}
