/*
Theme Name: southinovation
Theme URI: https://south-innovation.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, output, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, main, summary, time, mark, audio, video, embed {
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    background: transparent;}
*, *:before, *:after {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}

            .youtube{
                position: relative;
                top:0px;
                height: 0;
                width: 100%;
                padding-bottom: 56.25%;
              }
              .youtube iframe{
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
              }
   
              @media screen and (max-width:767px) {
                .youtube{
                    position: relative;
                    top:-66px;
                    height: 0;
                    width: 100%;
                    padding-bottom: 56.25%;
                  }
                }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    background-color:#000;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.03em;
    counter-reset: number 0;
    text-align: left;
    font-size:16px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
a {
    color:#fff;}
img {
    vertical-align: bottom;
    width:100%;
    height:auto;}
th {
    font-weight: 700;}
div, p {
    word-wrap: break-word;
    overflow-wrap: break-word;}
ul li {
    list-style: none;}
.goButton input[type="submit"],
.goButton input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;}
.goButton input[type="submit"]::-webkit-search-decoration,
.goButton input[type="button"]::-webkit-search-decoration {
    display: none;}
.goButton input[type="submit"]::focus,
.goButton input[type="button"]::focus {
    outline-offset: -2px;}
.fixImg {
    position:relative;}
.fixImg img {
    position: absolute;
    height: 100%;
    width:100%;
    font-family: 'object-fit: cover;';
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);}
.allWrapper {
    width:100%;
    padding:0px 20px;}
.positionCenterHeight {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);}
.positionCenterWidth {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);}
.positionCenterHeightWidth {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}
/* cf */
.cf:before,
.cf:after {
    content:"";
    display:table;}
.cf:after {
    clear:both;}
.cf {
    zoom:1;}
.allLink {
    text-align: center;}
.allLink a {
    transition:0.3s;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
    position:relative;
    display: inline-block;
    padding:10px 50px;
    background-color:#980505;}
.allLink a:before {
    content:"";
    position:absolute;
    right:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;}
.allLink a:hover {
    transition:0.3s;
    background-color:red;}
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);}
.fadeinUp{
    animation-name:fade-in3;
    animation-duration:2s; /*アニメーション時間*/
    animation-timing-function: ease-out; /*アニメーションさせるイージング*/
    animation-delay:1s; /*アニメーション開始させる時間*/
    animation-iteration-count:1; /*繰り返し回数*/
    animation-direction:normal; /*往復処理をするかどうか*/
    animation-fill-mode: forwards; /*アニメーション後のスタイル*/}
@keyframes fade-in3 {
    0% {opacity: 0; transform: translate3d(0,20px,0);}
    100% {opacity: 1; transform: translate3d(0,0,0);}
}

@media screen and (max-width:767px) {
    body {
        font-size:13px;}
    main {
        display: block;
        margin-top:70px;
    }
    .pc {
        display: none;}
    .allLink a {
        width:200px;
        margin:auto;
        padding:10px 0px;}
}
@media screen and (min-width:768px) {
    body {
        font-size:16px;
        letter-spacing: 0.05em;}
    .sp {
        display: none !important;}
    .allWrapper {
        margin:auto;
        width:1040px;}
}






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

