﻿/* CSS Document */
html{
	scroll-padding-top:120px;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.ri {
    text-align: right;
}

.le {
    text-align: left;
}

.ce {
    text-align: center;
}

.ce img {
    display: inline;
}

.ri img {
    display: inline;
}

.le img {
    display: inline;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pdimg_r {
    padding: 0 15px 0 0;
}

.pdimg_l {
    padding: 0 0 0 15px;
}

.disp_b {
    display: block !important;
}

.disp_i {
    display: inline !important;
}

.st_white {
    color: #fff;
}

.st_red {
    color: #900;
}

.st_blue {
    color: #245C80;
}

.st_green {
    color: #39B54A;
}

.st_pnk {
    color: #F86382;
}

.st_orng {
    color: #F93;
}

.img_line {
    padding: 5px;
    border: solid 1px #CCC;
}

.info_ol {
    padding-left: 25px;
}

.info_ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}

.posi_r {
    position: relative;
}

.posi_a_btn {
    position: absolute;
    right: 124px;
    bottom: 20px;
}

.posi_a_btn_r {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.box-radios {
    background: #fff;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.indent_ul li {
    padding-left: 13px;
    text-indent: -13px;
    margin-bottom: 5px;
}

.inline_block li {
    display: inline-block;
    *display: inkine;
    *zoom: 1;
}

.borderBox {
    border: solid 1px #e6e6e6;
    padding: 10px;
}

.w100 {
    width: 100%;
    height: auto;
}

.sp {
    display: none !important;
}

.pc {}

.return {
    text-align: left;
    padding: 20px 0 0;
    letter-spacing: 2px;
}

.return a {
    background: #D5746B;
    padding: 10px 20px;
    color: #FFFFFF;
}

@media screen and (max-width:640px) {
    .fl {
        float: none;
    }
    .fr {
        float: none;
    }
    .pdimg_r {
        padding: 0;
    }
    .pdimg_l {
        padding: 0;
    }
    .sp {
        display: inline !important;
    }
    .pc {
        display: none !important;
    }
    .return {
        text-align: center;
    }
}


/*---------------------------------
	テーブル基本テンプレート
---------------------------------*/

.table_temp {
    border-collapse: collapse;
    word-break: break-all;
}

.table_temp th {
    background: #fafafa;
    width: 28%;
    text-align: left;
    font-weight: bold;
}

.table_temp td,
.table_temp th {
    border: solid 1px #e6e6e6;
    padding: 10px;
    vertical-align: top;
}

.table_temp dl {}

.table_temp dl dt {
    font-weight: bold;
}

.table_temp dl dd {
    margin-bottom: 10px;
}

.table_temp ul {
    padding-left: 20px;
}

.table_temp ul li {
    list-style-type: disc;
}

.table_temp ol {
    padding-left: 30px;
}

.table_temp ol li {
    list-style-type: decimal;
}


/*---------------------------------
	旬の時期マーカー
---------------------------------*/

.marker_g {
    position: relative;
    padding-left: 15px;
}

.marker_g span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #A2B61F;
}

.marker_o {
    position: relative;
    padding-left: 15px;
}

.marker_o span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #FCA718;
}


/*---------------------------------
	Main
---------------------------------*/

body {
    font-family: 'Noto Sans JP', YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    min-width: 1024px;
    color: #333;
}

.inner {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:640px) {
    body {
        min-width: 320px;
    }
    .inner {
        width: auto;
        margin: 0;
        padding: 3%;
    }
}


/*---------------------------------
	ヘッダー
---------------------------------*/

#header {
    height: 110px;
    min-width: 1200px;
    margin: auto;
    padding: 10px 20px;
    box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 99999;
	background: rgba(255,255,255,.98);
}

#header .hdinner{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
}

#header .hdMenu {
    width: calc(100% - 330px);
}

#header .info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 3px 0;
	line-height: unset;
	text-align: unset;
	padding: unset;
	width: unset;
	float: unset;
	border: unset;
	background: unset;
	height: unset;
}
header .info img {
    border-radius: unset;
}

#header .nav {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0;
}

#header .info ul.sns {
    display: flex;
}

#header .info ul.sns li {
    margin: 0 5px;
}

#header .info .copy {
    margin-right: 10px;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 1px;
}

#header .info .copy strong {
    letter-spacing: 3px;
    font-size: 105%;
    color: #333;
}

#header .nav ul.main {
    display: flex;
    letter-spacing: 1px;
}

