@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/*************************/
/*共通部*/
/*************************/
img {
	max-width: 100%;
	zoom: 50%;
	height: auto;
	border: none;
	vertical-align: bottom;
	-o-object-fit: cover;
	object-fit: cover;
}
/*見出し*/

h2.h2_ttl {
	font-size: 30px;
	text-transform: uppercase;
	margin: 15px 0 10px 0px;
}

h2.h2_ttl span {
	font-size: 14px;
	margin-left: 20px;
}

h2.h2_ttl.txt_center {
	text-align: center;
}

h2.h2_ttl.txt_center span {
	display: block;
	margin-left: 0;
}

/*section*/
section.section_box{
	padding-bottom: 50px;
	padding-top: 50px;
}

/*color*/
.fc_wh {
	color: #fff;
}

.fc_green {
	color :#137B3B;
}

.bg_green {
	background-color :#137B3B;
}

.width_full {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.width_full_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px)*2);
	padding-left: var(--swl-pad_container,0);
	padding-right: var(--swl-pad_container,0);
}

/*shop 背景*/
.shopicons_bg {
	background-image: url('https://sakae-village.wecansdgs.com/wp-content/uploads/2022/07/stores_bg-1.png');
	height: 80px;
	background-size: 75%;
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: repeat-x;
	position: relative;
	top: 1px;
}

/*ボタンデザイン*/
p.base_btn {
	max-width: 90%;
	width: 420px;
	height: 70px;
	margin: 20px auto;
}

p.base_btn a {
	color: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D96A64;
	padding: 0 10px;
	border-radius: 35px;
	font-weight: bold;
}

/*footer*/
.footer_btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 120px 0;
}

.footer_btn {
	height: 100px;
	width: 300px;
	max-width: 30%;
	display: flex;
	align-items: center;
	justify-content: left;
	border-radius: 25px;
	/* 	padding: 5px 20px; */
}

.footer_btn a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 5px 20px;
}
.footer_btn a img {
	display: block;
	width: 130px;
	max-width: 25%;
}
.footer_btn p {
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
	margin-left: 20px;
	padding-top: 10px;
}

.footer_btn p span {
	font-size: 16px;
	font-weight: normal;
}
.footer_btn.shopguide_btn {
	background-color: #137B3B;
}

.footer_btn.access_btn {
	background-color: #71B369;
}

.footer_btn.news_btn {
	background-color: #6FBA2C;
}

img.footer_logo {
	display: block;
	margin: auto;
}

footer#footer {
	padding: 60px 0 20px;
}

p.copyright {
	margin-top: 40px;
}
/*************************/
/*top*/
/*************************/
/*news部分*/
.main_content.main_news .news_box .news_inner {
	display: flex;
	align-items: center;
}

.main_content.main_news .news_box .news_inner ul.news_infolist {
	display: flex;
	width: 260px;
	max-width: 30%;
	justify-content: space-around;
	align-items: center;
}

.news_box {
	border: 1px solid #707070;
	border-radius: 20px;
}

.news_box .news_inner {
	padding: 20px 10px;
}

.news_box ul li.cat {
	background-color: #ddd;
	font-size: 14px;
	padding: 0px 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.main_content.main_news .news_box .news_inner a {
	color: initial;
}


/*about*/
.about_boxs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0;
}

.about_boxs .about_info {
	width: 60%;
	padding-left: 10px;
}
.about_boxs .about_img {
	width: 40%;
}
.about_boxs .about_img img {
	width: 100%;
}
.about_boxs.about_box_re .about_info {
	padding-left: 0px;
	padding-right: 10px;
}


.about_boxs.about_box_re {
	flex-direction: row-reverse;
}

.about_boxs .about_info h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

/*************************/
/*about*/
/*************************/
img.about_content_logo {
	display: block;
	margin: 20px auto 100px auto;
}
/*concept*/
.about_concept_boxs {
	display: flex;
	align-items: flex-start;
	text-align: center;
	justify-content: space-between;
	margin-top: 40px;
}

.about_concept_boxs .about_concept_box {
	width: 280px;
	max-width: 33%;
	margin-bottom: 20px;
}

.about_concept_boxs .about_concept_box img {
	margin-bottom: 30px;
}

