@charset "UTF-8";

/*--------------------------------------------------------------
#main-screen
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#main-screen {
		position: relative;
		
	}
	
	#main-screen .text-box {
		position: absolute;
		top: 50%;
		right: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		color: #1A3C67;
		font-family: "Sawarabi Mincho", serif;
	}
	
	#main-screen .text-box h1 {
		font-size: 20px;
		line-height: 1.2;
		text-shadow:
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 30px #fff, 
			0 0 30px #fff, 
			0 0 30px #fff;
	}
	
	#main-screen .text-box h1 span {
		font-size: 30px;
	}
	
	#main-screen .text {
		margin-top: 10px;
		font-size: 11px;
		line-height: 1.2;
		text-shadow:
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff;
	}
	
	.slider{
		display: none;
	}
	
	.slider img {
		width: 100%;
		height: auto;
	}
	
	.slider .slick-slide {
		margin: 0;
	}
	
	.slider.slick-initialized {
		display: block;
	}
	
	.top_news {
		position: absolute;
		bottom: -80px;
		left: 3%;
		width: 94%;
		background: #FFF;
		padding: 16px 20px 20px 20px;
		display: flex;
		flex-direction: column; 
		align-items: stretch;
		gap: 12px;
		box-sizing: border-box;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	}

  .top_news dl {
	  display: flex;
	  align-items: flex-start;
	  gap: 25px;
	  min-width: 0;
	  flex: 1;
	}

	.top_news dt {
		flex: 0 0 auto; 
		font-size: 18px; 
		line-height: 1.2;
		font-family: "Sawarabi Mincho", serif;
		font-weight: 600;
	}

	.top_news dd {
		flex: 1 1 auto;
		min-width: 0; 
		font-size: 15px;
		line-height: 1.5;
		word-break: break-word;
		font-family: "Shippori Mincho", serif;
		font-weight: 600;
  }

	.top_news span {
		order: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto; 
		padding: 0 0 5px 10px;
		font-size: 14px;
		line-height: 1;
		white-space: nowrap;
		flex-shrink: 0;
		background: #fff;
		font-family: "Shippori Mincho", serif;
		border-bottom: 1px solid #1A3C67;
		font-weight: 600;
	}

	.top_news span a {
		display: inline-flex;
		align-items: center;
		gap: 0;
		text-decoration: none;
		color: #1A3C67;
	}

	.top_news .material-symbols-outlined {
		font-size: 22px;
		margin-left: 5px;
		vertical-align: -3px;
		font-variation-settings:
			'FILL' 1,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}
	
	.top_news dd a {
		color: inherit;
		text-decoration: none; 
		transition: opacity 0.3s ease;
	}

	.top_news dd a:hover {
		opacity: 0.6; 
	}

	.top_news span a {
		color: inherit;
		text-decoration: none;
		display: inline-flex; 
		align-items: center;
		transition: opacity 0.3s ease;
	}

	.top_news span a:hover {
		opacity: 0.6;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#main-screen {
		position: relative;
	}
	
	#main-screen .text-box {
		position: absolute;
		top: 50%;
		right: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		color: #1A3C67;
		font-family: "Sawarabi Mincho", serif;
	}
	
	#main-screen .text-box h1 {
		font-size: 3.125vw;
		line-height: 1.2;
		text-shadow:
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 30px #fff, 
			0 0 30px #fff, 
			0 0 30px #fff;
	}
	
	#main-screen .text-box h1 span {
		font-size: 80px;
	}
	
	#main-screen .text {
		margin-top:0;
		font-size: 1.042vw;
		position: absolute;
		top: 0.677vw;
		left: 10.417vw;
		line-height: 1.2;
		text-shadow:
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff,
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 10px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff, 
			0 0 20px #fff;
	}
	
	.slider{
		display: none;
	}
	
	.slider img {
		width: 100%;
		height: auto;
	}
	
	.slider .slick-slide {
		margin: 0 0.625vw;
	}
	
	.slider.slick-initialized {
		display: block;
	}
	
	.top_news {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0;
		padding: 1.562vw 2.083vw 2.083vw 3.646vw;
		background: #FFF;
		width: 60%;
		position: absolute;
		bottom: -3.646vw;
		left: 3.646vw;
		flex-direction: row;
		box-shadow: none;
	}

	.top_news dl {
		display: flex;
		gap: 3.646vw;
		margin: 0;
		padding: 0;
		flex: 1;
		min-width: 0;
	}
	
	
	.top_news dt {
		white-space: nowrap;
		font-family: "Sawarabi Mincho", serif;
		color: #1A3C67;
		font-size: 1.302vw;
		font-weight: 600;
	}
	
	.top_news dd {
		flex: 1;
		white-space: normal;
		word-break: break-word;
		line-height: 1.6;
		font-family: "Shippori Mincho", serif;
		font-size: 0.938vw;
		font-weight: 600;
	}

	.top_news span {
		white-space: nowrap; 
		margin-left: 4.167vw;
		flex-shrink: 0; 
		font-family: "Shippori Mincho", serif;
		font-size: 0.938vw;
		font-weight: 600;
		margin-top: 0.26vw;
		border-bottom: 1px solid #1A3C67;
		transition: border-color .2s ease;
	}
	
	.top_news .material-symbols-outlined {
		font-size: 1.146vw;
		margin-left: 0.26vw;
		vertical-align: -0.156vw;
		font-variation-settings:
			'FILL' 1,
			'wght' 400,
			'GRAD' 0,
			'opsz' 24
	}
	
	.top_news dd a {
		color: inherit;
		text-decoration: none; 
		transition: opacity 0.3s ease;
	}

	.top_news dd a:hover {
		opacity: 0.6; 
	}

	.top_news span a {
		color: inherit;
		text-decoration: none;
		display: inline-flex; 
		align-items: center;
		transition: color .2s ease, opacity .2s ease, transform .2s ease;
		will-change: opacity, transform;
		transform: translateZ(0); 
	}

	.top_news span a:hover {
		opacity: 0.6;
	}
	
	.top_news {
		justify-content: flex-start;
	}

	.top_news dl {
	  flex: 1 1 auto; 
	  min-width: 0;
	}

	.top_news > span {
	  margin-left: auto; 
	  order: 0;
	}
	
	.top_news dl::after {
		content: "";
		flex: 0 0 2.0vw; 
	}
	
}


/*--------------------------------------------------------------
h2
p
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.contents h2 {
		font-size: 35px;
		color: #0E223E;
		font-family: "Sawarabi Mincho", serif;
		font-weight: 300;
		line-height: 1.2;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}
	
	.contents h3 {
		font-size: 28px;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		font-weight: 300;
		line-height: 1.2;
		text-align: center;
	}
	
	.contents h3 span {
		font-size: 15px;
		display: block;
	}
	
	.contents p {
		font-size: 16px;
		color: #0E223E;
		font-weight: 400;
		line-height: 2;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.contents h2 {
		font-size: 4.167vw;
		color: #0E223E;
		font-family: "Sawarabi Mincho", serif;
		font-weight: 300;
		line-height: 1.2;
		letter-spacing: 1px;
		margin-bottom: 1.302vw;
	}
	
	.contents h3 {
		font-size: 2.604vw;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		font-weight: 300;
		line-height: 1.2;
		text-align: center;
	}
	
	.contents h3 span {
		font-size: 1.51vw;
		display: block;
	}
	
	.contents p {
		font-size: 0.938vw;
		color: #0E223E;
		font-weight: 400;
		line-height: 2;
	}

}

/*--------------------------------------------------------------
#about-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#about-area {
		background: url("image/bg_style1.jpg") top center no-repeat;
		-webkit-background-size: auto 80%;
		background-size: auto 80%;
		padding-top: 100px;
	}
	
	#about-area .inner {
		background: url("image/about_img2.png") top right no-repeat;
		-webkit-background-size: 60% auto;
		background-size: 60% auto;
		padding: 80px 30px 0 30px;
	}
	
	#about-area .inner div:first-child {
		
	}
	
	#about-area .inner div:last-child {
		position: relative;
		z-index: 2;
	}
	
	#about-area .inner div:last-child span {
		position: absolute;
		right: 10px;
		bottom: 0;
	}
	
	#about-area .inner div:last-child span img {
		width: 60px;
	}
	
	#about-area .slider_sub {
		margin-top: -50px;
		background: url("image/bg_style3.jpg") bottom left no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	
	#about-area .slider_sub img {
		width: 100%;
		height: auto;
	}
	
	#about-area .slider_sub .slick-slide {
		margin: 0 5px;
	}
	
	#about-area .slider_sub .slick-initialized {
		display: block;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#about-area {
		background: url("image/bg_style1.jpg") top left no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 4.167vw;
	}
	
	#about-area .inner {
		background: url("image/about_img2.png") top left no-repeat;
		-webkit-background-size: 29.16vw auto;
		background-size: 29.16vw auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		padding: 2.604vw 1.823vw 0 5.208vw;
	}
	
	#about-area .inner div:first-child {
		width: 33.85vw;
	}
	
	#about-area .inner div:last-child {
		width: 42.44vw;
		position: relative;
		z-index: 2;
	}
	
	#about-area .inner div:last-child span {
		position: absolute;
		right: 6.771vw;
		bottom: 0;
	}
	
	#about-area .inner div:last-child span img {
		width: 5.208vw;
	}
	
	#about-area .slider_sub {
		margin-top: -4.167vw;
		background: url("image/bg_style3.jpg") bottom left no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	
	#about-area .slider_sub img {
		width: 100%;
		height: auto;
	}
	
	#about-area .slider_sub .slick-slide {
		margin: 0 0.521vw;
	}
	
	#about-area .slider_sub .slick-initialized {
		display: block;
	}

}

/*--------------------------------------------------------------
#sake-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#sake-area {
		background: url("image/bg_style2.jpg") top center no-repeat;
		-webkit-background-size: auto 80%; 
		background-size: auto 80%;
		padding-top: 60px;
	}
	
	#sake-area .inner {
		background: url("image/sake_img2.png") top 400px right 0 no-repeat;
		-webkit-background-size:50% auto;
		background-size: 50% auto;
	}
	
	.sake-contents {
		padding: 85px 30px 100px 30px;
	}
	
	.sake-contents div:first-child {
		position: relative;
		padding-top: 35px;
	}
	
	.sake-contents div:first-child span {
		position: absolute;
		left: 20px;
		top: 0;
	}
	
	.sake-contents div:first-child span img {
		width: 60px;
	}
	
	.sake-contents div:last-child {
		padding-top: 30px;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#sake-area {
		background: url("image/bg_style2.jpg") top left no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 3.385vw;
		padding-right: 4.167vw;
	}
	
	#sake-area .inner {
		background: url("image/sake_img2.png") top right no-repeat;
		-webkit-background-size: 25vw auto;
		background-size: 25vw auto;
	}
	
	.sake-contents {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 4.427vw 5.208vw 7.812vw 3.646vw;
	}
	
	.sake-contents div:first-child {
		width: 31.77vw;
		position: relative;
		padding-top: 1.823vw;
	}
	
	.sake-contents div:first-child span {
		position: absolute;
		left: 3.646vw;
		top: 0;
	}
	
	.sake-contents div:first-child span img {
		width: 5.208vw;
	}
	
	.sake-contents div:last-child {
		width: 33.33vw;
		padding-top: 13vw;
	}
	

}

/*--------------------------------------------------------------
#floor-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#floor-area {
		background: url("image/bg_style4.jpg") top left no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		padding: 80px 0;
		position: relative;
	}
	
	#floor-area .item {
		width: 200px;
		position: absolute;
		top: -100px;
		right: 10px;
	}
	
	#floor-area h3 {
		margin-bottom: 30px;
	}
	
	#floor-area dl {
		padding: 0;
		position: relative;
	}
	
	#floor-area dt {
		margin-bottom: 30px;
	}
	
	#floor-area dd p {
		color: #FFF;
		padding: 0 30px 30px 30px;
	}
	
	#floor-area .free {
		width: 90%;
		margin: 0 auto 50px auto;
		position: relative;
	}
	
	#floor-area .free span {
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		font-size: 20px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	
	#floor-area .slider_floor {
		width: 100%;
		margin: 0;
	}
	
	#floor-area .slider_floor li {
		position: relative;
	}
	
	#floor-area .slider_floor li span {
		position: absolute;
		top: 5px;
		right: 10px;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		font-size: 20px;
	}

	#floor-area .slider_floor img {
		width: 100%;
		height: auto;
	}
	
	#floor-area .slider_floor .slick-slide {
		margin: 0;
	}

	#floor-area .slick-dots {
		text-align:center;
		margin: 20px 0 0 0;
	}
	
	#floor-area .slick-dots li {
		display: inline-block;
		margin: 0 10px;
	}

	#floor-area .slick-dots button {
		color: transparent;
		outline: none;
		width: 15px;
		height: 15px;
		display: block;
		border-radius: 50%;
		border: 1px solid #FFF;
		background: none;
	}
	
	#floor-area .slick-dots .slick-active button{
		background: #FFF;
		border: 1px solid #FFF;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#floor-area {
		background: url("image/bg_style4.jpg") top left no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		padding: 7.812vw 0;
		position: relative;
	}
	
	#floor-area .item {
		width: 24.47vw;
		position: absolute;
		top: -6.25vw;
		right: 3.646vw;
	}
	
	#floor-area h3 {
		margin-bottom: 5.208vw;
	}
	
	#floor-area dl {
		padding: 0 26.04vw 0 2.344vw;
		position: relative;
	}
	
	#floor-area dt {
		margin-bottom: 2.604vw;
	}
	
	#floor-area dd p {
		color: #FFF;
		padding: 0 3.646vw 3.646vw 3.646vw;
	}
	
	#floor-area .free {
		position: absolute;
		right: 4.948vw;
		bottom: 0;
		width: 27.60vw;
		margin: 0;
	}
	
	#floor-area .free span {
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		font-size: 30px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	
	#floor-area .slider_floor {
		width: 100%;
		margin: 0;
	}
	
	#floor-area .slider_floor li span {
		position: absolute;
		top: 5px;
		right: 10px;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		font-size: 30px;
	}

	#floor-area .slider_floor img {
		width: 100%;
		height: auto;
	}
	
	#floor-area .slider_floor .slick-slide {
		margin: 0;
	}

	#floor-area .slick-dots {
		text-align:center;
		margin: 1.042vw 0 0 0;
	}
	
	#floor-area .slick-dots li {
		display: inline-block;
		margin: 0 0.521vw;
	}

	#floor-area .slick-dots button {
		color: transparent;
		outline: none;
		width: 1.302vw;
		height: 1.302vw;
		display: block;
		border-radius: 50%;
		border: 1px solid #FFF;
		background: none;
	}
	
	#floor-area .slick-dots .slick-active button{
		background: #FFF;
		border: 1px solid #FFF;
	}
	

}

/*--------------------------------------------------------------
#enkai-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#enkai-area {
		background: url("image/enkai_img_sp.jpg") top left no-repeat;
		background-size: cover;
		width: 100%;
		aspect-ratio: 820 / 1265;
		position: relative;
	}
	
	#enkai-area .inner-box {
		padding: 40px 20px 30px 20px;
		background: rgba(0,0,0,0.6);
		position: absolute;
		top: 50%;
		left: 50%; /* ← right:50% を left:50% に修正 */
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
		width: 90%;
	}
	
	#enkai-area .inner-box h3 {
		margin-bottom: 15px;
		text-shadow: 0 0 10px #000;
	}
	
	#enkai-area .inner-box p {
		margin-bottom: 20px;
		padding: 0 10px;
		color: #FFF;
		line-height: 1.5;
		font-size: 15px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#enkai-area {
		background: url("image/enkai_img.jpg") top left no-repeat;
		background-size: cover;
		width: 100%;
		aspect-ratio: 1535 / 695;
		position: relative;
	}
	
	#enkai-area .inner-box {
		padding: 3.646vw 3.906vw;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 50%;
		right: 8vw;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: auto;
	}
	
	#enkai-area .inner-box h3 {
		margin-bottom: 1.562vw;
	}
	
	#enkai-area .inner-box p {
		margin-bottom: 1.562vw;
		color: #FFF;
		font-family: "Sawarabi Mincho", serif;
		padding: 0;
	}

}

