@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.box_roo:after, #footer .hnav ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #323232;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
body a {
  color: #4c4c4c;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #656565;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

.over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天css調整
----------------------------------------------------------- */
div#RthCustomize {
  width: 950px !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 950px;
  max-width: 950px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header #gnav {
  display: table;
  width: 100%;
  border-bottom: 2px solid #7d362e;
  margin-top: 20px;
}
#header #gnav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #c27168;
}
#header #gnav li a {
  display: block;
  padding: 19px 0;
  background: #b34d42;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
#header #gnav li a:hover {
  background: #d66659;
}
#header #gnav li:first-child {
  border-left: none;
}
#header .mainimg {
  margin-top: 12px;
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/*  .con_bnarea
----------------------------------------------------------- */
.con_bnarea {
  margin: 25px 0 0 -9px;
  letter-spacing: -.4em;
}
.con_bnarea li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin: 0 0 10px 9px;
}

/*  .con_roo
----------------------------------------------------------- */
.con_roo {
  padding-top: 52px;
}
.con_roo h3 {
  margin-bottom: 30px;
  text-align: center;
}
.con_roo .box_int .wrp_txt {
  letter-spacing: -.4em;
  margin-top: -26px;
}
.con_roo .box_int .wrp_txt p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 9px;
}
.con_roo .box_int .wrp_txt p:first-child {
  margin-left: 0;
}
.con_roo .box_int .wrp_txt p.ic, .con_roo .box_int .wrp_txt p.txt {
  margin-top: 33px;
}
.con_roo .pnav {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.con_roo .pnav li {
  position: relative;
  display: table-cell;
  width: 16.66667%;
  border: 1px solid #e7e7e7;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(50%, #f6f6f6), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(bottom, #f6f6f6 50%, #ffffff 100%);
  background: -webkit-linear-gradient(bottom, #f6f6f6 50%, #ffffff 100%);
  background: linear-gradient(to top, #f6f6f6 50%, #ffffff 100%);
  vertical-align: middle;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.con_roo .pnav li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_roo .pnav li a {
  display: block;
  padding: 22px 0;
  text-align: center;
  text-decoration: none;
  color: #323232;
  line-height: 1.46;
}
.con_roo .pnav li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 19px;
  height: 10px;
  margin-left: -9px;
  background: url(../images/home/ic_arr.png) no-repeat left top;
}
.con_roo .box_oth {
  overflow: hidden;
  padding: 25px;
  margin-top: 80px;
  background: #f3f3f3;
  box-sizing: border-box;
}
.con_roo .box_oth .wrp_ame h4, .con_roo .box_oth .wrp_ren h4 {
  margin-bottom: 20px;
  text-align: center;
}
.con_roo .box_oth .wrp_ame ul, .con_roo .box_oth .wrp_ren ul {
  margin-left: -10px;
  text-align: center;
  letter-spacing: -.4em;
}
.con_roo .box_oth .wrp_ame ul li, .con_roo .box_oth .wrp_ren ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 200px;
  margin: 0 0 10px 12px;
}
.con_roo .box_oth .wrp_ame ul li span, .con_roo .box_oth .wrp_ren ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(204, 139, 132, 0.8);
  color: #fff;
  padding: .2em 0;
}
.con_roo .box_oth .wrp_ame > .txt, .con_roo .box_oth .wrp_ren > .txt {
  max-width: 410px;
  padding: .5em;
  border: 1px dashed #000;
  margin: auto;
  box-sizing: border-box;
  line-height: 1.46;
}
.con_roo .box_oth .wrp_ame {
  width: 430px;
  float: left;
}
.con_roo .box_oth .wrp_ame .att {
  margin-top: 10px;
}
.con_roo .box_oth .wrp_ame .img {
  margin-top: 25px;
}
.con_roo .box_oth .wrp_ren {
  float: right;
  width: 420px;
}
.con_roo .box_oth .wrp_ren .pc {
  overflow: hidden;
  padding: 10px 7px;
  margin-top: 15px;
  box-sizing: border-box;
  background: #e8e8e8;
}
.con_roo .box_oth .wrp_ren .pc > * {
  float: left;
}
.con_roo .box_oth .wrp_ren .pc .wrp_img {
  width: 130px;
}
.con_roo .box_oth .wrp_ren .pc .wrp_txt {
  width: 260px;
  margin-left: 10px;
}
.con_roo .box_oth .wrp_ren .pc .wrp_txt .st {
  margin-bottom: 8px;
  font-size: 124%;
  font-weight: bold;
}
.con_roo .box_oth .wrp_ren .card {
  margin-top: 65px;
}

.box_roo {
  margin-top: 60px;
}
.box_roo h4 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.box_roo h4 em, .box_roo h4 span {
  display: block;
}
.box_roo h4 em {
  font-size: 200%;
  color: #b34d42;
}
.box_roo h4 span {
  margin-top: 5px;
  font-size: 139%;
  color: #d3cbbf;
  font-weight: normal;
}
.box_roo h4:before {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #d3cbbf;
  margin-bottom: 20px;
}
.box_roo h4:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  border-bottom: 5px solid #b34d42;
}
.box_roo .wrp_img {
  float: left;
  width: 622px;
}
.box_roo .wrp_img p {
  margin-bottom: 5px;
}
.box_roo .wrp_img ul {
  overflow: hidden;
  margin-left: -5px;
}
.box_roo .wrp_img ul li {
  width: 203px;
  float: left;
  margin: 0 0 5px 5px;
}
.box_roo .wrp_img ul li span {
  display: block;
  width: 100%;
  padding: .2em 0;
  background: #cc8b84;
  text-align: center;
  color: #fff;
}
.box_roo .wrp_txt {
  float: right;
  width: 300px;
}
.box_roo .wrp_txt .txt {
  line-height: 1.84;
}
.box_roo .wrp_txt ul {
  overflow: hidden;
  margin-top: 23px;
}
.box_roo .wrp_txt ul li {
  float: left;
  margin-left: 12px;
}
.box_roo .wrp_txt ul li:first-child {
  margin-left: 0;
}
.box_roo .wrp_txt table {
  width: 100%;
  margin-top: 27px;
  border-top: 1px solid #bbbbbb;
}
.box_roo .wrp_txt table tr th, .box_roo .wrp_txt table tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #bbbbbb;
  font-weight: normal;
}
.box_roo .wrp_txt table tr th {
  width: 40%;
  background: #f3f3f3;
}
.box_roo .wrp_txt .btn {
  margin-top: 20px;
}
.box_roo .wrp_txt .btn a {
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.box_roo .wrp_txt .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .con_inf {
  padding-top: 30px;
  border-top: 1px dashed #c9c9c9;
  margin-top: 40px;
}
#footer .con_inf h3 {
  margin-bottom: 27px;
  text-align: center;
}
#footer .con_inf ul {
  overflow: hidden;
  margin-left: -10px;
}
#footer .con_inf ul li {
  float: left;
  margin-left: 10px;
}
#footer .hnav {
  padding: 17px 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  background: #f3f3f3;
}
#footer .hnav ul {
  width: 700px;
  margin: auto;
}
#footer .hnav ul li {
  width: 140px;
  float: left;
  margin-bottom: 10px;
}
#footer .hnav ul li:before {
  content: '■';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 77%;
  color: #b34d42;
  line-height: 13px;
  margin-right: .5em;
}
#footer .hnav ul li a {
  color: #323232;
  text-decoration: none;
}
#footer .hnav ul li a:hover {
  text-decoration: underline;
}
#footer .hnav ul li:first-child, #footer .hnav ul li:first-child + li, #footer .hnav ul li:first-child + li + li, #footer .hnav ul li:first-child + li + li + li, #footer .hnav ul li:first-child + li + li + li + li {
  margin-top: 0;
}
#footer .con_footer {
  display: table;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  background: #e7e7e7;
  -moz-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}
#footer .con_footer .inner {
  display: table-cell;
  border-left: 1px dotted #b7b7b7;
  padding: 7px 0;
}
#footer .con_footer .inner:first-child {
  width: 435px;
  border-left: none;
  vertical-align: top;
}
#footer .con_footer .inner:first-child address {
  margin-top: 20px;
  line-height: 1.53;
}
#footer .con_footer .inner:first-child + .inner {
  width: 315px;
  text-align: center;
  vertical-align: middle;
}
#footer .con_footer .inner:first-child + .inner + .inner {
  width: 145px;
  text-align: right;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
