/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

img {
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.none { clear: both; width: 100%;}
.none hr { display: none; width: 100%;}

.center {
  text-align: center;
}

.showPc { display: block !important; }
.showSp { display: none !important; }

.ptb30 { padding: 30px 0 }
.ptb20 { padding: 20px 0 }
.ptb10 { padding: 10px 0 }

.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }

/* 16px換算 */
.fs12 { font-size: 0.75rem; }
.fs14 { font-size: 0.875rem; }
.fs15 { font-size: 0.9375rem; }
.fs18 { font-size: 1.125rem; }
.fs20 { font-size: 1.25rem; }
.fs24 { font-size: 1.5rem; }
.fs28 { font-size: 1.75rem; }
.fs32 { font-size: 2rem; }
.fs36 { font-size: 2.25rem; }
.fs42 { font-size: 2.625rem; }
.fs48 { font-size: 3rem; }

.anchorWrap {
	position: relative;
}

.anchor {
	position: absolute;
	top: -150px;
}

a[href*="tel:"] {
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
html,body {
  width: 100%;
  height: 100%;
  font-size: 1.00em;
}
html {
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
}

body {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-feature-settings: "palt";
	font-weight: 500;
	line-height: 1.6;
}
p,li,dd,td {
  font-weight:500;
}
h1,h2,h3,h4,h5,dt,th {
  font-weight:bold;
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.upright {
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.pivot {
	position: relative;
}

.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fcolumn {
  flex-direction: column;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

.outer {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
.inner {
    width: 1160px;
	max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

a { color: #000; }


.swiper-button-prev,
.swiper-button-next {
	width: 35px;	
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: center center;
	content: "";
	height: 35px;
	width: 35px;
	margin: auto;
}
.swiper-button-prev::after {
	background-image: url("../img/arrow_l.svg");
}
.swiper-button-next::after {
	background-image: url("../img/arrow_r.svg");
}
.swiper {
	padding-bottom: 30px;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination-bullet {
	background-color: #dbdcdc;
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
	background-color: #9e9f9f;
}

.mv {
	position: absolute;
	top: 0;
	width: 100%;
}
.mv img {
	width: 100%;
}

#header {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	z-index: 1;
}
#header div.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vw * ( 157 / 1920 ));
}
#header div.logo img {
	width: calc(100vw * ( 297 / 1920 ));
}

.title_header {
	margin-top: calc(100vw * ( 913 / 1920 ));
	padding-top: calc(100vw * ( 120 / 1920 ));
	width: 100%;
	background-color: rgba(229,229,229,0.8);
	position: relative;
	z-index: 1;
	min-height: 515px;
}
h1 {
	display: flex;
	justify-content: center;
}
h1 img {
	width: calc(100vw * ( 745 / 1920 ));
}
.ico_wrap {
	display: flex;
	justify-content: center;
	margin: 30px 0 30px 0;
}
.ico_wrap div {
	width: 89px;
	margin: 0 5px;
}
.ico_wrap div img {
	width: 89px;
}
.schedule_wrap {
	padding-top: 65px;
	padding-bottom: 65px;
}
.schedule_wrap div {
	display: flex;
	font-size: 18px;
	letter-spacing: 0;
	color:#595757;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1em;
}
.schedule_wrap div.sat img {
	width: 135.7px;
	vertical-align: bottom;
}
.schedule_wrap div.sun img {
	width: 141.20px;
	vertical-align: bottom;
}
.schedule_wrap div ul {
	margin: 0;
	padding: 0;
	width: 250px;
	display: flex;
	justify-content: space-between;
}
.schedule_wrap div ul li {
	display: block;
	list-style: none;
	vertical-align: bottom;
	line-height: 1.2;
}
.schedule_wrap div li.time1,
.schedule_wrap div li.time2 {

}
@media only screen and (max-width: 1920px) {
	.mv {
		position: absolute;
		top: 0;
		width: 100%;
		overflow: hidden;
		height: 1584px;
	}
	.mv img {
		width: 1920px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#header div.logo {
		height: 157px;
	}
	#header div.logo img {
		width: 297px;
	}
	.title_header {
		margin-top: 913px;
		padding-top: 120px;
	}
	h1 img {
		width: 745px;
	}
	
}
@media only screen and (max-width: 1160px) {
	#header div.logo {
		height: calc(100vw * ( 157 / 1160 ));
	}
	#header div.logo img {
		width: calc(100vw * ( 297 / 1160 ));
	}
	.mv {
		height: calc(100vw * (1584 / 1160));
	}
	.mv img {
		width: calc(100vw * (1920 / 1160));
		max-width: none;
		height: auto;
	}
	.title_header {
		min-height: calc(100vw * (515 / 1160));
		margin-top: calc(100vw * (913 / 1160));
		padding-top: calc(100vw * (120 / 1160));
	}
	h1 img {
		width: calc(100vw * (745 / 1160));
	}
	.ico_wrap {
		display: flex;
		justify-content: center;
		margin: calc(100vw * (30 / 1160)) 0 calc(100vw * (30 / 1160)) 0;
	}
	.ico_wrap div {
		width: calc(100vw * (89 / 1160));
		margin: 0 calc(100vw * (10 / 1160));
	}
	.ico_wrap div img {
		width: calc(100vw * (89 / 1160));
	}
	
}
@media only screen and (max-width: 767px) {
	#header div.logo {
		height: calc(100vw * ( 52 / 390 ));
	}
	#header div.logo img {
		width: calc(100vw * ( 99 / 390 ));
	}
	.mv {
		width: 100%;
	}
	.mv img {
		width: 100%;
	}
	.title_header {
		height: auto;
		min-height: auto;
		margin-top: calc(100vw * (293 / 390));
		padding-top: calc(100vw * (25 / 390));
	}
	h1 {
		margin: 0;
	}
	h1 img {
		width: calc(100vw * (288 / 390));
	}
	
	.ico_wrap {
		margin: calc(100vw * (50 / 390)) 0 calc(100vw * (10 / 390)); 0;
	}
	.ico_wrap div {
		width: calc(100vw * (71 / 390));
		margin: 0 calc(100vw * (10 / 390));
	}
	.ico_wrap div img {
		width: calc(100vw * (71 / 390));
	}
	
	.schedule_wrap {
		padding-top: calc(100vw * (20 / 390));
		padding-bottom: calc(100vw * (10 / 390));
	}
	.schedule_wrap div {
		font-size: calc(100vw * (14 / 390));
		width: calc(100vw * (300 / 390));
	}
	.schedule_wrap div.sat img {
		width: calc(100vw * (93 / 390));
	}
	.schedule_wrap div.sun img {
		width: calc(100vw * (93 / 390));
	}
	.schedule_wrap div ul {
		width: calc(100vw * (200 / 390));
	}

	
}
/* dress_show
------------------------------------------------------------*/
#dress_show {
	background-color: rgba(229, 229, 229, 0.8);
	padding-top: 50px;
	padding-bottom: 50px;
}
#dress_show h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}
#dress_show p {
	color: #231814;
	font-size: 20px;
	text-align: center;
	line-height: 2;
	margin-bottom: 2em;
}

