@charset "UTF-8";

:root {
	--i_bg_color: #F5F5F5;
	--i_txt_color: #383838;
	--i_main_color: #CD2D2D;
	--i_sub_color: #CD2D2D;
	--i_sub2_color: #EBEBEB;
	--i_btn_color: #CD2D2D;
	--i_btn_hover_color: #D43A3A;
	--i_btn_txt_color: #FFFFFF;
	--i_btn_hover_txt_color: #FFFFFF;
	--i_shadow_color: rgba(0, 0, 0, 0.1);
	--i_border_color: rgba(0, 0, 0, 0.13);
	--i_noimg_bg_color: #EEEEEE;
	--i_padding: 20px;
}

/* font */
body.ft04 .h,
body.ft04 .block_header_1 p,
body.ft04 .contents_faq01 dt::before,
body.ft04 .contents_faq01 dd::before,
body.ft04 header .tel a,
body.ft04 header .tel span,
body.ft04 .widget_tel .inner_item_tel a,
body.ft04 .widget_tel .inner_item_tel span,
body.ft04 #lv,
body.ft04 #setting_modal .heading_design *,
body.ft04 nav,
body.ft04 .btn,
body.ft04 .contents_btn01,
body.ft04 .submit,
body.ft04 .mv_text,
body.ft04 .fixbtn,
body.ft04 footer {
	font-family: "Times New Roman", "Shippori Mincho B1", serif;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.65rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body,
main {
	background: var(--i_bg_color);
}
@media screen and (max-width: 850px) {
	html {
		font-size: 60.606%;
	}
	body {
		letter-spacing: 0px;
	}
}
a {
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
	color: inherit;
}
/*composite_boxの最大高さとトリミングの起点　基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
	object-position: 50% 50%;
}
.no_img {
	background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
	border: solid 1px var(--i_border_color);
}

/*----------------------------余白設定----------------------------*/

main > section:first-child:not([class*="pt"]),
main > div:first-child:not([class*="pt"]),
div[class*="pb"] + .contents_related,
section[class*="pb"] + .contents_related,
div[class*="pb"] + .contents_related_tags,
section[class*="pb"] + .contents_related_tags {
	padding-top: calc(var(--i_padding) * 3);
}
main > section:not([class*="pt"]),
main > div:not([class*="pt"]),
aside > section:not([class*="pt"]),
aside > div:not([class*="pt"]) {
	padding-bottom: calc(var(--i_padding) * 3);
}
@media screen and (max-width: 800px) {
	main > section:first-child:not([class*="pt"]),
	main > div:first-child:not([class*="pt"]),
	div[class*="pb"] + .contents_related,
	section[class*="pb"] + .contents_related,
	div[class*="pb"] + .contents_related_tags,
	section[class*="pb"] + .contents_related_tags {
		padding-top: calc(var(--i_padding) * 2);
	}
	main > section:not([class*="pt"]),
	main > div:not([class*="pt"]),
	aside > section:not([class*="pt"]),
	aside > div:not([class*="pt"]) {
		padding-bottom: calc(var(--i_padding) * 2);
	}
}

/*----------------------------背景パララックス----------------------------*/

.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
#fixbtn .contents_btn01 a:before {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/
.default_ul li:before {
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/
.category1 li a {
	border: 1px solid var(--i_txt_color);
	border-radius: 50px;
	color: var(--i_txt_color);
	font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current {
	background: var(--i_txt_color);
	color: #fff;
}

/*--sidebar--*/
#sidebar section,
#sidebar > div {
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2 {
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li {
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#sidebar .sidebar_list a {
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}
@media screen and (max-width: 850px) {
	#sidebar {
		border: 5px solid var(--i_sub2_color);
	}
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid var(--i_txt_color);
	font-size: 1.4rem;
	color: var(--i_txt_color);
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_txt_color);
	color: #fff;
}
.pager li.arrow a {
	background: none;
}

/*シングルページページャー*/
.pager2 li a {
	border: 1px solid var(--i_txt_color);
	color: var(--i_txt_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover {
	background: var(--i_txt_color);
	color: #fff;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup {
	background: rgba(255, 255, 255, 0.7);
}
.popclose {
	color: var(--i_main_color);
}
.popnav li {
	background: var(--i_main_color);
}
.poptxt {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt {
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dd {
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.3;
	box-sizing: border-box;
	font-weight: 400;
	color: var(--i_btn_color);
	border: 1px solid var(--i_btn_color);
	text-align: center;
}
.contents_faq01 dd:before {
	line-height: 1.4;
	background: var(--i_btn_color);
	color: var(--i_bg_color);
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item {
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
	background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
	background: var(--i_sub2_color);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead {
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_1 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td {
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td {
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px) {
	.block_table_2 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px) {
	.block_table_3 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li {
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a {
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
	color: #fff;
}
.gallery_single_slider .slick-arrow::before {
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow {
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next {
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
	overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001, 1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover {
	opacity: 0.8;
}
.news_archive article .entry_meta {
	font-size: 1.3rem;
}
.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
	background-size: 50% !important;
}
#sidebar .widget_news02 li a div span i {
	background-size: 50% !important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper {
	max-width: 900px !important;
}
.widget_coupon .inner_item > div,
.widget_coupon .inner_item > dl {
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy {
	border: 1px solid var(--i_border_color);
}
.widget_form form {
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl {
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd {
	vertical-align: middle;
}
.widget_form form dt span {
	color: var(--i_sub2_color);
	color: #d43b3b !important;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width: 770px) {
	.widget_form form dt {
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea {
	background: var(--i_sub2_color);
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus {
	background: var(--i_bg_color);
	color: var(--i_txt_color);
	border: 1px solid var(--i_border_color);
}
main form .submit input {
	letter-spacing: 3px;
	border: none;
}
main form select {
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type="radio"] + label,
main form input[type="checkbox"] + label {
	padding: 0 15px 0 22px;
}
main form input[type="radio"] + label::before,
main form input[type="checkbox"] + label::before {
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type="radio"] + label::before {
	border-radius: 30px;
}
main form input[type="radio"]:checked + label::after,
main form input[type="checkbox"]:checked + label::after {
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_main_color);
}
main form input[type="radio"]:checked + label::after {
	border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt {
	font-size: 2rem;
}
.widget_link .inner_item_url {
	color: var(--i_main_color);
	font-weight: bold;
}
.widget_link.block_link_1 .wrapper_item a {
	border-left: 1px solid var(--i_main_color);
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover {
	opacity: 0.8;
}
.widget_lp01 li a div span {
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd {
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li > p {
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li {
	box-shadow: 5px 5px 0 var(--i_shadow_color);
}
.block_news_2 li a {
	padding: 30px;
}
.block_news_2 li a:after {
	border: 0 solid var(--i_sub2_color);
}
.block_news_2 li a:hover:after {
	border-width: 10px !important;
}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover * {
	opacity: 0.8;
}
.widget_staff01 .sub {
	font-size: 1.2rem;
	font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
	font-weight: bold;
}
@media screen and (max-width: 450px) {
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span {
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img {
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg {
		height: 16px;
		width: 16px;
	}
}

/*------------------blog------------------------*/
.block_news_2 li {
	box-shadow: none;
	border: 1px solid var(--i_border_color);
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2 {
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h {
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h:after {
	top: 1em;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;
	/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body {
	padding-right: 180px;
}
@media screen and (max-width: 1224px) {
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: calc(32px + 1.8rem);
		/*★1 + 数px*/
	}
}
@media screen and (max-width: 650px) {
	.glossary_archive .content_wrapper article {
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: 30px;
		/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body {
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item {
	background: rgba(255, 255, 255, 0.8);
}

/*------------------------------------------------------------------*/
/*---------------------------Generated------------------------------*/
/*------------------------------------------------------------------*/

/* ===== load ===== */

#load div:nth-of-type(1) {
	background: var(--i_bg_color) !important;
}
#load .loader {
	border: 1px solid var(--i_main_color);
}
#load .loader,
#load .loader::before {
	border-top-color: var(--i_main_color) !important;
}
#load .loader::before,
#load .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img {
	max-width: 150px;
}
#load div:nth-of-type(1) {
	background: var(--i_main_color);
}
#load .loader,
#load .loader::before {
	border-top-color: var(--i_main_color);
}
#load img {
	max-width: 140px;
}
@media screen and (max-width: 850px) {
	#load img {
		max-width: 100px;
	}
}

/* ===== header ===== */

body.ft04 header .tel a,
body.ft04 header .tel span {
	font-family: "IM Fell DW Pica", "Shippori Mincho B1", serif;
}
header {
	font-size: 1.4rem;
	color: var(--i_txt_color);
}
body.scrolled header {
	background: rgba(245, 245, 245, .9);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .08);
}
header .wraper {
	max-width: 1300px;
}
header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: .7;
	fill: var(--i_txt_color);
}
body.scrolled header .logo {
	padding: 20px 0 !important;
}
header .logo,
body header .logo a img {
	max-width: 200px;
}
body.scrolled header .logo a img {
	max-height: 50px;
}
header .header_contents .header_col1 {
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header .header_contents .header_col1 .tel {
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: 500;
	fill: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
	fill: var(--i_txt_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg {
	width: 22px;
	height: 22px;
	top: calc(50% - 10px);
	left: 0;
}
header#pattern1 nav,
header#pattern3 nav {
	position: relative;
}
header nav * {
	color: var(--i_txt_color);
}
header nav ul.nav_1st {
	width: 100%;
	max-width: 1400px !important;
}
header nav ul.nav_1st > li {
	box-sizing: border-box;
	position: relative;
}
header nav ul.nav_1st > li:after {
	/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
}
header nav ul.nav_1st > li:last-child:before {
	/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
}
header nav ul.nav_1st > li > a {
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}
header nav ul.nav_1st > li > a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3;
	/* マージン普通選択時 */
	letter-spacing: .1rem;
	transition: .4s ease-in-out;
	font-size: 1.45rem;
	font-weight: 600;
}
body.scrolled header:not(.nofixed) nav ul.nav_1st > li > a span {
	line-height: 3;
}
header nav ul.nav_1st > li > a:hover span {
	color: var(--i_main_color);
}
header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3;
}
body.scrolled header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3;
}
body.margin header nav ul.nav_1st > li > a span {
	line-height: 3;
}
header nav ul.nav_2nd {
	padding-top: 20px;
}
header nav ul.nav_1st > li:hover ul.nav_2nd {
	padding-top: 15px;
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd > li {
	background: rgba(245, 245, 245, .9);
	border-bottom: 1px solid var(--i_border_color);
}
header nav ul.nav_2nd > li:nth-last-of-type(1) {
	border-bottom: none;
}
header nav ul.nav_2nd li a {
	padding: 10px 20px;
	font-weight: normal;
	font-size: 1.4rem;
}
header nav ul.nav_2nd > li > a {
	padding-right: 30px;
}
header nav ul.nav_2nd > li > a:after {
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd {
	padding-left: 20px;
}
header nav ul.nav_3nd li a {
	padding: 5px 20px;
}
header nav ul.nav_3rd > li > a:after {
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - .5px);
	left: 5px;
}
@media screen and (min-width: 901px) {
	body:not(.scrolled) header#pattern2.width_full nav {
		padding-right: 0;
	}
	body:not(.scrolled) header .wraper > .inner {
		padding-bottom: 10px;
	}
	header nav ul.nav_1st > li > a span {
		line-height: 4;
	}
	body:not(.scrolled) header .logo a {
		display: inline-block;
	}
	.scrolled header .logo a img {
		max-width: 180px;
	}
}
@media screen and (max-width: 900px) {
	body.scrolled header .logo {
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents {
		background: rgb(255 255 255 / 95%);
	}
	header .burger li.sp_translate a svg {
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns,
	header .header_contents .header_col1,
	header .header_contents .header_col2 {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid var(--i_border_color);
	}
	header .header_sns {
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty {
		border: none;
	}
	header .header_contents .header_col1 .tel {
		float: none;
	}
	header .header_contents .header_col2 {
		display: block !important;
	}
	header nav {
		border-bottom: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st li {
		border-bottom: 1px solid var(--i_border_color);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	header nav ul.nav_1st > li:before,
	header nav ul.nav_1st > li:after {
		display: none !important;
	}
	header nav ul.nav_1st > li i:before,
	header nav ul.nav_1st > li i:after {
		background: var(--i_sub_color);
	}
	header nav ul.nav_2nd {
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_2nd > li {
		box-shadow: none;
	}
	header nav ul.nav_2nd > li * {
		color: var(--i_txt_color);
	}
	header nav ul.nav_3rd {
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_3rd > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	header .logo a img {
		max-height: 40px !important;
	}
	body.scrolled header .logo a img {
		max-height: 40px !important;
	}
	header nav ul.nav_1st > li > a:hover:before {
		transform: scale(0, 0);
	}
	header#pattern1 nav,
	header#pattern3 nav {
		border-bottom: 0;
		border-top: 0;
	}
	header nav ul.nav_1st > li > a:hover {
		background: none;
	}
	header nav ul.nav_1st > li > a span {
		color: var(--i_txt_color);
	}
	header#pattern2 nav ul.nav_1st {
		border-bottom: 0px;
	}
	header .wraper > .inner {
		min-height: 45px !important;
	}
	body.scrolled header {
		background: rgb(255 255 255 / 90%);
	}
}

/* ===== MV LV ===== */

body.ft09 #lv {
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
	overflow: hidden;
}
#mv {
	width: 100%;
	height: 100vh;
	min-height: 500px;
}
#mv::after {
	pointer-events: none;
	background: rgba(0, 0, 0, .4);
}
#mv .mv_text {
	height: 100%;
	align-items: end;
	/*垂直方向中央*/
	/*text-shadow: 0 0 5px var(--i_shadow_color);*/
	width: 100% !important;
	left: 0 !important;
	bottom: 30% !important;
	font-style: italic;
}
#mv .mv_text > div {
	box-sizing: border-box;
	width: 90%;
	color: #fff;
	padding-top: 70px;
}
#mv .mv_text h2 {
	font-size: 3.8rem !important;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	letter-spacing: .4rem;
	font-weight: 500;
	position: relative;
}
#mv .mv_text p {
	padding-top: 15px;
	font-size: 1.9rem;
	font-weight: 400;
	letter-spacing: .3rem;
}
#mv .mv_scroll {
	width: 200px;
	height: auto;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 100px);
	text-align: center;
}
#mv .mv_scroll a {
	text-indent: 0;
	font-size: 10px;
	letter-spacing: .3rem;
	padding-top: 80px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}
#mv .mv_scroll a:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
#mv .mv_pointer,
#mv .mv_arrow {
	display: none;
}
@media screen and (max-width: 100vh) {
	#mv {
		height: 100vh;
	}
}
@media screen and (max-width: 900px) {
	#mv .mv_text h2 {
		line-height: 1.5;
		font-size: 3.8rem !important;
	}
	#mv .mv_text p {
		padding-top: 5px;
	}
	#mv .mv_text {
		bottom: 18% !important;
	}
}
@media screen and (max-width: 650px) {
	#mv .mv_text h2 {
		font-size: 5.7vw !important;
		letter-spacing: 0.2rem;
	}
	#mv .mv_text p {
		font-size: 1.7rem;
		letter-spacing: 0.1rem;
	}
	#mv .mv_scroll {
		bottom: 10px;
	}
}
#lv {
	background: var(--i_txt_color);
	height: 350px;
	padding-bottom: 0;
}
header.over + #lv_outer #lv {
	min-height: 250px;
}
#lv div {
	opacity: .5;
}
#lv p {
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-style: italic;
}
#lv p span {
	display: inline-block;
	font-size: 4.5rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	letter-spacing: .3rem;
	color: #fff;
}
@media screen and (max-width: 800px) {
	#lv {
		height: 250px;
	}
	#lv p {
		padding: 0 10px;
	}
	#lv p span {
		font-size: 2.8rem;
	}
}
#mv .mv_textimg {
	width: 85%;
	left: 7.5%;
}
#mv .mv_textimg a {
	width: 25vw;
	max-width: 140px;
	aspect-ratio: 1 / 1;
	height: auto;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-radius: 100px;
}
@media screen and (min-width: 901px) and (max-height: 900px) {
	#mv .mv_scroll {
		display: none;
	}
	#mv .mv_textimg img {
		max-width: 360px;
	}
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/* ===== pan ===== */

