@charset "utf-8";

/* ==================================================================
	event.css
	
=================================================================== */

/* --------------------------------
   □ general
-------------------------------- */ 
.contents main .accentArea{
	background-image:url("../../images/event/accent.jpg");
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.contents main > section#standard,
.contents main > section#flow{
    padding: 70px 0;
}

.contents main section#standard h2,
.contents main section#flow h2{
	margin-bottom: 40px!important;
}

.contents main section#standard h3,
.contents main section#flow h3{
    font-size: 156%;
    text-align: center;
    margin-bottom: 40px;
}

.contents main section#standard .txt,
.contents main section#flow .txt{
    text-align: center;
}


@media only screen and
(max-width : 767px) {
	.contents main .accentArea{
		margin-bottom: 10px;
	}
	/*
	#eventDetails .contents main .accentArea{
		display: none;
	}
		*/
}	

/* ==================================================================
	list
=================================================================== */

/* --------------------------------
   □ list
-------------------------------- */ 
#list ul.list {
	margin-left: -76px;
	margin-top: 75px;
}
#list ul.list:after {
	clear: both;
	display: block;
	content: "";
}

#list ul.list li{
	float: left;
	width: 510px;
	margin: 0 0 76px 60px;
}
#list ul.list li a{
	display: block;
	position: relative;
	color: #222;
	text-decoration: none;
	transition: all 0.3s;
	padding-bottom: 10px;
}

#list ul.list li a.end{
	pointer-events:none;
}

#list ul.list li a:hover{
	background: #f6f6f6;
}


#list ul.list li p.reserve{
	display: table;
	position: absolute;
	left: 25px;
	top: -17px;
	z-index: 2;
	height: 8em;
}

#list ul.list li p.reserve >em{
	display: table-cell;
	padding: 15px 22px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
	background: #d8bf36;
}

#list ul.list li p.reserve.true >em{
	background: #ca5151;
}
#list ul.list li p.reserve.false >em{
	background: #d8bf36;
}

#list ul.list li dl dt{
	position: relative;
}
#list ul.list li dl dt img{
	width: 100%;
	height: 510px;
	object-fit: contain;
	background-color: #f6f6f6;
}
#list ul.list li dl dt >span.end {
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: rgba(63,63,63,0.6);
	color: #fff;
}
#list ul.list li dl dt >span.end >span{
	text-align: center;
	vertical-align: middle;
}
#list ul.list li dl dt >span.end >span em{
	position: relative;
	display: block;
	font-size: 218%;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding-bottom: 14px;
	margin-bottom: 12px;
}
#list ul.list li dl dt >span.end >span em:before{
	position: absolute;
	bottom: 0;
	left: calc(50% - 90px);
	height: 2px;
	width: 180px;
	background: #fff;
	content: "";
	
}

#list ul.list li dl dd {
	padding: 5px 20px 12px 20px;
}

#list ul.list li dl dd p.date{
	font-size:110%;
	font-weight:600;
	line-height: 1.1;
	margin-top:20px;
	margin-bottom: 8px;
}
#list ul.list li dl dd p.date em{
	font-size:140%;
}

#list ul.list li dl dd p.title{
	font-size:140%;
	font-weight:600;
	line-height: 1.5;
	margin-top:0;
	margin-bottom: 12px;
}
#list ul.list li dl dd p.title em.reserve {
    font-size: 60%;
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #ca5151;
    color: #ca5151;
    font-weight: 400;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
#list ul.list li dl dd p.place {
	margin-bottom: 17px;
}
#list ul.list li dl dd p.place > span{
	display: inline-block;
	line-height: 1.1;
	color: #fff;
	background: #000;
	padding: 4px 5px;
	margin-right: 8px;
	font-size: 87%;
}
#list ul.list li dl dd p.comment {
	line-height: 1.8;
	margin: 0;
}

@media only screen and
(max-width : 767px) {
	
	#list ul.list li dl dt img{
		width: 100%;
		height: auto;
		object-fit: auto;
	}
}

