@charset "utf-8";
/* CSS Document */

html{
	scroll-behavior: smooth;
}

/*スライド*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-wrapper img {
	width:100%;
}
h2 {
	padding: 50px 0 40px;
	text-align: center;
}
/*動画*/
.movieBlock {
	padding-bottom: 1px solid #fff;
	background: url(../img/bg01.png) no-repeat #000000;
	background-position: 0% 100%;
	padding-top: 60px;
}
.movie {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 15%;
	height:300px;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
}
/*黒背景*/

.bgBlack {
	background: url(../img/bg01.png) no-repeat #000000;
	background-position: 100% 108%;
}
.bgBlack .colorg {
	color: #b8aa67;
}

.bgBlack .right {
	margin:0 0 0 auto;
}
.bgBlack .img img {
	width:100%;
}
.Block01, .Block02, .Block03 {
	position: relative;
	padding: 20px 0;
}
.bgBlack p.txt {
	position: absolute;
	bottom: 50px;
	color: #fff;
	font-size: 1.7rem;
	left: 50%;
	width: 40%;
	line-height: 1.5;
}
.bgBlack .Block02 p.txt {
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-size: 1.7rem;
	left: 5%;
}
.bgBlack p.txt .small {
	font-size: 1.2rem;
	display: block;
	text-align: left;
	text-indent: 35px;
}
.bgBlack .Block02 p.txt .small, .bgBlack .Block03 p.txt .small {
	font-size: 1rem;
	text-indent: inherit;
}
 {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	padding: 0 !important;
}
.ryouri img{
	width:100%;
}
.goldbtn a {
	background: url(../img/arrow_bottom.png) no-repeat right #9e8e44;
	padding: 12px 20px 12px 5px;
	margin: 20px 0 40px;
	color: #fff;
	width: 300px;
	display: block;
	
	background-position: 85% 50%;
}
.goldbtn02 {
	width: 330px;
}
.pb20 {
	padding-bottom: 20px;
}
.goldbtn02 a {
	width: 320px;
	font-size: 1rem;
	background-size: 11px;
	margin: 0;
}

.whiteBlack {
	background: #fff;
	box-shadow: inset 0 3px 10px #bbb, inset 0px -3px 10px #bbb;
}
.whiteBlack p, .grayBlack p {
	font-size: 1.3rem;
	padding: 25px 0 15px;
}
.imgBlock {
	display: flex;
	width: 100%;
}
.imgBlock p {
	width: 50%;
}
.imgBlock img {
	width: 100%;
	border: 5px solid #fff;
}
.imgBlock img.first {
	border-right: none;
}
.bgBlack .content, .more {
	color: #fff;
}
.redBlock {
	background: #fff1f1;
	padding: 10px !important;
	color: #eb4040;
	margin: 0 9%;
	font-size: 1rem !important;
}
.flex_block {
	margin: 3% auto 0;
	display: flex;
	width:100%;
}

