/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */


/*:::::::::::::::::::::::::::::::::::::::
  COMMON
:::::::::::::::::::::::::::::::::::::::*/

/* text */
body {
    line-height: 1.75;
    letter-spacing: 0.05em;
    background-color: #f0ece1;
    font-size: 15px;
}
.en_sans-serif_01 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.en_sans-serif_02 {
    font-family: 'Cabin Sketch', sans-serif;
}

h1, h2, h3, .entry-title, .jp_font, .widgettitle,
.header-wrap #nav a,
.header-logo #nav ul li a, #onlynav ul li a, #nav_fixed #nav ul li a,
#scrollnav a,
#bigfooter a,
#footer a,
.btn_y a,
.btn_w a {
    font-family: "秀英にじみ丸ゴシック B", sans-serif !important;
}

#scrollnav a,
#footer a {
    color: #222!important;
}
/*
body #main > article p {
    -webkit-font-smoothing: unset !important;
}
*/

/* bg */
body {
    background: #F0ECE1;
}
#content_area {
    background: #fff;
}
#breadcrumb {
background: transparent !important;
}


/* layout */
#main-wrap {
    max-width: 1200px;
}

.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.flex {
    display: flex;
}

/* category page */
.catpage_content_wrap {
    color: #fff;
    background: #D7C6AF !important;
}

/* ttl */
.ttl.u_border_dashed {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0.5em 1em 1em 0;
    background-color: #fff;
    color:#222;
    background-image: url(https://ogichika.com/asset/images/border_dashed.svg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.ttl.u_border_dashed.w {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0.5em 1em 1em 0;
    background-color: #fff;
    color:#222;
    background-image: url(https://ogichika.com/asset/images/border_dashed.svg),
        url(https://ogichika.com/asset/images/border_dashed.svg);
    background-repeat: repeat-x,repeat-x;
    background-position: 0 bottom, 0 top;
}

.ttl_ico-circle {
    background: #f0ece1;
    font-size: 16px;
    background: url(https://ogichika.com/asset/images/ico_ttl_01.svg) no-repeat 0 center #f0ece1;
    padding: 0.5em 1em 0.5em 3em;
}



/* ico */
/* SNSをbehance へ差し替え*/
.profile_sns .sns {
    background-color: #444444;
}
.fa-share:before {
/*    content: "\f064";*/
    content: "\f1b4" !important;
}

.lists {
    text-indent: -1em;
    margin-left: 1em;
}
.lists li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #58ab11;
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
}


/* link */
.btn_arrow a:hover,
.btn_arrow a:focus,
.header-wrap a:hover, 
.header-wrap a:focus
{
    color: #222 !important;
    text-decoration: none;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover{
    background-color: #E5FF54;
        color: #222;
}
.btn_arrow a {
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 40px;
    /* width: 300px; */
    color: #222;
    font-size: 16px;
    font-weight: bold;
    /* background-color: #fff; */
    border-radius: 3px;
    transition: .3s;
    margin: 10px 0;
}
.btn_arrow a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #E5FF54;
    border-radius: 50vh;
}
.btn_arrow a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    display: block;
}
.btn_w {
    width: 300px;
    background-color: #fff;
    padding: 1em;
    text-align: center;
}
.btn_y {
    width: 300px;
    background-color: #E5FF54;
    padding: 1em;
    text-align: center;
}
.btn_more {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    top: 0;
    right: 10px;
    position: absolute;
    top: -38px;
    text-transform: uppercase;
}


/*ドット*/
.dot_top {position: relative;}
.dot_top::before,
.dot_top::after,
.dot_bottom::before,
.dot_bottom::after {
    content: "";
    position: absolute;
    border-top: dotted 12px #fff;
    width: 12px;
    height: 12px;
}
.dot_top::before {
    top: 12px;
    left: 12px;
}
.dot_top::after {
    top: 12px;
    right: 12px;
}
.dot_bottom::before {
    bottom: 12px;
    left: 12px;
}
.dot_bottom::after {
    bottom: 12px;
    right: 12px;
}

.u_dotted_line {
    border-bottom: dotted;
    padding: 5px !important;
    margin-bottom: 1em !important;
    width: fit-content;
    text-align: center;
    margin: 0 auto 10px;
}

.ttl.u_border_dashed {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 30px;
}

#single-main .tag_area {
    margin-top: 1em;
}


/*:::::::::::::::::::::::::::::::::::::::
  HEADER
:::::::::::::::::::::::::::::::::::::::*/

.header-wrap .header-logo {
    width: 100% !important;
    padding-left: 3%;
}
#header .btn_contact {
    background: #e5ff54;
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 210px;
}
.header-logo #nav ul li a, #onlynav ul li a, #nav_fixed #nav ul li a {
    font-size: 15px;
}
#logo img, .logo img {
    height: auto;
    width: 340px;
    margin: 5px;
    padding: 10px;
}

#nav_fixed.fixed .logo img {
    margin: 5px;
    padding: 0;
    width: 280px;
    height: auto;
}
/* ヘッダーメッセージ */
.header_message_wrap {
    background: #D7C6AF;
}
.header_message_badge {
    background: #E5FF54;
    color: #222;
    font-weight: bold;
    border-radius: 6px;
    font-size: 0.9em;
}
.drawer-nav.active {
    padding-top: 30px;
}


/*:::::::::::::::::::::::::::::::::::::::
  MAIN
:::::::::::::::::::::::::::::::::::::::*/

/* 非表示 */
.post-sub .single-recommend-area {
    display: none;
}

/* カテゴリー タグ バッジ */
.hentry .single-post-category {
    background: #f0ece1;
}
.post .single-post-category a {
    font-weight: normal;
    color: #222;
}
#single-main .post-meta .tag,
#single-main .article_footer .tag {
     margin-top: 0;
    background: #fff;
    border: solid 1px #D7C6AF;
}
.catpage_tag a {
    background: #fff;
    color: #222;
    border: solid 1px #d7c6af;
    border: 1px solid #ddd;
}

/*:::::::::::::::::::::::::::::::::::::::
  SIDE
:::::::::::::::::::::::::::::::::::::::*/

/* 非表示 */
.fix_sidebar,
.widget.single_widget,
.appeal_box {
    display: none !important;
}
#single-main + #sidebar {
    margin-top: 52px;
}

#sidebar .sidebar_content > .widget {
/*    background-color: transparent !important;*/
}
#sidebar h2,
#sidebar h3 {
    background-color: transparent;
    color: #222;
}
#sidebar .widget,
#sidebar .widget a {
    color: #222;
}
.widget.widget_text li a, .widget.widget_categories li a, .widget.widget_recent_entries li, .widget.widget_nav_menu li a, .widget.widget_pages li a, .widget.widget_archive li a, .widget.widget_mycategoryorder li a, .widget.widget_meta li a {
    padding: 0.3em 1em;
    font-size: .9em;
}
#sidebar .widgettitle,
#sidebar .widget.widget_block h2,
#sidebar .widget.widget_block h3 {
    font-size: 1.2em;
    padding: 0 0.5em 0.5em;
    margin: 0 0 0.8em;
    background-color: transparent;
    background-image: url(https://ogichika.com/asset/images/border_dashed.svg) ;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-size: contain;
}
#sidebar #diver_widget_profile-2 {
    background-color: #fff !important;
}

#sidebar #diver_widget_profile .button a {
    background: #f6ffc1;
}
.searchform .s {
    border: none;
}
input[type=submit].searchsubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background-size: 14px;
    background-color: #9d6d5b;
    background-color: #ccc;
    border-left: none;
    border-radius: 100vh;
    width: 25px;
    height: 24px;
    margin: auto;
}

#sidebar .wp-block-image img,
#sidebar .widget_post_list img {
    box-sizing: border-box;
}

.diver_widget_profile .meta {
    font-size: .8em;
    line-height: 1.5;
    text-align: center;
}
.diver_widget_profile .coverimg.no img {
    width: 100px;
    height: 100px;
}
#twitter-widget-0 {
    height: 420px !important;
}

.wp-block-embed-twitter {
    margin-bottom: 0;
}

.widget>ul:first-of-type, .widget ul:first-child, .d_tab_tab>ul:first-of-type {
    margin: 0;
}
.widget>ul:first-of-type>li, .widget ul:first-child>li, .d_tab_tab>ul:first-of-type>li {
    border-bottom: none;
}
.widget>ul:first-of-type>li +li, 
.widget ul:first-child>li+li, 
.d_tab_tab>ul:first-of-type>li+li {
    border-top: 1px solid rgba(50,50,50,.2);
}

