/*
Template: alchem
Theme Name:kawacle
Description:川崎商会のテーマ
Author:TakeCare
Version:1.0
*/
@import url("../alchem/style.css");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body {
    height:100%;
    margin: 0;
    padding: 0;
}

body{
    font-family:'Noto Sans Japanese' , Sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.magee-heading {
    font-family: "Noto Sans Japanese", Sans-serif;
    color: #fff;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.2), 1px -1px 3px rgba(0,0,0,0.2), -1px 1px 3px rgba(0,0,0,0.2), 1px 1px 3px rgba(0,0,0,0.2);
}

p {
    font-family: 'Noto Sans Japanese' , Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23pt;
}

table {
    font-family: 'Noto Sans Japanese', Sans-serif;
    font-size: 15px;
    font-weight: 500;
}

#section-1 p {
    font-weight: 600;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.2), 1px -1px 3px rgba(0,0,0,0.2), -1px 1px 3px rgba(0,0,0,0.2), 1px 1px 3px rgba(0,0,0,0.2);
}

#map {
    height: 1000px;
}

#service_map {
    height: 600px;
}

.logo-box , .menu-item-label {
    text-shadow: -1px -1px 3px rgba(0,0,0,0.2), 1px -1px 3px rgba(0,0,0,0.2), -1px 1px 3px rgba(0,0,0,0.2), 1px 1px 3px rgba(0,0,0,0.2);
}
.control-label .label-danger {
    color: #fff;
}

.detail-part dt {
    text-align: left;
}
.post_module .post-inner {
    background: inherit;
}
.top-facebook-area {
    padding-top: 20px;
}

.post_wrapper {
    height: 502px;
    overflow-y: scroll;
}

.hometitle {
    font-family: 'Yu Gothic';
    font-weight: 500;
}

.new_item {
    position: relative;
    display: inline-block;
    overflow: hidden; /* 不要部分を消す */
    padding: 1px;
}
.new_item:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    background: #F44336;
    content: "New";	/* 表示するテキスト */
    text-align: center;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    padding: 5px 10px;
    left: -25px;
    top: 10px;
    transform: rotate(-45deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.feature-img-box .single-post-slider {
    background-image: none;
}

.progress-static {
    background-color:#4382df !important;
}
.shade {
    background-color: rgba(0,0,0,0.8);
}

.footer_menu p {
    font-size: 14px;
    color: #c5c7c9;
    margin-bottom: 0;
}

.basic {
    position:relative;
    height:600px;
}

.basic-inner {
    width:80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}
.post-module-title {
    display: inline;
    margin-right:10px;
    vertical-align: middle;
}

.post-module-new {
    font-size: 16px;
    padding: 5px;
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }
    100% {
        transform: none;
    }
}

.is-animated {
    animation: .6s zoom-in;
}
.fc-widget-header {
    background: #252525 !important;
}
#nav_menu-5 .menu li {
    border: none;
    padding-left:20px;
}

#footer_sitemaps {
    font-size: 14px;
}
#footer_sitemaps a {
    padding: 0 10px;
}
.strong {
    font-weight:900;
}
.section-title {
    word-break: keep-all;
}
.img-overlay-content h1 {
    font-size: 21px;
    line-height: 36px;
    word-break: keep-all;
}
.fc-day-number{
    color: #333;
}
.wbchead{
  color:#333;
  line-height: 1.75;
}
.media-clip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.media-clip iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}