/*
Theme Name:nbc child
Theme URI:
Description:WordPressテーマ「nbc」の自作子テーマです。
Template:nbc
Version:1.8.2
*/


/*レスポンシブサイズ*/
/*
1001px〜　PC
751〜1000px　PC/タブレット
601〜750px　タブレット
〜600px　SP
*/







/*ブログアーカイブページ　アーカイブヘッダー非表示*/
.archive #container #page_header {
display: none;
}

/*ページ内リンク スムーズスクロール*/
html {
	scroll-behavior: smooth;	
}
/*ページ内リンク スムーズスクロール 終わり*/

/*margin*/
.top1em {
	margin-top: 1em;
}
.bottom1em {
	margin-bottom: 1em;
}
.right1em {
	margin-right: 1em;
}
.left1em {
	margin-left: 1em;
}
.top2em {
	margin-top: 2em;
}
.bottom2em {
	margin-bottom: 2em;
}
.right2em {
	margin-right: 2em;
}
.left2em {
	margin-left: 2em;
}
.top3em {
	margin-top: 3em;
}
.bottom3em {
	margin-bottom: 3em;
}
.right3em {
	margin-right: 3em;
}
.left3em {
	margin-left: 3em;
}
/*margin　終わり*/


/*YouTubeとGoogleマップの横幅フル設定*/
/*.fullsize iframe{
width: 100%;
}*/
.fullsize{
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.fullsize iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*全体幅設定*/
#main_col {
	width: 1000px;
}
/*全体幅設定*/


/*オンラインショップリンクボタン*/

.onlineshop_link_button {
	background-color: #000000;
	border-radius: 50px;
	width: 40%;
	margin: 120px auto !important;
	transition: .5s;
}
.onlineshop_link_button a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	color: white !important;
}
.onlineshop_link_button:hover {
  transform: scale(1.1,1.1);
	color: white !important;
	background-color: #b5b5b5 !important;
}
.onlineshop_link_button a:hover {
	color: white !important;
}
@media screen and (max-width:520px) {
	.onlineshop_link_button {
		width: 90%;
	}
}



/*ブログ内 オンラインショップリンクボタン*/
#netshoplinkbutton {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	margin: 50px auto;
	font-weight: bold;
	/*border: 2px solid #27acd9;*/
	background-color: #ffc629;
	border-radius: 100vh;
	transition: 0.5s;
}
#netshoplinkbutton a {
	color: #000000;
	display: block;
	padding: 2rem 4rem;
	line-height: 25px !important;
}
#netshoplinkbutton:hover {
	background: #ffe9a1;
}
#netshoplinkbutton p:hover {
	color: bule;
}
@media screen and (max-width:600px) {
	#netshoplinkbutton {
		width: 100%;
	}
}
/*ブログ内 オンラインショップリンクボタン 終わり*/



/*固定ページのヘッダーを非表示にする*/
.page-id-359 #page_header , .page-id-60917 #page_header {
	display: none;
}




/*ブログ上 新着記事*/

#newpost-list {
	display: flex;
	gap: 2%;
}

.new-post {
	width: 32.5%;
}
.post-thumbnail {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden !important;
}
.post-thumbnail img {
	max-width: 100%;
	display: block;
	height: 200px;
	object-fit: cover;
	transition-duration: .9s;
}
.post-thumbnail img:hover {
	transform: scale(1.05,1.05);
	transition-duration: .9s;
}
.new-post .post-info {
	line-height: 20px;
	font-size: 0.9em;
	margin-bottom: 130px;
}
.new-post .post-title {
	font-weight: 500;
}
.new-post .post-categories {
	margin-bottom: 15px;
}
.new-post .post-categories a {
	color: #00275b !important;
	font-weight: bold;
}

@media screen and (max-width:520px) {
	.post-thumbnail img {
		height: 70px;
	}
	.new-post a {
		font-size: 0.9em;
	}
}
/*ブログ上 新着記事*/







/*トップページ ニュース お知らせ　ブログ　イベント*/
.top_news_contents {
	margin: 150px 0;
}

.top_news_contents a {
	color: #272727 !important;
}

#top_news {
	width: 70%;
	margin: 100px auto;
}

#top_news li , #top_news h2 {
	text-align: center;
}

#top_news h2 {
	font-size: 4em;
	font-weight: bold;
}

#top_news li {
	border-bottom: 1px solid #e8e8e8;
	list-style: none;
	padding: 30px 0;
}

.news_date , .cat {
	display: block;
}

.news_date , .event-date {
	margin-bottom: -8px;
}

.news_title {
	font-size: 1.1em;
}

.news_button {
	margin-top: 80px;
	width: 10%;
	margin-left: 87%;
}

.news_title a {
	display: block;
	width: 100%;
}

.add_New {
	margin-left: 20px;
	display: inline-block;
	height: 18px;
	color: #E60039;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	vertical-align: 3px;
}



/*ホバー時、文字色がグレーになる*/
.news_title:hover , .cat:hover , .news_button a:hover , .event-title:hover {
	color: #6c6c6c !important;
	transition: 0.8s;
}

/*お知らせ一覧やブログ一覧の下に矢印をつける*/

/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px;
    color: #dadada;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#dadada;
    /*アニメーションの指定*/
    transition: all .3s;
	margin-bottom: -12px;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom: -15px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#dadada;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-5%;
}



@media screen and (max-width:520px) {
	#top_news li , #top_news h2 {
		text-align: left;
		line-height: 23px;
	}
	.post_content ul {
		margin-left: 0;
	}
	.news_title , .event-title {
		font-size: 0.9em;
	}
	.cat , .event-place {
		margin-bottom: 10px;
		line-height: 40px;
	}
	.news_button {
	width: 100%;
	margin-left: 0;
	}
	.btnarrow4 {
		padding: 0;
	}
	.btnarrow4::before {
		width: 100%;
		left: 0;
		margin-bottom: -20px;
	}
	.btnarrow4::after {
		bottom: -23px;
	}
}

/*トップページ ニュース お知らせ　ブログ　イベント 終わり*/





/*NAGASAWA Topics デザイン*/

.topics-contents {
	display: flex;
	width: 100%;
}

