@charset "utf-8";
/*
Theme Name: ひなたいちご園
Description: Original theme for ひなたいちご園
Version: 1.1
*/
@import url('https://fonts.googleapis.com/css?family=Anton|Archivo:400,700|Noto+Sans+JP:400,900&display=swap');
/*------------------------------------------------------------
Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, amp-img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-style: normal;font-weight: normal;vertical-align: baseline;background: transparent;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
table {border-collapse: collapse;border-spacing: 0;}
input, select {vertical-align: middle;} 
li {list-style: none;}
img {width: 100%; height: auto; vertical-align: middle;}
a {margin: 0; padding: 0; vertical-align: baseline; background: transparent; word-break: break-all;}
a:focus {-moz-outline-style: none;outline: none;}
input[type="button"], input[type="submit"] {-webkit-appearance: none; border-radius: 0}
i {font-style: italic;}
*{overflow-wrap: break-word;}

/*------------------------------------------------------------
Base
------------------------------------------------------------*/
html {background-color: #ffffff; font-size: 100%; -webkit-text-size-adjust: 1em; -ms-text-size-adjust: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-kerning: normal; font-kerning: normal;}

body {width: 100%; background-color: #f7f8f8; font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; font-weight: normal; line-height: 1; color: #000000; -webkit-text-size-adjust: 100%;}

a {color: #e50012; text-decoration: underline; -webkit-transition: all 0.3s; transition: all 0.3s;}
a:hover {opacity: 0.75;}

.clearfix {zoom: 1;}
.clearfix:after {content: ""; display: block; clear: both;}

/*------------------------------------------------------------
Layout ::: SP first
------------------------------------------------------------*/
/* header ------ */
header {position: fixed; top: 0; left: 0; width: 100%; z-index: 3;}
header .hdr {background-color: #ffffff; height: 70px;}
.home header .hdr {background-color: transparent;}
.home header.transform .hdr {background-color: #ffffff;}
header .menu_btn {position: absolute; top: 13px; right: 10px;}
header .menu_btn #ico-open {cursor: pointer; padding: 10px;}
header .menu_btn #ico-open img {width: 20px;}
header .header_logo {display: block; text-align: left; padding: 12px 0 0 8%;}
header .header_logo img {display: inline-block; width: 67%;max-width:240px;}
.home header .header_logo {display: none;}
.home header.transform .header_logo {display: block;}
#main-menu {position: fixed; width: 100%; height: 100%; top: -100%; left: 0; background-color: #fce6e6; z-index: 3; -webkit-transition: transform .7s ease-in-out; -ms-transition: transform .7s ease-in-out; transition: transform .7s ease-in-out;}
#main-menu.move-to-open {height: 100%; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%);}
#main-menu nav {position: relative; display: block; height: calc(100% - 16px); overflow-y: scroll;}
#main-menu nav .nav-inr {padding: 8px; }
#main-menu nav #ico-close {position: absolute; top: 12px; left: 10px; cursor: pointer; width: 20px; padding: 10px;}
#main-menu nav .nav-hdr {background-color: #ffffff; padding: 12px 0 34px;}
#main-menu nav .nav-hdr .logo {width: 140px; margin: 0 auto 22px;}
#main-menu nav .page_list ul li a {display: block; color: #e50012; padding: 14px 0; font-size: 1em; font-weight: bold; text-align: center; text-decoration: none;}
#main-menu nav .page_list ul li:nth-child(2n) a {background-color: #ffffff;}
#main-menu nav .page_list ul li.sns {display: none;}
#main-menu nav .information img {width: 110px;}
#main-menu nav .information {position: absolute; top: -34px; right: -18px;}
#main-menu nav .information .bg_circle a {display: block; width: 140px; height: 140px; background-color: #e50012; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; text-decoration: none;}
#main-menu nav .information .inf_main {-webkit-transform: rotate(25deg); -ms-transform: rotate(25deg); transform: rotate(25deg); padding: 50px 0 0 21px;}
#main-menu nav .information .inf_ttl {font-size: 1.2em; line-height: 1.1; font-weight: bold; color: #ffffff; padding: 0 0 3px 7px;text-align:center;}
#main-menu nav .information .inf_txt {font-size: 0.5em; line-height: 1.2; letter-spacing: -0.5px; font-weight: bold; color: #ffffff;}
/* sns_list 共通 ------ */
.sns_list ul {display: table; margin: 0 auto;}
.sns_list ul li {display: table-cell; padding: 10px;}
.sns_list ul li a {display: block; padding: 4px;}
.sns_list ul li img {width: 32px;}
/* footer ------ */
footer {background-color: #f7f8f8; font-size: 0.8em;}
footer .hdr {padding: 35px 0 20px;}
footer .hdr .logo {width: 76%; padding: 0 0 30px; margin: 0 auto;}
footer nav h4 {color: #e50012; font-weight: bold; border-top: 2px solid #cccccc; padding: 8px 0 8px 18%;}
footer nav ul {margin: 0 0 0 18%; border-top: 1px solid #cccccc;}
footer nav ul li {border-bottom: 1px solid #cccccc;}
footer nav ul li:nth-last-child(1) {border-bottom: none;}
footer nav ul li a {display: block; padding: 8px 0 8px 1em; color: #666666; text-decoration: none;}
footer nav .page_link08 ul {margin: 0; border-top: 2px solid #cccccc; border-bottom: 2px solid #cccccc; padding: 18px 0; text-align: center;}
footer nav .page_link08 ul li {border: none; display: inline; color: #666666;}
footer nav .page_link08 ul li a {display: inline; padding-left: 0; font-size: 1.2em;}
footer nav small.cr {display: block; font-size: 1.2em; line-height: 1.6; text-align: center; padding: 20px 0; color: #666666;}
/* hinata_main Common ------ */
.hinata_main {position: relative; z-index: 1; background-color: #ffffff; padding: 70px 0 40px;}
.home .hinata_main {
	padding: 0 0 40px;
	padding-top: 10px;
}
.hinata_main .contents {
	padding: 30px;
	padding-top: 10px;
}
.hinata_main .pageTitle {text-align: center; margin: 0 0 36px;}
.hinata_main .pageTitle .txt {display: inline-block; font-size: 1.2em; line-height: 1.3; font-weight: bold; color: #e62310; padding: 0 15px 8px; border-bottom: 1px solid #e62310;}
.hinata_main .section_ttl {text-align: center; padding: 46px 0 28px;}
.hinata_main .contents .section_ttl {padding: 0;}
/*.hinata_main .section_ttl .ico_left {display: inline-block; background: url(img/cmn/ico_dot3left.svg) left no-repeat; background-size: 30px auto; padding-left: 46px;}*/
/*.hinata_main .section_ttl .ico_right {display: inline-block; background: url(img/cmn/ico_dot3right.svg) right no-repeat; background-size: 30px auto; padding-right: 46px;}*/
.hinata_main .section_ttl .txt {font-family: "Sawarabi Mincho"; font-size: 2em; letter-spacing:0.2em; line-height: 1.4; font-weight: bold; color: #882726;}
.hinata_main .subttl {padding: 40px 0 12px; text-align: center;}
.hinata_main .subttl .txt {font-size: 1em; line-height: 1.4; font-weight: bold;}
.hinata_main p {font-size: 0.88em; line-height: 2; text-align: left;}
.home .hinata_main p,
.hinata_main .content404 {text-align: center;}
/* いちご狩り予約バナー共通 ------ */
.st_bnr {position: relative;}
.st_bnr .bg_ichigo {height: 170px; text-align: center;}
.st_bnr .bg_ichigo img {height: 100%; width: auto;}
.st_bnr .link_bnr {position: absolute; top: 65px;}
/* top LayerBoard ------ */
.layer_board_bg,
.layer_board {position: absolute;}
.layer_board_bg {position: fixed; width: 100%; height: 100%; z-index: 1000; top: 0; left: 0; display: none; cursor: pointer; background: #ffffff;}
.layer_board {display: none; position: fixed; left: 50%; margin: 90px 0px 0px -150px; text-align: center; z-index: 2000;}
.layer_board .image img {width: 300px;}
.layer_board .btn_close {position: absolute; top: -25px; right: -25px; cursor: pointer;}
.layer_board .btn_close img {width: 50px;}
/* top MV ------ */
#top_mv {position: relative; overflow: hidden;}
#top_mv .logo {position: absolute; top: 0; left: 0; width: 100%;}
#top_mv .logo .wh {display: block; background-color: #ffffff; /*width: 144px; height: 144px;*/ width:22.5vw; height:22.5vw; margin: 0 auto 0 0; text-align: center;}
#top_mv .logo img {/*width: 92px; margin: 16px 0 0;*/ width:14.37vw; margin:2.5vw 0 0;}
#top_mv .mv_info a {display: block; position: absolute; bottom: -15px; left: -25px; width: 190px; height: 190px; -moz-border-radius: 95px; -webkit-border-radius: 95px; border-radius: 95px; background: #e50012 url(img/top/mv_info_ichigo.png) top center no-repeat; background-size: cover; color: #ffffff; text-align: center; text-decoration: none;}
#top_mv .mv_info .mv_info_ttl {font-size: 1.5em; line-height: 1.2; font-weight: bold; padding: 26px 0 0;}
#top_mv .mv_info .mv_info_ttl_under {font-size: 0.6em; line-height: 1.2; font-weight: bold; padding: 4px 0 0;}
#top_mv .mv_info .mv_info_dtl {font-size: 0.6em; line-height: 1.2; font-weight: bold; padding: 8px 0 0;}
/* top_topics ------ */
.top_topics {margin: 0 auto; padding: 30px 30px 0;}
.top_topics ul {display: block; border: 1px solid #e62310; padding: 14px 20px 0;}
.top_topics ul li {padding: 0 0 14px;}
.top_topics ul li p {line-height: 1.6;}
/* top_about ------ */
.top_about {margin: 0 auto; padding: 0 30px;}
.top_about .logo {
	width: 45%; 
	margin: 0 auto;
	margin-top: 50px;
}
/* top Farm ------ */
.top_farm ul.slider-farm {margin: 0 0 10px;}
.top_farm ul.thumbnail-farm {display: table; margin: 0 10px;}
.top_farm ul.thumbnail-farm li {width: calc(12.5% - 10px); display: table-cell; padding: 0 3px; opacity: 0.5;}
.top_farm ul.thumbnail-farm li.thumbnail-current {opacity: 1;}
/* top Staff ------ */
.top_staff {margin: 0 auto; padding: 0 30px;}
.top_staff ul li {display: block; padding: 0 0 40px;}
.top_staff .pic {width: 47%; margin: 0 auto 16px;}
.top_staff .name {font-size: 1em; line-height: 1.6; font-weight: bold; color: #e50012;}
.top_staff .from {font-size: 0.8em; line-height: 1.6; color: #e50012; margin: 0 0 22px;}
.top_staff .bnr_recruit {width: 90%; max-width: 500px; margin: 0 auto;}
/* top Media ------ */
.top_media {margin: 0 auto; padding: 0 30px;}
.top_media ul li {display: block; margin: 0 0 18px;}
.top_media ul li span {font-size: 0.88em; line-height: 1.6;}
.top_media ul li span.date {padding-right: 1em;}
.top_media ul li a {color: #e62310;}
.top_media ul li span.txt img {width: 40px; padding-right: 8px;}
/* List Entry Categories ------ */
.list_entry_categories {margin: 0 0 26px;}
.list_entry_categories ul {margin-left: -7px; margin-right: -7px; text-align: center;}
.list_entry_categories ul li {display: inline-block; padding: 0 7px 13px;}
.list_entry_categories ul li a {display: block; width: 56px; border: 1px solid #e50013; font-size: 0.8em; text-align: center; color: #e50013; padding: 5px; text-decoration: none;}
.list_entry_categories ul li.current-cat a {background-color: #e50013; color: #ffffff;}
/* List Pagenation ------ */
.list_pagenation ul {display: table; margin: 0 auto;}
.list_pagenation ul li {display: table-cell; font-size: 0.7em; color: #999999; padding: 0 4px;}
.list_pagenation ul li a {display: inline-block; padding: 8px; margin: 0 4px; font-size: 1em; color: #999999; text-decoration: none;}
.list_pagenation ul li .is-here {display: inline-block; margin: 0 4px; width: 16px; height: 16px; padding: 10px 8px 6px; font-size: 0.7em; font-weight: bold; background: url(img/cmn/ico_bg_here.svg) top center no-repeat; background-size: cover; color: #ffffff; text-align: center;}
.list_pagenation ul li.go_to_list a,
.list_pagenation ul li.next a,
.list_pagenation ul li.prev a {color: #000000;}
/* News List ------ */
.news_list ul li {display: block; margin: 0 0 38px;}
.news_list ul li:after {content: ""; display: block; clear: both;}
.news_list ul li a {color: #000000; text-decoration: none;}
.news_list ul li .n_tmb {width: 80px; float: left; text-align: center;}
.news_list ul li .n_tmb img[src$="img_logo_sq.svg"] {width: 50%; margin: 20% 0;}
.news_list ul li .n_txt {width: calc(100% - 90px); float: right;}
.news_list ul li .n_txt .n_smr {display: none;}
.n_ttl {font-size: 0.88em; line-height: 1.6; color: #000000; font-weight: bold;}
.n_dat {font-size: 0.8em; line-height: 1; color: #000000; padding: 6px 0 0;}
.n_cat_ico {display: inline-block; width: 70px; text-align: center; background: url(img/cmn/bg_ico.png) left top no-repeat; background-size: 100% 100%; color: #ffffff; padding: 6px 0; font-size: 0.8em; font-weight: bold; margin: 0 0 8px;}
/* News Entry ------ */
.news_entry {text-align: center;}
.news_entry .n_dat {text-align: center !important; margin-bottom: 12px;}
.news_entry .n_ttl {font-size: 1em; line-height: 1.8; margin-bottom: 20px;}
.news_entry .n_body p {text-align: left; margin-bottom: 1.5em;}
/* Annual ------ */
.an_ttl {font-size: 1.2em; line-height: 1.5; text-align: center; margin: 0 0 24px;}
.an_ttl em {color: #e50013;}
.an_year01 {background: url(img/annual/img_year01-sp.svg) left top no-repeat; background-size: auto 100%; padding: 0 0 0 50px; margin: 30px 0;}
.an_year02 {background: url(img/annual/img_year02-sp.svg) left top no-repeat; background-size: auto 100%; padding: 0 0 0 50px; margin: 0 0 30px;}
.an_month {padding: 0 0 36px;}
.an_month:nth-last-child(1) {padding: 0;}
.an_subttl {font-size: 1.1em; line-height: 1.5; padding: 4px 0 26px;}
.an_hl {font-size: 0.88em; line-height: 2; color: #e62310; font-weight: bold;}
.an_month p.img01 img {max-width: 415px;}
.an_epilogue {display: block; text-align: center; font-size: 1.15em; line-height: 1.75; color: #e62310; font-weight: bold; margin: 0 0 26px;}
/* Strawbery Picking ------ */
.strawberry-picking .hinata_main {padding-bottom: 0;}
.st_map {margin: 0;}
.st_map iframe {height: 220px;}
.st_map_link {text-align: right; margin: -16px 0 14px;}
.st_map_link a {display: inline-block; border: 1px solid #000000; font-size: 0.7em; padding: 5px 10px; color: #000000; text-decoration: none;}
.st_access {margin: 0 0 20px;}
.st_access dt {width: 24%; float: left; font-size: 0.85em; line-height: 2.25;}
.st_access dt:after {content: "：";}
.st_access dt .ls {padding-right: 1em;}
.st_access dd {width: 76%; float: right; font-size: 0.85em; line-height: 2.25;}
.st_access a {color: #000000;}
.st_img01 {margin: 0 0 14px;}
.st_img01b {
    /* margin: 0 0 0 0; */
    text-align: center;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.st_movie {padding: 30px 0 20px;}
.st_movie iframe {height: 300px;}
.st_img02 {padding: 30px 0 20px;}
.st_picking_dtl {margin-bottom: 1.5em; font-weight: bold;}
.st_picking_ant {margin-bottom: 1.5em;}
.st_priceList {width: 100%; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; margin: 0 0 14px;}
.st_priceList tr th {border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 8px 0; font-size: 0.88em; font-weight: bold; vertical-align: middle;}
.st_priceList tr th:nth-of-type(1) {width: 40%; text-align: left; padding-left: 6px;}
.st_priceList tr th:nth-of-type(2),
.st_priceList tr th:nth-of-type(3) {width: 30%; text-align: center;}
.st_priceList tr td {border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 8px 0; font-size: 0.88em; font-weight: bold; text-align: center;}
.st_priceList_ant {font-size: 0.88em; text-align: left !important; margin: 0 0 38px;}
.st_ant_box {background-color: #e50012; color: #ffffff; padding: 30px 30px 50px;}
.st_ant_box .st_ant_box_ttl  {margin: 0 0 20px;}
.st_ant_box .st_ant_box_ttl .mark {display: inline-block; width: 50px; height: 50px; border-radius: 25px; background-color: #ffffff; -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg);}
.st_ant_box .st_ant_box_ttl .mark .mark_txt {display: inline-block; padding: 2px 15px 0; font-size: 2.8em; color: #e50012; font-weight: bold;}
.st_ant_box .st_ant_box_ttl .txt {display: inline-block; font-size: 1.8em; font-weight: bold; padding: 12px 0 0 15px; vertical-align: top;}
.st_ant_box p {font-size: 1em; font-weight: bold;}
/* Cafe ------ */
.cf_menu_list li {display: block; margin: 0 0 20px;}
.cf_menu_list li .cf_menu_pic {margin: 0 0 18px;}
.cf_menu_list li .cf_menu_txt .cf_menu_name {font-size: 0.88em; font-weight: bold;}
.cf_menu_list li .cf_menu_txt .cf_menu_price {font-size: 0.88em; font-weight: bold; margin: 0 0 6px;}
.cf_menu_list li .cf_menu_txt .cf_menu_intro {font-size: 0.88em;}
.cf_menu_more {display: block; background-color: #e50013; color: #ffffff; font-weight: bold; text-align: center; padding: 12px 0 14px; text-decoration: none; font-size: 1em; line-height: 1; cursor: pointer;}
.cf_shop .cf_shop_pic {padding: 10px 0 26px;}
.cf_shop .cf_shop_dtl .cf_shop_name {font-size: 1em; line-height: 1.8; color: #e50012; font-weight: bold; margin: 0 0 1.5em;}
.cf_shop .cf_shop_dtl p {font-size: 1em; line-height: 1.8; margin: 0 0 1.5em;}
/* Products ------ */
.pd_item_list {margin: 0;}
.pd_item_list li {
	display: inline-grid;
    width: 33%;
    float: left;
    margin: 0 0 25px;
	text-align: center;
	vertical-align: top;
}

.pd_item_list li .pd_item_pic {margin: 0 0 18px;}
.pd_item_list li .pd_item_txt .pd_item_name {font-size: 0.80em; font-weight: bold; margin: 0 0 1.2em;}
.pd_item_list li .pd_item_txt .pd_item_intro {font-size: 0.88em; line-height: 1.8;}
.pd_menu_more {
	display: grid; 
	background-color: #e50013; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center; 
	padding: 12px 0 14px; 
	text-decoration: none; 
	font-size: 1em; 
	line-height: 1; 
	cursor: pointer;
	margin-left: auto;
    margin-right: auto;
}
p.pd_contact {padding: 30px 0 0; font-size: 0.8em; line-height: 2.5; font-weight: bold;}
p.pd_contact a {color: #000000;}
/* Profile ------ */
p.pf_hl {text-align: center; margin: 0 0 45px;}
p.pf_hl strong {color: #e50012; font-size: 1em; line-height: 1.8; font-weight: bold;}
.pf_access {padding: 30px 0;}
.pf_access dt {width: 24%; float: left; font-size: 0.88em; line-height: 2;}
.pf_access dt:after {content: "：";}
.pf_access dt .ls1 {padding-right: 1em;}
.pf_access dd {width: 76%; float: right; font-size: 0.88em; line-height: 2;}
.pf_access dd .ant {display: block;}
.pf_access a {color: #000000;}
/* ポップアップボックス ------ */
body{
	position:relative;
}
#popup-box,
#popup-box_bg{
	display:none;
}
#popup-box{
	left:50%;
	position:fixed;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:30002;
}
#popup-box_bg{
	background:rgba(0,0,0,0.5);
	content:'';
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:30001;
}
#popup-box .popup-box_inner{
	position:relative;
}
#popup-box .close-btn{
	left:15px;
	position:absolute;
	top:0;
	z-index:0;
}
#popup-box img{
	max-width:100%;
	width:auto;
}
/* トップ　フルーツバナー ------ */
.coichcafe_banner{
	margin-top:-15px;
	text-align:center;
}
.coichcafe_banner img{
	max-width:100%;
	width:auto;
}
/* トップ　プレミアムイベントバナー ------ */
.premium-event_banner{
	margin-top:60px;
	text-align:center;
}
.premium-event_banner img{
	max-width:100%;
	width:auto;
}
/* トップ　さとふる・Rakuten Farmバナー ------ */
.satofull-rfarm_banner{
	align-items:center;
	display:flex;
	justify-content:space-between;
	margin:55px auto 25px;
	max-width:988px;
	width:100%;
}
.satofull-rfarm_banner .banner-item img{
	max-width:100%;
	width:auto;
}
/* Strawbery Picking ------ */
/* プレミアムイベントタイトル */
#premium-event_ttl{
	margin:70px 0 5px;
	text-align:center;
}
#premium-event_ttl img{
	max-width:100%;
	width:auto;
}
/* ご予約方法 */
#reservation{
	font-family: "M PLUS Rounded 1c";
	margin:0 auto 40px;
	max-width:927px;
	width:100%;
}
#reservation .reservation-flow{
	align-items:center;
	display:flex;
	margin-top:55px;
	justify-content:center;
}
#reservation .reservation-flow .rf-item:nth-child(1){
	max-width:280px;
	width:30%;
}
#reservation .reservation-flow .rf-item:nth-child(2){
	margin:0 5%;
	max-width:300px;
	width:33%;
}
#reservation .reservation-flow .rf-item:nth-child(3){
	max-width:275px;
	width:30%;
}
#reservation .reservation-flow .rf-item .rf-img{
	margin-bottom:18px;
	text-align:center;
}
#reservation .reservation-flow .rf-item .rf-img img{
	max-width:100%;
	width:auto;
}
#reservation .reservation-flow .rf-item .rf-txt{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.09em;
	line-height:1.7;
	padding:1px 0 1px 50px;
}
#reservation .reservation-flow .rf-item:nth-child(1) .rf-txt{
	background:url('img/strawberry-picking/num_1.png') no-repeat left center;
}
#reservation .reservation-flow .rf-item:nth-child(2) .rf-txt{
	background:url('img/strawberry-picking/num_2.png') no-repeat left center;
}
#reservation .reservation-flow .rf-item:nth-child(3) .rf-txt{
	background:url('img/strawberry-picking/num_3.png') no-repeat left center;
}
#reservation .reservation-message{
	border:2px solid #872524;
	border-radius:11px;
	margin-top:30px;
	padding:30px 30px 10px;
}
#reservation .reservation-message p{
	color:#8c302f;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:0.18em;
	line-height:1.7;
	text-align:center;
}
#reservation .reservation-message p span{
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	position:relative;
}
#reservation .reservation-message p span:before{
	content:'・';
	font-size:1.3em;
	font-weight:bold;
	left:50%;
	position:absolute;
	top:-1em;
	transform:translate(-50%,0);
	z-index:0;
}
#reservation .reservation-message p a{
	color:#8c302f;
}
/* 予約できなかったお客様へ */
#benefits{
	margin-top:65px;
	text-align:center;
}
#benefits img{
	max-width:100%;
	width:auto;
}
#benefits .benefits-txt{
	font-family:"M PLUS Rounded 1c";
	font-size:1.2em;
	letter-spacing:0.18em;
	font-weight:bold;
	line-height:1.9;
	margin:25px 0 35px;
	text-align:center;
}
#benefits .benefits-line{
	margin-top:25px;
}
/* Products ------ */
/* さとふるバナー */
#satofull-banner{
	margin-top:30px;
	text-align:center;
}
#satofull-banner img{
	max-width:100%;
	width:auto;
}


.hinata_main .section_ttl .txt2 {
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-weight: bold;
    color: #882726;
	font-size: 1.3em;
    padding: 20px 22px 8px;
    border-bottom: 2px solid #e62310;
	display: block;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}


.st_txt2 {
    text-align: left;
    margin-bottom: 70px;
}


/* Media Query 
================================================= */
@media print, screen and (max-width:750px) { /* SP size */
	.sp_none {display: none;}

	/* hinata_main Common ------ */
	.hinata_main .section_ttl .txt {font-size: 1.5em;}
	/* ポップアップボックス ------ */
	#popup-box{
		width:77.6vw;
	}
	#popup-box .close-btn{
		left:2vw;
		width:8.26vw;
	}
	#popup-box img{
		max-width:100%;
		width:auto;
	}
	/* トップ　さとふる・Rakuten Farmバナー ------ */
	.satofull-rfarm_banner{
		display:block;
		margin:50px auto 25px;
		text-align:center;
		width:80vw;
	}
	.satofull-rfarm_banner .banner-item + .banner-item{
		margin-top:15px;
	}
	/* Strawbery Picking ------ */
	/* プレミアムイベントタイトル */
	#premium-event_ttl{
		margin:40px 0 0;
	}
	.st_about_picking .st_img02{
		text-align:center;
	}
	.st_about_picking .st_img02 img{
		width:70vw;
	}
	/* ご予約方法 */
	#reservation{
		margin-top:50px;
	}
	#reservation .reservation-flow{
		display:block;
		margin-top:30px;
	}
	#reservation .reservation-flow .rf-item{
		margin:0 auto;
		text-align:center;
	}
	#reservation .reservation-flow .rf-item:nth-child(1),
	#reservation .reservation-flow .rf-item:nth-child(2),
	#reservation .reservation-flow .rf-item:nth-child(3){
		max-width:none;
		width:80vw;
	}
	#reservation .reservation-flow .rf-item:nth-child(2){
		margin:25px auto 15px;
	}
	#reservation .reservation-flow .rf-item .rf-img{
		margin:0 auto;
	}
	#reservation .reservation-flow .rf-item:nth-child(1) .rf-img{
		margin-bottom:0;
		width:37.96vw;
	}
	#reservation .reservation-flow .rf-item:nth-child(2) .rf-img{
		max-width:none;
		width:36.4vw;
	}
	#reservation .reservation-flow .rf-item:nth-child(3) .rf-img{
		margin-bottom:0;
		width:42.96vw;
	}
	#reservation .reservation-flow .rf-item .rf-txt{
		display:inline-block;
		font-size:1em;
		padding:0px 0 0px 40px;
	}
	#reservation .reservation-flow .rf-item:nth-child(1) .rf-txt,
	#reservation .reservation-flow .rf-item:nth-child(2) .rf-txt,
	#reservation .reservation-flow .rf-item:nth-child(3) .rf-txt{
		background-size:27px;
	}
	#reservation .reservation-message{
		padding:20px;
	}
	#reservation .reservation-message p{
		font-size:1em;
		text-align:left;
	}
	#reservation .reservation-message p br{
		display:none;
	}
	/* 予約できなかったお客様へ */
	#benefits .benefits-txt{
		font-size:1em;
		margin:20px 0;
		text-align:left;
	}
	#benefits .benefits-txt br{
		display:none;
	}
	#benefits .benefits-line{
		margin:15px 0 30px;
	}
}
@media print, screen and (max-width:320px) {/* SP 320以下 */

}


