@charset "utf-8";

@font-face {
	font-family: 'myfont2';
	src: url("../font/UtsukushiFONT.otf") format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont';
	src: url("../font/NotoSerifJP-VariableFont_wght.ttf") format('truetype');
	font-display: swap;
}
html{
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body{
	margin:0 auto;
	color:#000000;
	font-size:20px;
	font-weight:500;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 150%;
	letter-spacing:0.7px;
}
a{
	transition:opacity 0.3s,text-shadow 0.3s;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
	text-shadow:2px 2px 4px rgba(0,0,0,0.4);
}

/*scrolltop*/
#scroll_top_main{
	position:fixed;
    max-width:1400px;
	width:100%;
	left:50%;
	bottom:187px;
	transform: translate(-50%, 0);
	height:0;
	background:#eee;
	text-align:right;
	transition-duration: 0.5s;
	opacity:0;
	z-index:5;
}
#scroll_top{
	display:inline;
}

/*title*/
.main_title{
	position:relative;
}
/*sub title*/
.sub_title{
	position:relative;
	background:#fff;
	width:100%;
	height:250px;
}
.sub_title .img_1{
	width:100%;
	object-fit:cover;
	height:250px;
	filter: brightness(0.4);
	margin:0 auto;
}
.sub_title .img_2{
	vertical-align:top;
	max-width:200px;
}
.sub_title .text_1{
	position:absolute;
	top:55%;
	left:50%;
	color:#fff;
	transform:translate(-50%, -50%);
	text-align:center;
	width:100%;
	
}
.sub_title .text_2{
	display:inline-block;
	font-size:40px;
	font-family:myfont2;
	letter-spacing:7px;
	line-height:120%;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
.sub_title .text_3{
	padding-top:10px;
	font-size:20px;
	font-weight:bold;
}

/* h2 */
h2.h2_1{
	display:inline-block;
	font-family:myfont2;
	font-size:40px;
	font-weight:normal;
	line-height:100%;
	margin:0 0 0 0;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #b94b58;
}
h2.h2_2{
	font-size:16px;
	font-weight:normal;
}

/* bg */
.bg_margin_adjust_main{
	padding-top:50px;
}
.bg_margin_adjust{
	padding-top:50px;
}

/* kv */
.top_kv{
	position:relative;
	text-align:center;
	overflow:hidden;
}
.top_kv_img{
	object-fit:cover;
	width:100%;
	max-width:1920px;
	max-height:1080px;
}

/*top news */
.top_kv_news{
	z-index:2;
	max-width:1000px;
	width:90%;
	margin:0 auto;
	background:#fff;
	color:#000;
	padding:80px 0px;
	box-sizing:border-box;
	text-align:left;
}
.top_kv_news .flex_1{
	display:flex;
	justify-content:space-between;
	color:#6B635C;
	font-size:16px;
	align-items:center;
	margin:10px 0;
}
.top_kv_news .flex_1 .title_1{
	font-size:26px;
	font-family:myfont;
	font-weight:bold;
}
.top_kv_news .text_1{
	padding:20px 0;
	border-bottom:1px solid #eee;
	font-size:16px;
}
.top_kv_news .text_1a{
	font-size:16px;
	color:#000;
}

/*oyama sankei*/
.top_1_main{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:80px 0 80px 0;
	background:#000;
	color:#fff;
}
.top_1_sub_1{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
.top_1_sub_1 .flex_1n{
	color:#fff;
	font-size:16px;
	margin:60px 0;
}
.top_1_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	color:#fff;
	font-size:16px;
	align-items:center;
	margin:0px 0;
	gap:0 50px;
}
.top_1_sub_1 .flex_1:not(:first-child){
	margin:60px 0 0 0;
}
.top_1_sub_1 .flex_1 .div_1{

	flex:1;
}
.top_1_sub_1 .flex_1 .img_1{
	flex:0 0 350px;
}
.top_1_sub_1 .flex_1 .img_1 img{
	width:100%;
}
.top_1_sub_1 .title_1{
	font-size:26px;
	font-family:myfont;
	font-weight:bold;
	margin-bottom:30px;
}
.top_1_sub_1 .text_1{
	font-size:16px;
}
.top_1_sub_1 .table_1{
	margin:30px 0;
}
.top_1_sub_1 .table_1 table td:nth-child(1){
	width:80px;
}
.top_1_sub_1 .table_1 table td:nth-child(2){
	width:100px;
}
.top_1_sub_1 .flex_2b .video {
	flex: 1;
	position:relative;
	aspect-ratio: 16 / 9;
}

.top_1_sub_1 .flex_2b .video:last-child {
	margin-top:30px;
}
.top_1_sub_1 .flex_2b .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* white */
.top_1w_main{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:80px 0 80px 0;
	background:#fff;
	color:#000;
}
.top_1w_sub_1{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
.top_1w_sub_1 .flex_1n{
	color:#000;
	font-size:16px;
	margin:0px auto;
	width:90%;
}
.top_1w_sub_1 .flex_bg{
	margin:0px auto;
	padding:30px 0 50px 0;
	max-width:1000px;
	width:100%;
	background-image:url("../images/block_bg.webp");
}
.top_1w_sub_1 .flex_1{
	display:flex;
	width:90%;
	justify-content:space-between;
	color:#000;
	font-size:16px;
	align-items:center;
	margin:0px auto;
	gap:0 50px;
}

.top_1w_sub_1 .flex_bg:not(:first-child){
	margin:60px 0 0 0;
}
.top_1w_sub_1 .flex_1 .div_1{
	flex:1;
}
.top_1w_sub_1 .flex_1 .img_1{
	flex:0 0 350px;
}
.top_1w_sub_1 .flex_1 .img_1 img{
	width:100%;
}

.top_1w_sub_1 .flex_2{
	display:flex;
	width:90%;
	justify-content:space-between;
	color:#000;
	font-size:16px;
	align-items:center;
	margin:0px auto;
	gap:0 5px;
}


.top_1w_sub_1 .flex_p{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap:30px;
	width:100%;
	justify-content:space-between;
	color:#000;
	font-size:16px;
	margin:0px auto;
}
.top_1w_sub_1 .flex_p .div_1{
	width:100%;
	
}
.top_1w_sub_1 .flex_p .div_1 .img_1{
	border:1px solid #888;
}
.top_1w_sub_1 .flex_p .div_1 img{
	width:100%;
	height:auto;
	display:block;
}
.top_1w_sub_1 .flex_p .div_1 .title_p{
	font-size:18px;
	font-weight:bold;
}
.top_1w_sub_1 .flex_p .div_1 .text_p{
	font-size:16px;
}
.top_1w_sub_1 .flex_1no{
	width:90%;
	color:#000;
	font-size:16px;
	margin:0px auto;
	gap:0 50px;
}

.top_1w_sub_1 .title_1{
	font-size:26px;
	font-family:myfont;
	font-weight:bold;
	margin-bottom:30px;
}
.top_1w_sub_1 .title_1b{
	font-size:20px;
	font-family:myfont;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:10px;

	border-left:5px solid #b94b58;
}

.top_1w_sub_1 .text_1{
	font-size:16px;
}
.top_1w_sub_1 .text_1b{
	display:inline-block;
	max-width:max-content;
	width:100%;
	margin:0 auto;
	text-align:left;
}
.top_1w_sub_1 .text_1c{
	display:inline-block;
	max-width:max-content;
	width:100%;
	margin:0 auto;

}

.top_1w_sub_1 .table_1{
	margin:30px 0;
}
.top_1w_sub_1 .table_1 table td:nth-child(1){
	width:80px;
}
.top_1w_sub_1 .table_1 table td:nth-child(2){
	width:100px;
}

.top_1w_sub_1 .table_2 table td:nth-child(1){
	width:150px;
	font-weight:bold;
}
.top_1w_sub_1 .table_2 table td:nth-child(2){
	width:260px;
}

.top_1w_sub_1 .table_2_2 table td:nth-child(1){
	font-weight:bold;
	padding-right:30px;
}
.top_1w_sub_1 .table_2_2 table td:nth-child(2){

}

.top_1w_sub_1 .table_3{
	margin-top:30px;
}
.table_3 {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table_3 table {
	width: max-content;
	border-collapse: collapse;
}

.table_3 td {
	padding: 0 5px;
	white-space: nowrap;
}


.top_1w_sub_1 .table_4 table td:nth-child(1){
	width:150px;
}
.top_1w_sub_1 .table_4 table td:nth-child(2){
	width:220px;
}

.top_1w_sub_1 .flex_2b .video {
	flex: 1;
	position:relative;
	aspect-ratio: 16 / 9;
}

.top_1w_sub_1 .flex_2b .video:last-child {
	margin-top:30px;
}
.top_1w_sub_1 .flex_2b .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*instagram*/
.top_2_main{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:80px 0 80px 0;
	color:#000;
}
.top_2_sub_1{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
.top_2_sub_1 .flex_h{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:0 15px;
}
.top_2_sub_1 .flex_h .icon_1{
	width:32px;
	margin-top:5px;
}
.top_2_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	font-size:16px;
	align-items:center;
	gap:0 50px;
}
.top_2_sub_1 .flex_1 .img_1{
	flex:0.33;
}
.top_2_sub_1 .flex_1 .img_1 img{
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
}
.top_2_sub_1 .title_1{
	font-size:26px;
	font-family:myfont;
	font-weight:bold;
	margin-bottom:30px;
}
.top_2_sub_1 .text_1{
	font-size:16px;
}

/*footer*/
.footer{
	padding:60px 0 60px 0;
	margin:0px auto 0 auto;
	max-width:1920px;
	background:#000;
	color:#fff;
}
.footer_main{
	margin:0 auto 0 auto;
	width:90%;
	max-width:1200px;
}
.footer_sub_1{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	width:100%;
	font-size:16px;
	gap:0 50px;
}
.footer_sub_1 .div_1a img{
	width:340px;
}
.footer_sub_1 .div_1b {
	display:flex;
	justify-content:center;
	gap:0 20px;
	margin:30px auto;
}
.footer_sub_1 .div_1b a{
	color:#fff;
}
.footer_sub_1 .div_1c .tel_1{
	margin-top:10px;
}
.footer_sub_1 .sns_2{
	display:flex;
	justify-content:center;
	gap:0 20px;
}
.footer_sub_1 .sns_2 img{
	width:50px;
}
.footer_main .text_1_copyright {
	font-size:12px;
	text-align:center;
	margin-top:30px;
}
.sns_2{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:180px;
	margin:10px auto 0 auto;
	text-align:center;
}
.sns_2 img{
	max-width:40px;
}

.map_1 iframe{
	width:100%;
	height:400px;
	border:0;
}

/*etc*/
.word_break{
	word-break:break-all;
	white-space:pre-wrap;
}
.text_center{
	text-align:center;
}
.btn_news{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:400px;
	height:45px;
	border:1px solid #b94b58;
	color:#b94b58;
	font-size:18px;
	transition:0.2s;
}
.btn_news:hover{
	color:#fff;
	border:1px solid #fff;
	background:#b94b58;
}

.btn_black{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:400px;
	height:45px;
	border:1px solid #fff;
	background:#000;
	color:#fff;
	font-size:18px;
	transition:0.2s;
}
.btn_black:hover{
	color:#000;
	border:1px solid #fff;
	background:#fff;

}

.btn_pic{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:100px;
	height:45px;
	border:1px solid #b94b58;
	color:#b94b58;
	font-size:18px;
	transition:0.2s;
}
.btn_pic:hover{
	color:#fff;
	border:1px solid #fff;
	background:#b94b58;
}

.btn_pic_2{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:100px;
	height:45px;
	border:1px solid #b94b58;
	color:#b94b58;
	font-size:18px;
	transition:0.2s;
}

.btn_pic_3{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:auto;
	height:45px;
	border:1px solid #b94b58;
	color:#b94b58;
	font-size:16px;
	transition:0.2s;
	padding:0 10px;
	box-sizing:border-box;
}
.btn_pic_3:hover{
	color:#fff;
	border:1px solid #fff;
	background:#b94b58;
}

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:9999;
}
.overlay{
	cursor:pointer;
}
.overlay-content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	max-width:90%;
	max-height:90%;
}

#overlayImg{
	max-width:100%;
	max-height:90vh;
	margin:0 auto;
	display:block;
}

