@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
}
ul li {
	list-style:none;	
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000 !important;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	/*opacity: 0.5;*/
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}


.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
	table th {
	}
	table td {
	}

img {
	width: 100%;
	height: auto;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	
	background: #edf1f3 url("../img/mainimage.png") no-repeat center top;
	background-size: contain;
	
}


.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inner {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}


.title {
	background: #FFF;
	border-radius: 6px;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 40px;
}
.title h2 {
	font-weight: 500;
	font-size: 4rem;
	line-height: 1.6;
}
.title h2 span {
	font-size: 2.4rem;
}
.title p {
	font-size: 2.4rem;
}


ul.dot {
	margin-bottom: 0px;
	padding-left: 11px;
}
	ul.dot li {
		text-indent: -11px;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #000;
	}




#header {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 100;
}
#header .tel {
	line-height: 1;
	font-size: 4rem;
	font-weight: 500;
	color: #FFF !important;
	background: url("../img/icon_tel.svg") no-repeat left center;
	background-size: 40px;
	padding-left: 50px;
	margin-bottom: 20px;
	display: block;
}
#header .web {
	text-align: center;
	width: 250px;
	color: #FFF !important;
	background: #b4292c;
}
#header .web a {
	background: url("../img/icon_web.svg") no-repeat 4% center;
	background-size: 20px;
}
#header .line {
	text-align: center;
	width: 250px;
	color: #FFF !important;
	background: #54bf1f;
	margin-left: 5px;
}
#header .line a {
	background: url("../img/icon_line.svg") no-repeat 4% center;
	background-size: 20px;
}
#header ul a {
	display: block;
	color: #FFF !important;
	padding: 10px;
}



#mainimage {
	padding: 50px;
}
#mainimage h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FFF !important;
	font-size: 3rem;
}
#mainimage img {
	width: 55%;
	height: auto;
}

#mainimage p {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF !important;
	font-size: 3rem;
}
#mainimage ul {
}

#mainimage li {
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
	background: #FFF;
	border-radius: 6px;
	padding: 20px 10px;
	font-size: 1.8rem;
	color: #b09700;
}
#mainimage li:last-child {
	margin-right: 0%;
}
#mainimage li span {
	font-size: 1.4rem;
}

#list {
	margin-bottom: 100px;
}
	#list .box {
		background: #FFF;
		width: 24%;
		margin-right: 1.3%;
		margin-bottom: 1.3%;
		padding: 10px;
	}
	#list .box:nth-child(4n) {
		margin-right: 0%;
	}
	#list .box.two {
		width: 48%;
		margin-right: 0%;
		padding: 30px;
	}
	#list .box.two dt {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	#list .box.two .dot {
		margin-bottom: 20px;
	}
	#list .box.two p {
		margin-bottom: 20px;
	}



	#list .box h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	#list .box .rental {
		border-top: solid 1px #d3dde0;
		margin-bottom: 10px;
	}
	#list .box .rental th {
		border-bottom: solid 1px #d3dde0;
		background: #edf1f3;
		text-align: left;
		padding: 10px;
		font-weight: 500;
	}
	#list .box .rental td {
		border-bottom: solid 1px #d3dde0;
		line-height: 1.2;
		padding: 10px;
	}
	#list .box .rental td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .box .rental td span {
		display: block;
		font-size: 1.2rem;
	}


	#list .box .nomal th {
		font-size: 1.4rem;
		text-align: left;
		font-weight: 500;
	}
	#list .box .nomal td {
		font-size: 1.4rem;
	}

#list .cell {
	background: #e9eeef;
	padding: 30px;
}
#list .cell h2 {
	text-align: center;
	font-weight: 500;
	font-size: 4rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
#list .cell h2  span {
	font-size: 2.4rem;
}

#list .cell .tableCell {
	padding: 10px;
	background: #FFF;
}
#list .cell .tableCell table {
	border-top: solid 1px #d3dde0;
	border-left: solid 1px #d3dde0;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
