@charset "utf-8";
/* CSS Document */
body {
	font-family: "メイリオ" , Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	width:100%;
	position: relative;
}
body.en{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
#container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.logo{text-align: center;}
.logo img{width: 50px;border: none;padding: 5px 0;}
h1{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background:#333434;
}
img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border:1px solid #c5c5c5;
}
a[target=_blank]{
	color:#d00c18;
	text-decoration: underline;
	padding-right: 20px;
	display:inline-block;
	background: url(https://img.jtrip.co.jp/uploads/240903164607_r.png) right center/11px auto no-repeat;
}
.inner{
	width: calc(100% - 20px);
	padding: 10px;
	margin:0 auto;
}
ul{
	margin: 15px 0;
}
ul li{
	padding: 0 0 10px;
	margin-left:1em;
	text-indent:-1em;
}
footer{
	background-color: #333434;
	color: #fff;
}
/* -- コピーライト ------------------- */
.copyright{
	text-align: center;
	margin: 50px 0 0;
	padding: 15px 0;
	border-top: 1px solid #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* -- 印刷改行 ----------------------- */
.break {
  break-before: always;
}

/* -- 矢印 --------------------------- */
h1.arrow{
	width: calc(100% - 20px);
	text-align: left;
	padding: 10px 0 10px 50px;
}
.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before{
	left: 12px;
	top: 22px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 12px solid transparent;
	border-left: 12px solid #ffffff;
	transform: rotate(90deg);
}
.arrow::after{
	left: 18px;
	top: -8px;
	width: 14px;
	height: 18px;
	border-left: 12px solid #ffffff;
}
/* -- テーブル ------------------- */

table{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #5a5a5a;
}
table th{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	background-color: #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
	color: #fff;
}

table td{
	padding: 5px 10px;
	border-bottom: 1px solid #5a5a5a;
}
table tr td:first-child{
	width: 25%;
	padding: 14px 10px;
	border-right: 1px solid #5a5a5a;
}
table tr td > ul{
	margin: 2px 0;
}

table tr td > ul li{
	padding: 2px 0;
}
/* -- フォント装飾 ----------------- */
.red{
	color: red;
}
.green{
	color: #009900;
}
.str{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.s90{
	font-size: 90%;
}
.title-h2-center{
	text-align: center;
	font-size: 110%;
	margin: 0 auto 10px;
}




.spCont{
	display:none;
}
.pcCont{
	display:inline-block;
}


/* -- PCのみ ----------------------- */
@media screen and (min-width: 750px){

	a[href^="tel:"]{
		pointer-events: none;
	}
}


/* -- スマホのみ -*/
@media screen and (max-width: 750px){
	.spCont{
		display: inline-block;
	}
	.pcCont{
		display: none;
	}

	/* -- テーブル ------------------- */
	table{
		width:calc(100% - 20px);
		margin: 0 10px;
	}

	/* h1 */
	h1.arrow{
		width: 100%;
	}

	/* -- フッター -- */
	.copyright{
		margin: 30px 0 0;
		padding: 15px 0;
		border-top: 1px solid #000;
	}

}
