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



body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	font-size: 12px;
	text-align: left;
}
.main {
	width: 100%;

	display: block;
	top: 0px;
	text-align: left;
}

#mainConts {
	margin: 5% 0 0 0;
}

li {
	list-style-type: none;
}
.pc {
	visibility: visible;
}


#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9;
    bottom: -250px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}

/* テキスト */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.title {
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 2;
	padding: 0 50px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5em;
}
.description {
  color: white;
  text-align: center;
}



.flex-container {
	font-family: 'Questrial', sans-serif;
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom: 200px;
	padding-top: 200px;
	text-align: left;
}
.flex-text {
	width:50%;
	padding: 5%;
}
.titS {
	font-size:20px;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
}
.titL {
	font-size:36px;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
}
.flex-text .text, .ragtimeBox .text {
	font-size: 12px;
	line-height: 250%;
	margin-bottom: 50px;
}
.flex-text .textLink a, .ragtimeBox .textLink a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
}

.flex-text .textLink a:hover, .ragtimeBox .textLink a:hover {
	border-bottom-style: none;
}



.flex-image {
	width:40%;
	padding: 0px;
}

.ragtimeBox {
	width:100%;
	text-align: center;
	
}
.ragtimeLogo {
	text-align: center;
	margin-bottom: 55px;
}
.ragtimeLogo img {
	width:129px;
}

.ragtimeTit {
	position:relative;
	width:100%;
	height:750px;
	background-color: #fff;
	background-image: url(https://round-web.net/images/top/ragtime_image.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ragtimeTit .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 36px;
	letter-spacing: 0.2em;
}
.ragtimeImage {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.access {
	font-family: 'Questrial', sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	position: relative;
	bottom: 0px;
	text-align: left;
	margin: 10% 0 0 0;
}
.footBox {
	max-width:1200px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footBox ul {
	display: block;
	float: left;
}
.footBox ul li {
	float: left;
}
.footBox ul li a {
	font-size: 12px;
	color: #000;
	margin: 10px;
	display: inline-block;
	text-decoration: none;
}
.footBox .copyright {
	float: right;
	font-size: 10px;
	color: #999;
}



.box {
	max-width:1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 250%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 20px;
}
.box .item {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*ABOUT*/
.pageTit {
	font-family: 'Questrial', sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0.3em;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 230px;
	padding-bottom: 120px;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
.aboutBox {
	max-width:1140px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 140px;
	padding-right: 30px;
	padding-left: 30px;
}
.aboutBox img {
	float: right;
	width: 50%;
}
.aboutBox .textBox {
	font-size: 12px;
	line-height: 250%;
	float: left;
	width: 45%;
}

.history {
	font-family: 'Questrial', sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.3em;
	height: 540px;
	width: 100%;
	text-align: center;
	padding-top: 200px;
	background-image: url(http://round-web.net/images/about/historyimage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFF;
}
.historyText {
	font-size: 12px;
	line-height: 250%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	padding-bottom: 200px;
	padding-right: 30px;
	padding-left: 30px;
}

.accesstext {
	max-width: 1200px;
	line-height: 250%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom:70px;
}

.parking {
	background-color: #F1F1F1;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
	text-align: center;
}
.parkingBox {
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
}
.parkingTit {
	font-family: 'Questrial', sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin-bottom: 60px;
}
.parking p {
	margin-bottom: 60px;
}

.box2 {
	max-width:800px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 250%;
	padding: 30px;
}
.box2 .item {
	padding-top: 50px;
	padding-bottom: 50px;
}



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






.pc {
	visibility: hidden;
}
.p-top-newitem__image{
	height:80vw
}

.title {
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 2;
	padding: 0 50px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5em;
}

.flex-container {
	font-family: 'Questrial', sans-serif;
	width:100%;
	display: block!important;
	align-items: center;
	margin-bottom: 100px!important;
	padding-top: 50px;
}
.flex-text {
	display:block;
	width:90%;
	padding: 5%;
}
.titS {
	font-size:0.8em;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	text-align: center;
}
.titL {
	font-size:1.5em!important;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
	text-align: center;
}
.flex-text .text, .ragtimeBox .text {
	font-size: 0.8em!important;
	line-height: 200%;
	margin-bottom: 20px;
}
.flex-text .textLink a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.flex-text .textLink a:hover {
	border-bottom-style: none;
}



.flex-image {
	display:block;
	width:90%;
	padding: 5%;
}



.ragtimeBox {
	width:90%;
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 50px;
}
.ragtimeLogo {
	text-align: center;
	margin-bottom: 30px;
}
.ragtimeLogo img {
	width:80px;
}

.ragtimeTit {
	position:relative;
	width:100%;
	height:400px;
	background-color: #fff;
	background-image: url(http://round-web.net/images/top/ragtime_image.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ragtimeTit .title {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1em;
	letter-spacing: 0.2em;
}


.footBox {
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box .item img {
	width: 100px;
}

.footBox ul {
	display: block;
	float: none;
	margin-bottom: 10px;
	overflow: hidden;
}
.footBox ul li {
	float: left;
	width: 50%;
}
.footBox ul li a {
	font-size: 12px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 10%;
}
.footBox .copyright {
	float: none;
	font-size: 10px;
	color: #999;
	text-align: center!important;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	width: 100%;
}



.box {
	display: block;
	justify-content: space-between;
	font-size: 0.8em!important;
	padding: 5%;
	line-height: 160%;
}
.box .item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.aboutBox {
	max-width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.aboutBox img {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.aboutBox .textBox {
	font-size: 0.8em;
	line-height: 200%;
	float: none;
	width: 100%;
}

.history {
	font-family: 'Questrial', sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0.3em;
	height: 180px;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	background-image: url(http://round-web.net/images/about/historyimage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFF;
}
.historyText {
	font-size: 0.8em;
	line-height: 200%;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 30px;
	padding-left: 30px;
}

.accesstext {
	font-size:0.8em;
	max-width: 1200px;
	line-height: 200%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom:50px;
}


.parking {
	background-color: #F1F1F1;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	text-align: center;
}
.parkingBox {
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
}
.parkingTit {
	font-family: 'Questrial', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}
.parking p {
	font-size:0.8em;
	margin-bottom: 30px;
}

.box2 {
	display: block;
	justify-content: space-between;
	font-size: 0.8em!important;
	padding: 5%;
	line-height: 160%;
}
.box2 .item {
	padding-top: 20px;
	padding-bottom: 20px;
}



}

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

.pc {
	visibility: hidden;
}

.flex-container {
	font-family: 'Questrial', sans-serif;
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding-top: 50px;
}
.flex-text {
	width:90%;
	padding: 5%;
	text-align: left;
}
.titS {
	font-size:0.8em;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
}
.titL {
	font-size:2em;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}
.flex-text .text {
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 30px;
}
.flex-text .textLink a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
}

.flex-text .textLink a:hover {
	border-bottom-style: none;
}



.flex-image {
	width:10%;
	padding: 0px;
}


.pageTit {
	font-family: 'Questrial', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	max-width: 1200px;
	padding-top: 100px;
	padding-bottom: 50px;
	letter-spacing: 0.3em;
	text-align: center;
}

}