#pan {
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
}
#pan li {
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before {
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
}

/* ===== btn ===== */

header .header_contents .header_col1 .btn .translate a svg {
	fill: var(--i_txt_color);
}
header .header_contents .header_col1 .btn > a,
header#pattern4 .wraper > .inner > .btn > a {
	overflow: visible !important;
	display: block;
	text-align: center;
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	font-weight: bold;
	padding: 10px 15px;
	transition: .4s ease-in-out;
	position: relative;
	letter-spacing: 0;
}
header .header_contents .header_col1 .btn a,
header#pattern4 .inner > .btn a {
	margin-right: 10px;
}
header .header_contents .header_col1 .btn > a span.inn,
header#pattern4 .wraper > .inner > .btn > a span.inn {
	transition: .4s ease-in-out;
	color: var(--i_btn_txt_color) !important;
	font-weight: 500;
}
header .header_contents .header_col1 .btn > a[target="_blank"] span.inn::before,
header .header_contents .header_col1 .btn > a[target="_blank"] span.inn::after,
header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn::before,
header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn::after {
	border: 1px solid var(--i_btn_txt_color);
}
header .header_contents .header_col1 .btn > a:hover,
header#pattern4 .wraper > .inner > .btn > a:hover {
	opacity: .8;
}
header .header_contents .header_col1 .btn > a[target="_blank"] span.inn,
header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn {
	padding-right: 25px !important;
}
header .header_contents .header_col1 .btn .translate a svg {
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover {
	opacity: .8;
}
header#pattern4 .wraper > .inner > .btn > a span {
	text-align: center;
}
@media screen and (max-width: 900px) {
	header .header_contents .header_col1 .btn {
		float: none;
	}
	header .header_contents .header_col1 .btn > a {
		padding: 12px 15px 10px;
	}
}
.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	background: var(--i_btn_color);
	color: #fff !important;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: .4s ease-in-out;
	font-family: 500;
	letter-spacing: .2rem;
}
main form .submit span input {
	background: var(--i_btn_color);
	color: #fff !important;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: .4s ease-in-out;
	font-family: 500;
	letter-spacing: .2rem;
}
main form .submit {
	position: relative;
}
.contents_btn01 a:before,
main form .submit span:before {
	position: absolute;
	content: " ";
	width: 5px;
	height: 5px;
	top: calc(50% - 4px);
	left: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transition: all .3s ease;
	z-index: 10;
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span input:hover {
	opacity: .8;
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
	border: 1px solid #fff;
}
.contents_btn01 a span {
	text-align: center;
	line-height: 1.6;
	font-size: 1.5rem;
	padding: 11px 20px 10px;
}

/* ===== heading ===== */

section .content_wrapper > .heading:first-child:last-child {
	margin-bottom: 0;
}
section:not([class*="pt"]) .content_wrapper > .heading:first-child:last-child {
	margin-bottom: 0;
}
.heading.block_header_1,
.heading.block_header_6 {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
	display: inline-block;
	font-size: 3.9rem;
	line-height: 1.4;
	position: relative;
	z-index: 0;
	color: var(--i_main_color);
	font-weight: 500;
	letter-spacing: .2rem;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.6;
}
section[style*=" color: #FFFFFF;"] .heading.block_header_1 p,
section[style*=" color: #FFFFFF;"] .heading.block_header_6 .h,
div[style*=" color: #FFFFFF;"] .heading.block_header_1 p,
div[style*=" color: #FFFFFF;"] .heading.block_header_6 .h {
	color: #fff !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p {
	font-size: 1.7rem;
	color: var(--i_txt_color);
	letter-spacing: .2rem;
	font-weight: 500;
}
@media screen and (max-width: 800px) {
	.heading.block_header_1,
	.heading.block_header_6 {
		margin-bottom: 20px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h {
		font-size: 2.8rem;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p {
		font-size: 1.5rem;
	}
}
.heading.block_header_2 {
	margin-bottom: 30px;
}
.heading.block_header_2 .h {
	display: inline-block;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.5;
	position: relative;
	padding-left: 22px;
	letter-spacing: .2rem;
}
.heading.block_header_2 .h:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: calc(1.05em * 1.5 / 2);
	transform: translateY(-50%);
	left: 0;
	background: var(--i_main_color);
	border-radius: 50px;
}
.heading.block_header_2 p {
	font-size: 1.4rem;
	font-weight: 500;
	padding-left: 22px;
	letter-spacing: .2rem;
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2 {
	border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
	padding-left: 2em !important;
}
@media screen and (max-width: 800px) {
	.heading.block_header_2 {
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h {
		font-size: 2.1rem;
		padding-left: 20px;
	}
	.heading.block_header_2 p {
		padding-left: 20px;
	}
}
.heading.block_header_3 {
	overflow: hidden;
	background: var(--i_sub2_color);
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
}
.heading.block_header_3 .h {
	font-weight: 500;
	letter-spacing: .2rem;
	font-size: 1.9rem;
	line-height: 1.5;
	color: var(--i_main_color);
}
.heading.block_header_3 p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .2rem;
	color: var(--i_main_color);
}
@media screen and (max-width: 800px) {
	.heading.block_header_3 {
		padding: 5px 5px 5px 5px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h {
		font-size: 2.0rem;
	}
	.heading.block_header_3 p {
		font-size: 1.3rem;
	}
}
.heading.block_header_4 {
	margin-bottom: 15px;
}
.heading.block_header_4:before {
	display: none;
}
.heading.block_header_4 .h {
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: .2rem;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_btn_color);
}
.heading.block_header_4 p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .2rem;
	color: var(--i_btn_color);
}
.heading.block_header_5 {
	margin-bottom: 15px;
}
.heading.block_header_5 .h {
	display: inline;
	font-weight: 500;
	letter-spacing: .2rem;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.heading.block_header_5 p {
	display: inline;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .2rem;
}
.heading.block_header_5 p:before {
	content: " / ";
}
#sidebar .heading.block_header_5 {
	background: var(--i_sub2_color);
	padding: 5px 15px;
	color: var(--i_main_color);
}
@media screen and (max-width: 900px) {
	.index .heading.block_header_1.align-left,
	.index .heading.block_header_6.align-left {
		align-items: center;
	}
}

/* ===== footer ===== */

#fixbtn[data-pattern="1"] .contents_btn01 a {
	box-sizing: content-box;
}
#fixbtn .contents_btn01 a span:not(.admin_edit_link) {
	padding: 16px 10px 12px;
}
#fixbtn .contents_btn01 a:hover {
	opacity: .8;
}
#fixbtn[data-pattern="2"] .contents_btn01 > a:before,
#fixbtn[data-pattern="2"] .contents_btn01 > a:after {
	display: none;
}
#fixbtn {
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap {
	background-color: rgba(0, 0, 0, .75);
}
#fixbtn.no .fixbtnwrap {
	background-color: rgba(0, 0, 0, .75);
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	color: #fff;
}
#fixbtn .fixbtntel:nth-last-of-type(2) {
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	font-size: 3.4rem;
	line-height: 1;
	margin-right: 10px;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
	margin-right: 0;
}
#fixbtn .fixbtntel svg {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: #fff;
}
#fixbtn .contents_btn01 {
	border-left: 1px solid rgba(0, 0, 0, .13);
}
#fixbtn .contents_btn01:nth-of-type(1) {
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1) {
	/*▼ telない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 span {
	text-align: center;
	padding: 10px 5px 10px;
}
#fixbtn #scrolltop:nth-of-type(1) {
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a {
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before {
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: .2s ease-in-out;
	border-left: 2px solid var(--i_btn_color);
	border-top: 2px solid var(--i_btn_color);
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before {
	opacity: .6;
}
#fixbtn.no #scrolltop a:before {
	border-color: rgba(255, 255, 255, .6);
}
#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid #787878;
	border-top: 2px solid #787878;
}
@media screen and (max-width: 600px) {
	#fixbtn {
		margin-bottom: 0;
	}
	#fixbtn {
		font-size: 1.5rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 2.3rem !important;
		margin: 0;
	}
	#fixbtn .fixbtntel svg {
		width: 13px !important;
		height: 13px !important;
		transform: translateY(-1px) !important;
	}
	#fixbtn .contents_btn01 a {
		padding: 0;
	}
	#fixbtn .contents_btn01 a span {
		padding: 10px 0px;
		font-size: 1.4rem !important;
	}
}
footer {
	padding: 0;
	color: var(--i_bg_color);
	background: var(--i_txt_color);
	text-align: center;
	font-size: 1.35rem;
}
footer a {
	color: #fff;
	font-weight: 500;
}
footer a span {
	color: #fff;
}
footer nav li {
	letter-spacing: .1rem;
	padding: 5px 0;
}

footer nav li a {
	font-size: 1.55rem;
	font-weight: 700;
	position: relative;
	padding-left: 20px !important;
}

footer nav li a::before {
	position: absolute;
	display: block;
	content: "";
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 5px;
	pointer-events: none;
}

footer .logo {
	width: 240px;
}

footer .sns {
	margin: 0 auto 30px;
}
footer .sns svg {
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: var(--i_main_color);
	transition: .2s ease-in-out;
}
footer .sns a:hover svg {
	opacity: .9;
}
#cp {
	padding: 10px 0;
	font-size: 1.1rem;
	letter-spacing: .1rem;
	color: #fff;
}
@media screen and (max-width: 600px) {

	footer {
		padding: 0 0 20px;
	}
	footer nav {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	footer nav ul {
		justify-content: flex-start;
	}
	footer nav li {
		width: auto;
	}
	footer .logo {
		width: 130px !important;
		margin: 30px 20px 30px;
	}
}
@media screen and (max-width: 550px) {
	#fixbtn[data-pattern="2"]:has(.contents_btn01>a:nth-child(2):nth-last-child(1)) .contents_btn01 {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 701px) {
	footer.add_design2 .logo a,
	footer.add_design3 .logo a,
	footer.add_design4 .logo a,
	footer.add_design5 .logo a {
		max-width: 70%;
	}
}


@media screen and (max-width: 1300px) and (min-width: 701px) {
	#fixbtn .contents_btn01 {
		flex-direction: row;
	}
	#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
		margin-left: 10px;
	}
	#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
		margin-top: 0;
	}
	#fixbtn .inner > div {
		flex-direction: row;
	}
}

#fixbtn[data-pattern="3"] .fixbtntel {
	background: var(--i_txt_color);
}

/* ===== 追加 ===== */

#sidebar .heading.block_header_5 {
	background: var(--i_sub2_color);
	color: var(--i_txt_color);
	padding: 5px 15px;
}

