@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* reset.css */
* {
    box-sizing: border-box;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: baseline;
	box-sizing: border-box;
	line-height: 0;
}

h1, h2, h3, h4, h5, h6, p, a, span, dt, dd, li, label, th, td{
	line-height: 1.6;
}

body {
	width: 100%;
	color:#231815;
	font-family: 'Noto Serif JP', serif;
}
 
ol, ul {
	list-style: none;
	font-size: 0;
}

figure {
    font-size: 0;
	margin: 0;
}

table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
	text-decoration: none;
	display:inline-block;
	color:#231815;
}

a:hover {
	text-decoration: none;
	opacity: .7;
}

.cf {
	overflow: hidden;
	zoom:1;
}

img {
}

img.auto {
	width:auto;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexBoxRe {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	flex-direction: row-reverse;
}

.center {
	text-align: center;
}

.center img {
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 90%;
}

.textBold {
	font-weight: bold;
}

.textBig {
	font-size: 110%;
}

.noLink a {
    filter: opacity(0.5);
    pointer-events: none;
    cursor: inherit;
}

/*-----フォント----*/

.bebas {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
}

.yumin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.notoSans {
	font-family: "Noto Sans JP", sans-serif;
}

/*-----ヘッダー----*/

header {
	position: fixed;
	top: 0;
	z-index: 20;
	background: #fff;
	width: 100%;
}


#logoTitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#logo a {
	line-height: 0;
	pointer-events: none;
}

#logo a img {
	width: 100%;
}

h1 a {
    font-size: 28px;
	font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho",'Noto Serif JP', serif;
	background: url(../-image/common/h1_bg.svg) no-repeat 50% 100%;
    background-size: 80%;
    padding: 8px 0;
}

.a1mincho {
	font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho",'Noto Serif JP', serif;
}

nav li.navItem {
    width: 180px;
}

.navItem a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 24px;
}

.navItem:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
#jsHamburger {
  width: 48px;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

#jsHamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

#jsHamburger span:nth-child(1) {
  top: 0;
}

#jsHamburger span:nth-child(2) {
  margin: 8px 0;
}

#jsHamburger span:nth-child(3) {
  top: 0;
}

.headerNav.active {
  transform: translateX(0);
	z-index: 2;
	display: block;
	position: fixed;
}

#jsHamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

#jsHamburger.active span:nth-child(2) {
  opacity: 0;

}

#jsHamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
} 


/*-----フッター----*/

footer {
	text-align: center;
}

footer .inner {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto 80px;
}

footer h2 {
	color:#32a9b7;
	font-size: 2.6rem;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
    text-align: center;
	font-family: "Oswald";
}

footer h2 span {
    color: #231815;
    font-size: 50%;
    width: 100%;
    display: block;
    font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0;
}

footer .snsArea ul {
    justify-content: center;
	margin-bottom: 80px;
}

footer .snsArea li {
	width: 40%;
	padding: 20px;
}

footer .snsArea li a {
	display:block;
}

footer .snsArea li.lunachannel {
	width: 390px;
	margin-top: 40px;
}

footer .snsArea li img {
	width: 100%;
}

footer .contactArea {
    background: #f1f1f1;
    padding: 40px 0;
	margin-bottom: 80px;
}

footer .contactArea .inner {
    margin-bottom: 0;
}

footer .contactArea .name {
	font-size: 24px;
}

footer .contactArea .telephone a {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 10px;
}

footer .contactArea .telephone a p {
    padding: 0 5px;
    font-size: 60px;
	line-height: 1;
}

footer .contactArea .telephone a img {
	height: 40px;
	width: auto;
}

footer .bnrArea div {
	max-width: 840px;
	margin: 0 auto;
}

footer .bnrArea div.mb40 {
	margin-bottom: 40px;
}

footer .bnrArea div img {
	width: 100%;
}

