@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.paddingWr01 {
    padding: 0 15px;
}

.inLink>a {
    text-decoration: underline;
    color: #555;
}

.inLink>a:hover {
    text-decoration: none;
    color: #555;
}

.titShadow01 {
    text-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}

.decoBg {
    z-index: -3;
}

.hover01:hover {
    transform: scale(0.9);
}

.coverScrollLink {
    transition: all .5s;
}

.coverScrollLink:hover {
    transform: translateY(5px);
    transition: all .5s;
}

.pageHight01 {
    z-index: -9;
}

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



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

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

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
    color: #AF6762;
}

.comBtn01.enBtn {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.comBtn01>p:before {
    content: "";
    height: 1px;
    left: -4px;
    bottom: 0;
    width: 120%;
    height: 8px;
    border-bottom: 1px solid #AF6762;
    border-right: 1px solid #AF6762;
    transform: skew(45deg);
    position: absolute;
    transition: all .5s;
}

.comBtn01>p {
    position: relative;
    padding-right: 26px;
    transition: all .5s;
}

.comBtn01:after {
    content: "";
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #AF6762;
    transition: all .5s;
}

.comBtn01:hover:after {
    transform: translateX(8px);
    transition: all .5s;
}

.comBtn01:hover>p:before {
    width: 128%;
    transition: all .5s;
}

.comBtn01:hover {
    color: #AF6762;
}

.bgDecoColor01 {
    background-color: #FFF9F2;
    outline: 1px solid  #E3D6C6;
    outline-offset: -8px;
}

.titSubEn01 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.titMainJa01 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.45em;
}

.inTitMain {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.45em;
}

.title01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
}

.title01>span {
    font-size: 20px;
}

.text01 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.25em;
}