.dress_show_image_wrap {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.dress_show_image_wrap .flex_small_image {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media only screen and (max-width: 1160px) {
	#dress_show h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	#dress_show p {
		font-size: calc(100vw * (20 / 1160));
	}
	.dress_show_image_wrap {
		width: calc(100vw * (940 / 1160));
	}
	.dress_show_image_wrap img {
		width: calc(100vw * (442 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#dress_show {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#dress_show h2 {
		margin: 0;
		font-size: calc(100vw * (18 / 390));
	}
	#dress_show p {
		width: calc(100vw * (340 / 390));
		font-size: calc(100vw * (15/ 390));
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2em;
	}
	.dress_show_image_wrap {
		width: 100%;
	}
	.dress_show_image_wrap img {
		width: calc(100vw * (184 / 390));
	}
	
	.dress_show_image_wrap .swiper-button-prev::after {
		background-image: url("../img/arrow_g_l-sp.svg");
	}
	.dress_show_image_wrap .swiper-button-next::after {
		background-image: url("../img/arrow_g_r-sp.svg");
	}
	
}

/* wedding_dress
------------------------------------------------------------*/
#wedding_dress {
	background-color: rgba(229, 229, 229, 0.8);
	padding-top: 50px;
	padding-bottom: 50px;
}
#wedding_dress h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}

.dress_swiper_wrap {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.dress_swiper_wrap_inner {
	position: relative;
	padding-bottom: 20px;
}
.dress_swiper {
	width: 400px;
	margin-left: 0px;
	margin-right: 0px;
}
.dress_swiper_thumbnail {
	width: 410px;
	height: 635px;
}
.dress_swiper_thumbnail .swiper-slide {

}
.dress_swiper_thumbnail .swiper-slide img {
	width: 125px;
	max-width: 100%;
}

.swiper-slide-thumb-active {
	opacity: 0.7;
/*	border: 1px solid #ff0000;*/
}
.dress_swiper_wrap_inner .swiper-button-prev {
	left: -50px;
}
.dress_swiper_wrap_inner .swiper-button-next {
	right: -50px;
}
.dress_swiper_wrap_inner .swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.dress_swiper_wrap_inner .swiper-pagination-bullet-active {
	background-color: #b4b4b5;
}

@media only screen and (max-width: 1160px) {
	#wedding_dress h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	.dress_swiper_wrap {
		width: calc(100vw * (940 / 1160));
	}
	.dress_swiper {
		width: calc(100vw * (400 / 1160));
	}
	.dress_swiper_thumbnail {
		width: calc(100vw * (410 / 1160));
		height: calc(100vw * (635 / 1160));
	}
	.dress_swiper_thumbnail .swiper-slide img {
		width: calc(100vw * (125 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#wedding_dress {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#wedding_dress h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	.dress_swiper_wrap {
		display: block;
		width: calc(100vw * (320 / 390));
	}
	.dress_swiper {
		width: calc(100vw * (320 / 390));
	}
	.dress_swiper .swiper-slide img {
		width: calc(100vw * (320 / 390));
	}

	.dress_swiper_thumbnail {
		display: none;	
	}
	
	.dress_swiper_wrap_inner .swiper-button-prev {
		left: calc(100vw * (10 / 390));
	}
	.dress_swiper_wrap_inner .swiper-button-next {
		right: calc(100vw * (10 / 390));
	}
	
}

/* recommend
------------------------------------------------------------*/
#recommend {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#recommend h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #595757;
	margin-bottom: 2em;
}

.check_mark {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.check_mark li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #231814;
}
.check_mark li::before {
	content: '';
	display: inline-block;
	background-image: url("../img/check_mark.svg");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: center center;
	width: 1.2em;
	height: 1.2em;
	padding-left: 0.2em;
}

#recommend .broken_grid_wrap {
	width: 940px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
}
#recommend .broken_grid_wrap .text {
	width: 630px;
	background-color: #e5e5e5;
	padding: 1.5em 2.5em;
}
#recommend .broken_grid_wrap .text p {
	width: 405px;
	line-height: 2;
	font-size: 18px;
}
#recommend .broken_grid_wrap .image {
	margin-top: 57px;
	margin-left: -120px;
	width: 430px;
}