/* ==================================================================
	list
=================================================================== */

/* --------------------------------
   □ details
-------------------------------- */ 

#details .lead{
	width: 800px;
}

#details p.endmessage{
	color: #fff;
    text-align: center;
    font-size: 130%;
    margin-bottom: 50px;
    background: #E93D6E;
    padding: 7px;
}
#details p.date{
	font-size:162%;
	font-weight:600;
	line-height: 1.1;
	margin-bottom:20px;
	text-align: center;
}
#details  p.date em{
	font-size:153%;
	font-weight: bold;
}
#details  h2{
	font-size:212%;
	text-align: center;
	margin-bottom:20px;
}
#details  p.image{
	margin-bottom:37px;
	text-align: center;
}
#details  p.image img {
	border: 1px solid #eee;
}

#details  .division{
	margin-bottom: 55px;
	padding: 0 50px;
}

	#details  .division .outline{
		padding: 32px 0;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		margin-bottom: 60px;
	}
	#details  .division table.tableStyle{
		border: 0;
	}
	#details  .division table.tableStyle th,
	#details  .division table.tableStyle td{
		border: 0;
		padding: 3px 0;
		vertical-align: top;
	}
	#details  .division table.tableStyle th{
		padding-bottom: 9px;
		padding-right: 9px;
		width: 5em;
		vertical-align: top;
	}

	#details  .division table.tableStyle th span{
		display: inline-block;
		padding: 4px;
		line-height: 1.3;
		background:  #222;
		color: #fff;
		width: 4.5em;
		text-align: center;
		font-weight: 500;
		font-size: 87%;
	}

#details  .division p.comment{
	line-height: 1.8;
	margin-bottom: 40px;
	padding: 24px;
    background: #ededed;
}

#details .buttonStyle.wide a{
	width:100%;
	text-align: center;
	padding: 29px 0 ;
	font-size:118%;
}


@media only screen and
(max-width : 767px) {
	
	#details  .division table.tableStyle{
		border: 0;
	}
	#details  .division table.tableStyle th,
	#details  .division table.tableStyle td{
		display: block;
	}
	#details  .division table.tableStyle th{
		padding-bottom: 0;
		padding-right: 0;
		width: auto;
		vertical-align: middle;
	}
	#details  .division table.tableStyle th span{
		display: block;
		padding: 8px 0 8px 12px;
		line-height: 1.3;
		background:  #222;
		color: #fff;
		width: auto;
		text-align: left;
		font-weight: 500;
		font-size: 87%;
	}
	#details  .division table.tableStyle td{
		padding: 16px 0;
	}
	#details  .division table.tableStyle tr:last-child td{
		padding-bottom: 0;
	}
}

/* --------------------------------
   □ 予約する
-------------------------------- */ 

#details h4{
	text-align: center;
	font-size: 125%;
	margin-bottom: 20px;
}

#details h4 span{
	position: relative;
	display: inline-block;
	padding: 0 75px;
}

#details h4 span:after,
#details h4 span:before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

#details h4 span:before{
	left: 0;
}

#details h4 span:after{
	right: 0;
}


#details ul.ReserveType {
    overflow: hidden;
}

#details ul.ReserveType li{
	width: 32%;
    float: left;
    margin-right: 2%;
	text-align: center;
}

#details ul.ReserveType li:last-child{
	margin-right: 0;
}

#details ul.ReserveType li a{
	display: block;
	border: 2px solid #212529;
	padding: 20px 15px;
	transition: all 300ms 0s ease;
	background: #fff url(../../images/common/icon/arrow/black-right.png) 96% 50% no-repeat;
}

#details ul.ReserveType li a:hover{
	color: #212529;
	text-decoration: none;
	background: #eee url(../../images/common/icon/arrow/black-right.png) 98% 50% no-repeat;
}

#details ul.ReserveType li.tel a{
	background-image: none;
}

#details ul.ReserveType li a dl dt span{
	display: block;
    margin: 12px 0;
	font-weight: bold;
	font-size: 112%;
}

#details ul.ReserveType li a dl dd{
	font-size: 81%;
}

#details ul.ReserveType li a dl dd p.tel{
	margin-bottom: 0;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}


/* ◇ recommend
-------------------------------- */ 
#details #recommend{
	background: #F3F3F3 0 0 repeat;
	margin: 0 0 68px 0;
	padding: 75px 0;
}
#details #recommend .container{
	width: 800px;
}
#details #recommend h3{
	margin-bottom: 48px;
}
#details #recommend .recommend_list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
}
#details #recommend .recommend_list li{
	width: 48%;
	background: #fff;
	padding: 42px 28px 32px;
	box-sizing: border-box;
	position: relative;
}
#details #recommend .recommend_list li:before{
	position: absolute;
	content: "";
	background: url(../../images/event/recommend_icon/1.svg) 0 0 no-repeat;
	width: 52px;
	height: 57px;
	background-size: contain;
	top: -20px;
	left: 28px;
}
#details #recommend .recommend_list li:nth-child(2):before{
	background-image: url("../../images/event/recommend_icon/2.svg");
}
#details #recommend .recommend_list li:nth-child(3):before{
	background-image: url("../../images/event/recommend_icon/3.svg");
}
#details #recommend .recommend_list li:nth-child(4):before{
	background-image: url("../../images/event/recommend_icon/4.svg");
}
#details #recommend .recommend_list li:nth-child(5):before{
	background-image: url("../../images/event/recommend_icon/5.svg");
}
#details #recommend .recommend_list li:nth-child(6):before{
	background-image: url("../../images/event/recommend_icon/6.svg");
}
#details #recommend .recommend_list li:nth-child(7):before{
	background-image: url("../../images/event/recommend_icon/7.svg");
}
#details #recommend .recommend_list li:nth-child(8):before{
	background-image: url("../../images/event/recommend_icon/8.svg");
}

#details #recommend .recommend_list li .hope{
	text-align: center;
}
#details #recommend .recommend_list li .hope .ttl{
	display: inline-block;
	padding: 3px 12px;
	background: #0C0C0C;
	color: #fff;
	font-size: 14px;
}
#details #recommend .recommend_list li .hope .txt{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#details #recommend .recommend_list li .solution{
	text-align: center;
}
#details #recommend .recommend_list li .solution .img{
	margin-bottom: -12px;
}
	#details #recommend .recommend_list li .solution .img img{
		width: 100%;
	}
#details #recommend .recommend_list li .solution .ttl{
	display: inline-block;
	padding: 3px 12px;
	background: #DC735E;
	color: #fff;
	font-size: 15px;
	margin-top: -30px;
}
#details #recommend .recommend_list li .solution .txt{
	font-weight: bold;
	margin-bottom: 0;
}
#details #recommend .msg{
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	margin: 40px 0 0;
	padding-bottom: 68px;
	background: url(../../images/event/arrow.svg) 50% 100% no-repeat;
}

@media only screen and
(max-width : 767px) {
	
	#details #recommend{
		margin: 0 0 52px 0;
		padding: 52px 0;
	}
	#details #recommend .container{
		width: auto;
	}
	#details #recommend h3{
		margin-bottom: 48px;
	}
	#details #recommend .recommend_list{
		display: flex;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	#details #recommend .recommend_list li{
		width: auto;
		padding: 36px 24px 28px;
	}
	#details #recommend .recommend_list li:before{
		height: 44px;
	}
	#details #recommend .recommend_list li .hope .txt{
		font-size: 18px;
	}
	#details #recommend .recommend_list li .solution .txt{
		font-size: 15px;
	}
	#details #recommend .msg{
		font-size: 22px;
		padding-bottom: 48px;
		background-size: 50px;
	}
}


/* ◇ access
-------------------------------- */ 
#details #access{
	background: #f3f1e9;
	margin: 0 0 68px 0;
	padding: 75px 0;
}

