@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer, 
nav, 
section, 
aside, 
article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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-size: 100%;
	background: transparent;
}

fieldset {
  border: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	border: 1px solid #e2e2e2 !important;
	appearance: none;
	border-radius: 0;
	border-radius: 5px;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
}


*,
*:before,
*::after {
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

/*** タブレット 768x ~ 1300px***/
@media screen and (min-width: 768px) and (max-width: 1000px) {
    html {
        font-size: 1vw;
    }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
}

body {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font-weight: normal;
    color: #231815;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-serif {
	font-family: "Noto Serif JP", serif;
}


/* !Base Fonts -------------------------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/*** hover ***/
@media screen and (min-width: 960px) {
    a {
        transition: all 0.5s;
    }

    .op {
        transition: opacity 0.5s ease-out;
    }

    .op:hover {
        opacity: .7;
    }

    a[href^="tel:"] {
        cursor: default;
        pointer-events:none;
    }
}

.is-hide {
    display: none;
}


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	position: relative;
	padding-top: 6.6rem;
	background: #EFEBE2;
}

/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background: #DCDDDD;
}

.header-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 2.4rem; 
	height: 6.6rem;
}

.header-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10.5rem;
	height: 10.5rem;
	background: #DCDDDD;
	border-radius: 50%;
	font-size: 0;
}
.header-logo img {
	width: 7.5rem;
}

.btn-menu {
	display: none;
}	
#g-navi ul {
	display: flex;
	align-items: center;
	height: 6.6rem;
}
#g-navi li {
	display: flex;
	padding: 0 0.5rem;
	line-height: 1;
	font-size: 1.5rem;
}
#g-navi li + li {
	border-left: 1px solid;
}

.header-sns {
	display: flex;
	align-items: center;
	gap: 0 1.8rem;
	height: 6.6rem;
}
.header-sns img {
	width: 4rem;
}

/*** hover ***/
@media screen and (min-width: 960px) {}


/* !footer
---------------------------------------------------------- */
.page-top {}

#footer {
	margin-top: 10rem;
} 
.footer-inner {
	padding: 4rem 0;
	background: #231815;
	color: #fff;
}

#footer-logo {
	background: url(../img/common/logo_foot.png)no-repeat left 10.5rem center;
	background-size: 36.6rem;
	padding-top: 40rem;
}
#footer-logo h2 {
	margin: 0 auto;
	max-width: 50rem;
	text-align: right;
}
#footer-logo h2 img {
	max-width: 39rem;
}
.foot-links {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}
.foot-links li {
	padding: 0 0.6rem;
	line-height: 1;
	font-size: 1.5rem;
}
.foot-links li + li {
    border-left: 1px solid;
}

#copyright {
	padding: 2rem 0;
	text-align: center;
	line-height: 1.75;
	color: #595757;
	font-size: 1.2rem;
}

#copyright a:hover {text-decoration: underline;}

/*** hover ***/
@media screen and (min-width: 960px) {}


/* !common
---------------------------------------------------------- */
#contents {}

.inner {
	padding: 0 5rem;
	margin: 0 auto;
	max-width: 100rem;
}

#main-visual {
	position: relative;
	max-width: 1050px;
	width: 100%;
	margin: auto;
}
#main-visual .ban {height: 100vh;}
#main-visual video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main-visual .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 26.25rem;
}
#main-visual .movie {
    position: relative;
    height: 0;
    padding-top: 58.26%;
    overflow: hidden;
}


.ban {text-align: center;}

#main-visual .movie:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: rgba(35,24,21,0.3);
}
#main-visual .movie video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}
 
#teaser {}

#breadcrumb {}

.head-large {
	margin-bottom: 2rem;
	text-align: center;
}
.head-large p + p {
	margin-top: 2rem;
}
.head-large .eng {
	font-size: 0;
}
.head-large .eng img {
	width: 32rem;
}
.head-large .jap {
	line-height: 1.3;
	font-size: 3rem;
	font-weight: 600;
}