.flex_block .imgBlock {
	margin: 0 0 0 12%;
	width:30%;
}
.flex_block .imgBlock img {
	border: none !important;
}
.content .flex_block .goldbtn {
	width:32%;
}
.content .flex_block .goldbtn a {
	width:100%;
}
.flex_block .imgBlock{
	display:block;
}
h3 {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 6px;
}
h4 {
	margin: 50px 0 0 0;
}
.flex_block .txtBlock {
    margin: 0 10% 0 3%;
    width: 40%;
	float:left;
}
.flex_block .txtBlock p {
	font-size: 1.2rem;
	padding: 20px 0 15px;
}
.flex_block .txtBlock p .small {
	text-align: left;
	font-size: 0.9rem;
	display: block;
	background-color: rgba(255,255,255,0.7);
	padding: 15px 20px;
}
.flex_block .txtBlock p .line {
	text-decoration: line-through;
	font-size: 1.3rem;
	padding-right: 15px;
	color: #000;
}
.tokuten {
	background-image: url(../img/bg03.png), url(../img/bg04.png);
	background-repeat: no-repeat;
	background-position: 100% 20%, 0% 100%;
}
.tokuten div.tokutenBlock {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 2em;
	row-gap: 2em;
	justify-content: center;
}
.tokuten div.tokutenBlock p {
	width: 40%;
}
.tokuten div.tokutenBlock img {
	width: 100%;
}
.flex_block div {
	width: 50%;
	padding:20px;
}
.flex_block div.white {
	color: #fff;
	padding: 10px 64px 10px 40px;
}
.flex_block div.white b {
	border: 1px solid #fff;
	padding: 2px 10px;
	margin-right: 10px;
	width: 100px;
	display: block;
	text-align: center;
	margin-bottom: 3px;
	font-size: 0.9rem;
}
.flex_block div.white p {
	margin-top: 20px;
}
.flex_block div.white .name {
	display: block;
	font-size: 1.2rem;
	text-align: right;
}
.flex_block div.white hr {
	margin: 10px 0;
}
.flex_block div.white .name02 {
	display: block;
	font-size: 1rem;
}
.flex_block div.white .title {
	display: block;
	font-size: 1.5em;
	margin-top: 65px;
}
/*google map*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
// これが縦横比 height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.column {
	display: flex;
}
.column div {
	width: 39%;
	margin: 2% 2% 0 10%;
}
.column div:last-child {
	margin: 2% 10% 0 0;
}
table tr td, table tr th {
	text-align: left;
	padding: 10px 15px;
}
table tr td {
	text-align: right !important;
}
table tr:nth-child(2n+1) {
	background-color: rgba(239,239,239,0.7);
}
table tr:nth-child(2n) {
	background-color: rgba(255,255,255,0.7);
}

.map iframe {
	width:100%;
}

 @media all and (min-width: 768) and (max-width: 950px) {
	 .map iframe {
		 display:none;
}
 }

 @media all and (min-width: 0) and (max-width: 767px) {
.redBlock {
	margin: 0 3%;
}
.swiper-slide {
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	font-size: 0;
	background: #000;
}
h2 {
	padding: 25px 0 10px;
}
.bgBlack p.txt {
	width: 80% !important;
	position: inherit !important;
	left: 0 !important;
	bottom: 0 !important;
	margin: 10px auto;
	font-size: 1.4rem !important;
}
.bgBlack img {
	width: 100%;
}
.Block01, .Block02, .Block03, .flex_block {
	width: 100%;
}
h2 img {
	width: 100%;
}
h4 {
	width: 5%;
	margin: 0 auto;
}
.flex_block {
	display: block;
}
.movie {
	width: 85%;
	padding: 25%;
	height:auto;
}
.movie iframe {
	width: 100%;
	height: auto;
}
.flex_block .imgBlock {
	width: 60%;
	margin: 10% 20% 0;
	display: block;
}
.goldbtn a {
	width: 80%;
	margin: 5% 10%;
	padding: 10px 20px 10px 5px;
	font-size: 1.2rem;
}
.goldbtn02 a {
	font-size: 0.9rem;
	width: 90%;
	margin: 4% 5%;
}
.flex_block .imgBlock img {
	width: 100%;
	height: auto;
}
.flex_block .txtBlock {
	width: 80%;
	margin: 5% 10%;
}
.flex_block .txtBlock p.price {
	border-bottom: 1px solid #aaa;
	padding-bottom: 15px !important;
}
.flex_block .txtBlock p.price:last-child {
	border-bottom: none;
}
.imgBlock img {
	border: none;
}
.tokuten div.tokutenBlock {
	display: block;
}
.tokuten div.tokutenBlock p {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.flex_block div {
	width: 90%;
	margin: 0 auto;
	padding:10px;
}
.flex_block div.white {
	padding:10px;
}
.flex_block iframe {
	width: 100%;
}
.bgBlack, .whiteBlack, .grayBlack {
	padding: 0px 0 30px;
}
.whiteBlack p, .grayBlack p {
	font-size: 0.9rem;
	padding: 10px 15px;
}
.flex_block div.white .name02 {
	margin-bottom: 30px;
}
.flex_block div.white .title {
	font-size: 1.3rem;
	margin-top: 25px;
}
.imgBlock p {
	padding: 0 !important;
}
.btnBlock {
	display: flex;
	position: fixed;
	bottom: 0;
}
.bgBlack p.txt .small {
	text-align: left;
	padding-top: 10px;
}
.swiper-container {
	width: auto;
	height: auto;
}
.content .flex_block .goldbtn {
	    width: 84%;
    margin: 0 5%;
}
}

.f_cc{
display: flex;
justify-content: center;
align-items: center;
}
.f_yc{
display: flex;
align-items: center;
}