.about_concept_boxs .about_concept_box p {
	line-height: 30px;
}
section.section_box.about_content.about_areas {
	padding-top: 0;
}
.about_areas_01 {
	display: flex;
	align-items: center;
}
.about_areas_01 .about_area_info {
	padding-left: 55px;
	max-width: 445px;
}
.about_areas_02 {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.about_areas_02 .about_area_info {
	padding-right: 55px;
	max-width: 445px;
}
.about_areas_01 .about_area_img {
	background-image: url(https://sakae-village.wecansdgs.com/wp-content/uploads/2022/07/about_img01.png);
}
.about_areas_02 .about_area_img {
	background-image: url(https://sakae-village.wecansdgs.com/wp-content/uploads/2022/07/about_img02.png);
}
.about_area_img {
	width: 50%;
	height: 480px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about_area_info {
	width: 50%;
}
.about_area_info h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}


/*************************/
/*access*/
/*************************/
/*access*/
.access_boxs {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}

.access_boxs .access_box {
	width: 50%;
}

.access_box p.base_btn {
	margin-left: 0;
}

.access_box.access_box_info h3 {
	font-size: 24px;
	margin-bottom: 25px;
}

.map_content iframe {
	width: 100%;
	border-radius: 50px;
	border: 6px solid #137B3B;
}


/*author page*/
.author_content {
	margin-bottom: 80px!important;
}
.author_box_content .author_box_inner {
	display: flex;
	justify-content: space-between;
}

.author_box_content .author_box_inner > div {
	width: 50%;
}
.author_box_content .author_box_inner .author_info {
	padding-left: 20px;
}
.author_box_content .author_box_inner .author_img img {
	width: 100%;
	border-radius: 30px;
}

.author_box_content .author_box_inner .author_info .author_name {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.author_info ul li.genre {
	background-color: #aaa;
	color: #fff;
	text-align: center;
	padding: 0px 10px;
	border-radius: 15px;
	font-size: 14px;
	min-width: 85px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
p.author_introduction {
	margin-top: 20px;
}
.author_news .author_news_box {
	display: flex;
	align-items: center;
}

.author_news .author_news_box ul.author_news_list {
	display: flex;
	width: 260px;
	max-width: 30%;
	justify-content: space-around;
	align-items: center;
}

.author_news {
	border: 1px solid #707070;
	border-radius: 20px;
}

.author_news .author_news_box {
	padding: 20px 10px;
}

.author_news ul li.cat {
	background-color: #ddd;
	font-size: 14px;
	padding: 0px 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.author_news .author_news_box a {
	color: initial;
}
h2.author_midashi {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.item_list_box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.item_list_box .item_img {
	width: 300px;
	max-width: 25%;
}

.item_list_box .item_info {
	width: 75%;
	padding-left: 20px;
	padding-top: 10px;
}

.item_list_box .item_img img {
	width: 100%;
}

.item_list_box .item_info h3 {
	font-size: 24px;
}

.item_info p.item_price {
	font-weight: bold;
	text-align: right;
	font-size: 20px;
}



/*contact*/
table.contact_form {
	margin: auto;
	width: 100%;
	margin-bottom: 10px;
}

table.contact_form span.wpcf7-form-control-wrap {
	width: 100%;
}
table.contact_form td.require,
table.contact_form td.optional {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

table.contact_form td.require:before {
	content: "必須";
	font-size: 12px;
	background-color: #D96A64;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 10px;
	margin-right: 10px;
}
table.contact_form td.optional:before {
	content: "任意";
	font-size: 12px;
	background-color: #7c7c7c;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 10px;
	margin-right: 10px;
}
.contact_form tr td span input {
	width: 100%;
	margin: 5px 0;
	padding: 8px 5px;
}
.contact_form tr td span input::placeholder {
	color: #8a8a8a;
}
.contact_form tr td.col1 span input {
	width: 98%;
}
.contact_form tr td.col1 span.kana input {
	margin-left: auto;
	display: block;
}
.contact_form tr.radio_line td span {
	display: inline-block;
	width: initial;
}
.contact_form tr.radio_line td span input {
	width: initial;
	margin: 20px 0;
}
.contact_form tr td span input::placeholder {
	color: #dfdcdb;
}
.contact_form tr.radio_line td span label span.wpcf7-list-item-label {
	font-size: 14px;
	margin-left: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	margin: 5px 0;
	padding: 10px 20px;
}
p.privacy_check {
	text-align: center;
	font-size: 14px;
}
p.privacy_check a {
	text-decoration: underline;
}
p.form_submit {
	text-align: center;
	margin-top: 50px;
}
p.form_submit input {
	background: #04384c;
	box-shadow: none;
	color: #fff;
	letter-spacing: 3px;
	padding: 10px 0;
	max-width: 360px;
	width: 90%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px auto 0 auto;
}
form table.contact_form span.wpcf7-not-valid-tip {
	display: block;
	color: #caa846;
	font-size: 14px;
	letter-spacing: 1px;
}
p.form_attention {
	font-size: 14px;
	margin-bottom: 0;
}
.form textarea.wpcf7-form-control.wpcf7-textarea, .form .contact_form tr td span input {
	background-color: #fff;
	border: 1px solid #fff;
}

.base_btn input#submit_TM {
	color: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D96A64;
	padding: 0 10px;
	border-radius: 35px;
	font-weight: bold;
	margin: auto;
}


@media only screen and (max-width:600px) {
	.contact_form .name_line td.col1 span input, .name_line td.col1 span {
		width: 100%;
	}
	p.base_btn input {
		max-width: 200px;
		height: 45px;
	}
}

/***********************/
/***********************/
/*ここからレスポンシブ設定*/
/***********************/
/***********************/


@media only screen and (max-width:780px) {

	h2.h2_ttl {
		font-size: 5.4vw;
	}

	h2.h2_ttl span {
		font-size: 2.4vw;
	}
	.about_boxs .about_info h3 {
		font-size: 3vw;
	}

	.about_boxs .about_info p {
		font-size: 2.2vw;
	}
	p.base_btn a {
		font-size: 2.8vw;
	}

	/*footer*/
	.footer_btns {
		display: block;
		margin: 70px 0;
	}

	.footer_btns > div {
	}

	.footer_btn {
		width: 100%;
		max-width: 500px;
		height: 75px;
		margin: 0 auto 10px;
	}

	.footer_btn p {
		display: block;
		font-size: 5vw;
	}

	.footer_btn p span {
		margin-left: 10px;
	}

	.footer_btn a img {
		width: 100px;
	}
	/*toppage*/
	.main_content.main_news .news_box .news_inner {
		display: block;
		padding: 15px 10px;
	}

	.main_content.main_news .news_box .news_inner ul.news_infolist {
		width: 100%;
		max-width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	ul.news_infolist li.date {
		font-size: 2.5vw;
		margin-right: 10px;
	}

	.main_content.main_news .news_box .news_inner a {
		font-size: 3vw;
	}

	.main_content.main_news .news_box ul li.cat ul.post-categories li a {
		font-size: 2vw;
	}


	/*about*/
	.about_concept_boxs {
		flex-direction: column;
	}

	.about_concept_boxs .about_concept_box {
		max-width: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.about_concept_boxs .about_concept_box p {
		text-align: left;
		padding-left: 20px;
		font-size: 3vw;
	}

	.about_area_info h3 {
		font-size: 4vw;
		line-height: 35px;
	}

	.about_areas_01 .about_area_info,.about_areas_02 .about_area_info {
		padding: 0;
		width: 500px;
		max-width: 90%;
		margin: 20px 0;
	}

	.about_areas_01,.about_areas_02 {
		flex-direction: column;
	}

	.about_area_img {
		width: 100%;
		height: 200px;
	}

	.about_area_info p {
		font-size: 3vw;
	}

	/*access*/
	.access_boxs {
		flex-direction: column-reverse;
	}

	.access_boxs .access_box {
		width: 100%;
		padding: 0;
	}

	.access_box.access_box_pic img {
		margin: auto;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.map_content iframe {
		border-width: 4px;
		border-radius: 30px;
	}

	/*author*/
	.author_box_content .author_box_inner {
		flex-direction: column;
	}

	.author_box_content .author_box_inner > div {
		width: 100%;
	}
	.author_news .author_news_box ul.author_news_list {
		width: 100%;
		max-width: 100%;
		text-align: left;
		justify-content: flex-start;
	}
	.author_box_content .author_box_inner .author_info {
		padding-left: 0;
	}

	.author_news .author_news_box {
		display: block;
	}

	.author_news .author_news_box ul.author_news_list li.cat ul li a {
		font-size: 2vw;
	}

	.author_news_list li.date {
		font-size: 2.5vw;
		margin-right: 10px;
	}
}


@media only screen and (max-width:480px) {

	p.base_btn {
		height: 45px;
	}

	.about_boxs {
		flex-direction: column;
	}

	.about_boxs .about_img {
		margin-bottom: 10px;
		width: 100%;
	}

	.about_boxs .about_info {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

	.about_boxs .about_info h3 {
		font-size: 4vw;
		margin-bottom: 10px;
	}

	.about_boxs .about_info p {
		font-size: 3.4vw;
	}

	.about_boxs.about_box_re {
		flex-direction: column;
	}

	.shopicons_bg {
		background-size: cover;
	}

	section.section_box {
		padding: 25px 0;
	}

	.about_concept_boxs .about_concept_box {
		flex-direction: column;
	}

	.about_concept_boxs .about_concept_box p {
		padding-left: 0;
		text-align: center;
		font-size: 4vw;
	}

	.about_area_info h3 {
		line-height: 200%;
		margin-bottom: 15px;
	}

	.about_area_info p {
		font-size: 4vw;
	}
	.access_box.access_box_info h3 {
		font-size: 5vw;
		margin-bottom: 10px;
	}

	.access_boxs .access_box p.address {
		font-size: 3.4vw;
	}


	.item_list_box {
		flex-direction: column;
	}

	.item_list_box .item_img {
		max-width: 90%;
		margin: 0 auto 20px;
	}

	.item_list_box .item_info {
		width: 100%;
		padding-left: 0;
	}

	.item_list_box .item_info h3 {
		font-size: 5vw;
	}

	.item_info p.item_price {
		font-size: 4vw;
	}
	.author_box_content .author_box_inner .author_info .author_name {
		font-size: 6vw;
	}

	h2.author_midashi {
		font-size: 6vw;
		margin-bottom: 10px;
	}
	img.footer_logo {
		max-width: 80%;
	}
	.footer_btn p {
		display: flex;
		line-height: 100%;
		padding-top: 0;
	}

	.footer_btn p span {
		margin-left: 0;
		font-size: 2.4vw;
	}
}