/* ----- */

@media screen and (max-width: 950px) {
	#seo + section .heading.block_header_1 {
		align-items: center;
	}
	#seo + section .heading.block_header_1::before {
		left: 50%;
		transform: translateX(-50%);
	}
	#seo + section .inner_item_txt {
		text-align: center;
	}
}
@media screen and (min-width: 951px) {
	#seo + section::before {
		content: "";
		display: block;
		width: 30%;
		height: 70%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		background: var(--i_sub2_color);
		z-index: 1;
	}
	#seo + section .inner_item_txt {
		margin-top: 150px;
		line-height: 2.2;
	}
}
@media screen and (max-width: 900px) {
	#seo + section .heading.block_header_1 p {
		font-size: 2.5rem;
	}
}

/* ----- */
a[id^="hd"] + section::before {
	content: "";
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: var(--i_sub2_color);
	z-index: -1;
}
#hd2 + section::before {
	right: auto;
}
a[id^="hd"] + section .heading.block_header_2 .h {
	margin-bottom: 5px;
	padding-left: 0;
	font-size: 3.9rem !important;
	letter-spacing: .08em;
	color: var(--i_main_color);
}
a[id^="hd"] + section .heading.block_header_2 .h:before {
	display: none;
}
a[id^="hd"] + section .heading.block_header_2 p {
	padding-left: 0;
	font-size: 1.75rem;
	letter-spacing: .2rem;
}
@media screen and (min-width: 901px) {
	#hd + section .inner_item_txt {
		padding-left: 100px;
	}
	#hd2 + section .inner_item_txt {
		padding-right: 100px;
	}
}
@media screen and (max-width: 900px) {
	#hd + section {
		padding-bottom: 120px;
	}
	a[id^="hd"] + section::before {
		width: 100%;
	}
	a[id^="hd"] + section .heading.block_header_2 {
		text-align: center;

	}
}
@media screen and (max-width: 800px) {
	a[id^="hd"] + section .heading.block_header_2 .h {
		font-size: 2.5rem !important;
	}
	a[id^="hd"] + section .heading.block_header_2 p {
		font-size: 1.6rem;
	}
}

