@charset "utf-8";
/* CSS Document */
/*---ここからリニューアルページCSS---*/
/* ----------------------------------------------------------------------------
　　　　　　　　　　　　　　【PC用】
------------------------------------------------------------------------------*/

.red {
	color: #f00;
}

/*---ページ全体---*/
#contents {
	width: 100%;
}

#contents .breadcrumb {
	width: 950px;
	margin: auto;
}

.shop_renewal {
	width: 100%;
	margin: 20px auto;
	color: #353535;
	line-height: 1.8;
	/*overflow-x: hidden;*/
}

/*---見出し共通---*/
.shop_renewal .main_title {
	text-align: center;
	margin-bottom: 60px;
	line-height: 0.8em;
}

/*メインタイトル(英語)*/
.shop_renewal .main_title h1 {
	font-size: 45px;
	font-family: 'Staatliches', cursive;
	color: #08583f;
	letter-spacing: 4px;
}

/*サブタイトル(日本語)*/
.shop_renewal .main_title h2 {
	font-size: 14px;
	color: #08583f;
	letter-spacing: 10px;
}

/*--セクション共通---*/
.shop_renewal .section {
	margin: auto;
}

/*--リスト共通---*/
.shop_renewal ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
}

.shop_renewal ul li {
	padding: 0 10px;
}

/*--リンク共通---*/
.shop_renewal a:link {
	text-decoration: none;
}

/*.shop_renewal a:visited {
color:#ccc;
}*/
/*---imgトリミング共通---*/
.shop_renewal .trim {
	position: relative;
	width: 100%;
	/* トリミングしたい枠の幅 （固定にしたい場合はサイズを入力）*/
	padding-top: 100%;
	/* トリミングしたい枠の高さ */
	overflow: hidden;
	/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
	margin: 0 auto;
	padding: 0;
}

.shop_renewal .trim img {
	/* 画像を上下左右に中央配置する（絶対指定） */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の幅1.5倍高さ3倍まで */
	max-width: 150%;
	max-height: 300%;
}

.shop_renewal .trim img.vertical {
	width: 100%;
	height: auto;
}

.shop_renewal .trim img.horizontal {
	width: auto;
	height: 100%;
}

/*--続きを見る共通---*/
.shop_renewal .hidden_box {
	margin: 2em 0;
	/*前後の余白*/
	padding: 0;
	position: relative;
}

/*ボタン装飾*/
.shop_renewal .hidden_box label,
.shop_renewal .hidden_box label::before,
.shop_renewal .hidden_box label::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

/*ボタン包括*/
.shop_renewal .hidden_box label {
	/*height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	display: block;
	color: #08583f;
}

/*円枠*/
.shop_renewal .hidden_box label::before {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	/*border: 2px solid #08583f;*/
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #08583f;
}

/*↓矢印*/
.shop_renewal .hidden_box label::after {
	bottom: -31px;
	width: 15px;
	height: 15px;
	border: solid 3px;
	border-color: transparent transparent #fff #fff;
	/* 2辺の色を透明 (transparent) にする */
	transform: rotate(-45deg);
}

/*チェックは見えなくする*/
.shop_renewal .hidden_box input {
	display: none;
}

/*開いた後のボタン装飾*/
.shop_renewal .hidden_box input:checked+label {
	/*height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	content: '';
}

/*円枠*/
.shop_renewal .hidden_box input:checked+label:before {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	/*border: 2px solid #08583f;*/
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #08583f;
}

/*上矢印*/
.shop_renewal .hidden_box input:checked+label:after {
	bottom: -41px;
	width: 15px;
	height: 15px;
	border: solid 3px;
	border-color: #fff #fff transparent transparent;
	/* 2辺の色を透明 (transparent) にする */
	transform: rotate(-45deg);
}

.shop_renewal .hidden_box .hidden_show {
	overflow: hidden;
	height: 180px;
	/* 開く前に見えている部分の高さ */
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

/*クリックで中身表示*/
.shop_renewal .hidden_box input:checked~.hidden_show {
	height: auto;
	padding-bottom: 10px;
	/* 閉じるボタンのbottomからの位置 */
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

/*--もっと見るボタン共通---*/
.shop_renewal .btn01 {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.shop_renewal .btn01 a {
	text-decoration: none;
	display: block;
	color: #fff;
	border-radius: 50px;
	padding: 6px;
	margin: 0 auto;
	transition: 0.2s all ease 0s;
}

.shop_renewal .btn01 a:hover {
	transform: translate3d(0, 3px, 0);
}

/*---　★店名＋TOPスライド　---*/
#top_img {
	position: relative;
}

#top_img>button {
	border: none;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	cursor: pointer;
	display: block;
	position: absolute;
	height: 25px;
	width: 25px;
	z-index: 1000;
	background: transparent;
}

#top_img>button:active {
	border: none;
}

.btn-slide__prev {
	/*left: 10px;*/
	left: 50px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: calc(50% - 12.5px);
}

.btn-slide__next {
	/*right: 10px;*/
	right: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 12.5px);
}

.shop_renewal .shop_head {
	max-width: 950px;
	margin: 50px 0 0 0;
	margin: auto;
}

.shop_renewal .slide .trim img {
	width: 100%;
}

.shop_renewal .slide .trim img.thumbnail,
.shop_renewal .slide .trim img.main-img {
	/*width: auto;*/
	width: 100%;
}

.shop_renewal .slide .trim {
	width: 950px;
	/* トリミングしたい枠の幅 */
	/*height: 500px; トリミングしたい枠の高さ */
	height: 650px;
	/*トリミングしたい枠の高さ */
}

.shop_renewal .slide_under ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shop_renewal .slide_under ul li {
	width: 80px;
	margin: 10px 0 0 0;
}

.shop_renewal .slide_under .trim {
	width: 100%;
	/* トリミングしたい枠の幅 */
	height: 40px;
	/* トリミングしたい枠の高さ */
}

/*---　★店舗情報　---*/

#section01 {
	width: 950px;
	padding: 50px 0;
}

