@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,
.c_linkto {
	color: #784f23;
}
.c_linkto {
	background: transparent;
	box-shadow: none;
}
.c_linkto img {
	border-radius: 20px;
}
.c_linkto:hover {
	color: #784f23;
	box-shadow: none;
}

@media only screen and (min-width: 481px){
	.c_linkto {
		max-width: 368px;
	}
}
#content.page-forfront,
#content.one-column,
#entry,
body .sidebar .wp-block-latest-posts, body .drawer .wp-block-latest-posts, body .sidebar .wp-block-archives, body .drawer .wp-block-archives, body .sidebar .wp-block-categories, body .drawer .wp-block-categories,
body .sidebar .wp-block-latest-comments, body .drawer .wp-block-latest-comments,
.widget {
	background: #f0ece8;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	background-color: #fff;
}

header.header {
	padding: 20px 0;
}
.footer,
#footer-menu {
	background: #2ea99a!important;
}

.bluebtn a {
	color: #fff;
	text-align: center;
	background: #2ea99a;
	padding: 10px 0;
	display: block;
}

.longc_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 3.2em;
}

#topmain {
	text-align: center;
	background: url(https://pinto.m2kdemo.com/wordpress/wp-content/uploads/2021/11/topmain_p_01.png) no-repeat center bottom 50px, url(https://pinto.m2kdemo.com/wordpress/wp-content/uploads/2021/11/topmain_bg_01.jpg);
	padding: 60px 0 420px;
}
#topmain .midashi {
	width: 526px;
	aspect-ratio: 526 / 31;
	text-align: center;
	text-indent: -9999px;
	background: url(../../themes/sango-theme-child/images/top_t_01.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}
#topmain .logo {
	width: 142px;
	aspect-ratio: 50 / 19;
	text-indent: -9999px;
	background: url(../../themes/sango-theme-child/images/logo.svg) no-repeat;
	background-size: 100% auto;
	margin: 50px auto 0;
}
#toppickup {
	margin-bottom: 50px;
}
#toppickup h2 {
	text-align: center;
}
#topytc {
	background: #fff;
	border: solid 1px #784f23;
	margin-bottom: 120px;
	padding: 60px 50px 120px;
}
#topytc h2 {
}
#topytc .block {
	display: flex;
	justify-content: space-between;
}
#topytc .block .yt {
	width: 60%;
	max-width: 660px;
	aspect-ratio: 16 / 9;
}
#topytc .block .yt iframe {
	width: 100%;
	height: 100%;
}
#topytc .block .text {
	width: 35%;
	min-width: calc(100% - 700px);
	display: flex;
	flex-direction: column;
}
#topytc .block .text .bluebtn {
	margin: auto 0 0 0;
}

#topguide {
	margin-bottom: 50px;
}
#topguide h2 {
	text-align: center;
}
#topguide .subtit {
	font-size: 1.15em;
	text-align: center;
	margin-bottom: 30px;
}
#topguide .layout-3,
#topguide .layout-3 li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topguide .layout-3 {
	border: none!important;
	border-radius: 0!important;
	display: flex;
	justify-content: space-between;
}
#topguide .layout-3 li {
	width: 30%;
	max-width: 368px;
	text-align: center;
}
#topguide .layout-3 figure {
	width: 100%;
	margin-bottom: 10px;
}
#topguide .layout-3 figure img {
	border-radius: 20px;
}
#topguide .honbun {
	margin: 50px 100px 50px;
}
#topguide .honbun p {
	color: #2ea99a;
	line-height: 2.4;
	text-align: center;
}

#topposts {
	margin: 100px 0;
}
#topposts #posts-inner {
	margin: 0 100px;
}
#topposts #posts-inner h3 {
	text-align: center;
	border: none;
	padding: 0;
	margin: 0 0 30px;
}
#topposts #posts-inner .btn {
	margin: 0 50px;
}
#topposts #posts-inner .btn a {
	color: #dad0c6;
	text-align: center;
	background: #fff;
	border: solid 1px #dad0c6;
	padding: 6px 0;
	display: block;
}
#topposts #posts-inner .btn a:hover {
	color: #c4ad97;
	text-decoration: none;
}
#topsnss {
}
#topsnss ul,
#topsnss li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topsnss ul {
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: space-between;
}
#topsnss ul li {
	width: calc(calc(100% - 30px) / 4);
	height: 40px;
}
#topsnss ul li a {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	display: block;
}
#topsnss ul li.tw a { background-color: #009ee7; background-image: url(../sango-theme-child/images/sns_tw.svg); }
#topsnss ul li.fb a { background-color: #395493; background-image: url(../sango-theme-child/images/sns_fb.svg); }
#topsnss ul li.ln a { background-color: #44ae35; background-image: url(../sango-theme-child/images/sns_ln.svg); }
#topsnss ul li.ig a { background-color: #e42469; background-image: url(../sango-theme-child/images/sns_ig.svg); }