footer .aboutArea {
	background: url("../-image/common/about_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 80px 0;
	margin-bottom: 80px;
}

footer .aboutArea h2 {
	color: #3D3A39;
}

footer .aboutArea .flexBox {
	justify-content: center;
}

footer .aboutArea .flexBox li {
	margin: 0 20px;
}

footer .footerLogoArea {
	width: 90%;
	max-width: 1120px;
	padding: 0 0 40px;
	margin: 0 auto;
}

footer .footerLogoArea .flexBox {
	justify-content: center;
}

footer .footerLogoArea ul.flexBox li {
	width: 40%;
	padding: 0 20px 20px;
}

footer .footerLogoArea .sotodan {
	width: 32%;
	margin: 0 1%;
}

footer .footerLogoArea .sotodan p {
	text-align: left;
	font-size: 10px;
}

footer .footerLogoArea .sokenlogo {
    width: 20%;
	padding: 20px;
	margin: 0 1%;
}

footer .footerLogoArea .sokenlogo a {
	width: 100%;
	display: block;
	font-size: 10px;
}

.footerBg {
	background: linear-gradient(145deg, rgba(197,225,232,1) 0%, rgba(187,220,227,1) 30%, rgba(232,236,229,1) 65%, rgba(221,230,224,1) 100%);
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 20;
}

.footerBg .flexBox {
	justify-content: center;
}

.requestBtn {
    display: inline-block;
	margin: 0 20px;
}

.requestBtn a {
	border: 1px solid #231815;
}

.requestBtn a span {
	background: #fff;
	display: block;
	margin: 8px;
}

.copyLight p {
	font-size: 12px;
	margin: 5px auto;
}

.fadein,.fadein01 {
    opacity: 0;
    transform: translate(0,50px);
    transition: all 2s;
}

.fadeinActive,.fadeinActive01{
opacity: 1 !important;
transform: translate(0, 0) !important;
}

/*-----下層ページ----*/
	
	main.underPage {
		padding-top: 80px!important;
	}

	main.underPage h2.pageTitle {
    text-align: center;
    font-size: 28px;
    margin-bottom: 90px;
	}

/*-----アニメーション----*/

.slidein01 {
	opacity: 0;
	transform : translateX(-1000px);
	transition : all 2s;
	}

.slidein01.scrollin01 {
	opacity: 1;
	transform : translateX(0);
	}

.slidein02 {
	opacity: 0;
	transform : translateX(1000px);
	transition : all 2s;
	}

.slidein02.scrollin02 {
	opacity: 1;
	transform : translateX(0);
	}



/*----------------------------------------
インスタグラム　近隣スポットの情報を発信中！
----------------------------------------*/


.instaArea {
    text-align: center;
}

.instaArea .instaImg {
	margin: 0 auto 35px;
	max-width: 499px;
}

.instaArea p {
	font-size: 32px;
	margin-bottom: 30px;
}

.instaArea .instaPhoto {
	justify-content: flex-start;
	max-width: 770px;
	margin: 0 auto 10px;
}

.instaArea .instaPhoto li {
	width:48%;
	max-width: 360px;
	margin:0 50px 50px 0;
	padding: 0;
}

.instaArea .instaPhoto li:nth-child(2n) {
	margin-right: 0;
}

.instaArea .instaPhoto li img {
	vertical-align: bottom;
}

.instaCheckBtn {
	width: 60%;
	max-width: 400px;
	text-align: center;
	margin: 0 auto 100px;
}

.instaCheckBtn a {
    display: block;
	line-height: 0;
    font-size: 0;
	box-shadow: 5px 5px 0 #DCDDDD;
	border-radius: 50px;
	padding: 20px 30px;
	transition: .2s ease-in-out;
	margin: 50px 0 0;
}

.instaCheckBtn img {
    max-width: 326px;
}

.instaCheckBtn a:hover {
    box-shadow: none;
	margin: 5px 0 0 5px;
	transition: .2s ease-in-out;
	background: #DCDDDD;
	opacity: 1;
}


@media screen and (max-width: 768px) {
	
	.instaArea .instaImg {
		width: 50%;
		margin: 0 auto 20px;
	}

	.instaArea p {
		font-size: 18px;
        margin-bottom: 20px;
	}

	.instaArea .instaPhoto {
		width: 90%;
		margin: 0 auto 30px;;
	}

	.instaArea .instaPhoto li {
		width:48%;
		margin:0 2% 2% 0;
	}

	.instaCheckBtn img {
		width: 100%;
	}

	.instaCheckBtn {
		width: 85%;
		margin: 0 auto 50px;
	}
	
	.instaCheckBtn a {
		margin: 35px 0 0;
	}	
	
	
}






@media screen and (min-width: 320px) and (max-width: 768px)  {	
	img {
		max-width:unset;
		width: 100%;
	}

	.pc,.tb {
		display: none;
	}
	
	.sp.tb {
		display: block;
	}
	
	/*-----ヘッダー----*/
	
	header {
		height: 50px;
	}
	
	header .flexBox {
		align-items: center;
	}	
	
	#logo a {
		margin: 10px;
		width: 80px;
	}

	h1 a {
		font-size: 16px;
	}

	#jsHamburger {
		margin-right: 10px;
	}	
	
	.headerNav {
		position: absolute;
		right: 0;
		left: 0;
		top: 50px;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		background-color: #fff;
		transition: ease .4s;
		display: none;
	}
	
	.navList {
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-top: 1px solid #ccc;
	}
	
	nav li.navItem {
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	
	nav li.navItem:nth-child(n) {
		border-right: 1px solid #ccc;
	}

	nav li.navItem a {
		margin-bottom: 0;
		padding: 10px 0;
		font-size: 14px;
	}
	
	nav li.navItem a span.en {
		display: block;
		font-size: 50%;
	}
	
	.navItem a.pc {
	  display: none;
	}	

	main {
		margin-top: 50px;
	}

	
	/*-----フッター----*/

	.requestBtn {
		display: block;
	}
	
	.requestBtn a {
		width: 90%;
	}
	
	.requestBtn a span {
		padding: 10px 0;
		font-size: 20px;
		letter-spacing: 4px;
		width: calc(100% - 16px);
		display: block;
	}	
	
	.copyLight {
		margin-bottom: 60px;
	}
	
	footer {
		margin-top: 80px;
	}
	
	footer .inner {
		margin: 0 auto 20px;
	}
	
	footer h2 {
		font-size: 24px;
		margin: 0 0 20px 0;
	}
	
	footer h2 span {
		font-size: 65%;
	}
	
	footer .snsArea ul {
		margin-bottom: 30px;
	}	

	footer .snsArea li {
		width: 80%;
		padding: 0;
		margin-bottom: 20px;
	}
	
	footer .snsArea li.lunachannel {
		width: 70%;
		margin-top: 10px;
	}
	
	footer .contactArea {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	
	footer .contactArea .name {
		font-size: 16px;
	}	
	
	footer .contactArea .telephone a img {
		height: auto;
		width: 40px;
	}

	footer .contactArea .telephone a p {
		font-size: 40px;
	}	
	
	.telTap.sp {
		border: 1px solid #231815;
		padding: 10px 0;
		margin-bottom: 10px;
	}	
	
	.telTap.sp a {
		position: relative;
		width: 100%;
	}	
	
	.telTap.sp a:before {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		margin-top: -5px;
		border-top: solid 1px #231815;
		border-right: solid 1px #231815;
		transform: rotate(45deg);
		top: 50%;
		right: 5%;
	}	
	
	footer .bnrArea div.mb40 {
		margin-bottom: 20px;
	}
	
	footer .bnrArea {
		margin-bottom: 40px;
	}
	
	.lineup_slide .slick-slide img.sp{display:block;}
	
	.lineup_slide .slick-slide img.pc{display:none;}
	
	footer .aboutArea .flexBox li {
		margin: 2% 2%;
		width: 42%;
	}
	
	footer .aboutArea {
		padding: 30px 0;
		margin-bottom: 40px;
	}	
	
	#footerSpNavi {
		display: block;
		position: static;
		padding: 0;
		margin: 10px auto 40px auto;
		width: 94%;
	}
	
	#footerSpNavi ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
	}

	#footerSpNavi li {
		padding: 0;
		color: #fff;
		width:calc(50% - 4px);
		margin: 0 2px 5px 2px;
	}
			
	#footerSpNavi li a {
		padding: 0;
		display: block;
	}
	
	#footerSpNavi li a figure {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
	}
	
	#footerSpNavi li a img {
		width: 100%;
		border-radius: 10px;
	}
	
	#footerSpNavi li figcaption {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		border-radius: 10px;
	}
	
	#footerSpNavi li .text {
		position: absolute;
		text-align: center;
		color: #fff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-weight: bold;
		text-shadow: 1px 1px 2px #000;
		width: 100%;
	}
	
	#footerSpNavi li .text span {
		font-size: 10px;
		display: block;
	}	
		
	#footerSpNavi li .text span.title {
		font-size: 15px;
		line-height: 1.8;
	}
	
	#footerSpNavi li.nolink a {
		pointer-events: none;
		filter: contrast(0.5);
	}
	
	footer .footerLogoArea {
		width: 90%;
		padding: 20px 0 20px;
	}	
	
	footer .footerLogoArea .sotodan {
		width: 100%;
	}	

	footer .footerLogoArea .sokenlogo {
		width: 70%;
	}

	.footerBg.sp {
		display: block;
		height: 50px;
		background: #fff;
	}
	
	.footerBg.sp .flexBox {
		width: 100%;
	}
	
	.footerBg.sp .flexBox li {
		width: 25%;
	}
	
	.footerBg.sp .flexBox li a {
		display: block;
		text-align: center;
		padding: 6px 0;
	}
	
	.footerBg.sp .flexBox li a span {
		font-size: 10px;
		display: block;
	}
	
	.footerBg.sp .flexBox li.reserve a {
		background: #00b3c4;
		color: #fff;
	}
	
	.footerBg.sp .flexBox li.request a {
		background: #4ba18a;
		color: #fff;
	}
	
	.footerBg.sp .flexBox li img {
		width: 20px;
		margin: 0 auto;
	}

