<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 1100px;
  margin: 60px auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: auto;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
	font-size: 1.5rem;
}

/*選択されているタブのコンテンツのみを表示*/
#aa:checked ~ #aa_content,
#bb:checked ~ #bb_content,
#cc:checked ~ #cc_content,
#dd:checked ~ #dd_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.wedding-nav-content {
    max-width: 700px;
	margin: 0 auto;
    padding: 0 4%;
	top: 0vh;
	left: 0;
}

.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 4%;
}
.title-nav {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.title-nav h2 {
	font-size: 3em;
	letter-spacing: 0.2em;
}
.title-nav p {
	margin: 0 5%;
}
.title-nav span {
	font-size: 0.7rem;
}
.title-nav p span {
	font-size: 1.5rem;
}
.title-text {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.25em;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.title-text p span {
	display: inline-block;
}
.main_imgBox {
    overflow: hidden;
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-image: url("https://ambrose.co.jp/jaipur/images/jaipur.jpg");
	background-color:rgba(255,255,255,.30);
	background-blend-mode:lighten;
	background-position: center top;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-attachment: fixed;
	-ms-filter: brightness(100%);
	-webkit-filter: brightness(100%);
	        filter: brightness(100%);
	height: 800px;
}

.concept-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding: 5%;
    color: aliceblue;
    background-color: rgba(0,0,0,0.4);
    text-shadow: black 1px 1px 3px, black -1px 1px 3px, black 1px -1px 3px, black -1px -1px 2px;
}


@media (max-width: 600px) {
	.main_imgBox {
		background-image: url("https://ambrose.co.jp/jaipur/images/jaipur.jpg");
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		background-attachment: initial;
		width: 100vw;
	}
	.title-nav h2 {
		padding-top: 50px;
		font-size: 2em;
		letter-spacing: 0.2em;
	}
	.title-text {
		font-size: 1em;
		line-height: 2em;
		padding: 5%;
	}
	.concept-text {
		margin: 25% auto;
	}
}

.prize-area {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100vw;
	margin: 0 auto;
	margin-bottom: 10%;
	background-color: white;
}
.prize-area img {
	height: 100%;
	max-width: 400px;
}

.title-text-1 {
	margin: 0 5%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.25em;
	line-height: 2em;
	letter-spacing: 0em;
}
.title-text-1 img {
	margin-bottom: 2rem;
}
.title-text-1 p span {
	font-size: 1.5rem;
	font-weight: bold;
}

.nav-right {
	margin: 0 auto;
	text-align: right;
	margin-right: 0%;
	font-size: 1.5rem;
}
@media (max-width: 600px) {
	.prize-area {
		display: block;
	}
	.prize-area img {
		height: auto;
		width: 100%;
	}
	.nav-right {
		margin-top: 30%;
		text-align: center;
	}
	.title-text-1 {
		font-size: 1em;
		margin: 0 5% 20%;
	}
	.title-text-1 p span {
		font-size: 1.175rem;
		font-weight: bold;
	}
}

/*ライン*/
.hr-text {
	font-family: 'Noto Serif JP', serif;
	line-height: 1em;
	font-weight: lighter;
	margin: 10% 0 10%;
	position: relative;
	outline: 0;
	border: 0;
	color: darkgray;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	z-index: 1;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #B3B2A9, transparent);
	background: linear-gradient(to right, transparent, #B3B2A9, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1.1px;
	z-index: 1;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: darkgray;
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #fcfcfa;
	z-index: 1;
}

@media (max-width: 600px) {
	.tabs {
	  padding-bottom: 40px;
	  background-color: #fff;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	  max-width: 1100px;
	  margin: 60px 3%;
	}
	.tab_item {
	  font-size: 0.9rem;
	}
	.tab_content {
		display: none;
		padding: 40px 10px 0;
		clear: both;
		overflow: hidden;
		font-size: 1.2rem;
	}
	.hr-text {
		line-height: 1em;
		margin: 15vh 0;
		position: relative;
		outline: 0;
		border: 0;
		color: black;
		text-align: center;
		height: 1.5em;
		opacity: .5;
		z-index: 1;
	}
}

/*共通ヘッダー・フッター用追加css*/
.menu {
	position: fixed;
	display: flex;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	width: 100%;
	padding: 20px 0;
	z-index: 1000;
}
.menu li {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 5px;
	list-style: none;
	text-align: center;
}
.menu a span {
	display: block;
	font-size: 8px;
}
.menu i img {
	width: 30px;
}

@media(min-width: 600px) {
	.bottom-menu {
		display: none;
		padding-top: 20px;
	}
}


footer ul h3 {
    display: block;
    position: relative;
	/*margin: 2% 2% 2% 4%;*/
    padding-left: 30px;
    font-weight: bold !important;
}
footer ul h3::before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00a8ff;
    box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    -box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    position: absolute;
    top: 0;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
footer ul h3::after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00a8ff;
    box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    -box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}

@media (max-width: 600px) {
	footer {
		padding-bottom: 100px;
	}
}

/*ハンバーガーメニュー*/
.header-menu {
	position: fixed;
	top:0;
	width: 100vw;
	z-index: 100;
	background-color: rgba(255,255,255,0.35);
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	transition: 1.5s;
}
.header-menu.change-color {
	background-color: rgba(255,255,255,1);
}
.hamburger-menu {
	display: none;
}

.more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3%;
}
.more-btn a {
    display: inline-block;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    max-width: 540px;
    height: 54px;
    padding-top: 20px;
    background-color: rgba(238,238,238,0.95);
    border-radius: 8px;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;	
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #3584bb;
    position: absolute;
	transition: all 0.2s;/*アニメーション設定*/
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #454545;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 50px 20px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #9B9B9B;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 15px 15px 5px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 25px;
}
#pageTop {
  position: fixed;
  bottom: 110px;
  right: 20px;
}