#details #access h3.title{
	margin-bottom: 41px;
}

#details #access .mapImage{
	text-align: center;
	margin-bottom: 44px;
}

#details #access .map{
	margin: 0
}

#details #access .map .buttonStyle{
	text-align: center;
	margin: 30px 0 0 0;
}
#details #access .map .buttonStyle a{
	width: auto;
}

/* ◇ banners
-------------------------------- */ 
#details .banners{
	padding: 0 190px;
}
#details .banners .buttonStyle{
	margin-bottom: 30px;
}

/* ==================================================================
	#standard
=================================================================== */

#standard {
	background: var(--bg-color-lightgray, #F3F3F3);
    margin-bottom: 0;
}

#standard .txt {
    margin-bottom: 40px;
}
#standard ul {
    overflow: hidden;
}
#standard ul li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 35px;
}
#standard ul li:nth-child(3n) {
    margin-right: 0;
}
#standard ul li dt img {
    width: 100%;
}
#standard ul li dd {
    margin-top: 15px;
    text-align: center;
}


/* ==================================================================
	#flow
=================================================================== */

#flow p.txt {
	margin-bottom: 40px;
}
#flow #plan {
    padding-bottom: 70px;
}
#flow #plan ul {
    overflow: hidden;
}
#flow #plan ul li {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
}
#flow #plan ul li:last-child {
    margin-right: 0;
}
#flow #plan ul li dl {
    text-align: center;
}
#flow #plan ul li dt {
    font-size: 112%;
    font-weight: 500;
    padding: 2px 35px;
    border: 1px solid #222;
    display: inline-block;
    background: #fff;
    margin-bottom: 25px;
}
#flow #plan ul li dd.tubo {
    text-align: center;
    margin-bottom: 20px;
}
#flow #plan ul li dd.price {
    text-align: center;
}
#flow #plan ul li dd.price em {
    font-size: 131%;
}


#flow #pr .list {
    overflow: hidden;
}
#flow #pr .list li {
    float: left;
    display: table;
    box-sizing: border-box;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 18px;
    border-left: 1px solid #212529;
    background: #eee;
    height: 65px;
    font-size: 90%;
}
#flow #pr .list li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#flow #pr .list li:nth-child(5n) {
    margin-right: 0;
}
#flow #pr .note li {
    font-size: 80%;
}
#flow #pr .list li small {
    font-size: 72%;
}



#flow #compare {
    margin-top: 70px;
}
#flow #compare h4 {
    color: var(--text-color, #212529);
    margin-bottom: 25px;
    font-size: 120%;
}
#flow #compare .tableStyle {
    background: #fff;
}
#flow #compare .tableStyle th {
	width: 25%;
    background: #222;
    color: #fff;
    text-align: center;
}
#flow #compare .tableStyle td {
    text-align: center;
}
#flow #compare .tableStyle td.title {
    background: #eee;
}
#flow #compare .tableStyle td.own {
    background: #def0ff;
    font-size: 120%;
    font-weight: bold;
    color: #E93D6E;
}

/* --------------------------------
   □ イベント43
-------------------------------- */ 

/* ◇ スタバ
-------------------------------- */ 

#eventDetails p.cord{
	text-align: center;
	margin: 60px 0 0;
}

/* ◇ tiktok
-------------------------------- */ 

#eventDetails .tiktok{
	border-top: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	padding: 40px 0;
	position: relative;
	margin-bottom: 55px;
}

#eventDetails .tiktok:before{
	content: "";
	position: absolute;
	background: url("../../images/event/items/43/tiktok.png");
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}

#eventDetails .tiktok h3{
	font-size: 162%;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 25px;
}

#eventDetails .tiktok ul.list li{
	width: 47%;
    float: left;
    margin-right: 6%;
}

#eventDetails .tiktok ul.list li:last-child{
	margin-right: 0;
}

#eventDetails .tiktok ul.list li p.title{
	margin-bottom: 10px;
	font-size: 112%;
	font-weight: 700;
	text-align: center;
}