/*-----下層ページ----*/
	
	main.underPage {
		padding-top: 50px!important;
	}
	
	main.underPage h2.pageTitle {
		font-size: 24px;
		margin-bottom: 50px;
	} 	

	main.underPage .inner {
		width: 90%;
		margin-left:auto;
		margin-right:auto;
	}
		
		
}

@media screen and (min-width: 769px) and (max-width:1024px)  {
		
	header {
		height: 85px;
	}
	
	.headerNavPc {
		display: none;
	}
	
	.headerNav {
		position: absolute;
		right: 0;
		left: 0;
		top: 80px;
		width: 100%;
		height: calc(100vh - 40px);
		transform: translateX(100%);
		background-color: #fff;
		transition: ease .4s;
	}
	
	.headerNav .navList {
		padding: 0;
		width: 100%;
	}
	
	.headerNav .navList .sp {
		display: block;
	}
	
	.navList {
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-top: 1px solid #ccc;
	}
	
	nav li.navItem {
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	
	nav li.navItem:nth-child(n) {
		border-right: 1px solid #ccc;
	}

	nav li.navItem a {
		margin-bottom: 0;
		padding: 15px 0;
		font-size: 14px;
	}
	
	nav li.navItem a span.en {
		display: block;
		font-size: 50%;
	}
	
	.navItem a.pc {
	  display: none;
	}
	
	main {
		margin-top: 85px;
	}
	
	
	/*-----フッター----*/
	
	footer .inner {
		margin: 0 auto 40px;
	}
	
	footer .snsArea li {
		width: 49%;
		padding: 20px;
	}	
	
	footer h2 {
		font-size: 2.2rem;
	}	
	
	.bnrArea.inner div {
		width: 70%;
		margin: 0 auto 40px;
	}	

	.bnrArea.inner .pc {
		display: block;
	}
	
	footer .aboutArea .flexBox li {
		width: 28%;
    	margin: 0 15px;
	}
	
	footer .footerLogoArea .sotodan {
		width: 40%;
	}	
	
	footer .footerLogoArea .sokenlogo {
		width: 30%;
	}

	.footerBg.pc {
		display: block;
	}
	
	.requestBtn {
		margin: 0 10px;
	}
	
	
/*-----下層ページ----*/	
	
	main.underPage h2.pageTitle {
		font-size: 24px;
		margin-bottom: 50px;
	}	
	
	main.underPage .inner {
		width: 90%;
		max-width: 1120px;
		margin-left:auto;
		margin-right:auto;
	}
		
}


@media screen and (min-width: 769px)  { 	
	.sp,.pc {
		display: none;
	}

	.tb {
		display: block;
	}
	
	
	a.tel {
		pointer-events: none;
	}

	/*-----ヘッダー----*/
		
	header .flexBox {
		align-items: flex-start;
	}	
	
	#logo a {
		margin: 20px;
		width: 120px;
	}

	h1 a {
		font-size: 18px;
		letter-spacing: -1px;
	}

	#jsHamburger {
		margin: 25px;
	}	
	
	
	main {
		margin-bottom: 100px;
	}


	
	/*-----フッター----*/
	.requestBtn a span {
		padding: 5px 50px;
		font-size: 19px;
		letter-spacing: 10px;
	}
	
	footer .aboutArea img {
		width: 100%;
	}
	
	.footerBg {
		padding: 20px 0;
	}	
	
	.copyLight {
		margin-bottom: 0;
	}	
	
	#footerSpNavi {
		display: none;
	}
	
	footer .lineup_slide .slick-slide img.sp {
		display:none;
	}
	

	/*-----下層ページ----*/

	main.underPage .inner {
		width: 90%;
		max-width: 1120px;
		margin: 0 auto;
	}

	
	
	
}

