@charset "UTF-8";
/* ======================
基本文字
====================== */
html > * {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  html > * {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  html > * {
    font-size: 15px;
  }
}

body {
  color: #111;
  line-height: 1.6;
  background: url(../img/bg_texture.png) repeat 0 0;
}

body.setting_bg {
  background: initial;
}

.background_inverse {
  color: #FFF;
}

/* =====================
見出しデザイン
====================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #f875aa;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit !important;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  text-shadow: none;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  text-shadow: none;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 105%;
}

h2 {
  background: #fff;
  padding: 5px;
}

.main-page-header {
  margin: 0;
  padding: 0;
  border: 0;
}

.main-page-header h2 {
  background: rgba(255, 255, 255, 0.6) url(../img/h2_icon.png) no-repeat 0 center;
  padding: 10px 5px 10px 75px;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}

section h2 {
  border: 0;
  border-bottom: solid 1px #f875aa;
  position: relative;
  padding: 15px 5px 4px;
  padding-left: 40px;
  font-size: 110%;
  background: url(../img/h3_icon.png) no-repeat left 65%;
}

section h2:before {
  content: "";
}

.label {
  color: #f875aa;
}

.label[class*="label-"] {
  color: #fff;
}

/* ======================
ヘッダー
====================== */
#header {
  margin: 0 auto;
  font-size: 85%;
  /* logo */
  /* logoあるときのメインテキスト */
  /* logoがないとき x アイキャッチあり */
  /* eye_catch */
}

#header a {
  text-decoration: none;
}

#header h1 {
  font-size: 120%;
  margin: 0;
  padding: 3px;
}

#header h1 span {
  font-size: 70%;
}

#header .header_img_discription {
  font-size: 80%;
  display: block;
  line-height: 1.4;
  padding: 3px;
}

#header .carousel {
  padding: 35px 0;
}

#header .page-title {
  margin-top: 1%;
}

#header .page-title h1 {
  font-size: 200%;
}

#header .page-title h1 a {
  color: #555;
}

#header .logo-area {
  margin: 10px 0;
  max-width: 26%;
  float: left;
  text-align: center;
}

#header .logo-area .header-logo {
  max-width: 100%;
  width: auto;
}

#header .logo-text {
  width: 68%;
  margin-left: 1%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1%;
}

#header .logo-text.with-eyecatch {
  width: 43%;
}

#header .with-eyecatch {
  width: 65%;
  float: left;
}

#header .eyecatch {
  width: 30%;
  float: right;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: double 3px #fff;
  margin-top: 1%;
  margin-bottom: 1%;
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
  /*IE8以下用*/
}

@media (max-width: 767px) {
  #header {
    /* logoがないとき x アイキャッチあり */
  }
  #header .logo-area {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #header .logo-area .header-logo {
    margin: 0;
    max-width: 60%;
    width: auto;
  }
  #header .logo-text {
    width: 100%;
    margin-top: 1%;
    float: none;
  }
  #header .logo-text.with-eyecatch {
    width: 100%;
    margin-top: 1%;
    float: none;
  }
  #header .with-eyecatch {
    width: 100%;
    float: none;
    padding: 0% 1%;
  }
  #header .eyecatch {
    width: 100%;
    margin-top: 0%;
    float: none;
    clear: both;
  }
}

.mainvisual {
  margin: 0 auto;
}

.mainvisual h1 {
  font-size: 200%;
}

.mainvisual p {
  font-size: 100%;
}

.mainvisual img {
  width: 57%;
}

.mainvisual_container {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .mainvisual_container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mainvisual_container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .mainvisual_container {
    width: 1170px;
  }
}

.mainvisual_full {
  width: 100%;
  /*padding: 0 15px;*/
}

/* ======================
　フッター
====================== */
.footer-credits {
  padding: 5px;
  text-align: center;
}

.footer-credits a {
  color: #fdd6e6;
}

#footer {
  padding-top: 10px;
}

#footer .background {
  padding: 40px 5px 60px;
}

#footer .img-thumbnail {
  padding: 0;
  background: transparent;
}

#footer h4.footer-title span {
  font-size: 80%;
}

#footer .sitemap {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

#footer .sitemap li {
  width: 49%;
  float: left;
}

#footer .sitemap li:nth-child(odd) {
  clear: left;
}

/* ======================
　透過背景
====================== */
.background-wrap {
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .background-wrap {
    padding: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .background-wrap {
    padding: 0px;
  }
}

.background-padding01 {
  padding: 8px 8px 20px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .background-padding01 {
    padding: 20px 30px;
  }
}

.thumbnail,
.well,
.img-thumbnail {
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
  /*IE8以下用*/
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* ====================== */
main {
  padding: 30px 0;
  margin-bottom: 20px;
}

/* パンくず */
.breadcrumb {
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #FFF;
}

.breadcrumb li {
  float: left;
  margin: 0;
  position: relative;
  padding-right: 1em;
  padding-left: 1em;
  max-width: 30%;
  margin-left: -5px;
}

.breadcrumb li.active {
  font-weight: bold;
  background: none;
  padding: .7em 0 .7em .5em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f875aa;
}

.breadcrumb li.active:before, .breadcrumb li.active:after {
  border: 0;
}

.breadcrumb li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb li:first-child {
  margin: 0;
  padding-left: 0;
}

.breadcrumb li:first-child:before {
  content: "";
  border: none;
}

.breadcrumb li:first-child.active {
  padding-left: .5em;
}

.breadcrumb li:first-child a {
  padding: .7em 0em .7em .5em;
}

.breadcrumb li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  left: 0;
}

.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #fff;
  right: 0;
}