#header .nav ul.main li a {
    display: block;
    padding: 14px 10px 8px;
    margin: 0;
    font-size: 120%;
    font-weight: 400;
    color: #333;
    text-decoration: underline;
    cursor: default;
}

#header .nav ul.main li a:hover {
  /*color: #74C133;*/
	border-radius: 20px;
	/*background: rgba(100, 100, 100,.1);*/
}
#header .nav ul.main li:hover {
	background: rgba(100, 100, 100,.05);
	border-radius: 10px 10px 0 0;
	color: #74C133;
}

#header .nav ul.main li .nav2 .style1 li:hover {
  background: rgba(116, 193, 51,.4);
}
#header .nav ul.main li .nav2 li a:hover {
    color: #333;
}

#header .nav ul.main li .nav3 li a:hover {
    color: #333;
}

#header .nav ul.main .nav2,
#header .nav ul.main .nav3 {
    display: none;
    line-height: 0;
}

#header .nav ul.main .nav3 {
    margin-top: -10px;
}

#header .nav ul.main .nav2::before,
#header .nav ul.main .nav3::before {
    content: '';
    border-bottom: 15px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 99;
}

#header .nav ul.main .nav2::before {
    border-bottom: 10px solid #bbde9a;
}

#header .nav ul.main .nav3::before {
    border-bottom: 10px solid #FFD34B;
    left: 40px;
		top: 2px;
}

#header .nav ul.main .nav2 .box2 {
    background: #bbde9a;
    display: flex;
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
}

#header .nav ul.main .nav2 .box2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
		gap: 5px;
    padding: 0;
    max-width: 1000px;
    margin: auto;
    left: 0;
    z-index: 99;
    line-height: 1.6em;
}
#header .nav ul.main .nav2 .box2 ul li:hover{
   background: rgba(116, 193, 51,.4);
}
#header .nav ul.main .nav2 .box2 ul li:first-of-type{
   border-radius: 10px;
}

#header .nav ul.main .nav2 .box2.style1 ul {
    padding: 5px;
    /*flex-direction: column;
	justify-content: flex-start;
	max-height: 200px;*/
}
#header .nav ul.main .nav2 .box2.style1 ul li:hover{
	background: rgba(255, 255, 255,.4);
	border-radius: 20px;
}

#header .nav ul.main .nav2 ul li a img {
    margin-right: 10px;
}

#header .nav ul.main li:hover .nav2,
#header .nav ul.main li .nav2 ul li:hover .nav3 {
    display: block;
}

#header .nav ul.main .nav2 ul li a {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 20px;
}

#header .nav ul.main .nav3 .box3 {
    background: #FFD34B;
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
}

#header .nav ul.main .nav3 .box3 ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
    max-width: 1000px;
    margin: auto;
    line-height: 1.6em;
}
#header .nav ul.main .nav3 .box3 ul li:hover {
	background: rgba(248, 163, 0, .5);
	border-radius: 20px;
}




#header .nav .search {
    position: relative;
    margin: 7px 0 0 15px;
}

#header .nav .search input.keyword {
    padding: 6px 40px 5px 15px;
    border-radius: 20px;
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #999;
    height: 30px;
}

#header .nav .search input.submit {
    position: absolute;
    top: 0;
    right: 6px;
    padding: 4px;
}

#header .nav .search input {
    outline: none;
}

@media screen and (max-width:640px) {
    #header {
        min-width: auto;
        padding: 8px 10px;
        height: 80px;
    }
    #header h1 {
        width: 250px;
    }
    #header h1 img {
        width: 100%;
        height: auto;
    }
    #header .hdMenu {
        display: none;
    }
}


/*---------------------------------
	ナビ
---------------------------------*/

#gNav {}

#gNav ul {}

#gNav li {}

@media screen and (max-width:640px) {
    #gNav {}
    #gNav ul {}
    #gNav li {}
}


/*---------------------------------
	コンテンツ
---------------------------------*/

.titleSet {
    text-align: center;
}

.titleSet h2 {
    font-size: 120%;
    letter-spacing: 2px;
}

.titleSet h2 span {
    font-family: 'Antonio', sans-serif;
    font-size: 220%;
    line-height: 100%;
    color: #74C133;
    letter-spacing: 0;
    margin-right: 10px;
}

#sub {}

#sub article.cWrap {
    /*float: left;*/
    width: 730px;
		/*width: 1000px;*/
    float: none;
    margin: 0 auto;
}

#sub .fvTitleSet {}