.shop_renewal #flex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

/*テキスト情報*/
.shop_renewal .shop_info {
	flex: 0 0 50%;
	font-size: 14px;
}

/*上下段それぞれ*/
.shop_renewal .shop_info table {
	width: 95%;
	margin: 0 0 20px 0;
}

/*囲み線
.shop_renewal .shop_info th, .shop_renewal .shop_info tr, .shop_renewal .shop_info td{
border-bottom: dotted 1px #cccccc;
}*/
/*余白*/
.shop_renewal .shop_info th,
.shop_renewal .shop_info td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.shop_renewal .shop_info th {
	width: 20%;
	font-weight: bold;
}

.shop_renewal .shop_info td {
	width: 80%;
}

/*google mapへボタン*/
.shop_renewal .shop_info .gm_img {
	width: 18px;
	padding-right: 3px;
	vertical-align: middle;
}

.shop_renewal .shop_info .btn01 a {
	/*width:180px;*/
	color: #fff;
	background-color: #B82416;
	box-shadow: 2px 4px 0px #ccc;
	padding: 6px;
	margin: 0;
}

.shop_renewal .shop_info .btn01 a:hover {
	background-color: #B82416;
	box-shadow: none;
}

/*アイコン*/
.shop_renewal .shop_info .item_icon {
	width: 100%;
	font-size: 12px;
	background-color: #D3D3D3;
	border-radius: 5px;
	margin: auto;
}

.shop_renewal .shop_info .item_icon img {
	width: 25px;
	vertical-align: middle;
	padding-right: 8px;
}

.shop_renewal .shop_info .item_icon th,
.shop_renewal .shop_info .item_icon td {
	padding: 10px;
	width: 50%;
}

a.item_link {
	font-size: 12px;
	text-decoration: underline;
}

.link_arrow {
	position: relative;
	display: inline-block;
	width: 6.2px;
	height: 10.5px;
	margin-left: 5px;
}

.link_arrow::before,
.link_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 8px;
	height: 2px;
	border-radius: 9999px;
	background-color: #333333;
	transform-origin: calc(100% - 1px) 50%;
}

.link_arrow::before {
	transform: rotate(45deg);
}

.link_arrow::after {
	transform: rotate(-45deg);
}


/*アクセス*/
.shop_renewal #access table {
	width: 100%;
}

.shop_renewal #access td {
	width: 400px;
	padding: auto 20px;
}

/*google map*/
.shop_renewal .iframe-wrap {
	flex: 0 0 50%;
	position: relative;
	padding-top: 75%;
	/* = height ÷ width × 100 */
}

