@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     case css
------------------------------------------------------------------------ */

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/

.breadcrumbs{
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	text-align:left;
	line-height: 1.1;
	font-size: 10px;
}
.breadcrumbs a {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
.breadcrumbs{
	top: 520px;
	padding: 0 20px;
}
}
@media print, screen and (min-width:1320px) {
.breadcrumbs{
	left: 50%;
	width: 1280px;
	margin-left: -640px
}
}

/*------------------------------------------pagetitle*/
#pagetitle {
	position: relative;
	top: 70px;
	height: 240px;
	background: url("../../img/reservation-system_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}
#pagetitle div {
	position: absolute;
	top: 65%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	padding:0;
	font-size: 25px;
}
#pagetitle div .wrapper{
	background: rgba(0,0,0,0.5);
	display: inline-block;
	width:auto;
		position:relative;
		padding:30px 30px 10px;
}
#pagetitle div h1{
	color:#fff;
	display:block;
	margin:0;
	font-weight:bold;
	position:relative;
	width:auto;
	text-shadow: none;
	padding:30px 0 0 0;
}
#pagetitle span {
	color: #fff;
	font-weight:bold;
	text-shadow:none;
	padding:0px;
}
#pagetitle a {
	color: #003da6;
	font-size:26px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	position: relative;
	top: 0;
	height: 450px;
	margin-bottom: 20px;
	margin-top:60px;
}
#pagetitle div {
	padding:0 40px;
	font-size: 40px;
}
}
@media print, screen and (max-width:480px) {
#pagetitle {
	height: 300px;
}
#pagetitle div {
	font-size: 20px;
}
}
/*------------------------------------------content*/
ul.item_container li p{margin-top:20px;text-align: left;}
/*---------------------------------reason_box*/
.reason_box .reason_num {
    text-align: left;
}
.reason_box .reason_num span {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.1;
    font-size: 16px;
    color: #fff;
    background: #003da6;
    box-shadow: 4px 4px 0 #ddd;
}
.reason_box .reason_num span::before {
    position: absolute;
    right: 6px;
    bottom: -11px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #ddd;
    transform: rotate(45deg);
}
.reason_box .reason_num span::after {
    position: absolute;
    right: 10px;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #003da6;
    transform: rotate(45deg);
}
.reason_box h2 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.reason_box .fig_box figure {
    margin-bottom: 15px;
    text-align: center;
}
.reason_box .fig_box figure img {
    width: auto;
    max-width: 400px;
    height: auto;
}
.reason_box .fig_box div p {
    text-align: left;
}
@media print, screen and (min-width:768px) {
.reason_box .reason_num span {
    padding: 12px 30px;
    font-size: 22px;
    color: #fff;
}
.reason_box h2 {
    margin-bottom: 20px;
    font-size: 28px;
}
.reason_box .fig_box figure {
    margin-bottom: 20px;
}
}
@media print, screen and (min-width:992px) {
.reason_box{
	float:left;
	width:50%;
	padding:20px;
}

.reason_box .fig_box {
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
}
.reason_box .fig_box.fig_r {
    flex-direction: row-reverse;
}/
.reason_box .fig_box figure {
    width: 90%;
		margin:0 auto;
}
.reason_box .fig_box div {
    width: 90%;
	  margin:0 auto;
}
}
@media print, screen and (min-width:1200px) {
#notepc_bn .bn figure {
	margin-left: 5%;
}
}

.fig_box_full figure {
    margin-bottom: 15px;
	text-align: center;
}
.fig_box_full figure img {
    width: 90%;
    height: auto;
		margin:0 auto;
}
.fig_box_full div h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size:18px;
    font-weight: bold;
    text-align: left;
}
.fig_box_full div h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.fig_box_full div p {
    margin-bottom: 15px;
	text-align: left;
}
.fig_box_full div p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
.fig_box_full figure {
    margin-bottom: 30px;
}
.fig_box_full div h3 {
    margin: 30px 0 20px;
    padding-left: 30px;
    font-size:24px;
}
.fig_box_full div h3::before {
    top: 11px;
    width: 20px;
}
}

