@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  color: #3A3A3A;
}

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

.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;
}

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

.font01 {
	font-family: 'Shippori Mincho', serif;
}

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

.font03 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

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

.tit01 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.1em;
    line-height: 1.91;
}

.tit02 {
    font-size: 22px;
    font-weight: 500;
	font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.1em;
    line-height: 1.48em;
}

.tit03 {
    font-size: 18px;
    font-weight: 500;
	font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.1em;
	line-height: 1.48em;
}

.enTit01 {
	font-size: 36px;
    font-weight: 600;
  	font-family: 'Cormorant', serif;
  	letter-spacing: 0.1em;
    line-height: 1.21em;
}

.enTit02 {
	font-size: 28px;
  	font-weight: 600;
  	font-family: 'Cormorant', serif;
  	letter-spacing: 0.1em;
    line-height: 1.21em;
}

.subTit01 {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 3px 0 0;
}

.titDeco01 {
    font-size: 0;
}

.titDeco01:after {
    content: "";
    display: inline-block;
    max-width: 57px;
    width: 100%;
    border-bottom: solid 1px;
    margin: 10px 0 0;
}

.titDeco02 {
    max-width: 545px;
    width: 100%;
    margin: auto;
    text-align: center;
    border: solid #ccc 22px;
    border-image-source: url(/system_panel/uploads/images/title_decoration_frame01.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
}

.titDeco03 {
    text-align: center;
}

.titDeco03:after {
    content: "";
    display: block;
    max-width: 261px;
    width: 100%;
    height: 8px;
    background: url(/system_panel/uploads/images/title_decoration_line01.svg) no-repeat center / contain;
    margin: auto;
}

.titDeco04 {
    border-bottom: dotted 2px #666E42;
    padding: 0 0 10px;
}

.titDeco05 {
    text-align: center;
}

.titDeco05:after {
    content: "";
    display: block;
    max-width: 710px;
    width: 100%;
    height: 43px;
    background: url(/system_panel/uploads/images/title_decoration_line02.svg) no-repeat center / contain;
    margin: -10px auto 0;
}

.titDeco06 {
    text-align: center;
}

.titDeco06:before {
    content: "";
    display: block;
    max-width: 126px;
    width: 100%;
    height: 34px;
    background: url(/system_panel/uploads/images/title_decoration_item01.svg) no-repeat center /contain;
    margin: 0 auto;
}

.titDeco07 {
    font-size: 0;
}

.titDeco07:after {
    content: "";
    display: inline-block;
    max-width: 86px;
    width: 100%;
    border-bottom: dotted 2px;
    margin: 10px 0 0;
}

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

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

.txtColor01 {
    color: #5D6735;
}

/*-- ボタン --*/

.btn01 {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.18em;
    position: relative;
    padding: 10px 0 11px 100px;
    color: #4B4B4B;
}

.btn01:before {
    content: "";
    display: block;
    max-width: 82px;
    width: 100%;
    height: 47px;
    border: solid 1px #5D6735;
    border-radius: 26px;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.btn01:after {
    content: "";
    display: block;
    max-width: 82px;
    width: 100%;
    height: 5px;
    border-radius: 26px;
    background: url(/system_panel/uploads/images/arrow_icon01.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.btn01--back:after {
    transform: scale(-1, 1) translateY(-50%);
}

.btn01:hover:before {
    background: #5D6735;
}

.btn01:hover:after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(25%) hue-rotate(198deg) brightness(106%) contrast(100%);
}


.btn02 {
    max-width: 310px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    padding: 10px 2% 10px 2%;
    justify-content: center;
    border: solid 1px #5D6735;
    background: #5D6735;
    color: #fff;
}

.btn02:hover {
    background: #fff;
    color: #5D6735;
}

/*-- 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: rgb(59 59 59 / 40%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

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

.incoverTit {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Cormorant', serif;
    letter-spacing: 0.1em;
    line-height: 1.21em;
}

.incoverSubTit {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 5px 0 0;
}

.incoverTit:after {
    content: "";
    display: block;
    max-width: 86px;
    width: 100%;
    height: 1px;
    border-bottom: dotted 2px #fff;
    margin: 5px auto 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: #5D6735;
}

.breadLink:hover {
    color: #5D6735;
    text-decoration: underline;
}

/*-- layout --*/

.inWrap {
    padding: 60px 0;
}

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

/*-- background --*/

.bgColor01 {
    background-color: #F0F0F0;
}

.bgColor02 {
    background-color: #F9F9F9;
}

/*-- frame --*/

.frameDeco01 {
    border: solid #ccc 8px;
    border-image-source: url(/system_panel/uploads/images/decoration_frame02.svg);
    border-image-slice: 120 fill;
    border-image-width: 60px;
    border-image-repeat: round;
}

.frameDeco01 > * {
    position: relative;
	z-index: -1;
}

.frameDeco02 {
    position: relative;
}

.frameDeco02:before, .frameDeco02:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    margin: auto;
    position: absolute;
}

.frameDeco02:before {
    background: url(/system_panel/uploads/images/decoration_frame03_line_top.svg) no-repeat center / contain;
    top: 0;
    right: 0;
    left: 0;
}

.frameDeco02:after {
    background: url(/system_panel/uploads/images/decoration_frame03_line_bottom.svg) no-repeat center / contain;
    bottom: 0;
    right: 0;
    left: 0;
}

.frameDeco03 {
    border: solid #ccc 8px;
    border-image-source: url(/system_panel/uploads/images/decoration_frame04.svg);
    border-image-slice: 74 fill;
    border-image-width: 60px;
    border-image-repeat: round;
}

.frameDeco03 > * {
    position: relative;
	z-index: -1;
}

.imgDeco01 {
    padding: 20px;
    position: relative;
}

.imgDeco01:before, .imgDeco01:after {
    content: "";
    display: block;
    max-width: 320px;
    width: 45%;
    height: 55%;
    margin: auto;
    position: absolute;
}

.imgDeco01:before {
    background: url(/system_panel/uploads/images/img_decoration_item01_top.svg) no-repeat right top / contain;
    top: 0;
    right: 0;
}

.imgDeco01:after {
    background: url(/system_panel/uploads/images/img_decoration_item01_bottom.svg) no-repeat left top / contain;
    bottom: 0;
    left: 0;
}

.imgDeco02 {
    position: relative;
    padding: 8px;
}

.imgDeco02:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border: solid #ccc 8px;
    border-image-source: url(/system_panel/uploads/images/img_decoration_item02.svg);
    border-image-slice: 126 fill;
    border-image-width: 63px;
    border-image-repeat: round;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.imgDeco03 {
    position: relative;
    padding: 5px;
}

.imgDeco03:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border: solid #ccc 8px;
    border-image-source: url(/system_panel/uploads/images/img_decoration_item03.svg);
    border-image-slice: 92 fill;
    border-image-width: 46px;
    border-image-repeat: round;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

/* -- table -- */

.baseTb {
    border: dotted 2px #B7B7B7;
    border-bottom: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}

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

.baseTh {
    background: #eee;
}

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

.header {
    z-index: 999;
}

.gnavLink:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin: auto;
    background: #CDB8D9;
    transition: .3s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

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

/*cloned*/

.header.cloned {
    position: fixed;
    top: -100%;
    transition: 1s;
    background: #fff;
}

.header.cloned .hIn {
    padding: 0 15px 0 0 !important;
    justify-content: space-between;
}

.header.cloned .hLogo {
    position: static;
    margin: 0;
}

.header.cloned .hLogo > img {
    max-width: 100px;
    width: 50%;
}

.header.cloned .hFrame {
    margin: 0 0 0 2%;
}

.header.cloned.is-active {
    top: 0;
}

.header.cloned .navArea {
    display: none;
}

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

.humBtn {
    max-width: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 999;
    margin: 0 0 0 2%;
}

.humBar {
    width: 100%;
    height: 26px;
    position: relative;
}

.humBar > div {
    width: 100%;
    height: 2px;
    background: #5D6735;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.humBar > div:nth-child(1) {
    top: 0;
}

.humBar > div:nth-child(2) {
    top: 50%;
}

.humBar > div:nth-child(3) {
    top: 100%;
}

.open .humBar > div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg);
}

