@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family: "Zen Kaku Gothic Antique", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #402A09;
  background: #F8F6F1;
}

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

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

a, button {
	transition: .3s;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- 画像 --*/

.imgControl {
  position: relative;
  padding: 0 0 100%;
}

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

.imgFit {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.imgRounded01 {
    border-radius: 15px;
}

/*-- フォント --*/

.font01 {
	font-family: 'Zen Maru Gothic', sans-serif;
}

.font02 {
	font-family: 'Quicksand', sans-serif;
}

/*-- タイトル --*/

.enTit01 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.24em;
}

.tit01 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.45em;
}

.subTit01 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.45em;
}

.titDeco01 {
  	font-size: 0;
    position: relative;
}

.titDeco01:after {
    content: "";
    display: inline-block;
    max-width: 124px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    margin: 8px 0 0;
}

.inSubTit01 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.45em;
}

/*-- テキスト --*/

.txt01 {
	line-height: 2.77em;
  	letter-spacing: 0.1em;
}

.txtColor01 {
	color: #714D16;
}

.txtColor02 {
	color: #8A663F;
}

.txtDeco01 {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.txtDeco01:before, .txtDeco01:after {
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    background: url(/system_panel/uploads/images/text_decoration01.svg) no-repeat center / contain;
    position: absolute;
}

.txtDeco01:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.txtDeco01:after {
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(-1, 1);
}

/*-- ボタン --*/

.btn01 {
    max-width: 215px;
    width: 100%;
    display: block;
    position: relative;
}

.btn01In {
    max-width: 153px;
    width: 75.94%;
    background: #A68B62;
    border-radius: 50%;
    position: relative;
    padding: 20px 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.27em;
    text-align: center;
}

.btn01In:before {
    content: "";
    display: block;
    border: solid 1px #714D16;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
}

.btn01-white .btn01In {
    background: #fff;
    color: #714D16;
}

.btn01-white .btn01In:before {
    border-color: #fff;
}

.btn01-bright .btn01In {
    background: #C3AA74;
}

.btn01:before {
    content: "";
    display: block;
    max-width: 89px;
    width: 21.7%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1;
}

.btn01:after {
    content: "";
    display: block;
    max-width: 29px;
    width: 100%;
    height: 23px;
    margin: auto;
    background: url(/system_panel/uploads/images/btn_scissors_icon01_off.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.btn01-bright:after {
    background: url(/system_panel/uploads/images/btn_scissors_icon02_off.svg) no-repeat center / contain;
}

.btn01:hover .btn01In {
    opacity: .8;
}

.btn01:hover:before {
    opacity: 0;
}

.btn01:hover:after {
    max-width: 33px;
    height: 12px;
    background: url(/system_panel/uploads/images/btn_scissors_icon01_on.svg) no-repeat center / contain;
}

.btn01-bright:hover:after {
    background: url(/system_panel/uploads/images/btn_scissors_icon02_on.svg) no-repeat center / contain;
}

.btn02 {
    max-width: 294px;
    width: 100%;
    display: block;
    border: solid 1px #A68B62;
    border-radius: 40px;
    background: #A68B62;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    text-align: center;
    padding: 12px 2% 14px;
}

.btn02 > p {
    display: inline-block;
    position: relative;
}

.btn02 > p:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
}

.btn02:hover {
    background: #fff;
    color: #A68B62;
}

.btn02:hover > p:before {
    background-image: linear-gradient(to right, #A68B62, #A68B62 4px, transparent 4px, transparent 9px);
}

.sendBtn ,
.backBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background: #A68B62;
    border: solid 2px #A68B62;
    border-radius: 15px;
    font-family: 'Zen Maru Gothic', sans-serif!important;
    color: #fff;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}

.sendBtn::before ,
.backBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    transition: all .3s;
}

.sendBtn::before {
    right: 8%;
    transform: rotate(45deg);
}

.backBtn p ,
.sendBtn p {
    color: #fff;
    transition: all .3s;
}

.backBtn:hover p ,
.sendBtn:hover p {
    color: #A68B62;
    transition: all .3s;
}

.backBtn::before {
    left: 8%;
    transform: rotate(225deg);
}

.sendBtn:hover ,
.backBtn:hover {
    background: #fff;
    color: #A68B62;
    transition: all .3s;
}

.sendBtn:hover::before ,
.backBtn:hover::before {
    border-top: solid 2px #A68B62;
    border-right: solid 2px #A68B62;
    transition: all .3s;
}

/*-- Bootstrapスライダー --*/

.carousel-indicators {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    position: static;
    margin: 0 -5px;
}

.indicator {
    width: 20%;
    margin: 10px 0 0;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.carousel-indicators .active {
	background: unset;
 }

.indicator:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    margin: auto;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.indicator:hover:after, .indicator.active:after {
    opacity: 1;
}

/*-- 下層カバー --*/

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

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(135, 121, 101, .4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.incoverBox {
    padding: 0 15px;
    text-align: center;
    color: #fff;
    position: relative;
}

.incoverTit {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.24em;
}

.incoverSubTit {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.45em;
    margin: 5px 0 0;
}

.incoverTit:after {
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

/*-- パンくず --*/

.breadWrap {
    padding: 10px 0;
}

.breadBox {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1em;
}

.breadLink {
    color: #402A09;
}

.breadLink:hover {
    color: #402A09;
    text-decoration: underline;
}

/*-- layout --*/

.inWrap {
    padding: 60px 0;
}

.inner {
    max-width: 1460px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 1.5em;
}

/* -- table -- */

.baseTb {
    position: relative;
    margin: 0;
    /* border: dotted 2px #877965; */
    border-bottom: 0;
    font-weight: 500;
}

.baseTh, .baseTd {
    padding: 15px;
	/* border-bottom: dotted 2px #877965; */
}

.baseTh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #D0BF9C;
}

.baseTd {
    background: #EFE8D9;
}

.baseTb:first-child .baseTh {
    border-radius: 15px 15px 0 0;
}

.baseTb:nth-child(7) .baseTd {
    border-radius: 0 0 15px 15px;
}

.tableRow {
    position: relative;
    margin: 0;
}

.tableRow::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66.666667%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
}

.tableRow::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33.333333%;
    height: 2px;
    background: #714D16;
}

.tableTh {
    display: flex;
    padding: 15px 15px 0;
    font-weight: 700;
    align-items: center;
}

.tableTd {
    padding: 5px 15px 15px;
    text-align: left;
}

/* -- form -- */

.requiredText {
    padding: 2px 4px 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: #D23737;
}

.formInput {
    width: 100%;
    border: none;
    border-radius: 5px;
}

.zipInput {
    border: none;
}

.formTextArea {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 5px;
}

.radioArea > div {
    margin-right: 1rem;
}

.radioArea > div:last-child {
    margin-right: 0;
}

.radioArea .radio {
    margin-right: 0.25rem;
}

.radioArea .label {
    margin-bottom: 0!important;
}

.addArea:first-child > label:first-child {
    margin-right: 0.25rem!important;
}

.zipInput:nth-child(2) {
    width: 10%;
}

.zipInput:nth-child(4) {
    width: 20%;
}

.addArea:nth-child(2) ,
.addArea:nth-child(3) ,
.addArea:nth-child(4) {
    margin-top: 1rem!important;
}

.privacyBox {
    height: 400px;
    width: 100%;
    margin: 40px auto 30px auto;
    padding: 30px 2% 30px 2%;
    background: #fff;
    border: 1px solid #EFE8D9;
    overflow-y: scroll;
    overflow-x: hidden;
}

.privacyBox::-webkit-scrollbar {
    width: 10px;
}

.privacyBox::-webkit-scrollbar-track {
    background-color: #EFE8D9;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #D0BF9C;
}

.privacyDt {
    border-left: 5px solid #D0BF9C!important;
    border-bottom: 1px solid #EFE8D9;
    padding: 0 0 3px 10px;
    font-weight: 700;
    margin: 31px 0 0 0;
    color: #714D16;
    letter-spacing: 0.1em;
}

.privacyDd {
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 23px 0 0 0;
    letter-spacing: 0.1em;
    line-height: 1.66em;
}

.ppFlexBox {
    display: flex;
    margin: 5px 0 0 0;
}

.privacyDdFlex {
    display: flex;
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 23px 0 0 0;
    letter-spacing: 0.1em;
    line-height: 1.66em;
}

.ppFlexBox > p {
    margin-right: 0.5rem;
    white-space: nowrap;
}

.privacyDdFlex > p {
    margin-right: 0.5rem;
    white-space: nowrap;
}

.ppCheckBox {
    margin-top: 30px;
}

.formCheck {
    margin-right: 0.25rem;
}

.privacyLabel {
    margin-bottom: 0!important;
}

.formBtnBox {
    margin-top: 30px;
}

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

.hBtn01:hover > * {
    opacity: .6;
}

.hBtn02:hover > * {
    opacity: .6;
}

/*スマホ時のナビ*/

.spNav {
	max-width: calc(100% - 60px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #EFE8D9;
}

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

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #fff;
}

.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: #AF8556;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1em;
	color: #AF8556;
}

.spNavBtn {
	padding: 10px 5px 5px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #AF8556;
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

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

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

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

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

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: #EFE8D9;
	z-index: 9999999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 15px;
}

.spMenuBx {
	display: flex;
	flex-wrap: wrap;
}

.spMenuConte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

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

.spMenuLink {
	width: 100%;
	padding: 15px;
	display: block;
	color: #402A09;
	border-bottom: 1px solid #402A09;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
}

.spMenuLink:hover {
	color: #fff;
}

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

.fContactCol:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.fContactCol:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
}