.bg_img01 {
    color: #fff;
    background: url("../../img/pc_img/bg01.jpg") center bottom no-repeat #3874b9;
    background-size: cover;
}
.bg_img01 .tit01 {
    color: #fff;
}
.bg_img01 .tit01::after {
    background: #fff;
}
.bg_img01 .fig_box_full div h3::before {
    background: #fff;
}

.spec_list li:first-child {
    margin-bottom: 30px;
}
.spec_list li h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size:18px;
    font-weight: bold;
    color:#333;
    text-align: left;
}
.spec_list li h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.spec_list li table th {
   width: 5em;
}
@media print, screen and (min-width:576px) {
.spec_list li table th {
   width: 8em;
}
}
@media print, screen and (min-width:768px) {
.spec_list li:first-child {
    margin-bottom: 40px;
}
.spec_list li h3 {
    margin: 30px 0 20px;
    padding-left: 30px;
    font-size:28px;
}
.spec_list li h3::before {
    top: 15px;
    width: 20px;
}
}
@media print, screen and (min-width:992px) {
.spec_list {
    display: flex;
    justify-content: space-between;
}
.spec_list li {
    width: 49%;
}
.spec_list li:first-child {
    margin-bottom: 0;
}
.spec_list li table th {
   width: 5em;
}
}
@media print, screen and (min-width:1200px) {
.spec_list li table th {
   width: 8em;
}
}
.txt_size {font-size:20px!important;line-height: 200%;}
/*----------------------------------benefit*/
.list_benefit > li {
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
}
.list_benefit > li h4 {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.3;
	padding-top: 0.1em;
	padding-left: 2em;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.list_benefit > li h4 span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #003da6;
}
@media print, screen and (min-width:768px) {
.list_benefit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_benefit > li {
	width: 48.5%;
	margin-bottom: 30px;
	padding: 30px;
}
.list_benefit > li h4 {
	margin-bottom: 20px;
	padding-top: 0.2em;
	font-size: 24px;
}
.list_benefit > li h4 span {
	font-size: 30px;
}
}
/*----------------------------------service*/
#service ul li {
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
}
#service ul li img {
	width:90%;
	margin:0 5% 10px;
}
@media print, screen and (min-width:768px) {
#service ul {
	display: flex;
	justify-content: space-between;
}
#service ul li {
	width: 32%;
	margin-bottom: 0;
	padding: 20px;
}
#service ul li p {
	text-align: left;
}
}
@media print, screen and (min-width:992px) {
#service ul li {
	padding: 30px;
}
}

#service .flame_box {
	margin-top: 15px;
	padding: 15px;
	background: #fff;
}
#service .flame_box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#service .flame_box figure {
	margin: 15px 0;
}
#service .flame_box figure img {
	max-width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#service .flame_box {
	margin-top: 30px;
	padding: 30px;
}
#service .flame_box h4 {
	font-size: 22px;
}
#service .flame_box figure {
	margin: 30px 0;
}
}
.container_base ul.item_container li.item2 p{margin:20px 0 20px;}
table.tbl02{width:90%;margin:0 5%;}
table.tbl02 th{padding:3px;background:#0099FF;font-size:150%;color:#fff;border-bottom:3px solid #fff;}
table.tbl02 td{padding:10px;background:#fcfcfc;font-size:120%;border-bottom:3px solid #fff;}
table.tbl02 td:last-child{padding:10px;background:#ffffff;font-size:120%;}
table.tbl02 th.border_r,table.tbl02 td.border_r{border-right:3px solid #fff;}
table.tbl02 td small{font-size:50%;}
table.tbl02 td strong{color:#ff0000;}
table.tbl02 th.valtec,table.tbl02 td.valtec{font-size:120%;font-weight:bold;}