@media print, screen and (min-width:751px) { /* PC size */
.pc_none {display: none;}
/* header ------ */
.home header {display: none;}
header {
	position: fixed;
	z-index: 1000;
			}
header .hdr {position: relative; width: 1100px; height: 200px; margin: 0 auto; text-align: center;}
header .menu_btn {display: none;}
header .header_logo {text-align: center; padding: 22px 0 20px;}
header .header_logo img {width: 318px;}
header .information {position: absolute; top: -6px; left: 33px; width: 250px;}
header .information .bg_circle a {display: block; width: 225px; height: 110px; background-color: #e50012; -moz-border-radius: 0 0 113px 113px; -webkit-border-radius: 0 0 113px 113px; border-radius: 0 0 113px 113px;}
header .information .inf_main {-webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); padding-left: 5px ;padding: 18px 0 0;}
header .information .inf_ttl {font-size: 1.4em; line-height: 1.2; font-weight: bold; color: #ffffff; padding: 0 0 3px;}
header .information .inf_txt {font-size: 0.5em; line-height: 1.2; font-weight: bold; color: #ffffff;}
#main-menu {position: absolute; width: 100%; height: 52px; top: 112px; left: 0; background-color: transparent;}
#main-menu nav {height: auto; overflow: visible;}
#main-menu nav .nav-inr {display: inline-block; height: 52px; background-color: #e50012; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3); padding: 0;}
#main-menu nav #ico-close,
#main-menu nav .nav-hdr {display: none;}
#main-menu nav .page_list ul {display: table; height: 52px; margin: 0 auto;}
#main-menu nav .page_list ul li {display: table-cell; padding: 18px 10px 0;}
#main-menu nav .page_list ul li:nth-of-type(1) {padding-left: 22px;}
#main-menu nav .page_list ul li.sns {display: table-cell; border: 1px solid #fff;background-color: #ffffff; padding-right: 14px; padding-left: 14px;}
#main-menu nav .page_list ul li.sns img {width: 20px;}
#main-menu nav .page_list ul li a {display: block; color: #ffffff; padding: 0 10px; font-size: 0.9em; font-weight: bold;}
#main-menu nav .page_list ul li:nth-child(2n) a {background-color: transparent;}
#main-menu nav .page_list ul li.sns a {display: inline-block;}
/* footer ------ */
footer {width: 1100px; margin: 0 auto; font-size: 1em;}
footer .hdr {padding: 38px 0 46px;}
footer .hdr .logo {width: 320px; padding: 0 0 24px; margin: 0 auto;}
footer .hdr .sns_list ul {display: table; margin: 0 auto;}
footer .hdr .sns_list ul li {display: table-cell; padding: 12px;}
footer .hdr .sns_list ul li a {display: block; padding: 0;}
footer .hdr .sns_list ul li img {width: 26px;}
footer nav h4 {font-size: 0.8em; border: none; padding: 0 0 12px;}
footer nav .pc_nav_main {display: table; width: 1048px; margin: 0 auto 40px;}
footer nav .page_link01 {display: table-cell; width: 164px; padding: 0 12px;}
footer nav .page_link02 {display: table-cell; width: 94px; padding-right: 12px;}
footer nav .page_link03 {display: table-cell; width: 94px; padding-right: 12px;}
footer nav .page_link04 {display: table-cell; width: 154px; padding-right: 12px;}
footer nav .page_link05 {display: table-cell; width: 130px; padding-right: 12px;}
footer nav .page_link06 {display: table-cell; width: 178px; padding-right: 12px;}
footer nav .page_link07 {display: table-cell; width: 150px;}
footer nav .pc_nav_main ul {margin: 0; border: none;}
footer nav .pc_nav_main ul li {font-size: 0.75em; border: none; padding: 7px 0;}
footer nav ul li a {display: inline; padding: 0; text-decoration: underline;}
footer nav .pc_nav_sub {display: table; margin: 0 auto; width: 1048px;}
footer nav .page_link08 {display: table-cell; padding: 0 0 54px 12px;}
footer nav .page_link08 ul {margin: 0; border: none; text-align: left; padding: 0;}
footer nav .page_link08 ul li {border: none; display: inline;}
footer nav .page_link08 ul li.mark {font-size: 0.625em; line-height: 1; color: #000000; padding: 0 6px;}
footer nav .page_link08 ul li a {padding: 0; font-size: 0.625em; line-height: 1; color: #000000; text-decoration: none;}
footer nav small.cr {display: table-cell; padding: 0 12px 54px 0; font-size: 0.625em; line-height: 1; text-align: right;}
/* hinata_main ------ */
.hinata_main {width: 1100px; margin: 0 auto; position: relative; z-index: auto; background-color: #ffffff; padding: 200px 0 40px;}
.home .hinata_main {padding: 0 0 40px;}
.hinata_main .pageTitle {margin: 0 0 46px;}
.hinata_main .pageTitle .txt {font-size: 1.1em; padding: 0 22px 8px; border-bottom: 2px solid #e62310;}
.hinata_main .section_ttl {padding: 64px 0 60px;}
.hinata_main .section_ttl .ico_left {background-size: 40px auto; padding-left: 95px;}
.hinata_main .section_ttl .ico_right {background-size: 40px auto; padding-right: 95px;}
.hinata_main .subttl {padding: 40px 0 20px;}
.hinata_main p {font-size: 0.8em; line-height: 2.4;}
/* いちご狩り予約バナー共通 ------ */
.st_bnr {position: relative;}
.st_bnr .bg_ichigo {height: 206px; text-align: center;}
.st_bnr .link_bnr {position: absolute; top: 63px; left: 50%; width: 674px; margin-left: -337px;}
/* top LayerBoard ------ */
.layer_board {margin: 140px 0px 0px -385px;}
.layer_board .image img {width: 770px;}
.layer_board .btn_close {top: -25px; right: -25px;}
/* top MV ------ */
#top_mv {margin-bottom: 10px; overflow: visible;}
#top_mv .logo .wh {width: 160px; height: 160px;}
#top_mv .logo img {width: 100px; margin: 20px 0 0;}
#top_mv .mv_info a {top: 62px; bottom: 0; left: 41px; width: 316px; height: 316px; -moz-border-radius: 158px; -webkit-border-radius: 158px; border-radius: 158px;}
#top_mv .mv_info .mv_info_ttl {font-size: 2.25em; padding: 44px 0 0;}
#top_mv .mv_info .mv_info_ttl_under {font-size: 0.95em; padding: 6px 0 0;}
#top_mv .mv_info .mv_info_dtl {font-size: 0.95em; line-height: 1.6; padding: 18px 0 0;}
/* top Navi ------ */
.top_navi {position: absolute; bottom: -24px; left: 0; width: 100%; margin: 0 auto;}
.top_navi ul {display: table; margin: 0 auto; height: 52px; background: #e50012; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);}
.top_navi ul li {display: table-cell; padding: 18px 10px 0;}
.top_navi ul li:nth-of-type(1) {padding-left: 22px;}
.top_navi ul li.sns {background-color: #ffffff; padding-right: 14px; padding-left: 14px;}
.top_navi ul li.sns img {width: 20px;}
.top_navi ul li a {display: block; color: #ffffff; padding: 0 10px; font-size: 0.9em; font-weight: bold; text-decoration: none;}
.top_navi ul li.sns a {display: inline-block;}
/* top_topics ------ */
.top_topics {width: 650px; padding: 56px 0 0;}
.top_topics ul {display: block; border: 1px solid #e62310; padding: 16px 40px 0;}
.top_topics ul li {display: -webkit-flex; display: -ms-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0 0 16px;}
.top_topics ul li .top_topics_date, .top_topics ul li .top_topics_ttl {text-align: left; font-size: 0.9em;}
.top_topics ul li .top_topics_date {padding: 0 28px 0 0;}
/* top_about ------ */
.top_about .logo {
	width: 180px;
	margin-top: 70px;
			}
/* top Farm ------ */
.top_farm ul.slider-farm {margin: 0 0 18px;}
.top_farm ul.thumbnail-farm {display: table; width: 1008px; margin: 0 auto;}
.top_farm ul.thumbnail-farm li {width: 148px; display: table-cell; padding: 10px;}
.top_farm ul.thumbnail-farm li.thumbnail-current {background-color: #e50012;}
/* top Staff ------ */
.top_staff ul {width: 670px; margin: 0 auto;}
.top_staff ul li {padding: 0 0 26px; margin: 0 0 26px; border-bottom: 1px solid #cccccc;}
.top_staff ul li:nth-last-child(1) {border-bottom: none;}
.top_staff .pic {width: 238px; float: left; margin: 0;}
.top_staff .introduce {width: 344px; float: right;}
.top_staff .name {font-size: 0.9em; line-height: 2; text-align: left;}
.top_staff .from {font-size: 0.9em; line-height: 2; text-align: left; margin: 0 0 26px;}
.top_staff .txt {font-size: 0.8em; line-height: 2.3; text-align: left;}
.top_staff .bnr_recruit {max-width: 674px; margin: 0 auto 30px;}
/* top Media ------ */
.top_media {padding-bottom: 40px;}
.top_media ul {width: 700px; margin: 0 auto;}
.top_media ul li {margin: 0;}
.top_media ul li span {line-height: 2.4;}
.top_media ul li span.txt img {width: 45px; padding-right: 10px;}
/* List Entry Categories ------ */
.list_entry_categories {width: 660px; margin: 0 auto 48px;}
.list_entry_categories ul {margin-left: -22px; margin-right: -22px;}
.list_entry_categories ul li {padding: 0 22px;}
.list_entry_categories ul li a {width: 70px; padding: 6px 0;}
/* List Pagenation ------ */
.list_pagenation ul li {font-size: 0.8em;}
.list_pagenation ul li span,
.list_pagenation ul li a {font-weight: bold;}
/* News List ------ */
.news_list ul {width: 660px; margin: 0 auto;}
.news_list ul li {display: block; padding: 28px 0; margin: 0;}
.news_list ul li .n_tmb {width: 160px;}
.news_list ul li .n_tmb img[src$="img_logo_sq.svg"] {width: 50%; margin: 20% 0;}
.news_list ul li .n_txt {width: 475px;}
.news_list ul li .n_txt .n_dat a {pointer-events: none;}
.news_list ul li .n_txt .n_smr {display: block; font-size: 0.8em; line-height: 2.3; color: #000000; text-align: left; margin: 0 0 5px;}
.news_list ul li .n_txt .n_smr a.more {color: #e62310; text-decoration: underline;}
.n_ttl {display: inline-block; font-size: 0.9em; font-weight: bold; margin: 0 0 38px;}
.n_cat_ico {margin: 0 8px 0 0;}
/* News Entry ------ */
.news_entry {text-align: center; padding: 10px 0 50px;}
.news_entry .n_dat {margin: 8px 0;}
.news_entry .n_ttl {font-size: 1.56em; font-weight: normal;}
.news_entry .n_body {width: 700px; margin: 0 auto;}
.news_entry .n_body img {display: block; width: auto; height: auto; margin: 0 auto;}
/* Annual ------ */
.an_ttl {font-size: 1.56em;}
.an_prologue {width: 700px; margin: 0 auto 60px;}
.an_year01 {background-image: url(img/annual/img_year01-pc.svg); background-size: 47px auto; width: 644px; padding: 0 0 0 86px; margin: 0 auto 28px;}
.an_year02 {background-image: url(img/annual/img_year02-pc.svg); background-size: 47px auto; width: 644px; padding: 0 0 0 86px; margin: 0 auto 80px;}
.an_month,
.an_month:nth-last-child(1) {padding: 0 0 40px;}
.an_subttl {font-size: 1.56em; line-height: 1.5; padding: 4px 0 26px;}
.an_hl.have_fun {font-size: 1.25em;}
.an_hl,
.an_month p {padding: 0 0 0 42px;}
.an_epilogue {font-size: 1.375em; margin: 0 0 50px;}
/* Strawbery Picking ------ */
.strawberry-picking .hinata_main {
	padding-bottom: 40px;
	z-index: auto;
			}
.st_map,
.st_map_link,
.st_entrance,
.st_movie {width: 900px; margin: 0 auto;}
.st_map {
	padding-top: 30px;
	margin-bottom: 10px;
			}
.st_map iframe {height: 500px;}
.st_map_link a {font-size: 0.9em; padding: 9px 25px;}
.st_airport {padding-top: 30px;}
.st_access {width: 640px; margin-top: -35px; margin-left: 75px;}
.st_access dt {width: 12%; font-size: 0.8em; line-height: 2.6; padding: 0 0 2px;}
.st_access dt .ls-pc {padding-right: 1em;}
.st_access dd {width: 88%; font-size: 0.8em; line-height: 2.6; padding: 0 0 2px;}
.st_entrance .st_img01 {width: 590px; float: left;}
.st_entrance p {width: 282px; float: right;}
.st_movie iframe {height: 506px;}
.st_movie_txt {width: 900px; margin-right: auto; margin-left: auto;}
.st_about_picking {width: 880px; margin: 0 auto; padding: 30px 0 60px;}
.st_about_picking .st_img02 {width: 352px; float: right; padding: 0;}
.st_about_picking .st_img02_txt {width: 510px; float: left;}
.st_about_picking .st_img02_txt .st_picking_dtl {font-size: 0.9em;}
.st_about_picking .st_img02_txt .st_picking_ant {font-size: 0.7em; margin-bottom: 0;}
.st_priceList {width: 880px; margin: 0 auto 14px;}
.st_priceList tr th,
.st_priceList tr td {padding: 12px 0; font-size: 0.9em;}
.st_priceList tr th:nth-of-type(1) {width: 26%; padding-left: 54px;}
.st_priceList tr th:nth-of-type(2),
.st_priceList tr th:nth-of-type(3),
.st_priceList tr th:nth-of-type(4) {width: 18.5%; text-align: center;}
.st_priceList_ant {width: 880px; font-size: 0.75em; margin: -12px auto 38px;}
.st_ant_box {width: 776px; margin: 20px auto 0; padding: 52px;}
.st_ant_box .st_ant_box_ttl .mark {width: 72px; height: 72px; border-radius: 36px;}
.st_ant_box .st_ant_box_ttl .mark .mark_txt {padding: 5px 23px 0; font-size: 3.9em;}
.st_ant_box .st_ant_box_ttl .txt {font-size: 2.5em;padding: 12px 0 0 15px;}
.st_ant_box p {font-size: 1em; line-height: 2.6;}
/* Cafe ------ */
.cf_mv,
.cf_shop {width: 900px; margin: 0 auto;}
.cf_menu_list {display: -webkit-flex; display: -ms-flex; display: flex; -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 900px; margin: 0 auto;}
.cf_menu_list li {width: 450px; margin: 0 0 40px;}
.cf_menu_list li .cf_menu_pic {width: 350px; margin: 0 auto 20px;}
.cf_menu_list li .cf_menu_txt {width: 350px; margin: 0 auto;}
.cf_menu_list li .cf_menu_txt .cf_menu_name {font-size: 0.9em; margin: 0 0 10px;}
.cf_menu_list li .cf_menu_txt .cf_menu_price {font-size: 0.8em; font-weight: normal; margin: 0 0 20px;}
.cf_menu_list li .cf_menu_txt .cf_menu_intro {font-size: 0.8em; line-height: 2.3;}
.cf_menu_more {width: 800px; margin: 0 auto;}
.cf_menu_more a {padding: 14px 0; font-size: 0.8em;}
.cf_shop {padding: 50px 0 0;}
.cf_shop .cf_shop_pic {
	width: 90%; 
	float: right; 
	padding: 10px 0 26px;
			}
.cf_shop .cf_shop_dtl {width: 340px; float: left;}
.cf_shop .cf_shop_dtl .cf_shop_name {font-size: 1.12em; margin: 0 0 1em;}
.cf_shop .cf_shop_dtl p {font-size: 0.9em; line-height: 2.4; margin: 0 0 10px;}
.cf_shop .cf_shop_dtl p.cf_shop_ant {font-size: 0.8em; line-height: 2;}
/* Products ------ */
.pd_mv {width: 900px; margin: 0 auto;}
.pd_item_list {
	width: 100%; 
	margin: 0 auto 30px;
			}
.pd_item_list li .pd_item_pic {
	width: 94%; 
	float: left; 
	margin: 10px auto 10px;
			}
.pd_item_list li .pd_item_txt {
float: left;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 0;
			}
.pd_item_list li .pd_item_txt .pd_item_name {
	font-size: 1.2em; 
	margin: 0 0 15px;
    line-height: 1.6;
			}
.pd_item_list li .pd_item_txt .pd_item_intro {font-size: 0.8em; line-height: 2.3;}
.pd_menu_more {
	width: 90%; 
	margin: 0 auto;
			}
.pd_menu_more a {padding: 14px 0; font-size: 0.8em;}
p.pd_contact {text-align: center; padding: 60px 0 0; font-size: 0.9em; line-height: 2.4;}
/* Profile ------ */
p.pf_hl {margin: 0 0 80px;}
p.pf_hl strong {font-size: 1.1em;}
.pf_access {padding: 40px 0 80px;}
.pf_place01 dl {width: 530px;}
.pf_place01 dt {width: 14.5%;}
.pf_place01 dd {width: 85.5%;}
.pf_place02 dl {width: 600px;}
.pf_place02 dt {width: 36%; text-align: right;}
.pf_place02 dd {width: 64%;}
.pf_access dl {margin: 0 auto;}
.pf_access dt,
.pf_access dd {font-size: 0.9em; line-height: 2.4;}
.pf_access dd .ant {display: block;}
		}

		@media print, screen and (min-width:751px) and (max-width:1110px) {
/* 1000幅コンテンツが1000より小さくなる場合 */
#top_mv .mv_open_date p {font-size: 3em; padding: 10px 0 8px;}
/* header ------ */
header nav #ico-close {padding: 55px 0 0 45px;}
header nav .menu_logo {width: 220px; margin: -50px auto 40px;}
header nav .list_type1 {width: 90%;}
header nav .list_type1 li {margin-bottom: 30px;}
header nav .list_type1 .txt_en {display: inline; font-size: 1.9em; margin: 0 0 8px;}
header nav .list_type1 .txt_en .sml {font-size: 0.6em;}
header nav .list_type1 .txt_ja {display: inline; font-size: 0.9em; padding-left: 15px;}
/* top News ------ */
.top_news .ttl {font-size: 3em;}
.top_news .txt {font-size: 1em;}
/* top Access ------ */
.acContent .access_dtl {margin-top: 10px;}
		}

/* KeyFrames ------ */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
		
  }
  100% {
    opacity: 1;
  }
}