@import 'foundation.css';

/*
Theme Name: initializr
Theme URI: http://wordpress.local/
Author: Ottan
Author URI: http://wordpress.local/
Description: Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain:
*/


/*==================================================
 * リセットcss
 *================================================*/


/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}

@media screen and (min-width:768px) and (max-width:959px) {}


/*==================================================
 * フォント
 *================================================*/

.italic {
    font-style: italic;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.15em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
    line-height: 1.7;
    font-weight: 300;
}

.lh_l {
    line-height: 2.3;
}

.serif {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
    color: inherit;
}

.bold,
.bold * {
    font-weight: bold;
}

.thin {
    font-weight: 100;
}

.nowrap {
    white-space: nowrap;
}

.white {
    color: #fff;
}

.gray {
    color: #606060;
}

.red {
    color: #ff4501 !important;
}

.h00 {
    font-size: 64px;
}

.h0 {
    font-size: 42px;
}

.h1 {
    font-size: 35px;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 18px;
}

.h5 {
    font-size: 16px;
}

.text_m {
    font-size: 14px;
}

.text_sm {
    font-size: 13px;
}

.text_s {
    font-size: 12px;
}

.text_ss {
    font-size: 10px;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
    .h00 {
        font-size: 36px;
    }
    .h0 {
        font-size: 24px;
    }
    .h1 {
        font-size: 22px;
    }
    .h2 {
        font-size: 20px;
    }
    .h3 {
        font-size: 17px;
    }
    .h4 {
        font-size: 15px;
    }
    .h5 {
        font-size: 15px;
    }
    .text_m {
        font-size: 13px;
    }
    .text_s {
        font-size: 11px;
    }
}


/*例外*/

@media screen and (min-width:768px) and (max-width:959px) {
    .nav.navbar-nav.h4 {
        font-size: 14px;
    }
    .h0 {
        font-size: 25px;
    }
}


/*==================================================
 * 共通（どのサイトでも）
 *================================================*/


/*リセット関係*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 100;
}

ul {
    padding: 0;
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

hr {
    margin: 10px auto;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

@media screen and (min-width:768px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    /*
	.container {
		padding-right: 5px;
		padding-left: 5px;
	}
	*/
}


/*独自クラス*/

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.remove {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 0;
}