.open .humBar > div:nth-child(2) {
	opacity: 0;
}

.open .humBar > div:nth-child(3) {
    top: 50%;
    transform: rotate(135deg);
}

.navArea {
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.navArea.open {
    opacity: 1;
    visibility: visible;
}

.navContent {
    overflow: auto;
}

/*スマホ時のナビ*/

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

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

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

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

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

.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: #fff;
	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: #5D6735;
	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: rgb(26 26 26 / 95%);
	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: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
}

.spMenuLink:hover {
	color: #fff;
}

.gjs-dashed .translationDrop {
	display: block;
}

.gjs-dashed .spTranslationDrop {
	display: block;
}

.translation {
	z-index: 9;
}

.translationArea {
	cursor: pointer;
}

.priceChange {
    margin-right: 10px;
}

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

.fContactCard {
    border: solid #ccc 18px;
    border-image-source: url(/system_panel/uploads/images/decoration_frame01.svg);
    border-image-slice: 60 fill;
    border-image-width: 60px;
    border-image-repeat: round;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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;
}
  
/*-- タイトル --*/

.tit01 {
    font-size: 28px;
}

.tit02 {
    font-size: 26px;
}

.tit03 {
    font-size: 20px;
}
	
.enTit01 {
	font-size: 58px;
}
  