/* header
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header {
    z-index:1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom:1px solid #a9a9a9;
    padding:30px 0px 10px;}

.headerRight ul {
    display: inline-block;}
.headerRight li {
    position:relative;
    margin-left:10px;
    float:left;}
.headerRight li:last-child {
    border-right:0;}
.headerRight li a:hover {
    transition:.3s;
    background-color:#fff;
    color:#000;}
.headerRight li.menu > a:hover {
    border:1px solid #fff;}
.headerRight li.active a:hover {
    border:1px solid #a9a9a9;
    background-color:#000;
    color:#fff;}
.headerRight li a {
    transition:.3s;
    border:1px solid #000;
    text-align:center;
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    font-size:14px;
    padding:3px 8px 0px;
    text-decoration: none;}
.headerRight li.active a {
    border:1px solid #a9a9a9;}
.headerRight li a span {
    display: block;}
.headerRight li a span:nth-child(2) {
    color:#747474;
    font-size:12px;}
.headerRight li:hover ul {
    display: block;}
.headerRight li ul {
    display: none;
    background-color:#000;
    white-space: nowrap;
    z-index:1;
    left:0;
    position:absolute;}
.headerRight li ul li {
    width:100%;
    margin-left:0;}
.headerRight li ul li a {
    text-align:left;
    border:none !important;
    border:none;
    padding:10px 10px;}
.headerRight li ul li a:hover {
    position:relative;
    transition:.3s;
    background-color:#fff;
    color:#000;}

@media screen and (max-width:767px) {
    header {
        z-index:100;
        position:fixed;
        top:0;
        right:0;
        left:0;
        background-color:#000;
        padding:10px 0px;}
    .headerLeft {
        text-align:center;}
    .headerLeft img {
        width:140px;}
    .headerRight {
        position:absolute;
        left:-2000px;}
    .drawer {
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        width: 300px;
        height: 100%;
        background: #fff;
        padding: 50px 10px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition:ease .5s;
        transition:ease .5s;
        z-index:9999;}
    .drawer > ul {
        margin-top:20px;}
    .drawer ul li {
        border-bottom:1px solid #a9a9a9;}
    .drawer > ul > li:first-child {
        border-top:1px solid #a9a9a9;}
    .drawer ul li a {
        width:100%;
        display: block;
        padding:10px 0px 10px 10px;
        color:#000;
        text-decoration:none;}
    .drawer ul li a span {
        display: block;}
    .drawer ul li ul {
        margin-bottom:20px;
        padding-left:20px;}
    .drawer ul li ul li {
        border-bottom:1px dashed #a9a9a9;}
    .drawer ul li ul li:last-child {
        border-bottom:0;}
    .drbtn {
        position: absolute;
        top:15px;
        right: -50px;
        width: 50px;
        height: 50px;
        -webkit-transition:ease .5s;
        transition:ease .5s;
        cursor:pointer;
        align-items: flex-end;
        display: flex;
        justify-content: center;
        font-size: 10px;
        padding-bottom: 2px;
        z-index: 10000;}
    .hambarg {
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: 2px;
        width: 30px;
        background: #a9a9a9;
        -webkit-transition: ease .5s;
        transition: ease .5s;}
    .hambarg:nth-child(1) {
        top: 20%;
        left: 50%;}
    .hambarg:nth-child(2) {
        top: 40%;
        left: 50%;}
    .hambarg:nth-child(3) {
        top: 60%;
        left: 50%;}
    .drawer.action {
        -webkit-transform:translateX(0);
        transform:translateX(0);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;}
    .drbtn.action {
        right: 0;}
    .drbtn.action .hambarg:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg);}
    .drbtn.action .hambarg:nth-child(2) {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0;}
    .drbtn.action .hambarg:nth-child(3) {
        top: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg);}
}
@media screen and (min-width:768px) {
    header .allWrapper {
        display: table;}
    .headerLeft,
    .headerRight {
        display: table-cell;}
    .headerLeft {
        width:170px;}
    .headerRight {
        vertical-align: bottom;
        text-align: right;}
}

/* main
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.mainContent {
    padding:90px 0px;}
.mainHeader {
    text-align:center;
    margin-bottom:60px;}
.mainHeader img {
    height:100px;
    width:auto;}
@media screen and (max-width:767px) {
    .mainHeader {
        margin-bottom:15px;
        padding:0px;}
    .mainContent {
        padding:30px 0px;}
    .mainHeader img {
        height:80px;}
}
@media screen and (min-width:768px) {}

/* main - screen */
.mainScreen {
    overflow: hidden;
    position:relative;
    width:100%;
    height:750px;}
.mainScreen:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:0;
    height:100px;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
    background: linear-gradient(bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));}
.slider {
    height:100%;}
.slick-track {
    height:100%;}
.mainScreenInner {
    width:100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;}
.mainScreenText {
    margin-bottom:20px;}
.mainScreenText p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    color:#000;
    margin-bottom:10px;
    text-align: center;
    font-size:30px;
    background-color:rgba(229, 0, 0, 0.6);
    text-shadow:
    1px 1px 2px #fff,
    -1px 1px 2px #fff,
    1px -1px 2px #fff,
    -1px -1px 2px #fff,
    0px 0px 3px #ffffff,
    0px 0px 20px #ffffff;}
.mainScreenLogo {
    margin-bottom:30px;}
.mainScreenLogo img {
    width:300px;}
.mainScreen li.fixImg.top img {
    object-position:top;}
.mainScreen li.fixImg.bottom img {
    object-position:bottom;}

@media screen and (max-width:767px) {
    .mainScreen {
        height:400px;}
    .mainScreen:after {
        height:50px;}
    .mainScreenText p {
        font-size:20px;}
    .mainScreenLogo img {
        width:120px;}
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:1800px) {
    .mainScreen {
        height:900px;}
}