.shop_renewal .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---　★店舗紹介　---*/
#bgcolor02 {
	background: #dddda6;
}

.shop_renewal #section03 {
	width: 950px;
	padding: 50px 25px 120px;
	font-size: 14px;
	position: relative;
}

.shop_renewal .rinji_webshop {
	text-align: center;
	margin-bottom: 30px;
}

.shop_renewal .rinji_webshop a {
	color: #353535;
	font-weight: bold;
}

.shop_renewal .rinji_webshop a:visited {
	color: #353535;
	font-weight: bold;
}

.shop_renewal #flex02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.shop_renewal .sm_info {
	flex: 0 0 30%;
	text-align: center;
}

.shop_renewal .sm_info .trim {
	width: 250px;
	/* トリミングしたい枠の幅 */
	height: 250px;
	/* トリミングしたい枠の高さ */
	border-radius: 200px;
}

/*.shop_renewal .sm_info #sm_name_under{
width:80%;
border-bottom: solid #353535 1px;
color: #353535;
margin: 20px auto;
}*/
.shop_renewal .sm_info p {
	display: inline-block;
	font-weight: bold;
}

.shop_renewal .sm_info p#sm_name {
	font-size: 12px;
}

.shop_renewal .sm_info p#sm_name2 {
	font-size: 16px;
	letter-spacing: 5px;
}

.shop_renewal #section03 .comment {
	flex: 0 0 65%;
	border: none;
}

.shop_renewal #section03 .comment p {
	color: #353535;
}

/*店舗からのお知らせ*/
.shop_renewal .staff_info {
	width: 100%;
	padding: 40px;
	margin: 50px auto 0 auto;
	background: #000;
	background: rgba(8, 33, 25, 0.7);
	border-radius: 5px;
}

.shop_renewal .staff_info .info_title {
	width: 50%;
	font-size: 13px;
	display: block;
	text-align: center;
	margin: auto;
	letter-spacing: 5px;
	border: solid #FFf 1px;
	color: #fff;
	padding: 5px;
	/*
background: #FFf;
font-weight: bold;*/
}

.shop_renewal .staff_info h1,
.shop_renewal .staff_info h2,
.shop_renewal .staff_info h3,
.shop_renewal .staff_info h4,
.shop_renewal .staff_info h5,
.shop_renewal .staff_info h6 {
	color: #FFF;
}

.shop_renewal .staff_info p {
	color: #FFF;
	padding-top: 40px;
}

.shop_renewal .staff_info .hidden_show a {
	color: #fff;
	text-decoration: underline;
}

/*ボタン装飾*/
.shop_renewal .staff_info .hidden_box label,
.shop_renewal .staff_info .hidden_box label::before,
.shop_renewal .staff_info .hidden_box label::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

.shop_renewal .staff_info .hidden_box {
	margin-top: 0;
}

