@charset "utf-8";

/* ==============================

	共通

============================== */
/* wp調整 */
figure.wp-block-image.size-full {
	margin-bottom: 0;
}

body, html {
	width: 100%;
	font-size: 18px;

	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;

	scroll-behavior: smooth;

/*overflow-x: hidden;*/
}

body{
	color: #2D2021;
	line-height: 1.6;
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-weight: 400;
	min-height: 100vh;
}

a,
a img {
	transition: all 0.2s ease 0s;
	color: #2D2021;
	text-decoration: none;
}
img	{
	width: 100%;
}

.bold {
	font-weight: bold;
}

h2{
/*	font-family: 'Noto Sans JP', sans-serif;*/
font-size: 3rem;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 40px;
	}

h3 {
/*	font-family: 'Noto Sans JP', sans-serif;*/
font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
}


.material-icons {
	display: inline-flex;
	vertical-align: middle;
	font-size: 130%;
	margin-top: -5px;
}






/* ==============================

	ボタン

============================== */
/* メイン */
.wp-block-button a,
.contact_form input[type="submit"] {
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 0px;
	font-weight: bold;
}

.wp-block-button a {
	margin: 0 auto;
}

.contact_form input[type="submit"] {
	margin: 10px;
}

.wp-block-button i {
	margin-left: 5px;
}
@media only screen and (max-width: 821px){
/* メイン */
.wp-block-button {
	width: 100%;
}

.wp-block-button a,
.contact_form input[type="submit"] {
		width: 100%;
	}
}





/* ==============================

	その他

============================== */

/* PC/SP切り分け */
.sp_disp {
	display:none;
}

@media only screen and (max-width: 821px){
	.pc_disp {
		display:none;
	}

	.sp_disp {
		display:block;
	}
}

.shadow {
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}

.hidden {
	display: none!important;
}




/* ==============================

レイアウト

============================== */

.w960 {
	width: 960px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1440 {
	width: 1440px;
	margin: 0 auto;
}




@media only screen and (max-width: 820px) {
	body {
		width: 100%;
	}

	.content {
		padding-top: 20px;
	}

	.w960,.w1100,.w1440 {
		width: 90%;
		margin: 0 auto;
	}

}

@media (max-width: 1280px) and (min-width: 821px) {
	.w960,.w1100,.w1440 {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 1440px) and (min-width: 1281px) {
	.w1440 {
		width: 90%;
		margin: 0 auto;
	}
}





/* ==============================

固定ナビゲーション

============================== */
/* 固定ナビゲーション */


/* PC_サイド */
@media only screen and (min-width: 821px){
    .fix_nav {
        position: fixed;
        bottom: 0;
        right: 0px;
        width: 100%;
        z-index: 9990;
        background-color: #1b1512;
        /* max-width: 375px; */
        left: 0;
    }

/*	
	.fix_nav li {
		font-size: 1.2rem;
		display: flex;
		writing-mode: vertical-rl;
		align-items: center;
	}
*/

	.fix_nav a {
		color: #FFF;
		display: block;
		width: 60px;
		padding: 20px 0;
		font-size: 0.9rem;

		display: flex;
		writing-mode: vertical-rl;
		align-items: center;
		background-color: rgba(0,0,0,0.8);
	}


	.fix_nav a {
		margin-bottom: 5px;
	}

	.fix_nav a .material-icons {
		transform: rotate( 270deg )
		}
	}



/* SP_下部 */
@media only screen and (max-width: 821px){
    .fix_nav {
        position: fixed;
        bottom: 0;
        right: 0px;
        width: 100%;
        z-index: 9990;
        background-color: #1b1512;
    }

	.fix_nav ul {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

}





/* ==============================

ヘッダー

============================== */
/* header */
header {
	width: 100%;
}

header .logo img {
	width: auto;
	height: auto;
}




/* ==============================

フッター

============================== */


.footer_info {
	justify-content: center
}

.copyright {
	background-color: none;
	color: #000;
	font-weight: bold;
}

.copyright small {
	font-size: 11px;
	padding: 0;
}



@media only screen and (max-width: 821px){
	footer {
		padding: 30px 30px 100px 30px;
	}
	
	footer .inner_ul {
		text-align: center;
	}

	footer .inner_ul li {
		width: 100%;
	}

	footer .inner_ul ul li {
		width: 100%;
	}

	footer .inner_ul ul .btn a {
		width: 100%;
	}

	.copyright {
		padding-bottom: 100px;
	}
}



@media (max-width: 1280px) and (min-width: 821px) {
	footer .inner_ul ul .btn a {
		width: 100%;
	}
	
	footer .footer_li_btn {
		width: 540px;
	}
	
}







/* ==============================

	投稿-パターン04-

============================== */

/* list_entry */
.list_entry {

}

.list_entry_inner {
	gap: 2rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	/* align-items: stretch */
	margin-bottom: 0.5rem;
}

.list_entry_image {
	width: 20%;
}

.list_entry_image img {
	width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}

.list_entry_txt {
	font-size: 0.8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	/* align-items: stretch */

}

.list_entry_date {
	font-size: 0.8rem;
	margin-right: 1rem;
}

.list_entry_cat {
	margin-right: 1rem;
}

.list_entry_cat a {
	display: inline-block;
	padding: 2px 5px;
}

.list_entry_ttl {
	font-size: 1.2rem;
}


.entry_nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 160px;
}

.entry_nav .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
}

.entry_nav nav a,
.entry_nav nav span {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.nav_select {
	position: absolute;
	right: 0;
}

.nav_select select {
	border: none;
	border-radius: 5px;
	padding: 0.5rem;
	background-color: #e7e7e7;
}

.entry_nav .navigation {
}

@media only screen and (max-width: 821px){
	.entry_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;		
	}

	.list_entry {
		width: 48%;
		margin-bottom: 2rem;
	}

	.list_entry_inner {
		gap: 0;
	}

	.list_entry .list_entry_image {
		width: 100%;
	}

	.list_entry_date,
	.list_entry_cat,
	.list_entry_ttl {
		width: 100%;
		display: block;
	}

}


/* ==============================

コンタクトフォーム

============================== */
/* contact_form */
#contact_form {
	margin-bottom: 100px;
}

