@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .navbar {
    padding: 5px 10px;
  }
}

body {
  line-height: 1.9 !important;
  letter-spacing: 0.05em;
  font-family: 'Quicksand', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", ".HiraKakuInterface-W2", sans-serif !important;
}

h1 {
  line-height: 1.5 !important;
  font-size: 2rem !important;
}

@media screen and (max-width: 480px){
  h1 {
    font-size: 2rem !important;
  }
  .maintitle {
    font-size: 1.5rem;
  }

  .subtitle {
    font-size: 1rem;
  }
}

.article h2 {
  font-size: 2.5rem;
  background-color: white;
}

ul {
  padding-left: 1rem;
}

.wrap {
  width: 100%;
}

.navbar-nav {
  text-align: right;
}

/*992px以上*/
@media screen and (min-width: 992px){
  .navbar {
    height: 5rem;
    padding: .5rem 2rem !important;
  }

  .navbar-brand {
    font-size: 1.5rem !important;
  }

  .custom-hidden {
    display: none;
  }
}


/*991px以下*/
@media screen and (max-width: 991px){
  .navbar-nav {
    margin-top: 1rem;
  }
  .custom-hidden-sp {
    display: none;
  }
}

.bg-light {
  background-color: white !important;
}

.navbar-brand {
  /*font-weight: bold;*/
}

.top-img {
  background: url("img/4110801_m_90.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 550px;
  text-align: center;
  color: white;
  display: table;
  width: 100%;
  /*padding-top: 80px;*/
}

.maintitle {
  font-size: 4rem !important;
}

.pagetitle {
  font-size: 2rem !important;
  font-weight: bold !important;
}

.subtitle {
  font-size: 1.5rem;
}

.service {
  text-align: center;
  display: table;
  width: 100%;
}

.service-section {
  margin-bottom: 3rem;
}

.banner-col {
  padding: 5px;
}

.inner{
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.2);
  padding: 4rem 15px;
}

.entry-title {
  display: none;
}

.date-tags {
  display: none;
}

.author-info {
  display: none;
}

table th, table tr, table td {
  border: none;
  background-color: transparent !important;
}

table th {
  width: 5rem;
  font-weight: normal;
  font-weight: bold;
}

/*992px以上*/
@media screen and (min-width: 769px){
  table th {
    min-width: 8rem;
  }
}

.custom-box {
  padding: 1rem;
  /* height: 100%; */
  background-color: white;
}

.banner-box {
  text-align: center;
}
.banner-box a:hover {
  opacity: .8;
}
.banner-box a img {
  width: 100%;
  max-width: 330px;
}

h2 {
  text-align: center;
  font-weight: 600 !important;
  margin-bottom: 3rem !important;
}

h3 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

.col-md-4, .col-lg-4 {
  padding: 15px;
}

@media screen and (max-width: 767px){
  .col-md-4, .col-lg-4 {
    padding: 7.5px;
  }
}

.message {
  text-align: center;
}

.section-area {
  padding: 3rem 0;
}

#about, #company {
  background-color: #F5F5F5;
}

footer {
  margin-top: ;
  padding-top: 0;
  text-align: center;
}

#content {
  margin-top: 0;
}
#main {
  /*padding: 0;*/
}
.entry-categories-tags {
  margin-bottom: 0;
}
.entry-content {
  margin: 0;
}

.kaerebalink-link1 a:hover, .booklink-link2 a:hover, .tomarebalink-link1 a:hover, .product-item-buttons a:hover {
  opacity: 1 !important;
}

.page-container {
  padding: 3em 0;
}

/*Google Map レスポンシブ*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copyright {
  font-size: .875em;
  line-height: 1.5;
  padding: 0 15px;
}

@media screen and (max-width: 767px){
  .top-img {
    height: 400px;
  }
  .maintitle {
    font-size: 2rem !important;
  }
  .message {
    text-align: left;
  }
  .banner-col {
    padding: 15px 15px 0 15px;
  }
  .custom-box {
    padding: 0;
  }
  .table td, .table th {
    padding: 10px 5px;
  }
  .page-container {
    padding: 15px;
  }
  .pagetitle {
    font-size: 1.5rem !important;
  }
}