.breadcrumb li a {
  width: 100%;
  background: #fff;
  padding: .7em 0em .7em .2em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 追加されるブロック */
.additional_block {
  padding: 10px 0;
}

/* bbコードで入れられた画像 */
.bb-image {
  max-width: 100%;
  height: auto;
}

/* メイン画像があるとき */
.top-image {
  text-align: center;
}

/* youtube */
.video-wrapper .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* グローバルナビ */
.navbar {
  min-height: initial;
  min-height: auto;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.navbar-collapse {
  border-color: #fff !important;
}

.navbar-inverse {
  border: 0;
}

.navbar-button {
  width: 100%;
  display: block;
  padding: 8px;
  text-align: center;
  font-size: 140%;
  color: #fff;
  cursor: pointer;
}

.navbar-nav > li > a {
  padding-left: 10px;
}

.navbar-nav > li:first-child > a {
  padding-left: 15px;
}

/* 下部スマホ用メニュー */
.nav_select_wrap {
  width: 100%;
  border-radius: 5px;
  position: relative;
  padding: 0;
  margin: 10px 0 0;
  background: #f875aa url(../img/down_arrow.png) no-repeat 95% center;
  background-size: 20px;
  border: transparent;
  color: #fff;
}

.nav_select_wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  padding: 7px 0 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav_select_wrap select::-ms-expand {
  display: none;
}

.nav_select_wrap option {
  color: #000;
}

/* 下層用ナビ */
.subnav {
  margin-top: -10px;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 1%;
}

.subnav .nav-pills > li {
  display: inline-block;
  float: none;
  margin: 2px 1px 2px;
}

.subnav .nav-pills > li a {
  background: #fff;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.subnav .nav-pills > li a:hover {
  background: #fdf7f7;
}

.subnav .nav-pills > li.active > a {
  background: #f1d1d0;
  color: #333;
  border: solid 1px #f98db9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}

.nav-stacked {
  border-radius: 3px;
  padding: 4%;
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
  /*IE8以下用*/
}

.nav-stacked li {
  margin-bottom: 5px;
}

.nav-stacked a {
  background: #faa6c8;
  color: #fff;
}

.nav-stacked.active > a {
  background: #f875aa;
  color: #fff;
}

@media (max-width: 991px) {
  .nav-stacked {
    padding: 1%;
  }
}

/* フォーム */
.form-horizontal {
  padding: 20px 0;
  word-break: break-all;
}

/* サービスページ */
.panel {
  background: #fff;
}

.panel-default > .panel-heading {
  background: rgba(210, 210, 210, 0.4) !important;
}

/* diary */
.comments {
  margin: auto 10px;
}

/* ======================
　ページ上部へ
===================== */
#page-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

#page-top p {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 10px;
    bottom: 20px;
  }
  #page-top img {
    width: auto;
  }
}

#move-page-top {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#move-page-top img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #move-page-top img {
    width: 80px;
  }
}

/* ======================
　シャドウ・立体装飾付与
====================== */
.navbar {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

.navbar.navbar-inverse {
  background: #f8bfd2;
}

.navbar .navbar-nav {
  margin: 0px -15px;
}

.navbar .navbar-nav a {
  background: #f8bfd2;
}

.navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
  background: rgba(248, 117, 170, 0.6) !important;
}

.navbar .navbar-nav li.active a {
  color: #FFF;
  background: rgba(243, 20, 110, 0.4);
}

.navbar .navbar-nav li.active a:hover {
  color: #FFF;
}

.btn,
.nav-pills a,
.pager a,
.pager span {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.nav-pills li.active a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ======================
　カレンダー／表
====================== */
table.table th {
  background: #f875aa;
  color: #fff;
}

table.table th.danger {
  /* 日曜 */
  background-color: #d5667b !important;
}

table.table th.success {
  /* 土曜 */
  background-color: #6F9DF7 !important;
}

table.table td {
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
  /*IE8以下用*/
}

/* ======================
　SNS
====================== */
.social-bookmark {
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
  /*IE8以下用*/
}

/* =============
装飾パーツ設定
========= */
.navbar-nav > li > a {
  position: relative;
  padding-left: 35px;
}

.navbar-nav > li > a:before {
  content: url(../img/icon_link.png);
  position: absolute;
  left: 8px;
}

.navbar-nav > li:first-child a:before {
  content: "";
  margin-right: 0;
}

#main_wrap {
  position: relative;
  margin-top: 5px;
  border: 2px solid #FFF;
}

#main_wrap:before {
  content: "";
  position: absolute;
  background: url(../img/before_content.png) no-repeat;
  top: -10px;
  right: -15px;
  width: 179px;
  height: 135px;
  background-size: contain;
  display: inline-block;
  border-radius: 5px;
  z-index: 1;
}

#main_wrap:after {
  content: "";
  position: absolute;
  background: url(../img/after_content.png) no-repeat;
  bottom: -18px;
  left: -28px;
  width: 142px;
  height: 115px;
  background-size: contain;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main_wrap {
    margin-bottom: 15px;
  }
  #main_wrap:before {
    top: -10px;
    right: 0px;
    width: 120px;
    height: 92px;
  }
  #main_wrap:after {
    bottom: -12px;
    left: -8px;
    width: 100px;
    height: 84px;
  }
}

#footer {
  position: relative;
}

#footer:before {
  content: "";
  background: url(../img/frame_line_top.png) repeat-x;
  width: 100%;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  background: #f875aa;
}

.btn:hover {
  background: #f6448c;
  color: #fff;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background: #eee;
}

.btn,
.nav-pills a,
.pager a,
.pager span {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.nav-pills li.active a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul.sitemap li,
table ul li {
  list-style: none;
}

ul.sitemap li:before,
table ul li:before {
  content: url(../img/icon_list.png);
}