.w100 {
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relapadding {
    padding-right: 80px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.LiInlineBlock li {
    display: inline-block;
}

.dis_none {
    display: none !important;
}

.bgCenter {
    background-position: center center;
    background-size: cover;
}

.shadow {
    /* box-shadow */
    -webkit-box-shadow: 0px 5px 80px -25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 80px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 80px -25px rgba(0, 0, 0, 0.5);
}

.mushimegane {
    background-image: url("../img/mushimegane.png.html");
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-size: contain;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.bgup {
    transition: 1s;
    background-size: 100%;
    opacity: 1;
}

a:hover .bgup {
    transition: 1s;
    background-size: 120%;
    opacity: 0.8;
}

.opa {
    transition: 0.3s;
    opacity: 1;
}

a:hover .opa {
    transition: 0.3s;
    opacity: 0.7;
}

.tra,
.tra:hover {
    transition: 0.3s;
}

.img-center {
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important;
    }
    .container-fluid {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
    }
}


/*余白*/

html,
body {
    width: 100%;
    overflow-x: hidden;
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb200 {
    margin-bottom: 200px;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    .mb10 {
        margin-bottom: 10px;
    }
    .mb20 {
        margin-bottom: 20px;
    }
    .mb30 {
        margin-bottom: 20px;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .mb80 {
        margin-bottom: 40px;
    }
    .mb100 {
        margin-bottom: 50px;
    }
    .mb200 {
        margin-bottom: 50px;
    }
}


/*flexbox*/

.flex {
    display: flex;
}

.justCenter {
    justify-content: center;
}

.justEnd {
    justify-content: flex-end;
}

.justBetween {
    justify-content: space-between
}

.alignCenter {
    align-items: center;
}

.alignStart {
    align-items: flex-start;
}

.flexSplit {
    width: 50%;
}

.flexS60 {
    width: 60%;
}

.flexS40 {
    width: 40%;
}

.flexInner {
    padding: 3% 5%;
}

.width720 {
    max-width: 720px;
    margin: 0 auto;
}

.width900 {
    max-width: 900px;
    margin: 0 auto;
}

.width980 {
    max-width: 980px;
    margin: 0 auto;
}


/*背景系*/

.padding {
    padding: 5vw 0;
}

.paddingW {
    padding: 10vw 0;
}

.margin {
    margin: 5vw 0;
}

.marginW {
    margin: 10vw 0;
}

.bgImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgImgFix {
    background-attachment: fixed;
}

.bgImgCircle {
    border-radius: 50%;
    padding-bottom: 100%;
}

.bgGrid {
    background-image: -webkit-linear-gradient( transparent 95%, rgba(29, 142, 89, .1) 50%, rgba(29, 142, 89, .1)), -webkit-linear-gradient( 0deg, transparent 95%, rgba(29, 142, 89, .1) 50%, rgba(29, 142, 89, .1));
    background-size: 20px 20px;
    background-repeat: repeat;
}

.bgBlur {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bgBlur:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}

.bgWhite {
    background-color: #ffffff;
}

.bgGray {
    background-color: #f2f2f2;
}

@media screen and (max-width:767px) {
    .button,
    button {
        padding: 3% 3%;
    }
    .margin {
        margin: 15vw 0;
    }
    .padding {
        padding: 15vw 0;
    }
    .flexSplit {
        width: 100%;
    }
    .flexS60 {
        width: 100%;
    }
    .flexS40 {
        width: 100%;
    }
    .flexPc {
        display: block;
    }
    .flexWrapSp {
        flex-wrap: wrap;
    }
    .bgImgFix {
        background-attachment: unset;
    }
}


/*==================================================
 * 共通（このサイトだけ）
 *================================================*/

body {}

#js-loader {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.fontEn {
    font-family: 'Muli', sans-serif;
}

.fontEnNormal {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.titleLine {
    background: linear-gradient(transparent 60%, #f4d862 0%);
    display: inline-block;
}

.titleLineWhite {
    background: linear-gradient(transparent 60%, #fff 0%);
    display: inline-block;
}

.titleBd {
    border-bottom: 2px solid #000000;
    padding-bottom: 0.5rem;
}

.titleBdGrad:after {
    content: '';
    display: block;
    height: 3px;
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    background: #ffff00;
    background: -moz-linear-gradient(left, #ffff00 0%, #23a4c0 100%);
    background: -webkit-linear-gradient(left, #ffff00 0%, #23a4c0 100%);
    background: linear-gradient(to right, #ffff00 0%, #23a4c0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#23a4c0', GradientType=1);
}

.titleBdWhite:after {
    background: white;
    filter: none;
}

.titleBdLeft:after {
    margin-left: 0;
}

.boxBd {
    border: 1px solid #fff;
}

.fontNum {
    font-family: 'Muli', sans-serif;
}

.fontEnSerif {
    font-family: "BellMTPro-Italic";
}

.fontEnBrush {
    font-family: 'Kaushan Script', cursive;
}

.mincho {
    font-family: "Sawarabi Mincho", serif;
}

.maruGo {
    font-family: "FOT-筑紫B丸ゴシック Std B";
}

.bgMainColor {
    background-color: #ffff00;
}

.bgSubColor {
    background-color: #71c6d5;
}

.bgGrad {
    background: #ffff00;
    background: -moz-linear-gradient(left, #ffff00 0%, #23a4c0 100%);
    background: -webkit-linear-gradient(left, #ffff00 0%, #23a4c0 100%);
    background: linear-gradient(to right, #ffff00 0%, #23a4c0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#23a4c0', GradientType=1);
}

.bgGradHalf {
    background: rgba(15, 91, 143, 0.5);
    background: -moz-linear-gradient(left, rgba(15, 91, 143, 0.5) 0%, rgba(35, 164, 192, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 91, 143, 0.5) 0%, rgba(35, 164, 192, 0.5) 100%);
    background: linear-gradient(to right, rgba(15, 91, 143, 0.5) 0%, rgba(35, 164, 192, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(15, 91, 143, 0.5)', endColorstr='rgba(35, 164, 192, 0.5)', GradientType=1);
}

.mainColor {
    color: #ffff00;
}

.subColor {
    color: #71c6d5;
}

.grayColor {
    color: #696969;
}

.button,
button {
    padding: 1.5rem 3rem;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 0 0 1px #808080 inset;
    background: #808080;
    border: none;
}

.buttonBgWhite {
    background: #fff;
}

.buttonBgBlue {
    background-color: #71c6d5;
    box-shadow: 0 0 0 1px #71c6d5 inset;
}

.button:hover {
    background: #ffff00;
    color: #333;
    opacity: 1;
    box-shadow: 0 0 0 1px #ffff00 inset;
}

.buttonBgWhite:hover {
    background: #ffff00;
    color: #323333;
    opacity: 1;
    box-shadow: 0 0 0 1px #ffff00 inset;
}

.buttonBgYellow:hover {
    background-color: #fff !important;
    color: #f2d420;
    box-shadow: 0 0 0 2px #fff inset;
}

.splitTnner {
    padding: 5vw;
}

.shadowBox {
    margin-bottom: 2vw;
    z-index: 0;
}

.shadowBoxShadow {
    width: 100%;
    height: 100%;
    top: 2vw;
    z-index: -1;
    left: 2vw;
}

.w600 {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.hoverUp:hover {
    top: -10px;
}

.hoverUp {
    top: 0;
    position: relative;
}

.ml0 {
    margin-left: 0;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:320px) {}


/*==================================================
 * header
 *================================================*/

 header .row .col-sm-3 {
     width: 37%;
 }

 header .row .col-sm-9 {
    width: 63%;
}


header .logo {
    width: 520px;
    height: 75px;
    z-index: 1;
    background-image: url("../img/logo.png");
    margin-top: 3px;
    margin-right: auto;
}

.headerMenu {
    border-top: 1px solid #333;
}

.menu-item a {
    padding: 0 3rem;
    display: block;
    margin: 2rem 0;
    font-weight: bold;
}


.menu-item a:hover {
    color: #71c6d5;
    opacity: 1;
}

.headerRightContact {
    max-width: 550px;
    float: right;
    width: 100%;
}

.headerRightContactUl li {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-right: 7px solid #fff;
}

.headerRightTel {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.headerRightContactIn {
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerRightContactIn:hover {
    background: #323333;
    color: #fff;
    opacity: 1;
}

.headerLeft {
    margin-left: 15px;
    max-width: 520px;
}

.headerLeft a {
    display: block;
    width: 100%;
}

.headerRightSnsUl li {
    width: 25%;
    margin-right: 3%;
}

.headerRightSns {
    float: right;
    max-width: 100px;
    margin-top: 29px;
    margin-right: 15px;
}


@media screen and (min-width:768px) {
    /*お問い合わせhover*/
    .contactSideWap {
        border: 1px solid #ffff00;
        display: block;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 50px;
        bottom: 50px;
        background: rgba(255, 255, 255, 0.8);
        padding-top: 20px;
        z-index: 1000;
    }
    .contactSideWap .titleBd {
        border-bottom: 2px solid #ffff00;
        max-width: 50px;
        margin: 0 auto;
        margin-bottom: 3px;
        padding-bottom: 3px;
    }
}

@media screen and (min-width:768px) and (max-width:1279px) {
    .headerRightSns {
        display: none;
    }

    header .row .col-sm-3 {
        margin-right: auto;
    }

    header .row .col-sm-9 {
        width: 60%;
    }
}

@media screen and (min-width:768px) and (max-width:1515px) {
    .headerRightTel {
        display: none;
    }
    .headerRightContactUl {
        font-size: 10px;
    }
    .headerRightContact {
        max-width: 450px;
    }
    .headerRightContactIn {
        padding: 1.5rem 1rem;
    }
    header .logo {
        width: 360px;
        height: 60px;
    }
    .menu-item a {
        padding: 0 2rem;
        font-size: 12px;
    }
}

@media screen and (min-width:768px) and (max-width:800px) {
    header .row .col-sm-9 {
        width: 60%;
    }
    header .logo {
        width: 280px;
    }
}

@media screen and (max-width:767px) {
    header .logo {
        width: 290px;
        height: 52px;
    }
    .headerLeft {
        margin-left: 0;
    }
    .headerRightContact {
        position: fixed;
        bottom: 45px;
        width: 100%;
        max-width: none;
        float: none;
        left: 0;
        z-index: 100;
    }
    .headerRightContactIn {
        font-size: 8px;
        padding: 0.5rem 0;
    }
    .headerRightContactUl li {
        border-right: 4px solid #fff;
    }
    .headerRightTel {
        position: fixed;
        bottom: 0;
        z-index: 100;
        text-align: center;
        background: #fff;
        width: 100%;
        left: 0;
        border-top: 1px solid #000;
    }
    .headerRightTel .fontEn {
        line-height: 45px;
    }
}


/*------------モーダルウィンドウ------------*/

.menu-btn {
    position: fixed;
    top: 20px;
    right: 50px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}


/* 開閉用ボタンがクリックされた時のスタイル */

.open .menu-btn span:after {
    content: attr(data-txt-close);
}


/*---------モーダルウィンドウのcss---------*/

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1000 !important;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: block;
    margin: 10% 0;
}

.menu li {
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

.menu li.btn_wrap {
    display: flex;
}

.menu li.btn_wrap a {
    background: inherit;
    border: 2px solid #fff;
    padding: 10px  25px;
    font-size: 15px;
}

.menu li.btn_wrap a:first-of-type {
    margin-right: 20px;
}


/* 開閉用ボタンがクリックされた時のスタイル */

.open .menu {
    cursor: url("../images/cross.svg.html"), auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}


/*ハンバーガーメニュー*/

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 40px;
    height: 29px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
}

.menu-trigger span:nth-of-type(3) {
    top: 14px;
}


/*
.menu-trigger:not(.active):hover span:nth-of-type(1) {
  top: 3px;
}
.menu-trigger:not(.active):hover span:nth-of-type(3) {
  bottom: 3px;

}
*/

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

@media screen and (max-width:767px) {
    /*------------モーダルウィンドウ------------*/
    .menu-btn {
        top: 17px;
        right: 10px;
        width: 30px;
        height: 20px;
        z-index: 100;
    }
    .menu-trigger {
        width: 30px;
        height: 20px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 7px;
    }
    .menu-trigger span {
        height: 2px;
    }
    .headerHunbergerText {
        font-size: 8px;
        color: #333 !important;
        bottom: 2px !important;
        text-align: center;
        left: 0 !important;
    }
    .menu-trigger span:nth-of-type(4) {
        background: none !important;
    }
    .fixTelText {
        margin-bottom: -10px;
        margin-top: 5px;
    }
    .menu-item a {
        margin: 0rem 0;
        font-size: 15px !important;
    }
    .menu li {
        height: inherit;
        line-height: inherit;
        margin-bottom: 45px;
    }
}


/*==================================================
 * footer
 *================================================*/

footer .logo {
    width: 520px;
    height: 63px;
    z-index: 1;
    background-image: url("../img/logo.png");
    margin: 0 auto;
    margin-right: 0;
}

footer .footerSectionLogo .row {
    margin-left: 14%;
}

footer .col-sm-6 {
    width: 55%;
}

footer .col-sm-4.footerTel {
    width: 29%;
}

.footerSectionMenu {
    padding: 2% 0;
}

.footerSectionSns {
    padding: 3% 0;
}

.footerSectionLogo {
    padding: 1% 0;
}

.footerSnsUl img {
    max-width: 25px;
}

.footerSnsUl li {
    margin: 0 1%;
}

.footerContactAvator {
    max-width: 150px;
    margin-right: 0;
}

.footerContactIco {
    max-width: 80px;
}

a:hover .footerContactIco {
    transform: scale(1.3);
}

.footerContactButtonInner {
    padding: 20% 5%;
}

.footerContactButton {
    position: relative;
    padding: 7%;
    top: 0;
    margin: 5%;
}

a:hover .footerContactButton {
    /* background: #71c6d5;*/
}

a:hover .footerContactButtonInner {
    transform: scale(1.17)
}

.footerContactButton:before,
.footerContactButton:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    display: inline-block;
    box-sizing: border-box;
    left: 0;
}

.footerContactButton:before {
    border: solid 2px #333;
    border-bottom: none;
    top: 0;
}

.footerContactButton:after {
    border: solid 2px #333;
    bottom: 0;
    border-top: none;
}

.footerContactButton p {
    margin: 0;
    padding: 0;
}

.footerContactTitle {
    max-width: 650px;
}

.footerSectionMenu ul {
    flex-wrap: wrap;
}

@media screen and (max-width:1160px) { 

    footer .footerSectionLogo .row {
        margin-left: auto;
    }

    footer .col-sm-6 {
        width: 63%;
    }
}


@media screen and (max-width:1005px) { 
    footer .logo {
        margin-left: auto;
        width: 95%;
    }

    footer .col-sm-6 {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        text-align: center;
    }

    footer .col-sm-4.footerTel {
        width: 100%;
        text-align: center;
    }
} 

@media screen and (min-width:768px) {
    .footerSectionMenu ul li a {
        font-size: 14px;
        padding: 0 4rem;
        margin: 1rem 0;
    }
}

@media screen and (max-width:767px) {
    footer .logo {
        margin-right: auto;
    }
    .footerCol {
        padding: 1em 0;
        border-left: none;
    }
    .footerMenu .flex {
        display: block;
    }
    .footerTelSp {
        position: fixed;
        width: 100%;
        bottom: 0;
        /*background: #206885;*/
        padding: 1% 2% 0 2%;
        z-index: 100;
    }
    .footerContactButtonInner {
        padding: 5% 5%;
    }
    .footerContactIco {
        max-width: 35px;
    }
    .footerContactButton {
        padding: 3%;
        margin: 0;
        margin-bottom: 3%;
    }
    .footerSectionMenu li {
        width: 50%;
        display: block;
        vertical-align: middle;
        float: left;
    }
    .footerTel {
        text-align: center;
    }
    .footerSectionMenu ul {
        display: block;
        text-align: left;
    }
    .footerSectionMenu li:nth-child(2n) a {
        border-right: none;
    }
    .footerSectionMenu .menu-item a {
        padding: 1rem 0;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        text-align: center;
        font-size: 12px !important;
    }
    .footerSectionMenu {
        padding: 0;
        border-top: 1px solid #333;
    }
    footer {
        padding-bottom: 90px !important;
    }
}


/*==================================================
 * トップページ
 *================================================*/


/* スライドショー*/

.topFv {
    /*z-index: -1;*/
}

.topFv a {
    display: block;
    width: 50%;
    color: #fff;
    font-size: 28px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    min-height: 215px;
    height: 28vw;
}

.topFvBoxWrap {
    background: #fff;
    width: 80%;
    padding: 3vw 5vw;
    margin: 0 auto;
    margin-top: -7vw;
}

.main_imgBox {
    height: 38vw;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 50vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}

.main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}


/*
    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
*/

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
        z-index: 9;
    }
    100% {
        opacity: 0
    }
}

@media screen and (max-width:767px) {
    .topFv a {
        font-size: 22px;
    }
    .main_imgBox {
        height: 64vw;
    }
    .main_img {
        height: 64vw;
    }
    .topFvBoxWrap {
        width: 90%;
    }
}


/* スライドショーここまで*/

.topFvLogo {
    top: -10%;
    left: -2%;
    padding-bottom: 15%;
    width: 15%;
    background-size: contain;
    z-index: 0;
}

.topFvText {
    z-index: 1;
    left: 5%;
    margin-top: 3%;
}

.topNewsUlIcoNews {
    max-width: 60px;
}

.topNewsUl li {
    margin-right: 2%;
    vertical-align: middle;
}

.topNewsUl {
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 2%;
    padding-bottom: 1%;
}

.topNewsUl li:nth-child(2) {
    width: 52%;
}

.topPickupTitle {
    max-width: 438px;
}

.topEventTitle {
    max-width: 363px;
}

.topPickupImgWrap {
    border-radius: 15px;
    overflow: hidden;
}

.topPickupImg {
    padding-bottom: 65%;
}

a:hover .topPickupImg {
    transform: scale(1.2);
}

a:hover .topPickUpTitle {
    color: #71c6d5;
}

.topPickupImgIco {
    max-width: 70px;
    right: -20px;
    top: -20px;
}

.topPickupCateUl li {
    border: 1px solid #333;
    border-radius: 7px;
    padding: 0.2rem 0.5rem;
    margin-bottom: 10px;
}

.topPickupImg.topEventImg {
    padding-bottom: 65%;
}

.topEventBox {
    padding: 0 1%;
}

.topEvent .label {
    position: absolute;
    padding: 0;
    right: -20px;
    top: -20px;
    width: 70px;
    height: 70px;
}

.label_wrap .label {
    position: absolute;
    padding: 0;
    right: -20px;
    top: -20px;
    width: 80px;
    height: 80px;
}

.topAboutButtonLi li {
    margin: 0 5%;
}

.h4_okayama {
    background-color: #36a0d7;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 24px;
    margin-bottom: 50px;
}

.h4_bekkann {
    background-color: #E8C606;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 24px;
    margin-bottom: 50px;
}

.topService .h4_bekkann {
    max-width: 280px;
}

.h4_bekkann.room4 {
    max-width: 340px;
}

.h4_okayama h4,
.h4_bekkann h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 7px 20px 5px 20px;
}

.h4_okayama .left_line {
    top: 30%;
    left: 11%;
}

.h4_okayama .right_line {
    top: 30%;
    right: 11%;
}

.h4_bekkann .left_line {
    top: 30%;
    left: 7%;
}

.h4_bekkann .right_line {
    top: 30%;
    right: 7%;
}


/* 
.topService-flex.row {
    align-items: center;
} */

.topServiceTitle {
    max-width: 312.5px;
}

.topServiceBox {
    padding: 3% 1%;
    position: relative;
    border: 3px solid #333;
    border-left: none;
}

.topServiceBoxWrap.topServiceBoxCoworking {
    box-shadow: 10px 10px 0px 0px #8cc63f;
}

.topServiceBoxWrap.topServiceBoxShare {
    box-shadow: 10px 10px 0px 0px #ff7bac;
}

.topServiceBoxWrap.topServiceBoxMiharasiShare {
    box-shadow: 10px 10px 0px 0px #8acaeb;
}

.topServiceBoxWrap.topServiceBoxMiharasiEvents {
    box-shadow: 10px 10px 0px 0px #ffe179;
}

.topServiceBoxTringle {
    content: "";
    border-color: #000000 #fbb03b #fbb03b #000000;
    border-style: solid;
    border-width: 0px 0px 45px 45px;
    bottom: -3px;
    position: absolute;
    right: -3px;
}

.topServiceBoxCoworking .topServiceBoxTringle {
    border-color: #000000 #8cc63f #8cc63f #000000;
}

.topServiceBoxShare .topServiceBoxTringle {
    border-color: #000000 #ff7bac #ff7bac #000000;
}

.topServiceBoxMiharasiShare .topServiceBoxTringle {
    border-color: #000000 #8acaeb #8acaeb #000000;
}

.topServiceBoxMiharasiEvents .topServiceBoxTringle {
    border-color: #000000 #ffe179 #ffe179 #000000;
}

.topServiceBoxTringle::after {
    content: "";
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 0px 0px 42px 42px;
    bottom: -41.5px;
    position: absolute;
    right: 3.5px;
}

.topServiceBoxWrap {
    box-shadow: 10px 10px 0px 0px #fbb03b;
}

.topServiceImg {
    max-width: 200px;
    transform: scale(1.4);
}

.borderDouble {
    position: relative;
    padding-bottom: 0.5em;
}

.borderDouble::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-sizing: border-box;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.topServiceButton {
    max-width: 200px;
}

.topServiceMap {
    margin-left: 11%;
    padding-bottom: 90%;
    background-size: contain;
    margin-top: 50%;
}

.topServiceMap_bekkann {
    margin-left: 11%;
    padding-bottom: 90%;
    background-size: contain;
}

.topServiceMapCercle {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50px;
    display: none;
}

.topServiceMapCercle.tSMCKitchen {
    top: 14%;
    left: 31%;
}

.topServiceMapCercle.tSMCCoworking {
    bottom: 21%;
    left: 43%;
}

.topServiceMapCercle.tSMCShare {
    bottom: 16%;
    right: 23%;
}

#bekkann_share .padding {
    padding: 7vw 0;
}


@media screen and (min-width:768px) {
    .topAboutImg img {
        max-width: 240px;
        margin-right: 0;
    }
    .topNewsTitleImg {
        margin-top: -15%;
    }
}

@media screen and (min-width:767px) and (max-width:959px) {
    .topServiceButton {
        max-width: 150px;
        margin-left: 0;
    }
    .topServiceImg {
        max-width: 200px;
        transform: none;
    }
}

@media screen and (max-width:767px) {
    .topFv.flex {
        display: block;
    }
    .topFv a {
        width: 100%;
    }

    .topFv a:first-of-type {
        margin-bottom: 5px;
    }

    .topFvText {
        z-index: 1;
        left: 5%;
        margin-top: 3%;
        margin-bottom: 20%;
    }
    .topFvLogo {
        /*top: -45%;*/
        top: -10%;
        padding-bottom: 23%;
        width: 23%;
    }
    .topNewsTitleImg {
        max-width: 170px;
    }
    .topNewsUl {
        position: relative;
    }
    .topNewsUlIcoNews {
        max-width: 50px;
        position: absolute;
        top: -1%;
        right: 6%;
    }
    .topNewsUl li:nth-child(2) {
        width: 100%;
    }
    .topPickupTitle {
        max-width: 300px;
    }
    .topEventTitle {
        max-width: 280px;
    }
    .text-centerSp {
        text-align: center;
    }
    .h4_okayama {
        width: 70%;
    }
    .h4_okayama .left_line {
        width: 12px;
        height: 14px;
        left: 9%;
    }
    .h4_okayama .right_line {
        width: 19px;
        height: 14px;
        top: 34%;
        right: 9%;
    }
    .h4_bekkann {
        width: 98%;
    }
    .topService .h4_bekkann {
        width: 55%;
    }
    .h4_bekkann.room4 {
        width: 80%;
    }
    .h4_bekkann .left_line {
        width: 12px;
        height: 14px;
        left: 6%;
    }
    .h4_bekkann .right_line {
        width: 19px;
        height: 14px;
        top: 34%;
        right: 6%;
    }
    .h4_okayama h4,
    .h4_bekkann h4 {
        font-size: 16px;
    }
    .topServiceTitle {
        max-width: 190px;
        margin: 0 0 30px!important;
    }
    .topServiceImg {
        max-width: 130px;
        transform: none;
        margin-bottom: 15px;
        margin-right: auto;
    }
    .topEvent .col-sm-4 {
        padding: 0;
    }
    .topEventBox {
        padding: 0;
    }
    .topPickupImgWrap.topEventImgWrap {
        width: 100%;
        margin-right: 10px;
    }
    .topPickupImg.topEventImg {
        /*padding-bottom: 33%;*/
    }
    .topPickupImgIco {
        max-width: 35px;
        right: inherit;
        left: 37%;
        top: -30%;
    }
    .topEvent .label {
        width: 80px;
        height: 80px;
        right: inherit;
        right: -3%;
        top: -10%;
    }

    .label_wrap .label {
        position: absolute;
        padding: 0;
        right: -10px;
        top: -20px;
        width: 60px;
        height: 60px;
    }

    #bekkann_share .padding {
        padding: 19vw 0;
    }

    
}


/*==================================================
 * 下層ページ
 *================================================*/


/*共通部分------------------------------------*/


/*パンくず*/

strong.current {
    font-weight: normal;
}

div#pankuzu {
    font-size: 14px;
    color: #1d5b39;
    font-weight: bold;
    margin: 1vw 0;
}


/*
.sectionPankuzu {
    background: #eaeaea;
}
*/

.home .sectionPankuzu {
    display: none;
}


/*パンくず終わり*/

.pageHeader {
    padding: 8vw 0;
}

@media screen and (max-width:767px) {}

@media screen and (min-width:768px) and (max-width:959px) {}


/*利用ガイド------------------------------------*/

.pageHowtoServiceTitle {
    background: #666666;
    border-radius: 50px;
    padding: 1.5rem;
}

.pageHowtoButtonLi .button {
    min-width: 250px;
}

.pageHowtoNotice {
    border: 1px solid #333;
    padding: 5%;
}

.pageHowtoNoticeBd {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.pageHowtoNoticeBd:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 140%;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
}

ul,
ol {
    padding: 0;
}

.pageNoticeUl li {
    position: relative;
    list-style-type: none!important;
    /* padding: 0.5em 0.5em 0.5em 0.5em; */
    margin-bottom: 10px;
    /* line-height: 1.5; */
    /* background: #dbebf8; */
    vertical-align: middle;
    /* color: #505050; */
    /* border-radius: 15px 0px 0px 15px; */
}

.pageNoticeUl li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1rem;
    height: 1rem;
    background: #000;
    border-radius: 50%;
    margin-right: 8px;
}

.triangleTR {
    border-top: 15px solid #000000;
    border-right: 15px solid #000000;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    width: 15px;
    top: 0;
    right: 0;
}

.triangleTL {
    border-top: 15px solid #000000;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000000;
    width: 15px;
    top: 0;
    left: 0;
}

.triangleBR {
    border-top: 15px solid transparent;
    border-bottom: 15px solid #000000;
    border-left: 15px solid transparent;
    border-right: 15px solid #000000;
    width: 15px;
    bottom: 0;
    right: 0;
}

.triangleBL {
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000000;
    border-left: 15px solid #000000;
    width: 15px;
    bottom: 0;
    left: 0;
}

.pageHowtoNoticeBdThin {
    border-bottom: 1px solid #333;
}

.pageHowtoFlow {
    padding: 0 7%;
    position: relative;
}

.pageHowtoFlow:after {
    content: "";
    /* width: 50px; */
    /* height: 50px; */
    /* background: #333; */
    display: block;
    right: -18%;
    bottom: 22%;
    position: absolute;
    border-top: 25px solid transparent;
    border-left: 20px solid #999;
    border-bottom: 25px solid transparent;
    border-right: 20px solid transparent;
}

.col-sm-3:last-child .pageHowtoFlow:after {
    display: none;
}

.pageHowtoFlowCall {
    border: 1px solid #333;
    border-radius: 25px;
    padding: 3%;
}

.attention {
    color: #A12125;
    line-height: 1.8;
    margin: 0 0 40px 0;
    border: 1px solid #A12125;
    padding: 15px 8px 15px 15px;
}

.attention p {
    margin-bottom: 0;
}

.attention p.bold {
    font-weight: bold;
}

.attention a {
    text-decoration: underline;
}

.attention a:hover {
    text-decoration: none;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    .pageHowtoFlowIco {
        max-width: 100px;
    }
    .pageHowtoCallIco {
        max-width: 75px;
    }
}


/*残す--ここから*/

.pageAboutCompanyUl li {
    display: inline-block;
    vertical-align: top;
}

.pageAboutCompanyUl ul {
    border-bottom: 1px solid #d4d4d4;
    padding: 3% 3%;
}

.pageAboutCompanyUl li:nth-child(1) {
    font-weight: bold;
    width: 100%;
}

.pageAboutCompanyUl li:nth-child(2) {
    font-size: 14px;
    width: 100%;
}

.fa-map-marker {
    color: #d9534f;
    font-size: 20px;
    margin-left: 1%;
}

@media screen and (min-width:768px) {
    .pageAboutCompanyUl li:nth-child(1) {
        width: 30%;
    }
    .pageAboutCompanyUl li:nth-child(2) {
        width: 68%;
    }
}

@media screen and (max-width:767px) {
    .pageAboutCompanyUl ul {
        padding: 4% 3%;
    }
    .pageCommonRecommendBox ul {
        width: 100%;
    }
}


/*残す--ここまで*/


/*よくあるご質問------------------------------------*/

.faq_tag.flex {
    flex-wrap: wrap;
}

.faq_tag a {
    padding: 5px 20px;
    border: 1px solid #333;
    margin: 0 10px 10px 0;
}

.faq_tag a:focus {
    color: inherit;
    text-decoration: none;
}
.titleBdTB {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 1.5rem;
}

.pageFaqDl dt:before,
.pageFaqDl dd:before {
    content: '';
    background-image: url("../img/page_faq_ico_q.png");
    width: 42px;
    height: 42px;
    background-size: contain;
    background-position: center center;
    display: block;
    position: absolute;
    left: -7%;
    top: -1rem;
}

.pageFaqDl dd:before {
    background-image: url("../img/page_faq_ico_a.png");
}

.pageFaqDl dt,
.pageFaqDl dd {
    position: relative;
}

.pageFaqDl dt {
    margin-bottom: 30px;
}

.pageFaqDl dt p {
    font-weight: bold;
}

.pageFaqDl dd {
    margin-bottom: 50px;
}

.faq_cards p {
    margin-bottom: 0;
    line-height: 2;
}

.faq_cards img {
    width: 50px;
    display: inline-block;
}

@media screen and (max-width:959px) {
    .pageFaqDl dt:before,
    .pageFaqDl dd:before {
        width: 30px;
        height: 30px;
        left: -38px;
        top: 0;
    }
    .pageFaqDl dt,
    .pageFaqDl dd {
        margin-left: 30px;
    }
    
    @media screen and (max-width:767px) {
    .faq_cards {
            display: block;
        }
    }
}


/*アクセス------------------------------------*/

.pageAccessDlWrap dl {
    border-bottom: 1px dashed #333;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.pageAccessDlWrap dt {
    text-align: left;
    width: 30%;
}

.pageAccessDlWrap dl:last-child {
    border-bottom: none;
}

.pageAccessDlWrap dd {
    margin-left: 30%;
}

.pageAccessBilityIco {
    max-width: 275px;
}

@media screen and (max-width:767px) {
    .pageAccessBilityIco {
        max-width: 200px;
    }
}


/*アバウト------------------------------------*/

.pageAboutVisionBox {
    border: 3px solid #333;
    padding: 7%;
}

.pageAboutVisionBox.pageAboutVisionBox12 {
    border: 3px solid #333;
    padding: 3%;
}

.pageAboutIcoVision {
    max-width: 170px;
}

.pageAboutIcoTriangle {
    top: -11%;
    max-width: 110px;
    width: 100%;
    left: 25%;
    right: 25%;
}

.pageAboutStaffTitle {
    max-width: 410px;
}

.pageAccessDlWrap.pageAboutCompany dt {
    padding-left: 6%;
    font-weight: normal;
}

.pageAboutJoin {
    border: 3px solid #71c6d5;
    border-radius: 25px;
    padding: 4% 6%;
}

.pageAboutJoin {
    background-image: url("../img/page_about_join_bg_01.png"), url("../img/page_about_join_bg_02.png");
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 15%;
}

@media screen and (max-width:767px) {
    .pageAboutConceptTitle {
        max-width: 200px;
    }
    .pageAboutIcoVision {
        max-width: 75px;
        margin-top: 10%;
    }
    .pageAboutIcoTriangle {
        top: -34%;
        max-width: 110px;
    }
    .pageAboutStaffName {
        text-align: center;
    }
    .pageAboutStaffTitle {
        max-width: 260px;
    }
    .pageAboutStaffAvator {
        max-width: 150px;
    }
    .pageAccessDlWrap.pageAboutCompany dt {
        padding-left: 0%;
    }
    .pageAccessDlWrap dt {
        float: left;
    }
    .pageAboutJoin {
        padding: 10% 6%;
    }
}


/*サービス------------------------------------*/

.service_map {
    padding-top: 20px;
    margin-bottom: 60px;
}

.service_map .flex {
    justify-content: space-between;
}

.service_map a.okayama {
    width: 42%;
    padding: 35px 30px 20px 30px;
    margin-bottom: 430px;
}

.service_map a.okayama img {
    width: 95%;
    margin-left: 10%;
}

.service_map a.bekkann {
    width: 57%;
    padding: 35px 25px 20px 20px;
}

.service_map a.bekkann img {
    width: 50%;
}

.service_map a:focus {
    color: inherit;
    text-decoration: none;
}

.service_map .h4_okayama {
    max-width: 200px;
    margin-bottom: 20px;
}

.service_map .h4_bekkann {
    max-width: 180px;
    margin-bottom: 20px;
}

.service_map h4 {
    font-size: 16px;
}

.service_map .address {
    font-size: 14px;
    margin-bottom: 15px;
}

.service_map .bekkann .address {
    margin-bottom: 20px;
}


.bgWhiteTra {
    background-color: rgba(255, 255, 255, 0.5);
}

.pageServicePalaTitle {
    max-width: 450px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #cccccc;
}

.slick-prev,
.slick-next {
    box-shadow: none;
}

.slick-prev {
    left: -45px;
}

.slick-dots li button {
    box-shadow: none;
}

.pageServiceRoomImg {
    padding-bottom: 80%;
}

.hover-parent {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
}

.hover-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(251, 176, 59, 0.8);
    opacity: 0;
    text-align: center;
    padding: 5%;
}

.coworking .hover-mask {
    background: rgba(140, 198, 63, 0.8);
}

.share .hover-mask {
    background: rgba(255, 123, 172, 0.8);
}

.hover-mask {
    transition: all 0.6s ease;
    padding-bottom: 0;
}

.hover-parent:hover .hover-mask {
    padding-bottom: 30px;
    opacity: 1;
}

.fakeButton {
    background: #fff;
    padding: 1rem 2rem;
    display: inline-block;
}

.pageServicereserveIco {
    max-width: 160px;
}

.pageServicereserveIco.uketsuke {
    max-width: 75px;
}

.pageServiceHowImg {
    max-width: 140px;
}

.pageServiceHowNotice {
    padding: 1rem;
    background-color: #e6e6e6;
}

.pageServiceHow {
    border: 3px solid #666666;
    border-radius: 15px;
    padding: 3% 5%;
}

.pageServiceHowSubTitle {
    color: #4d4d4d;
}

.pageServiceHowTitle {
    display: inline-block;
    border: 5px solid #000;
    padding: 0.7rem 3rem;
    position: absolute;
    top: -8%;
    left: 28%;
    right: 28%;
}

.LinkUnder {
    text-decoration: underline;
}

.bekkann_facility img {
    width: 70%;
}

.pageService_img {
    border-radius: 15px;
}

@media screen and (min-width:768px) and (max-width:959px) {
    .pageServiceRoomImg {
        padding-bottom: 120%;
    }
}

@media screen and (max-width:959px) {
    .hover-mask {
        opacity: 1;
        padding: 10% 5%;
    }
    .fakeButton {
        margin-top: 7%;
    }
    .slick-arrow {
        display: none !important;
    }
    .service_map a {
        padding: 30px 60px;
        margin-bottom: 44vw;
    }

    .service_map a.okayama img {
        margin-left: 6%;
    }

    .service_map a.bekkann {
        padding: 30px 20px 10px;
    }
    .service_map a.bekkann img {
        margin: 0 auto;
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .hover-parent {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .pageServiceMapDetailImg {
        max-width: 150px;
    }
    .pageServiceMapMap {
        max-width: 200px;
    }
    .pageServiceHowTitle {
        top: -2.5%;
        left: 10%;
        right: 10%;
        width: 80%;
    }
    .pageServiceHowImg {
        max-width: 75px;
        margin-top: 10%;
    }
    .pageServicePalaTitle {
        max-width: 300px;
    }

    .service_map a {
        padding: 20px 5px 0;
        margin-bottom: 20vw;
    }
    
    .service_map a.okayama {
        padding: 35px 8px 20px 8px;
        margin-bottom: 180px;
    }

    .service_map a.bekkann {
        padding: 35px 10px 0;
    }

    .service_map a img {
        width: 85%;
        margin-top: 5px;
    }

    .service_map .h4_okayama h4,.service_map .h4_bekkann h4 {
        padding: 5px 14px;
    }

    .service_map .h4_okayama {
        width: 90%;
        margin-bottom: 10px;
    }

    .service_map .h4_bekkann {
        width: 91%;
        margin-bottom: 10px;
    }

    .service_map h4 {
        font-size: 12px;
        line-height: 1.4;
    }

    .service_map .address {
        font-size: 12px;
        line-height: 1.5;
    }
}


/*イベント情報一覧------------------------------------*/

.pagenationUl li a {
    padding: 0.5rem 1.5rem;
    border: 1px solid #000;
    margin: 0.5rem;
    transition: 0.3s;
}

.pagenationUl li.current {
    background: #71c6d5;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border: 1px solid #000;
    display: inline;
}

.pagenationUl li a:hover {
    background: #71c6d5;
    color: #fff;
    transition: 0.3s;
}

.explanatory-note {
    color: red;
    font-size: 15px;
    padding: 20px 15px 0;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width:767px) {
    .topEventDate {
        clear: both;
    }

    .explanatory-note {
        text-align: left;
    }
}


/*イベント情報詳細------------------------------------*/

.pageEventDetailInfoTitle {
    display: inline-block;
    border: 1px solid #333;
    padding: 0.7rem 2rem;
    border-radius: 15px;
    z-index: 0;
}

.pageEventDetailInfoTitleWrap:before {
    content: '';
    width: 45%;
    height: 1px;
    display: inline-block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    position: absolute;
    top: 50%;
    z-index: -1;
}


/*マイページ------------------------------------*/

.pageRegist.member {
    margin: 0 auto;
    background-color: #fff;
}

.pageRegist.member h3 {
    margin-bottom: 20px;
    background-color: #fff;
}

.topEvent h3.mb {
    margin-bottom: 20px;
}

.pageRegist.member form div.required dl {
    background-color: #fff;
}

.pageRegist.member.top.conf form div.required dt::before {
    display: none;
}

@media screen and (max-width:767px) {
    .pageRegist.member h3 {
        margin-bottom: 0;
    }
}


/*ログインページ------------------------------------*/

.pageFormBox {
    max-width: 500px;
    border: 3px solid #000;
    padding: 5%;
    margin: auto;
}

.cp_iptxt {
    position: relative;
    margin: 40px 3%;
}

.cp_iptxt input[type='text'],
.cp_iptxt input[type='password'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    padding-left: 40px;
    letter-spacing: 1px;
    border: 0;
}

.cp_iptxt input[type='text']:focus {
    outline: none;
}

.cp_iptxt input[type='text']:focus::after {
    outline: none;
}

.cp_iptxt i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 5px;
    transition: 0.3s;
    color: #aaaaaa;
}

.cp_iptxt::after {
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -1px;
    content: '';
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #000000;
}


/*採用情報------------------------------------*/

@media screen and (max-width:767px) {}

@media screen and (min-width:768px) and (max-width:999px) {}


/*採用情報------------------------------------*/


/*お問い合わせページ------------------------------------*/

.contactForm {
    max-width: 600px;
    widht: 100%;
    margin: 0 auto;
}

.contactForm input,
.contactForm textarea {
    width: 100%;
}

.contactForm input[type="checkbox"] {
    width: auto;
}

.mw_wp_form button {
    max-width: 70%;
    color: #fff;
    /*border-bottom: 3px solid #39b49d !important;*/
    argin-top: 5%;
    border-radius: 0;
    background: #deba29;
}

@media screen and (max-width: 767px) {
    .contactForm {}
    .contInCont {
        margin: 0 auto;
    }
}

.cform th {
    font-size: 14px;
    width: 35%;
    /*変なところで改行される場合はここの数字を変更します。*/
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 0 10px 15px;
    font-weight: normal;
}

.cform td {
    font-size: 14px;
    line-height: 150%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 5px;
}

.cform {
    width: 100%;
    margin: auto;
}

.cform [type=submit] {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    background: #ff8f00;
    color: #FFF;
    border-bottom: solid 4px #B17C00;
    border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    width: 100%;
}

.required-srt {
    font-size: 8pt;
    padding: 1px 5px;
    background: #ce0000;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.contactFormPrivacyAlertBox {
    border: 2px solid #333;
    padding: 5%;
}

@media only screen and (max-width:767px) {
    .cform th,
    .cform td {
        width: 100%;
        display: block;
        border-top: none;
    }
}

.submit-btn input {
    background: #00142c;
    width: 60%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 1px #00142c solid;
    text-align: center;
    padding: 5px;
    color: #fff;
    transition: all 0.4s ease;
}

.submit-btn input:hover {
    background: #fff;
    color: #00142c;
}


/*下層ページ共通------------------------------------*/


/*下層ページ共通------------------------------------*/


/*投稿ページ------------------------------------*/

figure.pageNewsImg {
    height: 0;
    padding-bottom: 70%;
}

.excerpt {
    color: #a7a7a7;
}

.pageNewsArticle {
    padding: 5%;
    border-bottom: 1px solid #f1f1f1;
}

.pageNewsArticleTitle {
    margin-bottom: 3%;
    color: #333;
}

.pageNewsArticle:hover {
    background-color: rgba(15, 91, 143, 0.1);
}

.pageNewsCate .cate {
    margin-right: 10px;
}

li.widget {
    list-style-type: none;
    margin-bottom: 20%;
}

.widgettitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
}

li.widget li {
    color: #a7a7a7;
    margin-bottom: 3%;
}

.tagcloud a {
    color: #808080;
    border: 1px solid #808080;
    border-radius: 25px;
    padding: 2%;
    margin-bottom: 5%;
    display: inline-block;
}


/*投稿ページ*/

.singleArticle {
    padding: 5%;
    border: 1px solid #e4e4e4;
}

.blur__bg {
    background: no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.blur__bg:before {
    content: "";
    display: block;
    position: absolute;
    background: inherit;
    filter: blur(5px);
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}

.singleFvText {
    border: none;
}

.singleFvLi:before,
.singleFvLi:after {
    content: "";
    display: block;
    height: 1px;
    width: 30.5%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 45%;
    margin-top: -.5px;
    right: 0;
}

.singleFvLi:before {
    left: 0;
}

.singleFvCate {
    background: rgba(204, 102, 153, 0.81);
    padding: 1%;
}


/*

blockquote {
    background-color: #f3f3f3;
    padding: 1em 1em 1em 3em;
    position: relative;
    font-size: 14px;
    border-left: none;
}
blockquote:before {
    content: "“";
    font-size: 600%;
    line-height: 1em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #bfbfbf;
    position: absolute;
    left: 0;
    top: 0;
}

*/

blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: 5px solid #e6e6e6;
    color: #464646;
    font-size: 14px;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #77c0c9;
    font-size: 25px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.entry strong {
    /* background: #c3b8b1; */
    olor: #fff;
    padding: 0.5%;
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(240, 147, 147, 0.6) 40%);
}

.entry a {
    color: #CC6699;
    text-decoration: none;
    border-bottom: 1px solid #f2c9d8;
    padding-bottom: 2px;
    font-weight: bold;
}

.entry a.white {
    color: #fff;
}

.entry {
    line-height: 1.8;
    letter-spacing: 0.06em;
    float: none;
    max-width: 870px;
    margin: 0 auto;
}

.entry p {
    margin: 2% 0 5% 0;
}


/*
.entry h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 10%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 2% 1%;
}
*/

.entry h2 {
    border-left: 8px solid #ff8001;
    padding-left: 0.4em;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.entry h3 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: left;
    margin: 8% auto 3%;
    font-weight: bold;
    /* border-top: 2px solid #ff8001; */
    padding: 1%;
    border-bottom: 4px solid #39b49d;
}

.entry h4,
.toc_title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: left;
    margin: 8% auto 3%;
    font-weight: bold;
    color: #39b49d;
}

ul.toc_list {
    border: none !important;
}


/*
.entry h4:after, .toc_title:after {
    background: #fd3b3b;
    border-radius: 5px;
    content: ' ';
    display: block;
    height: 2px;
    margin: 2% auto auto 0;
    width: 100%;
}
*/

.entry h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.entry li {
    list-style-type: disc;
    margin-left: 3%;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 3%;
}

.entry ul {
    margin-bottom: 2%;
}

.entry_cont ul {
    background: #ffefef;
    border: 1px solid rgba(204, 102, 153, 0.2);
    padding: 2% 4%;
}

@media screen and (max-width:767px) {
    .entry p {
        margin: 2% 0 10% 0;
    }
    .entry h2 {
        font-size: 18px;
        border-left: 5px solid #ff8001;
    }
}


/*目次*/

.toc_number {
    font-family: 'Lobster', cursive;
    font-size: 24px;
    line-height: 1;
    color: #cacaca;
    font-weight: normal;
}

#toc_container {
    background: none !important;
    border: none !important;
    margin: 0 auto;
}


/*記事詳細*/

.wp-caption {
    max-width: 100% !important;
    padding: 2%;
    margin: auto auto 3% auto;
}

.wp-caption-text {
    background: rgba(195, 184, 177, 0.67);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -35px;
    display: block;
    left: 5%;
}

.wp-caption-text a {
    color: white;
}


/*table*/

.entry table th,
.entry table td {
    padding: 1%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #b9b9b9;
}

.entry table thead th {
    background: #ffe4a1;
}

.entry table th {
    background: #efefef;
}

.entry table {}

.tableScroll table {
    min-width: 768px;
}

.tableScroll {
    /*tableをスクロールさせる*/
    overflow: auto;
    /*tableのセル内にある文字の折り返しを禁止*/
    white-space: nowrap;
}


/*tableにスクロールバーを追加*/

.tableScroll::-webkit-scrollbar {
    height: 5px;
}


/*tableにスクロールバーを追加*/

.tableScroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}


/*tableにスクロールバーを追加*/

.tableScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

@media screen and (max-width:767px) {
    .wp-caption-text {
        background: hsla(330, 50%, 60%, 0.48);
        width: 100%;
        text-align: left;
        padding: 1% 3%;
        word-wrap: break-word;
        font-size: 10px;
        color: white !important;
        position: relative !important;
        z-index: 1;
        top: -50px;
        display: block;
        left: 5%;
    }
    .entry table th,
    .entry table td {
        font-size: 12px;
    }
}

.entry img {
    margin: 2% auto 5%;
}


/*よく読まれる記事*/

.single__bgMost {
    background-image: url("../img/bg_mostpost.jpg.html");
    background-size: cover;
    background-position: center center;
}


/*リンクカードプラグイン*/

.lkc-external-wrap,
.lkc-internal-wrap {
    box-shadow: none !important;
    border: 1px solid #d8d8d8 !important;
    line-height: 1.4 !important;
}

.lkc-thumbnail-img {
    border: 1px solid #d4d4d4 !important;
    box-shadow: none !important;
}

.lkc-content {
    overflow: auto !important;
    height: inherit !important;
}

.lkc-domain {
    color: #bbbbbb;
}

.lkc-sns-fb {
    padding: 1%;
}

.lkc-title {}

.entry .lkc-url {
    display: none;
}

.entry .lkc-excerpt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: #7e7e7e;
}

.entry .lkc-title {
    color: #CC6699;
    font-size: 18px;
    line-height: 1.8;
}

.entry .lkc-card {
    margin: 3%;
}

.entry .lkc-thumbnail {
    margin-right: 3%;
}

@media screen and (max-width:767px) {
    .entry .lkc-title {
        font-size: 14px;
    }
    .entry .lkc-excerpt {
        font-size: 12px;
    }
}


/*コメント*/

div#respond textarea,
div#respond input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 10px;
}

#respond input#submit {
    background: #0a0a0a;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    transition: 0.3s;
}

