@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/* ================================================== *

 *

 *    base style

 *

 * ================================================== */
body {
  background: #fff;
  color: #392C1C;
  line-height: 1.7;
  /* 	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-family: "Noto Sans JP", 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
body.pageTop {}
@media(min-width:768px) {
  body.pageTop {}
}
@media(min-width:992px) {
  body.pageTop {}
}
main {}
/* ------------------------------------------------- *

 *        HTML Parts

 * ------------------------------------------------- */
p {
  line-height: 2.0em;
  word-break: break-all;
}
a {
  color: #323232;
  word-break: break-all;
  transition: 0.3s ease-out; /* マウスカーソルを載せるとき */
}
a.underLined {
  text-decoration: underline;
}
a:hover {
  color: #e73434;
  text-decoration: underline;
  text-decoration: none;
  transition: 0.3s ease-out; /* マウスカーソルを載せるとき */
}
a img:hover {}
a.disabled {
  pointer-events: none;
}
.underLined {
  text-decoration: underline;
}
/*

h1{	}

h2{	}

h3{	}

h4{	}

h5{	}

h6{	}

*/
small {
  color: #64340F;
}
.color_font {
  color: #392C1C;
}

.pb_font_family_type3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
/*  //ボタン */
.btn-default {
  min-width: 220px;
  line-height: 55px;
  background: #afcfd2;
  color: #ffffff;
}
a.btn2 {
  background: #0c5cab url(/svg/arrows1.svg) no-repeat right 2rem center / auto 1rem;
  background-color: #afcfd2;
  border-radius: .3rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: .4rem 4rem .2rem 3rem;
}
.btn {
  border: 0 none;
  border-radius: 0;
}
/*  //ボタンの背景色　朱色 */
.btn-success {
  background: #e73434;
  color: #fff;
  border-radius: 2px;
}
/*  //ボタンの上にポインタを持ってきたり、クリックしたりした時の背景色 */
.btn-success:hover, .btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:active.focus, .btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success.active.focus, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-success:hover, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success.focus, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background: #7d5e3c !important;
  background: #aaa !important;
  border-color: #aaa !important;
}
.txtbtn {
  display: block;
  min-width: 240px;
  width: 240px;
  max-width: 400px;
  line-height: 20px;
  margin: 0 auto;
  padding: 10px 20px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #67635e;
  color: #323232;
  font-size: 1.083em;
  font-size: .9em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.txtbtn.left, .txtbtn-sm.left {
  margin: 15px 0 30px;
  text-align: center;
}
.txtbtn:hover {
  border-color: #e73434;
  color: #e73434;
  border-color: #dbd2a8;
  color: #dbd2a8;
  border-color: rgb(100, 52, 15);
  color: rgb(100, 52, 15);
  text-decoration: none;
}
.txtbtn-sm {
  min-width: 180px;
  min-width: 2500px;  
  line-height: 10px;
  margin: 20px auto 20px;
  padding: 10px 20px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #67635e;
  color: #323232;
  font-size: 1.083em;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.txtbtn-sm:hover {
  border-color: #8f5939;
  color: #8f5939;
  text-decoration: none;
}
.yoyakubtn {
  display: block;
  min-width: 240px;
  width: 240px;
  max-width: 400px;
  line-height: 20px;
  margin: 0 auto;
  padding: 10px 20px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #67635e;
  color: #323232;
  font-size: 1.083em;
  font-size: .9em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.list-group-item.active {
  background: #9ec6cc !important;
  color: #fff;
  border-color: #eaeaea !important;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.dli-chevron-down-red {
  display: inline-block;
  vertical-align: middle;
  color:#64340F;	
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dbd2a8 !important;
}
/* ================================================== *

 *

 *    Heading modules

 *

 * ================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #392C1C;
  font-weight: bold;
}
.imperial-script-regular {
  font-family: "Imperial Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.castoro-titling-regular {
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
}
/************小さい入り見出し**************/
.m-title-line::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #e73434;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m-title-line--center {
  text-align: center;
}
.m-title-line {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
  margin-bottom: 12px;
}
.m-title-line--center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/************ライン入り見出し グリーン線**************/
.grline {
  display: inline-block;
  line-height: 1;
  /*     font-weight: bold; */
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 20px;
}
.grline::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #7fb17e;
  width: 100%;
  height: 4px;
  z-index: -1;
}
.grline::after {
  content: '';
  display: block;
}
/************ライン入り見出し ベージュ線**************/
.brline {
  display: inline-block;
  line-height: 1;
  /*     font-weight: bold; */
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 20px;
}
.brline::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fae5b5;
  width: 100%;
  height: 4px;
  z-index: -1;
}
.bgline::after {
  content: '';
  display: block;
}
/************ライン入り見出し グレー**************/
.grayline {
  display: inline-block;
  line-height: 1;
  /*     font-weight: bold; */
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 20px;
}
.grayline::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #b0cfd2;
  width: 100%;
  height: 4px;
  z-index: -1;
}
.grayline::after {
  content: '';
  display: block;
}
/************ライン入り見出し グレー**************/
.hecline {
  display: inline-block;
  line-height: 1;
  /*     font-weight: bold; */
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 20px;
}
.hecline::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #F9C033;
  width: 100%;
  height: 4px;
  z-index: -1;
}
.hecline::after {
  content: '';
  display: block;
}
/************h1用　中央見出し　横線入り**************/
.section-title, .entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  margin: 0px 0 35px;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.section-title a, .entry-title a {}
.section-title span, .entry-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before, .entry-title span:before, .section-title span:after, .entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-top: 1px solid #ccc;
}
.section-title span:before, .entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after, .entry-title span:after {
  left: 100%;
  margin-left: 45px;
}
/* ------------------------------------------------- *

 *        UL LI

 * ------------------------------------------------- */