.topics_date {
	margin-left: auto;
}

#text-topicsarea {
	line-height: 2.5em;
	margin: 50px 0 0 0;
}
#text-topicsarea li {
	font-weight: 500;
	font-size: 0.9em;
}

#topicsarea_title {
	margin-bottom: 50px;
	text-align: center;
}

#text-topicsarea h3 {
	font-size: 2em;
	margin-bottom: 7px;
}

#text-topicsarea a {
	display: block;
}

#text-topicsarea a:hover {
	text-decoration: none !important;
	color: #000000 !important;
}


/*== 線の上を別の線が伸びる */

.btnlinestretches4{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 
	color:#333;
    padding: 10px 0px 10px 0px;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches4::before,
.btnlinestretches4::after{
	content:'';
    /*絶対配置で線の位置を決める*/
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
     /*線の形状*/   
	background:#e8e8e8;
	width:100%;
	height:1px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

 /*hover時に伸びる線の形状*/   
.btnlinestretches4::after{
	width:0;
	background: #000000;
}

 /*hover時に100%に伸びる*/   
.btnlinestretches4:hover::after {
	width:100%;
}


@media screen and (max-width:520px) {
	#text-topicsarea{
		margin :100px auto 0 auto;
	}
	#text-topicsarea li {
		line-height: 22px !important;
	}
	.btnlinestretches4::before, .btnlinestretches4::after {
		margin-bottom: -5px;
	}
}

/*NAGASAWA Topics デザイン 終わり*/



/*オンラインショップおすすめ商品*/
#trending-products {
	margin: 200px 0;
}

#trending-products a {
	color: #000000;
	font-size: 0.9em;
}

.headitemlist-title {
	text-align: center;
	font-size: 3em;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 60px;
}

#headitemlist-title-min {
	font-size: 0.35em;
}

.headitemlist-wrap {
	display: flex;
	gap : 50px 2%;
	flex-wrap:wrap;
}

.itemarea {
	width: 23.5%;
}

.itemarea img {
	width: 100%;
}

#trending-products a:hover {
	color: #000000;
	text-decoration: none;
}

.itemarea p{
	font-size: 0.9em;
	line-height: 1.3em;
}

/*hoverで画像拡大*/
.zoom-box {
	overflow: hidden !important;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.itemarea img {
	display: block;
	transition-duration: .9s;
}
.itemarea img:hover {
	transform: scale(1.05,1.05);
	transition-duration: .9s;
}
/*hoverで画像拡大 終わり*/


@media screen and (max-width:520px) {
	.headitemlist-wrap {
	display: flex;
	gap : 20px 2%;
	flex-wrap:wrap;
}
.itemarea {
	width: 49%;
}
/*hoverで画像拡大*/
.zoom-box {
	height: 180px;
	margin-bottom: 5px;
}
	.headitemlist-title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 2.5em;
	}
/*hoverで画像拡大 終わり*/
}





/*問い合わせフォームデザイン調整*/

.wpcf7 {
	background: none !important;
	width: 100%;
	border: none !important;
	border-top: 1px solid #000000;
	margin-top: 100px !important;
}
.wpcf7-form {
	margin: 0px !important;
}
#page_contact {
	text-align: center;
	margin-top: 100px;
	padding-top: 150px;
	border-top: 1px solid #e8e8e8;
	line-height: 2.2em;
}
#page_contact h3 {
	font-size: 4em;
}
.p_c_text1 {
	font-size: 0.9em !important;
	margin-top: 20px;
}
.p_c_text2 {
	font-size: 3em !important;
	margin: 100px 0 20px 0 !important;
}
.p_c_text3 {
	font-size: 0.95em !important;
	line-height: 18px;
	margin-bottom: 50px !important;
}
.p_c_text4 {
	line-height: 30px;
	font-size: 1em !important;
	margin-bottom: 50px !important;
}
.table-contactform7 {
	margin-top: 50px !important;
}
.table-contactform7 p {
	font-size: 1.1em !important;
	font-weight: 400;
	vertical-align:middle !important;
}
.required-contactform7 {
	color: #E60039;
	font-size: 0.75em;
	vertical-align: 0.8px;
	margin-right: 10px;
}
.any-contactform7 {
	color: #adadad;
	font-size: 0.75em;
	vertical-align: 0.8px;
	margin-right: 10px;
}
.table-contactform7 th , .table-contactform7 td {
	display: block !important;
	text-align: left;
}
.title-contactform7 {
	font-size: 0.9em;
}
.table-contactform7 th , .form-borderline {
	padding-top: 40px;
	border-top: 1px solid #f4f4f4;
}
.table-contactform7 td {
	padding-bottom: 40px;
}
.wpcf7 input, .wpcf7 textarea {
	padding: 18px !important;
	border: 1px solid #ccc;
	border-radius: 10px;
	line-height: 30px !important;
}
#page_contact h4 {
	font-size: 1.8em;
	margin-bottom: 20px;
}
.contact_attention {
	font-size: 1em !important;
	line-height: 28px;
	margin-bottom: 60px !important;
}
.wpcf7 .wpcf7-submit {
	line-height: 7px !important;
	height: 55px !important;
}

#page_contact .table-contactform7 tbody tr {
}
#page_contact .table-contactform7 tbody tr td {
	border: none !important;
}
#page_contact .table-contactform7 tbody tr th {
	border-top: 1px solid #f6f6f6 !important;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: none;
}

@media screen and (max-width:520px) {
	#page_contact {
		padding-top: 100px;
	}
	#page_contact h3 {
		font-size: 2.5em !important;
	}
	.p_c_text2 {
		margin-top: 50px !important;
	}
	.table-contactform7 p {
		font-size: 1em !important;
	}
	.table-contactform7 th , .form-borderline {
	padding-top: 20px;
	}
	.table-contactform7 td {
		padding-bottom: 20px;
	}
	.wpcf7 input, .wpcf7 textarea {
		padding: 10px !important;
	}
	.wpcf7 textarea {
	height: 200px !important;
}
}

/*問い合わせフォームデザイン調整　終わり*/






/*ブログページデザイン調整*/

