@charset "utf-8";

/* ==========================================
カスタムプロパティ
========================================== */

:root {
	/* base color */
	--base-font-color: #5D3A23;
	--base-bg-color: #FAF9F8;

	/* site color */
	--primary: #E3A174;
	--secondary: #BFBFBF;
	--tertiary: #C6BAB1;
	--quaternary: #FAF9F8;
	/* --fifth: #FFF8ED;
	--fifth-hover: #ff5;
	--sixth: #F3E1C9;
	--sixth-hover: rgb(13, 15, 15);
	--seventh: #F3E1C9;
	--seventh-hover: #5ff;
	--eighth: #F3E1C9;
	--eighth-hover: #5ff;
	--ninth: #F3E1C9;
	--ninth-hover: #5ff; */

	--white: #FFFEFD;
    --black: #040707;

    --bg-primary: #5F5651;
    --bg-secondary: #FFC29A;
    --bg-tertiary: #B7A9A2;
    /* --bg-quaternary: #F3E1C9;
    --bg-fifth: #F3E1C9; */

    /* --gradation-primary: linear-gradient(to left, rgba(236, 229, 224), rgba(248, 242, 241, 80%));
    --gradation-secondary: linear-gradient(to right, rgba(236, 229, 224), rgba(248, 242, 241, 80%)); */

    --img-bg-color-primary: rgba(199, 176, 176, 62%);

	/* font family */
	--base-font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* --base-font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	--font-family01: "Lato", sans-serif;
    --font-family02: "Noto Sans JP", sans-serif;
	/* --font-family03: ; */
}

/* 管理画面 */

.gjs-dashed {
    overflow-x: unset;
}

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

html {
	overflow-x: hidden;
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background-color: var(--base-bg-color) !important;
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
	font-weight: 300;
	font-family: var(--base-font-family);
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    overflow-x: hidden;
}

.telWrap {
    color: inherit;
}

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

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

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

/* 電話番号定数のチラつき対策 */
p.tel,
p.fax,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.gjs-dashed p.tel,
.gjs-dashed p.fax,
.gjs-dashed a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 1;
}

/*===========================================================
共通パーツ
===========================================================*/