html {
	scroll-behavior: smooth;
}

/*共通ヘッダー・フッター用追加css end*/
.news-content {
	width: 80%;
	margin: 0 auto;
}
.newswrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 2%;
}
.newsitem {
	padding: 2.5%;
	width: 50%;
	background-color: #fff;
	font-size: 0.875rem;
}
.newsitem span {
	font-size: 80%;
	margin-right: 1rem;
}
.newsitem img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border: 1px solid rgba(199,199,199,1.00);
}
.newsitem h2 {
	font-size: 1.125rem;
	border-bottom: 1px solid rgba(197,197,197,1.00);
	padding-bottom: 10px;
	margin: 10px 0;
}
.sns-facebook {
	width: 50%;
	height: 200px;
	padding-top: .5%;
	margin: 2%;
}

@media (max-width: 1350px) {
	.newsitem {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.news-content,.newswrap {
		display: block;
		flex-wrap: wrap;
	}
	.news-content,.newsitem,.sns-facebook {
		width: 92%;
	}
	.newsitem {
		width: 96%;
		margin-bottom: 70px;
	}
	.news-content {
		text-align: center;
		margin: 0 auto;
	}
	.news-wrap {
		width: 100%;
	}
}

/*フェードアニメーション*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1.5s;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
.frame {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.frame .first_p {
	color: aliceblue;
	font-size: 2.5rem;
	text-align: right;
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	top: 25%;
	left: 30%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .second_p {
	position: absolute;
	color: aliceblue;
	font-size: 1rem;
	text-align: center;	
	top: 72%;
	left: 29%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.frame .third_p {
	color: aliceblue;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 15;
}

.frame .first_p_r {
	color: aliceblue;
	font-size: 2.5rem;
	width: 40%;
	text-align: right;
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	top: 25%;
	left: 66% !important;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.frame .second_p_r {
	position: absolute;
	color: aliceblue;
	font-size: 1rem;
	text-align: center;	
	top: 72%;
	left: 73%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .third_p_r {
	color: aliceblue;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	top: 90%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

/*別世界用*/
.frame .first_p_r_betusekai {
	color: aliceblue;
	font-size: 2.5rem;
	width: 40%;
	text-align: right;
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	top: 20%;
	left: 75% !important;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .second_p_betusekai {
	position: absolute;
	color: aliceblue;
	font-size: 1rem;
	text-align: center;	
	top: 75%;
	left: 5%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .second_p_r_betusekai {
	position: absolute;
	color: aliceblue;
	font-size: 1rem;
	text-align: center;	
	top: 70%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .third_p_betusekai {
	color: aliceblue;
	width: 100%;
	font-size: 0.875rem;
	text-align: center;
	position: absolute;
	top: 95%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 15;
}
/*別世界用end*/

/*mimikazari用*/
.frame .first_p_mimi{
	color: aliceblue;
	font-size: 2.5rem;
	text-align: right;
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	top: 10%;
	left: 15%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .second_p_mimi {
	position: absolute;
	color: aliceblue;
	font-size: 1rem;
	text-align: left;	
	top: 50%;
	left: 15%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.frame .third_p_mimi {
	color: aliceblue;
	width: 100%;
	font-size: 0.875rem;
	text-align: left;
	position: absolute;
	top: 85%;
	left: -10%;
	margin:0;
	padding:0;
	z-index: 15;
}
/*mimikazari用end*/


/*izanow用*/
.frame .first_p_iza{
	color: aliceblue;
	font-size: 2.5rem;
	text-align: right;
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	top: 10%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
.frame .second_p_iza {
	position: absolute;
	color: aliceblue;
	font-size: 1rem;
	text-align: left;	
	top: 65%;
	left: 5%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.frame .third_p_iza {
	color: aliceblue;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	top: 90%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 15;
}
/*izanow用end*/

@media (max-width: 600px) {
	.frame .first_p {
		left: 50%;
		font-size: 1.5rem;
		width: 90vw;
		text-align: center;
		top: 5%;
	}
	.frame .second_p {
		font-size: 0.875rem;
		top: 40%;
	}
	.frame .third_p {
		font-size: 0.875rem;
		top: 105%;
	}
	.frame .first_p_r {
		font-size: 1.5rem;
		width: 100%;
		text-align: center;
		top: 95%;
		left: 50% !important;
	}
	.frame .second_p_r {
		font-size: 0.875rem;
		top: 40%;
		width: 200px;
	}
	.frame .first_p_r_betusekai {
		color: aliceblue;
		width: 100%;
		font-size: 1.5rem;
		text-align: center;
		position: absolute;
		top: 3%;
		left: 50% !important;
		-ms-transform: 			ranslate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
	}
	.frame .third_p_betusekai {
		top: 45%;
		font-size: 0.8rem;
	}
	.frame .second_p_r_betusekai {
		font-size: 0.875rem;
		top: 95%;
		width: 100vw;
	}
	.frame .first_p_mimi {
		font-size: 1.5rem;
		text-align: center;
		top: 5%;
		left: 50%;
		width: 100vw;
	}
	.frame .second_p_mimi {
		font-size: 0.675rem;
		left: 55%;
		top: 74%;
		width: 90%;
	}
	.frame .third_p_mimi {
		top: 87%;
		left: 0%;
		width: 100%;
		font-size: 0.75rem;
		text-align: center;
	}
	.frame .first_p_iza {
		font-size: 1.5rem;
		top: 5%;
	}
	.frame .second_p_iza {
		font-size: 0.8rem;
		text-align: center;
		top: 98%;
		left: 50%;
		width: 100%;
	}
	.frame .third_p_iza {
		top: 25%;
		font-size: 0.875rem;
	}
}



/* From uiverse.io */
button {
 color: #04007F;
 font-family: inherit;
 display: inline-block;
 width: 14em;
 height: 2.6em;
 line-height: 2.5em;
 margin: 20px;
 position: relative;
 overflow: hidden;
 border: 2px solid #04007F;
 transition: color .5s;
 z-index: 1;
 font-size: 15px;
 border-radius: 6px;
 font-weight: 500;
}

button:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: #04007F;
 height: 150px;
 width: 300px;
 border-radius: 50%;
}

button:hover {
 color: #fff;
}

button:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

button:hover:before {
 top: -30px;
 left: -30px;
}

button:active:before {
 background: #3a0ca3;
 transition: background 0s;
}

/*予約・MAP*/
.area p {
	font-size: 1rem;
	margin-top: 50px;
}
@media (max-width: 600px) {
	.area p {
		font-size: 1rem;
		margin-top: 30px;
	}
}
.flex  {
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	font-size: 1.125rem;
	margin: 0 auto;
}
.area  {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	font-size: 1.125rem;
	margin: 10% auto;
}

.area .map {
	width: 100%;
	width: 500px;
}
.area .designer {
	width: 350px;
}
.map p span {
	font-size: 1.375rem;
	font-weight: bold;
}
.design_info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.caption {
    text-align: center;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caption span{
	display: inline-block;
    padding: 0 1em;
	z-ndex: 2;
	text-align: center;
	white-space:nowrap;
}
      
.caption span::before{
    position: absolute;
    content: '';
    top:0;
    right:0.2em;
    width: 0.2em;
    height:100%;
    border: solid 1px black;
    border-left: none;
}
 
.caption span::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 0.2em;
    height:100%;
    border: solid 1px black;
    border-right: none;
}
.map-zyoho span {
	display: inline-block;
}
@media (max-width: 600px) {
	.flex {
		width: auto;
		flex-direction: column;
		padding: 0 5%;
	}
	.area {
		width: 100%;
		padding: 0% 5%;
	}
	.flex .line-reserve,.flex .web-reserve {
		width: 100%;
		margin: 5vh auto;
	}
	.map-zyoho {
		margin: 0 auto;
		max-width: 500px;
		text-align: center;
		display: inline-block;
	}
	.area .map {
		margin-top: 10%;
		width: 100%;
	}
}

.map-zyoho {
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	display: inline-block;
}

.bg_1 {
    padding:5%;
    position: relative;	
	width: 100vw;
	height: 100vh;
}
.bg_1::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center top;
 	background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.7)),url("../images/jaipur.jpg");
	/*background-color:rgba(255,255,255,.80); */
	background-blend-mode:lighten;
    background-size: cover;
}
.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#container {
  display: flex;
  flex-wrap: wrap;
}
#container img {
	filter: brightness(110%);
}
article{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
section{
	margin:20px 20px 0 20px;
}
section:last-of-type{
	margin-bottom: 20px
}
section h2{
	font-size: 14px;
	padding-top:5px;
}
figure{
	border-radius: 10px;
	background-color: lightgray;
	line-height: 0;
}
figure img{
	border-radius: 10px;
	width: 100%;
	height: auto;
}
figure img:hover{
	opacity: .7;

}


/*幅768px以上に適用されるCSS（タブレットサイズ以上・幅990px以上にも適用される）*/
@media screen and (min-width:768px){
	article{
		height: 2600px;
	}
	section{
		width: 28%;
	}

}
/*幅990px以上に適用されるCSS（PCサイズ以上・幅768px以上のCSSが干渉する）*/
@media screen and (min-width:990px){
		article{
			max-width: 1200px;
			margin:0 auto;
		height: 2000px;
	}
	section{
		width: 21.5%;
	}

}</pre></body></html>