#post_title_area {
	border: none !important;
}

/*ブログページデザイン調整 終わり*/





/*ブログテンプレート各店SNS*/

.sns-area {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}
.sns-area a {
    margin-right: 2%;
    margin-left: 2%;
}
.sns-area a img {
    width: 60px;
    margin-bottom: 60px;
}

/*ブログテンプレート各店SNS 終わり*/



/*トップページ　3点バナーマウスオーバーの影を非表示*/

.page-id-46483 .index_design_content2 .item::before {
	display: none;
}

/*トップページ　3点バナーマウスオーバーの影を非表示　終わり*/


/*Googleリキャプチャ非表示*/

.grecaptcha-badge {
	visibility: hidden;
}

/*Googleリキャプチャ非表示　終わり*/



/*グローバルメニューサブメニュー表示時のズレを解消する*/

#global_menu ul ul ul {
top: 0px !important;
}

/*グローバルメニューサブメニュー表示時のズレを解消する 終わり*/


/*トップページ横100%箇所の見栄え調整*/

.page-id-46483 .index_design_content1 .index_design_content1_inner .content_area .catch,
.page-id-46483 .index_design_content1 .index_design_content1_inner .content_area .desc {
	line-height: 2em;
}
@media screen and (max-width:1000px) {
.page-id-46483 .index_design_content1 .index_design_content1_inner .content_area {
width: 70%;
}
.page-id-46483 .index_design_content1 .index_design_content1_inner {
position: relative; /* 相対的な位置指定 */
height: 100%; /* 高さを調整する場合に設定 */
}
.page-id-46483 .index_design_content1 .index_design_content1_inner .content_area {
position: absolute; /* 絶対的な位置指定 */
top: 50%; /* 上端を親要素の中央に合わせる */
left: 50%; /* 左端を親要素の中央に合わせる */
transform: translate(-50%, -50%); /* 要素自体を中央に移動する */
}
}

/*トップページ横100%箇所の見栄え調整　終わり*/


/*ブログページ下部の検索窓を横幅100%表示*/

#container #main_contents #side_col #search-15 {
	width: 100%;
	margin: 0;
}

/*ブログページ下部の検索窓を横幅100%表示　終わり*/

/*ブログアーカイブページのアイキャッチ非表示*/

.blog #container #page_header,
.post-type-archive-news  #container #page_header {
display: none;
}

/*ブログアーカイブページのアイキャッチ非表示　終わり*/




/*店舗案内一覧ページ*/
.page-id-359 h2 {
	font-size: 5em !important;
	font-weight: 600;
}
.page-id-359 #page_contents {
	/*width: 1050px;*/
	margin: auto;
}
#storeinfo {
	margin-top: 200px;
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
}
.storearea {
	width: 46%;
}
.shopinfo_img {
	overflow: hidden !important;
	width: 100%;
}
.shopinfo_img img {
	width: 100%;
	display: block;
	transition-duration: .9s;
}
.shopinfo_img img:hover {
	transform: scale(1.05,1.05);
	transition-duration: .9s;
}
#storeinfo li {
	display: block;
	font-size: 0.8em;
	line-height: 25px;
	color: #999999;
	font-weight: 600;
}
#storeinfo ul {
	margin-top: 30px;
	margin-bottom: 80px;
	margin-left: 0;
}
#storeinfo a {
	color: #000000;
}
.shop_name {
	font-size: 1.1em !important;
	color: #3c3c3c !important;
	margin-bottom: 20px;
}
.shop_address {
	color: rgb(52, 101, 141) !important;
	margin-bottom: 15px;
}
.storearea_down {
	/*margin-top: 100px;*/
}

@media screen and (max-width:1200px) {
.page-id-359 #page_contents {
	width: 90%;
	}
#storeinfo {
	width: 100%;
}
}

@media screen and (max-width:520px) {
	#storeinfo {
		display: initial;
	}
	.storearea {
		width: 100%;
	}
	.page-id-359 #page_contents {
	width: 85%;
}
	.page-id-359 h2 {
	font-size: 3em !important;
		margin-bottom: 80px;
	}
}

/*店舗案内一覧ページ 終わり*/






/*イベント一覧ページ　調整*/

.page-id-60917 h2 {
	font-size: 3.5em !important;
	font-weight: bold !important;
	text-align: center;
}
#text-eventlist {
	text-align: center;
}
#text-eventlist li {
	border-bottom: 1px solid #e8e8e8;
	list-style: none;
	padding: 30px 0;
	font-size: 1em;
}
#text-eventlist a {
	color: #000000;
}
.event-date , .event-place {
	font-size: 0.9em;
}
.event-date {
font-weight: bold;
color: #f18200;
}
.event-title {
	font-size: 1.1em;
	font-weight: bold;
}
@media screen and (max-width:520px) {
	.event-date {
		margin-bottom: 1%;
}
}

/*イベント一覧ページ　調整 終わり*/





/*イベントページ デザイン*/

.eventpage {
	text-align: center;
	margin-bottom: 200px;
}
.eventpage h2 {
	font-size: 3em !important;
	font-weight: 600;
}
.eventname_date_place p {
	line-height: 25px;
	margin-bottom: 50px;
}
.eventname_date_place {
	margin-bottom: 100px;
}
.event_content {
	margin: 200px 0;
}
.eventpage .event_info h3 {
	font-weight: 600;
	margin: 0 !important;
	font-size: 2.5em !important;
	margin-bottom: 10px !important;
}
.event_info h4 {
	font-size: 0.9em !important;
	margin-bottom: 80px;
	font-weight: bold;
}
.event_info p {
	margin-bottom: 200px !important;
}
.eventpage a{
	font-weight: 600;
}
.eventpage a:hover{
	color: #87a0b4 !important;
}

/*イベントページデザイン　終わり*/


/*固定ページタイトル*/

.page #container #page_contents h1 {
font-size: 4em !important;
text-align: center;
margin: 0 0 3em 0;
font-family: "Arial", sans-serif;
font-weight: bold;
line-height: 1.2em;
}
@media screen and (max-width:750px) {
.page #container #page_contents h1 {
font-size: 3em !important;
margin: 0 0 1em 0;
}
}
/*固定ページタイトル　終わり*/