.fContactLinkTxtBox > * {
    position: relative;
}

.fContactLinkTxtBox:after {
    content: "";
    display: block;
    width: 1px;
    height: 63px;
    background-image: linear-gradient(to bottom, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 1px 9px;
    background-position: right top;
    background-repeat: repeat-y;
    margin: auto;
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
}

.fContactLink:after {
    content: "";
    display: block;
    width: 43px;
    height: 55px;
    background: url(/system_panel/uploads/images/f_scissors_icon01_off.svg) no-repeat center / contain;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
}

.fContactLink:hover .fContactLinkTxtBox:after {
    display: none;
}

.fContactLink:hover:after {
    width: 23px;
    height: 63px;
    bottom: 60px;
    background: url(/system_panel/uploads/images/f_scissors_icon01_on.svg) no-repeat center / contain;
}

.fContactLinkTxtBox:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: .3s;
}

.fContactLink01:hover .fContactLinkTxtBox:before {
    background: rgb(175 133 86 / 50%);
}

.fContactLink02:hover .fContactLinkTxtBox:before {
    background: rgb(195 170 116 / 50%);
}

.fContactLink03:hover .fContactLinkTxtBox:before {
    background: rgb(6 199 85 / 50%);
}

.copy:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fContactCtr > .row {
    position: relative;
}

