@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 編集ボタン非表示 */
.veu_adminEdit {
    display: none;
}



/************************************
** ホーム
************************************/

/* イメージスライダー */
.home_top_img_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #000;
}
.home_top_catch_conte {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: table;
}
.home_top_catch {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home_top_catch h1 {
    font-size: 2.4em;
    line-height: 1.5;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%), -2px 2px 1px rgb(0 0 0 / 40%), 2px -2px 2px rgb(0 0 0 / 40%), -2px -2px 2px rgb(0 0 0 / 40%);
    margin-top: -1%;
}
.home_top_catch h2 br {
    display: none;
}
.home_top_img_wrap div#metaslider-id-12 {
    opacity: 0.7;
}
.home_slide-link_conte {
    background-color: rgb(0 0 0 / 40%);
    width: 80%;
    max-width: 250px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.home_slide-link_conte a.home_slide-link {
    display: block;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.home_slide-link_conte a.home_slide-link:hover {
    background-color: #de5c00;
    border-color: #de5c00;
}


/* ホームコンテンツ共通 */
body.home .content-top-in.wrap {
    width: 100%;
}
a.body_link_btn {
    display: block;
    width: 90%;
    max-width: 200px;
    border: 1px solid #de5c00;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 6px;
    transition: all 0.3s ease-in-out;
}
a.body_link_btn:hover {
    background-color: #de5c00;
    color: #fff;
}
body.home div#content {
    display: none;
}

/* サービス一覧 */
body.home aside#navi_entries-2 {
    width: 90%;
    max-width: 1256px;
    margin: 6em auto 5em;
}
body.home aside#navi_entries-2 .navi-entry-cards {
    display: flex;
    justify-content: center;
}
body.home aside#navi_entries-2 .navi-entry-cards a.navi-entry-card-link {
    margin: 0 10px;
    text-align: center;
}
body.home aside#navi_entries-2 .navi-entry-cards a.navi-entry-card-link .navi-entry-card-title {
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
body.home aside#navi_entries-2 .navi-entry-cards a.navi-entry-card-link:hover .navi-entry-card-title {
    color: #de5c00;
}


/* プロフィール&メッセージ */
body.home aside#pudge-2 {
    width: 100%;
    margin: 0;
    background-color: #fdf4ef;
}
body.home aside#pudge-2 div.widget_pageContent {
    width: 90%;
    max-width: 1256px;
    margin: 0 auto;
    padding: 6em 0;
}
body.home aside#pudge-2 div.widget_pageContent .column-right {
    padding-left: 2em;
}
body.home aside#pudge-2 div.widget_pageContent .column-right h3.p1 {
    color: #de5c00;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 1.2;
    margin-bottom: 0.7em;
}
body.home aside#pudge-2 div.widget_pageContent .column-right h3.p1 span.name_eng {
    font-weight: 400;
    font-size: 1.6rem;
    opacity: 0.5;
    margin-left: 0.4em;
}
body.home aside#pudge-2 div.widget_pageContent .column-right p {
    margin-bottom: 0.8em;
}


/* サービス特徴 */
body.home aside#pudge-3 {
    width: 90%;
    max-width: 1256px;
    margin: 6em auto 5em;
    text-align: center;
}
body.home aside#pudge-3 h2 {
    font-size: 1.7em;
    line-height: 1.2;
    padding: 0.6em 0;
    background-color: #0095da;
    border-radius: 14px;
    color: #fff;
}
body.home aside#pudge-3 .column-wrap {
    justify-content: center;
}
body.home aside#pudge-3 .column-left, body.home aside#pudge-3 .column-right {
    padding: 50px 40px;
}
body.home aside#pudge-3 h4.p1 {
    font-size: 1.3em;
    color: #0095da;
    line-height: 1.2;
    margin-bottom: 0.6em;
    border-bottom: 2px solid #0095da;
    padding-bottom: 0.4em;
}
body.home aside#pudge-3 p.p1 {
    text-align: left;
    padding: 0 0.5em;
}

body.home aside#pudge-4 {
    width: 90%;
    max-width: 1256px;
    margin: 6em auto 5em;
    text-align: center;
}
body.home aside#pudge-4 h2 {
    font-size: 1.7em;
    line-height: 1.2;
    padding: 0.6em 0;
    background-color: #009e84;
    border-radius: 14px;
    color: #fff;
}
body.home aside#pudge-4 .column-wrap {
    justify-content: center;
}
body.home aside#pudge-4 .column-left, body.home aside#pudge-4 .column-center, body.home aside#pudge-4 .column-right {
    padding: 50px 40px;
}
body.home aside#pudge-4 h4.p1 {
    font-size: 1.3em;
    color: #009e84;
    line-height: 1.2;
    margin-bottom: 0.6em;
    border-bottom: 2px solid #009e84;
    padding-bottom: 0.4em;
}
body.home aside#pudge-4 p.p1 {
    text-align: left;
    padding: 0 0.5em;
}





/* お客様の声 */
body.home aside#custom_html-2 {
    width: 90%;
    max-width: 1256px;
    margin: 6em auto 5em;
    text-align: center;
}








/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