@media only screen and (max-width: 1160px) {
	.check_mark li {
		font-size: calc(100vw * (20 / 1160));
	}
	#recommend h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	#recommend .broken_grid_wrap {
		width: calc(100vw * (940 / 1160));
	}
	#recommend .broken_grid_wrap .text {
		width: calc(100vw * (630 / 1160));
	}
	#recommend .broken_grid_wrap .text p {
		width: calc(100vw * (405 / 1160));
		font-size: calc(100vw * (18 / 1160));
	}
	#recommend .broken_grid_wrap .image {
		margin-top: calc(100vw * (57 / 1160));
		margin-left: calc(100vw * (-120/ 1160));
		width: calc(100vw * (430 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#recommend {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#recommend h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	#recommend h2 span {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.5em;
	}
	#recommend h2 span.pc-slash {
		display: none;
	}
	.check_mark li {
		font-size: calc(100vw * (17 / 390));
	}
	.check_mark li span {
		display: none;		
	}
	
	#recommend .broken_grid_wrap {
		width: 100%;
		flex-direction: column-reverse;
		padding: 0;
	}
	#recommend .broken_grid_wrap .text {
		width: 100%;
		padding: calc(100vw * (45 / 390)) 0 0 0;
		position: relative;
		z-index: 0;
	}
	#recommend .broken_grid_wrap .text p {
		width: calc(100vw * (270 / 390));
		font-size: calc(100vw * (15 / 390));
		padding: calc(100vw * (30 / 390)) 0;
		margin: 0 auto;
	}
	#recommend .broken_grid_wrap .image {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		margin-bottom: calc(100vw * (-45 / 390));
		position: relative;
		z-index: 1;
	}
	#recommend .broken_grid_wrap .image img {
		width: calc(100vw * (354 / 390));
	}
}

/* about_granmanie
------------------------------------------------------------*/
#about_granmanie {
	background-color: #c4bfbc;
	padding-top: 50px;
	padding-bottom: 50px;
}
#about_granmanie h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #595757;
}

.image_set1 {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 160px;
}
.image_set1 .text {
	width: 426px;
}
.layout_wrap {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.image_set2 {
	width: 426px;
	margin-top: -250px;
}
.image_set3 {
	width: 426px;
}
.image_set1 p,
.image_set2 p,
.image_set3 p {
	line-height: 2;
	font-size: 18px;
}

@media only screen and (max-width: 1160px) {
	#about_granmanie h2  {
		font-size: calc(100vw * (25 / 1160));
		margin-bottom: 2em;
	}
	.image_set1 {
		width: calc(100vw * (940 / 1160));
		margin-bottom: calc(100vw * (160 / 1160));
	}
	.image_set1 .image {
		width: calc(100vw * (426 / 1160));	
	}
	.image_set1 .text {
		width: calc(100vw * (426 / 1160));
	}
	.layout_wrap {
		width: calc(100vw * (940 / 1160));	
	}
	.image_set2 {
		width: calc(100vw * (426 / 1160));
		margin-top: calc(100vw * (-250 / 1160));
	}
	.image_set3 {
		width: calc(100vw * (426 / 1160));
	}
	.image_set1 p,
	.image_set2 p,
	.image_set3 p {
		font-size: calc(100vw * (18 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#about_granmanie {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#about_granmanie h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	
	.layout_wrap,
	.image_set1,
	.image_set2,
	.image_set3 {
		width: 100%;
	}
	.image_set1,
	.layout_wrap {
		width: 100%;
		flex-direction: column;
		margin: 0;
	}
	.image_set1 .image {
		width: 100%
	}
	.image_set1 .image img {
		width: calc(100vw * (353 / 390));
	}
	.image_set1 .text {
		width: 100%
	}
	.image_set2 {
		margin-top: 0;
	}
	.image_set2 .image,
	.image_set3 .image {
		display: flex;
		justify-content: center;
	}
	.image_set2 .image img,
	.image_set3 .image img {
		width: calc(100vw * (319 / 390));
	}
	.image_set1 p,
	.image_set2 p,
	.image_set3 p {
		padding: 1em 0;
		width: calc(100vw * (320 / 390));
		margin-left: auto;
		margin-right: auto;
		line-height: 2;
		font-size: calc(100vw * (15 / 390));
	}

}

/* ceremony_hall
------------------------------------------------------------*/
#ceremony_hall {
	background-color: #c4bfbc;
	padding-top: 50px;
	padding-bottom: 50px;
}
#ceremony_hall h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000000;
}
#ceremony_hall h3 {
	color: #231814;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 2;
}
#ceremony_hall p {
	color: #231814;
	font-size: 20px;
	text-align: center;
	line-height: 2;	
}