#sub .fvTitleSet em {
    font-family: 'Antonio', sans-serif;
    font-size: 2.4rem;
    font-weight: 200;
    font-style: normal;
    line-height: 1em;
    color: #74C133;
	background: url(../../images/icon_melon.gif) no-repeat left 15px;
	padding-left: 30px;
}
#sub .fvTitleSet em span{
		font-size: 1.2rem;
		margin-left: 10px;
		color: #000;
		letter-spacing: 2px;
}
#sub .fvTitleSet h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #333;
    border-bottom: 6px dotted #ccc;
    padding: 5px 0 15px;
    display: flex;
}

#sub .fvTitleSet h2::after {
    content: '';
    background: url("../img/title_line.png") no-repeat;
    flex-grow: 2;
    margin-left: 20px;
}
#sub .fvTitleSet h2.green::after {
    background: url("../img/title_line2.png") no-repeat;
}

#sub .fvTitleSet .lead {
    padding: 20px 0;
    font-size: 110%;
    line-height: 1.6em;
}



.fullwidth {
    width: auto !important;
    float: none !important;
    margin: 0 auto !important;
}

.sNav {
    float: right;
    width: 240px;
}

.sNav nav {}

.sNav nav ul li {
    margin-bottom: 10px;
}

.sNav nav .sub_ul {}

.s_present {
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6;
}

.s_present dl {}

.s_present dl dt {
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
}

.s_present dl dt img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.s_present dl dd {
    position: relative;
    color: #333333;
    padding-top: 5px;
}

.s_present dl dd .period {
    position: absolute;
    top: -42px;
    left: 0;
    padding: 7px 10px 0;
    background: #FFFFFF;
    text-align: center;
}

.s_present dl dd .period em {
    font-style: normal;
    color: #FFFFFF;
    background: #D4746A;
    padding: 2px 20px;
    font-size: 80%;
    letter-spacing: 3px;
}

.s_present dl dd .period span {
    font-family: Fjalla;
    font-size: 100%;
    line-height: 100%;
    display: block;
    color: #DE7369;
    margin-top: 2px;
}

.s_present dl dd h3 {
    font-size: 100%;
    line-height: 120%;
    letter-spacing: 3px;
}

.s_present dl dd h3 a {
    color: #333333;
}

.s_present dl dd h3 span {
    color: #DE7369;
}

.s_uNav {}

.s_uNav p {
    cursor: pointer;
}

.s_uNav ul {}

.s_uNav ul li {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 0 !important;
    padding-left: 37px;
}

.s_uNav ul li:hover {
    background: #E8F3DB;
}

.s_uNav ul li a {
    display: block;
    padding: 14px;
    padding-left: 30px;
    color: #333333;
}

.s_uNav ul li.nav1 a {
    background: url(../../images/side_icon_uNav01.gif) no-repeat left;
}

.s_uNav ul li.nav2 a {
    background: url(../../images/side_icon_uNav02.gif) no-repeat left;
}

.s_uNav ul li.nav3 a {
    background: url(../../images/side_icon_uNav03.gif) no-repeat left;
}

.s_uNav ul li.nav4 a {
    background: url(../../images/side_icon_uNav04.gif) no-repeat left;
}

.s_uNav ul li.nav5 a {
    background: url(../../images/side_icon_uNav05.gif) no-repeat left;
}

.s_search {}

.s_search p {
    cursor: pointer;
}

.s_search ul {}

.s_search ul li {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 0 !important;
    padding-left: 18px;
}

.s_search li:hover {
    background: #E8F3DB;
}

.s_search ul li a {
    display: block;
    padding: 14px;
    padding-left: 35px;
    color: #333333;
    letter-spacing: 2px;
}

.s_search ul li a span {
    display: block;
    color: #DE7369;
    margin-bottom: 2px;
    font-size: 90%;
    line-height: 100%;
}

.s_search ul li.nav1 a {
    background: url(../../images/side_icon_market.gif) no-repeat left;
}

.s_search ul li.nav2 a {
    background: url(../../images/side_icon_restaurant.gif) no-repeat left;
}

.s_search ul li.nav3 a {
    background: url(../../images/side_icon_market.gif) no-repeat left;
}

.s_search ul li.nav4 a {
    background: url(../../images/side_icon_product.gif) no-repeat left;
}

.sBnr {}

.sBnr li a {}

.sBnr li img {}

@media screen and (max-width:640px) {
    #sub article.cWrap {
        float: none;
        width: auto;
        margin-bottom: 50px;
    }
		#sub .fvTitleSet h2 {
			font-size: 1.3rem;
		}
		#sub .fvTitleSet em {
			font-size: 2.3rem;
		}
		#sub .fvTitleSet em span {
			font-size: 1rem;
			letter-spacing: 1px;
		}

    .sNav {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .sNav nav ul li img {
        width: 100%;
        height: auto;
    }
}