#respond input#submit:hover {
    background: #CC6699;
    transition: 0.3s;
}


/*カエレバリンク*/


/* カエレバ用CSSサンプル */

.entry .kaerebalink-box p {
    margin: 0;
}

.entry .kaerebalink-box img {
    margin: 0 auto;
}

.kaerebalink-box,
.booklink-box,
.pochireba {
    background: none;
    margin: 1em 0;
    padding: 4%;
    min-height: 160px;
    border: 1px rgba(204, 102, 153, 0.2) solid;
    border-radius: 0;
    -webkit-box-shadow: 0 0 25px #f1f1f1 inset;
    -moz-box-shadow: 0 0 25px #ddd inset;
    -o-box-shadow: 0 0 25px #f1f1f1 inset;
    box-shadow: none;
}

.kaerebalink-image,
.booklink-image,
.pochireba img {
    width: 30%;
    float: left;
    margin: 0 1em 0 0;
    text-align: center;
}

.kaerebalink-name a,
.booklink-name a,
.pochi_name a {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6;
}

.pochi_name a {
    margin-bottom: 0.8em;
    display: block;
}

.kaerebalink-powered-date,
.kaerebalink-detail,
.booklink-powered-date,
.booklink-detail,
.pochi_seller,
.pochi_time,
.pochi_post {
    font-size: 0.6em;
}