#closeBtn{
	position:absolute;
	top:-40px;
	right:0;
	color:#fff;
	font-size:40px;
	cursor:pointer;
}
#j_1,
#j_2,
#j_3,
#j_4,
#j_5,
#j_6 {
	scroll-margin-top: 100px;
}

.height_30{
	height:30px;
}
.margin_top_30{
	margin-top:30px;
}
.margin_top_60{
	margin-top:60px;
}
.margin_auto{
	margin:0 auto;
}
.width_500{
	max-width:500px;
}

@media screen and (min-width:1921px) {
}
@media screen and (max-width:1366px) {
/* menu 1366*/
.menu_text{
	font-size:14px;
}
.menu_div_1{
	flex:0.75;
}	
}
@media screen and (max-width:1024px) {
/*1024 menu*/
.menu_fixed{
	position:fixed;
	top:0;left:50%;
	transform:translate(-50%, 0);
	width:100%;
	height:70px;
	max-width:1920px;
	z-index:7;
	background-color:rgba(255,252,250,0.8);
}

/* 1024 bg*/
.bg_margin_adjust_main{
	padding-top:150px;
}
.bg_margin_adjust{
	padding-top:65px;
}

/*1024 kv*/
.top_kv{
	position:relative;
	aspect-ratio:auto;
}

/* 1024 oyama sankei*/
.top_1_sub_1 .flex_1 .img_1{
	flex:0 0 250px;
}

/*footer 1024*/
.footer_sub_1{
	display:block;
}
	
/*etc1024*/
}

