﻿/* ---------------------- color */
/* メインカラー */
.txt_color1{
    /*color: #FFDB4F;*/
    color: #3b6926;
} 
.bg_color1{background-color: #FFDB4F} 
.border_color1{border-color: #FFDB4F}
.hvr_txt_color1:hover{color: #FFDB4F} 
.hvr_bg_color1:hover{background-color: #FFDB4F} 
.hvr_border_color1:hover{border-color: #FFDB4F}

/* サブカラー */
.txt_color2{color: #FF9361} 
.bg_color2{background-color: #FF9361} 
.border_color2{border-color: #FF9361}
.hvr_txt_color2:hover{color: #FF9361} 
.hvr_bg_color2:hover{background-color: #FF9361} 
.hvr_border_color2:hover{border-color: #FF9361}

/* アクセントカラー */
.txt_color3{color: #7FBD62} 
.bg_color3{background-color: #7FBD62} 
.border_color3{border-color: #7FBD62}
.hvr_txt_color3:hover{color: #7FBD62} 
.hvr_bg_color3:hover{background-color: #7FBD62} 
.hvr_border_color3:hover{border-color: #7FBD62}

/* アクセントカラー2 */
.txt_color4{color: #3B6926} 
.bg_color4{background-color: #3B6926} 
.border_color4{border-color: #3B6926}
.hvr_txt_color4:hover{color: #3B6926} 
.hvr_bg_color4:hover{background-color: #3B6926} 
.hvr_border_color4:hover{border-color: #3B6926}

body{
    background-color: #fef8c9;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body, .txt_color_nomal{
    color: #542400;
}

.back1:before, .back2:before {
    background-color: rgba(255, 147, 97, 0,1)!important;
    z-index: -1;
}
.bg_white{
    background-color: #fffcf0;
}

/* ---------------------- common */

.handwriting{
font-family: 'Gaegu','Yomogi', Sans-Serif;
}

h2,h3,.cate_title,.box_title1,.sub_cate_title,
#pc_nav li a, #top_pc_nav li a,
#footer_nav li a{
    font-family: 'Gaegu','Yomogi', Sans-Serif;
    font-weight: 700;
}

/* --- automatic link --- */
.linkStyle{
    color: #3B6926;
}

.linkStyle:hover{
    text-decoration: underline;
}

#footer_nav li a::after {
    background: rgba(255, 147, 97, 0.5);
}

/* ---------------------- header */
header.scr_header {
    backdrop-filter: blur(1.5px);
}
/* ---------------------- nav */
.nav_menu_more a{
    color: #542400;
}
/* ---------------------- footer */

footer{
    background-color: #ffdb4f!important;
}

#copyright,
#copyright a{
    color: #56383a;
}

/* -------------------------- top ------------------------- */
#main_img .menu .square_box{
    background-color: rgba(255, 255, 255, 0);
}
#intro .line:before, 
#contents3 .line:before,
#contents1 .line:before, 
#contents2 .line:before{
    background-image:url(Dup/img/line_orange.png);
    background-size: cover;
    background-position: center;
    background-color: transparent;
    height: 8px;
}


#intro_wrap::before,
#contents3 .con_box::before{
    content:'';
    position:absolute;
    height:290px;
    width:280px;
    background-image:url(Dup/img/food01.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top:-30px;
    left:-84px;
    opacity: 0.4;
}

#intro_wrap::after,
#contents3 .con_box::after{
    content:'';
    position:absolute;
    height: 290px;
    width: 280px;
    background-image: url(Dup/img/food02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
    right: -84px;
    opacity: 0.4;
}
#contents1 .con_box::before{
    content:'';
    position:absolute;
    height: 160px;
    width: 280px;
    background-image: url(Dup/img/food04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    right: -70px;
    opacity: 0.4;
}
#contents1 .con_txt::after{
    content:'';
    position:absolute;
    height: 160px;
    width: 280px;
    background-image: url(Dup/img/food03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -180px;
    left: 0px;
    opacity: 0.4;
}

.line-l:before {
    background-color: rgba(255, 147, 97, 0.5)!important;
    top: 18px;
}

.cms_title {
    position: relative;
    display: inline-block;
}

.cms_title p{    font-size: 18px;}

.cms_title::before{
content:'';
position:absolute;
height: 144px;
    width: 141px;
    background-image: url(Dup/img/cms_title_deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -38px;
    left: 91px;
    opacity: 0.2;
}

.cms_1-c .cate_box,
.cms_3-e .box_title1,
.cms_3-e .box_title2{
        border-bottom: solid 1px #7fbd62;
}

#top_map{
    padding: 0 10%;
    margin-bottom: 70px;
}

/* --- more --- */
#top_cms .top_cms_box .more_btn{
    height: 90px;
    border: none;
    margin-top: 75px;
    transition: 0.3s;
}

#top_cms .top_cms_box .more_btn:hover {
    font-size: 21px;
}



#top_cms .top_cms_box .more_btn:hover::after {
    background-color: transparent!important;
}

#top_cms .top_cms_box:nth-child(odd) .more_btn::before {
    border: none;
    width: 100%;
    background-image: url("./Dup/img/more01.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    top: 40px;
    height: 65%;
}
#top_cms .top_cms_box:nth-child(even) .more_btn::before {
    border: none;
    width: 100%;
    background-image: url("./Dup/img/more02.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    top: 40px;
    height: 65%;
    
}

#top_cms .top_cms_box:nth-child(odd) .more_btn:hover::before,
#top_cms .top_cms_box:nth-child(even) .more_btn:hover::before{
    opacity: 0.8;
    top: 43px;
}



/* -------------------------- sub ------------------------- */
#page_title .page_title_box {
    padding-bottom: 16px;
    background-color: #efe0bd;
    background-image: url("./Dup/img/pagetitle_bg.jpg");
    background-size: cover;
    border: solid 3px #542400;
    color: #542400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#page_title .page_title_box h2,
#page_title .page_title_box p{
    width: 100%;
    color: #542400;
}
#page_title .page_title_box h2{
    line-height: 1.7;
}
#page_title .page_title_box p{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}

#cms_2-c .cate_title,
#cms_3-e .sub_cate_title{
    border: none;
    position:relative;
}

#cms_2-c .cate_title::after,
#cms_3-e .sub_cate_title::after{
    content:'';
    position:absolute;
    height: 8px;
    width: 100%;
    background-image: url(./Dup/img/line_yellow.png);
    background-repeat: repeat-x;
    background-size: 60px;
    bottom: 0;
    left: 0;
    
}

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */
#cms_3-e .cate_title{
    position: relative;
    background-color: transparent;
    padding-left: 40px;
    color: #7fbd62;
}
#cms_3-e .cate_title::before{
    content:'';
    position:absolute;
    height: 40px;
    width: 40px;
    background-image: url(./Dup/img/usa_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: 0;
}
/* ---------------------- cms4 */

/* ---------------------- cms5 */
#cms_5-b .cate_box .open_bt .box_title1::before, 
.cms_5-b .cate_box .open_bt .box_title1::before {
    top: -8px;
    font-size: 28px;
        color: #ff9361!important;
}

#cms_5-b .cate_box .box_item,
.cms_5-b .cate_box .box_item {
    border-color: #7fbd62;
    background-color: #fffcf0;
}

/* ---------------------- info */

/* ---------------------- contact */
#contact_tel a{
    max-width: none;
    width: 400px;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
/* --- more --- */

/* -------------------------- sub ------------------------- */

.cate_list li a {
    padding-bottom: 10px!important;
}

/* ---------------------- cms1 */

.pager li a {
    padding-bottom: 10px;
}

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */
#cms_3-e .cate_title {
    padding-top: 5px!important;
}

#cms_3-e .cate_title::before {
    top: 8px!important;
}


/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

#page9 .more {
    padding-bottom: 5px!important;
}

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */

#logo {
    max-width: 150px;
}

#main_img .menu .square_box {
    max-width: 300px;
}

#main_img .menu .square_box a{
    max-width: 300px;
}



#intro_wrap::before,
#contents3 .con_box::before{
    height: 175px;
    width: 166px;
    top:-30px;
    left:-37px;
}
#intro_wrap::after,
#contents3 .con_box::after{
height: 175px;
    width: 166px;
    top: -30px;
    right: -37px;
}
#contents1 .con_box::before {
    height: 134px;
    width: 164px;
    top: 0px;
    right: -70px;
}
#contents1 .con_txt::after {
    height: 134px;
    width: 95px;
    bottom: -43px;
    left: -119px;
}