.kaerebalink-link1,
.booklink-link2 {
    margin-top: 0.5em;
}

.kaerebalink-link1 div,
.booklink-link2 div {
    display: inline-block!important;
    font-size: 0.8em!important;
    margin-right: 5% !important;
}

.kaerebalink-link1 div a,
.kaerebalink-link1 div a,
.booklink-link2 div a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    background: #fff;
    color: #333;
    border: 1px #777 solid;
    border-bottom-color: rgb(119, 119, 119);
    border-radius: 0.1em;
    padding: 0.4em 0.7em;
    text-decoration: none;
    margin: 0 0.2em 0.7em 0;
    line-height: 1.8;
}

.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover {
    text-decoration: none;
    position: relative;
    bottom: -2px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.booklink-link2 .shoplinkamazon a,
.booklink-link2 .shoplinkkindle a,
.kaerebalink-link1 .shoplinkamazon a {
    color: #E47911;
    border-color: #E47911;
}

.booklink-link2 .shoplinkrakuten a,
.kaerebalink-link1 .shoplinkrakuten a {
    color: #bf0000;
    border-color: #bf0000;
}

.booklink-link2 .shoplinkyahoo a,
.kaerebalink-link1 .shoplinkyahoo a {
    color: #7B6696 !important;
    border-color: #7B6696;
}

.kaerebalink-link1 div a img {
    margin: 0;
}

.pochireba-footer,
.booklink-footer {
    clear: left;
}

@media screen and (max-width: 640px) {
    .kaerebalink-box,
    .booklink-box,
    .pochireba {
        min-height: 100px;
    }
    .kaerebalink-name a,
    .booklink-name a,
    .pochi_name a {
        font-size: 1.1em;
    }
    .kaerebalink-link1 div a,
    .kaerebalink-link1 div a,
    .booklink-link2 div a {
        font-size: 0.9em;
    }
}


/*ヨメレバリンク*/


/*google広告*/

.ad.content {
    /*margin: 5% auto;
    background: #eaeaea;*/
    padding: 3% 2%;
}


/*関連記事表示*/

.ssPoweredBy a {
    display: none !Important;
}

.ssLimitedContainerHeader {
    display: none !important;
}


/*SNS購読*/

.snsFeed li {
    display: inline-block;
    padding: 1% 3%;
    margin-right: 1%;
    /* border-radius: 3px; */
    font-size: 16px;
    margin-bottom: 3%;
}

.snsFeed>li a {
    color: #fff;
    text-decoration: none;
}

.snsFeed .fb {
    background: #4267b2;
}

.snsFeed .tw {
    background: #1b95e0;
}

.snsFeed .fe {
    background: #41b900;
}

.snsFeed .rs {
    background: #f26522;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    .entry h4,
    .toc_title {
        font-size: 16px;
    }
    .entry h3 {
        font-size: 18px;
    }
    .entry h4:after,
    .toc_title:after {
        margin: 15px auto 30px;
    }
    .entry img {
        margin: 5% auto 10%;
    }
}


/*ポチレバリンク*/

.pochireba {
    padding-left: 3% !important;
    padding-right: 3% !important;
}


/*prev-nextリンク*/

ul.prev-next li {
    list-style-type: none;
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.prev-next__bg {
    background-size: cover;
    background-position: center center;
}

.prev-next__bg:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.prev-next__txt {
    text-align: center;
    display: block;
    padding: 5%;
    color: #fff;
}


/*タグクラウド*/

.tagCloud li {
    list-style: none;
    background: #DB4A39;
    display: inline-block;
    color: #fff;
    padding: 0.5% 2%;
    font-size: 12px;
}

.tagCloud li .glyphicon {
    right: 5px;
}

.tagCloud li a {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}


/*関連記事出力*/

.wp_rp_title {
    color: #333 !important;
}

ul.related_post li {
    line-height: 1.6;
}


/*SNSシェアボタン*/

.sns li {
    display: inline-block;
    width: 19%;
}

.share {
    text-align: center;
}

.sns li a {
    padding: 5%;
    display: block;
    border-radius: 4px;
}

.sns li a:hover {
    opacity: 1;
}


/* ツイッター */

.sns .twitter a {
    background: #fff;
    color: #00acee;
    border: #00acee 1px solid;
}

.sns .twitter a:hover {
    background: #00acee;
    color: #fff;
}


/* Facebook */

.sns .facebook a {
    background: #fff;
    color: #3b5998;
    border: #3b5998 1px solid;
}

.sns .facebook a:hover {
    background: #3b5998;
    color: #fff;
}


/* グーグル */

.sns .googleplus a {
    background: #db4a39;
}

.sns .googleplus a:hover {
    background: #ad3a2d;
}


/* はてぶ */

.sns .hatebu a {
    background: #fff;
    color: #5d8ac1;
    border: #5d8ac1 1px solid;
}

.sns .hatebu a:hover {
    background: #5d8ac1;
    color: #fff;
}


/* Font Awesome hatena bookmark */

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}


/* LINE */

.sns .line a {
    background: #25af00;
}

.sns .line a:hover {
    background: #219900;
}


/* Pocket */

.sns .pocket a {
    background: #fff;
    color: #f03e51;
    border: #f03e51 1px solid;
}

.sns .pocket a:hover {
    background: #f03e51;
    color: #fff;
}


/* RSS */

.sns .rss a {
    background: #ffb53c;
}

.sns .rss a:hover {
    background: #e09900;
}


/* Feedly */

.sns .feedly a {
    background: #fff;
    color: #87c040;
    border: #87c040 1px solid;
}

.sns .feedly a:hover {
    background: #87c040;
    color: #fff;
}

@media screen and (max-width:767px) {
    .sns li {
        display: inline-block;
        width: 49%;
        margin-bottom: 2%;
    }
}

.mamahack-tw {
    display: none;
}


/*アーカイブページ------------------------------------*/

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}