#list .cell .tableCell table th {
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
	padding: 10px;
	background: #053980;
	color: #FFF !important;
}
#list .cell .tableCell table td {
	padding: 10px;
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
}
	#list .cell .tableCell table td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .cell .tableCell table td span {
		display: block;
		font-size: 1.2rem;
	}


#service {
	margin-bottom: 100px;
	padding: 100px 0;
	
	background: url("../img/bg_service.png") no-repeat center;
	background-size: cover;
}
#service .box {
	width: 49%;
	margin-right: 2%;
	position: relative;
	background-color: rgba(255,255,255,.7);padding: 30px;
	border-radius: 6px;
}
#service .box dt {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
#service .box:last-child {
	margin-right: 0%;
}
#service .box .no {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 42px;
}
#service .box p {
	margin-top: 10px;
}



#flow {
	margin-bottom: 100px;
	position: relative;
}
#flow .flow {
	position: relative;
	width: 680px;
	margin: 0 auto;
	z-index: 100;
}
#flow .flow .flowBox {
	background: #FFF;
	border-radius: 6px;
	position: relative;
	padding: 30px;
}
#flow .flow .flowBox h3 {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 10px;
}
#flow .flow .flowBox .no {
	width: 42px;
	position: absolute;
	top: -10px;
	left: -10px;
}
#flow .flow .arrow {
	display: block;
	width: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#flow .ill01 {
	position: absolute;
	bottom: 0;
	left: 50px;
	z-index: -10;
}
#flow .ill02 {
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: -10;

}

#flow .ill01 img {
	width: auto;
	height: 570px;
}
#flow .ill02 img {
	width: auto;
	height: 570px;
}

#flow .tel {
	font-size: 5rem;
	margin-bottom: 10px;
}
#flow .tel span {
	font-size: 2rem;
}
#flow .web {
	text-align: center;
	width: 49%;
	color: #FFF !important;
	background: #b4292c;
}
#flow .web a {
	background: url("../img/icon_web.svg") no-repeat 4% center;
	background-size: 20px;
}
#flow .line {
	text-align: center;
	width: 49%;
	color: #FFF !important;
	background: #54bf1f;
	margin-left: 2%;
}
#flow .line a {
	background: url("../img/icon_line.svg") no-repeat 4% center;
	background-size: 20px;
}
#flow ul a {
	display: block;
	color: #FFF !important;
	padding: 10px;
}






#yakkan {
	background: #FFF;
	padding: 50px 0 100px 0;
}
#yakkan li {
	text-align: center;
	width: 49%;
	margin-right: 2%;
}
#yakkan li:last-child {
	margin-right: 0%;
}
#yakkan li a {
	background: #b4292c;
	display: block;
	color: #FFF !important;
	font-size: 2rem;
	padding: 20px;
}


#contact {
	background: url("../img/bg_contact.png") no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
#contact li {
	text-align: center;
	width: 49%;
	margin-right: 2%;
}
#contact li:last-child {
	margin-right: 0%;
}
#contact li a {
	background: #FFF;
	display: block;
	font-size: 3rem;
	padding: 20px;
}

#contact li.tel a {
	background: #FFF url("../img/icon_tel02.svg") no-repeat 4% center;
	background-size: 40px;
}
#contact li.tel a span {
	font-size: 1.8rem;
}
#contact li.web a {
	background: #FFF url("../img/icon_web02.svg") no-repeat 4% center;
	background-size: 40px;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	font-size: 1.2rem;
	padding: 60px 0;
	background: #000;
	color: #FFF !important;
}
#footer .service {
	float: right;
	width: 595px;
}
#footer .service p {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#footer .service li {
	width: 49%;
	margin-right: 2%;
}
#footer .service li:last-child {
	margin-right: 0;
}

