﻿@charset "UTF-8";

/* ▼▼▼ 平日限定 夜プラン
=====================================*/
h2 {
	border-bottom: 1px dotted #262626;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	}

table.fee {
	width: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-size: 13px;
	position: relative;
	}
table.fee th,
table.fee td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	}
table.fee th {background: #F3F3F3;}

table tr td:first-child {
	background:  #F7F6F2;
	}
ul.kome {
	margin-bottom: 20px;
	color: #CC0000;
	overflow: hidden;
	}
.read {
	margin-bottom: 40px;
	}
.txt{
	margin-bottom: 20px;
}
ul.txt li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
	}
ul.txt li:before {
	content: "・";
	}
.flow_wrap h3{
    margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.flow_wrap p{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.flow_wrap p:not(:last-of-type)::after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
    margin: auto;
    position: absolute;
	right:0;
    bottom: -25px;
	left: 0;
    transform: rotate(135deg);
}



/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

h1.title {width: 253px;}
h2 {
	margin: 0 auto 20px;
	font-size: 15px;
	}
.container{
	padding: 0 15px;
}
table.fee {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 13px;
	border-collapse: collapse;
	}
table.fee th,
table.fee td {
	padding: 5px;
	}
table.fee {
    overflow-x: auto;
}
ul.kome {
	margin: 0 auto 20px;
	}

}