/* main - news */
.mainNew {
    padding-bottom:0;}
.mainNewInner {
    background-image:url(/wp/wp-content/uploads/newBackgrounImg.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    padding:90px 0px 90px;}
.mainNewList table {
    width:100%;
    margin-bottom:30px;}
.mainNewList tr {
    display: block;
    padding:20px 0px;
    width:100%;
    border-bottom:1px dashed #747474;}
.mainNewList th {
    font-weight: 400;
    color:#747474;
    padding-right:20px;}
.mainNewList td a {
    text-decoration: underline solid #747474;}
@media screen and (max-width:767px) {
    .mainNew .mainHeader {
        padding-bottom:0;}
    .mainNewInner {
        padding:30px 0px 15px;}
    .mainNewList table {
        margin-bottom:20px;}
    .mainNewList tr {
        padding:10px 0px;}
    .mainNewList th {
        border-bottom:none;
        display: block;
        padding-bottom:5px;}
    .mainNewList td {
        padding-top:0;
        display: block;}
}
@media screen and (min-width:768px) {
    .mainNewList {
        margin:auto;
        width:860px;}
}


/* main - shop */
.mainShop {
    border-bottom:1px solid #a9a9a9;}
.mainShopInner {
    margin-bottom:60px;}
.mainShopBox {
    float:left;}
.mainShopBoxImg {
    overflow: hidden;
    position:relative;
    text-align: center;
    margin-bottom:-50px;}
.mainShopBoxImg a {
    transition:0.3s;
    padding:5px;
    display: block;}
.mainShopBoxImg a:hover {
    background-color:#333333;
    transition:0.3s;}
.mainShopBoxImg span {
    position:absolute;
    top:0;
    right:0;
    left:0;
    display: inline-block;
    width:100%;
    color:#fff;
    padding:3px 0px;
    margin-bottom:30px;
    background-color:#980505;}
.mainShopBoxTitle {
    text-align:center;
    margin-bottom:20px;
    border-top:solid;
    border-color:#980505;}
.mainShopBoxSns {
width:70%;
margin:10px;}
.mainShopBoxSns ul li {
    border-radius: 5px;
    overflow: hidden;
    width:28%;
    float:left;
    margin-right:8%;
    margin-bottom:8%;}
.mainShopBoxSns ul li:nth-child(n+3) {
    margin-bottom:0;}
.mainShopBoxSns ul li:first-child {
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);}
.mainShopBoxSns ul li:nth-child(3n) {
    margin-right:0;}
.mainShopBoxSns ul li.tabelog {
    background-color:#ECA716;}
.mainShopBoxSns ul li.hotpepper {
    background-color:#CF111B;}
.mainShopBoxSns ul li a {
    display: block;
    position:relative;}
.mainShopBoxSns ul li a:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;}
@media screen and (max-width:767px) {
    .mainShopBox {
        width:45%;
        margin:0 auto 10%;
	    float:none;}
    .mainShopBox:nth-child(2n) {
        margin-right:0;}
    .mainShopBox:nth-child(n+3) {
        margin-bottom:22px;}
    .mainShopBoxImg {
        min-height:145px;
        margin-bottom:10px;}
    .mainShopBoxTitle {
        margin-bottom:10px;}
    .mainShopBoxImg span {
        padding-top:3px;
        padding-bottom:3px;}
    .mainShopBoxSns {
        width:90%;}
}
@media screen and (min-width:768px) {
    .mainShopBox {
        width:13.5%;
        margin-right:3%;}
    .mainShopBox:last-child {
        margin-right:0;}
    .mainShopBoxImg {
        height:220px;}
}

/* main - company */
.mainCompanyImg {
    position:relative;}
.mainCompanyImg:before {
    content:"";
    padding-top:61%;
    display: block;}
.mainCompanyText ul {
    margin-bottom:30px;}
.mainCompanyText ul li {
    margin-bottom:10px;}
@media screen and (max-width:767px) {
    .mainCompanyImg {
        margin-bottom:20px;}
    .mainCompanyText ul {
        margin-bottom:20px;}
    .mainCompanyText ul li {
        margin-bottom:5px;}
}
@media screen and (min-width:768px) {
    .mainCompanyImg {
        float:left;
        width:50%;}
    .mainCompanyText {
        float:left;
        width:50%;
        padding-left:60px;}
    .mainCompanyText .allLink {
        text-align:left;}
}


/* footer
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer {
    color:#000;
    text-align:center;
    padding:90px 0px 30px;
    background-image:url(/wp/wp-content/uploads/fabric_of_squares_gray_@2X.png);}
.footerTop {
    text-align:center;}
.footerTop ul li:last-child {
    margin-right:0;}
.footerTop ul li a {
    color:#000;
    text-decoration: none;
    display: block;}
.footerTop ul li a span {
    display: block;}
.footerTop ul li a span:nth-child(2) {
    font-size:10px;}
.footerMiddle {
    padding:60px 0px 30px;}
.footerMiddle img {
    width:170px;}
.footerBottom {
    letter-spacing: 0;
    font-size:12px;}
@media screen and (max-width:767px) {
    footer {
        padding:30px 15px 15px;}
    .footerTop ul li {
        margin-bottom:10px;}
    .footerTop ul li:last-child {
        margin-bottom:0;}
    .footerTop ul li a {
        padding:10px 0px;
        background-color: #000;
        color: #fff;}
    .footerMiddle {
        padding:30px 0px 15px;}
    .footerBottom {
        font-size:10px;}
}
@media screen and (min-width:768px) {
    .footerTop ul {
        display: inline-block;}
    .footerTop ul li {
        float:left;
        margin-right:45px;}
}





/*////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////// 固定ページ //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageScreen {
    border-bottom:1px solid #afafaf;
    padding:20px 0px;
    background-image: url(/wp/wp-content/uploads/fabric_of_squares_gray_@2X.png);
    text-align:center;}
.pageScreen img {
    width:auto;
    max-height:110px;}
.pageScreen h1 {
    color:#000;
    font-size:14px;}

@media screen and (max-width:767px) {
    .pageScreen img {
        max-height:70px;}
    .pageScreen h1 {
        font-size:12px;}
}
@media screen and (min-width:768px) {}


/* shop
/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.shopContent {
    margin-bottom:90px;}
.shopContent:last-child {
    margin-bottom:0;}
@media screen and (max-width:767px) {
    .shopContent {
        margin-bottom:60px;}
}
/* shop - title */
.shopContentTitle {
    position: relative;
    text-align:center;
    padding:75px 0px;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;}
.syokudoTitle {
    background-image:url(/wp/wp-content/uploads/15350446_656712501168541_8672393821953775217_n.jpg);}
.kuthikatuTitle {
    background-image:url(/wp/wp-content/uploads/26758462_1974569782573303_6456995371785080132_o.jpg);}
.namuTitle {
    background-image:url(/wp/wp-content/uploads/o3213f71e35afaab7557a14eb5ae3e67b_38487574_190428_0008.jpg);}
.minamiTitle {
        background-image:url(/wp/wp-content/uploads/S__8273924.jpg);}
.shopContentTitle:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.5);}
.shopContentTitleInner {
    display: inline-block;}
.shopContentTitleInner h2 {
    font-weight: 700;
    font-size:30px;}
.shopContentTitleInner table {
    position: relative;
    text-align:left;}
.shopContentTitleInner table th,
.shopContentTitleInner table td {
    padding:5px 0px;
    vertical-align: middle;}
.shopContentTitleInner table th img {
    width:330px;}
.shopContentTitleInner table table span {
    font-size:40px;
    font-weight: 700;}
@media screen and (max-width:767px) {
    .shopContentTitle {
        padding:30px 0px;}
    .shopContentTitleInner > table {
        padding:0px 10px;}
    .shopContentTitleInner table th,
    .shopContentTitleInner table td {
        padding:0px;
        display: block;}
    .shopContentTitleInner table th {
        margin-bottom:10px;
        text-align:center;}
    .shopContentTitleInner table td span {
        font-size:12px;}
    .shopContentTitleInner table td td {
        display: table-cell;}
    .shopContentTitleInner table th img {
        width:200px;}
    .shopContentTitleInner h2 {
        font-size:20px;}
    .shopContentTitleInner table table span {
        font-size:20px;}
}
@media screen and (min-width:768px) {}

/* shop - box */
.shopContentDetail {
    padding:60px 0px 0px;}
.shopContentBox {
    margin-bottom:60px;}
.shopContentBoxImg,
.shopContentBoxText {
    float:left;}
.shopContentBoxImg {
    width:525px;}
.shopContentBoxImg:before {
    padding-top:76%;
    display: block;
    content:"";}
.shopContentBoxText {
    width:475px;}
.shopContentBoxText h3 {
    font-size:22px;
    font-weight: 700;}
.shopContentBoxText h4 {
    font-size:20px;
    font-weight: 700;
    margin-bottom:10px;}
.shopContentBox:first-child .shopContentBoxText p {
    color:#747474;}
.shopContentBoxTextCircle {
    display: table;
    text-align:center;
    width:200px;
    height:200px;
    border-radius: 50%;
    background-color:#980505;}

    .shopContentBoxTextCircle1 {
        display: table;
        text-align:center;
        width:200px;
        height:200px;
        border-radius: 50%;
        background-color:#980505;}    
.shopContentBoxTextCircleInner {
    display: table-cell;
    vertical-align: middle}
.shopContentBoxTextCircleInner span {
    font-size:12px;}
@media screen and (max-width:767px) {
    .shopContentDetail {
        padding-top:75px;}
    .shopContentBox:first-child {
        margin-bottom:75px;}
    .shopContentBox:nth-child(2n) {
        margin-bottom:30px;}
    .shopContentBoxInner {
        position:relative;}
    .shopContentBoxImg {
        width:100%;
        margin-bottom:10px;}
    .shopContentBoxText {
        width:100%;}
    .shopContentBoxTextCircle {
        width:110px;
        height:110px;
        top:-55px;
        left:-15px;
        position:absolute;}

        .shopContentBoxTextCircle1 {
            width:110px;
            height:110px;
            top:123px;
            left:-15px;
            position:absolute;}

    .shopContentBoxText h3 {
        font-size:16px;
        line-height: 1.5}
    .shopContentBoxTextCircleInner {
        line-height: 1;}
    .shopContentBoxTextCircleInner span {
        font-size:10px;}
}
@media screen and (min-width:768px) {
    .shopContentBoxText {
        padding-left:30px;}
    .shopContentBox:nth-child(2) .shopContentBoxText {
        padding-left:0;
        padding-right:30px;}
    .shopContentBox:nth-child(2) .shopContentBoxImg {
        float:right;}
    .shopContentBoxTextCircle {
        margin:auto auto 30px auto;}
        .shopContentBoxTextCircle1 {
            margin:auto auto 30px auto;}
}

/* shop - list */
.shopContentList {
    margin-bottom:60px;}
.shopContentList ul li {
    float:left;
    width:310px;
    margin-right:35px;
    margin-bottom:20px;}
.shopContentList ul li:nth-child(n+7) {
    margin-bottom:0;}
.shopContentList ul li p {
    height:45px;}
.shopContentListImg {
    margin-bottom:10px;
    width:100%;}
.shopContentListImg:before {
    display: block;
    padding-top:100%;
    content:"";}


    @media screen and (min-width:767px) {
    .shopContentList ul li {
       height:370px;}
    }

@media screen and (max-width:767px) {
    .shopContentList {
        margin-bottom:15px;}
    .shopContentList ul li {
        width:48%;
        margin-bottom:2%;
        margin-right:4%;}
    .shopContentList ul li:nth-child(2n) {
        margin-right:0;}
    .shopContentListImg {
        margin-bottom:5px;}

}
@media screen and (min-width:768px) {
    .shopContentList ul li:nth-child(3n) {
        margin-right:0;}
}


/* shop - info */
.shopContentInfo {
    margin-bottom:45px;}
.shopContentInfo table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    background-image: url(/wp/wp-content/uploads/fabric_of_squares_gray_@2X.png);}
.shopContentInfo table th,
.shopContentInfo table td {
    color:#000;
    border: solid 1px #d5d5d5;
    padding:15px;
    vertical-align: middle;}
.shopContentInfo table th {
    background-color:#eee;
    width:300px;}
.shopContentInfo table td a.map {
    margin-left:10px;
    color: #fff;
    display: inline-block;
    background-color: #980505;
    text-decoration: none;
    padding: 2px 5px;}
.shopContentInfo table td ul li {
    overflow: hidden;
    border-radius: 3px;
    margin-right:10px;
    float:left;
    width:40px;}
.shopContentInfo table td ul li:first-child {
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);}
.shopContentInfo table td ul li:last-child {
    margin-right:0;}
@media screen and (max-width:767px) {
    .shopContentInfo {
        margin-bottom:0px;}
    .shopContentInfo .allWrapper {
        padding:0;}
    .shopContentInfo table th,
    .shopContentInfo table td {
        font-size:12px;
        border:none;
        padding:8px;}
    .shopContentInfo table tr {
        border-bottom:solid 1px #d5d5d5;}
    .shopContentInfo table th {
        border-right:solid 1px #d5d5d5;
        width:135px;}
    .shopContentInfo table td a.map {
        position:relative;
        padding:5px 0px;
        display: block;
        width:50px;
        text-align:center;
        margin-top:10px;
        margin-left:0;}
}
@media screen and (min-width:768px) {}


/* shop - map */
.shopContentSns {
    white-space: nowrap;
    width:auto;
    margin:45px auto;
    text-align:center;}
.shopContentSns h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;}
.shopContentSns ul {
    display: inline-block;}
.shopContentSns ul li {
    width:80px;
    margin-right:20px;
    margin-bottom:0;}
.shopContentSns ul li:last-child {
    margin-right:0;}
@media screen and (max-width:767px) {
    .shopContentSns {
        margin:20px auto;}
    .shopContentSns h3 {
        font-size:17px;
        margin-bottom:10px;}
    .shopContentSns ul li {
        width:40px;
        margin-right:10px;}
}
@media screen and (min-width:768px) {}


/* shop - map */
.shopContentMapInner {
    position: relative;
    height:400px;
    overflow: hidden;}
.shopContentMapInner iframe,
.shopContentMapInner object,
.shopContentMapInner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
@media screen and (max-width:767px) {
    .shopContentMap .allWrapper {
        padding:0;}
    .shopContentMapInner {
        height:300px;}
}



/* company
/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* company - header */
.companyContentHeader {
    text-align:center;
    padding:60px 0px;}
.companyContentHeader h2 {
    color:#fff;
    font-size:30px;}
.companyContentHeader h2:after {
    content:"";
    width:40px;
    height:1px;
    background-color:#980505;
    display: block;
    margin:10px auto 0;}


@media screen and (max-width:767px) {
    .companyContentHeader {
        padding:20px 0px;}
    .companyContentHeader h2 {
        font-size:24px;}
}
@media screen and (min-width:768px) {}

/* company - content */
.companyContentWrap {
    margin-bottom:60px;}
.companyContentWrap .allWrapper {
    position:relative;}
.companyContentText {
    width:80%;}
.companyContentText ul {
    margin-bottom:40px;}
.companyContentText ul li {
    margin-bottom:10px;}
.companyContentText p {
    margin-bottom:20px;
    line-height:1.5;}
.nameLogo {
    text-align: right;}
.nameLogo img {
    width:280px;}
@media screen and (max-width:767px) {
    .companyContentImg {
        text-align: center;
        width:100%;
        margin-bottom:10px;}
    .companyContentImg img {
        width:60%;}
    .companyContentText {
        width:80%;}
    .companyContentText ul {
        margin-bottom:10px;}
    .companyContentText ul li {
        margin-bottom:3px;}
    .companyContentText p {
        font-size:15px;
        margin-bottom:10px;}
    .nameLogo {
        margin-top:20px;}
    .nameLogo img {
        width:220px;}
    .companyContentWrap {
        margin-bottom:30px;}
}
@media screen and (min-width:768px) {
    .companyContentImg {
        float:left;
        width:260px;}
    .companyContentText {
        float:right;
        margin-left:-150px;
        padding-left:150px;}
    .companyContentText p {
        font-size:18px;}
}

/* company - info */
.companyInfo {}
.companyInfo table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    background-image: url(/wp/wp-content/uploads/fabric_of_squares_gray_@2X.png);}
.companyInfo table th,
.companyInfo table td {
    color:#000;
    border: solid 1px #afafaf;
    padding:15px;}
.companyInfo table th {
    background-color:#eee;
    width:300px;}
.companyInfo table td {}
@media screen and (max-width:767px) {
    .companyInfo table th,
    .companyInfo table td {
        padding:8px;
        font-size:12px;
        vertical-align: middle;}
    .companyInfo table th {
        width:135px;}
}
@media screen and (min-width:768px) {}


/* company
/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contactContent .companyInfo table {
    background-image:none;}
.comapnyContent {
    padding: 60px 0px;}
.comapnyContent table {
    margin-bottom:30px;}
.comapnyContent table th span {
    color:#980505;
    font-size:0.9em;}
.comapnyContent table td {
    position:relative;}
.comapnyContent table td input,
.comapnyContent table td input[type=submit],
.comapnyContent table td select,
.comapnyContent table td option,
.comapnyContent table td textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    font-size:16px;
    padding:10px;
    background-color:#fff;
    position:absolute;
    border: none;
    resize: none;
    width:100%;
    display: block;
    top:0;
    bottom:0;
    left:0;
    right:0;}
.comapnyContent table tr:first-child td:before {
    content:"";
    z-index:1;
    position: absolute;
    border-top: 9px solid #696969;
    border-right: 7px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 7px solid transparent;
    right:20px;
    top:22px;}
.comapnyContent table tr:last-child td {
    height:500px;}
.goButton {}
.goButton a,
.goButton input[type="submit"] {
    text-decoration: none;
    text-align:center;
    background-color:#980505;
    margin:auto;
    display: block;
    position:relative;
    width:300px;
    height:70px;
    font-size:16px;
    line-height: 70px;
    color:#fff;
    transition:0.3s;}
.goButton input[type="submit"]:hover,
.goButton a:hover {
    background-color:red;}
.goButton a:before,
.goButton input[type="submit"]:before {
    position:absolute;}
.screen-reader-response {
    margin-bottom:20px;}
.screen-reader-response ul {
    margin:20px 0px;}
.screen-reader-response ul li {
    margin-bottom:10px;}
.wpcf7-response-output {
    display: none;}
.banner {
    margin-bottom:60px;}
.banner a {
    width:100%;
    background-color:#fff;
    display: block;}
.banner a:hover img {
    opacity: 0.7;}
.banner a,
.banner a img,
.banner a:hover img {
    transition:0.3s;}
@media screen and (max-width:767px) {
    .comapnyContent {
        padding:30px 0px;}
    .comapnyContent table {
        margin-bottom:15px;}
    .comapnyContent table tr {
        display: block;
        margin-bottom:10px;}
    .comapnyContent table th,
    .comapnyContent table td {
        width:100%;
        border:none;
        display: block;}
    .comapnyContent table th {
        border-bottom:1px solid #ddd;}
    .comapnyContent table td {
        height:45px;}
    .comapnyContent table td input,
    .comapnyContent table td input[type="submit"],
    .comapnyContent table td select,
    .comapnyContent table td option,
    .comapnyContent table td textarea {
        padding:5px 10px;
        font-size:11px;}
    .comapnyContent table tr:first-child td:before {
        border-top: 6px solid #696969;
        border-right: 4px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 4px solid transparent;
        right:10px;
        top:19.5px;}
    .comapnyContent table tr:last-child td {
        height:300px;}
    .goButton a,
    .goButton input[type="submit"] {
        width:100%;
        height:60px;
        line-height: 60px;}
    .banner {
        margin-bottom:30px;}
}
@media screen and (min-width:768px) {}





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

/* 新着情報一覧 */
.newsContentDetail {
    padding:60px 0px;}
.newsContentList ul li {
    padding-bottom:1%;
    border-bottom:1px solid #333333;
    margin-bottom:1%;}
.newsContentList ul li a {
    padding:10px;
    display: block;
    transition:0.3s;}
.newsContentList ul li a:hover {
    background-color:#333333;
    transition:0.3s;}
.newsContentListImg {
    overflow: hidden;
    transition:0.3s;
    width:50%;
    float:left;}
.newsContentListImg img {
    transition:0.3s;}
.newsContentList ul li a:hover .newsContentListImg img {
    transition:0.3s;
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);}
.newsContentListText {
    width:50%;
    padding-left:15px;
    float:right;}
.newsContentListText span {
    background-color:#980505;
    color:#fff;
    display: inline-block;
    padding:3px 10px;
    margin-right:3px;
    font-size:12px;
    margin-bottom:10px;}
.newsContentListText time {
    display: inline-block;
    color:#747474;
    margin-bottom:8px;
    font-size:12px;}
@media screen and (max-width:767px) {
    .newsContentDetail {
        padding:10px 0px;}
    .newsContentDetail .allWrapper {
        padding:0;}
    .newsContentList ul li {
        padding-bottom:10px;
        margin-bottom:10px;}
    .newsContentList ul li:last-child {
        margin-bottom:0;
        padding-bottom:0;
        border-bottom:0;}
    .newsContentList ul li a {
        padding:0px 10px;}
    .newsContentListImg {
        width:110px;
        height:80px;}
    .newsContentListText {
        width:100%;
        margin-left:-120px;
        padding-left:120px;}
    .newsContentListText span {
        padding:1px 3px;
        margin-right:5px;
        display: inline-block;
        font-size:10px;}
    .newsContentListText time {
        display: inline-block;
        font-size:10px;
        margin-bottom:3px;}
}

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

    .newsContentList ul li {
        float:left;
        width:49%;
        margin-right:2%;}
    .newsContentList ul li:nth-child(2n) {
        margin-right:0;}
    .newsContentListImg:before {
        content:"";
        padding-top:61%;
        display: block;}
}


/* パンくず */
.pagePankuzu {
    background-color:#000;
    padding:10px 0px;}
.pagePankuzu li {
    display:inline;
    list-style: none;}
.pagePankuzu li:after {
    content: '/';
    color:#fff;
    font-size:14px;
    padding: 0 3px;}
.pagePankuzu li:last-child:after {
    content: '';}
.pagePankuzu li a {
    font-size:14px;
    text-decoration: none;
    color: #fff !important;}
.pagePankuzu li a:hover {
    text-decoration: underline;}
@media screen and (max-width:767px) {
    .pagePankuzu .allWrapper {
        padding:0px 15px;}
    .pagePankuzu li:after {
        font-size:12px;}
    .pagePankuzu li a {
        font-size:12px;}
}

/* 新着情報個別 */
.singleContent {
    padding:60px 0px;}

.singleContentWrap {}
@media screen and (min-width:768px) {
    .singleContentInner {
        width:760px;
        margin:auto;}
}


#single {
    color:#333;
    background-image: url(/wp/wp-content/uploads/fabric_of_squares_gray_@2X.png);}
#single a {
    color:#333;}
#single .mainContent {
    background-color:#000;}
#single .mainContent a {
    color:#fff;}
#single .singleContent {
    padding:30px 0px;}