/*ページャー、ページネーション------------------------------------*/

.page-numbers {
    padding: 0.7% 1%;
}

span.page-numbers {
    color: #ffff00;
    font-weight: bold;
}

a.page-numbers {
    color: #c5c5c5;
}


/*ページネーション追加*/


/*コンタクトフォーム------------------------------------*/

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}


/*==================================================
 * サイドバー
 *================================================*/


 /*ハッシュタグシンブン------------------------------------*/

 .pageNewsPaper .news_wrap {
     display: flex;
     flex-wrap: wrap;
 }

 .pageNewsPaper .news_content {
     width: 22.8%;
     display: block;
     margin-top: 30px;
     margin-right: 2.93%;
 }

 .pageNewsPaper .news_content:nth-child(4n) {
     margin-right: 0;
 }

 .pageNewsPaper .news_content p {
     margin-top: 10px;
 }

 @media screen and (max-width:768px) {

    .pageNewsPaper .news_wrap {
        flex-wrap: wrap;
    }

    .pageNewsPaper .news_content {
        width: 48%;
    }
 }

/*記事一覧*/

section.reserve.op_bg_color{
    background-color: #fff;
}

.op_bg_color{
    background-color: #F1F1F1;
}

.cart_results_sp{
    max-width: 89.21875%;
    margin: 0 auto;
}