.goods-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 0.3rem;
}
.goods-list li a {
	display: block;
	position: relative;
	background: #fff;
}
.goods-list li a img:hover{
	opacity: .8;
}
.goods-list li .img {
	overflow: hidden;
}
.goods-list li .img img {
	object-fit: cover;
	width: 100%;
	transition-duration: 0.3s;
}
.goods-list li .hd01 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding: ;
	width: 100%;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
}
.goods-list li .info {
	padding: 1rem;
}
.goods-list li .btn {
	text-align: center;
	font-size: 0;
}
.goods-list li .btn img {
	max-width: 14.4rem;
}
.goods-list li .tit {
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
}

.btn-link {
	width: 287px;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center;
}

.btn-link img {
	width: 100% !important;
}

/*
.btn-link .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 2.5rem 0 1rem;
	height: 3rem;
	min-width: 24.5rem;
	background: url(../img/common/icon_link.svg)no-repeat right 0.6rem center #C30D23;
	background-size: 2rem;
	border-radius: 3rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
*/

/*** hover ***/
@media screen and (min-width: 960px) {
	.btn-link .btn:hover {
		opacity: 0.7;
	} 
}


/* !page
---------------------------------------------------------- */
.top-mission {
	padding: 5rem 0 0;
	background: url(../img/top/bg_foods01.png)no-repeat 65% 4.8rem;
	background-size: 75rem;
}

.top-topics {
	padding: 9rem 0 0;
	background: url(../img/top/bg_foods02.png)no-repeat 36% 0;
	background-size: 64.8rem;
}
.top-topics .goods-list li .img img {
	height: 18.6rem;
}

.top-online {
	padding: 7.5rem 0 0;
	background: url(../img/top/bg_foods03.png)no-repeat 55% 1.2rem;
	background-size: 72rem;
}
.top-online .head-large .eng img {
    width: 34rem;
}
.top-online .goods-list li .img img {
	height: 24rem;
}
.top-online-tax {
	margin: 4.2rem auto 0;
	max-width: 69rem;
}
.top-online-tax .title {
	position: relative;
	margin-bottom: 1.5rem;
	font-size: 0;
}
.top-online-tax .title .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 26rem;
}
.top-online-tax ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.top-online-tax li .btn {
	padding: 1rem 0.9rem;
}

.top-commitment {
	padding: 7.5rem 0 0;
	background: url(../img/top/bg_foods04.png)no-repeat 55% 5.5rem;
	background-size: 74.4rem;
}
.top-commitment .head-large .eng img {
    width: 35.5rem;
}
.top-commitment ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.9rem;
}

.top-group {
	padding: 8.6rem 0 3rem;
	background: url(../img/top/bg_foods05.png)no-repeat 50% 0.5rem;
	background-size: 70.5rem;
}
.top-group .head-large .eng img {
    width: 43.6rem;
}
.top-group ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 1.2rem;
	margin: 0 auto;
	max-width: 61.2rem;
}
.top-group li {
	position: relative;
	width: calc(100%/3 - 0.8rem);
	text-align: center;
}
.top-group li .img {
	overflow: hidden;
	/*border-radius: 50%;*/
}
.top-group li .img img {
	transition-duration: 0.3s;
}
.top-group li .btn {
	position: absolute;
	left: 50%;
	bottom: 2.2rem;
	transform: translateX(-50%);
	min-width: 15rem;
}
.top-group li .small {
	font-size: 1.1rem;
}

.top-notice {
	padding: 5rem 0;
	background: url(../img/top/bg_foods06.png)no-repeat 50% 0.5rem;
	background-size: 67.5rem;
}
.top-notice .notice-list {
	margin: 0 auto;
	max-width: 61.2rem;
	font-weight: 500;
}
.notice-list li {
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid;
}
.notice-list .date {
	font-size: 1.5rem;
}
.notice-list .dd {
	font-size: 2.1rem;
}