.fContactCtr > .row:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.fContactCtr > .row:first-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

/* -- 下層 -- */

/* -- menu -- */

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

.menuBtn:hover {
    background-color: #714D16;
    transition: .3s;
}

.menuTxtBox > div:nth-child(2) {
    margin-top: 30px;
}

.menuPriceBox::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
}

/* --staff -- */

.staffNameBox::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
}

/* -- salon -- */

.salonRow::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
}

.salonRow::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 2px;
    background: #714D16;
}

.googleMap {
    display: block;
    width: 100%;
    height: 360px;
    margin: 0 auto;
}

.googleMap > iframe {
    width: 100%;
    height: 100%;
}

/* -- recruit -- */

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

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

/* -- contact -- */

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

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



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

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



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

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


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

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

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

body {
	font-size: 16px;
}

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

/*-- 改行 --*/
.br768None br {
	display: none;
}

/*-- タイトル --*/

.enTit01 {
    font-size: 36px;
}

.tit01 {
    font-size: 28px;
}

.subTit01 {
    font-size: 16px;
}

.inSubTit01 {
    font-size: 26px;
}

/*-- ボタン --*/

.btn01In {
    font-size: 20px;
}

/*-- 下層カバー --*/

.incover {
    height: 460px;
}

.incoverTit {
    font-size: 58px;
}

.incoverSubTit {
    font-size: 14px;
}

/*-- パンくず --*/

.breadBox {
    font-size: 15px;
}

/* -- table -- */

/* .baseTh {
    border-right: dotted 2px #877965;
    background: unset;
} */

.baseTh, .baseTd {
    padding: 20px;
}

.baseTb:first-child .baseTh {
    border-radius: 15px 0 0 0;
}