.imgMask01 {
    mask-image: url("/system_panel/uploads/images/mask01.svg");
    -webkit-mask-image: url("/system_panel/uploads/images/mask01.svg");
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.imgMask02 {
    mask-image: url("/system_panel/uploads/images/mask02.svg");
    -webkit-mask-image: url("/system_panel/uploads/images/mask02.svg");
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.imgMask03 {
    mask-image: url("/system_panel/uploads/images/mask03.svg");
    -webkit-mask-image: url("/system_panel/uploads/images/mask03.svg");
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.imgMask04 {
    mask-image: url("/system_panel/uploads/images/mask04.svg");
    -webkit-mask-image: url("/system_panel/uploads/images/mask04.svg");
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.comBannerWr01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.comBannerLink {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.comBannerLinkImgBox {
    width: 100%;
    padding-top: 44.26%;
    display: block;
    position: relative;
}

.comBannerLinkImgBox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.comBannerLinkTitBox {
    position: absolute;
    z-index: 3;
    left: 3.93%;
    right: 3.93%;
    bottom: 32px;
}

.comBannerLinkTitList {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.comBannerLinkTitList>p:before {
    content: "";
    height: 1px;
    left: -4px;
    bottom: 0;
    width: 120%;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    transition: all .5s;
}

.comBannerLinkTitList>p {
    position: relative;
    padding-right: 12px;
    transition: all .5s;
    min-width: 120px;
}

.comBannerLinkTitList:after {
    content: "";
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.comBannerLinkImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
    z-index: 2;
}

.comBannerLink:hover .comBannerLinkTitList>p {
    padding-right: 30px;
    min-width: 140px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorRed {
    color: #AF6762;
}

/*-- inCover -----------------------------------------------------------------*/

.incover {
	max-width: 1920px;
	width: 100%;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	padding: 0 15px;
}

.incoverTit {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.45em;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}

.incover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.incoverBox {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 9;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadcrumbsWrap {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45em;
	color: #555;
	padding: 15px 0 0;
	position: relative;
	z-index: 9;
}

.breadcrumbsInner {
	max-width: 1310px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbsLink {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbsLink:hover {
	text-decoration: none;
	color: inherit;
}

.breadcrumbsArrow {
	margin: 0 10px;
}

/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fSnsSetBox {
    gap: 15px;
}

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

/*---topMain----------------------------------------------*/

.topCoverTit01>br {
    display: block;
}

.topCoverTitBr>br {
    display: block;
}

.topCoverTit01 {
    font-size: 25px;
}

.topCoverTit01>span {
    font-size: 32px;
}

.topCoverTit02 {
    font-size: 16px;
}

.coverSliderBox .carousel-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.topMenuFlexRight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.top-swiper-slide {
    max-width: 265px;
    width: 100%;
}

.topStyleWr .swiper-button-prev {
    left: 2.6%;
    transition: all .5s;
}

.topStyleWr .swiper-button-next {
    right: 2.6%;
    transition: all .5s;
}

.topStyleWr .swiper-button-prev:hover {
    transform: scale(0.9);
}

.topStyleWr .swiper-button-next:hover {
    transform: scale(0.9);
}

.topRecruitImgItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.topRecruitImgItem {
    position: relative;
    width: 100%;
    padding-top: 58.7%;
}

.topRecruitImgItem>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.topRecruitBr>br {
    display: block;
}

.oneBannerLink {
    width: 100%;
    display: block;
    position: relative;
    transition: all .5s;
}

.oneBannerLink:hover {
    transition: all .5s;
}

.oneBannerLinkImgBox {
    position: relative;
    width: 100%;
    height: 240px;
}

.oneBannerLinkImgBox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 1;
}

.oneBannerLinkImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(118 105 77 / 58%);
    outline: 1px solid #fff;
    outline-offset: -8px;
    z-index: 2;
    transition: all .5s;
}

.oneBannerLink:hover .oneBannerLinkImgBox:before {
    transition: all .5s;
    background-color: rgb(118 105 77 / 38%);
}

.oneBannerLinkTitWr {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.titSubEn02 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.titMainJa02 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.45em;
}

.oneBannerLinkDecoArrow {
    position: relative;
    width: 100%;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: -18px;
}

.oneBannerLinkDecoBox {
    display: flex;
    align-items: center;
    width: 130%;
    position: absolute;
    left: -22px;
    bottom: -25px;
}

.oneBannerLinkDecoBox:before {
    content: "";
    width: 100%;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    transition: all .5s;
    display: block;
}

.oneBannerLinkTitBox {
    position: relative;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
    z-index: 2;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* -- table -- */

.baseTable {
    border: 1px solid #AF6762;
}

.baseTh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    background: #AF6762;
    border-bottom: 1px solid #fff;
    font-size:16px;
}

.baseTd {
    padding: 15px;
    color: #555;
    font-weight: 500;
    background: #fff;
    border-bottom: 1px solid #AF6762;
    font-size:16px;
}

.baseRow:last-child .baseTh,
.baseRow:last-child .baseTd {
    border-bottom: none;
}

.tdGrid01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #AF6762;
    color: #fff;
    display: flex;
    border-bottom: 1px solid #fff;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
    border-bottom: 1px solid #AF6762;
}

.formWrap .container-fluid {
    border: 1px solid #AF6762;
}

.radioArea .labelText02 {
    margin: 3px 0;
}

.formRow:last-child .formTh,
.formRow:last-child .formTd {
    border-bottom: none;
}

.formInput {
    width: 100%;
    border: 1px solid #E3D6C6;
    padding: 5px;
}

.zipInput {
    border: 1px solid #E3D6C6;
    padding: 5px;
}

.formTextArea {
    width: 100%;
    height: 300px;
    border: 1px solid #E3D6C6;
    padding: 5px;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    color: #fff;
    font-size: 14px;
}

.privacyBox {
    border: 1px solid #E3D6C6;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #FFF9F2;
    height: 300px;
}

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.privacyDt {
	border-bottom: 1px solid #E3D6C6;
	padding: 0 0 6px 0;
	font-weight: 500;
	font-size: 18px;
	margin: 31px 0 0 0;
	letter-spacing: 0.05em;
}

.privacyDd {
	font-size: 15px;
	padding: 0 0 0 16px;
	margin: 23px 0 0 0;
	letter-spacing: 0.05em;
	line-height: 1.66em;
	font-weight: 400;
}

.formBtn {
    width: 100%;
    border: 1px solid;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
    max-width: 180px;
    margin: 32px auto 0;
    cursor: pointer;
    background-color: #AF6762;
    border-color: #AF6762;
    color: #fff;
}

.formBtn:hover {
    background-color: #fff;
    border-color: #AF6762;
    color: #AF6762;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

.in4colItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.in3colItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.inItImgItem04 {
    position: relative;
    width: 100%;
    padding-top: 58.7%;
}

.inItImgItem04>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.pageLinkWr01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.pageLinkWr02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.menuRecipeTh {
    gap: 15px;
}

.reservationBtn {
    background-color: #AF6762;
    border-color: #AF6762;
    color: #fff;
    border: 1px solid;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
    max-width: 250px;
    width: 100%;
    margin: 30px auto 0;
}

.reservationBtn:hover {
    background-color: #fff;
    color: #AF6762;
}

/*--記事投稿--*/

.pdfLink {
    width: 100%;
    border: 1px solid;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
    max-width: 180px;
    margin: 32px auto 0;
}

.pdfLink {
    background-color: #AF6762;
    border-color: #AF6762;
    color: #fff;
}

.pdfLink:hover {
    background-color: #fff;
    border-color: #AF6762;
    color: #AF6762;
}

.backBtn {
    width: 100%;
    border: 1px solid;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
    max-width: 180px;
    margin: 0 auto;
}

.backBtn {
    background-color: #fff;
    border-color: #AF6762;
    color: #AF6762;
}

.backBtn:hover {
    background-color: #AF6762;
    border-color: #AF6762;
    color: #fff;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topCoverTitBr>br {
    display: none;
}

.pageLinkWr01 {
    grid-template-columns: repeat(2, 1fr);
}

.pageLinkWr02 {
    grid-template-columns: repeat(2, 1fr);
}

.title01 {
    font-size: 16px;
}

.title01>span {
    font-size: 24px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.top-swiper-slide {
    max-width: 365px;
}

.topCoverTitBr>br {
    display: none;
}

.title01 {
    font-size: 16px;
}

.title01>span {
    font-size: 24px;
}

.titMainJa01 {
    font-size: 32px;
}

.inTitMain {
    font-size: 32px;
}

.topMenuFlexRight {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.titSubEn02 {
    font-size: 18px;
}

.titMainJa02 {
    font-size: 56px;
}

.oneBannerLinkDecoArrow {
    max-width: 56px;
    height: 56px;
    margin-left: -26px;
}

.oneBannerLinkDecoBox {
    width: 132%;
    left: -19px;
}

.oneBannerLinkImgBox {
    height: 340px;
}

.topRecruitImgItemWr {
    grid-template-columns: repeat(4, 1fr);
    gap: 26.7px;
}
  
.topRecruitBr>br {
    display: none;
}

.incover {
	height: 270px;
}

.incoverTit {
	font-size: 46px;
}

.in4colItemWr {
    grid-template-columns: repeat(4, 1fr);
    gap: 26.7px;
}

.in3colItemWr {
    grid-template-columns: repeat(3, 1fr);
    gap: 26.7px;
}

.text01 {
    font-size: 16px;
}

.pageLinkWr01 {
    grid-template-columns: repeat(3, 1fr);
}

.tdGrid01 {
    grid-template-columns: repeat(2, 1fr);
}
  
.topCoverTit01>br {
    display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.comBannerWr01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCoverTit01 {
    font-size: 46px;
}

.topCoverTit01>span {
    font-size: 62px;
}

.topCoverTit02 {
    font-size: 22px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCoverTit01 {
    font-size: 56px;
}

.topCoverTit01>span {
    font-size: 72px;
}

.topCoverTit02 {
    font-size: 24px;
}

.titSubEn01 {
    font-size: 18px;
}

.titMainJa01 {
    font-size: 48px;
}

.inTitMain {
    font-size: 40px;
}

.oneBannerLinkImgBox {
    height: 440px;
}

.incover {
	height: 320px;
}

.incoverTit {
	font-size: 56px;
}

.tdGrid01 {
    grid-template-columns: repeat(3, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.title01 {
    font-size: 24px;
}

.title01>span {
    font-size: 32px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */