@charset "UTF-8";

/*////////////////////////*/
/*ヘッダー*/
/*////////////////////////*/
#header {
/*  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
/*  z-index: 99;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;*/
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.1em;
}
nav li a span {
  display: block;
  font-size: 8px;
  letter-spacing: 0;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #cdcdcd;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
@media only screen and ( max-width : 768px ) {
  #header {
/*    padding: 10px 0;*/
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    height: 60px;
/*    background: #000;*/
  }
  .h_logo {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) ;
    -webkit- transform: translateY(-50%) ;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
  .sp-menu-logo {
    width: 60%;
    margin: 10% 8% 5%;
  }
}

@media print, screen and ( min-width : 769px ) {

  main {

  }
  #header {
    height: 70px;
    background: #fff;
    position: relative;
    left: 0;
    z-index: 5;
  }
  #header.fixed{
    position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
    width:100%;
  }
  .h_logo {
    width: 180px;
    height: 60px;
  }
  .h_text:hover {
    color: #000;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width:100%;
  }
  #gNav ul {
    position: relative;
    display: flex;
    align-items: center;
  }
  #gNav li {
    position: relative;
/*    margin: 0 1em;*/
  }
  #gNav li:last-child {
/*    margin-right: 0;*/
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 20px;
    /* width: 105px; */
    height: 12px;
    line-height: 12px;
    border-left: solid 0.5px #000;
    font-size: 12px;
/*    color: #fff;*/
  }
  #gNav li a:hover {
    /* font-weight: 600; */
    color: #ef8200!important;
  }
  #gNav .last a {
    width: 200px;
    height: 70px;
    background: #0e4f8d;
    color: #fff;
    font-size: 13px;
    line-height: 70px;
  }
  #gNav .last a:hover {
    background: #000;
    color: #fff!important;
  }
  .gmenu-last {
    border-right: solid 0.5px #000;
  }
  .gmenu-cont {
    /* width: 200px; */
    position: relative;
  }
  .gmenu-cont a {
    display: block !important;
    position: unset !important;
    width: 100px !important;
    height: 40px !important;
    background: #ef8200;
    text-align: center !important;
    padding: 0 10px !important;
    line-height: 40px !important;
    font-size: 12px !important;
    letter-spacing: unset;
    color: #fff;
    border-radius: 10px;
    border-left: unset !important;
    transition: all 0.6s ease 0s;
  }
  .gmenu-cont a:hover {
    background: #000;
    color: #fff!important;
    transition: all 0.6s ease 0s;
  }
  .gmenu-cont02 a {
    display: block !important;
    position: unset !important;
    width: 100px !important;
    height: 40px !important;
    background: #42ac55;
    text-align: center !important;
    padding: 0 10px !important;
    margin-left: 5px;
    line-height: 40px !important;
    font-size: 12px !important;
    letter-spacing: unset;
    color: #fff;
    border-radius: 10px;
    border-left: unset !important;
    transition: all 0.6s ease 0s;
  }
  .gmenu-cont02 a:hover {
    background: #000;
    color: #42ac55!important;
    transition: all 0.6s ease 0s;
  }

  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
    height: auto;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #000000;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

.h_btn01 {
    display: block;
    width: 100px;
    height: 30px;
    background: #fff;
    /* border: solid 1px #999999; */
    border-radius: 3px;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
}
.h_btn01:hover {
    color: #000;
    background: #999999;
}

.h_btn02 {
    display: block;
    width: 100px;
    height: 30px;
    background: #F6921E;
    color: #fff;
    /* border: solid 1px #999999; */
    border-radius: 3px;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
}
.h_btn02:hover {
    color: #fff;
    background: #333;
}



/*グローバルメニュー-ホバーアンダーライン*/
.top-menu {
  width: 100%;
  height: 60px;
  background: #fff;
}
.top-menu ul li a {
  position: relative;
  display: block;
  text-align: center;
  height: 60px;
  padding-top: 20px;
}
.top-menu ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #987c63;
  bottom: 10px;               /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.top-menu ul li a:hover {
  color: #000000;
}
.top-menu ul li a:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}


/*ページトップへ*/
#page-top {
  display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 1;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

.bar {
  background: url(/ogamicho/assets/images/common/bar.svg) no-repeat top left / contain ;
}


/*////////////////////////*/
/*下層ページタイトル*/
/*////////////////////////*/

.bg-index01 {
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	height: 350px;
	width: 100%;
}

.title-box {
  width: 100%;
  height: 280px ;
}
.title-box-img {
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.title-catch {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)  translateX(-50%);
  -webkit- transform: translateY(-50%)  translateX(-50%);
  width: 100%;
}
.title-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100px;
}

.breadcrumb {
  font-size: .9rem;
  padding: 5px 0;
  margin-bottom: unset;
}

.keitext{
  display:flex;
  align-items: center;
  justify-content: center;
}
.keitext::before,
.keitext::after{
  content: "";
  flex-grow:1;
  border-top: 1px solid black;
}
.keitext:before {
  margin-right: 1rem; 
}
.keitext:after {
  margin-left: 1rem; 
}

/*////////////////////////*/
/*共通ボタン*/
/*////////////////////////*/
.BTN01 a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #ef8200;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border-radius:2px;
  transition: all 0.6s ease 0s;
}

.BTN01 a:hover {
  color: #fff;
  background: #000;
  transition: all 0.6s ease 0s;
}

.BTN0102 a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #42ac55;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border-radius:2px;
  transition: all 0.6s ease 0s;
}

.BTN0102 a:hover {
  color: #fff;
  background: #000;
  transition: all 0.6s ease 0s;
}

.BTN02 a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border-radius: 3px;
  border: solid 1px #000;
  transition: all 0.6s ease 0s;
}

.BTN02 a:hover {
  color: #fff;
  background: #ef8200;
  transition: all 0.6s ease 0s;
}
.BTN03 a {
    background: #b3b3b3;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 25px;
    font-size: .8rem;
    display: block;
    width: 100%;
}
.BTN03 a:hover {
  background: #000;
}
.BTN04 {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 5px;
}



.c-concept01 {background: #00A199;}
.c-concept02 {background: #8DC21F;}
.c-concept03 {background: #D263A0;}
.c-concept04 {background: #638EBF;}


.c-spec01 {background: #DD8096;}
.c-spec02 {background: #D8D100;}
.c-spec03 {background: #173C80;}
.c-spec04 {background: #61B6D8;}
.c-spec05 {background: #BDC2C3;}
.c-spec06 {background: #7BBBA3;}
.c-spec07 {background: #1D9D9B;}
.c-spec08 {background: #E5A500;}
.c-spec09 {background: #865C3D;}
.c-spec10 {background: #496BA7;}
.c-spec11 {background: #7F6EA3;}
.c-spec12 {background: #D8281F;}
.c-spec13 {background: #E9A867;}
.c-spec14 {background: #8AB644;}
.c-spec15 {background: #929297;}
.c-spec16 {background: #EDD900;}
.c-spec17 {background: #85236C;}
.c-spec18 {background: #A9955B;}
.c-spec19 {background: #C51F5B;}
.c-spec20 {background: #588E45;}

.c-soldout {background: #865C3D;}


.c-location01 {color: #CA525F;}
.c-location02 {color: #108B96;}
.c-location03 {color: #789641;}
.c-location04 {color: #CD6849;}
.c-location05 {color: #5F766A;}

.bg-location01 {background: #CA525F;}
.bg-location02 {background: #108B96;}
.bg-location03 {background: #789641;}
.bg-location04 {background: #CD6849;}
.bg-location05 {background: #5F766A;}





/*////////////////////////*/
/*ページャー*/
/*////////////////////////*/
.pager li a {
  display: block;
  width: 30px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  background: #fff;
  color: #666;
  border: solid 1px #666;
}
.pager .active {
  background: #666!important;
  color: #fff!important;
}


/*////////////////////////*/
/*フッター*/
/*////////////////////////*/
.bg-contact {
  background: url(/assets/images/top/top-ph07.png) no-repeat center center / cover;
}
.bg-white90 {
  background:rgba(255,255,255,0.9);
}
footer {

}
.bg-footer a {
/*  color: #fff;*/
}
.Flogo {
  width: 180px;
}
.sns-icon {
  display: block;
  width: 40px;
  height: 40px;
}
.totop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
}

  .fNav li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 20px;
    border-left: solid 0.5px;
    font-size: 14px;
/*    color: #fff;*/
  }

  .fNav .last a {
    border-right: solid 0.5px ;
  }

.f_btn01 {
    display: block;
    height: 40px;
    background: #92836E;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.f_btn01:hover {
    color: #fff;
    background: #666;
}

.f_btn02 {
    display: block;
    height: 40px;
    background: #999999;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.f_btn02:hover {
    color: #fff;
    background: #666;
}


/*////////////////////////*/
/* 共通のfadeIn */
/*////////////////////////*/
.fadeIn-all {
animation-name: fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;
animation-duration:1.5s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
opacity: 0;
}
/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}

/*////////////////////////*/
/* 共通のfadeUp */
/*////////////////////////*/
.fadeUp-all {
animation-name: fadeUpallAnime;
animation-duration:1s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.3s;/*6で解説*/
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpallAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*////////////////////////*/
/* 共通のテキストアニメ テキストを滑らかに出現させるためのCSS*/
/*////////////////////////*/
span.smoothText-all {
overflow: hidden;
display: block;
}
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger-all{
transition: .8s ease-in-out;
transform: translate3d(0,100%,0) skewY(12deg);
transform-origin: left;
display: block;
}
span.smoothTextTrigger-all.smoothTextAppear-all{
    transform: translate3d(0,0,0) skewY(0);
}


/*////////////////////////*/
/* シャッ（背景色が伸びて出現） */
/*////////////////////////*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
    height:100%;

}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



/*PCのみ*/
@media (min-width: 768px) {

	.py-topbg {
		padding-top:130px;
	}

}



/*SPのみ*/
@media (max-width: 768px) {
    main {
      margin-top:60px;
    }
    .sp_menu{
      position: sticky;
      z-index: 99;
      top: 80px;
      width: 100%;
      font-size: 1em;
      line-height:3.5em;
      text-align: center;
      background-color: #00649F;
      display: none;
      padding: 10px 0;
    }
    .sp_menu a{
      text-decoration: none;
      color: #fff;
    }
    .title-box {
      position: relative;
      width: 100%;
      z-index: 0;
    }
    .bg-contact {
      background: url(/assets/images/top/top-ph07-sp.png) no-repeat top center / cover;
    }
    .Flogo {
      width: 200px;
      margin: 10px auto;
    }

    .py-topbg {
			padding:50px 0;
		}

}