#hd + section {
	overflow: visible;
}
#hd + section::after {
	content: "";
	display: block;
	width: 30%;
	height: 180px;
	position: absolute;
	top: -8%;
	right: 0;
	pointer-events: none;
	background: url("/common/upload_data/kobe-ishidayacom/image/bg1.png.webp") no-repeat center / contain;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	#hd + section::after {
		width: 70%;
		height: 110px;
	}
}

/* ----- */
#cpt + div:before,
#cpt + div + div:before {
	content: "";
	display: block;
	width: 90%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_sub2_color);
	z-index: -1;
}
#cpt + div + div:before {
	height: 100%;
}
#cpt + div.composite_box01.block_images_8 .inner_item {
	background: var(--i_txt_color);
}
#cpt + div.composite_box01.block_images_8 .inner_item_txt .heading .h {
	color: #fff;
}
#cpt + div.composite_box01.block_images_8 .inner_item_txt .heading,
#cpt + div.composite_box01.block_images_8 .inner_item:first-child .inner_item_txt .heading {
	border-color: rgba(255, 255, 255, 0.2);
}

/* ----- */

#c2 + div.dec2_3.composite_box01 .inner_item {
	border-color: var(--i_main_color);
}
#c2 + div.dec2_3.composite_box01 .inner_item .inner_item_txt {
	margin-top: 20px;
}
#c2 + div .heading.block_header_4 .h {
	font-size: 3.5rem !important;
	color: var(--i_main_color);
}
#c2 + div .heading.block_header_4 p {
	font-size: 1.7rem;
	color: var(--i_txt_color);
}
#c2 + div.composite_box01 .inner_item > a {
	position: relative;
}
#c2 + div.composite_box01 .inner_item > a:before {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 20px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: var(--i_main_color);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	z-index: 3;
}

#c2 + div .inner_item_txt {
	position: relative;
	margin-top: 0px;
	border: 10px solid var(--i_sub_color);
	overflow: visible;
}
@media screen and (max-width: 900px) {
	#c2 + div .contents_btn01 {
		margin-bottom: 10vw;
	}
}
@media screen and (max-width: 800px) {
	#c2 + div .heading.block_header_4 .h {
		font-size: 2.5rem !important;
		padding-top: 20px;
	}
	#c2 + div .heading.block_header_4 p {
		font-size: 1.5rem;
	}
}

/* ----- */
@media screen and (min-width: 901px) {
	#b + div,
	#c + div {
		float: left;
		width: 50%;
		clear: none;
	}
	#c + div {
		float: right;
	}
	#b + div:before {
		position: absolute;
		top: 10%;
		right: 0;
		content: "";
		width: 1px;
		height: 80%;
		border-right: 1px solid var(--i_border_color);
	}
	.index .block_news_1 ul {
		width: 100%;
		max-width: none;
		min-width: auto;
	}
}
@media screen and (max-width: 900px) {
	#c + div {
		padding-block: 0;
	}
}
#b + .contents_faq01 .wrapper_item {
	margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
	#b + div.block_news_1 ul,
	#c + div.block_news_1 ul {
		width: 100%;
	}
}