.topInstagram {
	padding: 1.2rem 0 0;
	background: url(../img/top/bg_foods07.png)no-repeat 15% 6.6rem;
	background-size: 12.6rem;
}
.topInstagram .box {
	position: relative;
	z-index: 2;
	margin-top: 12rem;
	padding: 0.5rem 5.5rem 5rem;
	background: url(../img/top/bg_natural.jpg) center;
	background-size: contain;
}
.topInstagram .head {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 2.7rem;
	font-weight: 500;
}
.topInstagram .head .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: -12rem;
	z-index: -1;
	transform: translateX(-50%);
	width: 27.6rem;
	height: 27.6rem;
	background: #EFEFEF;
	border-radius: 50%;
	text-align: center;
}
.topInstagram .head .logo img {
	width: 23rem;
}
.topInstagram .head .eng {
	display: inline-block;
	border-bottom: 1px solid;
}
.topInstagram ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 2rem;
}
.topInstagram li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}


.topMovie {margin-bottom: 10rem;}
.topMovie .head {
    margin-bottom: 2.4rem;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 500;
}

.topMovie .head .eng {
    display: inline-block;
    border-bottom: 1px solid;
}

.topMovie  {
	max-width: 100%;
	width: 100%;
	margin: 4rem auto 0;
}


.topMovie video {width: 100% !important;}
.topMovie video.cover-poster {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.goods-list li a:hover .img img {
		opacity: 0.8;
	}
	
	.top-online-tax li a:hover img,
	.top-commitment li a:hover img,
	.top-group li a:hover .btn {
		opacity: 0.8;
	}
	
	.top-group li a:hover .img img {
		opacity: 0.8;
	}
	
}


/* !page-mv
---------------------------------------------------------- */

#page-mv {
	text-align: center;
}

#page-mv h2 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
}

#page-mv h2 span {
	display: block;
	font-size: 1.4rem;
}

.news-bg {
	padding: 12rem 0;
	background: url("../img/news/page-mv.jpg") no-repeat center;
	background-size: cover;
}

.about-bg {
	padding: 12rem 0;
	background: url("../img/about/page-mv.jpg") no-repeat center;
	background-size: cover;
}

.group-bg {
	padding: 12rem 0;
	background: url("../img/group/page-mv.jpg") no-repeat center;
	background-size: cover;
}

.recruit-bg {
	padding: 12rem 0;
	background: url("../img/recruit/page-mv.jpg") no-repeat center;
	background-size: cover;
}

.contact-bg {
	padding: 12rem 0;
	background: url("../img/contact/page-mv.jpg") no-repeat center;
	background-size: cover;
}


/* !pan
---------------------------------------------------------- */
#pan {
	width: 1000px;
	margin: 1rem auto 5rem !important;
	margin: 0 auto;
	font-size: 1.4rem;
}
#pan.inner {
	padding: 0 !important;
}

#pan a {font-size: 1.4rem;}


/* !contents
---------------------------------------------------------- */
.page-contents {
	background: #fff;
	padding: 8rem 9rem;
}

/* !contact
---------------------------------------------------------- */
.contact-area {}
.contact-form table {
	width: 100%;
}

.contact-form table th,
.contact-form table td{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	padding: 3rem 0;
	border-bottom: 1px solid #000;
}

.contact-form table th {
	width: 30%;
	max-width: 30%;
	position: relative;
}

.contact-form table th span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 1.4rem;
	background: #c1272d;
	color: #fff;
	padding: .5rem 1rem;
	border-radius: 10px;
}

.contact-form table td {
	width: 70%;
	max-width: 70%;
	padding-left: 5rem;
}


.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 1.5rem 2rem;
	background: #fff;
	border: 1px solid #8E8E8E;
	border-radius: 10px;
}