#footer .copy {
	float: left;
	width: 300px;
}
#footer .copy p {
	margin-bottom: 20px;
}
#footer .copy p a {
	color: #FFF !important;
}
#footer .copy img {
	width: 169px;
}








/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

body {
	background: #edf1f3 url("../img/mainimage.png") no-repeat center top;
	background-size: 300%;
	
	font-size: 1.4rem;
	
}
	
	
	
	
.title {
	background: #FFF;
	border-radius: 6px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 5%;
}
.title h2 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
}
.title h2 span {
	display: block;
	font-size: 1.2rem;
}
.title p {
	font-size: 1.2rem;
}
	
	
	
	
	
#header {
	position: relative;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 5%;
}
#header .tel {
	line-height: 1;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF !important;
	background: url("../img/icon_tel.svg") no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
	display: block;
}
#header .web {
	text-align: center;
	width: 100%;
	color: #FFF !important;
	background: #b4292c;
}
#header .web a {
	background: url("../img/icon_web.svg") no-repeat 4% center;
	background-size: 20px;
}
#header .line {
	text-align: center;
	width: 100%;
	color: #FFF !important;
	background: #54bf1f;
	margin-left: 0;
}
#header .line a {
	background: url("../img/icon_line.svg") no-repeat 4% center;
	background-size: 20px;
}
#header ul a {
	display: block;
	color: #FFF !important;
	padding: 10px;
}



#mainimage {
	padding: 5%;
}
#mainimage img {
	width: 100%;
	height: auto;
}
#mainimage h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FFF !important;
	font-size: 2rem;
}
	
	

#mainimage p {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF !important;
	font-size: 2rem;
}
#mainimage ul {
}

#mainimage li {
	width: 100%;
	margin-right: 0%;
	text-align: center;
	background: #FFF;
	border-radius: 6px;
	padding: 20px 10px;
	font-size: 1.6rem;
	color: #b09700;
	margin-bottom: 10px;
}
#mainimage li:last-child {
	margin-right: 0%;
}


#list {
	margin-bottom: 10%;
}
	#list .box {
		background: #FFF;
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
		padding: 10px;
	}
	
	#list .box:nth-child(2n) {
		margin-right: 0%;
	}
	#list .box:nth-child(4n) {
		margin-right: 0%;
	}
	#list .box.two {
		width: 100%;
		margin-right: 0%;
		padding: 10px;
	}
	#list .box.two dt {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#list .box.two .dot {
		margin-bottom: 10px;
	}
	#list .box.two p {
		margin-bottom: 10px;
	}



	#list .box h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#list .box .rental {
		border-top: solid 1px #d3dde0;
		margin-bottom: 10px;
	}
	#list .box .rental th {
		width: 100%;
		display: block;
		
		border-bottom: solid 1px #d3dde0;
		background: #edf1f3;
		text-align: center;
		padding: 3px;
		font-weight: 500;
	}
	#list .box .rental td {
		width: 100%;
		display: block;
		
		text-align: center;
		border-bottom: solid 1px #d3dde0;
		line-height: 1.2;
		padding: 5px 0 10px 0;
	}
	#list .box .rental td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .box .rental td span {
		display: block;
		font-size: 1.2rem;
	}


	#list .box .nomal th {
		width: 100%;
		display: block;
		font-size: 1.2rem;
		text-align: left;
		font-weight: 500;
		line-height: 1.2;
	}
	#list .box .nomal td {
		width: 100%;
		display: block;
		font-size: 1.2rem;
		margin-bottom: 8px;
		line-height: 1.4;
	}

#list .cell {
	background: #e9eeef;
	padding: 5%;
}
#list .cell h2 {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 5%;
}
#list .cell h2  span {
	display: block;
	font-size: 1.2rem;
}