/*--------------------------------------------------------------
#ranking-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#ranking-area {
		background: url("image/ranking_bg.png") top left no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		position: relative;
	}
	
	#ranking-area .inner {
		background: url("image/ranking_img2.png") top right no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 40px 0 45px 0;
	}
	
	#ranking-area h4 {
		font-size: 30px;
		font-family: "Shippori Mincho", serif;
		color: #13345B;
		line-height: 1.1;
		text-align: center;
		margin-bottom: 20px
	}
	
	#ranking-area h4 span {
		display: block;
	}
	
	#ranking-area h4 i {
		margin-bottom: 5px;
		display: block;
	}
	
	#ranking-area h4 i img {
		width: 35px;
	}
	
	#ranking-area p {
		color: #13345B;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		padding: 0 30px 20px 30px;
	}
	
	#ranking-area .img {
		width: 100%;
	}
	
	#ranking-area .tanuki {
		width: 100%;
		text-align: right;
		margin-top: -120px;
	}
	
	#ranking-area .tanuki img {
		width: 60%;
	}
	
	#ranking-area .bt-area {
		
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#ranking-area {
		background: url("image/ranking_bg.png") top left no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		position: relative;
	}
	
	#ranking-area .inner {
		background: url("image/ranking_img2.png") top right no-repeat;
		-webkit-background-size: 41.51vw auto;
		background-size: 41.51vw auto;
		padding: 2.865vw 0 2.344vw 1.562vw;
	}
	
	#ranking-area h4 {
		font-size: 3.385vw;
		font-family: "Shippori Mincho", serif;
		color: #13345B;
		writing-mode: vertical-rl;
		text-orientation: upright;
		line-height: 1.1;
		position: absolute;
		top: 1.302vw;
		right: 19.27vw;
		text-align: left;
		margin-bottom: 0;
	}
	
	#ranking-area h4 span {
		display: block;
		padding-top: 4em;
	}
	
	#ranking-area h4 i {
		margin-bottom: 0.521vw;
		display:inline;
	}
	
	#ranking-area h4 i img {
		width: 2.865vw;
	}
	
	#ranking-area p {
		color: #13345B;
		writing-mode: vertical-rl;
		height: 22.39vw;
		font-weight: 500;
		font-size: 1.146vw;
		line-height: 1.5;
		position: absolute;
		top: 50%;
		right: 28.12vw;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		padding: 0;
	}
	
	#ranking-area .img {
		width: 43.22vw;
	}
	
	
	
	#ranking-area .tanuki {
		width: 18.48vw;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-top: 0;
	}
	
	#ranking-area .tanuki img {
		width: 18.48vw;
	}
	
	#ranking-area .bt-area {
		position: absolute;
		bottom: 3.646vw;
		left: 25.52vw;
	}

}


/*--------------------------------------------------------------
#insta-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#insta-area {
		background: url("image/insta_bg.jpg") top center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 10px 0 50px 0;
	}
	
	.insta_tex {
		width: 90%;
		text-align: right;
		margin: 0 auto;
	}
	
	.insta_tex img {
		width: 35%;
	}
	
	#insta-area h5 {
		font-family: "Sawarabi Mincho", serif;
		font-size: 25px;
		color: #14345B;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#insta-area ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; 
		gap: 15px;
		width: 100%;
		margin: 0 0 50px 0;
		padding: 0 20px;
		list-style: none;
	}
	
	#insta-area ul li {
		flex: 1 1 calc(50% - 15px);
		aspect-ratio: 1 / 1; 
		overflow: hidden; 
	}

	#insta-area ul li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#insta-area {
		background: url("image/insta_bg.jpg") top left no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 5.208vw 0 6.292vw 0;
	}
	
	.insta_tex {
		width: 26.56vw;
		text-align: right;
		margin: 0 auto;
	}
	
	.insta_tex img {
		width: 9.375vw;
	}
	
	#insta-area h5 {
		font-family: "Sawarabi Mincho", serif;
		font-size: 2.083vw;
		color: #14345B;
		text-align: center;
		margin-bottom: 2.865vw;
	}
	
	#insta-area ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; 
		gap: 2.604vw;
		width: 62.5vw;
		margin: 0 auto 2.604vw auto;
		padding: 0;
		list-style: none;
	}
	
	#insta-area ul li {
		flex: 1 1 calc(25% - 2.604vw);
		aspect-ratio: 1 / 1; 
		overflow: hidden; 
	}

	#insta-area ul li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

}


/*--------------------------------------------------------------
#payment-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#payment-area {
		background: #E8E6DE;
		padding: 40px 0;
	}
	
	#payment-area ul {
		width: auto;
		margin: 0 30px;
	}
	
	#payment-area ul li:first-child {
		color: #365074;
	}
	
	#payment-area ul li:first-child h6 {
		font-size: 25px;
		font-family: "Shippori Mincho", serif;
		font-weight: 600;
		margin-bottom: 15px;
		text-align: center;
	}
	
	#payment-area ul li:first-child p {
		line-height: 1.6;
		font-weight: 400;
		margin-bottom: 20px;
	}
	
	#payment-area ul li:last-child {
		width: 70%;
		line-height: 0;
		margin: 0 auto;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#payment-area {
		background: #E8E6DE;
		padding: 2.083vw 0;
	}
	
	#payment-area ul {
		width: 39vw;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	
	#payment-area ul li:first-child {
		width: 22.39vw;
		color: #365074;
	}
	
	#payment-area ul li:first-child h6 {
		font-size: 1.562vw;
		font-family: "Shippori Mincho", serif;
		font-weight: 600;
		margin-bottom: 0.781vw;
		text-align: left;
	}
	
	#payment-area ul li:first-child p {
		line-height: 1.6;
		font-weight: 500;
		margin-bottom: 0;
	}
	
	#payment-area ul li:last-child {
		width: 13.28vw;
		line-height: 0;
		margin: 0;
	}

}