.widget_post_list .meta .post_list_date {
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/*:::::::::::::::::::::::::::::::::::::::
  FOOTER
:::::::::::::::::::::::::::::::::::::::*/
/* ウィジェット利用 */
#bigfooter {
    background: #e5ff54 !important;
    color: #222;
    margin-top: 150px;
    padding-bottom: 30px;
}
#bigfooter li {
    border: 0;
    padding: 0;
    border: 0;
}
#bigfooter .bigfooter_col h3 {
    margin-bottom: -10px;
}
#bigfooter widget_nav_menu li {
    line-height: 1.5;
}
#copyright {
    float: none;
    text-align: center;
    color: #111;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: -10px;
}

/*:::::::::::::::::::::::::::::::::::::::
  PAGE - TOP
:::::::::::::::::::::::::::::::::::::::*/


/* COMMON */
.home .inner {
    max-width: 1200px;
    margin: auto;
}
h2.ttl_bg_y {
    background: #e5ff54;
    padding: 0.8em 1em;
    text-align: center;
    color: #111;
    min-width: 190px;
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    top: -1.5em;
    position: absolute;
}
.sec_has_ttl {
    padding: 50px 3%;
    background: #fff;
    position: relative;
    margin-top: 140px;
}
.bg_veg .sec_has_ttl {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sec_has_ttl.opacity {
    background: rgb(255 255 255 / 90%);
}
.lead {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.header_message {/* 一旦非表示 */
    display: none
}
body.home #bigfooter {
    margin-top: 50px;
}
.bg_veg {
background-image: url(https://ogichika.com/asset/images/bg_veg_l.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

/* TOP - MV  :::::::::::::::: */

.mv {
background: url(https://ogichika.com/asset/images/mv_pc_bg.png) no-repeat top center #F7F5F0;
    margin: auto;
    position: relative;
    width: 100%;
    height: 890px;
    background-size: 100%;
    background-size: cover;
}
.mv_txt {
    position: absolute;
    top: 35%;
    left: 13%;
}
.mv:after {
    content: "";
    width: 100%;
    height: 234px;
    margin: auto;
    position: absolute;
    z-index: -1;
    background: #D7C6AF;
}


/* TOP - 書籍 :::::::::::::::: */
.sec_chosho {
    position: relative;
}
.sec_chosho h2.ttl_bg_y {
    margin: 2em auto 1em;
    position: unset;
}
.sec_chosho .inner {
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-top: -200px;
}
@media screen and (min-width: 1900px) {
.sec_chosho .inner {margin-top: 0;}
}

.chosho_list {
    justify-content: space-between;
    gap: 3%;
}
.chosho_list > .item {
    width: 240px;
}
.chosho_list_img {
    border: solid 10px #fff;
}
.chosho_list .ttl {
    margin-top: 1em;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
}

/* TOP - 制作実績 :::::::::::::::: */
.works_list_body {
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
}
.works_list_body > .item {
    width: 49%;
}
.works_img_list {
    gap: 1em;
    margin-top: 1em;
}
.works_img_list > div {
        width: 49%;
}
.works_img_list img {
    border: solid 1px #ccc;
    width: 100%;
}


.sec_works + .link_wrap {
    text-align: center;
    margin: 30px auto;
    max-width: 640px;
}
.sec_works + .link_wrap .btn_arrow {
    margin: 10px auto;
}
.sec_works + .link_wrap .flex {
    flex-wrap: wrap;
}

/* TOP - 体験農園レポート & 野菜直売所 :::::::::::::::: */
.sec_repert {
}
.sec_report:before,
.sec_spot:before{
    content: "";
    background: url(https://ogichika.com/asset/images/line_b.svg) repeat-x 0 0;
    height: 30px;
    width: 100%;
    display: block;
    margin-top: 100px;
    margin-bottom: 60px;
}
.c_article_item .post-box-contents {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: .4s;
    background: #d7c6af !important;
}
.c_article_item .meta{
    background: #D7C6AF;
    padding: 10px;
}
.c_article_item .meta .ttl {
    font-weight: bold;
}
.c_article_list_wrap {
    position: relative;
    margin: 50px 0;
}
.c_article_list {
/*
    flex-wrap: wrap;
    gap:20px;
*/

/*
    display: grid;
  grid-template-columns: repeat(3, 1fr);
*/
    gap:20px;

}
.c_article_list .c_article_item {
/*    width: calc(33.33% - 20px);*/
}
.c_article_img > img {
    width: 100%;
}

.sec_has_ttl-img .ttl_img {
    background: transparent;
    padding: 0;
}

.sec_has_ttl-img .ttl_img img {
    margin: auto;
    display: block;
}

/* TOP - 野菜Diary :::::::::::::::: */

.sec_yasai_diary ul.sc_article {
    padding: 0;
}
.sec_yasai_diary ul.sc_article.grid {
/*    justify-content: space-between;*/
    flex-wrap: nowrap;
    gap: 20px;
}
.sec_yasai_diary .sc_article.grid>a {
    display: block;
    margin: 0;
    box-shadow: none;
}
.sec_yasai_diary .yasai_diary_article {
    margin-top: 1em;
}
.sec_yasai_diary .sc_article.grid>a .meta{
    display: flex;
    flex-direction: column-reverse;
}

/* TOP - NEWS :::::::::::::::: */

.sec_news .news_article {
    max-width: 850px;
    margin: auto;
}
.sec_news .news_article ul.sc_article li {
    padding: 1em;
    display: flex;
}
.sec_news .news_article ul.sc_article li + li {
    border-top: solid 1px #ccc;
}

.sc_article.grid .sc_article_title, .sc_article.list .sc_article_title {
    font-weight: normal;
}
.sc_article_title {
    font-size: 1em;
}
.sc_article_date,
.grid_post-box .post-date,
.post_list_wrap .date {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}


/* TOP - CONTACT :::::::::::::::: */

.sec_contact .ttl_bg_y {
    font-family: 'Cabin Sketch', sans-serif !important;
    font-weight: bold;
    font-size: 54px;
    letter-spacing: 0.05em;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 1em;
    top: -1em;
    width: -moz-fit-content;
    width: fit-content;
}
.sec_contact .lead .ttl_lead {
    color: #222;
    margin: 0;
}
.sec_contact .lead .lists {
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    font-size: .8em
}


.contact_wrap {
    justify-content: center;
    gap: 40px;
    max-width: 955px;
    margin: 20px auto;
    flex-wrap: wrap;
}
.contact_prpf {
    width: 456px;
     border: solid 1px #ddd;
    padding: 30px;
    margin-top: 46px;
    align-items: stretch;
    background: #fff;
}
.contact_prpf_logo {
    margin: 0 auto 10px;
    display: block;
}

.contact_prpf .btn_contact {
    width: 100%;
    margin-top: 1.5em;
}

.contact_prpf .client {
    background: #F0ECE1;
    padding: 1em;
    padding: 10px;

}
.contact_prpf dt {
    font-size: 12px;
    margin-bottom: -10px;
}
.contact_prpf dd {
    color: #333;
    font-size: 11px;
    line-height: 1.5;
    border: 0;
}
.contact_tw_wrap {
        width: 416px;
    max-width: 100%;
    align-items: stretch;
}
.contact_tw {
    border: solid 1px #DDDDDD;
    padding: 10px;
    margin-top: 5px;
}
.contact_tw_wrap .txt_follow-me {
    font-family: 'Cabin Sketch', sans-serif !important;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 0.05em;
    text-align: center;
}
.btn_arrow_s {
    display: flex;
    text-align: right;
    margin-left: auto;
    justify-content: right;
}
.btn_arrow_s a {
    font-size: 13px;
    margin-top: 1.5em;
}
.sec_contact .lead {
    margin-top: 50px;
    margin-bottom: 20px;
}


/* PAGE - CONTACT :::::::::::::::: */

.contact .form_title {
    width: 100%;
    float: none;
    font-weight: bold;
}
.contact .form_area {
    float: none;
    width: 100%;
    margin-bottom: 1em;
}
.wpcf7 .form_title span {
    font-size: 12px;
    color: #fff;
    background-color: #f44336;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 12px;
    font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #E5FF54;
    font-weight: bold;
    color: #222;
}




/*:::::::::::::::::::::::::::::::::::::::
  POST - カスタム投稿 農園レポート と スポット
:::::::::::::::::::::::::::::::::::::::*/

body.single-report,
body.single-spot {
background: url(https://ogichika.com/asset/images/mv_bg.png) no-repeat #F7F5F0;
    background-attachment: fixed;
    background-position: center 71%;
}
article.report,
article.spot {
    background: transparent;
}
.single-custm-post-content {
 max-width: 870px;
    margin: auto;
    background: #fff;
    padding: 50px 5% 0;
    border: solid 3px #795548;
}
.single-custm-post-content .ttl_ico-circle {
    padding: 1em;
    color: #111;
    padding-left: 3em;
    font-size: 1.2em;
    background-color: #1ea125;
    background-color: #795548;
    color: #fff;
    margin: 50px 0 30px;
}
@media screen and (min-width: 600px) {
.single-custm-post-content .ttl_ico-circle {font-size: 1.5em}}

.single-custm-post .ttl_img + .ttl_ico-circle {
    margin-top: 30px;
}
.voice {
    margin-bottom: 1.2em;
    float: none;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: flex;
}
.voice.left.n_bottom .icon {
    float: left;
    float: none;
    max-width: 20%;
}
.voice.left .text.sc_balloon {
    border-radius: 0 15px 15px 15px;
    padding: 1.5em;
    font-size: 1em;
    max-width: 80%;
    width: 94%;
    float: none !important;
}

.cp_cat_list {
    display: flex;
    justify-content: center;
}

.cp_cat_list .cat-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cp_cat_list .cat-item a {
    text-align: center;
    background: #f0ece1;
    padding: 3px 10px;
    font-weight: bold;
    margin: 5px;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
}


.cp_cat_list.cp_spot-cat_list {
    justify-content: flex-start;
}
.cp_cat_list.cp_spot-cat_list a {
     background: #fff; 
    padding: 3px 5px;
    margin: 0;
    font-size: 1em;
    color: #0053ed;
}
.cp_cat_list.cp_spot-cat_list a:hover {
    color: #0053ed;
}
.cp_spot-cat_list a:after {
    content: ">";
    color: #222;
    margin-left: 0.5em;
    pointer-events:none;
}
.cp_spot-cat_list li:last-of-type a:after {
    display: none;
}

.cp_cat_list.cp_spot-cat_list ul {
    margin-left: 0;
}

.archive .cp_cat_list {
    background: #d7c6af;
    margin-bottom: 2em;
    padding: 1em;
}
/* // 共通 */


.single-custm-post p {
    margin: 1em 0;
}
@media screen and (min-width: 600px) {
.single-custm-post p {font-size: 16px;}
}
.single-custm-post .ttl_img{
    background: transparent;
    border: none;
    margin: 0 auto 20px;
}
.single-custm-post .ttl_img img {
    margin: auto;
    display: block;
}
.single-custm-post .lead_desc {
    max-width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
}
.single-custm-post .lead_desc:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}
.single-custm-post .lead_desc .ttl {
    font-size: 1.2em;
    font-weight: bold;
}
.single-custm-post .lead_desc p {
    padding: 0 0 1em !important;
    font-size: 14px;
    max-width: 500px;
    margin: auto;
}

.schedule_wrap {
    background: #D7C6AF;
    /* background: #9c5d46; */
    padding: 30px 3%;
    margin-top: 80px;
    max-width: 600px;
    margin: 80px auto 50px;
}
.schedule_wrap .ttl {
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
}
.schedule_wrap .ttl .small{
    font-size: 0.7em;
    font-weight: normal;
}
.schedule_list table {
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0;
    border: solid 2px #fff;
}
.schedule_list .table_02 {
    margin-top: 20px;
}
.schedule_list table th {
    width: 25%;
    padding: 10px;
    text-align: center;
    background: #1ea125;
    color: #fff;
    font-size: 1.1em;
    border-bottom: 2px solid #fff;
}
.schedule_list table td {
    padding: 10px;
    border: 2px solid #fff;
    background: #f0ece1;
    font-weight: bold;
    font-size: 0.9em;
}
.schedule_list .table_01 th {
    background: #1ea125;
    color: #fff;
}
.schedule_list .table_02 th {
    background: #8bc34a;
    color: #fff;
}

/* CF */
.cf_freee-space01 img {
    margin: 30px auto;
    display: block;
}
.cf_pic_01,
.cf_pic {
    margin: 30px 0;
}
.cf_pic_01 img,
.cf_pic img {
    margin: auto;
    width: 100%;
}
.cf_report_meta {
    text-align: right;
    font-size: 0.8em;
    justify-content: end;
}
p.cf_note {
    font-size: 0.9em;
}
.cf_report_meta > *{
    text-align: right;
    justify-content: end;
    margin-left: 1em;
}
.cf_detail table {
    width: 100%;
}
.cf_gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 30px 0;
}
.cf_gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 600px) {
    .mv_sp {display: none;}
}


/* SP ::::::::::::::::::::::::::::::: 599px */

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

/* 共通 */
#header .btn_contact {display: none;}
#nav_fixed.fixed .logo img {width: 220px;}
.drawer-nav-btn {top: 47%;}
 #bigfooter {
    margin-top: 100px;
    padding-bottom: 0;
}
 #bigfooter li {
     padding: 0 10px;
}
.bigfooter_col {
    padding: 0;
    margin-bottom: 0;
}
.bigfooter_wrap {
    padding: 0 5% 20px;
}
#bigfooter a {
    font-size: 12px;
}
#bigfooter .bigfooter_col h3 {
    font-size: 14px;
}
#sidebar {
    padding: 0.5em 5%;
}