#list .cell .tableCell {
	padding: 10px;
	background: #FFF;
}
#list .cell .tableCell table {
	border-top: solid 1px #d3dde0;
	border-left: solid 1px #d3dde0;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#list .cell .tableCell table th {
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
	padding: 10px;
	background: #053980;
	color: #FFF !important;
}
#list .cell .tableCell table td {
	padding: 10px;
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
}
	#list .cell .tableCell table td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .cell .tableCell table td span {
		display: block;
		font-size: 1.2rem;
	}


#service {
	margin-bottom: 10%;
	padding: 10% 0;
	
	background: url("../img/bg_service.png") no-repeat center;
	background-size: cover;
}
#service .box {
	width: 100%;
	margin-right: 0%;
	position: relative;
	background-color: rgba(255,255,255,.7);
	padding: 5%;
	border-radius: 6px;
	margin-bottom: 5%;
}
#service .box dt {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#service .box:last-child {
	margin-right: 0%;
}
#service .box .no {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 42px;
}
#service .box p {
	margin-top: 10px;
}



#flow {
	margin-bottom: 10%;
	position: relative;
}
#flow .flow {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}
#flow .flow .flowBox {
	background: #FFF;
	border-radius: 6px;
	position: relative;
	padding: 30px;
}
#flow .flow .flowBox h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}
#flow .flow .flowBox .no {
	width: 42px;
	position: absolute;
	top: -10px;
	left: -10px;
}
#flow .flow .arrow {
	display: block;
	width: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#flow .ill01 {
	display: none;
}
#flow .ill02 {
	display: none;
}


#flow .tel {
	font-size: 2rem;
	margin-bottom: 10px;
}
#flow .tel span {
	font-size: 1.4rem;
}
#flow .web {
	text-align: center;
	width: 100%;
	color: #FFF !important;
	background: #b4292c;
	margin-bottom: 5%;
}
#flow .web a {
	background: url("../img/icon_web.svg") no-repeat 4% center;
	background-size: 20px;
}
#flow .line {
	text-align: center;
	width: 100%;
	color: #FFF !important;
	background: #54bf1f;
	margin-left: 0%;
}
#flow .line a {
	background: url("../img/icon_line.svg") no-repeat 4% center;
	background-size: 20px;
}
#flow ul a {
	display: block;
	color: #FFF !important;
	padding: 10px;
}






#yakkan {
	background: #FFF;
	padding: 5% 0 10% 0;
}
#yakkan li {
	text-align: center;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}
#yakkan li:last-child {
	margin-right: 0%;
}
#yakkan li a {
	background: #b4292c;
	display: block;
	color: #FFF !important;
	font-size: 1.6rem;
	padding: 20px;
}


#contact {
	background: url("../img/bg_contact.png") no-repeat center;
	background-size: cover;
	padding: 10% 0;
}
#contact li {
	text-align: center;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
}
#contact li:last-child {
	margin-right: 0%;
}
#contact li a {
	background: #FFF;
	display: block;
	font-size: 1.6rem;
	padding: 20px;
}

#contact li.tel a {
	background: #FFF url("../img/icon_tel02.svg") no-repeat 4% center;
	background-size: 40px;
}
#contact li.tel a span {
	font-size: 1.8rem;
}
#contact li.web a {
	background: #FFF url("../img/icon_web02.svg") no-repeat 4% center;
	background-size: 40px;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	font-size: 1.2rem;
	padding: 5% 0;
	background: #000;
	color: #FFF !important;
}
#footer .service {
	float: none;
	width: 100%;
	margin-bottom: 10%;
}
#footer .service p {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#footer .service li {
	width: 49%;
	margin-right: 2%;
}
#footer .service li:last-child {
	margin-right: 0;
}

#footer .copy {
	float: none;
	width: 100%;
}
#footer .copy p {
	margin-bottom: 20px;
}
#footer .copy p a {
	color: #FFF !important;
}
#footer .copy img {
	width: 169px;
}
	
	
.js-scrollable {
	overflow-y: hidden;
}
.js-scrollable table {
	width: 800px;
}
	
}
