body  {
    font-family: "M PLUS 1p"; 
    
}


.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
/* GoogleMap */
.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

/*
* === header ===
*/

.ec-shelfGrid .ec-shelfGrid__item img {
    max-width: 100%;
    width: 100%;
}

.ec-layoutRole__header form, .ec-layoutRole__header nav, .ec-layoutRole__header .topbar, .ec-layoutRole__header .nav {
  display: none !important; }
.ec-layoutRole__header .block-heasder__logo {
  text-align: center; }
@media (min-width: 992px) {
  .ec-layoutRole__header form, .ec-layoutRole__header .nav {
    display: flex !important; }
  .ec-layoutRole__header nav, .ec-layoutRole__header .topbar {
    display: block !important; }
  .ec-layoutRole__header .block-heasder__logo {
    text-align: left; } }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}



.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* border: solid 1px #333; */
    background: #de5d50;
}
/*
* === drawer ===
*/
.ec-drawerRole {
  color: #fff; }
  .ec-drawerRole a {
    color: #fff; }
  .ec-drawerRole form {
    display: flex; }
  .ec-drawerRole .block-heasder__logo {
    display: none; }

.ec-drawerRoleClose.is_active {
  display: flex !important; }



.ec-footerNavi {
    padding: 0;
    color: white;
    list-style: none;
    text-align: center;
    background: #000;
    padding: 1.5em;
}
.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    padding: 15px 0;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    text-decoration: none!important;
}

.title_logo {
    text-align: center;
    margin: 0 auto;
}


/* ナビゲーション */
*{box-sizing: border-box;}

ul.gnav-navi-1{
background: #c71585;
padding: 0;
text-align: center;
}
ul.gnav-navi-1 li{
display: inline-block;
}


ul.gnav-navi-1 li a{
display: block;
padding: 1em;
color: #fff;
text-decoration: none;
}
ul.gnav-navi-1 a::first-line{
font-size: 16px;
font-weight: bold;
}

.head_light {
    float: left;
    width: 20%;
}
.head_right {
    float: right;
    width: 75%;
}

.mb-5 {
    padding: 0.5em;
}
.mb-5 img {
    width: 100%;
    border-bottom: 0.5em;
}
.title a {
    font-size: 1.1em;
    color: #222;
}
.py-3 {
    margin: 20px 0;
}
.box_center {
    text-align: center;
    max-width: 900px;
    margin: 3rem auto;
    line-height: 2.6em;
}

/* サブタイトル */
h5.sub_title {
  padding: 1.5rem;
  text-align: center;
}
h3.sub_title {
  padding: 1.5rem;
  text-align: center;
}
h2.sub_title {
    font-family: 'Dancing Script', cursive;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 3.2em;
 
}

h2.sub_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ff6eb1;
}
/* スライダー */
.ec-sliderRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1150px;
    display: flex;
    flex-wrap: nowrap;
}

@media only screen and (min-width: 768px){
.ec-headerNaviRole {
    padding-bottom: 20px;
}
}