.contact-form select{
  position: relative;
  padding: 2rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap {
    position: relative;
    width: 60%;
}

.select-wrap:after {
  content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
}

.submit_btn {
	padding-top: 5rem;
	text-align: center;
}
.wpcf7-submit {
	width: 300px;
	height: 66px;
	line-height: 66px;
	background-color: #e2e2e2;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	border: none;
	border-radius: 40px !important;
	cursor: pointer;
}

.wpcf7-previous {
	width: 300px;
	height: 66px;
	line-height: 66px;
	background-color: #707070;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	margin-right: 3rem;
}

.wpcf7-submit:hover {
  background-color: #333; 
  color: #fff;
}


.wpcf7-previous:hover {
  background-color: #333; 
}

.form-wrap__title {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2rem;
}

.form-wrap__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin-bottom: 4rem;
}


/* !notice
---------------------------------------------------------- */

.notice-area ul.notice-list {}
.notice-area ul.notice-list p {
	font-size: 1.6rem;
	font-weight: bold;
}
.notice-area ul.notice-list p.date {margin-bottom: 0.5rem;}

.notice-area p.data {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.notice-area h2 {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}

.notice-area .single-area {margin-bottom: 9rem;}
.notice-area .single-area p {
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 500;
}

.notice-area .single-area p + p {margin-top: 4rem;}
.notice-thumbnail {margin-bottom: 2rem;}


/* !recruit
---------------------------------------------------------- */

.recruit-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.recruit-top .recruit-ttl {
	width: 40%;
	max-width: 40%;
}

.recruit-top .recruit-ttl h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.recruit-top .recruit-ttl p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}


.recruit-top .recruit-img {
	width: 50%;
	max-width: 50%;
}

.recruitment-area {margin-bottom: 8rem;}
.recruitment-area h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: 1px solid #333333;
}

.recruitment-area dl {
	display: flex;
	border-bottom: 1px solid #333333;
	padding: 2rem 0;
}

.recruitment-area dl dt {
	width: 30%;
	max-width: 30%;
	font-size: 1.6rem;
	font-weight: bold;
}

.recruitment-area dl dd {
	width: 70%;
	max-width: 70%;
	font-size: 1.4rem;
	font-weight: 500;
}


.ttl-img {
	width: 30%;
	max-width: 30%;
	text-align: center;
	margin: 0 auto;
}

.group-ttl {
	width: 20%;
	max-width: 20%;
	text-align: center;
	margin: 0 auto;
}


/* !about
---------------------------------------------------------- */

p.philosophy-txt {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
	padding-top: 3rem;
	margin-bottom: 4.5rem;
}

.commitment {
	padding: 3rem;
	background: #EFEAE2;
}

.message-area {
	padding: 14rem 0;
}

.message-area .message-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5rem;
}

.message-area .message-inner .message-info {
	width: 57%;
	max-width: 57%;
}

.message-area .message-inner .message-info h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.message-area .message-inner .message-info p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.message-area .message-inner .message-info p + p {margin-top: 3rem;}

.message-area .message-inner .message-img {
	width: 38%;
	max-width: 38%;
}


ul.business-list {padding-top: 5rem; margin-bottom: 10rem;}
ul.business-list li + li {margin-top: 5rem;}

ul.business-list li .business-inner {
	display: flex;
	justify-content: space-between;
}

ul.business-list li:nth-child(odd) .business-inner{flex-direction: row-reverse;}

ul.business-list li .business-inner .business-info {
	width: 45%;
	max-width: 45%;
	padding: 2rem 0;
}
ul.business-list li .business-inner .business-info h3 {
	padding: 0 0 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #C30D23;
}
ul.business-list li .business-inner .business-info h3 span{
	font-size: 2rem;
	font-weight: bold;
	padding-left: 1rem;
}
ul.business-list li .business-inner .business-info p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}

ul.business-list li .business-inner .business-img {
	width: 50%;
	max-width: 50%;
}

.business-history {margin-bottom: 10rem;}
.business-history .history-area {
	padding: 8rem 0 0;
}
.business-history .history-inner {display: flex;}
.business-history .history-area ol li .circle {
	width: 5%;
    max-width: 5%;
    color: #C30D23;
    font-size: 1.8rem;
    line-height: 2;
    background: url(../img/about/history-line.png) repeat-y left 7px bottom;
    background-size: 4px;
	position: relative;
	z-index: 2;
	padding-bottom: 3.5rem;
}