/* ----- */
#t_bg + section:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, .4);
}
@media screen and (min-width: 901px) {
	#t_bg + section {
		padding-block: 200px;
		background-attachment: fixed;
	}
}

/* ----- */
#l + section .inner_item_img a {
	pointer-events: none;
}
@media screen and (max-width: 900px) {
	#l + section.contents_box01 .inner_item_img img {
		width: 60% !important;
	}
}

/* ----- */
a[id^="ac"] + .dec2_3.composite_box01 .inner_item {
	border-color: var(--i_btn_color);
}

/* ----- */
a[id^="pattern9"] + section .inner_item_txt {
	background: rgba(255, 255, 255, .9);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .13);
}
@media screen and (min-width: 901px) {
	a[id^="pattern9"] + section .inner_item_txt {
		padding: 60px !important;
		z-index: 9;
		margin-left: -80px;
		min-width: 400px;
	}
	#pattern9 + section .inner_item_txt {
		margin-right: -80px;
		margin-left: auto;
		padding-right: 50px !important;
	}
	a[id^="pattern9"] + section .inner_item_img img {
		min-height: 520px;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (max-width: 900px) {
	a[id^="pattern9"] + section .inner_item_img {
		margin-bottom: 0 !important;
	}
	a[id^="pattern9"] + section .inner_item_txt {
		padding: 30px 15px !important;
		position: relative;
		width: 92%;
		margin: -30px auto 0;
	}
}

/* ---insta-- */
a[id^="ac"] + div .inner_item_txt a[href*="instagram.com"] {
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 30px;
	background: url("/common/upload_data/kobe-ishidayacom/image/insta.png.webp") no-repeat center / contain;
	text-decoration: none;
	text-decoration-color: currentcolor;
}
a[id^="ac"] + .composite_box01.block_images_1 .inner_item_txt {
	padding: 10px 20px 20px;
	flex-grow: 1;
}

/* link */
#link + div .inner_item.empty {
	display: none;
}
#link + div.composite_box01.block_images_9 .inner_item {
	width: 100% !important;
}