ul {
  list-style: none;
}
dl dt, dd {
  line-height: 2.0em;
}
ul li {
  line-height: 2.0em;
}
ol li {
  line-height: 2.0em;
}
dt {
  font-weight: 500;
}
/************緑リスト**************/
.dot_list_green li::before {
  content: '';
  display: inline-block;
  background: url("/img/common/icon_dot_green.png") center center no-repeat transparent;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  line-height: 6px;
  margin-left: -20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  left: 0;
}
/************グレーリスト**************/
.dot_list_gray li::before {
  content: '';
  display: inline-block;
  background: url("/img/common/icon_dot_gray.png") center center no-repeat transparent;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  line-height: 6px;
  margin-left: -20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  left: 0;
}
/************グレーリスト2**************/
.dot_list_gray2 li::before {
  content: '';
  display: inline-block;
  background: url("/img/common/icon_dot_gray2.png") center center no-repeat transparent;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  line-height: 6px;
  margin-left: -20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  left: 0;
}
/* ================================================== *

 *

 *    Table modules

 *

 * ================================================== */
th {
  line-height: 2.0em !important;
  /* 	padding-left:0;	 */
}
td {
  line-height: 2.0em !important;
}
#schedule_table {
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#schedule_table thead {
  background: #fafafa;
}
#schedule_table td, #schedule_table th {
  line-height: 1;
}
#schedule_table td, #schedule_table th {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#schedule_table .color {
  background: #eff5f6;
}
#schedule_table .header {
  width: 180px;
  background: #fff;
}
/* ================================================== *

 *

 *    Block modules

 *

 * ================================================== */