@media screen and (min-width:1025px)  { 	
	.sp,.tb {
		display: none;
	}
	
	.pc {
		display: block;
	}
	
/*-----ヘッダー----*/
	
	header {
		height: 135px;
	}
	
	h1 a {
		font-size: 28px;
	}
		
    #logo a {
        margin: 13px 60px 13px 70px;
        width: 140px;
        line-height: 0;
    }
	
	.headerNavPc {
		position: static;
		transform: initial;
		background-color: inherit;
		height: inherit;
		display: flex;
		justify-content: end;
		width: 45%;
		margin-right: 0px;
	}
	
	.headerNavPc span.jp {
		display: block;
		font-size: 11px;
	}
	
	.headerNavPc .navItem.border a {
		border-right: 1px solid #9FA0A0;
	}
	
	.headerNavPc .navItem a {
		margin-bottom: 0;
		display: block;
		padding: 13px 0;
    	height: 55px;
		line-height: 1.4;
	}

	.navItem.reserve a {
		background: #00b3c4;
		color: #fff;
	}	

	.navItem.request a {
		background: #4ba18a;
		color: #fff;
	}
	
	#jsHamburger {
		display: none;
	}
	
	.headerNav {
		background: linear-gradient(145deg, hsl(167deg 39% 68% / 70%) 0%, hsl(205deg 97% 37% / 70%) 100%);
	}
	
	.headerNav .navList {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-top: 0;
		padding-bottom: 0;
		position: unset;
		height: 55px;
		margin-right: 95px;
		border-right: 1px solid #fff;
	}

	
	.headerNavPc .navList {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		padding-top: inherit;
		padding-bottom: inherit;
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: 70px;
		margin-right: 95px;
	}
	
	.headerNav .navItem {
		border-left: 1px solid #fff;
	}

	.headerNav .navItem a {
		margin-bottom: 0;
		padding: 10px 0;
		line-height: 1.2;
	}
	
	.headerNav .navItem.row2 a {
		padding: 10.5px 0;
	}
		
	.headerNav .navItem a span.en {
		font-size: 8px;
		display: block;
		color: #fff;
		line-height: 2;
	}
	
	.navItem a.sp {
	  display: none;
	}	
	
	main {
		margin-top: 135px;
	}
	
	/*-----フッター----*/
	
	.requestBtn a span {
		padding: 5px 65px;
		font-size: 24px;
		letter-spacing: 10px;
	}

	.footerBg {
		padding: 25px 0;
	}

	.copyLight {
		margin-bottom: 0;
	}	
	
}


