@charset "UTF-8";
/*webフォント読み込み*/
/*webフォント読み込み*/
@font-face { /*ShipporiMincho-Bold*/
font-family: 'min'; src: url("../fonts/ShipporiMincho-Bold.ttf"); src: url("../fonts/ShipporiMincho-Bold.woff2") format("woff2"), url("../fonts/ShipporiMincho-Bold.woff") format("woff"), url("../fonts/ShipporiMincho-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*ShipporiMincho-Medium*/
font-family: 'min'; src: url("../fonts/ShipporiMincho-Medium.ttf"); src: url("../fonts/ShipporiMincho-Medium.woff2") format("woff2"), url("../fonts/ShipporiMincho-Medium.woff") format("woff"), url("../fonts/ShipporiMincho-Medium.ttf") format("truetype"); font-weight: 500; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: underline; }

a { outline: none; transition: 0.3s; color: #000000; text-decoration: none; letter-spacing: 0; }

a img { transition: 0.3s; }

a:hover img { opacity: 0.7; }

:focus { outline: none; }

/* 共通設定
=========================================== */
html.loght { margin-top: 0 !important; }

html.showPage, html.showPage body { min-width: 1200px; }

html.showPage body { padding-top: 80px; }

body { background: #EEE8E2; background-image: url("../img/main/umv-sp.svg"); background-repeat: no-repeat; background-position: right top; background-size: 560px; color: #000000; font-size: 18px; line-height: 2; font-family: 'min',"YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-style: normal; font-weight: 700; letter-spacing: 0.04em; overflow-wrap: anywhere; /* 収まらない場合に折り返す */ word-break: normal; /* 単語の分割はデフォルトに依存 */ line-break: strict; /* 禁則処理を厳格に適用 */ }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: 700; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: 'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; color: #222222; letter-spacing: 0; }

.wrap { width: 1100px; margin: 0 auto; position: relative; }

table { width: 100%; }

img { max-width: 100%; height: auto; }

.no-pc { display: inline-block; pointer-events: none; text-decoration: none !important; }

div#f-trigger { opacity: 0; position: absolute; left: 0; top: 90px; z-index: -20; }

/*共通見出し設定*/
.titles01 { margin-bottom: 40px; font-weight: 700; text-align: center; }
.titles01 .en { font-size: 64px; display: block; font-weight: 500; }
.titles01 .jp { font-size: 20px; display: block; }

.titles02 { margin-bottom: 30px; font-weight: 700; }
.titles02 .en { font-size: 20px; display: block; color: #971000; margin-bottom: 5px; }
.titles02 .jp { font-size: 40px; display: block; line-height: 1.5; }

.titles03 { position: relative; width: 75px; box-sizing: border-box; padding-left: 65px; }
.titles03 span.jp { display: block; }
.titles03 span.jp > span { display: block; line-height: 1; text-align: center; font-size: 14px; }
.titles03 .en { font-size: 50px; position: absolute; left: -33px; top: 28px; transform: rotateZ(90deg); transform-origin: center; white-space: nowrap; font-weight: 500; }

.titles04 { margin-bottom: 22px; }
.titles04 .en { display: block; color: #A71301; font-size: 20px; margin-bottom: 10px; }
.titles04 .jp { display: block; font-size: 40px; line-height: 1.6; }

.titles05 { margin-bottom: 38px; }
.titles05 span.komoji { display: block; margin-bottom: 12px; font-size: 18px; padding-left: 40px; position: relative; }
.titles05 span.komoji:before { content: ""; width: 24px; height: 1px; background: #000000; position: absolute; left: 0; top: 50%; }
.titles05 span.big { font-size: 40px; display: block; line-height: 1.28; }

.titles06 { text-align: center; margin-bottom: 77px; font-size: 48px; line-height: 1.42; }

/*共通ボタン設定*/
.btn01 { width: 100%; height: 64px; display: table; max-width: 280px; }
.btn01 a,
.btn01 .blin{ display: table-cell; text-align: center; vertical-align: middle; border: solid 1px #000; position: relative; text-decoration: none; font-weight: 700; font-size: 18px;transition: 0.3s; }
.btn01 .blin .arrow,
.btn01 a .arrow { position: absolute; z-index: 2; right: 16px; top: 50%; transform: translateY(-50%); background: url("../img/common/arrow01.svg") no-repeat center; background-size: 33px; width: 35px; height: 10px; }
.btn01 a:hover,
.btn01 .blin:hover{ background-color: #fff; }

div.btn-3d { display: inline-block; position: relative; width: 200px; height: 26px; margin: 0 auto; cursor: pointer; transform-style: preserve-3d; transition: 0.3s; }

.blin:hover div.btn-3d span.m-off,
a:hover div.btn-3d span.m-off { transform: rotateX(0); }

.blin:hover div.btn-3d span.m-on,
a:hover div.btn-3d span.m-on { transform: rotateX(90deg); }

span.m-off, span.m-on { position: absolute; width: 100%; height: 100%; line-height: 32px; transition: all 0.3s; transform-origin: center center -16px; left: 0; right: 0; margin: 0 auto; }

span.m-off { transform: rotateX(-90deg); }

span.m-on { transform: rotateX(0); }

.btn02 { width: 100%; height: 60px; display: table; }
.btn02 a { display: table-cell; text-align: center; vertical-align: middle; border: solid 1px #971000; position: relative; text-decoration: none; font-weight: 700; font-size: 18px; background: #971000; color: #fff; }
.btn02 a .arrow { position: absolute; z-index: 2; right: 16px; top: 50%; transform: translateY(-50%); background: url("../img/common/arrow02.svg") no-repeat center; background-size: 33px; width: 35px; height: 10px; }
.btn02 a:hover { background-color: #770D00; border-color: #770D00; }

/*グラデーション*/
.gra-bg { display: inline-block; padding: 5px 12px; background: linear-gradient(120deg, #D80000 0%, #D80000 20%, #D85E00 100%); color: #fff; border-radius: 10px; }

.gra-text { background: linear-gradient(180deg, #D80000 0%, #D85E00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }

/*スライダー　ふわっ*/
div#mv-slider, div.item-mains, div.item-thumbs, div.item-slider.flex, div.slider02, div.slider03, div.des-slider, div.gallery-slider, div.gallery-thumbs { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.item-mains.slick-initialized, div.item-thumbs.slick-initialized, div.item-slider.flex.slick-initialized, div.slider02.slick-initialized, div.slider03.slick-initialized, div.des-slider.slick-initialized, div.gallery-thumbs.slick-initialized, div.gallery-slider.slick-initialized { opacity: 1; }

/*font*/
.min { font-family: 'min'; }

/* header */
/*-------------------------------------------*/
#header { width: 100%; z-index: 100; height: 80px; letter-spacing: 0; background: rgba(0, 0, 0, 0.8); box-sizing: border-box; position: fixed; transition: 0.3s; left: 0; top: 0; z-index: 100; min-width: 1200px; align-items: center; padding-left: 40px; display: flex; flex-wrap: wrap; align-items: center; }

div#header .logo { width: 116px; }

div#gnav { margin-left: auto; }
div#gnav ul.flex > li:first-child { margin-left: 0; }
div#gnav ul.flex > li { position: relative; height: 80px; display: table; margin-left: 32px; }
div#gnav ul.flex > li > a { color: #fff; display: table-cell; text-decoration: none; line-height: 1.4; text-align: center; vertical-align: middle; }
div#gnav ul.flex > li > a .en { display: block; font-size: 20px; }
div#gnav ul.flex > li > a .jp { display: block; font-size: 16px; }
div#gnav ul.flex > li > a:hover { color: #CECECE; }
div#gnav ul.flex > li .dr-tit { color: #fff; display: table-cell; text-decoration: none; line-height: 1.4; text-align: center; vertical-align: middle; transition: 0.3s; cursor: pointer; }
div#gnav ul.flex > li .dr-tit .en { display: block; font-size: 20px; }
div#gnav ul.flex > li .dr-tit .jp { display: block; font-size: 16px; }
div#gnav ul.flex > li:hover > .dr-tit { color: #CECECE; }
div#gnav ul.flex > li:hover > .dr-tit:after { content: ""; width: 300px; left: -100px; height: 12px; top: calc(100% - 1px); position: absolute; }
div#gnav ul.flex > li:hover .drop-wrap { height: 300px; }
div#gnav ul.flex > li.contact { width: 140px; }
div#gnav ul.flex > li.contact a { background: #971000; }
div#gnav ul.flex > li.contact a:hover { background: #770D00; color: #fff; }
div#gnav .drop-wrap { position: absolute; top: calc(100% + 10px); background: rgba(0, 0, 0, 0.8); left: -90px; overflow: hidden; height: 0; transition: 0.3s; }
div#gnav .drop-wrap > div { padding: 40px; box-sizing: border-box; width: 430px; }
div#gnav .drop-wrap > div .box { margin-bottom: 5px; padding-left: 24px; position: relative; }
div#gnav .drop-wrap > div .box a { color: #fff; }
div#gnav .drop-wrap > div .box a .text .en { font-size: 20px; }
div#gnav .drop-wrap > div .box a .text .jp { font-size: 18px; margin-left: 8px; }
div#gnav .drop-wrap > div .box:before { content: "―"; position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; top: 2px; }
div#gnav .drop-wrap > div .box:last-child { margin-bottom: 0; }
div#gnav .drop-wrap .subBox { display: none; }

/*スクロール追従*/
.fixed div#header { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

/*パンくず*/
/*-------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 0 0 8px; }

#bread ul li { display: inline-block; font-size: 14px; font-weight: 700; color: #000000; line-height: 1.4; }

ul.bread-list li a { font-size: 14px; color: #000000; }

ul.bread-list li:after { content: ">"; margin-left: 10px; margin-right: 5px; display: inline-block; position: relative; color: #000000; }

ul.bread-list li:last-child:after { content: none; }

/* メインビジュアル */
/*-------------------------------------------*/
/*TOPページ*/
div#mv { position: relative; z-index: 3; letter-spacing: 0; }

/*下層ページ*/
/* contents */
/*-------------------------------------------*/
.bg-blue { background: #F5F9FF; }

/* footer */
/*-------------------------------------------*/
aside.aside01 { position: relative; background: url("../img/p11/fl04.svg") no-repeat left top, url("../img/p11/fl03.svg") no-repeat right bottom; background-size: 480px,400px; }
aside.aside01 .u-text01 { text-align: center; margin-bottom: 40px; line-height: 1.6; }

aside.aside01 .wrap { padding: 120px 0 140px; }

.aside-innerBox { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.aside-innerBox > div { box-sizing: border-box; }
.aside-innerBox > div .tit { font-size: 24px; margin-bottom: 20px; text-align: center; }
.aside-innerBox > .box01 { background: #E3DAD0; padding: 40px 35px 40px 40px; width: 730px; display: flex; flex-wrap: wrap; }
.aside-innerBox > .box01 .tit { line-height: 42px; text-align: left; }
.aside-innerBox > .box01 .tit > span { display: inline-block; padding-left: 48px; background: url("../img/common/ico-tel-pc.svg") no-repeat center left; background-size: 40px; }
.aside-innerBox > .box01 .bh-list { margin-left: 22px; padding-left: 22px; border-left: solid 1px #C1B7AE; }
.aside-innerBox > .box01 .bh-list dl dd span.left { width: 62px; display: inline-block; }
.aside-innerBox > .box02 { background: #E3DAD0; padding: 40px; width: 360px; }
.aside-innerBox > .box02 .tit { line-height: 42px; margin-bottom: 32px; }
.aside-innerBox > .box02 .tit > span { display: inline-block; padding-left: 48px; background: url("../img/common/ico-mail-pc;.svg") no-repeat center left; background-size: 40px; }
.aside-innerBox > .box03 { padding: 40px; border: solid 1px #971000; color: #971000; margin-top: 40px; width: 100%; }
.aside-innerBox > .box03 .tit { text-align: left; }

.tel-num a { font-size: 32px; }
.tel-num a .komoji { font-size: 24px; }

.bh-list > dl { margin-bottom: 15px; line-height: 1.43; font-size: 18px; }
.bh-list > dl:last-child { margin-bottom: 0; }

div#footer { letter-spacing: 0; background: #E3DAD0; padding: 140px 0; }

.ft-info { float: left; }

.fnav-wrap { float: right; width: 670px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; z-index: 3; }
.fnav-wrap .dr-list.flex { display: block; }
.fnav-wrap .dr-list.flex .box { margin-bottom: -11px; position: relative; }
.fnav-wrap .dr-list.flex .box a { position: relative; padding-left: 24px; }
.fnav-wrap .dr-list.flex .box a .text .en { font-size: 20px; }
.fnav-wrap .dr-list.flex .box a .text .jp { font-size: 18px; margin-left: 8px; }
.fnav-wrap .dr-list.flex .box a:hover { color: #971000; }
.fnav-wrap .dr-list.flex .box a:before { content: "―"; position: absolute; left: 0; top: 0; font-size: 18px; top: 8px; }
.fnav-wrap .dr-list.flex .box:last-child { margin-bottom: 0; }
.fnav-wrap .subBox { display: none; }

h2.ft-logo { width: 166px; margin-bottom: 40px; }
h2.ft-logo img { filter: brightness(0) saturate(100%); }

.ft-text01 { font-size: 14px; line-height: 1.75; text-align: center; }

.ft-text02 { margin-top: 15px; font-size: 14px; color: #726550; }

.ft-ban { margin-top: 30px; }

.ft-tit { font-weight: 700; font-size: 16px; line-height: 24px; margin-bottom: 15px; }

ul.pc-nav { margin-top: -10px; }
ul.pc-nav > li { margin-top: 10px; }
ul.pc-nav > li .dr-tit, ul.pc-nav > li a { text-decoration: none; font-size: 24px; }
ul.pc-nav > li .dr-tit .jp, ul.pc-nav > li a .jp { font-size: 18px; margin-left: 16px; }
ul.pc-nav > li a:hover { color: #971000; }

div.sns-list.flex { justify-content: center; }
div.sns-list.flex > div { width: 30px; margin-right: 20px; }
div.sns-list.flex > div a img { transition: 0.3s; display: block; opacity: 1; }
div.sns-list.flex > div a:hover img { filter: brightness(0) saturate(100%) invert(13%) sepia(53%) saturate(5642%) hue-rotate(7deg) brightness(91%) contrast(109%); }
div.sns-list.flex > div:last-child { margin-right: 0; }

div.dr-tit { position: relative; }

.subBox { padding: 10px 0 0 20px; }
.subBox > div { margin-bottom: 7px; }
.subBox > div:last-child { margin-bottom: 0; }

ul.pp-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 14px; margin-top: 50px; }

ul.pp-list > li { margin-right: 20px; }

ul.pp-list > li a:hover { color: #971000; }

.copyright { font-size: 14px; text-align: left; margin-top: -35px; }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: fixed; right: 15px; bottom: 15px; opacity: 0; z-index: -2; transition: 0.3s; }

.fixed div#page-top { z-index: 50; opacity: 1; }

/* OTHER
=========================================== */
.tright { text-align: right; }

.tleft { text-align: left; }

.tcenter { text-align: center; }

.flL { float: left; }

.flR { float: right; }

.bold { font-weight: bold; }

.inb { display: inline-block; }

.block { display: block; }

.red { color: #A20000; }

.blue { color: #0075A4; }

.blue02 { color: #0093D6; }

.brown { color: #C07E23; }

.yellow { color: #FFD400; }

.orange { color: #EE5A35; }

.green { color: #087F82; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

.sp { display: none !important; }