/************背景色　コンポーネント　薄茶**************/
.backltBr {
  background: rgba(253, 251, 242, 1);
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　茶**************/
.backBr {
  background: rgb(252, 240, 215);
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　グレー**************/
.backlight {
  background: #f5f5f5;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　クリーム　柄**************/
.backCr {
  background: url(../img/common/bg_skew_cream.png) center center repeat transparent;
  background-size: 4px 4px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　ライム　柄**************/
.backlm {
  background: url(../img/common/bg_skew_lime.png) center center repeat transparent;
  background-size: 4px 4px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　スカイ　柄**************/
.backbl {
  background: url(../img/common/bg_skew_blue.png) center center repeat transparent;
  background-size: 4px 4px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　ライトグリーン　柄**************/
.backltgr {
  background: url(../img/common/bg_skew_ltgr.png) center center repeat transparent;
  background-size: 4px 4px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　グレー　柄**************/
.backgray {
  background: url(../img/common/bg_skew_gray.png) center center repeat transparent;
  background-size: 4px 4px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
/************背景色　コンポーネント　テクスチャ　柄**************/
.backtex {
  background: url(/img/common/subtle_grunge_@2X.png) repeat center center;
  background-size: 400px 400px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************背景色　コンポーネント　グレー**************/
.backlight2 {
  background: #ebebeb;
  background: #e1ddd8;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

/* FPD2026 */
/************ FPD2026 背景色　コンポーネント　Light **************/
.backlight {
  background: #eae6d4;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************ FPD2026 背景色　コンポーネント　Beige **************/
.backbeige {
  background: #dbd2a8;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
/************ FPD2026 背景色　コンポーネント　Brown **************/
.backbrown {
  background: #392c1c;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  color: #EAE6D4;
}
.backbrown h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  color: #392C1C;
  /* font-weight: normal; */
}
.brtxt {
  color: #EAE6D4 !important;
}

/************ FPD2026 背景色　コンポーネント　グレー**************/
.backlight2 {
  background: #f5f5f5;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;

}

/************ FPD2026 背景色　コンポーネント　グレー**************/
.backlight0 {
  background: #f7f2e5;
  background: #ece9e0;  
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;

}

/* ================================================== *

 *

 *    block modules

 *

 * ================================================== */
/* ------------------------------------------------- *

 *        グローバルナビゲーション

 * ------------------------------------------------- */
.navbar {
  border-top: 1px solid #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.nav-link {
  color: #666;
}
.navbar-light .navbar-nav .nav-link {
  color: #666;
  color: #000;
}
.navbar-nav li.nav-item {
  line-height: 1.2em;
}
.navbar-nav li.nav-item a:hover {
  color: #fff !important;
  background: #afcfd2;
}
.navbar-nav li.nav-item a:hover small {
  color: #fff !important;
}
.dropdown-menu {
  top: 95%;
  line-height: 1.5em;
  background: #eee;
  color: #444;
  font-size: .9em;
  border-radius: 0;
}
/* ------------------------------------------------- *

 *        パンくず

 * ------------------------------------------------- */
.breadcrumb-area {
  background: #b0cfd2;
  background: #111;
  color: #fff;
}
.breadcrumb {
  padding: .5rem 0;
  margin-bottom: 0;
  background: none;
}
.breadcrumb-item {
  font-size: .85em;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}
@media only screen and (min-width : 768px) {
  /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* ------------------------------------------------- *

 *        keyVisual

 * ------------------------------------------------- */

.jumbotron {
  border-radius: 0;
  color: #fff;
}
#mainvisual {
  background: #000;
  border: none;
  margin: -1px 0 0 0;
  padding: 0;
}

/* SP */
.sc-keyVisual {
  padding-top: 100px;
  padding-top: 20vh;
  background: #000;
  background-size: cover;
  /* 	width: 100vw; */
  height: 100vh;
  min-height: 70vh;
}
.child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 360px;
  max-height: 250px;
  min-width: 360px;
  min-height: 250px;
  position: absolute;
  display: flex;
  justify-content: center;
}

/* PC */
@media(min-width:768px) {
  .sc-keyVisual {
    padding-top: 100px;
    background: #000;
    background-size: cover;
    height: auto;
    height: 100vh;
    align-items: center;
  }
  .child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 500px;
    max-width: 800px;
    position: absolute;
    display: flex;
    justify-content: center;
  }
  .sc-keyVisual .btn-group {}
  .sc-keyVisual-common {
    background-size: cover;
  }
  .sc-keyVisual-common h1 {
    font-size: 2.6em;
  }
  .sc-keyVisual-common {
    height: 150px;
    background-size: cover;
    padding-top: 24px;
  }
}
.imgWrap {
  overflow: hidden;
  width: 200px;
  height: 200px;
}
a img:hover {
  opacity: 0.8;
}
hr.hec {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #b1b5b7;
  border-top: 1px solid #dfe1e2;
}
/* ================================================== *

 *

 *    nav modules

 *

 * ================================================== */
/* ------------------------------------------------- *

 *        サイドナビ　sc-sideNav

 * ------------------------------------------------- */
.sc-sideNav.list-group .list-group-item {
  border-radius: 0;
  border-color: #ddd;
  border-left: none;
  border-right: none;
}
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
  background: #f5f5f5;
}
.sc-sideNav.list-group .list-group-item:first-child {
  /* 	border-top: none; */
}
.sc-sideNav .text-arrowIcon {
  position: absolute;
  right: 15px;
  top: 14px;
  top: 18px;
  font-size: 10px;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* ================================================== *

 *

 *    Block Infomation modules

 *

 * ================================================== */
/* ------------------------------------------------- *

 *        #concept

 * ------------------------------------------------- */
#concept .concept-title {
  color: #392C1C;
  font-weight: 400;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  margin: 24px 0;
  margin: 36px 0;
}
#concept .concept-txt {
  font-size: 1.2em;
}
/* ------------------------------------------------- *

 *        #information 

 * ------------------------------------------------- */
/* ------------------------------------------------- *

 *        #access

 * ------------------------------------------------- */
/* ------------------------------------------------- *

 *        information box

 * ------------------------------------------------- */
.information {
  margin: 15px 0;
  border: 15px solid #eee;
  padding: 1.5em;
}
.informationTel {
  display: block;
  font-size: 3em;
  font-family: "Oswald", sans-serif;
  color: #65989f;
  color: #e73434;
}
.informationblock {
  border: 1px solid #ddd;
  text-align: center;
}
.informationblock-InnerLeft {
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  background: #fff;
  padding: 60px;
}
.informationblock-InnerRight {
  box-sizing: border-box;
  background: #fff;
  padding: 60px;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* ------------------------------------------------- *

 *        関連リンク

 * ------------------------------------------------- */
#footer_content {
  width: 100%;
  min-width: 1100px;
  padding: 0 0 30px;
  margin-top: 45px;
  margin-bottom: 30px;
}
#footer_content_inner {
  width: 1180px;
  width: 1100px;
  margin: 0 auto;
}
#footer_content .item {
  height: 130px;
  width: 350px;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  background: url(../img/common/bg_skew_gray.png) center center repeat transparent;
  background-size: 4px 4px;
}
#footer_content .item a.title {
  color: #323232;
}
#footer_content .item a.title:hover {
  color: #ce9b56;
}
#footer_content .item:nth-child(3n) {
  margin: 0;
}
#footer_content .image {
  display: block;
  width: 130px;
  height: 130px;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#footer_content .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#footer_content .title {
  float: left;
  display: block;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  height: 130px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_content .title span {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_content .image:hover img {
  opacity: 0.5;
  -webkit-transform: translateX(20px) scale(1.3);
  -moz-transform: translateX(20px) scale(1.3);
  -ms-transform: translateX(20px) scale(1.3);
  -o-transform: translateX(20px) scale(1.3);
  transform: translateX(20px) scale(1.3);
}
#footer_content .image img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: translateX(0) scale(1.3);
  -webkit-transition-property: opacity, translateX;
  -webkit-transition: 0.5s;
  -moz-transform: translateX(0) scale(1.3);
  -moz-transition-property: opacity, translateX;
  -moz-transition: 0.5s;
  -ms-transform: translateX(0) scale(1.3);
  -ms-transition-property: opacity, translateX;
  -ms-transition: 0.5s;
  -o-transform: translateX(0) scale(1.3);
  -o-transition-property: opacity, translateX;
  -o-transition: 0.5s;
  transform: translateX(0) scale(1.3);
  transition-property: opacity, translateX;
  transition: 0.5s;
}
@media screen and (max-width:1170px) {
  #footer_content {
    min-width: inherit;
    padding: 0 0 36px;
    margin-top: 30px;
  }
  #footer_content_inner {
    width: auto;
    margin: 0 20px;
  }
  #footer_content .item {
    width: 100%;
    float: none;
    margin: 0 0 4px 0;
  }
}
/* ------------------------------------------------- *

 *        Linked-footer

 * ------------------------------------------------- */
