@charset "UTF-8";
/*webフォント読み込み*/
@font-face { /*notosansレギュラー*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Regular.otf"); src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NNotoSansJP-Regular.otf") format("truetype"); font-weight: 400; }
@font-face { /*notosansミディアム*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Medium.otf"); src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("truetype"); font-weight: 500; }
@font-face { /*notosansボールド*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Bold.otf"); src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("truetype"); font-weight: 700; }
@font-face { /*notosansボールド*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Black.otf"); src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.otf") format("truetype"); font-weight: 900; }
@font-face { /*Roboto-Medium*/
font-family: 'robo'; src: url("../fonts/Roboto-Medium.otf"); src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.otf") format("truetype"); font-weight: 500; }
@font-face { /*Roboto-Bold*/
font-family: 'robo'; src: url("../fonts/Roboto-Bold.otf"); src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.otf") format("truetype"); font-weight: 700; }
/* 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; }

/* 共通設定
=========================================== */
#wpadminbar { position: absolute !important; }

html.loght { margin-top: 0 !important; }

html.showPage { margin-top: 0 !important; }

html.showPage, html.showPage body { min-width: 1260px; }

body { background: #fff; color: #000000; font-size: 16px; line-height: 1.6; font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-style: normal; font-weight: 400; overflow-wrap: anywhere; /* 収まらない場合に折り返す */ word-break: normal; /* 単語の分割はデフォルトに依存 */ line-break: strict; /* 禁則処理を厳格に適用 */ }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: 700; letter-spacing: 0; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; color: #000000; 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: 30px; font-weight: 700; }
.titles01 .en { color: #1E008B; font-size: 20px; line-height: 1; display: block; position: relative; z-index: 2; text-transform: uppercase; margin-bottom: 6px; }
.titles01 .en > span { display: inline-block; position: relative; }
.titles01 .en > span:before { content: ""; background: url("../img/common/tit-ico01.svg") no-repeat; width: 42px; height: 42px; background-size: contain; z-index: -1; left: -24px; top: -10px; position: absolute; }
.titles01 .jp { font-size: 36px; line-height: 1.6; display: block; }

.titles01.type02 { text-align: center; }
.titles01.type02 .en { color: #fff; }
.titles01.type02 .en > span:before { left: 0; right: 0; margin: 0 auto; background-image: url("../img/common/tit-ico01-w.svg"); }
.titles01.type02 .jp { color: #FFFFFF; }

.titles02 { margin-bottom: 30px; font-weight: 700; font-size: 26px; }
.titles02 > span { display: inline-block; padding-left: 35px; background: url("../img/common/tit-ico02.svg") no-repeat left center; }

.titles03 { text-align: center; color: #fff; position: relative; font-weight: 700; }
.titles03 .en { display: block; opacity: 0.08; font-size: 128px; line-height: 1; text-transform: uppercase; }
.titles03 .jp { line-height: 1.6; font-size: 48px; position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%); z-index: 2; }

.titles05 { margin-bottom: 20px; font-weight: 700; font-size: 22px; position: relative; }

.titles05:before { content: ""; width: 32px; height: 2px; background: #1E008B; position: absolute; top: 15px; left: -40px; }

/*共通ボタン設定*/
.btn01 { min-width: 320px; height: 72px; display: table; }
.btn01 a { display: table-cell; text-decoration: none; color: #fff; border: solid 1px #1E008B; border-radius: 40px; position: relative; text-align: center; vertical-align: middle; padding: 5px 55px 5px 40px; background: #1E008B; font-size: 16px; line-height: 1.2; font-weight: 700; transition: 0.3s; }
.btn01 a span.arrow { position: absolute; right: 19px; top: 50%; transform: translateY(-50%); z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 40px; height: 24px; border-radius: 20px; background: #fff; }
.btn01 a span.arrow img { display: block; transition: 0.3s; }
.btn01 a:hover { color: #1E008B; background: #fff; }
.btn01 a:hover span.arrow { background: #1E008B; }
.btn01 a:hover span.arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(337deg) brightness(106%) contrast(101%); }

/*グラデーション*/
.gra01 { display: inline-block; padding: 4px 10px; background: linear-gradient(120deg, #1E008B 0%, #5391EE 100%); color: #fff; }

.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.slider01, div.gallery-main, div.gallery-thumbs, div.belt-slider { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.slider01.slick-initialized, div.gallery-main.slick-initialized, div.gallery-thumbs.slick-initialized, div.belt-slider.slick-initialized { opacity: 1; }

/*font*/
.en, .robo, .num { font-family: 'robo'; }

/* header */
/*-------------------------------------------*/
.home #header { background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%); }

#header { position: fixed; transition: 0.3s; left: 0; top: 0; z-index: 200; height: 100px; width: 100%; box-sizing: border-box; padding: 10px 60px 0; color: #fff; background: #fff; }
#header .tel-num a { color: #fff; }

.logo a { text-decoration: none; display: inline-block; padding-left: 72px; background: url("../img/common/logo-mark.svg") no-repeat left top; padding-top: 12px; }
.logo a img { display: block; transition: 0s; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(119deg) brightness(110%) contrast(101%); }

.head-inner.flex { position: relative; align-items: flex-end; }
.head-inner.flex .head-text { position: absolute; left: 0; top: 0; font-weight: 500; font-size: 12px; line-height: 1; }

.c-feat { margin-left: 20px; text-align: center; }
.c-feat > div { border: solid 1px; font-size: 12px; line-height: 1; padding: 5px; box-sizing: border-box; width: 92px; border-radius: 2px; margin-bottom: 4px; }
.c-feat > div:last-child { margin-bottom: 0; }

div.head-right { margin-left: auto; }
div.head-right .tel-set.tel-set01 { display: flex; flex-wrap: wrap; align-items: center; }
div.head-right .tel-set.tel-set01 .tel-num a { display: inline-block; padding-left: 30px; font-size: 26px; font-weight: 500; font-family: "robo"; background: url("../img/common/ico-tel-w.svg") no-repeat left center; }
div.head-right .tel-set.tel-set01 .bh { font-size: 14px; font-weight: 500; margin-left: 10px; }
div.head-right div.box01 { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }

.tel-set .bh { font-size: 14px; font-weight: 500; }

.tel-num a { font-family: 'robo'; font-size: 26px; line-height: 1; font-weight: 500; }

.fax-num { font-family: 'robo'; font-size: 26px; line-height: 1; font-weight: 500; }

div#gnav { margin-top: 10px; }
div#gnav ul.flex { justify-content: flex-end; }
div#gnav ul.flex > li { font-size: 16px; margin-left: 24px; font-weight: 500; line-height: 1.1; position: relative; }
div#gnav ul.flex > li a { text-decoration: none; color: #fff; transition: 0s; }
div#gnav ul.flex > li a:hover { text-decoration: underline; }

.btn01.contact-btn { min-width: 168px; height: 48px; margin-left: 28px; }
.btn01.contact-btn a { padding: 0; border-radius: 4px; display: flex; flex-wrap: wrap; width: 100%; box-sizing: border-box; align-items: center; justify-content: center; height: 48px; }
.btn01.contact-btn a .ico { margin-right: 6px; position: relative; }
.btn01.contact-btn a .ico img { display: block; transition: 0s; opacity: 1; }
.btn01.contact-btn a:hover img { filter: brightness(0) saturate(100%) invert(15%) sepia(58%) saturate(3687%) hue-rotate(249deg) brightness(81%) contrast(143%); }

li.drop { cursor: pointer; }

.dr-tit { position: relative; padding-right: 16px; }
.dr-tit .arrow { position: absolute; right: 0; top: 7px; }
.dr-tit .arrow img { display: block; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(119deg) brightness(110%) contrast(101%); }

.nav03 .drop-wrap { width: 190px; left: calc(50% - 95px); }

.drop-wrap { width: 310px; background: #EBF6FF; color: #000000; position: absolute; top: calc(100% + 15px); left: calc(50% - 155px); z-index: 10; height: 0; overflow: hidden; transition: 0.3s; padding: 0 30px; box-sizing: border-box; border-radius: 10px; }

li:hover .dr-tit { text-decoration: underline; }
li:hover .dr-tit .arrow { transform: rotateZ(-180deg); }
li:hover .drop-wrap { padding-top: 30px; padding-bottom: 30px; height: auto; box-shadow: 0 0 0 1px #efecec; }

li.nav07 .drop-wrap { left: auto; right: 0; }

li.drop:hover { cursor: pointer; }

li.drop:hover:before { content: ""; width: calc(100% + 200px); top: calc(100% - 1px); position: absolute; left: 50%; transform: translateX(-50%); height: 30px; }

ul.nav-sub > li { line-height: 20px; margin-bottom: 18px; }
ul.nav-sub > li a { display: flex; font-weight: 700; position: relative; color: #000000 !important; }
ul.nav-sub > li a span.arrow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 40px; height: 24px; border-radius: 20px; background: #1E008B; margin-right: 10px; box-sizing: border-box; border: solid 1px #1E008B; }
ul.nav-sub > li a span.arrow img { display: block; transition: 0s; opacity: 1; }
ul.nav-sub > li a:hover { color: #1E008B !important; }
ul.nav-sub > li a:hover span.arrow { background: #fff; }
ul.nav-sub > li a:hover span.arrow img { filter: brightness(0) saturate(100%) invert(16%) sepia(92%) saturate(3926%) hue-rotate(253deg) brightness(53%) contrast(131%); }
ul.nav-sub > li:last-child { margin-bottom: 0; }

.fixed #header, body:not(.home) #header { color: #000000; }
.fixed #header .tel-num a, body:not(.home) #header .tel-num a { color: #000000; background-image: url("../img/common/ico-tel.svg"); }
.fixed .dr-tit .arrow img, body:not(.home) .dr-tit .arrow img { filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(309deg) brightness(93%) contrast(107%); }
.fixed li.drop:hover .dr-tit, body:not(.home) li.drop:hover .dr-tit { color: #1E008B !important; text-decoration: none; }
.fixed li.drop:hover .dr-tit .arrow img, body:not(.home) li.drop:hover .dr-tit .arrow img { filter: brightness(0) saturate(100%) invert(9%) sepia(77%) saturate(6650%) hue-rotate(251deg) brightness(67%) contrast(118%); }
.fixed div#gnav ul.flex > li a, body:not(.home) div#gnav ul.flex > li a { color: #000000; }
.fixed div#gnav ul.flex > li a:hover, body:not(.home) div#gnav ul.flex > li a:hover { color: #1E008B; text-decoration: none; }
.fixed .logo a img, body:not(.home) .logo a img { filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(15%) hue-rotate(246deg) brightness(105%) contrast(105%); }

/*スクロール追従*/
.fixed div#header { background: #FFFFFF; background-size: cover; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); padding-top: 10px; }

/*パンくず*/
/*-------------------------------------------*/
div#bread { z-index: 2; position: relative; }

#bread ul { display: flex; flex-wrap: wrap; align-items: center; }

#bread ul li { display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; font-weight: 500; color: #1E1E1E; vertical-align: middle; }

ul.bread-list li a { font-size: 14px; color: #1E1E1E; }
ul.bread-list li a img { display: block; vertical-align: middle; }

#bread ul.bread-list li:after { content: ">"; display: inline-block; position: relative; vertical-align: middle; margin: 0 9px; color: #1E1E1E; }

#bread ul.bread-list li:last-child:after { content: none; }

#bread ul.bread-list li:last-child, #bread ul.bread-list li:last-child a { color: #1E1E1E; }

/* メインビジュアル */
/*-------------------------------------------*/
/*TOPページ*/
div#mv { position: relative; z-index: 3; letter-spacing: 0; }

/*下層ページ*/
/* contents */
/*-------------------------------------------*/
/* footer */
/*-------------------------------------------*/
aside#aside01 { padding: 110px 0 74px; background: url("../img/common/aside-bg.jpg") no-repeat center top; background-size: cover; }

.u-text01 { text-align: center; font-weight: 700; color: #fff; }

.contact-types.flex { justify-content: space-between; position: relative; z-index: 3; }
.contact-types.flex > div.box { background: #FFFFFF; border-radius: 10px; padding: 30px; box-sizing: border-box; width: 360px; text-align: center; }
.contact-types.flex > div.box .ico { margin-bottom: 10px; }
.contact-types.flex > div.box h3.tit { margin-bottom: 10px; font-weight: 700; color: #1E008B; font-size: 20px; }
.contact-types.flex > div.box .btn01 { width: 100%; min-width: 260px; }
.contact-types.flex > div.box .tel-set01 { text-align: center; }
.contact-types.flex > div.box .tel-num { display: block; line-height: 1; }
.contact-types.flex > div.box .tel-num a { font-size: 40px; }
.contact-types.flex > div.box .fax-num { line-height: 1; font-size: 40px; }
.contact-types.flex > div.box .bh { font-size: 14px; font-weight: 500; text-align: center; }
.contact-types.flex > div.box .tel-num .cap { display: none; }

.c-bikou { font-weight: 500; margin-top: 10px; }

.aside-textBox { color: #fff; margin-bottom: 25px; }
.aside-textBox > .text { font-weight: 700; }

ul.feat-list01.flex { margin-bottom: 15px; }
ul.feat-list01.flex > li { padding: 0 18px; border-radius: 20px; background: #1E008B; font-size: 18px; font-weight: 700; line-height: 34px; margin-right: 10px; }
ul.feat-list01.flex > li:last-child { margin-right: 0; }

.ilu-sb { width: 468px; height: 254px; position: absolute; right: 44px; top: 52px; background: url("../img/common/ilu-aside.svg") no-repeat right top; }
.ilu-sb .sb { background: url("../img/common/aside-sb.png") no-repeat; width: 282px; height: 94px; display: table; margin-top: 94px; background-size: 100%; }
.ilu-sb .sb > span { display: table-cell; padding-left: 25px; vertical-align: middle; font-size: 16px; line-height: 1.5; font-weight: 700; }

div#ftMap { height: 440px; }
div#ftMap iframe { width: 100%; height: 100%; }

div#ftBox01 { padding: 100px 0 100px; overflow: hidden; }
div#ftBox01 > .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
div#ftBox01 > .wrap div.left { order: 1; width: 240px; }
div#ftBox01 > .wrap div#fnav { order: 2; }
div#ftBox01 > .wrap div.ft-bottom.flex { order: 3; }
div#ftBox01 .tel-num a:before { content: "TEL."; }
div#ftBox01 .fax-set01 { margin-top: 20px; }
div#ftBox01 .fax-num:before { content: "FAX."; }

h2.ft-logo { margin-bottom: 30px; }

div#fnav { display: flex; flex-wrap: wrap; }
div#fnav > div { margin-right: 80px; }
div#fnav > div:last-child { margin-right: 0; }

.fnav.fnav03 .ft-tit:first-child { margin-top: 0; }
.fnav.fnav03 .ft-tit { margin-top: 14px; }

.ft-tit:first-child { margin-top: 0; }

.ft-tit { font-weight: 700; margin-top: 30px; line-height: 1.6; }
.ft-tit .in-t { display: flex; flex-wrap: wrap; align-items: center; text-decoration: none; }
.ft-tit .in-t span.arrow { margin-left: 10px; }
.ft-tit .in-t span.arrow img { display: block; opacity: 1; }
.ft-tit a.in-t:hover { color: #1E008B; }
.ft-tit a.in-t:hover span.arrow img { filter: brightness(0) saturate(100%) invert(13%) sepia(21%) saturate(6930%) hue-rotate(242deg) brightness(117%) contrast(148%); }

ul.fs { margin-top: 10px; }
ul.fs > li { margin-bottom: 14px; font-size: 14px; line-height: 1; padding-left: 13px; position: relative; font-weight: 400; background: url("../img/common/fs-ico.svg") no-repeat left center; }
ul.fs > li a { text-decoration: none; }
ul.fs > li a:hover { color: #1E008B; }
ul.fs > li:last-child { margin-bottom: 0; }

.ft-address { font-size: 16px; margin-bottom: 20px; }

.yokosuka-mark { margin-top: 25px; display: flex; flex-wrap: wrap; align-items: center; font-size: 12px; }
.yokosuka-mark .img { width: 91px; margin: 0 3px 0 -15px; }

.ft-bottom.flex { justify-content: space-between; padding-top: 40px; border-top: solid 1px #E0E0E0; align-items: center; flex-direction: row-reverse; margin-top: 60px; }

ul.pp-list { display: flex; flex-wrap: wrap; font-size: 14px; }
ul.pp-list > li { margin-right: 60px; }
ul.pp-list > li:last-child { margin-right: 0; }

.copyright { font-size: 14px; }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: fixed; right: 20px; bottom: 50px; opacity: 0; z-index: -3; transition: opacity 0.3s; width: 80px; }

div#page-top a { display: block; width: 80px; height: 80px; border-radius: 100%; background: #fff; border: solid 2px #000000; text-align: center; box-sizing: border-box; padding-top: 16px; line-height: 1; font-size: 15px; font-weight: 700; text-decoration: none; position: relative; }

div#page-top a .text { display: block; margin-top: 3px; font-size: 19px; font-weight: 700; }

div#page-top a:before { content: ""; background: url("../img/common/char01.png") no-repeat; background-size: 87px; width: 87px; height: 110px; transition: 0.3s; position: absolute; bottom: 0; right: 63px; }

div#page-top a:hover { border-color: #D80000; background: #D80000; color: #fff; }

div#page-top a:hover svg path { stroke: #fff; }

div#page-top a:hover:before { transform: rotateZ(5deg); }

.fixed div#page-top { opacity: 1; z-index: 6; }

/* 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: #E30606; }

.blue { color: #1E008B; }

.blue02 { color: #494AE9; }

.yellow { color: #FFD400; }

.orange { color: #EE5A35; }

.green { color: #74BA26; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

.sp { display: none !important; }