.cms_title::before {
    height: 88px;
    width: 100px;
    top: -26px;
    left: 84px;

}

#top_map {
    margin-bottom: 70px;
    padding: 0 5%;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */
.page9 #page_title .page_title_box h2 {
    font-size: 22px;
}
/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#logo {
    max-width: 120px;
}

#intro_wrap::after, #contents3 .con_box::after {
    height: 103px;
    width: 100px;
    top: -38px;
    right: -34px;
}
#intro_wrap::before, #contents3 .con_box::before {
    height: 110px;
    width: 100px;
    top: -30px;
    left: -37px;
}

#contents1 .con_box::before {
    height: 99px;
    width: 70px;
    top: 204px;
    right: 0px;
}

#contents1 .line:before, #contents2 .line:before {
    left: 50%;
    transform: translate(-50%, 0px);
}

/* --- more --- */
#top_cms .top_cms_box .more_btn {
    margin-top: 25px;
    margin-bottom: 50px;
}
/* -------------------------- sub ------------------------- */
#page_title .page_title_box p {
    font-size: 16px;
}
/* ---------------------- cms1 */
#cms_1-c .prev{
    margin-right: 0;
}
/* ---------------------- cms2 */
.page7 #page_title .page_title_box h2 {
    font-size: 16px;
}
/* ---------------------- cms3 */
#cms_3-e .cate_title {
    display: inline-block;
}

#cms_3-e .cate_title::before {
    height: 34px;
    width: 34px;
    top: 5px;
    left: 0;
}
/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#contact_tel a {
    max-width: none;
    width: 300px;
    padding: 18px;
}
/* ---------------------- privacy policy */
.page9 #page_title .page_title_box h2 {
    font-size: 14px;
}
/* ---------------------- sitemap */

	
}
@media screen and (max-width: 380px){
#main_img .menu .square_box a {
    max-width: 280px;
}
    
}