/*Kobe INK 全ページ下紹介リスト */
.under-10px {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.under-10px li {
	width: 20%;
	list-style: none;
}
.under-10px a {
	color: #000000 !important;
	font-size: 0.85em;
}
.original_itemname {
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: 1.2em !important;
	font-weight: 600;
}
@media screen and (max-width:520px) {
	.under-10px li {
		width: 33%;
	}
}


/*お知らせ一覧*/

.post-type-archive-news #container #news_archive #post_list2 .item a .image_wrap {
	display: none;
}
.post-type-archive-news #container #news_archive #post_list2 .item a .title_area {
	border: none;
	width: 100%;
}
.post-type-archive-news #container #news_archive #post_list2 .item {
	height: 180px;
}
.post-type-archive-news #container #news_archive h1 {
font-size: 4em !important;
text-align: center;
margin: 0;
font-family: "Arial", sans-serif;
font-weight: bold;
line-height: 1.2em;
}
@media screen and (max-width:750px) {
.post-type-archive-news #container #news_archive h1 {
font-size: 3em !important;
margin: 0 0 1em 0;
}
}

/*お知らせ一覧　終わり*/


/*イベント詳細ページタイトル（h2）非表示*/
.eventpage .eventname_date_place h2 {
	display: none;
}
/*イベント詳細ページタイトル（h2）非表示 終わり*/




/*万年筆関連ページ 下部表示 万年筆のお手入れブログリンクバナー調整*/
#fountainpen_maintenance img {
	width: 100%;
}
/*万年筆関連ページ 下部表示 万年筆のお手入れブログリンクバナー調整 終わり*/


/*ヘッダー固定ロゴ非表示*/
.pc .header_fix #fixed_header_logo {
	display: none;
}
/*ヘッダー固定ロゴ非表示　終わり*/

/*フッターロゴサイズ調整*/
#footer_logo img {
	width: 150px;
	height: auto;
}
@media screen and (max-width:520px) {
#footer_logo img {
	width: 100px;
	}
}

/*フッターロゴサイズ調整　終わり*/




/*煉瓦倉庫店 3Dデータ*/
#virtualspace-shooting {
	margin-top: 100px !important;
}

/*.virtualspace-shooting_section {
	margin-bottom: 200px;
}*/
.virtualspace-shooting_jirei  {
	margin-bottom: 150px;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.virtualspace-shooting_section iframe {
	height: 700px;
}

@media screen and (max-width:520px) {
.virtualspace-shooting_section iframe {
	height: 300px;
	}
}
}
/*煉瓦倉庫店 3Dデータ 終わり*/

/*iPad対応*/
@media screen (min-width: 1002px) and (max-width: 1100px) {
#page_contents {
	padding: 0 5%;
}
}
/*iPad対応　終わり*/

/*投稿ページh2装飾*/
.page #container #page_contents #article .post_content h2,
.single-post #container #main_contents #main_col #article .post_content h2 {
  position: relative;
  padding: 0 0 10px 0;
	margin: 2em 0 !important;
	font-weight: bold;
	font-size: 2em !important;
}

.page #container #page_contents #article .post_content h2:after,
.single-post #container #main_contents #main_col #article .post_content h2:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #333, #333 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*投稿ページh2装飾　終わり*/

.page .post-template-default #container #page_contents #article .post_content h3 {
	font-weight: bold;
	margin: 2em 0 !important;
}



/*各店舗ページデザイン*/
/*店舗ページ内 横幅指定　h1削除*/
.page-id-372 #page_contents , .page-id-368 #page_contents , .page-id-37953 #page_contents , .page-id-365 #page_contents , .page-id-363 #page_contents , .page-id-18653 #page_contents , .page-id-376 #page_contents {
	width: 100% !important;
	padding-top: 0 !important;
}
#shop_info_page_in {
	width: 60%;
	margin: 100px auto;
}
.page-id-372 h1 , .page-id-368 h1 , .page-id-37953 h1 , .page-id-365 h1 , .page-id-363 h1 , .page-id-18653 h1 , .page-id-376 h1 {
	display: none !important;
}
/*店舗ページ内 横幅指定　h1削除　終わり*/
/*店舗ページ 店舗名 住所*/
#shop_info_page #shop_name_page_top {
	color: #fff;
}
#shop_info_page #shop_name_page_top .shopinfopage_flex {
	/*display: flex;*/
}
#shop_info_page #shop_name_page_top #shop_name_contents {
	padding: 6% 15%;
	background-color: #343840;
}
#shop_info_page #shop_name_page_top #shop_name_contents #shop_name {
	text-align: center;
}
#shop_info_page #shop_name_page_top {
	margin-top: -5px;
}
#shop_info_page #shop_name_page_top h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0 !important;
}
#shop_info_page #shop_name_page_top #shop_name {
	width: 100%;
}
#shop_info_page #shop_name_page_top #shop_adress {
	width: 35%;
	font-size: 0.8em;
	margin-top: 20px;
}
#shop_info_page #shop_name_page_top #shop_adress #shop_adress_midashi {
	font-weight: bold;
}
#shop_info_page #shop_name_page_top #shop_adress #shop_adress_text {
	color: #adb6c5;
}
#shop_info_page #shop_name_page_top #shop_adress p{
	line-height: 20px;
	margin-bottom: 15px;
}

/*店舗ページ 店舗名 住所 終わり*/
#shop_directions_movie_contents {
	width: 70%;
	margin: auto;
}
#shop_info_page #shop_info_page_top .shopinfopage_flex {
	display: flex;
	gap: 1%;
}

#shop_info_page #shop_info_page_top .shopinfopage_flex div {
	width: 49.5%;
}

#shop_info_page #shop_info_page_top #shop_top_firstimg {
	margin-bottom: 5px;
}

#shop_info_page #shop_info_detail .shopinfopage_flex {
	display: flex;
	gap: 1%;
}

#shop_info_page #shop_info_detail p {
	font-size: 0.9em !important;
}

#shop_info_page #shop_info_detail .shopinfopage_flex div {
	width: 49.5%;
}