.baseTb:first-child .baseTd {
    border-radius: 0 15px 0 0;
}

.baseTb:nth-child(7) .baseTh {
    border-radius: 0 0 0 15px;
}

.baseTb:nth-child(7) .baseTd {
    border-radius: 0 0 15px 0;
}

.baseTb::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
}

.baseTb:nth-child(7)::after {
    display: none;
}

.tableTd ,
.tableTh {
    padding: 15px;
}
	
/*-- header -----------------------------------------------------------------*/

.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}

/*-- フッター -----------------------------------------------------------------*/

.fContactCol:first-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 1px 9px;
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
}

.fContactCol:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 1px 9px;
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
}

/* -- 下層 -- */

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

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

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

.reserveAppImgArea {
    clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
}

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

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

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



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


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

body {
	font-size: 18px;
}

/*-- 共通 -----------------------------------------------------------------*/

/*-- 改行 --*/
.br1024None br {
	display: none;
}

/*-- タイトル --*/

.enTit01 {
    font-size: 42px;
}

.tit01 {
    font-size: 32px;
}

.subTit01 {
    font-size: 18px;
}

.inSubTit01 {
    font-size: 32px;
}

.txtDeco01:before, .txtDeco01:after {
    width: 21px;
    height: 22px;
}

/*-- ボタン --*/

.btn01 {
    max-width: 395px;
}

.btn01In {
    max-width: 295px;
    padding: 37px 15px 35px;
    font-size: 22px;
}

.btn01:before {
    max-width: 89px;
    right: 57px;
}

.btn01:after {
    max-width: 55px;
    height: 43px;
}

.btn01:hover:after {
    max-width: 63px;
    height: 23px;
}

.btn02 {
    padding: 24px 2% 27px;
}
	
/*-- 下層カバー --*/

.incover {
    height: 480px;
}

.incoverTit {
    font-size: 76px;
}

.incoverSubTit {
    font-size: 16px;
    margin: 10px 0 0;
}

/*-- パンくず --*/

.breadWrap {
    padding: 20px 0;
}

.breadBox {
    font-size: 16px;
}
	
/*-- layout --*/
  
.inWrap {
    padding: 100px 0;
}

/*-- フッター -----------------------------------------------------------------*/

.fContactLinkTxtBox:before {
    width: 144px;
    height: 144px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*-- タイトル --*/
	
.inSubTit01 {
    font-size: 32px;
}

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

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

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

/*-- 改行 --*/

.br1200None br {
	display: none;
}

/*-- ヘッダー -----------------------------------------------------------------*/

.hIn {
    padding: 0 0 0 15px !important;
}

.hBox {
    max-width: 1326px !important;
}

.hBtnArea {
    max-width: 296px !important;
    width: 35% !important;
    position: static !important;
    margin: 0 0 0 3.61% !important;
}

.hBtn01 {
    width: 50% !important;
}

.hBtn02 {
    width: 50% !important;
}

/*-- 共通 -----------------------------------------------------------------*/

/*-- タイトル --*/

.enTit01 {
    font-size: 65px;
}

.tit01 {
    font-size: 40px;
}

.subTit01 {
    font-size: 22px;
}

/*-- フッター -----------------------------------------------------------------*/

.fContactLinkTxtBox {
    font-size: 30px !important;
}

.fContactTel {
    font-size: 35px !important;
}

/* -- 下層 -- */

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

.curriculumItemBox:before {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #714D16, #714D16 4px, transparent 4px, transparent 9px);
    background-size: 9px 1px;
    background-position: right top;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: -21px;
}

.curriculumItemBox:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #714D16;
    position: absolute;
    right: 0;
    bottom: -21px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.fR.jp_new{
    max-width: 450px;
}
.jp_new .fnav .fnavLink{
    font-size: 16px;
}
.jp_new .gnavLink{
    font-size: 15px;
}
.jp_new .hBtn01Txt{
    font-size: 15px;
}
.jp_new .hBtn02Txt{
    font-size: 15px;
}
.incoverSubTit_contact{
    font-size: 32px;
}
@media screen and (min-width:768px) {
.incoverSubTit_contact{
    font-size: 54px;
}
}
@media screen and (min-width:1024px) {
.incoverSubTit_contact{
    font-size: 72px;
}
}