@charset "UTF-8";
/*
Theme Name: lampe
Theme URI: 
Version: 1.0
Author: M.S

*/
/* CSS Document */
::selection {
	background:#efefef;
}
::-moz-selection {
	background:#efefef;
}

@font-face {
    font-family: 'Point';
    src: url('css/font/Point-Light.woff2') format('woff2'),
        url('css/font/Point-Light.woff') format('woff'),
        url('css/font/Point-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Point';
    src: url('css/font/Point-Book.woff2') format('woff2'),
        url('css/font/Point-Book.woff') format('woff'),
        url('css/font/Point-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.point{
    font-family: 'Point';
    font-weight: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html, html body {
    color: #604c3f;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #fff6e9;
}
body.is_menu_open {
    overflow: hidden;
}
b, strong, .bold{
 font-family: "Zen Kaku Gothic New", sans-serif;
}
p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-size-20 {
    font-size: 20px;
}
ul{
    list-style: none;
}
img{
    width: 100%;
    height: auto;
}
table {
    width: 100%;
}
body a,body a:hover{
  color: #604e3f;
  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;
}
body a:hover{
    color: #291b13;
    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.underline {
    border-bottom: 1px solid #604c3f;
    font-size: 15px;
    font-weight: normal;
}
a.box_link {
    color: #fff;
    background: #604c3f;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    margin: 1em 0;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
a.box_link:hover {
    color: #3b2d23;
    background:#927f71;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
.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;
}
.break_out {
    width: 100VW !important;
    position: relative;
    left: calc(-1 *(100vw - 101%)/2) !important;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
#loading .sec {
    width: 100%;
}
.loading_box {
    width: 100vw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
svg#logosvg {
    width: 50%;
}
body.loaded #loading {
    opacity: 0;
    transition: .5s ease;
    display: none !important;
}
/*------------NAV--------------*/
.general_nav {
    height: 120px;
    width: 100%;
    opacity: 1;
    position: fixed;
    z-index: 200;
    background: rgba(0,0,0,0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav {
    display: flex;
    padding: 15px 30px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
h1 img {
    height: 80px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}
.pc_menu {
    display: flex;
    max-width: none;
}
.home .tohome {
    display: none;
}
.main_nav li {
    padding: 0 5px;
    line-height:2.2em;
}
.main_nav li a {
    color: #604c3f;
    font-size: 13px;
    font-weight: normal;
}
.main_nav li a:hover {
    color: #AAA;
}
.main_nav li.circle_link a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    padding: 7px 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav li.circle_link a:hover {
    background: #FCC600;
    color: #000;
    border: 1px solid #FCC600;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.navicon {
    position: absolute;
    width: 30px;
    height: 25px;
    cursor: pointer;
    margin: 15px 0;
    left: 20px;
    top: 12px;
}
.navicon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
}
.navicon, .navicon span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.navicon span:nth-of-type(1) {
  top: 0;
}
.navicon span:nth-of-type(2) {
    top: 12px;
}
.navicon span:nth-of-type(3) {
  bottom: 0;
}
.is_menu_open .navicon span:nth-of-type(1),
.is_menu_open .navicon span:nth-of-type(3) {
  width: 40px;
}
.is_menu_open  .navicon span:nth-of-type(1) {
  -webkit-transform: translate(-1px,12px) rotate(-45deg);
  transform: translate(-4px,12px) rotate(-45deg);
}
.is_menu_open  .navicon span:nth-of-type(3) {
  -webkit-transform: translate(-1px,-12px) rotate(45deg);
  transform: translate(-4px,-12px) rotate(45deg);
}
.is_menu_open .navicon span:nth-of-type(2) {
  width: 0px;
}
body.is_main_menu_open {
    overflow: hidden; 
}
body.is_capehorn_menu_open {
    overflow: hidden; 
}
.nav_pc {
    display: flex;
    align-self: center;
}
.main_menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    transform: translateX(-100%);
}
.menu_mobile__holder {
    height: 100vh;
    width: 30vw;
    min-width: 500px;
    position: relative;
    z-index: 1;
    transform: translateX(-100%);
    transition: .5s ease;
    background: rgba(0, 0, 0, 1);
}
body.is_main_menu_open .general_sp_menu .menu_mobile__holder {
    transform: translateX(100%);
}
.menu_mobile_list ul li a {
    color: #fff;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
#close {
    overflow: hidden;
    position: absolute;
    border: none;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    bottom: 60px;
    left: 50%;
    right: auto;
    margin-left: -2.5em;
}
button#close:after, button#close:before {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}
button#close:after{
    transform: rotate(-45deg);
}
.menu_mobile_list {
   text-align: center;
    padding: 100px 20px 0;
}
.menu_mobile_list ul li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    font-family: 'TT Commons';
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sp_menu li.circle_link a {
    border-bottom: none;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 45px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #aaa;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul li a:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.menu_mobile_list ul li a:hover:after {
    width: 100%;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.menu_mobile__back {
    top: 30px;
    right: 30px;
    font-size: 15px;
    padding: 0;
    background: none;
    border: none;
}
nav hr {
    border-color: #fff;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
.has-text-align-center {
    text-align: center;
}
/*----------CONTACT----------*/
.page main.contact {
    padding: 60px 20px 0;
}
.contactforms {
    padding: 30px 0 0;
}
.contact .contact_form {
    background: #2F2725;
    padding: 45px 30px;
    border-radius: 1em;
    color: #2F2725;
}
.contact .contact_form .wp-block-group__inner-container {
    width: 100%;
    max-width: 800px;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.formbloc {
    margin-bottom: 11px;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: 'TT Commons',sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #a31827;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #a31827;
}
span.req {
    color: #a31827;
    font-size: 12px;
    border: 1px solid #a31827;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #604c3f;
    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: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #604c3f;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #604c3f;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
    height: 15em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #604c3f;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form input[type="submit"] {
    margin: 0;
    line-height: 1.7;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-size: 13px;
    left: auto;
    color: #604c3f;
    background-color: #F4F4F4;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    border-radius: 2em;
}
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;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        border-color: #a31827;
}
.wp-block-contact-form-7-contact-form-selector{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    border-radius: 15px;
}
/*------------TOP--------------*/
section#hero {
    padding-top: 60px;
    align-items: center;
}
.main_image {
    margin-right: -15px;
    padding: 0;
}
.main_image .swiper {
    border-radius: 20px 0 0 20px;
}
.cover_menu li.menu-item {
    margin-bottom: 13px;
}
.cover_menu li.menu-item a {
    font-size: 18px;
    color: #604e3f;
}
.cover_menu li.menu-item a span {
    display: block;
    font-size: 13px;
    font-family: 'Point';
    color: #a31827;
}
section.top_contents {
    padding: 120px 0;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
section.top_contents>div {
    background: transparent !important;
}
/*------------Page--------------*/

/*------------Float--------------*/

/*------------Footer--------------*/
footer {
    background: #3E3A39;
    color: #fff;
}

@media (max-width: 1279px){
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
}
@media (max-width: 375px){
}