.business-history .history-area ol li:first-child .circle:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
	z-index: 1;
}

.business-history .history-area ol li dl {
	width: 95%;
	max-width: 95%;
	display: flex;
}
.business-history .history-area ol li dl dt {
	width: 18%;
	max-width: 18%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
}

.business-history .history-area ol li dl dd {
	width: 82%;
	max-width: 82%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
}

.business-history .history-area ol li dl dd .history-img {
	padding: 2rem 0 3.5rem;
}
.business-history .history-area ol li dl dd .history-img img {
	border-radius: 10px;
}


/* !group
---------------------------------------------------------- */
.page-contents.group-area {
	padding-left: 0;
	padding-right: 0;
}

.even-group {padding: 5rem 0;}
.group-inner {
	padding-top: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.group-inner .group-img {
	width: 50%;
	max-width: 50%;
}

.group-inner .group-info {
	width: 46%;
	max-width: 46%;
}

.group-inner .group-info h3 {
	padding: 0 0 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #C30D23;
}

.group-inner .group-info h3 span{
	font-size: 2rem;
	font-weight: bold;
	padding-left: 1rem;
}

.group-inner .group-info dl {}

.group-inner .group-info dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.group-inner .group-info dl dd {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.group-inner .group-info .map-btn {margin: 1rem 0;}
.pt0{padding-top: 0 !important;}
ul.link-nav {
	display: flex;
}

ul.link-nav li {width: 50%;}
ul.link-nav li p {
	font-size: 2rem;
	font-weight: bold;
	background: url("../img/group/arrow01.png") no-repeat center right 20px #C30D23;
	background-size: 37px;
	text-align: center;
	color: #fff;
	padding: 2rem 0;
	position: relative;
}

ul.link-nav li:last-child p {
	font-size: 2rem;
	font-weight: bold;
	background: url("../img/group/arrow02.png") no-repeat center right 20px #231716;
	background-size: 37px;
	text-align: center;
	color: #fff;
	padding: 2rem 0;
	position: relative;
}

ul.link-nav li a {display: block;}
ul.link-nav li a:hover {opacity: 0.5;}

.error-area {
	padding-top: 10rem;
	text-align: center;
}

.error-area h3 {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.error-area p {
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 2rem;
}

.error-area a {
	font-size: 1.6rem;
}



/* !privacy
---------------------------------------------------------- */
#page-mv01 {
	padding: 8rem 0;
	text-align: center;
	background: #fff;
}
#page-mv01 h2 {
	font-size: 2rem;
	letter-spacing: 0.1rem;
}

.privacy-area {}
.privacy-area p.txt {
	font-size: 1.4rem;
	line-height: 2;
}
.privacy-area p.txt + p.txt {margin-top: 2rem;}

.privacy-area .privacy {margin-top: 5rem;}
.privacy-area .privacy h3 {
	font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #CECECE;
}

/* !sitemap
---------------------------------------------------------- */
ul.sitemap-nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem 6rem;
}

ul.sitemap-nav li a:hover {text-decoration: underline !important;}

ul.group-img-area {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3rem;
}



h3.group-ttl-top {
	width: 36rem;
	padding: 1.4rem 0;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	margin: 0 auto;
	text-align: center;
	background: #c00;
	color: #fff;
	position: relative;
	z-index: 10;
}
p.group-ttl-txt b {font-size: 2rem;}
p.group-ttl-txt {
	width: 56rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin: -3rem auto 5rem;
}

p.group-ttl-txt a {
	display: block;
	padding: 4rem 0 2rem;
	background: #fff;
	border: 2px solid #c00;
}
p.group-ttl-txt a:hover {
	background: #EFEBE2;
	border: 2px solid #c00;
}

p.modaal_txt {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}

.instagram-gallery__actions {
	display: none !important;
}




