@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/*layout*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #111;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.5;
}

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

header#header {
  width: 100%;
  z-index: 200;
	background:  url(//www.iwayu.jp/yoyakuban/img/header-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 0 18px;
}

header#header a {
  color: #FFF;
  text-decoration: none;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

header#header a:hover {
  text-decoration: underline;
}

header#header .header-list-topnav {
  float: right;
}

header#header .header-list-topnav a {
  display: inline-block;
  font-size: 18px;
  padding: 3px;
}

@media print, screen and (min-width: 741px) {
  header#header .header-list-topnav a {
    padding: 6px 12px;
  }
}

header#header .header-list-topnav li {
  display: inline-block;
  vertical-align: middle;
}

nav#nav {
  z-index: 200;
  width: 100%;
}

nav#nav a {
  color: #FFF;
  text-decoration: none;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

nav#nav a:hover {
  text-decoration: underline;
}

nav#nav .list-nav li {
  float: left;
  margin-right: 4.2em;
  font-size: 18px;
}

nav#nav .list-nav li:last-child {
  float: right;
  margin-right: 0;
}

#container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.rows:before, .rows:after {
  content: "";
  display: table;
}

.rows:after {
  clear: both;
}

@media print, screen and (min-width: 741px) {
  .row-table {
    display: table;
  }
}

.cols {
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  box-sizing: border-box;
}

@media print, screen and (min-width: 741px) {
  .cols {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 741px) {
  .cols:first-child {
    margin-left: 0;
  }
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

footer#footer {
  color: #ddd;
  background-color: #222;
}

footer#footer a {
  color: #ddd;
  text-decoration: none;
}

footer#footer a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 741px) {
  footer#footer .list-nav-footer {
    float: left;
    margin-right: 4em;
		text-align: left;
  }
}

footer#footer .list-nav-footer li {
  margin-top: 5px;
  margin-bottom: 5px;
}

footer#footer .list-nav-footer li ul {
  margin-left: 1em;
}

@media print, screen and (min-width: 741px) {
  footer#footer .list-nav-footer:last-child {
    float: right;
    margin-right: 0;
  }
}

.text-copyright {
    font-size: 11px;
}

.font-min {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ta {
  text-align: left !important;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.sub-menu {
	margin-top: 15px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.sub-menu .wrapper {
	margin-bottom: 0
}

.sub-menu a {
	color: #000;
	text-decoration: none;
}
.sub-menu .page_link {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.sub-menu .page_link li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ececec;
	position: relative;
	width: 25%;
}
.sub-menu .page_link li:first-child {
	border-left: 1px solid #ececec;
}
.sub-menu .page_link li a {
	color: #4b4b4b;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0.7em 0 0.9em;
	letter-spacing: .1em;
	-moz-transition: background 0.35s;
	-o-transition: background 0.35s;
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
.sub-menu .page_link li.active a, .sub-menu .page_link li:hover a {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
	background: -moz-linear-gradient(#f2f2f2, #fff);
	background: -webkit-linear-gradient(#f2f2f2, #ffffff);
	background: linear-gradient(#f2f2f2, #fff);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFFFFFFF');
}
.sub-menu .page_link li:before {
	position: absolute;
	height: .3em;
	bottom: 0;
	left: 0;
	content: "";
	background: #666;
	opacity: 0;
	width: 100%;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.sub-menu .page_link li.active:before,
.sub-menu .page_link li:hover:before {
	opacity: 1;
}
#plan_list 
{
	opacity: 1;
}
#plan_daycalender .sub-menu .page_link li:before {
	opacity: 1;
}
#customer_header .sub-menu .page_link li:before {
	opacity: 1;
}

#social {
    background-color: #EEE;
}
#social .list-social-buttons {
    text-align: center;
    padding-bottom: 5px;
}
#social .list-social-buttons li {
    vertical-align: middle;
    display: inline-block;
}
#social .wrapper {
	margin-bottom: 0;
}
.area-social img {
    vertical-align: bottom;
}


.sukima{
  height: 600px;
}