.hall_swiper_wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
}
.hall_swiper_wrap_inner {
	width: 100%;
}
.hall_swiper {
    width: 100vw; 
    margin-left: calc(50% - 50vw);
	margin-bottom: 0;
}
.hall_swiper .swiper-slide {
    width: 276px;
	width: calc(100vw / 9);
	/*min-width: 276px;*/
    height: auto;
    text-align: center;
}
.hall_swiper .swiper-slide img {
    width: 100%;
    height: auto;
}
/*
.hall_swiper .swiper-wrapper {
	transition-timing-function: linear;
}
*/
.hall_swiper_wrap .swiper-button-next,
.hall_swiper_wrap .swiper-button-prev {
	display: none;
}
.hall_swiper .swiper-pagination {
	/*display: none;*/
	bottom: -0.5em;
}
.hall_swiper .swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.hall_swiper .swiper-pagination-bullet-active {
	background-color: #b4b4b5;
}


@media only screen and (max-width: 1160px) {
	#ceremony_hall h2  {
		font-size: calc(100vw * (25 / 1160));
	}
	#ceremony_hall h3 {
		font-size: calc(100vw * (22 / 1160));
	}
	#ceremony_hall p {
		font-size: calc(100vw * (19 / 1160));
	}
	.hall_swiper .swiper-slide {
		width: calc(100vw * (276 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#ceremony_hall {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#ceremony_hall h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	#ceremony_hall h3 {
		font-size: calc(100vw * (17 / 390));
	}
	#ceremony_hall p {
		padding: 1em 0;
		width: calc(100vw * (320 / 390));
		margin-left: auto;
		margin-right: auto;
		line-height: 2;
		font-size: calc(100vw * (15 / 390));
		text-align: left;
	}
	.hall_swiper_wrap {
		position: relative;
	}
	.hall_swiper_wrap .swiper-pagination,
	.hall_swiper_wrap .swiper-button-next,
	.hall_swiper_wrap .swiper-button-prev {
		display: block;
	}
	.hall_swiper_wrap .swiper-button-prev,
	.hall_swiper_wrap .swiper-button-next {
		top: calc( 50% - 15px );
	}
	.hall_swiper_wrap .swiper-button-prev {
		left: calc(100vw * (35 / 390));
	}
	.hall_swiper_wrap .swiper-button-next {
		right: calc(100vw * (35 / 390));
	}
	.hall_swiper_wrap .swiper-button-prev::after,
	.hall_swiper_wrap .swiper-button-next::after {
		content: '';
		display: block;
	}
	
	.hall_swiper_wrap .swiper-button-prev::after {
		background-image: url("../img/arrow_l-sp.svg");
	}
	.hall_swiper_wrap .swiper-button-next::after {
		background-image: url("../img/arrow_r-sp.svg");
	}
	
}

/* special_content
------------------------------------------------------------*/
#special_content {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#special_content h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #595757;
}
#special_content h3 {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 2;
	color: #000000;
}

#special_content .broken_grid_wrap {
	width: 940px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
}
#special_content .broken_grid_wrap .text {
	width: 890px;
	min-height: 379px;
	background-color: #e5e5e5;
	padding: 1.5em 2.5em;
}
#special_content .broken_grid_wrap .text p {
	/*width: 786px;*/
	line-height: 2;
	font-size: 18px;
}
#special_content .broken_grid_wrap .image {
	margin-top: 320px;
	margin-left: -472px;
	width: 523px;
}

@media only screen and (max-width: 1160px) {
	#special_content h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	#special_content h3 {
		font-size: calc(100vw * (22 / 1160));
	}
	#special_content .broken_grid_wrap {
		width: calc(100vw * (940 / 1160));
	}
	
	#special_content .broken_grid_wrap .text {
		width: calc(100vw * (890 / 1160));
		min-height: calc(100vw * (379 / 1160));
	}
	#special_content .broken_grid_wrap .text p {
		font-size: calc(100vw * (18 / 1160));
	}
	#special_content .broken_grid_wrap .image {
		margin-top: calc(100vw * (320 / 1160));
		margin-left: calc(100vw * (-472 / 1160));
		width: calc(100vw * (523 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#special_content {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#special_content h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	#special_content h3 {
		font-size: calc(100vw * (17 / 390));
	}


	#special_content .broken_grid_wrap {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
		flex-direction: column;
	}
	#special_content .broken_grid_wrap .text {
		width: 100%;
		min-height: none;
		padding-bottom: calc(100vw * (30 / 390));
	}
	#special_content .broken_grid_wrap .text p {
		font-size: calc(100vw * (15 / 390));
		padding-bottom: calc(100vw * (15 / 390));
	}
	#special_content .broken_grid_wrap .image {
		margin-top: calc(100vw * (-30 / 390));
		margin-left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#special_content .broken_grid_wrap .image img {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		width: calc(100vw * (317 / 390));
	}
}

