﻿/*-----ベース-----*/
.container {
    max-width: 1000px;
    /* background: rgba(240, 198, 188, 0.36); */
    /* padding-top: 10px; */
}
.in-banner {
    border: 5px solid #fff;
    border-radius: 20px;
}

.in-banner img {
    border-radius: 12px;
}
.container.usa {
    box-shadow: 0px 10px 10px 0px #ccc;
    margin-bottom: 20px;
    padding-top: 10px;
    background: #fff;
    border-radius: 20px;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #c62b73;
    background-image: url("https://www.transparenttextures.com/patterns/assault.png");
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #363636;
    line-height: 2;
}

h1,
h2,
h3 {
    font-weight: bold;
    color: #fff;
}

h1 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

a {
    color: #ffffff;
    font-weight: bold;
    /* text-decoration: underline; */
}

a:hover {
    text-decoration: none;
    color: #222931;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

img {
    max-width: 100%;
}


/*********************************************************************************/


/* Image Style                                                                   */


/*********************************************************************************/

.image {
    display: inline-block;
}

.image img {
    display: block;
    width: 100%;
}

.image-full {
    display: block;
    width: 100%;
    margin: 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

.image-centered img {
    margin: 0 auto;
    width: auto;
}


/*********************************************************************************/


/* List Styles                                                                   */


/*********************************************************************************/

ul.style1 {}


/*********************************************************************************/


/* Social Icon Styles                                                            */


/*********************************************************************************/

ul.contact {
    margin: 0;
    padding: 2em 0em 0em 0em;
    list-style: none;
}

ul.contact li {
    display: inline-block;
    padding: 0em 0.30em;
    font-size: 1em;
}

ul.contact li span {
    display: none;
    margin: 0;
    padding: 0;
}

ul.contact li a {
    color: #FFF;
}

ul.contact li a:before {
    display: inline-block;
    background: #3f3f3f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
}

ul.contact li a.icon-twitter:before {
    background: #2DAAE4;
}

ul.contact li a.icon-facebook:before {
    background: #39599F;
}

ul.contact li a.icon-dribbble:before {
    background: #C4376B;
}

ul.contact li a.icon-tumblr:before {
    background: #31516A;
}

ul.contact li a.icon-rss:before {
    background: #F2600B;
}


/*********************************************************************************/


/* Button Style                                                                  */


/*********************************************************************************/

.button {
    display: inline-block;
    margin-top: 2em;
    padding: 1em 2em 1em 2em;
    background: #c62b73;
    /* border: 2px dotted #000000; */
    letter-spacing: 0.20em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    /* border-radius: 20px; */
    font-size: 0.90em;
    /* color: #289750; */
    /* border-radius: 50px 50px 50px 50px; */
}

.button:before {}


/*********************************************************************************/


/* 3-column                                                                      */


/*********************************************************************************/

.boxA,
.boxB,
.boxC {
    width: 384px;
    text-align: center;
}

.boxA h2,
.boxB h2,
.boxC h2 {
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.6em;
}

.boxA p,
.boxB p,
.boxC p {
    padding: 0em 1.5em;
}

.boxA,
.boxB {
    float: left;
    margin-right: 20px;
}

.boxC {
    float: right;
}


/*********************************************************************************/


/* Header                                                                        */


/*********************************************************************************/

#header {
    position: relative;
}


/*********************************************************************************/


/* Logo                                                                          */


/*********************************************************************************/

#logo {
    margin: 0 auto;
    text-transform: uppercase;
    background: #c62b73;
}

#logo h1 {
    margin: 0;
    text-align: center;
}

#logo a {
    text-decoration: none;
    line-height: 1.7;
    display: block;
    margin: 20px 0;
    text-align: center;
    position: relative;
    font-size: 22px;
}

#logo a:hover {
    color: rgba(255, 255, 255, 0.66);
}


/*********************************************************************************/


/* Menu                                                                          */


/*********************************************************************************/

#menu {
   
display: table;
   
margin: auto;
   
width: 100%;
   
background: #191919;
}


#menu ul {
    display: table;
    padding: 10px 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#menu li {
    display: block;
    float: left;
    text-align: center;
    padding-left: 10px;
}

#menu li:before {
    /* content: ""; */
    font-weight: 700;
    height: 100%;
    width: 100%;
    background: #8dc63f;
    left: 0;
    top: 50%;
    border-left: 1px solid #fff;
    -webkit-transform: translateY(-50%) skewX(-20deg);
    -ms-transform: translateY(-50%) skewX(-20deg);
    -o-transform: translateY(-50%) skewX(-20deg);
    transform: translateY(-50%) skewX(-20deg);
    position: absolute;
    color: rgba(0, 0, 0, .6);
}

#menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background: #817d6b;
    /* border-radius: 20px; */
    border-left: 2px solid;
    font-size: 1em;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
}

#menu li a:hover,
#menu li a.active {
    color: #fff;
    background: #c62b73;
    /* border-radius: 20px; */
    border-left: 2px solid;
}

#menu .icon {}

.cv-menu {
    display: none;
    position: relative;
    height: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cv-menu span {
    height: 4px;
    background: #fff;
    width: 30px;
    display: table;
    margin-top: 11px;
}

#menu .cv-menu:before,
#menu .cv-menu:after,
.cv-menu span:before,
.cv-menu span:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 30px;
    height: 4px;
}

#menu .cv-menu:before {
    top: 0;
    left: -15px;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

#menu .cv-menu:after {
    top: 0;
    right: -15px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.cv-menu span:before {
    top: 0;
}

.cv-menu span:after {
    bottom: 0;
}

.sidebar-left .navbar-nav li a::before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
    color: #181714;
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.more.m1 a::after {
    content: "\f0da";
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 8px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-left:20px;
}
.sidebar-left {
    margin-bottom: 10px;
    float: left;
    background-image: url(https://www.transparenttextures.com/patterns/);
    background-color: #c62b73;
    border-radius: 10px;
    box-shadow: 3px 3px 3px;
    -moz-border-radius: 10px;
    /* -webkit-border-radius: 10px; */
    background: -moz-linear-gradient(left, #cdcc00 0%, #a02fa1 50%, #a843a9 50%, #be76bf 100%);
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6db888),color-stop(50%,#dfdfdf), color-stop(50%,#dfdfdf), color-stop(100%,#7bbb90)); */
}

.sidebar-left ul li {
    width: 100%;
    margin-bottom: 5px;
    /* background: #c62b73; */
    /* border-radius: 20px; */
}

.sidebar-left ul {
    width: 100%;
}
/** PAGE */

.page {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}


/*********************************************************************************/


/* Banner                                                                        */


/*********************************************************************************/

#banner {
    background: #c62b73;
    background-size: cover;
    border-top: 1px solid rgb(236, 242, 238);
    padding: 2em 0;
    margin-bottom: 10px;
}


/*********************************************************************************/


/* Page                                                                          */


/*********************************************************************************/

.page {
    position: relative;
    overflow: hidden;
    padding: 0em 0em;
}

.oimg {
    max-width: 35%;
    width: 35%;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    border-radius: 20px;
}

.twoCol .oimg {
    max-width: 50%;
    width: 50%;
}

.threeCol .oimg {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
}


/*********************************************************************************/


/* Content                                                                       */


/*********************************************************************************/

#content {}

.box {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: table;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #d5769c;
    /* border-radius: 20px; */
}
.box .title {
    width: 100%;
    margin: 0;
    padding: 1em 1em;
    background: #c62b73;
    display: block;
    /* border-radius: 20px; */
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2em;
    /* color: #FFF; */
    /* border-top: 1px solid; */
    /* border-bottom: 2px dotted; */
}


/*********************************************************************************/


/* Sidebar                                                                       */


/*********************************************************************************/

#sidebar {}


/*********************************************************************************/


/* Footer                                                                        */


/*********************************************************************************/

#footer {}




/*********************************************************************************/


/* Featured                                                                      */


/*********************************************************************************/

#featured {
    overflow: hidden;
    padding: 2em 0em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#featured .align-left {
    float: left;
    width: 384px;
    padding-top: 1em;
    text-align: center;
}

#featured .fa {
    font-size: 14em;
    color: #8dc63f;
}

#featured .align-right {
    float: right;
    width: 792px;
    font-size: 1.4em;
}

#footer {
    text-align: center;
}

#footer h3 {}

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

#footer li {
    margin-bottom: 10px;
}

#footer a {}

#footer a:hover {
    color: #333;
}
/*********************************************************************************/


/* Copyright                                                                     */


/*********************************************************************************/

#copyright {
    text-align: center;
    /* background: #161616; */
    overflow: hidden;
    color: #fff;
    padding: 5em 0em;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

#copyright a {
    text-decoration: none;
    color: #d5769c;
}
#copyright a:hover {
}