.shop_info_page_section {
	margin-bottom: 100px !important;
}

#shop_info_page #shop_info_menu .shopinfopage_flex {
	display: flex;
	align-items: center;
	font-size: 0.9em !important;
	/*justify-content: space-between !important;*/
	gap: 1%;
	flex-wrap: wrap;
}

#shop_info_page #shop_info_menu .shopinfopage_flex a {
	color: #000000 !important;
	font-weight: 600 !important;
	display: block;
}

#shop_info_page #shop_info_menu .shopinfopage_flex a:hover {
	color: #6c6c6c !important;
}

#shop_info_page .shop_info_menus {
	border-top: 1px solid #eaeaea;
	padding-top: 30px;
}

#shop_info_page .shop_info_page_center {
	text-align: center;
}

.page #container #page_contents #article .post_content #shop_info_page h2 {
	margin-top: 200px !important;
	margin-bottom: 50px !important;
	font-size: 2.8em !important;
}

#shop_info_page h2:after {
	background-image: none !important;
}

/*支払い方法*/
.shop_payment_list {
	border-top: 1px solid #EAE8E8;
	padding: 30px 0;
}
.shop_payment_list_last {
	border-top: 1px solid #EAE8E8;
	border-bottom: 1px solid #EAE8E8;
	padding: 30px 0;
	
}
.shop_payment_list_block01 {
	width: 20%;
	text-align: left;
	font-size: 0.9em;
}
.shop_payment_list_block02 {
	width: 80%;
}
.shop_payment_list_block02 div {
	width: 8.5%;
	border: 1px solid #EAE8E8;
}
/*支払い方法終わり*/
#shop_info_page #shop_payment_section .shopinfopage_flex {
	display: flex;
	gap: 1%;
}
#shop_info_page #shop_blog_list li {
	list-style: none;
	border-bottom: 1px solid #EAE8E8;
	padding: 30px 0;
}
#shop_info_page #shop_blog_list li .date {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#shop_info_page #shop_blog_list li .newicon {
	display: block;
	color: #E60039;
	font-size: 0.9em;
}
#shop_info_page #shop_blog_list li a {
	color: #000000;
}
#shop_info_page #shop_blog_list li a:hover {
	color: #6c6c6c;
}

.page #container #page_contents #article .post_content #shop_info_page #shop_contact_section h2 {
	margin-bottom: 0px !important;
	padding: 0;
	font-size: 3.5em !important;
}
#shop_info_page #shop_contact_section #shop_contact_section_p {
	font-size: 0.8em !important;
	margin-bottom: 50px !important;
}
#shop_info_page #shop_contact_section #store-form .p_c_text2 {
	margin-top: 0px !important;
	margin-bottom: -20px !important;
}
#shop_info_page #shop_contact_section #store-form dt {
	text-align: left;
	font-weight: 400;
	margin-bottom: 15px !important;
	border-top: 1px solid #f6f6f6 !important ;
	padding-top: 30px;
}
#shop_info_page #shop_contact_section #store-form dd {
	padding-bottom: 30px;
}
#shop_info_page #shop_contact_section #store-form dt p {
	font-size: 1em !important;
}
#shop_info_page #shop_sns_section {
	border-bottom: 1px solid #ccc;
}
#shop_info_page #shop_blog_section #bloglink a,
.page-id-79445 #page_contents #article .linkbutton a {
	display: block;
	background-color: #333333;
	width: 30%;
	margin: 100px auto;
	padding: 25px 0;
	color: white;
	border-radius: 10px;
text-align: center;
	line-height: 1.5em;
}
#shop_info_page .arrow_right {
		width: 22%;
		text-align: center;
		padding: 20px 10px;
		border: 1px solid black;
		border-radius: 8px;
		margin-bottom: 10px;
	}
@media screen and (max-width:1629px) {
#shop_info_page .arrow_right {
	width: 21.9%;
	}
}
	@media screen and (max-width:1559px) {
#shop_info_page .arrow_right {
	width: 21.8%;
	}
}
	@media screen and (max-width:1495px) {
#shop_info_page .arrow_right {
	width: 21.7%;
	}
}		
@media screen and (max-width:1437px) {
#shop_info_page .arrow_right {
	width: 21.6%;
	}
}
@media screen and (max-width:1383px) {
#shop_info_page .arrow_right {
	width: 21.5%;
	}
}
@media screen and (max-width:1332px) {
#shop_info_page .arrow_right {
	width: 21.4%;
	}
}
@media screen and (max-width:1286px) {
#shop_info_page .arrow_right {
	width: 21.3%;
	}
}
@media screen and (max-width:1242px) {
#shop_info_page .arrow_right {
	width: 21.2%;
	}
}
@media screen and (max-width:1201px) {
#shop_info_page .arrow_right {
	width: 21.1%;
	}
}
@media screen and (max-width:1163px) {
#shop_info_page .arrow_right {
	width: 21%;
	}
}
@media screen and (max-width:1127px) {
#shop_info_page .arrow_right {
	width: 20.9%;
	}
}
@media screen and (max-width:1094px) {
#shop_info_page .arrow_right {
	width: 20.8%;
	}
}
@media screen and (max-width:1062px) {
#shop_info_page .arrow_right {
	width: 44%;
	}
	#shop_info_page #shop_info_menu .shopinfopage_flex{
		gap: 3%;
	}
}

@media screen and (max-width:800px) {
#shop_info_page #shop_blog_section #bloglink a,
.page-id-79445 #page_contents #article .linkbutton a {
	width: 50%;
}
}
#shop_info_page #shop_blog_section #bloglink a:hover,
.page-id-79445 #page_contents #article .linkbutton a:hover {
	background-color: #666666;
}
.arrow_right {
  position: relative;
  padding-left: 25px;
}
.arrow_right::before { /* くの字の表示設定 */
	display: none;
  content: "";
  margin: auto;
  position: absolute;
  top: 4px;
  bottom: 7px;
  left: 5px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(135deg);    /* くの字の向き */
}
#shop_info_page #shop_service_section .shopinfopage_flex {
	display: flex;
	gap: 1%;
}