@media screen and (max-width:784px) {
.sub_title{
	height:170px;
}
.sub_title .img_1{
	height:170px;
}
.sub_title .img_2{
	max-width:120px;
}
.sub_title .text_1{
	width:100%;
}
.sub_title .text_2{
	font-size:35px;font-family:myfont;letter-spacing:7px;
}
.sub_title .text_3{
	font-size:13px;font-weight:bold;
}
	
/*scrolltop*/
#scroll_top_main{
	bottom:100px;
}

/** 784 oyamasankei*/
.top_1_sub_1 .flex_1{
	display:block;
	gap:0 30px;
}
.top_1_sub_1 .flex_1 .img_1{
	margin-top:30px;
}

/** 784 oyamasankei*/
.top_1w_sub_1 .flex_1{
	display:block;
	gap:0 30px;
}
.top_1w_sub_1 .flex_1 .img_1{
	margin-top:30px;
}
/*
.top_1w_sub_1 .flex_2 {
	justify-content: flex-start;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.top_1w_sub_1 .flex_2 .btn_pic_3 {
	flex: 0 0 auto;
	white-space: nowrap;
}
*/
.top_1w_sub_1 .flex_2{
	flex-wrap:wrap;
	gap:15px 5px;
}
.top_1w_sub_1 .flex_2 .btn_pic_3 {
	margin:0;
}
.top_1w_sub_1 .flex_2::-webkit-scrollbar {
	display: none;
}