@media screen and (min-width:1300px)  { 
	
	.headerNavPc {
		width: 50%;
	}	

	
	
	
	
	
}



/*----------------------------------------
SNSボタン
----------------------------------------*/


@media screen and (max-width: 1024px) {
	
	.navSns {
		text-align: center;
		margin-top: 50px;
	}

	.navSns h3 {
		position: relative;
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 15px;
		border: none;
		font-size: 16px;
		letter-spacing: 0;
		font-weight: bold;
		line-height: 1;
	}

	.navSns h3:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 2px;
		height: 100%;
		background: #000;
		border-radius: 3px;
		transform: rotate(-25deg);
	}

	.navSns h3:after {
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		width: 2px;
		height: 100%;
		background: #000;
		border-radius: 3px;
		transform: rotate(25deg);
	}

	.navSns ul {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
	}

	.navSns ul li {
		padding: 0 20px;
	}

	.navSns ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.navSns ul li.snsYoutube img {
		width: 50px;
	}

	.navSns ul li.snsInsta img{
		width: 45px;
	}

	.navSns ul li.snsTiktok img {
		width: 45px;
	}

	
	
}

@media screen and (min-width: 1025px) {
	
	.navSns {
		display: none;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {

    .navItem a {
        font-size: 1.2vw;
    }

}

/*＝＝＝＝YouTubeバナー＝＝＝＝*/

.youtubeBnr .link_1 {
	display: flex;
	margin-bottom: 150px;
}

.youtubeBnr .link_1:hover .banner_box_1 {
	background: #000c4d;
}

.youtubeBnr .link_1:hover .image_box_1::after {
	background-size: 252px;
}

.youtubeBnr .link_1:hover .film {
	fill: #000c4d;
}

.youtubeBnr .link_1:hover .image_2 {
	right: -60px;
}

.youtubeBnr .link_1 .banner_box_1 {
	position: relative;
	width: 100%;
	max-width: 1120px;
	height: 250px;
	border-radius: 30px;
	background: #1b4d00;
	transition: all 0.3s;
}

.youtubeBnr .link_1 .banner_box_1 .image_box_1 {
	position: absolute;
	left: 35px;
	z-index: 1;
}

.youtubeBnr .link_1 .banner_box_1 .image_box_1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.youtubeBnr .link_1 .banner_box_1 .image_box_1::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../-image/common/home_youtube_icon_1.svg") no-repeat center;
	background-size: 200px;
	content: "";
	transition: all 0.15s;
}

.youtubeBnr .link_1 .banner_box_1 .parts_1 {
	position: absolute;
	left: 35px;
	z-index: 2;
}

.youtubeBnr .link_1 .banner_box_1 .film {
	transition: all 0.3s;
	fill: #1b4d00;
}

.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 46.7%;
	height: 100%;
	margin-left: auto;
	text-align: left;
}

