@charset "UTF-8";

/*!
Theme Name: EIWA 2024
Description: 株式会社 永恒テーマ
Theme URI: https://wp-cocoon.com/
Author: 株式会社 国柱
Author URI: https://kokuchu.co.jp/
Template:   cocoon-master
Version:    1.1.3
*/

div#header-container {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.header-container-in.hlt-top-menu {
    padding: 10px 10px 10px 0;
}

.home #content {
    margin-top: 0;
}
main#main {
    background-color: transparent;
}

.home main#main {
    padding-top: 0;
    border: none;
    padding-bottom: 0;
}
.home .entry-content.cf {
    margin-top: 0;
    margin-bottom: 0;
}
.home .article {
    margin-bottom: 0;
}

.home header.article-header {
    display: none;
}
#navi .navi-in>ul>li>a {
    padding: 0 1.4em;
    color: #8f7c01;
}


.entry-content .home_top_imgs_wrap {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
}

.home .home_top_slider {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
}

.home .home_logo_wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}
.home_logo_wrap figure.home_logo1 {
    display: block;
    width: 80%;
    max-width: 230px;
    margin: 0 auto;
}
.home_logo_wrap figure.home_logo1 > img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
}
.home_logo_wrap figure.home_logo2 {
    display: block;
    width: 90%;
    max-width: 200px;
    margin: 20px auto 0;
}
.home_logo_wrap figure.home_logo2 > img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
}
.home .metaslider .flexslider .slides > li {
    background-color: #000;
}
.home .metaslider .flexslider .slides > li img {
    opacity: 0.8;
    object-fit: cover;
}