.enTit02 {
	font-size: 34px;
}

.subTit01 {
	font-size: 14px;
}

/*-- ボタン --*/

.btn01 {
    font-size: 18px;
}
  
/*-- 下層カバー --*/

.incover {
    height: 460px;
}

.incoverTit {
    font-size: 58px;
}

.incoverSubTit {
    font-size: 14px;
}

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

.breadBox {
    font-size: 15px;
}


/* -- table -- */

.baseTh {
    border-right: dotted 2px #B7B7B7;
    background: unset;
}

.baseTh, .baseTd {
    padding: 20px;
}
	
/*-- header -----------------------------------------------------------------*/

.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* 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;
}
  
/*-- タイトル --*/
  
.tit01 {
    font-size: 35px;
}

.tit02 {
    font-size: 33px;
}

.tit03 {
    font-size: 22px;
}
	
.enTit01 {
	font-size: 75px;
}
  
.enTit02 {
	font-size: 40px;
}

.subTit01 {
	font-size: 16px;
}

.titDeco01:after {
    margin: 15px 0 0;
}

.titDeco04 {
    padding: 0 0 15px;
}

/*-- ボタン --*/

.btn01 {
    font-size: 22px;
}

.btn02 {
    min-height: 65px;
    padding: 20px 2%;
}
	
/*-- 下層カバー --*/

.incover {
    height: 586px;
}

.incoverTit {
    font-size: 76px;
}

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

.incoverTit:after {
    margin: 10px auto 0;
}

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

.breadWrap {
    padding: 20px 0;
}

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

/*-- frame --*/

.frameDeco01 {
    border: solid #ccc 16px;
    border-image-source: url(/system_panel/uploads/images/decoration_frame02.svg);
    border-image-slice: 120 fill;
    border-image-width: 120px;
    border-image-repeat: round;
}

.imgDeco02 {
    padding: 16px;
}

.imgDeco02:before {
    border: solid #ccc 8px;
    border-image-source: url(/system_panel/uploads/images/img_decoration_item02.svg);
    border-image-slice: 126 fill;
    border-image-width: 126px;
    border-image-repeat: round;
}

.imgDeco01 {
    padding: 40px;
}

.imgDeco03 {
    padding: 10px;
}

.imgDeco03:before {
    border: solid #ccc 8px;
    border-image-source: url(/system_panel/uploads/images/img_decoration_item03.svg);
    border-image-slice: 92 fill;
    border-image-width: 92px;
    border-image-repeat: round;
    position: absolute;
}
	
/*-- header --------------------------------------------------------------*/
	
/*cloned*/
	
.header.cloned .hFrame {
    margin: 0 0 0 2%;
    padding: 13px 0 !important;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*-- タイトル --*/
  
.tit02 {
    font-size: 33px;
}

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

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

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

/*-- 改行 --*/

.br1200None br {
	display: none;
}

/*-- header --------------------------------------------------------------*/
  
.hFrame {
    padding: 41px 0 40px 0 !important;
}
  
.gnav {
    font-size: 22px !important;
}
  
.hBox {
    max-width: 390px !important;
}
  
.hContactLink {
    padding: 24px 0 !important;
}
  
.hContactLink {
    max-width: 143px !important;
}

.hContactTxt {
    display: block !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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


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

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

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

.hLogo {
    width: 13% !important;
}

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