#link + div.composite_box01.block_images_9 .inner_item_txt .heading::before {
	background: #000;
	opacity: 0.4;
}

/* 追従フッター 電話番号非表示*/
/* =========================================
   共通・PCレイアウト（769px以上）
========================================= */
body[data-type*="blog_archive"] .-x-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

body[data-type*="blog_archive"] .-x-wrapper * {
  box-sizing: border-box;
}

body[data-type*="blog_archive"] .-x-header {
  text-align: center;
  margin-bottom: 40px;
}

body[data-type*="blog_archive"] .-x-main-title {
  color: #cd2d2d;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body[data-type*="blog_archive"] .-x-subtitle {
  color: #777;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.1em;
}

/* --- 新設：アイコン画像のコンテナ（四方余白20px） --- */
body[data-type*="blog_archive"] .-x-icon-wrap {
  padding: 20px; /* 四方に20pxの余白 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

/* --- 新設：アイコン画像自体（サイズ40px） --- */
body[data-type*="blog_archive"] .-x-icon-img {
  width: 40px;  /* 横幅40px */
  height: 40px; /* 縦幅40px */
  object-fit: contain;
  display: block;
}

body[data-type*="blog_archive"] .-x-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

body[data-type*="blog_archive"] .-x-card {
  width: calc((100% - 60px) / 4);
  background-color: #ffffff;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

body[data-type*="blog_archive"] .-x-card-img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2b1f13;
  overflow: hidden;
  margin-bottom: 20px;
}

body[data-type*="blog_archive"] .-x-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-type*="blog_archive"] .-x-store-name {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.5;
  min-height: 39px;
}

body[data-type*="blog_archive"] .-x-store-type {
  font-family: sans-serif;
  font-size: 12px;
  color: #888;
  margin: 0 0 10px 0;
}

body[data-type*="blog_archive"] .-x-btn {
  display: block;
  width: 100%;
  background-color: #c93035;
  color: #ffffff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
  transition: opacity 0.3s ease;
}