/* about_more
------------------------------------------------------------*/
#about_more {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#about_more h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #595757;
}
#about_more h3 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #595757;
}
#about_more p {
	color: #231814;
	font-size: 20px;
	line-height: 2;	
}

.more_swiper_wrap {
	width: 940px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.more_swiper_main {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.intro {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}


.more_swiper_wrap_inner {
	position: relative;
}
.more_swiper {
	width: 507px;
}
.more_swiper .swiper-slide {

}
.more_swiper .swiper-slide figure {
	width: 100%;
	margin: 0;
	padding: 0;
}
.more_swiper .swiper-slide figcaption {
	text-align: center;
}
.more_swiper_thumbnail {
	width: 330px;
	height: 603px;
}
.more_swiper_thumbnail .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.more_swiper_thumbnail .swiper-slide img {
	width: 100%;
}

.more_swiper_wrap_inner .swiper-button-prev ,
.more_swiper_wrap_inner .swiper-button-next {
	top: calc(50% - 35px);
}
.more_swiper_wrap_inner .swiper-button-prev {
	left: -50px;
}
.more_swiper_wrap_inner .swiper-button-next {
	right: -50px;
}
.more_swiper_wrap_inner .swiper-pagination-bullet {
	background-color: #dbdcdc;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.more_swiper_wrap_inner .swiper-pagination-bullet-active {
	background-color: #b4b4b5;
}

@media only screen and (max-width: 1160px) {
	#about_more h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	#about_more h3 {
		font-size: calc(100vw * (22 / 1160));
	}
	#about_more p {
		font-size: calc(100vw * (20 / 1160));
	}
	.more_swiper {
		width: calc(100vw * (507 / 1160));
	}
	.more_swiper_wrap {
		width: calc(100vw * (940 / 1160));
	}
	.more_swiper_thumbnail {
		width: calc(100vw * (330 / 1160));
		height: calc(100vw * (603 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#about_more {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#about_more h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	#about_more h3 {
		font-size: calc(100vw * (18 / 390));
	}
	#about_more p {
		font-size: calc(100vw * (15 / 390));
	}

	.more_swiper_wrap {
		width: calc(100vw * (320 / 390));
		margin-top: calc(100vw * (10 / 390));
		margin-bottom: calc(100vw * (10 / 390));
		flex-direction: column;
	}
	.more_swiper_main {
		width: calc(100vw * (320 / 390));
		display: flex;
		flex-direction: column;
	}

	.more_swiper {
		width: calc(100vw * (320 / 390));
	}
	.more_swiper .swiper-slide figure img {
		width: 100%;
	}
	.more_swiper_thumbnail {
		margin-top: calc(100vw * (20 / 390));
		/*margin-bottom: calc(100vw * (15 / 390));*/
		width: calc(100vw * (320 / 390));
		height: calc(100vw * (578 / 390));
		margin-left: 0px;
	}
	.more_swiper_thumbnail swiper-slide {
		display: flex;
		justify-content: center;
	}
	.more_swiper_wrap_inner {
		width: calc(100vw * (320 / 390));
		position: relative;	
	}
	.more_swiper_wrap_inner .swiper-button-prev,
	.more_swiper_wrap_inner .swiper-button-next {
		top: calc( 50% - 25px );
	}
	.more_swiper_wrap_inner .swiper-button-prev {
		left: calc(100vw * (10 / 390));
	}
	.more_swiper_wrap_inner .swiper-button-next {
		right: calc(100vw * (10 / 390));
	}
	
	.more_swiper_thumbnail .swiper-slide img {
		width: calc(100vw * (142 / 390));
	}
	
	.more_swiper_wrap_inner .swiper-button-prev::after {
		background-image: url("../img/arrow_g_l-sp.svg");
	}
	.more_swiper_wrap_inner .swiper-button-next::after {
		background-image: url("../img/arrow_g_r-sp.svg");
	}

	
}

/* voice
------------------------------------------------------------*/
#voice {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#voice h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000;
}
#voice h2 + p {
	text-align: center;
	font-size: 22px;
}