/*ボタン包括*/
.shop_renewal .staff_info .hidden_box label {
	/*height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	display: block;
}

/*円枠*/
.shop_renewal .staff_info .hidden_box label::before {
	display: none;
}

/*↓矢印*/
.shop_renewal .staff_info .hidden_box label::after {
	bottom: -11px;
	width: 15px;
	height: 15px;
	border: solid 3px;
	border-color: transparent transparent #fff #fff;
	/* 2辺の色を透明 (transparent) にする */
	transform: rotate(-45deg);
}

/*チェックは見えなくする*/
.shop_renewal .staff_info .hidden_box input {
	display: none;
}

/*開いた後のボタン装飾*/
.shop_renewal .hidden_box input:checked+label {
	/*height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	content: '';
}

/*円枠*/
.shop_renewal .staff_info .hidden_box input:checked+label:before {
	display: none;
}

/*上矢印*/
.shop_renewal .staff_info .hidden_box input:checked+label:after {
	bottom: -21px;
	width: 15px;
	height: 15px;
	border: solid 3px;
	border-color: #fff #fff transparent transparent;
	/* 2辺の色を透明 (transparent) にする */
	transform: rotate(-45deg);
}

.shop_renewal .staff_info .hidden_box .hidden_show {
	overflow: hidden;
	height: 300px;
	/* 開く前に見えている部分の高さ */
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

/*クリックで中身表示*/
.shop_renewal .staff_info .hidden_box input:checked~.staff_info .hidden_show {
	height: auto;
	padding-bottom: 10px;
	/* 閉じるボタンのbottomからの位置 */
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-ms-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

/*ブログ*/
.shop_renewal .staff_blog {
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 3px;
	padding-bottom: 50px;
}

.shop_renewal .staff_blog .main_title {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.shop_renewal .staff_blog .main_title .bg_img01 {
	position: absolute;
	top: 10%;
	/* .main_title内の上から何pxか */
	right: 37%;
	/* .main_title内の右から何pxか */
}

.shop_renewal .staff_blog .main_title h1 {
	font-family: 'Damion', cursive;
	font-size: 40px;
	color: #353535;
}

.shop_renewal .staff_blog .main_title h2 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #353535;
}

.shop_renewal .staff_blog ul {
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.shop_renewal .blog_id ul li {
	flex: 0 0 30%;
	height: 290px;
	background: #fff;
	box-shadow: 1px 1px 5px #999999;
	padding: 5px;
}

.shop_renewal .blog_id ul li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.7;
}

.shop_renewal .blog_id .trim {
	width: 230px;
	/* トリミングしたい枠の幅 */
	height: 200px;
	/* トリミングしたい枠の高さ */
}

.shop_renewal .blog_id p {
	text-align: left;
	padding: 0 3px;
	letter-spacing: 1px;
}

.shop_renewal .blog_id .blog_date {
	color: #848484;
	font-size: 11px;
	padding-top: 5px;
}

.shop_renewal .blog_id .blog_title {
	color: #252525;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
}

/*もっと見るボタン*/
.shop_renewal .staff_blog .btn01 .newtab_img {
	width: 18px;
	padding-right: 3px;
	vertical-align: middle;
}

.shop_renewal .staff_blog .btn01 a {
	width: 250px;
	background: #353535;
	color: #fff;
	border: solid 2px #353535;
	background-color: #353535;
	margin: 60px auto 0 auto;
}

/*最下部山の背景*/
.shop_renewal #section03 .bg_img03 {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*---　★登山レポート　---*/

.shop_renewal #section04 {
	width: 950px;
	padding: 80px 25px 50px;
}

.shop_renewal #section04 .main_title {
	position: relative;
}

.shop_renewal #section04 .main_title .report_sub {
	padding-top: 20px;
	letter-spacing: 2px;
}

.shop_renewal #section04 .main_title .bg_img04 {
	position: absolute;
	top: -65px;
	/* .main_title内の上から何pxか */
	right: 270px;
	/* .main_title内の右から何pxか */
}

.shop_renewal .report ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.shop_renewal .report ul li {
	flex: 0 0 45%;
	display: block;
	height: 420px;
	margin-bottom: 10px;
	background-color: #efefef;
	box-shadow: 2px 2px 5px #999999;
	padding: 5px;
}

.shop_renewal .report li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.7;
}

.shop_renewal .report .trim {
	width: 100%;
	/* トリミングしたい枠の幅 */
	height: 300px;
	/* トリミングしたい枠の高さ */
}

.shop_renewal .report p {
	text-align: left;
}

.shop_renewal .report .report_date {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	position: relative;
	padding: 3px 20px;
	margin-top: 10px;
	background: #08583f;
	/*リボンの色*/
}

.shop_renewal .report .report_date:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	/*border-right: solid 20px rgb(149, 158, 155);折り返し部分*/
}

.shop_renewal .report .report_title {
	color: #252525;
	font-size: 14px;
	padding: 5px 10px;
}

/*もっと見るボタン*/
.shop_renewal #section04 .btn01 .newtab_img {
	width: 18px;
	padding-right: 3px;
	vertical-align: middle;
}

.shop_renewal #section04 .btn01 a {
	width: 250px;
	background: #08583f;
	color: #FFFFFF;
	border: solid 2px #08583f;
	margin: 60px auto 0 auto;
	padding: 8px;
}

/*---　★インスタグラム　---*/
#bgcolor04 {
	background: #f2f2f2;
}

.shop_renewal #section05 {
	width: 950px;
	padding: 50px 25px;
}

.shop_renewal .instagram ul {
	/* width:100%; */
	display: flex;
	/* gap: 10px; */
	flex-wrap: wrap;
	justify-content: space-between;
}