/*レスポンシブ*/
@media screen and (max-width: 750px) {
	#main_contents {
		padding: 0 40px 40px !important;
	}
}
@media screen and (max-width:600px) {
	#shop_info_page #shop_info_detail .shopinfopage_flex {
	display: initial;
}
	#shop_info_page #shop_info_detail .shopinfopage_flex div {
	width: 100%;
}
	#shop_info_page #shop_info_page_top #shop_top_firstimg {
	margin-bottom: 1px;
}
	.shop_info_page_section {
		margin-bottom: 50px !important;
	}
	#shop_info_detail_text {
		margin-bottom: 25px;
	}
	#shop_info_page #shop_info_menu .shopinfopage_flex {
		flex-wrap: wrap;
	}
	*#shop_info_page #shop_payment_section .shopinfopage_flex {
		display: block;
	}
	#shop_info_page #shop_payment_section .shopinfopage_flex .shop_payment_list_block02 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#shop_info_page .shop_payment_list_block02 div {
		width: 14%;
		margin-bottom: 4px;
	}
	#shop_info_page .shop_payment_list_block01 {
		width: 100%;
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#shop_info_page #shop_blog_section #bloglink a {
		width: 65%;
	}
	#shop_info_page #shop_info_menu .shopinfopage_flex {
		/*justify-content: initial !important;
		gap: 0;*/
	}
	#shop_info_page .arrow_right::before {
		display: none;
	}
	#shop_info_page .arrow_right {
		width: 41%;
		text-align: center;
		padding: 20px 10px;
		border: 1px solid black;
		border-radius: 8px;
	}
	#shop_info_page #shop_info_menu .shopinfopage_flex a {
		display: block;
	}
	.page-id-372 #page_contents , .page-id-368 #page_contents , .page-id-37953 #page_contents , .page-id-365 #page_contents , .page-id-363 #page_contents , .page-id-18653 #page_contents , .page-id-376 #page_contents {
		padding: 0;
	}
	#shop_info_page #shop_info_page_in {
		width: 80%;
		margin: 50px auto;
	}
	/*店舗ページ 店舗名 住所*/
	#shop_info_page #shop_name_page_top .shopinfopage_flex {
		display: block;
		padding: 15% 10% 10% 10%;
	}
	#shop_info_page #shop_name_page_top #shop_name , #shop_info_page #shop_name_page_top #shop_adress {
		width: 100%;
	}
	#shop_info_page #shop_name_page_top #shop_adress {
		margin-top: 30px;
	}	
	/*店舗ページ 店舗名 住所 終わり*/
	#shop_directions_movie_contents {
	width: 100%;
	margin: auto;
}
	#shop_info_page #shop_name_page_top #shop_name_contents {
		padding: 10% 9%;
	}
}

/*各店舗ページデザイン 終わり*/

#text-eventlist ul , #blog-list ul , .top_news_contents ul {
	margin: 0!important;
}


/*プレンティ仮設店舗営業案内*/
#plenty_kasetsutenpoeigyo_annai_2023 {
	margin-bottom: 100px;
	text-align: center;
}
/*プレンティ仮設店舗営業案内 終わり*/




/*検索結果画面のアイキャッチ部分非表示*/
.search-results #container #page_header {
display: none;
}


/*トップページキャッチ下検索窓非表示*/
.home #container #feas-searchform-0 {
display: none;
}




/*tap youtubeエリア*/
.tapyoutubearea {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.tapyoutubearea iframe {
width: 48%;
margin: 1%;
height: 250px;
border-radius: 15px;
}

@media screen and (max-width:800px) {
.tapyoutubearea iframe {
height: 200px;
}
}
@media screen and (max-width:650px) {
.tapyoutubearea iframe {
height: 170px;
}
}
@media screen and (max-width:500px) {
.tapyoutubearea iframe {
width: 100%;
margin-bottom: 1%;
height: 250px;
}
}
@media screen and (max-width:400px) {
.tapyoutubearea iframe {
width: 100%;
margin-bottom: 1%;
height: 200px;
}
}






/*tap ブログ一覧エリア*/
.page-id-79445 .tappostarchivearea ul li {
list-style-type: none;
}

.page-id-79445 .tappostarchivearea .user-posts-separate-list {
    list-style: none;
    padding: 0;
margin: 0;
}

.page-id-79445 .tappostarchivearea .user-post-separate-link {
    display: flex;
    padding: 20px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
align-items: center;
}

.page-id-79445 .tappostarchivearea .user-post-separate-link:hover {
    background-color: #e1e1e1;
}

.page-id-79445 .tappostarchivearea .post-thumbnail, .post-date, .post-title {
    margin-bottom: 0;
line-height: 1.75em;
}
.page-id-79445 .tappostarchivearea .post-thumbnail {
width: 30%;
}
.page-id-79445 .tappostarchivearea .rightgroup {
width: 100%;
}
.page-id-79445 .tappostarchivearea .post-thumbnail img {
border-radius: 15px;
}


.page-id-79445 h3 {
	font-weight: 600;
	margin: 0 !important;
	font-size: 2.5em !important;
	margin-bottom: 10px !important;
}

.page-id-79445 #page_contact {
	border-top: none;
}


/*DEN福袋について、DENページ内掲載*/
#hukubukuro_bnr_2024 a {
	display: block;
}
#hukubukuro_bnr_2024 img:hover {
	opacity: 0.9 !important;
	transition: 0.5s ;
}



.pagetopinfo {
width: 860px;
margin: 50px auto 30px;
line-height: 1.8em;
}
@media screen and (max-width:1000px) {
.pagetopinfo{
width: 90%;
}
}



/*Kobe INK 物語 各商品詳細ページ*/
#kobeink_items_page #kobeink_items_page_section01_flex {
	display: flex;
}

#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex01 {
	margin-right: 5%;
	width: 60%;
}

#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex02 {
	width: 35%;	
}

#kobeink_items_page #kobeink_items_page_midashi {
	display: none;
}

#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex01 #section01_flex01_a{
	margin-bottom: 25px;
}

#kobeink_items_page #kobeink_items_page_section01_flex h3 ,
#kobeink_items_page #kobeink_items_page_midashi h3 {
	font-size: 0.9em;
	color: #AAAAAA;
}