/*---------------------------------
	フッター
---------------------------------*/

.ft_wrap {
    background: #77BD36;
    color: #FFFFFF;
    margin-top: 50px;
}

.ft_inner {
	width: auto;
    min-width: 1200px;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ft_wrap .ft_logo {
    width: 186px;
    height: 340px;
    float: left;
    padding-top: 20px;
    background: url(../../images/ft_campaign.gif) no-repeat bottom #FFFFFF;
}

.ft_wrap .information {
    float: right;
    width: calc(100% - 220px);
    min-width: 950px;
    padding: 40px 0 60px;
    display: block;
    color: #FFFFFF;
    letter-spacing: 1px;
	font-size: 110%;
}

.ft_wrap .information a {
    color: #FFFFFF;
}

.ft_wrap .information nav {
    margin-bottom: 40px;
}

.ft_wrap .information nav .home {
    font-size: 120%;
    background: url(../../images/icon_ft_home.gif) no-repeat left;
    padding-left: 25px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.ft_wrap .information nav ul {
    float: left;
    border-left: solid 1px #A1D173;
    padding: 5px 10px;
    margin-left: 10px;
	width: auto;
}

.ft_wrap .information nav ul li {
    background: url(../../images/arw_ft.gif) no-repeat left 7px;
    padding-left: 10px;
    margin: 5px 0;
}

.toggle {
    text-align: center;
    padding: 8px;
    border: solid 1px #FFFFFF;
    margin-bottom: 20px;
    display: none;
    color: #FFFFFF;
}

.toggle .ture {
    display: block;
}

.toggle .false {
    display: none;
}

.toggle.on .true {
    display: none;
}

.toggle.on .false {
    display: block;
}

@media screen and (max-width:640px) {
    .ft_wrap {
        margin-top: 20px;
    }
    .ft_inner {
        width: auto;
        margin: 0;
        padding: 5% 3% 0;
        min-width: auto;
    }
    .ft_wrap .ft_logo img {
        display: inline;
    }
    .ft_inner {
        width: auto;
        margin: 0;
        padding: 5% 3% 0;
    }
    .ft_wrap .ft_logo {
        float: none;
        margin: 0 auto;
    }
    .ft_wrap .information {
        float: none;
        width: 100%;
        padding-top: 0;
        display: none;
        margin-bottom: 20px;
		min-width: auto;
    }
    .ft_wrap .information p {
        margin-bottom: 20px;
    }
    .ft_wrap .information nav .home {
        margin-bottom: 10px;
    }
    .ft_wrap .information nav ul {
        float: none;
        border-left: 0;
        padding-left: 0;
        width: 100%;
        margin-right: 0;
    }
    .ft_wrap .information nav ul li {
        background: url(../../images/arw_ft.gif) no-repeat left 15px;
        border-bottom: solid 1px #A1D173;
    }
    .ft_wrap .information nav ul li a {
        padding: 10px 0;
        display: block;
    }
    .toggle {
        display: block;
    }
    br.cl {
        display: none;
    }
}


/*---------------------------------
	ページトップ
---------------------------------*/

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 1000;
}

#page-top a {
    padding: 22px;
    background: url(../../images/arw_top.gif) no-repeat center 38px #FFF;
    color: #77BD36;
    font-family: Fjalla;
    font-size: 100%;
    line-height: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
}

#page-top a:hover {
    opacity: 0.7;
}


/*---------------------------------
	webfont
---------------------------------*/


/* IE */

@font-face {
    font-family: Fjalla;
    src: url(../font/FjallaOne-Regular.ttf);
}


/* Firefox, Opera, Safari */

@font-face {
    font-family: Fjalla;
    src: url(../font/FjallaOne-Regular.ttf) format(”truetype”);
}


/*---------------------------------
	タグ生成用
---------------------------------*/

.tagcontainer {
    margin: 0.7em 0;
    padding: 0 1em;
}

.tagcontainer .tagcaption {
    display: inline-block;
}

.tagcontainer li.tagcaption {
    border: none;
    color: #5E5E5E;
}

.tagcontainer li {
    border: solid 1px #BABABA;
    border-radius: 0.4em;
    margin-right: 0.3em;
    display: inline-block;
    white-space: nowrap;
    padding: 0.2em 0.3em;
}

.tagcontainer li a {
    color: #989898;
}