/* ◇ modelHouse共通 
-------------------------------- */ 

#eventDetails .modelHouse{
	padding: 70px 0;
}

#eventDetails .modelHouse h2{
	margin-bottom: 70px;
}

#eventDetails .modelHouse h3{
	font-size: 162%;
	margin-bottom: 70px;
	text-align: center;
}

#eventDetails .modelHouse p.text{
	text-align: center;
	margin-bottom: 45px;
}

/* ◇ BEACH 
-------------------------------- */ 

#eventDetails #beach{
	background: #f3f1e9;
	padding-bottom: 0;
}

	#eventDetails #beach .imagelist{
		width: 700px;
		margin: 0 auto;
	}

	#eventDetails #beach .imagelist li{
		margin-bottom: 28px;
	    text-align: center;
	}

	#eventDetails #beach .imagelist li.wide{
		width: auto;
	}

	#eventDetails #beach .imagelist li:nth-child(2n){
		margin-right: 0;
	}

	#eventDetails #beach .imagelist li dl dt{
		margin-bottom: 10px;
	}

	#eventDetails #beach .imagelist li dl dd{
		text-align: center;
		font-size: 86%;
	}

/* ◇ loafer 
-------------------------------- */ 

#eventDetails #loafer{
	padding-bottom: 0;
}

	#eventDetails #loafer .imagearea{
		width: 700px;
		margin: 0 auto;
	}

	#eventDetails #loafer .imagelist{
	}

	#eventDetails #loafer .rightimage{
		margin-right: 0;
}

	#eventDetails #loafer .imagelist li{
		text-align: center;
		margin-bottom: 28px;
	}

	#eventDetails #loafer .imagelist li dl dt{
		margin-bottom: 10px;
	}

	#eventDetails #loafer .imagelist li dl dd{
		text-align: center;
		font-size: 86%;
	}

	#eventDetails #loafer .imagelist.wide{
		width: auto;
	}


/* ◇ wave 
-------------------------------- */ 

#eventDetails #wave{
	background: #f3f1e9;
	padding-bottom: 0;
}

    #eventDetails #wave.modelHouse h2 {
        mix-blend-mode: multiply;
    }

	#eventDetails #wave .imagelist{
		width: 700px;
		margin: 0 auto;
	}

	#eventDetails #wave .imagelist li{
		margin-bottom: 28px;
	    text-align: center;
	}

	#eventDetails #wave .imagelist li.wide{
		width: auto;
	}

	#eventDetails #wave .imagelist li:nth-child(2n){
		margin-right: 0;
	}

	#eventDetails #wave .imagelist li dl dt{
		margin-bottom: 10px;
	}

	#eventDetails #wave .imagelist li dl dd{
		text-align: center;
		font-size: 86%;
	}

/* ◇ loafer 
-------------------------------- */ 

#eventDetails #osusume{
	padding-bottom: 0;
}

	#eventDetails #osusume .imagearea{
		width: 700px;
		margin: 0 auto;
	}

	#eventDetails #osusume .imagelist{
	}

	#eventDetails #osusume .rightimage{
		margin-right: 0;
}

	#eventDetails #osusume .imagelist li{
		text-align: center;
		margin-bottom: 28px;
	}

	#eventDetails #osusume .imagelist li dl dt{
		margin-bottom: 10px;
	}

	#eventDetails #osusume .imagelist li dl dd{
		text-align: center;
		font-size: 86%;
	}

	#eventDetails #osusume .imagelist.wide{
		width: auto;
	}

	#eventDetails #osusume h2{
        margin-bottom: 45px;
    }

	#eventDetails #osusume p.text{
        margin-bottom: 0;
    }

/* .movieArea
-------------------------------- */ 
#eventDetails .movieArea {
	margin-bottom: 20px;
}

/* .pointArea
-------------------------------- */ 
#eventDetails .pointArea {
	margin-bottom: 60px;
}
#eventDetails .pointArea li {
	margin-bottom: 20px;
}
#eventDetails .pointArea li img {
	width: 100%;
}

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

