/*
Theme Name: Blue Marche
Author: M.S
Author URI: https://blue-marche.com/
Description: Blue Marche Original themes
Version: 1.0
Text Domain: Blue Marche
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
	font-family: 'sackers';
	src: url('css/fonts/Sackers-Gothic.eot');
	src: local('☺'), url('css/fonts/Sackers-Gothic.woff') format('woff'), url('css/fonts/Sackers-Gothic.ttf') format('truetype'), url('css/fonts/Sackers-Gothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body {
    color: #595757;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;
    overflow-x: hidden;

}
img{
	width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
a,a:hover{
	color: #595757;
	text-decoration: none;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a:hover{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
.homelink {
    display: block;
    cursor: pointer;
    width: 40px;
    margin: 3px 15px;
}
.homelink img {
    width: 38px;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #aaa;
}
/*-----------FONTS---------------*/
h2 {
    font-size: 18px;
    padding: 2em 0;
}
h2.product_name {
    display: block;
    width: 100%;
    font-size: 25px;
    padding-bottom: 10px;
}
h2.product_name span {
    display: block;
    font-size: 18px;
}
h3 {
    font-size: 16px;
    padding: 1em 0;
}
h3.product_name span{
	display: block;
    font-size: 14px;
    padding: 1em 0;
}
.desc_wrap h3 {
    padding: 1em 0;
    font-size: 16px;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
.loading_box img {
    width: 55px;
}
#loading.out {
    opacity: 0;
    display: none !important;
}
/*------------NAV--------------*/
.e-hidden {
    overflow: hidden;
}
.general_nav {
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: #008BD5;
}
.main_nav {
    padding: 0 15px;
}
.main_nav h1 {
    text-align: left;
    font-size: 19px;
    line-height: 70px;
    margin: 0;
}
.main_nav h1 img{
    width: 36px;
}
nav ul {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}
nav ul.tribe-events-sub-nav{
    max-width: none;
}
.main_nav li {
    display: inline-block;
    padding: 0 5px;
    line-height: 100px;
}
li.wrapped.top_border {
    border-top: 1px solid #fff;
}
.main_nav li a {
    color: #595757;
}
.main_nav li.twitter_link a {
    color: #38A1F3;
}
.main_nav li a:hover {
    color: #43B149;
}
.main_nav li.twitter_link a:hover {
    color: #4267b2;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.nav_online {
    text-align: center;
    height: 35px;
    width: auto;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out,left 0s,right 0s;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    top: 48%;
    right: 18px;
    position: absolute;
    background: #fff;
    padding: 7px 12px 10px;
    font-size: 14px;
    border-radius: 3.5px;
}
.nav_online a {
    color: #595757;
}
.nav_online a:hover {
    color: #008BD5;
}
.navicon {
    height: 25px;
    margin: 0;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out,left 0s,right 0s;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    top: 55%;
    left: 30px;
    position: absolute;
}
.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.navicon span:nth-child(1) {
    top: 0;
    background: #595757;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navicon span:nth-child(2) {
    top: 7px;
    background: #595757;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navicon span:nth-child(3) {
    top: 14px;
    background: #595757;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-open .navicon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.nav-open .navicon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-open .navicon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 0;
}
.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.menu_mobile__holder {
    min-height:100vh;
    height: auto;
    overflow: auto;
    position: relative;
}
.menu_mobile__fader {
    background: #008BD5;
    opacity: 0.95;
}
.menu_mobile_list ul li a {
    color: #fff;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
button:focus {
    outline: 1px dotted;
    outline: 0;
}
button .wrapped.t-white {
    cursor: pointer;
}
.menu_mobile_list {
    position: absolute;
    left: 50vw;
    transform: translate(-50%);
    top: 18vh;
    width: 80%;
    text-align: center;
}
.menu_mobile_list ul li a {
    font-size: 18px;
    line-height: 55px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #595757;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.e-wvw {
    width: 100vw;
}
.e-hvh {
    height: 100vh;
}
.e-abs {
    position: absolute;
}
.e-wp {
    width: 100%;
}
.e-hp {
    height: 100%;
}
.w-90fix{
    flex: 0 0 90px;
    padding: 0;
}
.menu_mobile__back {
    top: 2vh;
    right: 2vw;
    font-size: 15px;
    padding: 5vw;
}
nav hr {
    border-color: #fff;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
/*------------TOP--------------*/
#wrapper{
    display: none;
    height: 100%;
    -webkit-overflow-scrolling: touch
}
.hero {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
    max-height: 800px;
}
.main_copy {
    width: 80%;
    max-width: 500px;
    display: inline-block;
}
#toppage section {
    padding: 60px 0;
    text-align: center;
}
.product_list_link {
    background: #CCE8F7;
    width: 100%;
    display: block;
    padding: 5px;
    color: #595757;
    font-size: 14px;
}
.product_list_link:hover {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}
/*--------------PAGE-------------*/
#page {
    padding-top: 100px;
    padding-bottom: 100px;
}
.w-800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
}
td {
    padding: 7.5px;
}
/*-------------SINGLE------------*/
#single {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bread_crumb {
    display: block;
    width: 100%;
    font-size: 12px;
}
.bread_crumb a {
    border-bottom: 1px solid;
    margin: 0 10px 0;
}
.bread_crumb span {
	color: #007bff;
    margin: 0 10px 0;
}
/*-------------PRODUCTS----------*/
.product_image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0 30px;
}
.product_desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.price span {
    font-size: 20px;
}
.desc_add {
    padding: 30px;
    background: #efefef;
    font-size: 14px;
}
.eternal_link {
    padding: 10px 50px;
    display: inline-block;
    background: #008BD5;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 1em;
}
.eternal_link:hover {
    color: #fff;
    background: #0E5E88;
}
/*----------CONTACT----------*/

.contactforms {
    padding: 30px 0 0;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: "DIN";
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: 游ゴシック, YuGothic, Arial, Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
}
.wpcf7-form span.required {
    color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #f00;
}
span.req {
    color: #f00;
    font-size: 12px;
    border: 1px solid #f00;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form .form-row.selectbox:after {
    content: "▼";
    position: absolute;
    top: 1.1em;
    right: 2.78571em;
    color: #aaa;
    font-size: 11px;
}
.wpcf7-form input[type="submit"] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: -5px;
    margin-left: -5px;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
    
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
@media (max-width: 768px){
    h2 {
        font-size: 20px;
    }
    section h2 {
        margin-bottom: 2em;
    }
    h3 {
        font-size: 18px;
    }
    .nav_online {
        width: 35px;
        padding: 7px 7px 10px;
        font-size: 20px;
        border-radius: 3.5px;
    }
    .navicon {
        width: 25px;
    }
    td {
	    width: 100%;
	    display: block;
	}
}