@media only screen and (max-width: 991px) {
    h1.h1-title {
    font-size: 11px !important;
    position: absolute;
    top: 20% !important;
    width: 90% !important;
    /* left: 0% !important; */
    padding: 10px !important;
    padding: 10px;
    background: rgba(198, 43, 115, 0.55);
}
    #logo a {
        text-decoration: none;
        line-height: 1.7;
        display: table;
        width: 100%;
        margin: 60px 0 10px 0;
        position: relative;
        text-align: center;
        font-size: 18px;
    }
    #logo h1 {
        margin-top: 45px;
        font-size: 1.7em;
    }
    #menu .cv-menu {
        display: table;
        z-index: 1000;
        cursor: pointer;
    }
    #menu .cv-menu.focus span {
        background: transparent;
    }
    #menu .cv-menu span:before,
    #menu .cv-menu span:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
        -webkit-transition: transform 0.3s, top 0.2s, bottom 0.2s;
        -o-transition: transform 0.3s, top 0.2s, bottom 0.2s;
        transition: transform 0.3s, top 0.2s, bottom 0.2s;
    }
    #menu .cv-menu.focus span:before {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-transition: transform 0.3s, bottom 0.2s, opacity 0.3s;
        -o-transition: transform 0.3s, bottom 0.2s, opacity 0.3s;
        transition: transform 0.3s, bottom 0.2s, opacity 0.3s;
        opacity: 0;
        /*top: 45%;*/
    }
    #menu .cv-menu.focus span:after {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
        -webkit-transition: transform 0.3s, bottom 0.2s, opacity 0.3s;
        -o-transition: transform 0.3s, bottom 0.2s, opacity 0.3s;
        transition: transform 0.3s, bottom 0.2s, opacity 0.3s;
        opacity: 0;
        /*bottom: 45%;*/
    }
    #menu .cv-menu.focus:before {
        left: 0;
        top: 13px;
        opacity: 1;
        -webkit-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
    }
    #menu .cv-menu.focus:after {
        right: 0;
        top: 13px;
        opacity: 1;
        -webkit-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
    }
    #menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #333;
        z-index: 1000;
        margin-top: 0;
        padding: 10px;
    }
    #menu ul {
        background: #c62b73;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: -1%;
        left: 50%;
        right: -51%;
        padding-top: 50px;
        /* width: 100%; */
    }

#menu ul.nav.navbar-nav.open {margin:0px}
    #menu ul.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
        -ms-perspective: 500px;
        perspective: 500px;
    }
    #menu li {
        float: none;
        margin-left: 0;
        display: block;
        padding: 5px;
        -webkit-transform:rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transition: all ease-in 0.4s;
        -o-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    #menu a:before,
    #menu a:after,
    #menu a span:before,
    #menu a span:after {
        display: none;
    }
    #menu li a:hover,
    #menu li a.active {
        background: #fff;
        color: #c62b73;
    }
    /*#menu ul li:nth-child(1),
    #menu ul li:nth-child(3) {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    #menu ul li:nth-child(2),
    #menu ul li:nth-child(4) {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
    }*/
    #menu ul.open li {
        -webkit-transition: all ease-in 0.4s;
        -o-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }
    #menu ul.open li:nth-child(1) {
        -webkit-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }
    #menu ul.open li:nth-child(2) {
        -webkit-transition-delay: 66ms;
        -o-transition-delay: 66ms;
        transition-delay: 66ms;
    }
    #menu ul.open li:nth-child(3) {
        -webkit-transition-delay: 133ms;
        -o-transition-delay: 133ms;
        transition-delay: 133ms;
    }
    #menu ul.open li:nth-child(4) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
    #menu ul.open li:nth-child(5) {
        -webkit-transition-delay: 266ms;
        -o-transition-delay: 266ms;
        transition-delay: 266ms;
    }
    #menu ul.open li:nth-child(6) {
        -webkit-transition-delay: 330ms;
        -o-transition-delay: 330ms;
        transition-delay: 330ms;
    }
    #menu li a {
        display: block;
        font-size: 1em;
        padding: 5px 20px;
        color: #ddd;
        background: #817d6b;
        margin: auto;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 300px;
    }
    .oimg, .twoCol .oimg, .threeCol .oimg {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 50%;
        /* text-align: center; */
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    div#sidebar-left {
    display: none;
}
    #logo h1 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 600px) {
    .oimg,
    .twoCol .oimg,
    .threeCol .oimg {
        float: none;
        margin-right: 0px;
        margin-bottom: 0px;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #logo h1 {
        font-size: 1.2em;
    }
}

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

.sub-post > div:last-child {
    border: none;
}
h1.h1-title {
    font-size: 1.2em;
    position: absolute;
    top: 40%;
    /* left: 20%; */
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(198, 43, 115, 0.55);
}
span.s-foot {
    font-size: 14px;
    font-weight: 600;
    line-height: 190%;
}