/* --------------------------------
   □ list
-------------------------------- */ 
#list ul.list {
	margin-left: 0;
    margin-top: 10%;
}


#list ul.list li{
	float: none;
	width: auto;
	margin: 0 0 14% 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 4%;
}
#list ul.list li a{
	padding-bottom: 10px;
}


#list ul.list li p.reserve >em{
	padding: 16px 15px;
}

#list ul.list li dl dt{
	position: relative;
}
#list ul.list li dl dt img{
	width: 100%;
}
#list ul.list li dl dt >span.end >span em{

	font-size: 148%;
}

#list ul.list li dl dd {
	padding: 5px 4% 4% 4%;
}

#list ul.list li dl dd p.date{
	font-size:120%;
	margin-top:10px;
    margin-bottom: 3%;
}
#list ul.list li dl dd p.date em{
	font-size:153%;
}

#list ul.list li dl dd p.title{
	font-size:130%;
	margin-top:0;
	margin-bottom: 4%;
}
#list ul.list li dl dd p.place {
	margin-bottom: 4%;
    font-size: 90%;
}
#list ul.list li dl dd p.place > span{
	display: inline-block;
	line-height: 1.1;
	color: #fff;
	background: #000;
	padding: 3px 5px;
	margin-right: 8px;
	font-size: 87%;
}
#list ul.list li dl dd p.comment {
	line-height: 1.7;
	margin: 0;
}


/* ==================================================================
	list
=================================================================== */

/* --------------------------------
   □ details
-------------------------------- */ 
#details {
	padding-top: 12%;
}

#details .lead{
	width: auto;
}

#details p.date{
	font-size:132%;
	margin-bottom:2%;
}
#details  p.date em{
	font-size:153%;
}
#details  h2{
	font-size:152%;
	margin-bottom:7%;
}
#details  p.image{
	margin-bottom:4%;
}

#details  .division{
	margin-bottom: 8%;
	padding: 0 0;
}

	#details  .division table.tableStyle{
		margin-bottom: 3%;
	}

#details  .division p.comment{
	padding: 4%;
	margin-bottom: 4%;
}

#details .buttonStyle.wide a{
	padding: 19px 0 ;
}

#details ul.ReserveType li {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
	position: relative;
}

	#details ul.ReserveType li a{
		padding: 10px 15px;
	}
	
#details ul.ReserveType li a dl dt{
    display: block;
    padding-left: 45px;
	text-align: left;
}

#details ul.ReserveType li a dl dt span{
	margin-bottom: 7px;
	margin-top: 0;
}

#details ul.ReserveType li a dl dt img{
	zoom: 0.5;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#details ul.ReserveType li a dl dd{
	font-size: 81%;
    display: block;
    vertical-align: middle;
    text-align: left;
    padding: 0 45px;
}

	#details ul.ReserveType li a dl dd br{
		display: none;
	}
	
#details ul.ReserveType li a dl dd p.tel {
	text-align: left;
	font-size: 160%;
}

	
/* ◇ access
-------------------------------- */ 
#details #access{
	margin: 0 0 7% 0;
	padding: 7% 0;
}

#details #access h3.title{
	margin-bottom: 4%;
}

#details #access .mapImage{
	margin-bottom: 5%;
}

#details #access .map{
	margin: 0
}
#details #access .map iframe{
	height: 300px;
}

#details #access .map .buttonStyle{
	text-align: center;
	margin: 3% 0 0 0;
}