.single-post #container #main_contents #main_col #article .post_content #kobeink_items_page #kobeink_items_page_section01_flex h2,
.single-post #container #main_contents #main_col #article .post_content #kobeink_items_page #kobeink_items_page_midashi h2 {
	margin-top: 0 !important;
	font-size: 1.3em !important;
	font-weight: 500;
}

#kobeink_items_page #kobeink_items_page_section01_flex h2:after,
#kobeink_items_page #kobeink_items_page_midashi h2:after {
	background-image: none !important;
}

#kobeink_items_page p {
	font-size: 0.85em;
	line-height: 22px;
}

#kobeink_items_page #kobeink_items_page_section01_flex hr {
	margin-bottom: 30px;
	margin-top: 70px;
}

#kobeink_items_page #kobeink_items_page_section02 {
	margin: 25px 0;
	display: none;/*色見本画像一時非表示*/
}

#kobeink_items_page #kobeink_items_page_section02 #kobeink_items_page_section02_flex {
	display: flex;
	gap: 3%;
}

	

@media screen and (max-width:600px) {
	#kobeink_items_page #kobeink_items_page_midashi  {
		display: initial;
	}
	.single-post #container #main_contents #main_col #article .post_content #kobeink_items_page #kobeink_items_page_section01_flex h2,
	#kobeink_items_page #kobeink_items_page_section01_flex h3 {
		display: none;
	}
	#kobeink_items_page #kobeink_items_page_section01_flex,
	#kobeink_items_page #kobeink_items_page_section02 #kobeink_items_page_section02_flex {
		display: initial;
	}
	#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex01{
		margin: 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex01 #section01_flex01_a {
		margin-bottom: -3px;
	}
	#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex01,
	{
		width: 100%;
	}
	#kobeink_items_page #kobeink_items_page_section02 #kobeink_items_page_section02_flex div {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	#kobeink_items_page #kobeink_items_page_section01 {
		margin-bottom: 100px;
	}
		#kobeink_items_page #kobeink_items_page_section02 #kobeink_items_page_section02_flex #section01_flex02_img_a{
			margin-bottom: -3px;
	}
	#kobeink_items_page #kobeink_items_page_section01_flex #kobeink_items_page_section01_flex02 {
	width: 100%;	
}
}
/*Kobe INK 物語 各商品詳細ページ*/

/*ネットショップリンクボタンセクション これを今後使っていく*/
#online_link_section {
	margin: 100px 0;
	}
#netshoplinkbutton_official:hover,
#netshoplinkbutton_rakuten:hover,
#netshoplinkbutton_yahoo:hover {
	cursor: pointer;
}
#netshoplinkbutton_official a:hover{
	background-color: #504E4E;
}
#netshoplinkbutton_rakuten a:hover{
	background-color: #A85050;
}
#netshoplinkbutton_yahoo a:hover{
	background-color: #5D95FF;
}
#netshoplinkbutton_official a {
    display: block;
    background-color: #000000;
    color: #ffffff !important;
    padding: 4% 10%;
    text-align: center;
    font-weight: bold;
    border-radius: 180px;
    margin: 30px auto;
    width: 35%;
	}
#netshoplinkbutton_rakuten a {
		display: block;
		background-color: #960000;
		color: #ffffff !important;
		padding: 4% 10%;
    text-align: center;
    font-weight: bold;
    border-radius: 180px;
    margin: 30px auto;
    width: 35%;
	}
#netshoplinkbutton_yahoo a {
		display: block;
		background-color: #0058FF;
		color: #ffffff !important;
		padding: 4% 10%;
    text-align: center;
    font-weight: bold;
    border-radius: 180px;
    margin: 30px auto;
    width: 35%;
	}
@media screen and (max-width:600px) {
	#netshoplinkbutton_official a,
	#netshoplinkbutton_rakuten a,
	#netshoplinkbutton_yahoo a {
    padding: 10% 10%;
    width: 80%;
		font-size: 0.9em;
	}
}
/*ネットショップリンクボタン これを今後使っていく*/


/*ブログ投稿の日付テキストサイズを10pxから14pxに変更*/
#post_title_area .date {
	font-size: 18px;
}
@media screen and (max-width:1001px) {
#post_title_area .date {
	font-size: 18px;
}
}
@media screen and (max-width:750px) {
#post_title_area .date {
	font-size: 16px !important;
}
}
	

	
	
	
	
/*ページ別お問い合わせフォーム非表示*/	
.postid-100569 #wpcf7-f43353-p100569-o1,
.postid-138045 #wpcf7-f43353-p138045-o4 {
	display: none !important;
}	
	

	
	
/*会社概要ページ*/
.page #container #page_contents #article .post_content #president_message_h2 {
	/*text-align: center;*/
	font-size: 1.4em !important;
	margin-bottom: 0 !important;
}
.page #container #page_contents #article .post_content #president_message_p {
	font-size: 0.8em;
	color: #9a8f4f;
}
.page #container #page_contents #article .post_content h2:after {
	display: none;
}
.page-id-31 #flex_aisatsu {
	display: flex;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 5vw;
}
.page-id-31 #flex_aisatsu div {
	width: 50%;
}
.page-id-31 #flex_aisatsu_2 {
   font-weight: bold;
}
.page-id-31 #flex_aisatsu_2 p {
	padding: 10vw;
	font-size:1.1em;
	margin: 2vw;
}
.page-id-31 #president_name_flex {
	display: flex;
	font-size: 0.9em;
	margin:0 0 0 auto;
	width: 26%;
}

@media screen and (max-width:750px) {
	#flex_aisatsu {
	display: initial !important;
	}
	#flex_aisatsu div {
	width: 100% !important;
}
	.page #container #page_contents #article .post_content #president_message_h2 ,
	.page #container #page_contents #article .post_content #president_message_p {
		text-align: center;
}
	.page-id-31 #president_name_flex {
	margin:0 0 0 auto;
	width: 70%;
}
}

.page-id-31 #company .company_detail table {
	font-weight: bold;
	font-size: 0.9em;
}

.page-id-31 #company .company_detail table td {
	border: none;
	vertical-align: top;
}