.bg01 {
    background-image: url(/system_panel/uploads/images/sp_bg01.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.color-tertiary {
    color: var(--tertiary);
}

.color-quaternary {
    color: var(--quaternary);
}

.color-fifth {
    color: var(--sixth);
}

.color-sixth {
    color: var(--sixth);
}

.color-seventh {
    color: var(--seventh);
}

.color-eighth {
    color: var(--eighth);
}

.color-ninth {
    color: var(--ninth);
}

.color-white {
    color: #FFFFFF;
}

.bg-primary {
    background: var(--bg-primary) !important;
}

.bg-secondary {
    background: var(--bg-secondary) !important;
}

.bg-tertiary {
    background: var(--bg-tertiary) !important;
}

.bg-quaternary {
    background: var(--bg-quaternary) !important;
}

.bg-fifth {
    background: var(--bg-fifth) !important;
}

.br-none br {
    display: none;
}

/*===========================================================
ボタン
===========================================================*/

.btn01 {
    max-width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(16px, 15.515px + 0.129vw, 18px);
    font-weight: 300;
    font-family: var(--font-family01);
    letter-spacing: 0.025em;
    color: var(--base-font-color);
    position: relative;
    transition: all .3s;
}

.btn01:hover {
    color: var(--base-font-color);
}

.btn01::after {
    margin: 0 0 0 18px;
    content: "";
    display: block;
    width: clamp(80px, 71.990px + 2.136vw, 113px);
    height: 50px;
    background-image: url(/system_panel/uploads/images/btn_arrow_brown.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}

.btn01:hover::after {
    transform: translateX(6px);
}

.btn02 {
    max-width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(16px, 15.515px + 0.129vw, 18px);
    font-weight: 300;
    font-family: var(--font-family01);
    letter-spacing: 0.025em;
    color: var(--white);
    position: relative;
    transition: all .3s;
}

.btn02:hover {
    color: var(--white);
}

.btn02::after {
    margin: 0 0 0 18px;
    content: "";
    display: block;
    width: clamp(80px, 71.990px + 2.136vw, 113px);
    height: 50px;
    background-image: url(/system_panel/uploads/images/btn_arrow_white.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}

.btn02:hover::after {
    transform: translateX(6px);
}

/* .tel-box01 {
    display: flex;
    align-items: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.5825)), 29px);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--base-font-color);
}

.tel-box01::before {
    content: "";
    display: block;
    margin: 3px 9px 0 0;
    width: 24px;
    height: 24px;
    background: url(/system_panel/uploads/images/tel_white.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
} */

.reserve-btn01 {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 300;
    font-family: var(--font-family01);
    color: var(--white);
    letter-spacing: 0.025em;
    border: 1px solid var(--primary);
    border-radius: 3px;
    background-color: var(--primary);
    transition: all .3s;
}

.reserve-btn01:hover {
    color: var(--primary);
    background-color: var(--white);
}

.reserve-btn01::before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 22px;
    height: 19px;
    background: url(/system_panel/uploads/images/calendar-icon-white.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.reserve-btn01:hover::before {
    background: url(/system_panel/uploads/images/calendar-icon-orange.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.hpb-link01 {
    max-width: 137px;
    width: 100%;
    display: block;
    transition: all .3s;
}

.hpb-link01 img {
    transition: all .3s;
}

.hpb-link01 img:hover {
    transform: scale(1.1);
}

.sns-link01 {
    display: block;
    max-width: 37px;
    width: 100%;
    transition: all .3s;
}

.sns-link01 img {
    transition: all .3s;
}

.sns-link01:hover img {
    transform: scale(1.2);
}

/*===========================================================
テキスト
===========================================================*/

.font-family01 {
    font-family: var(--font-family01) !important;
}

.font-family02 {
    font-family: var(--font-family02) !important;
}

.font-family03 {
    font-family: var(--font-family03) !important;
}

.text01 {
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 3em;
}

.text01 span {
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
}

.text02 {
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.75em;
}

.text03 {
    font-size: clamp(12px, 11.515px + 0.129vw, 14px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.75em;
}

.text04 {
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.75em;
}

.title01 {
    font-size: clamp(24px, 16.476px + 2.006vw, 55px);
    font-weight: 500;
    letter-spacing: 0.05em;
    /* line-height: 1.125em; */
    line-height: 2.625em;
}

/* .title02 {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.6828)), 50px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.24em;
} */

/* .title03 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

.en-title01 {
    font-size: clamp(30px, 24.417px + 1.489vw, 53px);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6818em;
}

.en-title02 {
    font-size: clamp(40px, -4.903px + 11.974vw, 225px);
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 1.2em;
}

.sub-title01 {
    font-size: clamp(13px, 12.515px + 0.129vw, 15px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5em;
}

.common-title-box01 {
    text-align: center;
}

.common-title-item01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

.common-title-item01::before {
    content: "";
    display: block;
    width: clamp(40px, 1.165px + 10.356vw, 200px);
    height: 1px;
    background: var(--primary);
}

.common-title-item01::after {
    content: "";
    display: block;
    width: clamp(40px, 1.165px + 10.356vw, 200px);
    height: 1px;
    background: var(--primary);
}

/*===========================================================
br調整
===========================================================*/

.br-none br {
    display: none;
}

/*===========================================================
スライダー
===========================================================*/

.loopImgBx01 {
    width: 298px;
    padding-top: 412px;
    padding-bottom: 5px;
    margin: 0 36.5px;
    mask-image: url(/system_panel/uploads/images/mask01.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transform: rotate(15deg);
    position: relative;
}

.loop-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 1;
}

.loopImgBx01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    transform: rotate(-15deg);
}

.loopImgArea {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
}

.loopImgBx01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.11;
}

/*ここまで*/

.loopImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

/*アニメーション*/
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*===========================================================
ヘッダー
===========================================================*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s;
}

.header-container {
    max-width: 1830px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all .3s;
}

.header-logo {
    max-width: 74px;
    width: 100%;
}

.header-right {
    margin: 5px 0 0 auto;
    max-width: 418px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px 2.8%;
}

.header-contact-area {
    max-width: 307px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/*--is-active--*/

.header.is-active {
    background: var(--base-bg-color);
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #356194;
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #356194;
}

/*----- is-hidden -----*/

.is-hidden {
	visibility: hidden;
	transition: all .5s;
	opacity: 0;
}

/*===========================================================
ハンバーガーメニュー
===========================================================*/

/* 管理画面　*/

.gjs-dashed .spMenu {
    opacity: 1;
    pointer-events: auto;
}

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

.sp-menu-ham-box01 {
    position: sticky;
    top: 0px;
    right: 60px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.sp-menu-contact-area {
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-ham-box01-container {
    /* position: fixed; */
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.sp-header-contact-area {
    margin: 70px auto 0;
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.spNavListBox01 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.spNavBtnTxt {
    margin: 4px 0 0 auto;
    font-size: clamp(14px, 12.544px + 0.388vw, 20px);
	font-weight: 300;
	font-family: var(--font-family01);
    color: var(--base-font-color);
    letter-spacing: 0.025em;
    line-height: 1.5em;
}

.spNavLinkTxt {
    margin: 4px auto 0;
    font-size: 16px;
    color: var(--base-font-color);
}

.header-ham-box01 {
    margin: 5px 0 0 auto;
    height: 51px;
    width: 81px;
    transform-origin: center;
    transition: all .3s;
}

.header-ham-box01:hover {
    /* opacity: 0.7; */
	transform: scale(1.2);
}

/* .spNavBtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.spNavBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBar {
    width: 100%;
    height: 15px;
    position: relative;
}

.spNavBtnBarItem {
    width: 100%;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    right: 0;
    transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
    top: 0;
	width: 100%;
}

.spNavBtnBarItem:nth-of-type(2) {
    bottom: 0;
	width: 80%;
}

.spNavBtnBarItem:nth-of-type(3) {
    bottom: 0;
	width: 100%;
}

.open .spNavBtnBar {
    margin: 0 0 0 auto;
    width: 70%;
}

.open .spNavBtnBarItem {
    transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(11px) rotate(-40deg);
    width: 60%;
}

.open .spNavBtnBarItem:nth-of-type(2) {
    transform: translateY(0px) rotate(40deg);
	bottom: 20%;
	width: 60%;
}

/* .open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(0px) rotate(40deg);
	bottom: 20%;
	width: 100%;
} */

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    /* left: 0; */
    right: -100%;
    /* bottom: 0; */
    /*background: rgb(0 0 0 / 25%);*/
    z-index: 99999;
    /* pointer-events: none; */
    transition: ease .5s;
    /* transition: opacity 0.4s ease, transform 0.4s ease; */
    /* opacity: 0; */
}

.spMenu.open {
    /* opacity: 1; */
    /* pointer-events: auto; */
    right: 0;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenuConte {
    padding: 20px 15px 130px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: var(--base-bg-color);
    position: relative;
}

.spMenuConte::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background-image: url(/system_panel/uploads/images/bg01.png);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: .2;
}

.spMenuConte::-webkit-scrollbar {
    display:none;
}

.hSpNavBox {
    width: 100%;
    text-align: center;
}

.spNavList01 {
	margin: 24px 0 0;
    display: block;
    color: var(--base-font-color);
    font-size: 18px;
    font-weight: 400;
	letter-spacing: 0;
    position: relative;
    transition: all .3s;
}

/* .spNavList01::before {
    content: "";
    display: block;
	margin: 28px 0 0;
    width: 0;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    left: 0;
    bottom: -2%;
    margin: auto;
    transition: all .4s;
} */

.spNavList01:hover {
	color: var(--primary);
    /* opacity: 0.7; */
}

/* .spNavList01 p {
    display: inline;
    padding: 0 0 5px;
    position: relative;
    transition: all .3s;
}

.spNavList01 p::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
} */

.spNavList01:hover p::before {
    width: 100%;
}

.spNavList01:hover::before {
    width: 100%;
}

.header-sp-contact-area {
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/*スマホ時のナビ*/

.spNav {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    /* background: #ACACAC; */
    background: var(--primary);
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
    border-top: 1px solid var(--secondary);
	border-right: 1px solid var(--secondary);
}

.spNavConte-l:last-child {
	border-right: 0;
}

.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #FFFFFF;
}

.spFa.spFa-pageTop {
	font-size: 20px;
}

/*===========================================================
フッター
===========================================================*/

.footer-btn-area {
    gap: 20px;
}

.footer-nav-area {
    gap: 10px;
}

.footer-nav-link {
    margin: 28px 0 0;
    display: block;
    font-size: clamp(14px, 12.667px + 0.174vw, 16px);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--white);
    transition: all .3s;
}

.footer-nav-link:hover {
    color: var(--white);
    opacity: .7;
}

.footer-nav-link:first-child {
    margin: 0;
}


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


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

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



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

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

/*===========================================================
br調整
===========================================================*/

.sm-br-block br {
    display: block;
}

.sm-br-none br {
    display: none;
}

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

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

/*===========================================================
共通パーツ
===========================================================*/

.bg01 {
    background-image: url(/system_panel/uploads/images/bg01.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*===========================================================
br調整
===========================================================*/

.md-br-block br {
    display: block;
}

.md-br-none br {
    display: none;
}

/*===========================================================
スライダー
===========================================================*/


.loopImgBx01 {
    margin: 0 50px;
    width: 398px;
    padding-top: 548px;
    padding-bottom: 10px;
}

/*===========================================================
ヘッダー
===========================================================*/

.header-container {
    padding: 20px 15px;
}

.header-logo {
    max-width: 94px;
    width: 100%;
}

.header-contact-area {
    display: flex;
}

.spNavBtnTxt {
    margin: 7px 0 0 auto;
}

/*===========================================================
ハンバーガーメニュー
===========================================================*/

.header-sp-nav-area {
    flex-direction: row;
    justify-content: space-between;
}

.spNavListBox01 {
    align-items: flex-start;
}

.sp-menu-link-area {
    margin: 50px 0 0;
}

.spMenu {
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 100%;
	background: rgba(209, 205, 200, 0.7);
}

.spMenuConte {
    padding: 40px 15px 130px;
	max-width: 600px;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(0) rotate(-40deg);
    width: 100%;
}

.open .spNavBtnBarItem:nth-of-type(2) {
    transform: translateY(-11px) rotate(40deg);
	bottom: 20%;
	width: 100%;
}


/* .open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-3px) rotate(40deg);
	bottom: 20%;
	width: 100%;
} */

/*===========================================================
フッター
===========================================================*/



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

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



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

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

/*===========================================================
共通パーツ
===========================================================*/

/*===========================================================
br調整
===========================================================*/

.lg-br-block br {
    display: block;
}

.lg-br-none br {
    display: none;
}

/*===========================================================
スライダー
===========================================================*/


.loopImgBx01 {
    margin: 0 103px;
    width: 498px;
    padding-top: 688px;
    padding-bottom: 10px;
}

/*===========================================================
ヘッダー
===========================================================*/

/*===========================================================
フッター
===========================================================*/


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

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

/*===========================================================
ヘッダー
===========================================================*/


/*===========================================================
フッター
===========================================================*/

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1550px) {

/*===========================================================
ヘッダー
===========================================================*/



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