@charset "UTF-8";
/**
 * 元は各ページの本文に <style id="lankame-es-shared-header-css"> として直書きされていたCSS。
 * 同じ内容が 3ページに重複していたため1ファイルにまとめた。
 * 読み込むページは inc/page-css.php の対応表で決まる（元と同じページだけ）。
 */

#header,#fix_header,#main_visual,#post_slider,#sidebar,.p-breadcrumb,.p-articleHead,.l-topTitleArea,.c-pageTitle,.l-articleBottom,#after_article,#sp_menu{display:none!important;}
#content,#main_content,#main_content>.l-mainContent__inner,.post_content{display:block!important;max-width:none!important;width:100%!important;margin:0!important;padding:0!important;}
.fr-site-header,.fr-site-header *{box-sizing:border-box;}
.fr-site-header{width:100vw;margin:0 calc(50% - 50vw);background:#333;color:#fff;border-bottom:1px solid rgba(0,0,0,.1);position:relative;z-index:9998;font-family:inherit;}
.fr-site-header__inner{height:73px;max-width:1400px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:24px;}
.fr-site-header__logo{display:flex;align-items:center;text-decoration:none;line-height:1;flex:0 0 auto;}
.fr-site-header__logo img{display:block!important;width:200px!important;height:40px!important;object-fit:contain!important;max-width:200px!important;}
.fr-site-header__search,.fr-site-header__menuBtn{display:none;}
.fr-site-header__nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:0;white-space:nowrap;}
.fr-site-header__nav a{color:#fff!important;text-decoration:none!important;font-size:13px;padding:0 10px;height:72px;display:flex;align-items:center;position:relative;background:transparent!important;border:0!important;}
.fr-site-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#00cf95;transform:scaleX(0);transition:transform .2s;}
.fr-site-header__nav a:hover:after,.fr-site-header__nav a.is-current:after{transform:scaleX(1);}
.fr-site-header__nav a.contact span{border:1px solid rgba(255,255,255,.75);border-radius:8px;padding:9px 13px;}
.fr-site-header__lang{position:relative;height:72px;display:flex;align-items:center;}
.fr-site-header__langBtn{appearance:none;-webkit-appearance:none;border:0;background:transparent!important;color:#fff!important;height:72px;padding:0 22px 0 10px;font:inherit;font-size:13px;line-height:1;cursor:pointer;position:relative;}
.fr-site-header__langBtn:after{content:"";position:absolute;right:8px;top:50%;width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-65%) rotate(45deg);}
.fr-site-header__langMenu{position:absolute;top:100%;right:0;min-width:150px;padding:6px 0;background:#333;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 24px rgba(0,0,0,.22);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:30;}
.fr-site-header__lang:hover .fr-site-header__langMenu,.fr-site-header__lang:focus-within .fr-site-header__langMenu,.fr-site-header__lang.is-open .fr-site-header__langMenu{opacity:1;visibility:visible;transform:translateY(0);}
.fr-site-header__nav .fr-site-header__langMenu a{display:block!important;height:auto!important;padding:11px 16px!important;color:#fff!important;font-size:13px!important;white-space:nowrap;}
.fr-site-header__nav .fr-site-header__langMenu a:after{display:none!important;}
.fr-info-bar{width:100vw;margin:0 calc(50% - 50vw);color:#fff;background:#ff4133;text-align:center;font-weight:700;padding:8px 16px;font-size:16px;line-height:1.6;}
.es-basic-page{max-width:980px;margin:70px auto;padding:0 20px;line-height:1.9;color:#333;}
.es-basic-page h1{font-size:34px;line-height:1.35;margin:0 0 24px;font-weight:700;}
.es-basic-page a{color:#0074d9;text-decoration:underline;}
.es-basic-page .btn{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;padding:14px 28px;background:#00cf95;color:#fff!important;text-decoration:none;border-radius:5px;font-weight:700;}
@media screen and (max-width:1100px){.fr-site-header__inner{padding:0 20px;}.fr-site-header__nav a{font-size:12px;padding:0 7px;}}
@media screen and (max-width:781px){
  html.lankame-mobile-menu-open,html.lankame-mobile-menu-open body{overflow:hidden!important;}
  .fr-site-header{position:relative;z-index:9998;background:#333!important;}
  .fr-site-header__inner{height:72px!important;max-width:none!important;width:100%!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;}
  .fr-site-header__logo{position:static!important;margin:0 auto!important;z-index:2;}
  .fr-site-header__logo img{width:200px!important;height:40px!important;object-fit:contain!important;}
  .fr-site-header__search{display:flex!important;position:absolute!important;left:0!important;top:0!important;width:72px!important;height:72px!important;align-items:center!important;justify-content:center!important;background:#333!important;z-index:3;text-decoration:none!important;}
  .fr-site-header__search::before{content:"";width:29px;height:29px;border:4px solid #fff;border-radius:50%;box-sizing:border-box;display:block;}
  .fr-site-header__search::after{content:"";position:absolute;width:18px;height:4px;background:#fff;border-radius:3px;transform:translate(17px,18px) rotate(45deg);}
  .fr-site-header__menuBtn{display:flex!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:48px!important;height:48px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:7px!important;cursor:pointer!important;z-index:10001!important;}
  .fr-site-header__menuBtn span{display:block!important;width:30px!important;height:3px!important;background:#fff!important;border-radius:3px!important;transition:transform .18s,opacity .18s,background .18s!important;}
  .fr-site-header.is-menu-open .fr-site-header__menuBtn{position:fixed!important;right:20px!important;top:26px!important;transform:none!important;}
  .fr-site-header.is-menu-open .fr-site-header__menuBtn span{background:#333!important;width:30px!important;}
  .fr-site-header.is-menu-open .fr-site-header__menuBtn span:nth-child(1){transform:translateY(10px) rotate(45deg)!important;}
  .fr-site-header.is-menu-open .fr-site-header__menuBtn span:nth-child(2){opacity:0!important;}
  .fr-site-header.is-menu-open .fr-site-header__menuBtn span:nth-child(3){transform:translateY(-10px) rotate(-45deg)!important;}
  .fr-site-header::before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:9998;pointer-events:none;}
  .fr-site-header.is-menu-open::before{opacity:1;visibility:visible;pointer-events:auto;}
  .fr-site-header__nav{display:flex!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:calc(100vw - 56px)!important;max-width:420px!important;margin:0!important;padding:112px 20px 32px!important;background:#fff!important;color:#333!important;box-shadow:-14px 0 28px rgba(0,0,0,.25)!important;z-index:9999!important;overflow-y:auto!important;transform:translateX(100%)!important;transition:transform .22s ease!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;white-space:normal!important;}
  .fr-site-header.is-menu-open .fr-site-header__nav{transform:translateX(0)!important;}
  .fr-site-header__nav::before{content:"MENU";display:block;background:#00cf95;color:#fff;font-weight:700;font-size:22px;letter-spacing:.03em;line-height:1;padding:18px 22px;margin:0 0 18px;}
  .fr-site-header__nav a{position:relative!important;display:flex!important;align-items:center!important;min-height:54px!important;height:auto!important;padding:13px 12px 13px 38px!important;color:#333!important;background:#fff!important;border-bottom:1px solid #e5e5e5!important;font-size:18px!important;line-height:1.35!important;text-decoration:none!important;justify-content:flex-start!important;}
  .fr-site-header__nav a::before{content:"›";position:absolute;left:14px;top:50%;transform:translateY(-52%);font-size:28px;line-height:1;color:#333;font-weight:300;}
  .fr-site-header__nav a::after{display:none!important;}
  .fr-site-header__nav a.contact span{border:0!important;border-radius:0!important;padding:0!important;}
  .fr-site-header__lang{height:auto!important;display:block!important;position:static!important;border-bottom:1px solid #e5e5e5!important;background:#fff!important;}
  .fr-site-header__langBtn{width:100%!important;min-height:54px!important;height:auto!important;padding:13px 12px 13px 38px!important;text-align:left!important;background:#fff!important;color:#333!important;border:0!important;font-size:18px!important;line-height:1.35!important;position:relative!important;}
  .fr-site-header__langBtn::before{content:"›"!important;display:block!important;position:absolute!important;left:14px!important;top:50%!important;transform:translateY(-52%)!important;font-size:28px!important;line-height:1!important;color:#333!important;font-weight:300!important;}
  .fr-site-header__langBtn::after{display:none!important;}
  .fr-site-header__langMenu{position:static!important;width:100%!important;min-width:0!important;padding:0!important;margin:0!important;background:#fff!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;display:block!important;}
  .fr-site-header__nav .fr-site-header__langMenu a{min-height:48px!important;padding:11px 12px 11px 54px!important;font-size:16px!important;background:#fff!important;color:#333!important;}
  .fr-site-header__nav .fr-site-header__langMenu a::before{left:30px!important;font-size:24px!important;}
  .es-basic-page{margin:48px auto;padding:0 22px;}
  .es-basic-page h1{font-size:28px;}
}
