/*
Regular 400 /  Medium 500 / SemiBold 600 / Bold 700
*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif+JP:wght@200..900&display=swap');

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.marcellus {
  font-family: "Marcellus", serif;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
table {
    border-collapse: collapse;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #070707;
    text-decoration: none;
}
a:visited {
    color: #070707;
}
a.button, a.button:link {
    color: #070707;
    text-decoration: none;
}
a,a:hover {
	text-decoration: none;
	cursor: pointer;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:active {
    color: #070707;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.pc_on {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block !important;
  }
}

.pc_on_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc_on_flex {
    display: none !important;
  }
}
.sp_on_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_flex {
    display: flex !important;
  }
}

.sp_on_block1100 {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .sp_on_block1100 {
    display: block !important;
  }
}

.sp_on480 {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp_on480 {
    display: inline !important;
  }
}

.pc_on500 {
  display: inline !important;
}
@media screen and (max-width: 500px) {
  .pc_on500 {
    display: none !important;
  }
}

.pc_on430 {
  display: inline !important;
}
@media screen and (max-width: 430px) {
  .pc_on430 {
    display: none !important;
  }
}

.pc_on_block1100 {
  display: block !important;
}
@media screen and (max-width: 1100px) {
  .pc_on_block1100 {
    display: none !important;
  }
}

.pc_on1040 {
  display: inline !important;
}
@media screen and (max-width: 1040px) {
  .pc_on1040 {
    display: none !important;
}
}

.pc_on1000 {
  display: inline !important;
}
@media screen and (max-width: 1000px) {
  .pc_on1000 {
    display: none !important;
}
}

p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
}

.mt15 { margin-top: 15px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mb10 { margin-bottom: 10px;}
.mb30 { margin-bottom: 30px;}
.mb32 { margin-bottom: 32px;}
.textRight { text-align: right;}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
    font-size: 10px;
    width: 100%;
}
body {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-family:"Noto Serif JP", serif;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0;
    letter-spacing: 1px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-weight: 400;
	color: #070707;
}
body, table, input, textarea, select, option {
    font-weight: 400;
    position: relative;
    width: 100%;
}
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    text-align: center;
    color: #fff;
}
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#splash_logo img {
	width: 280px;
	opacity: 0;
	animation: fadeUpAnime 0.8s ease-out forwards;
	animation-delay: 0.2s;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    position: absolute;
	width: 100%;
    height: 70px;
    display: flex;
	align-items: center;
	z-index: 9;
}
.logo a {
	position: absolute;
	left: 5px;
	top: 27px;
}
.logo h1 {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
}
.logo h1 img {
    width: 150px;
}
ul.navi {
	width: max-content;
	text-align: center;
	margin: 10px 65px 0 auto;
	max-width: 100%;
}
ul.navi li {
    display: inline-flex;
}
ul.navi li a {
	color: #fff;
    margin: 0 22px;
    position: relative;
    line-height: 1.9;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
}
ul.navi li a {
    display: inline-block;
    position: relative;
}
ul.navi li a:hover::after {
	opacity: 1;
}
ul.navi li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -1px;
	transform: translate(50%, 0%);
	border-bottom: solid 2px rgba(255,255,255,0.7);
	border-radius: 2px;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease-in 0s;
}
.menu_bg {
    display: none;
}
/* Full Screen Navigation */
.menu_bg {
    background: #171717;
    width: 85px;
    height: 70px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.menu {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .3s;
    z-index: 9999;
    width: 85px;
    height: 70px;
}
.menu__line {
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    transition: transform .3s;
    z-index: 9999;
}
.menu__line--top {
    width: 29px;
    top: 33px;
    right: 26px;
}
.menu__line--center {
    width: 25px;
    top: 29px;
    right: 25px;
    display: none;
}
.menu__line--bottom {
    width: 19px;
    top: 40px;
    right: 26px;
}
.menu__line--top.active {
    top: 34px;
    right: 29px;
    width: 24px;
    transform: rotate(45deg);
}
.menu__line--bottom.active {
    top: 34px;
    right: 29px;
    transform: rotate(135deg);
    width: 24px;
}
.menu__line--center.active {
    transform:scaleX(0);
}
.left_area {
    background: url("../images/menu_bg.jpg") no-repeat left center/cover;
    width: 50%;
    height: 100%;
    display: block;
}
.gnav__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
   flex-direction: column;
    padding: 20% 10% 10%;
}
.gnav_menu_area {
    position: absolute;
    top: 0;
	right: 0;
    width: 85%;
	height: 100%;
    padding-top: 100px;
}
ul.gnav__menu {
    display: flex;
    margin: auto;
    justify-content: space-between;
}
.gnav__menu__item {
    width: 90%;
    margin: auto;
}
.gnav__menu__item a {
	font-size: 1.65rem;
	font-weight: 400;
	display: block;
	position: relative;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.5;
	padding: 8px 20px 8px 0;
	background: url("../images/arrow_menu.svg") no-repeat right 3px center/10px auto;
}
.gnav__menu__item a span {
	font-size: 1.1rem;
	font-weight: 400;
	display: block;
	line-height: 1;
	font-family: "Marcellus", serif;
}
.gnav__menu__item a:hover {
    color: #ddd;
}
.gnav__menu__item_sub a {
	font-size: 1.3rem;
	font-weight: 400;
	display: block;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.5;
	padding: 15px 0 15px 0;
}
/* Full Screen Navigation */
.gnav {
	width: 100%;
    height: 100%;
	display: none;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.85);
}
.gnav__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 20% 10% 10%;
}
.menu_logo a {
    width: 103px;
    position: absolute;
    left: 5px;
    top: 18px;
}
.menu_logo a img {
    width: 158px;
}
.menu_logo a h1 {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
}
.gnav_menu_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 118px 0 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
ul.gnav__menu {
	display: flex;
	width: 96%;
	margin: 0 auto 20px;
	justify-content: space-between;
	flex-direction: column;
}
.gnav__menu__item {
    width: 90%;
	border-bottom: dotted 1px #fff;
}
.gnav__menu__item_sub {
	width: 90%;
	margin: auto;
}
.slider_wrap {
	position: relative;
}
.slide_copy {
	position: absolute;
	left: 45px;
	bottom: 45px;
	z-index: 9;
}
.slide_copy p img {
	width: 170px;
	margin-bottom: 5px;
}
.slide_copy p {
    font-size: 1.9rem;
    color: #fff;
    font-family: "Marcellus", serif;
    letter-spacing: 0;
}
.slide_copy h3 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.527;
	color: #fff;
	letter-spacing: 6px;
}
.copyright_side {
	width: 17px;
	position: absolute;
	right: 17px;
	bottom: 25px;
	z-index: 9;
}
.slick-img img {
    height: 100%;
    width: 100%;
}
.slick-slide {
	position: relative;
	height: 804px;
}
.slick-slide img {
	margin: auto;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	height: 100%;
	object-fit: cover;
}
.slider {
  margin-inline: auto;
  overflow: hidden;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

body.loading .wow {
  visibility: hidden;
}
.btn_online a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 70px;
    background: url("../images/icon_cart.svg") no-repeat top 16px left 28px/28px auto,#902020;
}
.btn_online a p {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    padding-top: 33px;
    letter-spacing: -1px;
}
.btn_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 201px;
	height: 70px;
	background: url("../images/icon_mail.svg") no-repeat top 50% left 40px/20px auto,#1A1311;
}
.btn_contact a p {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	padding-left: 20px;
}
section.fv {
	outline: solid 1px #707070;
	margin-bottom: 86px;
}
.fv_img {
	margin-top: 3px;
	display: flex;
}
.fv_img img {
	width: 50%;
	outline: solid 1px #707070;
}
.contents {
	width: 1000px;
	max-width: 90%;
	margin: auto;
}
h3.ttl_info {
	font-size: 2.4rem;
	font-weight: 600;
	padding-left: 95px;
	min-height: 40px;
	background: url("../images/icon_ttl.svg") no-repeat left center/84px auto;
	margin-bottom: 30px;
    letter-spacing: 5px;
}
.info_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 76px;
}
.info_list::before {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}
.info_list::after {
	content: "";
	display: block;
	width: 24%;
}
.info_list li {
	width: 24%;
}
.info_img {
	width: 100%;
	margin-bottom: 15px;
}
.info_img img {
	width: 100%;
	max-height: 180px;
	object-fit: cover;
}
p.info_day {
	font-size: 1.4rem;
	font-weight: 600;
	background: url("../images/icon_more_info.svg") no-repeat left center/15px auto;
	padding-left: 20px;
	letter-spacing: 3px;
}
p.info_ttl {
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 1.57;
	letter-spacing: 2px;
}
section.img_section {
	width: 100%;
	height: 0;
	padding-bottom: 29.35%;
	background: url("../images/top_img03.jpg") no-repeat 100% 100%/cover;
	margin-bottom: 93px;
}
.ttl_about_beef:before {
	content: "";
	background: url("../images/icon_yama.svg") no-repeat top center/234px auto;
	width: 234px;
	height: 97px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.ttl_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.ttl_about_beef {
  writing-mode: vertical-rl;
  padding-top: 130px;
  position: relative;
  display: inline-block;
}
.ttl_about_beef h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 7px;
  margin: 0 auto;
  display: inline-block;
}

