/* -HEADER
--------------------------------------------------------------------------------------------- */
#header {
  z-index: 55555;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
}
.scroll_logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 120px;
  min-height: 50px;
  margin-left: 1rem;
}
.scroll_logo a {
  width: 100%;
  display: block;
}
.scroll_logo a:hover {
  text-decoration: none;
}
.scroll_logo a img {
  max-width: 100%;
}
/* 1000px以下用の記述 */
@media screen and (min-width: 1001px) {
  .scroll_logo {
    min-height: 90px;
    width: 200px;
    margin-left: 6rem;
  }
  .scroll_logo a {
    width: 210px;
    padding-bottom: 0;
  }
  .scroll_logo a img {
    padding-bottom: 0;
  }
}
/* -togglemenu.css
--------------------------------------------------------------------------------------------- */
.scroll_tgl_wrap {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 85px;
  height: 50px;
  z-index: 999999;
}
@media screen and (min-width: 1001px) {
  .scroll_tgl_wrap {
    width: 165px;
    height: 78px;
  }
}
/*togglewrap.active*/
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1111;
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  transition: 0.4s ease-in-out;
  padding: 0;
}
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*togglewrap.active*/
.togglewrap.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  overflow-y: scroll;
}
/*ttogglewrap_inner*/
.togglewrap_inner {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 9rem;
}
.togglewrap_inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fbfdff 40%, #b4e0f4);
  z-index: -1;
}
.togglewrap_inner::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(350deg, #e6e9e7 0%, transparent 30%);
  z-index: -1;
}
.togglewrap_inner > nav {
  padding: 0;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (min-width: 768px) {
  .togglewrap_inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1001px) {
  .togglewrap_inner {
    height: auto;
    min-height: 100%;
    flex-direction: row;
  }
  .togglewrap_inner > nav {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .togglewrap_inner > nav {
    width: 65%;
    padding-left: 17%;
    padding-right: 0;
  }
}
/*Toggle*/
.Toggle {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 6666;
  transition: 0.8s ease-in-out;
  top: 0;
  right: 0;
  width: 85px;
  height: 50px;
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: .35s ease-in-out;
  width: 36px;
  right: 25px;
}
.Toggle span:nth-child(1) {
  top: 19px;
}
.Toggle span:nth-child(2) {
  top: 25px;
  transition: 0.3s ease-in-out;
}
.Toggle span:nth-child(3) {
  width: 29px;
  top: 31px;
  transition: 0.3s ease-in-out;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active span {
  transition: 0.3s ease-in-out;
}
.Toggle.tgl-active span {
  border-bottom: solid 1px #3f434e;
}
.Toggle.tgl-active span:nth-child(1) {
  top: 26px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Toggle.tgl-active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.Toggle.tgl-active span:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 36px;
}
@media screen and (min-width: 1001px) {
  .Toggle {
    top: -10px;
    right: 0;
    width: 165px;
    height: 78px;
  }
  .Toggle span {
    width: 70px;
    right: 85px;
  }
  .Toggle span:nth-child(1) {
    top: 43px;
  }
  .Toggle span:nth-child(2) {
    top: 53px;
  }
  .Toggle span:nth-child(3) {
    width: 55px;
    top: 63px;
  }
  .Toggle.tgl-active span:nth-child(1), .Toggle.tgl-active span:nth-child(3) {
    top: 53px;
    width: 70px;
  }
}
/*+++++++++++++++++
togglemenu_tab
******************/
.togglemenu_tab {
  color: #3f434e;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}
.tgl_tab *, .tgl_tab *:after, .tgl_tab *:before {
  box-sizing: border-box;
}
.tgl_tab {
  overflow-x: hidden;
  margin: 0 auto;
}
.tt_actab {
  margin-bottom: 0.5rem;
}
.tgl_tab .tt_actab p {
  margin-bottom: 0;
}
.tgl_tab label {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: .3s;
}
.tgl_tab label:hover {
  opacity: 0.6;
}
.tgl_tab .tt_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 54px;
  transition: 0.4s ease;
  opacity: 0;
}
.tgl_tab .tt_actab-content ul {
  margin-bottom: 0;
}
.tgl_tab .tt_actab-content ul li {
  list-style: none;
}
.tgl_tab .tt_actab-content ul li a {
  color: #7d8790;
  display: block;
  padding: 0 0 0.5rem;
  transition: .3s;
}
.tgl_tab .tt_actab-content ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.tgl_tab .tt_actab input[type=checkbox]:checked ~ .tt_actab-content {
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 1;
}
.tgl_tab .tt_actab input[type=checkbox] {
  display: none;
}
@media screen and (min-width: 768px) {
  .tgl_tab .tt_actab-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tgl_tab .tt_actab-content ul li {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .togglemenu_tab {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 1200px) {
  .togglemenu_tab {
    padding-bottom: 11rem;
  }
  .tgl_tab label {
    font-size: 2.8rem;
  }
  .tgl_tab .tt_actab input[type=checkbox]:checked ~ .tt_actab-content {
    padding: 0 1rem 2rem;
  }
  .tgl_tab .tt_actab-content ul li a {
    font-size: 1.1rem;
  }
}
/*+++++++++++++++++ 
model_address 
******************/
.tgl_model_address {
  padding: 0;
  color: #3f434e;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 4rem;
  flex-grow: 1;
}
.tgl_app_btn {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.tgl_app_btn a {
  padding: 0 0.5rem;
}
.tgl_app_btn a img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .tgl_model_address {
    padding-left: 6%;
    padding-right: 6%;
    width: 40%;
    display: flex;
    justify-content: center;
    padding-top: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .tgl_model_address {
    width: 35%;
    padding-top: 300px;
  }
}
/*tgl_logo*/
.tgl_logo {
  width: 130px;
}
.tgl_logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
/*address*/
.tgl_model_address address {
  font-style: normal;
  margin-bottom: 2rem;
}
.tgl_tel {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.tgl_add, .tgl_tel + p {
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .tgl_logo {
    width: 180px;
  }
  .tgl_add {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
/*aas_sns*/
.aas_sns {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.aas_sns .fa-facebook-f:before, .aas_sns .fa-facebook:before {
  content: "\f39e";
}
.aas_sns span {
  display: inline-block;
}
.aas_sns span a {
  transition: 0.3s ease-in-out;
  color: #aaa;
  color: #3f434e;
}
.aas_sns span a i {
  font-size: 2rem;
  padding: 8px;
}
.aas_sns span a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tgl_copy {
  font-family: 'Cinzel', serif;
  font-weight: 300;
  color: #3f434e;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 4rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
/**************************
ページヘッダー
**************************/
/**************************
ページヘッダー(ランダム)
**************************/
.page-head {
  height: 220px;
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.page-back1 {
  background-image: url(../images/page-back1.jpg);
}
.page-back2 {
  background-image: url(../images/page-back2.jpg);
}
.h-page-tit {
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  font-family: 'Noto Serif JP', serif;
  color: #3f434e;
}
.head-bfont {
  font-size: 1.2rem;
  font-family: 'Cinzel', serif;
  margin: 0;
  line-height: 1;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #3f434e;
}
@media screen and (min-width: 1001px) {
  .page-head {
    padding-top: 140px;
    height: 350px;
    margin-bottom: 6rem;
  }
  .h-page-tit {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.8rem;
  }
  .head-bfont {
    font-size: 1.6rem;
  }
}
/**************************
トップ下層共通
**************************/
/*btnicon*/
.sd01_evbtn a::before {
  content: " ";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 4px);
  -webkit-animation: btnicon_b 2.5s ease 0s infinite running;
  animation: btnicon_b 2.5s ease 0s infinite running;
  transition: .3s;
}
.sd01_evbtn a::after {
  content: " ";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 1px);
  -webkit-animation: btnicon_a 2.5s ease 0s infinite running;
  animation: btnicon_a 2.5s ease 0s infinite running;
  transition: .3s;
}
.news_box a::before {
  content: " ";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(50% + 4px);
  -webkit-animation: btnicon_b 2.5s ease 0s infinite running;
  animation: btnicon_b 2.5s ease 0s infinite running;
  transition: .3s;
}
.news_box a::after {
  content: " ";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(50% + 1px);
  -webkit-animation: btnicon_a 2.5s ease 0s infinite running;
  animation: btnicon_a 2.5s ease 0s infinite running;
  transition: .3s;
}
/*位置*/
.sd01_evbtn a::before, .sd01_evbtn a::after, .news_box a::before, .news_box a::after {
  right: 10px;
}
.sd01_evbtn a:hover::before, .sd01_evbtn a:hover::after, .news_box a:hover::before, .news_box a:hover::after {
  right: 6px;
}
@media screen and (min-width: 768px) {
  /*位置*/
  .sd01_evbtn a::before, .news_box a::before {
    right: 38px;
    width: 45px;
  }
  .sd01_evbtn a::after, .news_box a::after {
    right: 38px;
  }
}
@-webkit-keyframes btnicon_b {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  44% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  56% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  62% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes btnicon_b {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  44% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  56% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  62% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes btnicon_a {
  0% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
  44% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(35deg);
    transform: translateX(5px) rotate(35deg);
  }
  56% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
  62% {
    -webkit-transform: translateX(5px) rotate(35deg);
    transform: translateX(5px) rotate(35deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
}
@keyframes btnicon_a {
  0% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
  44% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(35deg);
    transform: translateX(5px) rotate(35deg);
  }
  56% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
  62% {
    -webkit-transform: translateX(5px) rotate(35deg);
    transform: translateX(5px) rotate(35deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(35deg);
    transform: translateX(0) rotate(35deg);
  }
}
/* -MEANNAV
--------------------------------------------------------------------------------------------- */
#gNav a:hover {
  color: #999;
}
#gNav li a {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  color: #222;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width : 1199px) {
  #gNav {
    display: none;
  }
}
#gNav ul {
  list-style-type: none;
}
@media print, screen and (min-width : 1200px) {
  #gNav ul {
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.6vw;
  }
  #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: left;
    line-height: 60px;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #fff;
  }
  #gNav li a span {
    font-size: 1.1rem;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #fff;
    display: block;
  }
  #gNav li a:hover {
    text-decoration: none;
    color: #ccc;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -40px;
    width: 240px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    font-size: 1.0rem;
    line-height: 1.2em;
    border-bottom: 1px solid #666;
    background-color: #444;
    color: #333;
  }
  #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 ul > li:hover a span, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #bae3f3;
  }
  #gNav li:hover ul.sub-menu {
    top: 64px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #fff;
  }
  #gNav .sub-menu li a:hover {
    background: #565656;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
  .sub-menu span {
    display: none;
  }
}
/* -HEADER
--------------------------------------------------------------------------------------------- */
#header {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.30);
  -webkit-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  transform: translateY(-90px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  display: flex;
  align-items: center;
}
#header.view {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateY(0) rotate(0deg);
}
#header-u {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
}
.pc_navi_right {
  position: absolute;
  right: 428px;
  top: 23px;
}
/*pc_contact*/
.pc_contact {
  position: absolute;
  top: -3px;
  right: 160px;
  bottom: 0;
  width: 230px;
  padding-top: 26px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.pc_contact > p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.pc_contact > p span {
  display: block;
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #fff;
}
.pc_contact > p span a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pc_contact {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    top: 0;
    min-height: 60px;
    background-color: rgb(34, 34, 34, 0.3);
  }
  #header-u {
    top: 0;
    min-height: 60px;
    background-color: rgb(34, 34, 34, 0.7);
  }
  .scroll_logo {
    min-height: 60px;
  }
  .scroll_logo a {
    width: 120px;
  }
  .scroll_logo {
    top: -3px;
  }
  .Toggle {
    top: 3px;
  }
  /*pc_btn*/
  .pc_btn {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: 60px;
    overflow: hidden;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .head-sns {
    padding-top: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .head-sns span {
    display: inline-block;
    margin-right: 4px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%; /* CSS3 */
    -webkit-border-radius: 50%; /* Safari,Google Chrome*/
    -moz-border-radius: 50%; /* Firefox */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #pcnavi {
    display: none;
  }
  #pcnavi_under {
    display: none;
  }
  /*===*/
}
/*||header背景色変更-2024/05/30||*/
#header.header_top_back  {
background-color: rgba(0, 0, 0, 0);
    	transition: all 0.5s;

}
#header.header_back {
  background-color: #fff;
    	transition: all 0.5s;
}
#header.header_back .scroll_logo {
  filter: invert(100%);
}
#header.header_back .header_top_nav {
  filter: invert(100%);
}
#header.header_back .header_top_nav:hover {
  filter: invert(0%);
    color: #8090a5;
}
#header.header_back .header_top_nav:hover span{
      color: #8090a5;
  
}
#header.header_back .pc_contact {
  filter: invert(100%);
}
#header.header_back .Toggle {
  filter: invert(100%);
}