#topabout {
	background: url(../sango-theme-child/images/corp_logob.png) no-repeat right top;
	margin: 100px 0 0;
}
#topabout h3 {
	border: 0;
	margin: 0 0 30px;
	padding: 0;
}
#topabout h3 span {
	font-size: 80%;
	margin-left: 20px;
}
#topabout .name {
	width: 413px;
	height: 37px;
	text-indent: -9999px;
	background: url(../sango-theme-child/images/corp_logow.png) no-repeat;
	margin-bottom: 40px;
}
#topabout .block {
	display: flex;
	justify-content: space-between;
}
#topabout .block .left {
	width: 580px;
}
#topabout .block .right {
	width: 500px;
}
#topabout .block .right .twwall {
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}
#topabout .block .right .fbwall {
	width: 100%;
	height: 400px;
}

#topcontact{
	padding: 80px 0;
}
#topcontact h3 {
	text-align: center;
	border: 0;
	margin: 0 0 30px;
	padding: 0;
}
#topcontact .msg {
	text-align: center;
	margin-bottom: 50px;
}
#topcontact .form {
	margin: 0 100px;
}
#topcontact .form table {
	width: 100%;
	border-collapse:collapse;
	border: none;
}
#topcontact .form table tr {
	border: none!important;
}
#topcontact .form table th,
#topcontact .form table td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: none;
	border: none;
	padding: 10px;
}
#topcontact .form table th {
	font-size: .8em;
	width: 15em;
}
#topcontact .form table td .note {
	font-size: .8em;
	text-align: right;
	display: block;
}
#topcontact .form table td input[type="text"],
#topcontact .form table td input[type="email"],
#topcontact .form table td input[type="tel"],
#topcontact .form table td select,
#topcontact .form table td textarea {
	background: #fff;
}
#topcontact .form .privacy {
	text-align: center;
	margin-bottom: 20px;
}
#topcontact .form .btn {
	text-align: center;
}
#topcontact .form input[type="submit"] {
	color: #fff;
	text-align: center;
	background: #2ea99a;
	border: none;
	margin: 0 auto;
	padding: 10px 100px;
}