body[data-type*="blog_archive"] .-x-btn:hover {
  opacity: 0.8;
}

/* PC表示の際はSP用の要素を隠す */
body[data-type*="blog_archive"] .-x-sp-slider,
body[data-type*="blog_archive"] .-x-sub-sp,
body[data-type*="blog_archive"] .-x-main-title .-x-icon-wrap {
  display: none;
}

@media (max-width: 992px) {
  body[data-type*="blog_archive"] .-x-card {
    width: calc((100% - 40px) / 3);
  }
}

/* =========================================
   スマートフォン（768px以下）レイアウト
========================================= */
@media (max-width: 768px) {
  /* PC用の要素を隠す */
  body[data-type*="blog_archive"] .-x-card-container,
  body[data-type*="blog_archive"] .-x-sub-pc {
    display: none;
  }

  /* ヘッダーの左揃え・文字色調整 */
  body[data-type*="blog_archive"] .-x-header {
    text-align: left;
    margin-bottom: 20px;
  }

  body[data-type*="blog_archive"] .-x-main-title {
    justify-content: flex-start;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  /* タイトル横のアイコン画像をSP時のみ出す場合の設定 */
  body[data-type*="blog_archive"] .-x-main-title .-x-icon-wrap {
    display: inline-flex;
    padding: 0 0 0 10px; /* タイトル横は全体のバランスのため余白を調整 */
  }
  body[data-type*="blog_archive"] .-x-main-title .-x-icon-img {
    width: 24px;
    height: 24px;
  }

  body[data-type*="blog_archive"] .-x-sub-sp {
    display: block;
    font-size: 13px;
    color: #666;
    letter-spacing: normal;
  }

  /* SP横スクロールコンテナ */
  body[data-type*="blog_archive"] .-x-sp-slider {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  /* スクロールバーを非表示にしつつ機能は残す */
  body[data-type*="blog_archive"] .-x-sp-slider::-webkit-scrollbar {
    display: none;
  }
  body[data-type*="blog_archive"] .-x-sp-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* 白ボタンデザイン */
  body[data-type*="blog_archive"] .-x-sp-btn {
    display: flex;
    align-items: center;
    padding: 0 20px 0 0; /* 右側の文字用のパディングのみ残す */
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    font-family: sans-serif;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }

  body[data-type*="blog_archive"] .-x-main-title .-x-icon-wrap {
    display: none;
  }
}

/*----7/6追加修正-----*/
#Reservation_btn + .contents_btn01 a {
    background: #333333;
    color: #CCB68F !important;
}

#Reservation_btn + .contents_btn01 a:before {
    border-color: #CCB68F;
}

#Reservation_btn +.contents_btn01 a[target=_blank] span:before,
#Reservation_btn + .contents_btn01 a[target=_blank] span:after {
    border-color: #CCB68F;
}

#Instagram_btn + .contents_btn01 a {
    border: 1px solid #CD2D2D;
    background: #fff;
    color: #CD2D2D !important;
}
#Instagram_btn + .contents_btn01 a span {
    padding: 0 30px;
    padding-left: 85px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
#Instagram_btn + .contents_btn01 a:after {
    position: absolute;
    content: " ";
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    margin: 20px;
    background: url(/common/upload_data/kobe-ishidayacom/image/20260706052803.png) no-repeat;
    background-size: contain;
    z-index: 10;
}
#Instagram_btn + .contents_btn01 a:before {
    display: none;
}
#Instagram_btn + .contents_btn01 a[target=_blank] span:before,
#Instagram_btn + .contents_btn01 a[target=_blank] span:after {
    border: 1px solid #CD2D2D;
}
#Instagram_btn + .contents_btn01 a:hover {
    background: #fff5f5;
}
/*------20260717------*/
header .btn a[href="#"] {
    pointer-events: none;
}
@media screen and (min-width: 901px) {
  .lang-menu {
    position: relative;
    display: inline-block;
  }
  .lang-menu > a {
    overflow: visible !important;
    display: block;
    text-align: center;
    background: var(--i_btn_color);
    color: var(--i_btn_txt_color);
    font-weight: bold;
    transition: 0.4s ease-in-out;
    position: relative;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    margin-left: 5px;
  }
  .lang-btn {
    display: block;
    width: 182px;
    text-align: center;
    text-decoration: none;
  }
  .lang-btn .inn {
    display: block;
    padding: 10px 15px;
  }
  .lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 1000;
  }
  .lang-menu:hover .lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .lang-list li {
    margin: 0;
  }
  .lang-list a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
  }
  .lang-list a:hover {
    background: #f5f5f5;
  }
}

@media screen and (max-width: 900px) {
    .header_col1 .btn .lang-menu {
        display: none;
    }
    .lang-btn {
        pointer-events: auto;
    }
    header .burger .lang-btn.sp,
    header .burger .lang-btn.sp a {
        text-indent: 0;
    }
    header .burger .lang-menu {
        position: relative;
    }
    header .burger .lang-list {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        width: auto;
        background: #fff;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    header .burger .lang-menu.open .lang-list {
        display: block;
    }
    header .burger .lang-list li,
    header .burger .lang-list li a {
        width: auto;
    }
    header .burger .lang-list a {
        text-indent: 0;
    }
}