.voice_list_wrap {
	display: flex;
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.voice_list_wrap .voice_list_item {
	width: calc(100% / 3);
	margin-bottom: 65px;
}
.voice_list_wrap .voice_list_item figure {
	text-align: center;
	margin: 0 0;
}
.voice_list_wrap .voice_list_item figure img {
	margin-bottom: 15px;
	width: 303px;
}
.voice_list_wrap .voice_list_item figcaption {
	font-size: 18px;
	text-align: center;	
}


.voice_swiper {
	width: 303px;
	margin-left: auto;
	margin-right: auto;
}
.voice_swiper .swiper-slide figure {
	width: 100%;
	margin: 0;
	padding: 0;
}
.voice_swiper .swiper-slide figcaption {
	font-size: 16px;
	text-align: center;	
}
.voice_swiper .swiper-slide img {
	width: 100%;
}

.voice_swiper_wrap_inner {
	position: relative;
	display: none;
}

@media only screen and (max-width: 1160px) {
	#voice h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	#voice h2 + p {
		font-size: calc(100vw * (22 / 1160));
	}
	.voice_list_wrap {
		width: calc(100vw * (1200 / 1160));
		margin-top: calc(100vw * (60 / 1160));
	}
	.voice_list_wrap .voice_list_item figure {
		width: 90%;	
		margin-left: auto;
		margin-right: auto;
	}
	.voice_list_wrap .voice_list_item figcaption {
		font-size: calc(100vw * (18 / 1160));
	}
	.voice_swiper {
		width: calc(100vw * (303 / 1160));
	}
	.voice_swiper .swiper-slide figcaption {
		font-size: calc(100vw * (18 / 1160));
	}

}
@media only screen and (max-width: 767px) {
	#voice {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#voice h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	#voice h2 + p {
		font-size: calc(100vw * (16 / 390));
	}
	.voice_list_wrap {
		display: none;	
	}
	.voice_swiper_wrap_inner {
		margin-top: calc(100vw * (20 / 390));
		display: block;
	}
	.voice_swiper {
		width: calc(100vw * (320 / 390));
	}
	.voice_swiper .swiper-slide figure {
		width: calc(100vw * (320 / 390));
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.voice_swiper .swiper-slide figure img {
		display: block;
		width: calc(100vw * (286 / 390));
		margin-left: auto;
		margin-right: auto;
	}
	.voice_swiper .swiper-slide figcaption {
		padding: 1em 0;
		font-size: calc(100vw * (15 / 390));
	}

	.voice_swiper_wrap_inner .swiper-button-prev,
	.voice_swiper_wrap_inner .swiper-button-next {
		top: 35%;
	}
	.voice_swiper_wrap_inner .swiper-button-prev {
		left: calc(100vw * (10 / 390));
	}
	.voice_swiper_wrap_inner .swiper-button-next {
		right: calc(100vw * (10 / 390));
	}
	
	
	.voice_swiper_wrap_inner .swiper-pagination-bullet {
		opacity: 1;
	}
	.voice_swiper_wrap_inner .swiper-pagination-bullet-active {

	}
	.voice_swiper_wrap_inner .swiper-button-prev::after {
		background-image: url("../img/arrow_g_l-sp.svg");
	}
	.voice_swiper_wrap_inner .swiper-button-next::after {
		background-image: url("../img/arrow_g_r-sp.svg");
	}

	
	
}

/* access
------------------------------------------------------------*/
#access {
	background-color: #e5e5e5;
	padding-top: 50px;
}
#access h2 {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000;
	margin-top: 0;
	padding: 0.5em;
	text-align: center;
}
.header_sec {
	display: flex;
	justify-content: space-between;
	width: 1115px;
	margin-left: auto;
	margin-right: auto;
}
.header_sec .fcolumn {
	display: flex;
	justify-content: space-between;
}
.header_sec .image,
.header_sec .image img {
	width: 448px;
}
#access .title img {
	width: 586px;
	margin-bottom: 1em;
}
.contents_sec {
	display: flex;
	justify-content: space-between;
	width: 1115px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.contents_sec dl {
	width: 550px;
	display: block;
	margin: 0;
	padding: 0;
}
.contents_sec dl dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	white-space: nowrap;
	font-size: 20px;
}
.contents_sec dl dt::after {
	content: '';
	height: 0;
	border-top: 1px solid #000;
	width: 100%;
	display: block;
	margin-left: 0.5em;
}
.contents_sec dl dd {
	margin: 0;
	padding: 0.5em 0 2em 0;
	font-size: 21px;
}
.contents_sec dl dd p.kome {
	margin: 0.5em 0 0 0;
	font-size: 16px;
}
.contents_sec dl dd ul {
	margin: 0;
	padding: 0;
}
.contents_sec dl dd ul li {
	margin: 0;
	padding: 0.1em 0;
	list-style: none;
	display: block;
}
.contents_sec dl dd ul li span {
	display: inline-block;
}
.contents_sec dl dd ul li .date { width: 11em; }
.contents_sec dl dd ul li .time { width: 6em; }

.contents_sec .map_wrap {
	width: 442px;
}
.gmap {
    position: relative;
    width: 100%;
	aspect-ratio: 442 / 372;
}
.gmap iframe {
    width: 100%;
    height: 100%;
}
.entry_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.entry_btn a {
	display: block;
	width: 520px;
	color: #fff;
	padding: 0.75em 1em;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	
	background: radial-gradient(circle, #eb727e 0, #c8616b 70%)
}
.entry_btn.pc { display: flex; }
.entry_btn.sp { display: none; }
#access hr {
	width: 1115px;
	margin: 0;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-bottom: 1px solid #b4b4b5;
	padding: 0;
}