/*
.shop_renewal .instagram ul li {
	 width:250px; 
	 padding:5px 5px 0 5px; 
	 margin-bottom:5px; 
}*/

.shop_renewal .instagram li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.7;
}

.shop_renewal .instagram .trim img {
	width: 150%;
	height: auto;
}

.shop_renewal .instagram .trim {
	width: 240px;
	/* トリミングしたい枠の幅 */
	height: 240px;
	/* トリミングしたい枠の高さ */
}

/*もっと見るボタン*/
.shop_renewal #section05 .btn01 .newtab_img {
	width: 18px;
	padding-right: 3px;
	vertical-align: middle;
}

.shop_renewal #section05 .btn01 a {
	margin: 60px auto 0 auto;
	width: 250px;
	color: #fff;
	background-color: #3897f0;
	border: solid 2px #3897f0;
	padding: 6px;
	border-radius: 5px;
}

/*---　★ブランドリスト　---*/
#bgcolor05 {
	background: #F4FBF1;
}

.shop_renewal #section02 {
	max-width: 950px;
	padding: 50px 25px 120px 25px;
}

.shop_renewal img.brand_img {
	width: 100%;
	height: 50px;
}

/*リスト*/
.shop_renewal .brand_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shop_renewal .brand_list ul li {
	width: 130px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

/*---　★近隣店舗　---*/
#bgcolor06 {
	background: #dddda6;
}

.shop_renewal #section06 {
	max-width: 950px;
	padding: 50px 25px 120px 25px;
	background: #dddda6;
}

.shop_renewal img.shop_list {
	width: 100%;
}

/*リスト*/
.shop_renewal .shop_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shop_renewal .shop_list ul li {
	width: 200px;
	margin-bottom: 10px;
}

.shop_renewal .shop_list li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.7;
}

.shop_renewal .shop_list .trim {
	width: 100%;
	/* トリミングしたい枠の幅 */
	padding-top: 60%;
	/* トリミングしたい枠の高さ */
}

.shop_renewal .shop_list p {
	color: #252525;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
}

.shop_renewal .gr_icon {
	width: 15px;
	padding: 0 5px 1px 0;
	vertical-align: middle;
}

/*---　★クーポン　---*/
.banner-coupon__wrapper {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 10000000;
}

.banner-coupon__image {
	max-width: 240px;
	height: auto;
}

/* .banner-coupon__wrapper--off {}
.banner-coupon__wrapper--on {} */

/*スライダー下　年末年始のおしらせ*/
.newyear-info {
	width: 950px;
	margin: 20px auto 0;
	border: solid 1px #b82416;
	overflow: hidden;
	background-color: #f9f9f9;
	border-radius: 3px;
	position: relative;
}

.newyear-info a {
	display: block;
}

.newyear-info a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}

.newyear-info_year {
	font-family: 'Staatliches', cursive;
	font-size: 30px;
	color: #fff;
	background-color: #b82416;
	display: inline-block;
	width: 200px;
	text-align: center;
	transform: skewX(-20deg);
	line-height: 1;
	padding: 11px 0 30px;
	position: absolute;
	top: 0;
	left: -14px;
}

.newyear-info_txt {
	display: inline-block;
	font-size: 21px;
	padding: 5px;
	margin: 0 0 0 250px;
	color: #b82416;
}

.newyear-info_year_s {
	font-size: 15px;
	font-weight: bold;
}

/* ------スライド下臨時バナー---------*/
.ev_hedbnr {
	text-align: center;
	margin: 20px 0;
}

/* ------マルチリンガルボタン---------*/
.multilingual {
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.multilingual li a {
	font-size: 14px;
	color: #7a0;
	display: block;
}


/* ------動画---------*/
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.instagram_block {
	width: 30%;
}

.instagram_block iframe {
	width: 100% !important;
	min-width: auto !important;
	height: 510px !important;
}

.instagram {
	/* display: grid; */
	/* display: flex; */
	margin: 60px 0 0;
	/* flex-wrap: wrap; */
}

/* ↓ YouTube追加（2025.8.4）↓ */
.yt_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.yt_wrap .yt_video {
    width: 47%;
    margin-bottom: 40px;
    aspect-ratio: 16 / 9;	
}

.yt_wrap .yt_video iframe {
	width: 100%;
	height: 100%;
}