.txt_about_beef {
	width: 660px;
	max-width: 90%;
	margin: 0 auto 26px;
}
.txt_about_beef p {
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 2;
}
.more_features a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    width: 225px;
    height: 58px;
    background: url("../images/arrow_more.svg") no-repeat right 25px center/18px auto,#1A1311;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 18px;
    margin: 0 auto 138px;
    letter-spacing: 2px;
}
.page_links {
	display: flex;
	margin-bottom: 120px;
}
.page_link1,.page_link2 {
	width: 50%;
	position: relative;
	text-align: center;
}

.page_link1 {
	background: url("../images/top_img04.jpg") no-repeat center center/cover;
	height: 520px;
	outline: solid 1px #707070;
}
.page_link2 {
	background: url("../images/top_img05.jpg") no-repeat center center/cover;
	height: 520px;
	outline: solid 1px #707070;
}
.link_txt {
	position: absolute;
	left: 50%;
	top: 49%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 90%;
}
.link_txt p,.link_txt p a {
	color: #fff;
}
.link_en {
	font-size: 2.0rem;
	font-weight: 400;
	font-family: "Marcellus", serif;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.link_jp {
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 28px;
	letter-spacing: 5px;
	line-height: 1.2;
}
.more_link a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	width: 225px;
	height: 58px;
	background: url("../images/arrow_more.svg") no-repeat right 15px center/18px auto,#1A1311;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 5px;
	margin: 0 auto;
	border: solid 1px #707070;
}
.about_farm {
    display: flex;
    justify-content: flex-start;
	align-items: center;
    width: 95%;
    margin: 0 auto 107px 0;
}
.about_farm_img {
	width: 56.14%;
	margin-right: 6.43%;
}
.about_farm_txt {
	width: 31.43%;
}
.about_farm_txt h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.875;
    margin-bottom: 19px;
    letter-spacing: 4px;
}
.about_farm_txt p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.06;
    margin-bottom: 33px;
	letter-spacing: 1px;
}
.about_farm_txt .more_link a {
	margin: 0 auto 0 0;
}
#footer {
	clear: both;
}
.footer_contact {
	margin-bottom: 118px;
}
h3.ttl_footer_contact {
	font-size: 2.4rem;
	font-weight: 600;
	padding-left: 100px;
	min-height: 40px;
	background: url("../images/icon_ttl.svg") no-repeat left center/84px auto;
	text-align: center;
	width: max-content;
	margin: 0 auto 20px;
	max-width: 100%;
	letter-spacing: 5px;
}
p.note_footer_contact {
	font-size: 1.6rem;
	font-weight: 200;
	text-align: center;
	line-height: 2.06;
	margin-bottom: 34px;
}
.contact_type {
	width: 725px;
	max-width: 90%;
	margin: 0 auto 80px;
	display: flex;
	align-items: center;
}
.contact_type li {
	width: 50%;
	text-align: center;
}
.contact_type li:first-child {
	border-right: solid 1px #707070;
	padding-right: 75px;
}
.contact_type li:last-child {
	padding-left: 50px;
}
.ttl_footer_tel, .ttl_footer_mail {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 3px;
}
.num_footer_tel {
    font-size: 3.0rem;
    font-weight: 600;
    background: url("../images/icon_tel.svg") no-repeat left top 5px/10px auto;
    padding-left: 20px;
    width: max-content;
    margin: auto;
    max-width: 100%;
    letter-spacing: 4px;
    line-height: 1.2;
    padding-bottom: 7px;
}
.ttl_footer_time {
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 2px;
}
.bnr_footer_mail {
	margin-bottom: 2px;
}
.bnr_footer_mail a {
    background: url("../images/icon_mail.svg") no-repeat left 22px center/20px auto,#1A1311;
    width: 169px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #DDDDDD;
    color: #fff;
    margin: auto;
    padding-left: 31px;
}
.footer_navi {
	background: #F7F7F7;
	padding: 60px 5% 55px;
	display: flex;
	justify-content: space-between;
}
ul.footer_navi_list {
    margin-bottom: 15px;
    margin-top: 6px;
}
ul.footer_navi_list li a {
    font-size: 1.4rem !important;
    font-weight: 300;
    line-height: 2.57;
    letter-spacing: -1px;
}
.icon_ig img {
	width: 38px;
}
.footer_right h1 {
	width: 144px;
	margin: 0 0 15px auto;
}
.footer_right h1 a {
	display: block;
}
.bnr_footer_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 169px;
    height: 47px;
    color: #fff;
    background: url("../images/icon_mail.svg") no-repeat top 15px left 23px/20px auto,#1A1311;
    padding-left: 20px;
}
.bnr_footer_contact {
	margin-bottom: 15px;
}
.bnr_footer_contact a p {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	padding-left: 20px;
}
.bnr_footer_online a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 169px;
    height: 47px;
    color: #fff;
    background: url("../images/icon_cart.svg") no-repeat top 14px left 20px/18px auto,#902020;
    padding-left: 13px;
}
.bnr_footer_online {
	margin-bottom: 27px;
}
.bnr_footer_online a p {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	padding-left: 20px;
}
.privacy_policy {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 3px;
}
.copyright {
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Marcellus", serif;
}
.privacy_policy,.copyright {
	text-align: left;
	padding-left: 20px;
}