/* ◇ banners
-------------------------------- */ 
#details .banners{
	padding: 0 0;
}
#details .banners .buttonStyle{
	margin-bottom: 3%;
}

  /* ==================================================================
        #standard
    =================================================================== */
	
	#standard {
        background: var(--bg-color-lightgray, #F3F3F3);
        margin-bottom: 0;
    }
	
    #standard .txt {
        margin-bottom: 40px;
    }
    #standard ul {
        overflow: hidden;
    }
    #standard ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    #standard ul li:nth-child(3n) {
        margin-right: 4%;
    }
    #standard ul li:nth-child(2n) {
        margin-right: 0;
    }
    #standard ul li dt img {
        width: 100%;
    }
    #standard ul li dd {
        margin-top: 15px;
        text-align: center;
        font-size: 90%;
    }
	
    /* ==================================================================
        #flow
    =================================================================== */

    #flow p.txt {
        margin-bottom: 40px;
    }
    #flow #plan {
        padding-bottom: 70px;
    }
    #flow #plan ul {
        overflow: hidden;
    }
    #flow #plan ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
        border-bottom: 1px solid #222;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    #flow #plan ul li:nth-child(2n) {
        margin-right: 0;
    }
    #flow #plan ul li dt {
        font-size: 100%;
        font-weight: 500;
        padding: 2px 20px;
        margin-bottom: 10px;
    }
    #flow #plan ul li dd.tubo {
        text-align: center;
        margin-bottom: 10px;
    }
    #flow #plan ul li dd.price em {
        font-size: 120%;
    }



    #flow #pr .list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
        height: 65px;
        font-size: 85%;
    }
    #flow #pr .list li small {
        font-size: 70%;
    }
    #flow #pr .list li:nth-child(5n) {
        margin-right: 4%;
    }
    #flow #pr .list li:nth-child(2n) {
        margin-right: 0;
    }
    #flow #pr .note li {
        font-size: 80%;
        padding-left:1em;
        text-indent:-1em;
    }



    #flow #compare {
        margin-top: 70px;
    }
    #flow #compare h4 {
        color: var(--text-color, #212529);
        margin-bottom: 25px;
        font-size: 120%;
    }
    #flow #compare .tableStyle {
        background: #fff;
    }
    #flow #compare .tableStyle th {
        background: #222;
        color: #fff;
        text-align: center;
        font-size: 80%;
    }
    #flow #compare .tableStyle td {
        text-align: center;
        font-size: 80%;
    }
    #flow #compare .tableStyle td.title {
        background: #eee;
    }
    #flow #compare .tableStyle td.own {
        background: #def0ff;
        font-size: 90%;
        font-weight: bold;
        color: #E93D6E;
    }

	#flow #compare .tableStyle th{
        width: 23%;
    }
	#flow #compare .tableStyle th:first-child {
        width: 34%;
    }

/* --------------------------------
   □ イベント43
-------------------------------- */ 
	
#eventDetails p.cord {
    margin: 40px 0 20px;
}
	
#eventDetails .tiktok ul.list li {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
}	

#eventDetails .tiktok {
	padding: 40px 0;
}
	
#eventDetails .tiktok ul.list li:last-child {
    margin-bottom: 0;
}

#eventDetails .modelHouse h3 {
    font-size: 120%;
}

#eventDetails #beach,
#eventDetails #wave{
    padding-bottom: 40px;
}
	
#eventDetails #beach .imagelist,
#eventDetails #wave .imagelist{
    width: auto;
}

#eventDetails #beach .imagelist li,
#eventDetails #wave .imagelist li {
    width: auto;
    float: none;
    margin-right: 0;
}

#eventDetails #beach .imagelist li dl dt,
#eventDetails #wave .imagelist li dl dt{
	text-align: center;
}

#eventDetails #beach .imagelist li.wide,
#eventDetails #wave .imagelist li.wide{
    margin-bottom: 0;
}
	
#eventDetails #loafer,
#eventDetails #osusume{
    padding-bottom: 40px;
}

#eventDetails #loafer .imagearea,
#eventDetails #osusume .imagearea{
	width: auto;
}
	
#eventDetails #loafer .imagelist,
#eventDetails #osusume .imagelist{
    width: auto;
    float: none;
    margin-right: 0;
    text-align: center;
}


/* .movieArea
-------------------------------- */ 
#eventDetails .movieArea iframe {
	height: 200px;
}


}