#single .pageScreen {
    border-bottom:0;}
.singleContent {
    padding:60px 0px;}
.singleContentTitle {
    padding-bottom:30px;}
.singleContentTitle span {
    display: inline-block;
    padding:3px 10px;
    margin-right:10px;
    margin-bottom:20px;
    font-size:12px;
    background-color:#980505;
    color:#fff;}
.singleContentTitle time {
    display: inline-block;
    margin-bottom:20px;
    font-size:12px;}
.singleContentTitle h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 36px;}
.singleContentInner > *:first-child {
    margin-top: 0;}
.singleContentInner p {
    line-height: 1.7;
    margin: 0 0 1.6em;}
.singleContentInner h2,
.singleContentInner h3 {
    font-weight: 700;
    line-height: 1.4;}
.singleContentInner h2 {
    font-size: 24px;
    background: #ececec;
    border: none;
    border-left: 5px solid #980505;
    padding: 20px 20px 20px 41px;
    margin: 2.5em -46px;}
.singleContentInner h3 {
    font-size: 22px;
    border: none;
    border-bottom: 2px solid #980505;
    padding: 10px 0;
    margin: 2em 0 1em;}
.singleContentInner img {
    margin: 0 0 1.6em;}
.singleContentInner p img {
    margin-bottom:0;}