@media screen and (max-width: 1200px) {
ul.navi li:first-child {
	display: none;
}
}

@media screen and (max-width: 1100px) {
.logo h1 img {
	width: 103px;
}
.logo a {
	left: 18px;
}
ul.navi {
	margin: 10px 30px 0 auto;
}
ul.navi li a {
	margin: 0 15px;
}
.about_farm_img {
	min-width: 555px;
}
.about_farm_txt {
	width: 40%;
}
.about_farm_txt h3 {
  font-size: clamp(2.0rem, calc(1.2rem + 1.09vw), 2.4rem);
}
}

@media screen and (max-width: 1000px) {
.btn_contact a {
	width: 140px;
	background: url("../images/icon_mail.svg") no-repeat top 50% left 18px/20px auto,#1A1311;
	padding-left: 6px;
}
.btn_contact a p {
	font-size: 1.2rem;
}
.slide_copy h3 {
    font-size: clamp(2.1rem, calc(1.185rem + 2.25vw), 3.6rem);
}
.about_farm_txt h3 {
	letter-spacing: 2px;
}
}

@media screen and (max-width: 940px) {
ul.navi li a {
	margin: 0 10px;
}
ul.navi {
	margin: 10px 20px 0 auto;
}
}

@media screen and (max-width: 920px) {
.info_list li {
	width: 49%;
	margin-bottom: 30px;
}
.about_farm {
	flex-wrap: wrap;
}
.about_farm_img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.about_farm_txt {
	width: 90%;
	margin: auto;
}
.about_farm_txt .more_link a {
	margin: 0 auto;
}
}