.linked-footer {
  margin-top: 2rem;
  background: #65989f;
  background: #cccccc;
  background: #111;
  background: #392c1c;
  color: #fff;
  padding: 30px 0;
  font-size: 0.9rem;
}
.linked-footer .list-group .list-group-item {
  background: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-color: #444;
}
.linked-footer p {
  /* 	margin-top: 14px;  */
}
.linked-footer a {
  color: #fff;
}
.linked-footer a:hover {
  text-decoration: underline;
}
.linked-footer .glyphicon {
  position: absolute;
  right: 15px;
  /* 	top: 13px; */
  top: 17px;
}
.linked-footer .text-center {
  margin-top: 15px;
}
.linked-footer .copy {
  color: #676969;
}
.linked-footer address {
  /* 	color: #fff;	 */
}
@media(min-width:768px) {
  .linked-footer .list-group .list-group-item {
    border: none;
    padding: 0;
    padding-top: 5px;
  }
  .linked-footer .oi {
    display: none;
  }
  .linked-footer .text-center {
    margin-top: 30px;
  }
}
.sub-footer {
  display: block;
  padding: 15px 20px;
  font-size: .8rem;
  color: #111;
  color: #fff;
}
/* ------------------------------------------------- *

 *        footer お問い合わせ スマートフォン固定

 * ------------------------------------------------- */