@media only screen and (max-width: 1160px) {
	#access h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	.header_sec {
		width: calc(100vw * (1115 / 1160));
	}
	.header_sec .image,
	.header_sec .image img {
		width: calc(100vw * (448 / 1160));
	}
	#access .title img {
		width: calc(100vw * (586 / 1160));
	}
	.contents_sec {
		width: calc(100vw * (1115 / 1160));
	}
	.contents_sec dl {
		width: calc(100vw * (550 / 1160));
	}
	
	.contents_sec dl dt {
		font-size: calc(100vw * (20 / 1160));
	}
	.contents_sec dl dd {
		font-size: calc(100vw * (22 / 1160));
	}
	
	.contents_sec .map_wrap {
		width: calc(100vw * (442 / 1160));
	}
	.entry_btn a {
		width: calc(100vw * (520 / 1160));
		font-size: calc(100vw * (17 / 1160));
	}
	#access hr {
		width: calc(100vw * (1115 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#access {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#access h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	
	.header_sec {
		width: calc(100vw * (320 / 390));
		flex-direction: column;
	}
	.header_sec .image,
	.header_sec .image img {
		display: none;
	}
	#access .title img {
		width: calc(100vw * (320 / 390));
	}

	.contents_sec {
		width: calc(100vw * (320 / 390));
		flex-direction: column;
		padding-top: calc(100vw * (20 / 390));
	}
	.contents_sec dl {
		width: calc(100vw * (270 / 390));
		margin-left: auto;
		margin-right: auto;
	}
	.contents_sec .map_wrap {
		width: calc(100vw * (320 / 390));
		margin-left: auto;
		margin-right: auto;
	}

	.contents_sec dl dt {
		font-size: calc(100vw * (17 / 390));
	}
	.contents_sec dl dd {
		font-size: calc(100vw * (17 / 390));
	}
	
	.contents_sec dl dd  span {
		display: block;
	}
	.contents_sec dl dd  span.pc-slash {
		display: none;
	}
	
	.contents_sec dl dd ul li {
		margin: 0 0 0.8em 0;
	}
	
	.entry_btn.pc { display: none; }
	.entry_btn.sp { display: flex; }

	.entry_btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.entry_btn a {
		width: calc(100vw * (320 / 390));
		padding: 0.5em 1em;
		font-size: calc(100vw * (17 / 390));
		margin-bottom: calc(100vw * (30 / 390));
	}
	
}

/* qanda
------------------------------------------------------------*/
#qanda {
	background-color: #e5e5e5;
	padding-top: 50px;
	padding-bottom: 50px;
}
#qanda h2 {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000;
	margin-top: 0;
	padding: 0.5em;
	text-align: center;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#qanda h2 .en {
	
}

.css_accordion_wrap {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.css_accordion_wrap label {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 10px 10px 10px 20px;
	background-color: #c6c5b7;
	border: 1px solid #ccc;
	user-select: none;
	font-size: 18px;
}
.css_accordion_wrap label::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 15px;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #656464;
    border-right: 2px solid #656464;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}
.css_accordion_wrap input[type="checkbox"]:checked + label::after {
    top: 60%;
    transform: translateY(-50%) rotate(-135deg);
}
.css_accordion_wrap input[type="checkbox"] {
	display: none;
}
.css_accordion_wrap .css_accordion_content {
	/*height: 0;*/
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: none;
	border-top: none;
	padding: 0;
	background-color: #fff;
	font-size: 17px;
	
}
.css_accordion_wrap input[type="checkbox"]:checked~.css_accordion_content {
	/*height: auto;*/
	max-height: 7em;
}
.css_accordion_inner {
	padding: 20px 20px;
}
.css_accordion_wrap .css_accordion_content p {
	width: 100%;
	margin: 0;	
}


@media only screen and (max-width: 1160px) {
	#qanda h2 {
		font-size: calc(100vw * (25 / 1160));
	}
	.css_accordion_wrap {
		width: calc(100vw * (1040 / 1160));
	}
	.css_accordion_wrap label {
		font-size: calc(100vw * (18 / 1160));
	}
	.css_accordion_wrap label::after {
		right: calc(100vw * (15 / 1160));
		width: calc(100vw * (18 / 1160));
		height: calc(100vw * (18 / 1160));
	}
	.css_accordion_wrap .css_accordion_content {
		font-size: calc(100vw * (17 / 1160));
	}
}
@media only screen and (max-width: 767px) {
	#qanda {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	#qanda h2 {
		margin: 0;
		margin-bottom: calc(100vw * (40 / 390));
		font-size: calc(100vw * (18 / 390));
	}
	
	.css_accordion_wrap {
		width: 100%;
	}
	.css_accordion_wrap label {
		font-size: calc(100vw * (16 / 390));
		text-indent: -1em;
		padding-left: calc( 20px + 1em);
	}
	.css_accordion_wrap label::after {
		right: 1em;
		width: calc(100vw * (12 / 390));
		height: calc(100vw * (12 / 390));
	}
	.css_accordion_wrap .css_accordion_content {
		font-size: calc(100vw * (16 / 390));
	}
	.css_accordion_wrap input[type="checkbox"]:checked~.css_accordion_content {
		max-height: 12em;
	}
	
}

