@charset "UTF-8";
/* CSS Document */


/*******************************
* ResetCSS
*******************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***********************
root設定
***********************/

body {
  font-size: 18px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    width: 100%;
  }
}

/***********************
表示設定
***********************/


.pc_hide {
  display: none;
}


@media screen and (max-width:480px) {
  .sp_hide {
    display: none;
  }

  .pc_hide {
    display: block;
  }
}

/***********************
フォント設定
***********************/
.el_font_noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.el_font_md {
  font-weight: 500;
}

.el_font_bold {
  font-weight: 700;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

/***********************
画像設定
***********************/
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

img.ofi_contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ofi.min.js用の記述 */
  font-family: 'object-fit: contain;'
}

img.ofi_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ofi.min.js用の記述 */
  font-family: 'object-fit: cover;'
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}

/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex_conts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex_conts.start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  padding-top: 87px;
  padding-bottom: 100px;
}

.home #wrapper {
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  #wrapper {}
}

/***********************
Utils
***********************/


.hp_fl {
  float: left;
}

.hp_fr {
  float: right;
}

.ly_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 480px) {

  .fl,
  .fr {
    float: none;
  }

  .ly_inner {
    width: 90%;
  }
}

/***********************
Header
***********************/

#ly_header {
  height: 87px;
  padding-left: 45px;
  padding-right: 15px;
  color: #DE6464;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  background: #fff;
}

.home #ly_header {
  color: #fff;
  background: transparent;
}

.nav .el_logo {
  padding-top: 15px;
  float: left;
}

.home #ly_header .el_logo {
  display: none;
}

.un_menuTrigger {
  position: fixed;
  width: 50px;
  height: 55px;
  display: block;
  top: 15px;
  right: 15px;
  z-index: 9999;
  color: #DE6464;
  text-align: center;
}

.home .un_menuTrigger {
  filter: drop-shadow(0 0 3px #333);
}

.un_menuTrigger span {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 8px;
  border-radius: 8px;
  background-color: #DE6464;
  transform: translateX(-50%);
}

.home .un_menuTrigger {
  color: #fff;
}

.home .un_menuTrigger span {
  background-color: #fff;
}

.un_menuTrigger p {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

.un_menuTrigger span:nth-of-type(3) {
  top: 24px;
}

.un_menuTrigger.active span:nth-of-type(1) {
  transform: translateX(-25px) translateY(12px) rotate(-45deg);
}

.un_menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.un_menuTrigger.active span:nth-of-type(3) {
  transform: translateX(-25px) translateY(-12px) rotate(45deg);
}

.bl_menu {
  padding-right: 70px;
  display: inline-block;
  position: fixed;
  top: 25px;
  right: -100%;
}

.top_nav .bl_menu {
  position: static;
  padding-top: 35px;
  padding-right: 0;
  float: right;
}

.home .bl_menu li a {
  color: #fff;
  filter: drop-shadow(0 0 3px #333);
}

.home .bl_menu li::after {
  color: #fff;
  filter: drop-shadow(0 0 3px #333);
}

.top_nav .bl_menu li a {
  color: #000;
  filter: none;
}

.top_nav .bl_menu li::after {
  color: #000;
  filter: none;
}

#ly_header.active .bl_menu {
  right: 0;
}

.bl_menu li::after {
  content: "/";
  display: inline-block;
  color: #DE6464;
}

.bl_menu li:last-child:after {
  display: none;
}

.bl_menu li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #DE6464;
  padding: 0 10px;
  letter-spacing: 0.23em;
}

@media screen and (max-width: 480px) {
  #ly_header {
    height: 87px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
  }

  .home #ly_header .el_logo,
  #ly_header .el_logo {
    display: block;
    width: 50%;
  }

  #ly_header .bl_menu {
    width: 100%;
    top: 0;
    transition: all 0.5s;
    background: rgba(236, 61, 74, 0.9);
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    z-index: 9998;
    padding-right: 0;
    box-sizing: border-box;
    padding: 80px 5% 0;
  }

  .bl_menu li {
    width: 100%;
    text-align: center;
  }

  .top_nav {
    display: none;
  }

  .home .bl_menu li a,
  .bl_menu li a {
    color: #fff;
    filter: none;
    font-size: 20px;
    padding: 15px;
    border-top: solid 2px #fff;
    width: 100%;
    box-sizing: border-box;
  }

  .bl_menu li:last-child a {
    border-bottom: solid 2px #fff;
  }

  .home .bl_menu li::after,
  .bl_menu li::after {
    display: none;
  }

  .un_menuTrigger.active {
    color: #fff;
  }

  .un_menuTrigger.active span {
    background: #fff;
  }

  .bl_menu .bnrs {
    width: 80%;
    margin: 0 auto;
  }

  .bl_menu .bnrs a {
    display: block;
    margin-top: 20px;
  }
}

/***********************
Footer
***********************/

#ly_footer {
  padding-bottom: 30px;
  padding-top: 50px;
}

.sec_access {
  background: rgba(158, 175, 119, 0.3);
  padding-bottom: 10px;
}

.sec_access .sec_head .box::after {
  border-color: transparent rgba(158, 175, 119, 0.3) transparent transparent;
}

.sec_access .sec_head .ttl {
  color: #9EAF77;
}

.sec_access iframe {
  width: 100%;
  height: 558px;
  margin: 20px 0 10px;
}

.sec_access .foot_info {
  background: #fff;
  padding: 20px 85px;
}

.foot_info .img {
  padding-top: 25px;
}

.foot_info .img,
.foot_info .info {
  width: 44%;
  letter-spacing: 0;
}

#ly_footer .bnr {
  margin: 10px auto;
  width: 300px;
}

.un_Copyright {
  font-size: 12px;
  text-align: center;
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.fixed_footer a {
  display: inline-block;
  margin: 0 20px;
  width: 300px;
}

@media screen and (max-width: 480px) {
  #ly_footer {
    padding-bottom: 15px;
    padding-top: 25px;
  }

  .sec_access .foot_info {
    padding: 20px;
  }

  .foot_info .img {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .foot_info .img,
  .foot_info .info {
    width: 100%;
  }

  .foot_info .info {
    font-size: 14px;
  }

  #ly_footer .bnr {
    width: 200px;
  }

  .fixed_footer a {
    margin: 0 auto;
    width: 49%;
  }

  .fixed_footer a:last-child {
    margin-bottom: 0;
  }
}