.page-id-31 #company .company_detail table .comapanydetail_left_td {
	width: 20%;
}

.page-id-31 #company #company_history tr {
	border-bottom: 1px solid #c9c9c9;
}


@media screen and (max-width:750px) {
.page-id-31 #company section {
		text-align: center !important;
	}
	.page-id-31 #company .company_detail table {
		text-align: center;
	}
	.page-id-31 #company .company_detail table td {
		width: 100%;
		padding: 0;
		display:block;
	}
	.page-id-31 #company .company_detail table .comapanydetail_left_td {
		padding-top: 30px;
		width: 100%;
		font-size: 1.4em;
	}
}
/*会社概要ページ*/



/*SDGsページ*/
/*SDGsトップ100402、PELPページ374971、海洋プラページ376337*/
#sdgs-nagasawa {
	text-align: center;
}


.page-id-374971 #sdgs-nagasawa img {
	margin: 150px 0;
}

.page-id-100402 #sdgs-nagasawa h2,
.page-id-100402 #sdgs-nagasawa h3,
.page-id-374971 #sdgs-nagasawa h2,
.page-id-374971 #sdgs-nagasawa h3 {
	margin-top: 150px !important;
}



/*SDGsトップページ*/

/* 固定ページ 100402 限定：カード全面に背景を効かせるための強制指定 */
.page-id-100402 .link-stack{ 
  display: grid;
  gap: 16px;
  max-width: 960px;
  margin-inline: auto;
}

/* Gutenberg が <p> を挟んでも崩れないように */
.page-id-100402 .link-stack p{
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* a をブロック化（全面クリック・全面背景） */
.page-id-100402 .link-stack a.link-card,
.page-id-100402 .link-stack p > a.link-card,
.page-id-100402 .link-stack .wp-block-button__link.link-card{
  display: flex !important;          /* 上下左右中央にしやすい */
  align-items: center;
  justify-content: center;
  width: 100% !important;
  box-sizing: border-box;
  min-height: 200px;
  padding: 24px 20px;
  border-radius: 16px;
  background: hsl(210 20% 96% / 1);          /* 通常背景 */
  color: #111 !important;                    /* テキスト色は固定 */
  text-decoration: none !important;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 22px);
  transition: background-color .2s ease, transform .06s ease;
  overflow: hidden;                           /* 角丸に合わせて切る */
}

/* 25文字相当で気持ちよく折り返し＆左右余白を保つ */
.page-id-100402 .link-stack a.link-card > span{
  display: block;
  max-width: 25ch;
  margin-inline: auto;
  word-break: break-word;
}

/* 背景のみ変化（テキスト色は不変） */
.page-id-100402 .link-stack a.link-card:hover,
.page-id-100402 .link-stack a.link-card:focus{
  background: hsl(210 20% 90% / 1);          /* ほんのり濃く */
}
.page-id-100402 .link-stack a.link-card:active{ transform: translateY(1px); }







/*PELP!ページ*/

/*海洋プラスチックリサイクルページ*/

.page-id-376337 h3 {
font-weight: bold;
margin-bottom: 50px;
}

.page-id-376337 p,
.page-id-376337 ul {
margin-bottom: 150px;
}


.page-id-376337 .post_content ul {
list-style: none;
margin-bottom: 150px;
}

.page-id-376337 iframe {
	border-radius: 16px;
}

/* 調整用のカスタムプロパティ */
.page-id-376337 {
  --sq-gap: 12px;
  --sq-radius: 16px;
}

/* グリッド本体 */
.page-id-376337 .sq-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sq-gap);
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各マス：PC 3列 */
.page-id-376337 .sq-grid > li {
  flex: 0 1 calc((100% - 2*var(--sq-gap)) / 3);
  aspect-ratio: 1 / 1;
  border-radius: var(--sq-radius);
  overflow: hidden;
  background: #f3f3f3;
}

/* 画像は正方形枠いっぱいに中央トリミング */
.page-id-376337 .sq-grid > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: inherit;
}

/* スマホ（2列） */
@media (max-width: 640px){
  .page-id-376337 .sq-grid > li {
    flex-basis: calc((100% - var(--sq-gap)) / 2);
  }
}










#kobeink_ichiran {
	font-family:'Montserrat' , 'Noto Sans JP',   sans-serif;
}

#kobeink_ichiran h2{
	font-size: 1.5em;
	margin: 10em 0 3em;
}

.kobeink_ichiran_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.kobeink_ir_item a {
  text-decoration: none; /* 初期状態では下線なし */
  color: inherit;
  display: inline-block;
}

.kobeink_ir_item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.kobeink_ir_item p {
  font-size: 12px;
  color: #333;
  transition: color 0.3s ease, opacity 0.5s ease; /* 色と透明度の変更をスムーズに */
  opacity: 1; /* 初期状態の透明度 */
	margin: 15px 0 25px;
	line-height: 1.4em;
}

/* 文字部分（<p>）にのみホバー効果を適用 */
.kobeink_ir_item a:hover p {
  opacity: 0.7; /* 少し透明にする */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .kobeink_ichiran_container {
    grid-template-columns: repeat(3, 1fr);
  }
	.p_c_text2 {
		font-size: 2.8em !important;
	}
}

/*@media screen and (max-width: 480px) {
  .kobeink_ichiran_container {
    grid-template-columns: repeat(2, 1fr);
  }
}*/


/*イベントページで使うイベント申し込みボタン#a4ebd1*/
.evreserve_button {
	padding: 5% 10%;
    background-color: #d12020;
    display: block !important;
    width: 40%;
    margin: 0 auto 20%;
    border-radius: 100px;
	line-height: 1.5em;
	color: white !important;
}
.event_info .evreserve_button {
    margin-top: -15%;
}

@media screen and (max-width: 765px) {
.event_info .evreserve_button {
    margin-top: -35%;
	}
.evreserve_button {
    padding: 8% 15%;
}
}
/*イベントページで使うイベント申し込みボタン 終わり*/






/*お問い合わせページのフォームを非表示にする*/
.page-id-226 #wpcf7-f44676-p226-o3 {
	display: none;
}
