@charset "utf-8";

/**
共通
***************/
.content{
	width: 100%;
	background: #fff;
}
.content02{
	width: 100%;
}
/**
メインビジュアル
***************/
#mainVisual{
	background: url(../img/main_img.png?rel=2) center center no-repeat #111111;
	width: 100%;
	height: 490px;
	background-size: cover;
	position: relative;
}

#giorone{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
#gioronebox{
	letter-spacing: -.4em;
}
#gioronebox > div {
	display: inline-block;
	letter-spacing: normal;
}
#gioronebox > div:nth-child(1){
	width: 450px;
	box-sizing: border-box;
}
#gioronebox > div:nth-child(2){
	width: 720px;
	margin-left: 30px;
	vertical-align: top;
}
#gioronebox .maintitle{
	margin-bottom: 15px;
}
.address{
	margin-bottom: 15px;
   font-size: 14px;
    line-height: 1.7;
}
.supplementtext{
	margin: 12px 0;
	font-size: 14px;
	line-height: 1.7;
}
.address ul{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.7;
}
.address li{
	padding-left: 1em; 
    text-indent: -.7em;
}
.address li:before {
    content: "• ";
    color: #9e9e9e;
}
#map{
	margin: 88px auto 41px;
	max-width:1200px;
}
#map iframe{
	width:100%;
	height: 420px;
}
#mapbtn{
	text-align: center;
}
.btn{
	margin:0 auto;
}
.maintitle > h1:nth-child(1){
	margin-top: 0;
	padding: 0;
	letter-spacing: .1em;
}

.traffic-bar {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	background-color: #ddd;
	color: #000;
	padding: 1em;
	padding-left: 2.5em;
	background-repeat: no-repeat;
	background-size: auto 1.2em;
	background-position: left 0.8em center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 0;
}
.traffic-bar.train {
	background-image: url(../../img/ui/mrk_train.png);
}
.traffic-bar.car {
	background-image: url(../../img/ui/mrk_car.png);
}

.number {
	font-size: 28px;
	font-weight: normal;
}

@media screen and (max-width:768px) { 
	#giorone{
		width:96%;
		padding:2%;
	}
	#gioronebox h1{
		margin: 10% 0 5%;
		text-align:center;
	}
	#gioronebox > div:nth-child(1){
		width: 100%;
		
	}
	#gioronebox > div:nth-child(2),#partystyle {
		width: 100%;
    	margin: 0;
		padding:0;
	}
	#map {
		margin: 5% auto;
		max-width: 100%;
	}
	#map iframe {
	  	height: 200px;
  	}}

/*updated: 20250410*/
#giorone{
	width: initial;
	max-width: 1200px;
}
.address a {
    padding: 1em 0;
}
#gioronebox > div:nth-child(2) img {
	width: 100%;
}
@media screen and (min-width:901px) {
    #gioronebox > div:nth-child(1) {
        width: 37.5%;
    }
    #gioronebox > div:nth-child(2) {
        width: calc(62.5% - 30px);
    }
}
@media screen and (min-width:769px) and (max-width:900px) {
    #gioronebox > div:nth-child(1),
    #gioronebox > div:nth-child(2) {
        width: calc(50% - 15px);
    }
}