.sp > .reserve_content{
    position: relative;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 0 6px 0px rgb(51 51 51 / 15%);
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #fff;
}

.sp > .reserve_content .btn {
    display: block;
    width: 14px;
    height: auto;
    margin-top: 0;
    position: absolute;
    right: 15px;
    bottom: 20px;
    background-color: transparent;
    box-shadow: none;
}

.sp > .reserve_content .btn > img{
    width: 14px;
    height: 14px;
}

.sp > .reserve_content > .cart-chip-price{
    font-size: 26px;
    margin-right: 5px;
    font-weight: bold;
}

.modal_content .btn a{
    border:#ccc 1px solid;
    padding: 15px 0;
}

@media screen and (max-width:750px) {
    .modal_content .btn a:nth-child(2n){
        margin-left:4%;
    }
 }

 /* 一覧 */

 main .event_list_item p.event_day {
    margin: 10px 0 16px;
    font-weight: bold;
    color: #71c6d5;
    letter-spacing: 1px;
}

main .event_list_item p.event_day a {
    display: inline-block;
    color: #71c6d5;
    margin: 8px 8px 0 0;
}

main .event_list_item p.event_day a:nth-child(1),
main .event_list_item p.event_day a:nth-child(2),
main .event_list_item p.event_day a:nth-child(3) {
    margin-top: 0;
}
@media screen and (max-width:768px){
    .modal_content .tags .label{
        border: 1px solid #333;
        border-radius: 7px;
        margin-bottom: 10px;
        color: #333;
        padding: 8px 8px;
        margin-right: 10px;
    }
}
