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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
#footer:after {
  content: "";
  display: table;
  clear: both;
}

/*icon style*/
@font-face {
  font-family: 'Quilline Script';
  src: url("./fonts/QuillineScriptThin.woff2") format("woff2"), url("./fonts/QuillineScriptThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #323232;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

a {
  color: #4c4c4c;
}
a:link, a:visited, a:active {
  text-decoration: underline;
}
.mouse a:hover, .touch a.touchstart {
  text-decoration: none;
  color: #656565;
}

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

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

body {
  min-width: 1190px;
}

/* -----------------------------------------------------------
	楽天調整
----------------------------------------------------------- */
#htlContents {
  width: 1190px !important;
  margin: auto !important;
  min-width: 1190px !important;
}

#htlMainContent {
  width: 1190px !important;
  margin: auto !important;
  margin-left: 0 !important;
}

#RthCustomizeW {
  width: 1190px !important;
  margin: auto !important;
}

#htlSide-A {
  position: absolute;
  left: 0;
  top: 1075px;
}

#contents {
  width: 950px !important;
  margin: 35px 0 0 auto;
  line-height: 1.7;
}

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

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border: 1px solid #d5ddb8;
}
table.tbl_basic th, table.tbl_basic td {
  padding: .7em 1em;
  border-bottom: 1px solid #d5ddb8;
  font-size: 100%;
}
table.tbl_basic th {
  background: #E4EACA;
  font-weight: normal;
  min-width: 112px;
  text-align: center;
}

/* -----------------------------------------------------------
   #footer
----------------------------------------------------------- */
#footer {
  height: 690px;
  position: relative;
}
#footer:before {
  content: "";
  background: url(../images/bg_foo.jpg) no-repeat;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 2000px;
  height: 605px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .box_fo {
  float: right;
  width: 950px;
  position: relative;
  z-index: 1;
}
#footer .box_fo .p_top {
  width: 69px;
  margin: 85px auto 0;
}
#footer .box_fo .p_top a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: block;
}
#footer .box_fo .p_top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .box_fo .adress {
  margin-top: 40px;
  text-align: center;
}
#footer .box_fo .adress a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
#footer .box_fo .adress a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .box_fo ul {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
#footer .box_fo ul li {
  float: left;
  width: 473px;
  height: 125px;
  margin-right: 3px;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .box_fo ul li:last-child {
  margin-right: 0;
}
#footer .box_fo ul li .txt_re, #footer .box_fo ul li .txt_tel {
  font-size: 108%;
  letter-spacing: .01em;
}
#footer .box_fo ul li .txt_re:before {
  content: "";
  margin-right: .5em;
  width: 25px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ic_pc.png) no-repeat;
}
#footer .box_fo ul li .btn {
  width: 279px;
  font-size: 122%;
  margin: 10px auto 0;
}
#footer .box_fo ul li .btn a {
  background: #d34c22;
  text-align: center;
  display: block;
  border-radius: 5em;
  padding: .7em 1.5em;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
  border: 3px solid #fff;
  font-size: 108%;
}
#footer .box_fo ul li .btn a:before, #footer .box_fo ul li .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .box_fo ul li .btn a > * {
  vertical-align: middle;
  display: inline;
}
#footer .box_fo ul li .btn a:after {
  /* content: ""; */
  margin-left: .5em;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footer .box_fo ul li .btn a:hover:after {
  left: .5em;
}
#footer .box_fo ul li .btn a {
  border: none;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
#footer .box_fo ul li .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .box_fo ul li .txt_tel:before {
  content: "";
  margin-right: .5em;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ic_tel.png) no-repeat;
}
#footer .box_fo ul li .tel {
  font-size: 165%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #323232;
  margin-top: 10px;
}
#footer .box_fo ul li .tel span {
  padding-left: .2em;
  color: #323232 !important;
  text-decoration: none !important;
  font-size: 148%;
}

#copyright {
  color: #ffffff;
  text-align: center;
  font-size: 72%;
  margin-top: 20px;
}