@media screen and (max-width: 900px) {
.btn_contact {
	display: none;
}
.btn_online a {
	position: absolute;
	right: 85px;
	top: 0;
}
.menu_bg {
    display: block;
}
ul.navi {
	position: absolute;
	right: 170px;
}
.logo a {
	position: absolute;
	left: 18px;
	top: 19px;
}
.gnav__menu__item a {
	font-size: clamp(1.65rem, calc(1.065rem + 1.5vw), 1.9rem);
}
.gnav__menu__item a span {
	font-size: clamp(1.1rem, calc(0.754rem + 1vw), 1.6rem);
}
.gnav__menu__item_sub a {
	font-size: clamp(1.3rem, calc(1.065rem + 1.5vw), 1.9rem);
}
.link_jp {
    font-size: clamp(2.0rem, 3vw, 3.2rem);
}
}

@media screen and (max-width: 820px) {
ul.navi {
	display: none;
}
.ttl_about_beef::before {
	background: url("../images/icon_yama.svg") no-repeat top center / contain;
	width: clamp(163px, 28.5vw, 234px);
	height: auto;
	aspect-ratio: 234 / 97;
}
.ttl_about_beef {
	padding-top: clamp(90px, 15.85vw, 130px);
}
}


/*------------------------------------------------------------
	下層
------------------------------------------------------------*/
#header_sub {
    position: absolute;
	width: 100%;
    height: 70px;
    display: flex;
	align-items: center;
	z-index: 9;
}
.header_section {
	height: 327px;
	position: relative;
}
#header_sub ul.navi li a {
	color: #0D0D0D;
}
h2.ttl_page {
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding-top: 25px;
	top: 172px;
	color: #121212;
}
h2.ttl_page::before {
	content: "";
	background: url("../images/icon_ttl.svg") no-repeat top center/84px auto;
	width: 84px;
	height: 34px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
ul.pankuzu {
    position: absolute;
    right: 15px;
    bottom: 6px;
}
ul.pankuzu li {
	display: inline-block;
	font-weight: 300;
	font-size: 1.1rem;
	letter-spacing: 1px;
}
ul.pankuzu li a {
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 2px;
}
ul.pankuzu li::after {
	content: "\03e";
	padding: 0 3px 0 5px;
	position: relative;
	top: -1px;
}
ul.pankuzu li:last-child::after {
	content: "";
}
.features_fv {
	display: flex;
	margin-bottom: 118px;
}
.features_fv img {
	width: 50%;
}
.features_beef_intro {
	margin-bottom: 40px;
}
.beef_intro_flex {
	display: flex;
	justify-content: space-between;
}
.beef_intro_img {
	width: 43.7%;
}
.beef_intro_txt {
	width: 50%;
}
.beef_intro_txt h3 {
    font-size: 2.9rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.62;
    letter-spacing: 4.5px;
}
.beef_intro_txt p {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.5px;
}
.component table {
	width: 100%;
	margin-bottom: 80px;
}
.component table tr td {
	text-align: center;
	padding: 12px 5px;
	border: solid 1px #CCCCCC;
}
.component table tr:first-child {
	background: #640C0C;
	color: #fff;
}
.component table tr td {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 3px;
}
.component table tr:first-child td {
    padding: 16px 5px;
    line-height: 1.2;
    letter-spacing: 3px;
}
.component table tr:first-child td span {
	font-size: 1.4rem;
	display: block;
}
.component table tr:nth-child(1) td:first-child {
	width: 347px !important;
}
.component table tr:nth-child(2) td {
	color: #B90E0C;
	font-size: 2.4rem;
}
.component table tr:nth-child(3) td {
	font-size: 2.4rem;
}
.component table tr:nth-child(2) td:first-child {
	color: #080808;
	font-size: 1.8rem;
}
.component table tr:nth-child(3) td:first-child {
	font-size: 1.8rem;
}
.component table tr:nth-child(2) td span,.component table tr:nth-child(3) td span  {
	font-size: 1.8rem;
	letter-spacing: 5px;
}
td.icon_yama span {
	background: url("../images/icon_ttl.svg") no-repeat left center/58px auto;
	padding-left: 70px;
	position: relative;
	left: 0px;
}
.border_box {
	padding: 45px 70px 52px;
	background:
		url(../images/corner.png) no-repeat left top/11px auto,
		url(../images/corner.png) no-repeat left bottom/11px auto,
		url(../images/corner.png) no-repeat right top/11px auto,
		url(../images/corner.png) no-repeat right bottom/11px auto,
		url(../images/horizontal.png) repeat-x top/2px auto,
		url(../images/horizontal.png) repeat-x bottom/2px auto,
		url(../images/vertical.png) repeat-y left top/11px auto,
		url(../images/vertical.png) repeat-y right top/11px auto;
	margin-bottom: 109px;
}
.component_flex {
	display: flex;
	justify-content: space-between;
}
.component_txt {
	width: 49%;
}
.component_img {
	width: 34.8%;
	margin-top: -75px;
	min-width: 300px;
}
.component_txt h3 {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.565;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #707070;
	letter-spacing: 0.5px;
}
.component_txt p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.font22 {
	font-size: 2.2rem;
	font-weight: 600;
}
.font34 {
	font-size: 3.4rem;
	color: #B90D0C;
	font-weight: 600;
}
.component_txt p span {
	line-height: 1.7;
	position: relative;
	top: -5px;
}
.img_farm {
	background: url("../images/features_img06.jpg") no-repeat center center/cover;
	width: 100%;
	height: 470px;
	margin-bottom: 54px;
	position: relative;
}
.txt_farm {
	writing-mode: vertical-rl;
	text-align: start;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: 100px;
}
.txt_farm:before {
	content: "";
	background: url("../images/icon_yama_wh.svg") no-repeat top center/175px auto;
	width: 175px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.txt_farm h3 {
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 6px;
	color: #fff;
	line-height: 1.9;
}
.our_farm p {
    width: 705px;
    max-width: 90%;
    margin: 0 auto 190px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.06;
    letter-spacing: 0.5px;
}
.committed {
	background: #F5F5F5;
	padding: 85px 80px 119px;
	margin-bottom: 110px;
	position: relative;
}
.committed h2 {
    font-size: 4.4rem;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: -48px;
    transform: translateX(-50%);
    letter-spacing: 7px;
	width: max-content;
	max-width: 100%;
}
h3.ttl_sub_committed {
	font-size: 2.6rem;
	font-weight: 600;
	padding-left: 130px;
	background: url("../images/icon_yama.svg") no-repeat left center/114px auto;
	min-height: 50px;
	text-align: center;
	width: max-content;
	max-width: 100%;
	letter-spacing: 4px;
	margin: 0 auto 34px;
}
h3.ttl_sub_committed2 {
	font-size: 2.6rem;
	font-weight: 600;
	padding-left: 130px;
	background: url("../images/icon_yama.svg") no-repeat left center/114px auto;
	min-height: 50px;
	text-align: center;
	width: max-content;
	max-width: 100%;
	letter-spacing: 4px;
	margin: 48px auto 35px;
}
.committed_flex {
	display: flex;
	margin-bottom: 39px;
}
.committed_flex img {
	width: 50%;
}
.committed p {
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 2.06;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 1100px) {
.beef_intro_txt h3 {
	letter-spacing: 2px;
    font-size: clamp(2.2rem, 1.2rem + 1.09vw, 2.9rem);
}
.beef_intro_txt .mt35 {
    margin-top: 0;
}
}/*1100px*/

@media screen and (max-width: 1000px) {
h2.ttl_page {
    font-size: clamp(2.0rem, calc(0.924rem + 2.275vw), 3.6rem);
}
}/*1000px*/


@media screen and (max-width: 1090px) {
.component_txt h3 {
	font-size: 2.0rem;
}
.component_txt p {
	font-size: 1.5rem;
}
.font22 {
	font-size: 1.9rem;
}
.font34 {
	font-size: 3.1rem;
}
}/*1090px*/


@media screen and (max-width: 1040px) {
.beef_intro_img {
	min-width: 420px;
	margin-right: 45px;
}
.beef_intro_img img {
	object-fit: cover;
	height: 100%;
}
}/*1040px*/


@media screen and (max-width: 1000px) {
.component table tr:nth-child(1) td:first-child {
	width: inherit !important;
}
.committed h2 {
	font-size: clamp(1.8em, 4vw, 4.4em);
	top: clamp(-40px, -4.8vw, -48px);
}
h3.ttl_sub_committed,h3.ttl_sub_committed2 {
	font-size: clamp(2.1rem, 2.5vw, 2.6rem);
}
}/*1000px*/

@media screen and (max-width: 950px) {
.component_img {
	width: calc(100% - 400px);
	min-width: auto;
}
.component_txt {
	width: 49%;
	width: 350px;
}
.beef_intro_flex {
	flex-wrap: wrap;
	object-fit: none;
}
.beef_intro_img {
	margin-right: 45px;
	margin: 0 auto 20px;
}
.beef_intro_txt {
	width: 100%;
	margin-bottom: 40px;
}
.beef_intro_img {
	margin: 0 auto 20px auto;
}
.features_fv {
	margin-bottom: 55px;
}
.beef_intro_txt h3 {
	text-align: center;
}
}/*950px*/

@media screen and (max-width: 820px) {
.header_section {
    height: 250px;
}
h2.ttl_page {
    top: 120px;
	padding-top: 35px;
}
}/*820px*/

@media screen and (max-width: 860px) {
.component_flex {
	flex-wrap: wrap;
}
.component_txt {
	width: 100%;
	order: 1;
}
.component_img {
	width: calc(100% - 400px);
	min-width: 220px;
	margin: -80px auto 20px;
	order: 0;
}
.component_txt h3 {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 20px;
}
.component_txt p {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: auto;
}
.our_farm p {
	margin: 0 auto 100px;
}
.committed {
	padding: 65px 40px 75px;
}
.component table tr td {
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.component table tr:nth-child(2) td span, .component table tr:nth-child(3) td span {
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.component table tr:nth-child(3) td:first-child {
	font-size: 1.6rem;
}
.component table tr:nth-child(2) td,.component table tr:nth-child(3) td {
	font-size: 1.8rem;
}
td.icon_yama span {
	background: url("../images/icon_ttl.svg") no-repeat left center/45px auto;
	padding-left: 50px;
}
.txt_farm h3 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 5px;
	color: #fff;
	line-height: 1.9;
}
}/*860px*/

@media screen and (max-width: 840px) {
.committed h2 {
    top: clamp(-24px, -4.8vw, -48px);
}
}/*840px*/


/* やまさん阪本について about */

.about_fv {
	position: relative;
	margin-bottom: 137px;
}
.about_fv:before {
	content: "";
	display: block;
	background: url("../images/about_fv_bg01.png") no-repeat top center/cover;
	width: 100%;
	height: 35vw;
}
.about_fv:after {
	content: "";
	display: block;
	background: url("../images/about_fv_bg02.png") no-repeat bottom center/cover;
	width: 100%;
	height: 35vw;
}
.about_fv_inner {
    width: 530px;
    max-width: 90%;
    margin: auto;
    margin-top: -23vw;
    margin-bottom: -18vw;
}
@media screen and (max-width: 1100px) {
.about_fv_inner {
    margin-top: -25vw;
    margin-bottom: -20vw;
}
}

.about_fv_inner h3 {
    text-align: center;
    font-size: 2.9rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 4px;
}
.about_fv_inner p {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
}
.ttl_sixth_industry {
	text-align: center;
	margin-bottom: 30px;
}
.ttl_sixth_industry h3 {
    font-size: 2.9rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 5px;
}
.ttl_sixth_industry h4 {
	font-size: 6.0rem;
	font-weight: 400;
	line-height: 1.3;
	font-family: "Marcellus", serif;
    letter-spacing: 2px;
}
.ttl_sixth_industry p {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.5;
    letter-spacing: 2px;
}
.youtube iframe {
	margin-bottom: 35px;
}
.txt_history {
	width: 695px;
	max-width: 90%;
	margin: 0 auto 64px;
}
.txt_history p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.5px;
}
h3.ttl_about_company {
	font-size: 2.4rem;
	font-weight: 600;
	padding-left: 95px;
	min-height: 40px;
	background: url("../images/icon_ttl.svg") no-repeat left center/84px auto;
	margin-bottom: 30px;
	letter-spacing: 5px;
}
.about_company {
	margin-bottom: 140px;
}
.about_company table tr td {
	font-size: 1.6rem;
	font-weight: 300;
}
.about_company table tr td:nth-child(odd) {
	padding: 8px 0 8px;
	border-bottom: solid 1px #707070;
    vertical-align: top;
}
.about_company table tr td:nth-child(even) {
	padding: 8px 0 8px 50px;
	border-bottom: solid 1px #B4B4B4;
}
.about_company table tr:last-child td:nth-child(odd),.about_company table tr:last-child  td:nth-child(even){
	border-bottom: none;
}

@media screen and (max-width: 1130px) {
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
}

@media screen and (max-width: 1000px) {
.about_fv_inner h3 {
    font-size: 2.6rem;
    margin-bottom: 15px;
}
.about_fv_inner .mb32 {
    margin-bottom: 20px;
}
.about_fv_inner {
    padding: 5vw 0;
}
.about_fv {
    margin-bottom: 85px;
}
.ttl_sixth_industry h4 {
    font-size: clamp(3.0rem, 6vw, 6.0rem);
}
}

.border_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 16px;
}
.border_ttl::before,
.border_ttl::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #707070 0%, #707070 100%);
    position: relative;
}
.border_ttl::before {
    margin-right: 50px;
    background:
    linear-gradient(#707070, #707070) top,
    linear-gradient(#707070, #707070) bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    height: 5px;
}
.border_ttl::after {
    margin-left: 50px;
    background:
    linear-gradient(#707070, #707070) top,
    linear-gradient(#707070, #707070) bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    height: 5px;
}
.border_ttl h3 {
    white-space: nowrap;
    font-size: 2.4rem;
	font-weight: 600;
}
.border_ttl2 {
	margin-top: 80px;
}
.shop_area {
	margin-bottom: 100px;
}
.shop_info {
	border: solid 1px #9A9A9A;
	padding: 32px 40px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.shop_info_img {
	width: 331px;
	margin-right: 50px;
}
.shop_info_txt {
	width: 49%;
}
p.shop_name {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1.5;
}
.shop_detail {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
	margin-bottom: 15px;
}
.btn_gmap a {
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
	background: url("../images/icon_map.svg") no-repeat left 10px top 6px,#1A1311;
	width: 152px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
	margin: 0 auto 0 0;
}

.privacy_box {
	margin-bottom: 100px;
	border: solid 1px #9A9A9A;
	padding: 65px 65px 75px;
}
.privacy_box h4 {
	font-size: 1.8rem;
}
.privacy_box p {
	font-size: 1.6rem;
}
.order_note p {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 50px;
	line-height: 2;
	letter-spacing: 0.085em;
}

@media screen and (max-width: 850px) {
.shop_info {
	flex-wrap: wrap;
	flex-direction: column;
	padding: 25px 25px;
}
.shop_info_img {
	width: 331px;
	max-width: 100%;
	margin: 0 auto 20px;
}
.shop_info_txt {
	width: 100%;
	max-width: 331px;
	margin: auto;
}
p.shop_name {
	font-size: 1.8rem;
	letter-spacing: 0;
}
.shop_detail {
	font-size: 1.5rem;
	line-height: 1.75;
}
.btn_gmap a {
	margin: 0 0 0 auto;
}
.privacy_box {
	margin-bottom: 70px;
	padding: 45px 40px 55px;
}
.privacy_box h4 {
	font-size: 1.7rem;
}
}/*850px*/


#contact_area {
	width: 750px;
	max-width: 90%;
	margin: 20px auto 100px;
}
#contact_area table {
	width: 100%;
}
#contact_area table tr td {
	padding-bottom: 25px;
}
#contact_area table tr td, #contact_area table tr td p {
	font-size: 1.5rem;
}
p.form_item {
	margin-bottom: 5px;
}
span.required {
	position: relative;
	top: -2px;
	font-size: 1.2rem;
	margin-left: 5px;
	padding: 3px 6px 6px 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	background: #640C0C;
	color: #fff;
	font-weight: 600;
}
input::placeholder {
	color: #999;
}
#contact_area input {
	font-size: 1.5rem;
	letter-spacing: 0.085em;
}
.name_area {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.name_area .wpcf7-form-control-wrap {
	width: 49.5%;
}
input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #626262;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    content: '';
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background: none;
    border: solid 1px #626262;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    min-height: 41px;
    padding: 5px 15px;
}