.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 56px;
    letter-spacing: 3px;
    line-height: 1.2;
}

.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_2 {
	position: relative;
	margin-bottom: 20px;
	color: #ffe200;
	font-weight: bold;
	font-size: 20px;
}


.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_3 {
	color: #ffffff;
	font-weight: bold;
	line-height: 1.75;
	font-size: 15px;
}

.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_2::before {
  position: absolute;
  top: 50%;
  left: 184px;
  transform: translateY(-50%);
  width: 227px;
  height: 2px;
  background: url("../-image/common/home_youtube_part_2.svg") no-repeat center;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


@media screen and (max-width: 920px) {
	
	.youtubeBnr {
		width: 70%;
		margin: 0 auto;
	}
	
	
	.youtubeBnr .link_1 {
		position: relative;
		margin-bottom: 76px;
	}

	.youtubeBnr .link_1 .banner_box_1 {
		height: auto;
		padding: 30px 0;
		border-radius: unset;
	} 
	
	.youtubeBnr .link_1 .banner_box_1 .image_box_1 {
        left: 50%;
        transform: translateX(-50%);
		position: inherit;
		margin-bottom: 20px;
    }

	.youtubeBnr .link_1 .banner_box_1 .image_box_1 img {
		width: 90%;
	}
	
	.youtubeBnr .link_1 .banner_box_1 .image_box_1::after {
		background-size: 123px;
	}
	
	.youtubeBnr svg.parts_1 {
		height: auto;
	}
	
	.youtubeBnr .link_1 .banner_box_1 .parts_1 {
        top: 30px;
        left: 50%;
        width: 91%;
		transform: translateX(-50%);
    }
	
	.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 {
		justify-content: flex-end;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_1 {
        margin-bottom: 13px;
        font-size: 34px;
        text-align: center;
        letter-spacing: 5px;
    }
	
	.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_2 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_2::before {
			left: 40%;
			width: 58%;
			height: 2px;
		}

	.youtubeBnr .link_1 .banner_box_1 .banner_box_1_1 .text_3 {
		font-size: 12px;
		line-height: 1.75;
	}

	
	
	
	
	
}


@media screen and (max-width: 768px) {

	.youtubeBnr {
		width: 100%;
	}



}