/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:769px) {
  .m-common-contact-sp {
    display: none;
  }
}
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:768px) {
  .m-common-contact-sp {
    padding: 0;
    margin: 0;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
    list-style: none;
  }
  .m-common-contact-sp__item {
    width: 50%;
    font-size: 1.2rem;
  }
  .m-common-contact-sp__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    color: #ffffff;
  }
  .m-common-contact-sp__item a .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
    background-size: auto 100%;
  }
  .m-common-contact-sp__item a.tel {
    background-color: #6ebaba;
    background-color: #1eba3b;
  }
  /*

  .m-common-contact-sp__item a.tel .icon {

    background-position: -100% 0;

  }

*/
  .m-common-contact-sp__item a.mail {
    background-color: #ff9829;
  }
  #siteBottom {
  }
}
/* ------------------------------------------------- *

 *        footer 

 * ------------------------------------------------- */
#footer {
  background: #392c1c;
  padding: 90px 0 45px;
  color: #fff;
}
footer small {
}
#footer .footer-logo {
  max-width: 300px;
  margin: 0 auto 50px;
}
.footer-inner {
  width: 90%;
  margin: 0px auto;
}
#footer .footer-sns {
  text-align: center;
  margin-bottom: 57px;
}
#footer .footer-sns__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
#footer .footer-sns__icon.--fb {
  width: 32px;
}
#footer .footer-sns__icon.--tw {
  width: 32px;
}
#footer .footer-sns__icon.--ig {
  width: 32px;
}
#footer .footer-sns__icon.--yt {
  width: 32px;
}
#footer .footer-sns__icon.--blog {
  width: 32px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
#footer .copy {
  font-size: 10px;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
/*641px～PC　PC上では見えないようにする*/
@media screen and (max-width:768px) {
  .footer_area_pc {
    display: none !important;
  }
}
/*641px～PC*/
@media screen and (min-width:769px) {
  .footer_area_pc {
    padding: 10px 0 0;
    position: fixed;
    width: 100%;
    background: rgba(139, 139, 139, 0.9);
    z-index: 2000;
    color: #fff;
  }
  #siteBottom {}
  .footer-tel {
    font-size: 1.7em;
    font-family: 'Oswald';
  }
}
/* ------------------------------------------------- *

 *        Page Top PC SP 共通

 * ------------------------------------------------- */
/*スマホ～768pxの幅サイズまで*/
@media screen and (max-width:768px) {
  .m-btn-pagetop {
    position: fixed;
    right: 15px;
    bottom: 60px;
    background-color: #ffb464;
    background-color: #aaa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: .7;
    text-indent: -9999em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2001;
  }
  .m-btn-pagetop::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -4px;
  }
}
/*769px～PC　*/
@media screen and (min-width:769px) {
  .m-btn-pagetop {
    position: fixed;
    right: 40px;
    bottom: 17px;
    bottom: 20px;
    background-color: rgb(231, 52, 52);
    background-color: #392c1c;
/*     background-color: #dbd2a;     */
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-indent: -9999em;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    z-index: 2001;
    opacity: 0.2;
  }
  .m-btn-pagetop:hover {
    opacity: 0.85;
    /*     background-color: rgba(231, 52, 52, 0.85);   */
  }
  .m-btn-pagetop::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -4px;
  }
}
/* ================================================== *

 *

 *    helper

 *

 * ================================================== */
/* ------------------------------------------------- *

 *        margin

 * ------------------------------------------------- */
.margin-top-lg {
  margin-top: 60px;
}
.margin-top-md {
  margin-top: 30px;
}
.margin-top-sm {
  margin-top: 15px;
}
.margin-bottom-lg {
  margin-bottom: 60px;
}
.margin-bottom-md {
  margin-bottom: 30px;
}
.margin-bottom-sm {
  margin-bottom: 15px;
}
/* ------------------------------------------------- *

 *        padding

 * ------------------------------------------------- */
.padding-top-lg {
  padding-top: 60px;
}
.padding-top-md {
  padding-top: 30px;
}
.padding-top-sm {
  padding-top: 15px;
}
.padding-bottom-lg {
  padding-bottom: 60px;
}
.padding-bottom-md {
  padding-bottom: 30px;
}
.padding-bottom-sm {
  padding-bottom: 15px;
}
/* ------------------------------------------------- *

 *        font size & weight

 * ------------------------------------------------- */
.fz-small {
  font-size: .8em !important;
}
.fz-large {
  font-size: 1.2em !important;
}
.fz-xlarge {
  font-size: 1.4em !important;
}
.fz-xxlarge {
  font-size: 1.6em !important;
}
.fw-bold {
  font-weight: bold;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/*  Jquery  */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.visual {
  background-color: #9f9f9f;
  margin-bottom: 60px;
}