footer.footer {
	padding: 100px 0 100px;
}
footer.footer .wrap {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer.footer .wrap .left {
	width: 260px;
}
footer.footer .wrap .logo {
	width: 260px;
	aspect-ratio: 260 / 100;
	background: url(../sango-theme-child/images/footer_logo.svg) no-repeat;
}
footer.footer .wrap .fmenu {
	color: #fff;
	width: 820px;
}
footer.footer .wrap .fmenu h4 {
	font-size: 1.2em;
	border-bottom: solid 2px #f0f0f0;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
footer.footer .wrap .fmenu li {
	font-size: .9rem;
}
footer.footer .wrap .fmenu a {
	color: #fff;
}
.footer2 {
	text-align: center;
	background: #fff;
	padding: 20px 0;
}
.footer2 p {
	font-weight: bold;
	margin: 0 0 10px;
}
.footer2 a {
	color: #784f23;
}


@media only screen and (max-width: 768px){
	.c_linkto img {
		border-radius: 16px;
	}
	header.header {
		padding: 0;
	}

	.bluebtn a {
		padding: 2vw 0;
	}
	#content.page-forfront,
	.entry-content,
	.single-title, .page-title,
	.entry-meta {
		padding-left: 7vw;
		padding-right: 7vw;
	}


	.longc_title {
		display: block;
		overflow: auto;
		max-height: initial;
	}

	#topmain {
		text-align: center;
		background-position: center bottom 5vw, left top;
		background-size: 95vw auto, auto;
		padding: 10vw 0 54vw;
	}
	#topmain .midashi {
		width: 80vw;
	}
	#topmain .logo {
		width: 50vw;
		margin: 10vw auto 0;
	}
	#toppickup {
		margin-bottom: 10vw;
	}

	#topytc {
		margin-bottom: 10vw;
		padding: 5vw;
	}
	#topytc h2 {
		text-align: center;
		margin-top: 0!important;
	}
	#topytc .block {
		display: block;
	}
	#topytc .block .yt {
		width: 100%;
		max-width: initial;
		margin: 0 0 5vw;
	}
	#topytc .block .text {
		width: 100%;
		min-width: initial;
		display: block;
	}
	#topytc .block .text .bluebtn {
		margin-top: 5vw;
	}

	#topguide {
		margin-bottom: 10vw;
	}
	#topguide .subtit {
		font-size: 1em;
		text-align: center;
		margin-bottom: 30px;
	}
	#topguide .layout-3 {
		display: block;
	}
	#topguide .layout-3 li {
		width: 100%;
		max-width: 100%;
		text-align: left;
		margin-bottom: 5vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#topguide .layout-3 figure {
		width: 40%;
		margin-bottom: 0;
	}
	#topguide .layout-3 figure img {
		border-radius: 15px;
	}
	#topguide .layout-3 p {
		width: 55%;
		margin-bottom: 0;
	}
	#topguide .honbun {
		width: 100%;
		margin: 0;
	}
	#topguide .honbun p {
		line-height: 2;
		text-align: left;
	}

	#topposts {
		margin: 0 0 10vw;
	}
	#topposts #posts-inner {
		margin: 0;
	}
	#topposts #posts-inner h3 {
		margin: 0 0 5vw;
		padding-top: 10vw;
	}
	#topposts #posts-inner .btn {
		margin: 0;
	}
	#topposts #posts-inner .btn a {
		padding: 2vw 0;
	}

	#topsnss {
	}
	#topsnss ul li {
		width: calc(calc(100% - 20) / 4);
		height: 36px;
	}
	#topsnss ul li a {
		background-size: auto 16px;
	}

	#topabout {
		background-size: 100% auto;
		margin: 10vw 0 0;
	}
	#topabout h3 {
		margin: 0 0 5vw;
	}
	#topabout .name {
		width: 80vw;
		aspect-ratio: 413 / 37;
		background-size: 90% auto;
		margin-bottom: 6vw;
	}
	#topabout .block {
		display: block;
	}
	#topabout .block .left {
		width: 100%;
		margin-bottom: 10vw;
	}
	#topabout .block .right {
		width: 100%;
	}
	#topabout .block .right .twwall {
		width: 100%;
		height: 400px;
		margin-bottom: 5vw;
	}
	#topabout .block .right .fbwall {
		width: 100%;
		height: 400px;
	}

	#topcontact{
		padding: 10vw 0;
	}
	#topcontact h3 {
		margin: 0 0 5vw;
	}
	#topcontact .msg {
		margin-bottom: 8vw;
	}
	#topcontact .form {
		margin: 0;
	}
	#topcontact .form table {
		width: 100%;
	}
	#topcontact .form table tr {
	}
	#topcontact .form table th,
	#topcontact .form table td {
		display: block;
		width: 100%;
		padding: 0;
	}
	#topcontact .form table th {
		font-size: .8em;
		font-weight: bold;
		width: 100%;
		padding: 0 0 2vw;
	}
	#topcontact .form table th br {
		display: none;
	}
	#topcontact .form table td {
		padding-bottom: 4vw;
	}
	#topcontact .form table td .note {
	}
	#topcontact .form input[type="submit"] {
		width: 100%;
		padding: 10px 0;
	}

	footer.footer {
		padding: 10vw 0 10vw;
	}
	footer.footer .wrap {
		width: 90vw;
		margin: 0 auto;
		display: block;
	}
	footer.footer .wrap .left {
		width: 100%;
		margin-bottom: 5vw;
	}
	footer.footer .wrap .logo {
		width: 30vw;
		background-size: 100% auto;
	}
	footer.footer .wrap .fmenu {
		width: 100%;
	}
	footer.footer .wrap .fmenu h4 {
	}
	footer.footer .wrap .fmenu ul {
		margin: 0 0 0 2vw;
	}
	footer.footer .wrap .fmenu li {
	}
	footer.footer .wrap .fmenu a {
		font-size: .85em;
		border-bottom: solid 1px #fff;
		padding: 2vw 5vw 2vw 1vw;
		display: block;
		position: relative;
	}
	footer.footer .wrap .fmenu a::after {
		content: "";
		width: 6px;
		height: 6px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute;
		top: calc(50% - .2em);
		right: 2vw;
		transform: rotate(45deg);
	}
	.footer2 {
		padding: 5vw 0;
	}
	.footer2 p {
	}
	.footer2 a {
	}
}


/* ----------------- 個別に修正 ------------ */
@media only screen and (min-width: 769px){
	.one-column #main {
		max-width: 1180px;
	}
}
.article-footer .footer-contents .sns-btn {
	display: none;
}