/* footer
------------------------------------------------------------*/
footer {
	background-color: #91979e;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
footer h2 {
	display: flex;
	justify-content: center;
}
footer h2 img {
	width: 190px;
}
.footer_info_wrap {
	width: 1150px;
	max-width: 100%;
	display: flex;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	justify-content: center;
}
.footer_info_wrap .line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 90%;
	background-color: #fff;
	transform: translate(0, -50%);
}

.sapporo,
.ginza {
	width: 50%;
}
.sapporo h3,
.ginza h3 {
    font-family: "Cinzel Decorative", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
	text-align: center;
}
.footer_info_wrap p {
	font-size: 17px;
}
.footer_info_wrap p.tel {
	font-size: 25px;
}
.footer_info_wrap p.tel a {
	text-decoration: none;
	color: #fff;
}
.detail_btn_wrap {
	display: flex;
	justify-content: center;
}
.detail_btn_wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px rgb(255 255 255 / var(--tw-border-opacity, 1));
	padding: .5rem 1rem;
	letter-spacing: .1em;
	transition-duration: .5s;
	width: 234px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

footer .organizer {
	display: flex;
	text-align: center;
	justify-content: center;
	margin: 30px 0 20px 0;
}
footer .organizer a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
@media only screen and (max-width: 1160px) {
	footer h2 img {
		width: calc(100vw * (190 / 1160));
	}
	.sapporo,
	.ginza {
		width: 48%;
	}
	.sapporo h3,
	.ginza h3 {
		font-size: calc(100vw * (28 / 1160));
	}
	.footer_info_wrap p {
		font-size: calc(100vw * (17 / 1160));
	}
	.footer_info_wrap p.tel {
		font-size: calc(100vw * (25 / 1160));
	}
	.footer_info_wrap {
		width: calc(100vw * (1150 / 1160));
	}
	.fiexd_btn div {
		width: calc(100vw * (1150 / 1160));
	}
	
	.detail_btn_wrap a {
		width: calc(100vw * (234 / 1160));
		font-size: calc(100vw * (10 / 1160));
	}

	footer .organizer {
		margin: calc(100vw * (30 / 1160)) 0 calc(100vw * (20 / 1160)) 0;
	}
	footer .organizer a {
		font-size: calc(100vw * (16 / 1160));
	}

}
@media only screen and (max-width: 767px) {
	footer {
		padding-top: calc(100vw * (50 / 390));
		padding-bottom: calc(100vw * (50 / 390));
	}
	footer h2 img {
		width: calc(100vw * (138 / 430));
	}
	
	.footer_info_wrap {
		width: calc(100vw * (340 / 390));
		flex-direction: column;
	}
	.sapporo,
	.ginza {
		width: 100%;
		padding: calc(100vw * (20 / 390)) 0;
	}
	.footer_info_wrap .line {
		position: relative;
		top: auto;
		left: auto;
		margin: 1em auto;
		width: calc(100vw * (200 / 390));
		height: 1px;
		background-color: #fff;
	}
	
	.sapporo h3,
	.ginza h3 {
		font-size: calc(100vw * (25 / 390));
	}
	.footer_info_wrap p {
		font-size: calc(100vw * (12 / 390));
	}
	.footer_info_wrap p.tel {
		font-size: calc(100vw * (16 / 390));
	}
	.detail_btn_wrap a {
		width: calc(100vw * (200 / 390));
		font-size: calc(100vw * (10 / 390));
	}
	
	footer .organizer {
		margin: calc(100vw * (30 / 390)) 0 calc(100vw * (20 / 390)) 0;
	}
	footer .organizer a {
		font-size: calc(100vw * (12 / 390));
	}
	
}


.fiexd_btn.pc {
	display: flex;
	position: fixed;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.fiexd_btn.pc div {
	width: 1150px;
	/*
	display: flex;
	justify-content: flex-end;
	*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.fiexd_btn.pc a {
	position: absolute;
	right: 0;
	bottom: 0;
}
.fiexd_btn.pc a img {
	width: 131px;
}
.fiexd_btn.sp {
	display: none;
}

@media only screen and (max-width: 1160px) {
	.fiexd_btn.pc {
		width: 100%;
	}
	.fiexd_btn.pc div {
		width: 90%;
	}	
}
@media only screen and (max-width: 767px) {
	.fiexd_btn.pc {
		display: none;
	}
	.fiexd_btn.sp {
		display: flex;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}
	.fiexd_btn.sp a {
		width: 100%;
		display: flex;
		justify-content: center;
		color: #fff;
		padding: 0.5em 1em;
		font-size: calc(100vw * (18 / 390));
		text-align: center;
		text-decoration: none;
		background: radial-gradient(circle, #eb727e 0, #c8616b 70%);
		border-left: solid #9b465e calc(100vw * (12 / 390));
		border-right: solid #9b465e calc(100vw * (12 / 390));
	}
}

.updown{
  animation-name: fuwafuwa;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 60px);
  }
}

@media only screen and (max-width: 1160px) {
  img { max-width: 100%; height: auto; }
}

@media only screen and (max-width: 767px) {
  
	.showPc { display: none !important; }
	.showSp { display: block !important; }
	.outer {
	    width: 100%;
	}
  
}

/*
* {
	border: 1px solid #ff0000;
}
*/