.singleContentInner ul,
.singleContentInner ol {
    padding-left: 20px;
    margin: 0 0 1em;}
.singleContentInner ol {
    padding-left:40px;}
.singleContentInner ul li,
.singleContentInner ol li {
    margin: 6px 0;}
.singleContentInner ul li {
    position: relative;
    padding-left: 12px;}
.singleContentInner ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #205a97;}
.singleContentInner blockquote {
    padding: 24px 20px 24px 55px;
    background: #ececec;}
#single .singleContentInner a {
    color: #205a97;
    text-decoration: none;}
#single .singleContentInner a:hover {
    text-decoration: underline;}

@media screen and (max-width:767px) {
    #single .singleContent {
        padding:10px 0px;}
    .singleContentWrap {
        padding:0px 15px;}

    .singleContentTitle h1 {
        font-size: 22px;
        margin-bottom: 12px;}
    .singleContentTitle span {
        font-size:10px;
        margin-bottom:10px;
        margin-right:5px;}
    .singleContentTitle time {
        font-size:10px;
        margin-bottom:10px;}
    .singleContentInner h2 {
        font-size:20px;
        padding: 16px;
        margin: 2em 0;}
    .singleContentInner h3 {
        font-size:18px;}
    .singleContentInner p,
    .singleContentInner a,
    .singleContentInner ul li,
    .singleContentInner ol li {
        font-size:15px;}
}
@media screen and (min-width:768px) {
    .singleContentWrap {
        width:760px;
        margin:auto;}
    .singleContentInner {
        padding:20px 46px;}
}

.wpcf7-form-control-wrap {
    position:static !important;}


    @media screen and (max-width:767px) {
    td.southcloudbanner img{
        width: 45%;
    }
}

@media screen and (min-width:768px) {
    td.southcloudbanner img{
        width: 45%;
    }
}