/*アロー*/
.arrow_scroll_wrap {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    max-width: none !important;
    z-index: 2;
}
.arrow_scroll_wrap .arrow_scroll {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.arrow_scroll_wrap .arrow_scroll::before, .arrow_scroll_wrap .arrow_scroll::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    background: #fff;
}
.arrow_scroll_wrap .arrow_scroll::before {
    transform: rotate(-35deg) translateX(34%);
    -webkit-transform: rotate(-35deg) translateX(34%);
    transform-origin: top right;
    -webkit-transform-origin: top right;
}
.arrow_scroll_wrap .arrow_scroll::after {
    transform: rotate(35deg) translateX(-34%);
    -webkit-transform: rotate(35deg) translateX(-34%);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.arrow_scroll_wrap .ojh_arrowfirst {
	        animation: topArrowMove 2s ease-in-out infinite;
}
.arrow_scroll_wrap .ojh_arrowsecond {
	        animation: topArrowMove 2s 1s ease-in-out infinite;
}
@keyframes topArrowMove {
	0% {
		bottom: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*** ↑↑ ホームトップ: ロゴ&アロー ↑↑ ***/






.article h2.eiwa_title {
    font-family: "Unna", "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    background-color: transparent;
    line-height: 1;
    position: relative;
}
.article h2.eiwa_title.eiwa_title1 span {
    font-size: 1.3rem;
    color: #d2c080;
}
.article h2.eiwa_title.eiwa_title1 span.title_eng {
    font-size: 4.2rem;
    text-transform: uppercase;
    font-weight: 400;
    background-image: linear-gradient(0deg, #e4b06a 0%, #d0c088 27%, #dad394 43%, #ececba 50%, #dad394 57%, #d0c088 73%, #e4b06a 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.article h2.eiwa_title.eiwa_title1 {
    margin: 3em auto 4em;
    width: fit-content;
    padding-bottom: 0.5em;
}
.article h2.eiwa_title.eiwa_title1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #fff, #d0c088 30%, #c3a456 50%, #d0c088 70%, #fff);
}


.wp-block-columns.eiwa_biz_wrap {
    gap: 2rem;
    margin-bottom: 5em;
}
.eiwa_biz_wrap h3.wp-block-heading {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    border: none;
    background: linear-gradient(to right, #fff, #efe4ba 30%, #efe4ba 70%, #fff);
    color: #a37c00;
    padding: 12px 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px #fff;
}
.eiwa_biz_wrap p {
    padding: 0 0.8em;
    line-height: 1.9;
    font-weight: 300;
}


.home .home_contact_wrap {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
/*    background-color: #c6a922;*/
    margin-top: 13em;
    margin-bottom: 0;
}
.home .home_contact_wrap span.wp-block-cover__background.has-background-dim {
/*    background-color: #2a9bc8;*/
}
.home .home_contact_wrap > img.wp-block-cover__image-background {
/*    opacity: 0.6;*/
    filter: brightness(100%) contrast(80%);
}

.article h2.eiwa_title.eiwa_title2 span {
/*     font-size: 1.3rem; */
    font-size: 1.2rem;
	line-height: 1.3;
    color: #d3c79c;
    color: #fff;
}
.article h2.eiwa_title.eiwa_title2 span.title_eng {
/*     font-size: 4.2rem; */
	font-size: 2.5rem;
	line-height: 0.9;
	display: inline-block;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 400;
/*    background-image: linear-gradient(0deg, #e4b06a 0%, #d0c088 27%, #dad394 43%, #ececba 50%, #dad394 57%, #d0c088 73%, #e4b06a 100%);*/
/*    -webkit-background-clip: text;*/
/*    color: transparent;*/
}
.article h2.eiwa_title.eiwa_title2 {
    margin: 0 auto 0.8em;
    width: fit-content;
    padding: 0;
    line-height: 1;
    text-shadow: 0 2px 2px #000;
	font-size: 1.2rem !important;
}
.home .home_contact_wrap p {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}
.home .home_contact_wrap p br.br_mb1, .home .home_contact_wrap p br.br_mb2, .home_contact_wrap p br.br_mb3{
    display: none;
}

.home .home_contact_wrap p.contact_mailto > a {
    color: #fff;
    text-decoration: none;
}
.home .home_contact_wrap p.contact_mailto > a:hover {
    text-decoration: underline;
}
.home .home_contact_wrap .contact_wrap {
    margin-top: 2.2em;
}
.home .home_contact_wrap .contact_wrap div.wp-block-button {
    width: 80%;
    max-width: 220px;
}
.home .home_contact_wrap .contact_wrap div.wp-block-button a {
    padding: 0.7em 1.5em;
    width: 100%;
    line-height: 1;
/*    border-width: 1.4px;*/
    transition: all 0.2s ease-in-out;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.home .home_contact_wrap .contact_wrap div.wp-block-button a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0.4em;
}
.home .home_contact_wrap .contact_wrap div.wp-block-button a:hover {
/*    background-color: rgba(255, 255, 255, 0.15);*/
    background-color: rgba(0, 0, 0, 0.2);
}


.home #footer {
    margin-top: 0;
}



.article h2.eiwa_title.eiwa_title1.eiwa_title_biz {
    margin-top: 0;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1023px){
    .logo-menu-button img {
    max-height: 40px;
    }
    div#header-container {
    display: none;
    }
    li.search-menu-button.menu-button {
    visibility: hidden;
    }
    .mobile-menu-buttons span.navi-menu-caption.menu-caption {
    display: none;
    }
}

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

@media screen and (max-width: 781px){
    .wp-block-columns.eiwa_biz_wrap {
    gap: 0;
    }
    .wp-block-columns.eiwa_biz_wrap img {
    width: 100% !important;
    }
    .wp-block-columns.eiwa_biz_wrap.eiwa_biz_wrap2 div:first-child {
    order: 1;
    }
}


@media screen and (max-width: 480px){
    .article h2.eiwa_title.eiwa_title1 span.title_eng{
    font-size: 3rem;
    }
    .article h2.eiwa_title.eiwa_title2 span.title_eng {
/*     font-size: 3rem; */
    }
    
    .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    flex: none;
    }
    .navi-footer-in > .menu-footer li.menu-item a {
    width: auto;
    padding: 0 10px;
    }
    .wp-block-columns.eiwa_biz_wrap .wp-block-column {
    margin-bottom: 0;
    }
}


@media screen and (max-width: 550px){
    .home .home_contact_wrap p br.br_mb1 {
    display: block;
    }
    .home .home_contact_wrap p span.no_mb1 {
    display: none;
    }
    .home .home_contact_wrap p {
    font-size: 1.2em;
    }
    .home .home_contact_wrap {
    padding-top: 2.6em !important;
    padding-bottom: 1em !important;
    }
}

@media screen and (max-width: 430px){
    .home .home_contact_wrap p br.br_mb2 {
    display: block;
    }
	.article h2.eiwa_title.eiwa_title2 span {
    font-size: 1rem;
	}
	.article h2.eiwa_title.eiwa_title2 span.title_eng {
    font-size: 1.9rem;
	}
}

@media screen and (max-width: 380px){
    .home .home_contact_wrap p br.br_mb3 {
    display: block;
    }
    .home .home_contact_wrap p span.no_mb2 {
    display: none;
    }
}
