/* 784 instagram */
.top_2_sub_1 .flex_1{
	gap:0 10px;
}
	
/*footer 784*/
.footer_sub_2{
	font-size:12px;		
}

/*etc 783*/
.btn_news{
	margin:0 auto;
	width:300px;
	height:40px;
	font-size:16px;
}
.btn_black{
	margin:0 auto;
	width:300px;
	height:40px;
	font-size:16px;
}
	
.res_no_br{
	display:inline;
}
	
}

@media screen and (max-width:550px) {
/* 550 h2 */
h2.h2_1{
	font-size:26px;
}
.sub_title .text_2{
	display:inline-block;
	font-size:26px;
	font-family:myfont2;
	letter-spacing:7px;
	line-height:120%;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
/** 550 oyama sankei */
.top_1_sub_1 .title_1{
	font-size:22px;
}
.top_1w_sub_1 .flex_p{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap:30px;
	width:100%;
	justify-content:space-between;
	color:#000;
	font-size:16px;
	margin:0px auto;
}
	
/** 550 footer **/
.footer_sub_1 .div_1b {
	gap:0 10px;
}
.footer_sub_1 .div_1b a{
	font-size:12px;
}
	
/** 550 etc **/
.btn_pic{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:80px;
	height:45px;
	border:1px solid #b94b58;
	color:#b94b58;
	font-size:18px;
	transition:0.2s;
}
.btn_pic:hover{
	color:#fff;
	border:1px solid #fff;
	background:#b94b58;
}
}