.checkButtonArea input:hover {
    cursor: pointer;
}
.checkButtonArea input {
    background: #1A1311;
	color: #fff;
    width: 225px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	border: none;
}

.sec_middle-content {
	text-align: center;
	margin-bottom: 30px;
}
.sec_middle-content h2 {
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.085em;
	line-height: 2;
}
.thanks_content {
	margin-bottom: 50px;
	background: #F5F5F5;
	padding: 30px 35px;
	text-align: center;
	display: block;
}
.thanks_content p {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0;
	display: inline-block;
}
.sec_middle-content h2 br.thanks_br_sp {
	display: none;
}
.menu_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 43px;
    color: #1D1D1D;
    background: url("../images/icon_mail_bk.svg") no-repeat top 15px left 23px/20px auto,#fff;
    padding-left: 20px;
}
.menu_contact {
	margin-bottom: 15px;
}
.menu_contact a p {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1D1D1D;
	text-align: center;
	letter-spacing: 0;
}
.menu_online a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 43px;
    color: #fff;
    background: url("../images/icon_cart.svg") no-repeat top 14px left 20px/18px auto,#902020;
}
.menu_contact {
	margin-bottom: 7px;
}
.menu_online a p {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	padding-left: 20px;
}

/*---------------------------------------------------------------------

	 Wordpress blog

---------------------------------------------------------------------*/
.paging-navigation {
	display: none;
}
.entry-title2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	padding: 0 0 0px;
}
.entry-title2 a {
	color: #333;
	text-decoration: none;
}
.entry-title2 a:hover {	
	color: #666;
}
header.entry-header2 {
	margin: 0 0 10px;
	padding-bottom: 5px;
	height: inherit !important;
	position: static;
	padding-top: 0 !important;
}
p.date-color {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	text-align: right;
}
h3.pagename_news {
	position: absolute;
	left: 50%;
	margin-left: -143px;
}
.entry-contents-area {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
}
.entry-contents-area a.post-thumbnail {
	display: none;
}
.entry-contents-area .post-thumbnail {
	display: none;
}
.entry-content p {
    margin-bottom: 20px;
}
.entry-title a {
	text-decoration: none;
}
.entry-title {
	border-bottom: solid 2px #000;
	padding: 0px 0 3px;
	margin: 0px auto 5px;
	font-size: 20px;
}
p.datearea {
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
}
.widget-title {
	border-bottom: 2px solid #111;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
	line-height: 30px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
}
.category-ul li a {
	color: #333;
	text-decoration: none;
    font-size: 1.6rem;
}
.category-ul li a:hover {
	color: #902020;
}
.widget-area ul li {
	padding: 8px 0 6px 2px;
	border-bottom: 1px dotted #b5b5b5;
	margin: 3px 0;
	font-size: 14px;
}
.widget_recent_entries {
	margin-bottom: 30px;
}
.widget_categories {
	margin-bottom: 30px;
	margin-top: 30px;
}
.widget-area ul li a {
	text-decoration: none;
	display: inline;
	color: #333;
    font-size: 1.6rem;
    line-height: 1.4;
}
.widget-area ul li a:hover {
	color: #902020;
}
.entry-content {
	margin: 0 0 100px 0;
}
.category-ul li {
	padding: 8px 0 6px 2px;
	border-bottom: 1px dotted #b5b5b5;
}
.comment-form-comment textarea {
	width: 100%;
}
textarea {
	padding: 10px 15px;
}
.nav-links {
	-moz-hyphens: auto;
	border-top: 1px solid #666;
	word-wrap: break-word;
}
.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 100%;
}
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid #666;
	padding: 11px 0 12px;
	width: 100%;
}
.post-navigation .meta-nav {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}
.post-navigation a, .image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
	text-transform: none;
}
.comments-area {
	margin: 48px auto;
	max-width: 740px;
}
.comment-reply-title, .comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.comment-list {
	list-style: outside none none;
	margin: 0 0 48px;
}
.comment-author {
	font-size: 14px;
	line-height: 1.71429;
}
.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	margin-top: 24px;
}
.comment-author .fn {
	font-weight: 900;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}