.contact_form {
	background-color: #fff;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
	padding: 50px;
}

.contact_form table {
	width: 100%;
}

.contact_form th,
.contact_form td {
	width: 100%;
	display: block;
}

.contact_form th {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #BD9E4B;
}

.contact_form th .attention {
	font-size: 0.8rem;
	background-color: #FF7B7B;
	color: #fff;
	padding: 2px 10px;
	border-radius: 4px;
	margin-left: 10px;
}

.contact_form td {
	margin-bottom: 40px;
}

.contact_form input {
	width: 100%;
	border: none;
	background: #ECECEC;
	padding: 20px;
	border-radius: 4px;
}

.contact_form textarea {
	width: 100%;
	height: 200px;
	border: none;
	background: #ECECEC;
	padding: 20px;
	border-radius: 4px;
}

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

.form_radio {
	margin-top: 20px;
}

.form_radio label span {
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	padding: 10px 20px;
	transition: all 0.2s ease 0s;
}

.form_radio label input[type="radio"]:checked + span {
	border: 1px solid #CE1A3B;
	background-color: #CE1A3B;
	color: #FFF;
}

.form_radio .error {
	margin-top: 15px;
}

.contact_form .radio_label {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 10px 10px 0 0;
}

.contact_form h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	border-top: 3px double #c2c2c2;
	border-bottom: 3px double #c2c2c2;
	padding: 20px 0;

	margin-bottom: 30px;
}

.contact_form .form_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.contact_form .form_column li {
	width: calc(100%/3 - 20px);
}

.contact_form .submit-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.contact_form input[type="submit"] {
	width: 360px;
	padding: 20px 40px;
	cursor: pointer;
	display: block;
}

.contact_form input[type="submit"]:hover {
	opacity: 1;
}

.contact_form .submit-btn .return {
	background: #999999;
	color: #FFF;
}


@media only screen and (max-width: 820px){
	#contact_form {
		margin-bottom: 50px;
	}

	.contact_form {
		padding: 20px;
		padding-bottom: 30px;
	}

	.contact_form.w960 {
		width: 100%;
	}

	.contact_form tr:last-child td {
		margin-bottom: 20px;
	}

	.form_radio label span {
		display: block;
	}

	.contact_form input[type="submit"] {
		width: 49%;
		padding: 20px;
	}
	
}


/* サンクスメッセージ */
.thx-message {
	text-align: center;
	margin-bottom: 100px;
}

.thx-message p {
	margin-bottom: 40px;
}



@media only screen and (max-width: 820px){
	#info .contact_form.w960 {
		width: 100%;
		padding: 20px;
	}

	#info .contact_form input[type="submit"] {
		width: 100%;
	}
	
	#info .contact_form .form_column li {
		width: 100%;
		margin-bottom: 20px;
	}

}




/* ==============================

	ブログ一覧

============================== */

.news_list li {
	margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding: 0px 20px 40px 20px;
}



/* ==============================

	ブログ詳細

============================== */
.entry {
	margin-top: 60px;
}

.entry h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}

.entry h2:not(:first-child) {
	margin-top: 100px;
}

.entry h3 {
	padding-top: 60px;
	margin-bottom: 10px;
}

.entry h4 {
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
}

.entry p,
.entry .wp-block-image {
	margin-bottom: 20px;
}

.entry ul {
	list-style: disc;
	margin: 20px 0;
}

.nav_entry {
	border-top: 1px solid #787878;
	padding-top: 60px;
	margin: 60px 0;
	display: flex;
	justify-content: center
}

.nav_entry p {
	margin: 0 10px;
}





/* ==============================

	オンラインショップ

============================== */
/* welcart_btn */
@media only screen and (max-width: 821px){
	body .welcart .welcart_btn {
		flex-wrap: wrap;
		margin-top: 60px;
	}
}





/* ==============================

	その他のページ

============================== */
/* info */
.low_block dt {
	font-weight: bold;	
}

.low_block dd {
	margin-bottom: 20px;
}

.low_block p {
	margin-bottom: 30px;	
}

.g-map iframe {
	width: 100%;
	border: none;
}