/* top */
.mv {display: none;}
.mv_sp img {
    width: 100%;
    margin: auto;
}
.sec_chosho .inner {
    margin-top: -60px;
}
.sec_has_ttl {
    margin-top: 80px;
    padding: 50px 3% 20px;
}
h2.ttl_bg_y {
    font-size: 18px;
    min-width: 110px;
}
.btn_arrow a {font-size: 14px;}
.btn_arrow_s a {font-size: 12px;}

.lead {
    font-size: 14px;
    font-weight: bold;
}
.btn_more {
    top: unset;
    bottom: -40px;
}
.chosho_list_img {
    border: solid 3px #fff;
}
.chosho_list .ttl {
    font-size: 10px;
}
.works_list_body > .item {
    width: 100%;
}

.sec_contact {
    padding-bottom: 20px;
    margin-top: 120px;
}
.contact_wrap {
    margin-top: 0;
}
.sec_contact .ttl_bg_y {
    font-size: 10vw;
}
.sec_contact .lead {
    margin-top: 20px;
    margin-bottom: 0;
}
.contact_prpf {
    padding: 30px 7%;
    margin-top: 0;
}
.sec_repert:before {
    margin-top: 50px;
    margin-bottom: 30px;
}
.sec_news {
    padding: 40px 3% 20px;
    font-size: 13px;
}
.sec_report:before, .sec_spot:before {
    margin-top: 60px;
    margin-bottom: 30px;
}
.c_article_list_wrap {
    padding: 0 3%;
    margin-top: 20px;
}
.single-custm-post-content {
    padding: 50px 3% 0;
}
.single-custm-post-content .c_article_list_wrap {
    padding: 0;
}
.c_article_item .meta {
    background: #D7C6AF;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
}
.sec_yasai_diary ul.sc_article.grid,
.c_article_list {
    gap: 5px;
}
.bg_veg {
    background-position: center bottom;
    padding-bottom: 100px;
    background-repeat: repeat-y;
    background-size: 200%;
}

.sc_article.grid .sc_article_title, .sc_article.list .sc_article_title {
    font-size: 11px;
    line-height: 1.5;
    }
.sc_article.grid .sc_article_date, .sc_article.list .sc_article_date {
    font-size: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.schedule_wrap {
    padding: 30px 6% 50px;
}
.schedule_wrap .ttl .small {
    display: block;
}
.schedule_list {
    margin-top: 40px;
}
    

}

/* COMMON */
.small {font-size: 0.8em;}
.t_center {text-align: center}
.t_right {text-align: right}
.bold {font-weight: bold;}
.t_large {font-size: 1.2em;}