.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #41a62a;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0 none;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 18px;
}
.bypostauthor > article .fn::before {
	content: "";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 30px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link::before {
	content: "";
}
.comment-reply-link::before, .comment-reply-login::before {
	content: "";
	margin-right: 2px;
}
.comment-content {
	-moz-hyphens: auto;
	word-wrap: break-word;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > *:last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: outside none none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-bottom: 24px;
	margin-top: 0;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.71429;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 50%;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comment-reply-title small a::before {
	content: "";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-bottom: 0;
	margin-top: 36px;
}
.archive-header {
	padding: 10px;
	font-size: 12px;
	background: #eeebbe;
}
.page-title {
	padding: 10px;
	font-size: 12px;
	background: #f5f5f5;
	margin-bottom: 20px;
}
.notfound {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #ccc;
	margin-bottom: 70px;
	margin-top: 50px;
}
.notfound_note {
	font-size: 17px;
	text-align: center;
	margin-bottom: 130px;
}
#contents-area {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto 100px;
	overflow: hidden;
	padding-top: 20px;
}
.contents-area:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.left {
	width: 240px;
    width: 21.8%;
	float: left;
	margin-top: 14px;
	margin-bottom: 70px;
}
.right {
	width: 820px;
    width: 74.54%;
	float: right;
}
.left a {
	display: inline !important;
}
.entry-content h1 {
	font-size: 22px;
	font-weight: bold;
}
.entry-content h2 {
	font-size: 30px;
	font-weight: bold;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	clear: both;
	font-weight: 700;
	margin: 10px 0 0 0;
	font-size: 19px;
	padding-bottom: 3px;
	padding-top: 5px;
}
.photo-comment {
	margin: 5px 0 0 0;
	padding: 0 5px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.pagination span {
	padding: 7px;
	border: solid 1px #ccc;
	background: #f8f8f8;
}
.pagination span.dots {
	border: none !important;
	background: none !important;
}
.pagination a {
	padding: 7px;
	border: solid 1px #ccc;
	background: #fff !important;
}
.pagination a:hover {
	text-decoration: none;
	background: #f8f8f8 !important;
}
.comment-form-comment textarea {
	width: 100%;
	padding: 10px;
}
p.form-submit {
	margin-top: 10px;
}
span.edit-link {
	display: inline-block;
	background: #666;
	padding: 2px 8px;
	margin-left: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
span.edit-link a {
	color: #fff;
	font-size: 12px;
}
.entry-content h4 {
	margin-bottom: 10px;
}
article.post {
	margin-bottom: 30px;
	overflow: hidden;
}
.entry-contents-area {
	overflow: hidden;
}
.entry-meta {
	clear: both;
}
.wp-pagenavi {
	text-align: center;
	margin: 50px auto !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 10px 15px !important;
    margin: 3px;
}
.wp-pagenavi a.larger {
	padding: 10px 15px !important;
}
.wp-pagenavi a.nextpostslink {
	padding: 10px 15px !important;
}
.wp-pagenavi a.last {
	padding: 10px 15px !important;
}
.wp-pagenavi a.first {
	padding: 10px 15px !important;
}
.wp-pagenavi a.previouspostslink {
	padding: 10px 15px !important;
}
.wp-pagenavi a.smaller {
	padding: 10px 15px !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin-bottom: 10px;
}
.wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 0 3px !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 2px;
	margin-bottom: 10px !important;
}
.wp-pagenavi span.current {
    font-weight: normal !important;
	background: #000 !important;
	color: #fff !important;
}
.wp-pagenavi a:hover {
	background: #000 !important;
	color: #fff !important;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
#comments {
	display: none;
}
.cate-title {
	text-align: center;
	margin: 0 auto 40px;
	background: #f0f0f0;
	padding: 8px;
}
.date {
	font-size: 12px;
}
.news_section {
    margin-bottom: 120px;
}
ul.news_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}
ul.news_list::after {
  content: "";
  display: block;
  width: 31%;
}
ul.news_list li a {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.photo {
    width: 310px;
    min-width: 220px;
    width: 23%;
    margin-right: 3%;
}
.news_right {
    width: 74%;
}
.main_news_ttl {
    font-size: 17px;
    font-weight: 600;
    margin: 5px auto 15px;
}
.photo img {
    width: 100%;
    max-height: 196px;
    min-width: 210px;
    object-fit: cover;
}
ul.news_list li a:hover {
  text-decoration: none;
    background: #f8f8f8;
}
.ttl {
    margin-top: 80px;
    margin-bottom: 40px;
}
.grecaptcha-badge { visibility: hidden; }
.recapctha_message {
	text-align: center;
	margin: 20px auto 40px;
	font-size: 1.2rem;
	max-width: 90%;
}

