/*
 Common
----------------------------------------------------------- */
body {
}

a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
}

.commonTitle {
  color: #eb5183;
  font-size: 180%;
  font-weight: bold;
  position: relative;
  padding: 2px 0 0 10px;
  margin: 0 0 15px;
}

.commonTitle:before {
  content: "";
  width: 5px;
  height: 26px;
  background: #eb5183;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*
 Container
----------------------------------------------------------- */
.largeContainer {
  background: url("../img/common/bg_container.png") repeat;
  padding: 30px 0;
  margin: -7px 0 0;
}

.largeContainer article *,
.largeContainer article *:before,
.largeContainer article *:after {
  box-sizing: border-box;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 130%;
  line-height: 1.8;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.mainContainer {
  float: left;
  width: 640px;
}

/*
 Header
----------------------------------------------------------- */
.header {
  position: relative;
  z-index: 1000;
}

.header_logo {
  float: left;
  padding: 33px 0 0;
}

.header_text {
  float: left;
  width: 280px;
  padding: 25px 0 0 10px;
}

.header_list {
  float: left;
  background: url("../img/common/icon_tel.png") no-repeat 0 4px;
  padding: 0 0 0 45px;
  margin: 22px 0 0 14px;
}

.header_list dt {
  line-height: 1.2;
  font-weight: bold;
  font-size: 200%;
  letter-spacing: 1px;
}

.header_list dd {
  font-size: 95%;
}

.header_btn {
  float: right;
  padding-top: 20px;
}

/* Navigation */
nav {
  width: 100%;
  background: url(../img/common/navigation/bg_gnav_shadow.png) repeat-x bottom;
  padding-top: 20px;
  font-size: 130%;
  padding-bottom: 6px;
}

nav ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

nav ul li {
  width: 200px;
  height: 46px;
  background: url(../img/common/navigation/g_navi_back.gif) repeat-x;
  box-sizing: border-box;
  border-left: 1px solid #d1d1d1;
  float: left;
  /* Hover */
  /* URL */
}

nav ul li.home {
  width: 200px;
}

nav ul li a {
  color: #000;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 46px;
}

nav ul li a:hover {
  color: #eb5183;
  margin-top: -3px;
}

nav ul li:last-child {
  border-right: 1px solid #d1d1d1;
}

nav ul li:hover {
  background: url(../img/common/navigation/g_navi_back_o.gif) repeat-x;
  border-top: 3px #eb5183 solid;
  color: #eb5183;
}

nav ul li.active {
  background: url(../img/common/navigation/g_navi_back_o.gif) repeat-x;
  border-top: 3px #eb5183 solid;
  color: #eb5183;
}

nav ul li.active a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 46px;
  color: #eb5183;
}

nav ul li.active a:hover {
  color: #eb5183;
  margin-top: 0px;
}

.pageTopBtn {
  text-align: right;
  font-size: 110%;
  float: right;
  z-index: 999;
  padding: 27px 10px 0 0;
}

.pageTopBtn a {
  color: #fff;
  display: inline-block;
  background: url("../img/common/icon_pagetop.png") no-repeat 0 3px;
  padding: 2px 0 2px 25px;
  text-decoration: underline;
}

.pageTopBtn a:hover {
  text-decoration: none;
}

/* Footer */
footer {
  background: #fff;
}

footer .f_nav {
  background: #eb5183;
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}

footer .f_nav ul {
  position: relative;
  font-size: 110%;
  line-height: 1.8;
  float: left;
}

footer .f_nav ul li {
  float: left;
  line-height: 80px;
  color: #fff;
}

footer .f_nav ul li a {
  padding: 0px 10px;
  color: #fff;
}

footer .f_nav ul li a:hover {
  text-decoration: underline;
}

footer .f_cont {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 130%;
  line-height: 1.8;
  padding: 35px 0px;
}

footer .f_cont:after {
  content: "";
  display: table;
  clear: both;
}

footer .f_cont .f_left {
  width: 600px;
  float: left;
  font-size: 120%;
}

footer .f_cont .f_left h2 {
  margin-bottom: 25px;
}

footer .f_cont .f_left p {
  line-height: 170%;
}

footer .f_cont .f_right {
  width: 380px;
  float: left;
}

footer .copy {
  background: #666666;
  height: 60px;
}

footer .copy p {
  display: block;
  width: 1000px;
  margin: 0 auto;
  line-height: 60px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}

.crumbs {
  background: url("../img/common/bg_crumbs.png") repeat;
  padding: 15px;
  margin: 0 0 30px;
}

.crumbs .crumb-lists li {
  display: inline-block;
  margin: 0 3px;
}

.crumbs .crumb-lists a {
  text-decoration: underline;
}

.crumbs .crumb-lists a:hover {
  text-decoration: none;
}

/*
 Side
----------------------------------------------------------- */
.sideContainer {
  width: 300px;
  float: right;
}

.sideNavi {
  margin: 0 0 30px;
}

.sideNavi_title {
  background: #eb5183;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 10px 10px 25px;
  font-size: 130%;
  position: relative;
  letter-spacing: 1px;
}

.sideNavi_title:before {
  content: "";
  width: 5px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sideNavi ul {
  border: solid #ddd;
  border-width: 0 1px 1px;
}

.sideNavi li a {
  font-size: 115%;
  display: block;
  background: #fefefe;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1, #ededee),
    color-stop(0, #fefefe)
  );
  background: -webkit-linear-gradient(#fefefe, #ededee);
  background: linear-gradient(#fefefe, #ededee);
  padding: 12px 15px;
  position: relative;
}

.sideNavi li a:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  width: 6px;
  height: 11px;
  background: url("../img/side/icon_arrow.png") no-repeat;
}

.sideNavi li a:hover {
  opacity: 0.8;
}

.sidePicList li {
  margin: 0 0 15px;
}

/*add 20170515.seki*/

div.gallery {
  margin-bottom: 60px !important;
}

div.columnBox {
  overflow: hidden;
}

div.columnBox li.columnBox-two {
  width: 50%;
  float: left;
}

#form th {
  width: 200px;
  vertical-align: middle;
}

#form td {
}

#form {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#form input {
  padding: 5px;
  width: 400px;
}

#form textarea {
  padding: 5px;
  width: 400px;
  height: 100px;
  max-width: 400px; /*←ここが限界！*/
}

#form input[type="checkbox"] {
  width: 30px !important;
}

span.accept {
  margin: 0 10px;
}

input.submit {
  padding: 10px 40px;
}
/* 221227 */
.readonly {
  background: none;
  border: none;
  outline: none;
}
input.form_test:hover.readonly {
  background: none;
}
/* 221227まで */
