@charset "utf-8";
/* CSS Document */
    .simgcenter {
margin: 10px auto 5px
    }
nav li:nth-child(4) span.remark {
    display: none;
}
img {
    max-width: 100%;
}
.pc {
    display: none
}
   body {
margin: 0 auto;
padding: 0;
       font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.1em;
    }
    .dg {
     font-family: 'Didact Gothic', sans-serif;
    }
    .pf {
       font-family: 'Playfair Display', serif;
    }
    a {
color: #000;
text-decoration: none;
    }
    a:hover img {
opacity: 0.5;
    }
    ul,li {
list-style: none;
padding: 0;
margin: 0;
    }
    h1,h2,h3,h4,h5,p {
margin: 0 auto;
    }
    .wrap {
width: 100%;
margin: 0 auto;
position: relative;
    }
    header {
padding: 10px 0 10px
    }

header.fadein {
    padding: 5px 0 2px;
    position: absolute;
    width: 100%;
    background: #FFF;
    top: 0;
    z-index: 100;
}
   header.fadein .logo {
     width: 45%;
    margin: 0 auto 0 1%;
    text-align: center;
    }
header.fadein #nav_toggle {
    top: 5px
}

   header .wrap,nav ul {
display: flex;
justify-content: space-between;
   align-items: center;
    }
    .logo {
    width: 50%;
       margin: 0 auto 0 3%;
    text-align: center;
    }
    nav {
width: 73%;
margin: 0;
font-family: 'Didact Gothic', sans-serif;
    font-weight: bold;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    }
    nav ul a{
display: block;
    }
.oopen label p {
 color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 17px 0;
    position: relative
  }
.oopen label p:before {
    content: "〉";
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
line-height: 2.5rem;
}

  .oopen input {
    display: none;
  }
  .oopen .accshow {
    height: 0;
    overflow: hidden;
      opacity: 0
  }
  .oopen .accshow p {
    padding: 1.5rem;
  }
  .oopen .cssacc:checked + .accshow {
   animation: fadeIn 0.5s ease 0s 1 normal;
    height: auto;
  background: rgba(255,255,255,0.15);
      color: #fff;
    text-decoration: none;
    font-weight: bold;
       font-size: 1rem;
      opacity: 1
  }
   @keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}
      .oopen .cssacc:checked + .accshow li {   
  padding: 5px 0
}
.oopen .cssacc:checked + .accshow ul {
    width: 100%;
}   
.oopen .cssacc:checked + .accshow ul li a {
      padding: 7px 0;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}
.oopen .cssacc:checked + .accshow ul li:first-child,
.oopen .cssacc:checked + .accshow ul li:nth-child(9) {
background: #FFFF;
    color: #aaa;
	font-weight: normal;
}
/*************************************open menu**********************/
header nav {
	margin-right: -16px;
	margin-top: -30px;
	    padding: 50px 0;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
 color: #fff;
text-decoration: none;
font-weight: normal;
font-size: 1.1rem;
padding: 17px 0;
}
#nav_toggle{
	display: none;
}
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
   background: rgba(244,157,12,0.95);
		left: 0;
		z-index:99999;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
header nav ul li:first-child a {
	width:100%;
	text-align:center;
}
header nav ul li:first-child img {
	width:35%;
}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	/*開閉ボタン*/
	#nav_toggle{
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 999999;
	}
#home #nav_toggle span {
	background: #fff;
}


	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
display: block;
height: 1px;
background: #f49d0c;
position: absolute;
width: 74%;
left: 13%;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top:5px;
	}
	#nav_toggle span:nth-child(2){
		top:15px;
	}
	#nav_toggle span:nth-child(3){
    top: 25px;
	}

	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2),.open #nav_toggle span:nth-child(3) {
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
.open #nav_toggle span:nth-child(1),
.open #nav_toggle span:nth-child(2),
.open #nav_toggle span:nth-child(3){
background: #fff;
top: 26px;
width: 40px;
left: 0;
}
  .floatrigt {
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 99;
    width: 20%
    }
.floatrigt ul{
display: flex;
    flex-direction: column-reverse;}
    .floatrigt li:first-child {
   position: relative;
    right: 10px;
    }
    .floatrigt li:last-child {
        text-align: right;
        position: absolute;
        top: 2px;
        right: 30px;
    }
    .floatrigt li:nth-child(2) {
	text-align: right;
	}
    #topfv {
background: url("/img/common/fvsp.jpg") no-repeat top left;
    padding: 340px 0 0;
    background-size: 100%;
    margin-top: -68px;
    }
    .fvbtext {
font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 2px solid #f49d0c;
    padding: 0 0px 5px 4px;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: left;
    width: 88%;
    letter-spacing: 0.1em;
    }
    .fvbtext span {
   position: relative;
    padding-left: 45px;
    left: 20px;
    letter-spacing: 0.05em;
    }
    .fvbtext span:before,.fvbtext span:after {
    width: 110px;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
    left: -41px;
    top: 21px;
    }
    .fvbtext span:before {
transform: rotate(-45deg)
    }
    .fvbtext span:after {
transform: rotate(45deg)
    }
    #topfv .redunderline {
    margin: 10px auto 20px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1rem;
    }
    .redunderline {
position: relative;
    }
    .redunderline:before {
width: 90%;
    height: 10px;
    background: #e8465a;
    content: "";
    position: absolute;
    left: 5%;
    bottom: -4px;
    opacity: 0.5;
    }
  #topnews {
width: 100%;
margin: 0 auto;
position: relative;
    }
    #topnews .wrap {
width: 95%;
    background: rgba(255,255,255,0.5);
    padding: 10px 0;
    align-items: center;
    margin: 0 auto 20px;
    text-align: center;
    }
     #topnews .wrap ul {
  height: 50px;
    padding: 10px 0;
    overflow-y: scroll;
    width: 100%;
    }
    .pfttl {
font-size: 1.4rem;
    border-bottom: 1px solid #f49d0c;
    padding-bottom: 7px;
    }
      #topnews .wrap ul li a{
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    }
    .day {
  border-right: 1px solid #000;
    width: 24%;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 0.8rem;
    margin: 5px 0;
    line-height: 1em;
    text-align: left;
padding-top: 5px;
    }
    .newsttl {
margin: 5px 0;
    text-align: left;
width: 73%;
    }
    
    ::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #f1f1f1;
  border: none; 
}
::-webkit-scrollbar-thumb{
  background: #f49d0c;
  box-shadow: none;
}
 .engttl {
    font-size: 4rem;
    font-weight: lighter;
    letter-spacing: 0.3rem;
    color: #fee1e6;
    font-family: 'Lato', sans-serif;
    text-align: center;
    line-height: 1em;
    }

    
    #concept {
position: relative;
background: url("/img/common/s1bg.jpg") no-repeat center bottom;
    background-size: contain;
padding-bottom: 60px;
margin-top: 50px;
    }
    #concept:before {
background: url("/img/common/s1img1.jpg") no-repeat;
width: 100%;
 height: 679px;
    position: absolute;
    right: 0;
    top: 540px;
    content: "";
    background-size: contain;
    }
    .conleftbox {
    width: 90%;
    margin: 30px auto 80px;
    text-align: left;
    }
    .bttl {
  font-weight: bold;
    font-size: 1rem;
    margin: 20px auto;
    line-height: 1.8em;
    text-align: center;
    }
    .yunderline {
position: relative;
    }
    .yunderline:before {
background: #fff32b;
position: absolute;
left: 0;
bottom: -5px;
width: 100%;
height: 10px;
    content: "";
z-index: -1
    }
    .pfttl span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    font-size: 0.9rem;
    }
    #concept .pfttl {
width: 85%;
    margin: 0 auto;
    text-align: center;
    }
    
    p.ntext {
       font-size: 0.9rem;
    line-height: 1.6em;
    padding-bottom: 1rem;
    }
#concept p.ntext,
.flowinner p.ntext{ 
    text-align: center;
}
    #concept ul {
   width: 95%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    }
#concept ul.con3 {
    margin-top: 300px;
height: 250px;
}
#concept ul.con3 li:nth-child(2) {
    position: relative;
    top: 70px;
    left: -5px;
}
#concept ul.con3 li:last-child {
    position: relative;
top: 130px;
}

    #concept ul.con3:before {
/*background: url("/img/common/s1img2.jpg") no-repeat;*/
content: "";
width: 220px;
height: 220px;
position: absolute;
right: 0;
top: 140px;
    }

    #concept ul.con2 {
   margin: 20px auto;
    width: 90%;
    }
    #concept ul.con2 li:last-child {
bottom: -40px;
position: absolute;
right: 0;
display: none
    }
    a.btn {
padding: 20px 0;
width: 90%;
margin: 0 auto;
display: block;
text-align: center;
border: 1px solid #f49d0c;
position: relative;
    font-weight: bold;
    }
    a.btn:before {
    width: 50px;
    height: 1px;
    content: "";
    background: #000;
    position: absolute;
    right: 10%;
    top: 49%;
    }
    a.btn:hover {
background: #f49d0c;
color: #FFF;
border: 1px solid #f49d0c;
    }
 a.btn:hover:before {
     background: #FFF;
    }

 #menu {
padding-top: 70px;
text-align: center
    }
     #menu .pfttl {
 width: 70%;
    }
#menu  p.ntext {
    width: 90%;
    margin: 0 auto;
}
    .ladymenu,.menmenu {
position: relative;
    padding: 90px 0 0;
    margin: 70px auto ;
    }
.menmenu {
    margin-bottom: 60px;
}
    .ladymenu:before {
background: url("/img/common/s2bg.jpg") no-repeat right;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 735px;
content: "";
    }
     .menmenu:before {
background:url("/img/common/s2bg2.jpg") no-repeat;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 420px;
content: "";
    }
    .ladymenu .engttl {
    position: absolute;
    text-align: left;
    right: 0;
    top: -140px;
mix-blend-mode: multiply;
z-index: 1
    }
    #menu .ladymenu .pfttl ,#menu .menmenu .pfttl {
   border: none;
    font-size: 1.8rem;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1em;
    }
    .ladymenu .pfttl span,.menmenu .pfttl span{
vertical-align: middle;
    }
    .ladymenu ul,.menmenu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    }
    .ladymenu ul li {
  width: 49.5%;
    margin: 0 0 10px;
    height: 200px;
    position: relative;
    }
    .menmenu ul li{
width: 49.5%;
margin: 0;
position: relative;
height: 200px;
    }
   .ladymenu ul li:first-child {
background: url("/img/common/s2btn1.jpg") no-repeat;
   background-size: cover
    }
    .ladymenu ul li:nth-child(2) {
background: url("/img/common/s2btn2.jpg") no-repeat;
background-size: cover
    }
    .ladymenu ul li:nth-child(5) {
background: url("/img/common/s2btn4.jpg") no-repeat;
background-size: cover
    }
    .ladymenu ul li:nth-child(6) {
background: url("/img/common/s2btn3.jpg") no-repeat;
      background-size: cover
    }

    .ladymenu ul li:nth-child(7) {
background: url("/img/common/s2btn9.jpg") no-repeat;
      background-size: cover
    }
    .ladymenu ul li:nth-child(3) {
background: url("/img/common/s2btn7.jpg") no-repeat;
background-size: cover
    }
    .ladymenu ul li:nth-child(4) {
background: url("/img/common/s2btn8.jpg") no-repeat;
background-size: cover
    }
    .menmenu ul li:first-child{
 background: url("/img/common/s2btn5.jpg") no-repeat;
 background-size: contain;
    }
    .menmenu ul li:last-child{
 background: url("/img/common/s2btn6.jpg") no-repeat;
 background-size: contain;
    }
    .ladymenu ul li a,
    .menmenu ul li a{
     position: absolute;
    top: 9%;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
    width: 90%;
    left: 5%;
    height: 140px;
    display: block;
    }
     .menmenu ul li a{
 width: 90%;
    left: 4%;
    top: 4%;
    }
    .ladymenu ul li a:hover,
    .menmenu ul li a:hover{
     background: rgba(243,152,0,0.7);
    }
    .ladymenu ul li p.wlinelink,
    .menmenu ul li p.wlinelink{
position: relative;
    top: 32%;
    }
    .ladymenu ul li:nth-child(2) p.wlinelink {
top: 22%;
    }
    .ladymenu ul li p.wlinelink span,
    .menmenu ul li p.wlinelink span{
font-size: 80%;
    font-weight: lighter;
    font-family: 'Didact Gothic', sans-serif;
position: relative;
    top: 5px;
    }
    .ladymenu ul li p.wlinelinkbtn,
    .menmenu ul li p.wlinelinkbtn{
background: rgba(243,152,0,0.9);
    width: 100%;
    padding: 7px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.8rem;
    }
.ladymenu ul li p.wlinelinkbtn:before,
    .menmenu ul li p.wlinelinkbtn:before{
    background: #fff;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    right: 10%;
    top: 49%;
    }
    
    .menmenu .engttl {
left: 0;
top:-50px;
position: absolute;
text-align: left;
mix-blend-mode: multiply;
    }

    .menmenu ul {
  width: 95%;
    margin: 20px auto;
    }
 #flow {
background: url("/img/common/s3bg.jpg") no-repeat bottom center;
       margin-top: 70px;
padding-bottom: 40px;
    }

    .flowinner {
   width: 90%;
    margin: 40px auto 20px;
    }
#flow .pfttl{
    text-align: center
}
    #flow ul {
position: relative;
    }
    #flow ul li {
   border: 1px solid #f49d0c;
    width: 90%;
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
    padding: 20px 0 5px;
    }
#flow ul li img{
    position: absolute;
    left: 20px;
    top: 15px
}
    .flownum {
   font-size: 3rem;
    font-family: 'Playfair Display', serif;
    transform: scale(0.8, 1);
    position: relative;
    margin: -60px auto 0;
    }
    #flow ul li .bttl {
margin: 0 0 0 auto;
    font-size: 1.1rem;
    padding:10px 0 5px;
    width: 66%;
    text-align: left;
    }
    #flow ul li .ntext {
   font-size: 0.85rem;
    line-height: 1.6em;
    width: 90%;
    margin-top: 20px;
    letter-spacing: -0.1em;
    }
  #item {
    margin: 70px auto 90px;
    text-align: center;
    overflow-x: hidden;
    padding: 0 0 150px;
    }
     #item .engttl{
mix-blend-mode: multiply;
    margin-bottom: -25px;
    z-index: 99;
    position: relative;
    }
    #item .pfttl span {
padding-left: 0;
    }
    #item .pfttl {
width: 40%;
margin: 0 auto 20px;
    }
    .prev-arrow {
position: absolute;
    bottom: -55px;
    left: 10px;
    width: 30%;
}
    .next-arrow {
  position: absolute;
    bottom: -55px;
    right: 10px;
    width: 30%;
}
    .slick-dots {
display: flex;
justify-content: space-between;
    width: 0;
    height: 0;
    }     
       .slick-dots:before {
    width: 110px;
    height: 1px;
    content: "";
    position: absolute;
    transform: rotate( 
-50deg);
    background: #a8a8a8;
    bottom: -35px;
    left: 36%;
}
    .slick-dots:after {
    width: 70px;
    height: 1px;
    content: "5";
    position: absolute;
    bottom: -20px;
    font-size: 3.5rem;
    left: 48%;
    font-weight: lighter;
    color: #a8a8a8;
    font-family: 'Lato', sans-serif;
}
    .slick-dots button:after {
    position: absolute;
    bottom: 160px;
    bottom: -40px;
    left: 665px;
    font-weight: lighter;
    color: #f39800;
    font-family: 'Lato', sans-serif;
    z-index: 999;
    font-size: 3rem;
}
   .slick-dots button {
    width: 0;
    height: 0;
    border: none;
    background: #FFF;
    text-indent: -999px;
    position: absolute;
    margin: 0 auto;
    left: 0;
}
.slick-dots li:first-child.slick-active button:after {
    content: "1";
} 
    .slick-dots li:nth-child(2).slick-active button:after {
    content: "2";
}   
     .slick-dots li:nth-child(3).slick-active button:after {
    content: "3";
}
     .slick-dots li:nth-child(4).slick-active button:after {
    content: "4";
}
    .slick-dots li:nth-child(5).slick-active button:after {
    content: "5";
}
    .slick-dots li:nth-child(6).slick-active button:after {
    content: "6";
}
    .slider li {
text-align: center
    }
    .slider li.slick-slide img {
    display: inline-block;
    }
    .slider li .bttl {
    margin: 10px auto;
    font-size: 0.8rem;
    line-height: 1.4em;
    width: 85%;
    }
    .slider li .ntext {
      width: 85%;
    font-size: 0.75rem;
    line-height: 1.8em;
    font-weight: lighter;
    letter-spacing: 0.1em;
    }
  #otherpage ul {
    margin: 70px auto;
      width: 90%;
    }
    #otherpage ul li{
margin: 0 auto;
text-align: center
 }
    #voice {
margin: 80px auto 0;
    }
    #voice .engttl {
      font-size: 3rem;
    }
    #voice  .pfttl {
margin-top: 20px;
    text-align: center;
    width: 90%;
    }
    .voicearea {
   border: 1px solid #d9d9d9;
    width: 90%;
    padding: 100px 0;
    text-align: center;
    margin: 30px auto;
    }
 #info {
background: url("/img/common/s4bg.jpg") no-repeat top;
background-size: cover;
position: relative;
margin: 100px auto 70px;
    }
      #info:before {
  background: url("/img/common/s4img.jpg") no-repeat;
      width: 100%;
    height: 454px;
    position: absolute;
    content: "";
    right: 0px;
    bottom: 330px;
    mix-blend-mode: multiply;
    background-size: contain;
    }
    .infotebox {
     margin: 0 auto;
    padding: 130px 0 0;
    width: 90%;
    }
    .infotebox .pfttl {
text-align: center
    }
     .infotebox ul {
    margin: 20px auto;
 text-align: center;
    width: 90%;
    }
    .infotebox ul li:nth-child(odd) {
   width: 100%;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
margin: 0;
 background: rgba(244,157,12,0.1);
padding: 5px 0
    }
    .infotebox ul li:nth-child(even) {
    width: 100%;
    margin: 5px 0 15px;
    font-size: 0.9rem;
    line-height: 1.8em;
    letter-spacing: 0em;
       
    }
    #info .engttl {
    position: absolute;
    right: 0;
    text-align: left;
    top: -70px;
mix-blend-mode: multiply;
    }

    .access {
    position: relative;
    text-align: center;
    margin: 380px auto 0px;
    padding-bottom: 70px;
    }
    #info .access .pfttl {
text-align: center;
border-bottom:none;
position: relative;
    margin-bottom: 30px;
    display: inline-block;
    padding: 0 5px;
    }
    #info .access .pfttl:before {
       background:#fff32b;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    mix-blend-mode: multiply;
    }
    
    .access img {
position: absolute;
       top: auto;
    bottom: 273px;
    width: 50%;
left: 0;
    mix-blend-mode: multiply;
    }
    .access .map {
    width: 90%;
    height: 250px;
    }
 #contact {
text-align: center;
    margin: 70px auto;
     width: 90%;
    }
    #contact .pfttl {
display:inline-block;
width: 50%;
margin: 0 auto;
    }
    #contact  .pfttl span {padding-left: 0;}
    .conttel {

    font-size: 1.5rem;
    padding-bottom: 5px;
    font-weight: bold;
    letter-spacing: 0.15em;
    width: 90%;
    margin: 30px auto 20px;
    }

    a.contbtn {
padding: 20px 0;
width: 100%;
margin: 0 auto;
display: block;
text-align: center;
border: 1px solid #000;
background: #000;
position: relative;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
color: #FFF;
    font-size: 1.4rem;
    }
    a.contbtn:before {
    width: 50px;
    height: 1px;
    content: "";
    background: #fff;
    position: absolute;
    right: 10%;
    top: 49%;
    }
    a.contbtn:hover {
background: #fff;
color: #000;
border: 1px solid #000;
    }
 a.contbtn:hover:before {
     background: #000;
    }
    .telobox {
border: 1px solid #f39800;
width: 100%;
margin: 0 auto 50px;
   padding: 20px 0 50px;
    }
    .telobox .yunderline {
display: inline;
    }
.telobox p.ntext {
line-height: 2em;
    padding-bottom: 0;
}
.telobox .sp.yunderline:before {
    background: #fff32b;
}
    .conttel span {
font-size: 1rem;
    letter-spacing: 0.2em;
    }
  footer {
  background: url("/img/common/footbg.jpg") no-repeat bottom;
  background-size: cover;
  padding: 50px 0 0;
  position: relative
      }
      footer .copy {
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 60px;
      }
      footer .topjump a {
  position: absolute;
  right:10px;
  bottom: 0;
  background: #f2a320;
  padding: 15px 10px;
  display: block;
      }

      .footlogo {
  width: 100%;
    margin: 0 auto;text-align: center
      }
      .footnav {
  width: 90%;
  font-weight: bold;
      font-size: 0.9rem;
    margin: 10px auto 0;
      }
.footnav ul {
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    width: 95%;
}
   .footnav li {
  width: 50%;
   padding: 8px 0;
      }
      .footinner ul.fnav1 li:nth-child(4) {
  width: 100%;
}
      .footnav li:before {
  content: "> ";
      }
      .footinner ul.fnav2 {
      width: 100%;
    margin: -2.2rem 0 0;
      }
.footinner ul.fnav2 li {
    margin: 0 0 0 auto
}
      .footnav li ul{
  flex-wrap: wrap;
      font-size: 0.7rem;
      }
      .footnav li ul li,
      .footinner ul.fnav1 ul li:nth-child(4){
  width: 50%;
  font-weight: normal;
      padding: 5px 0;
      }
      .footnav li ul li:before {
  display: none;
      }


/*--------------------------------menu-----------------*/
    .menu #underfv ul li:first-child {
width: 38%;
    }
    .menu #underfv ul li:first-child img {
left: 0px;
bottom: -200px;
    }
#menu .wrap{
    width: 100%
    }
.menu #menu {
    padding: 0;
}
    

  .ladywrap .engttl {
  position: relative;
    top: -60px;
    margin-bottom: -80px;
    font-size: 5rem;
    }
   .menwrap .engttl {
 color: #d2e6ec;
    position: relative;
    top: -60px;
    margin-bottom: -80px;
    font-size: 5rem;
    }
.mrboxall ul.menurltext {
    width: 100%;
}
.mrboxall ul.menurltext li:before {
    content: "";
}
.mrboxall ul.menurltext li {
    padding-right: 0;
}
.mrboxall ul.menurltext li:last-child {
    text-align: center;
    margin: 20px auto 0;
}

/**************************
 タブ切り替え
***************************/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
margin:5px 0;
}

.tab-wrap:after {
  content: '';
  width: 100%;
 height: 1px;
  display: block;
  order: -1;
}



.tab-label {
    border-bottom: 1px solid #000;
  text-align: center;
  padding: .5em 1em;
  order: -1;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  position: relative;
}
       .tab-label img {
   opacity: 0.5;
       }


.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    border: 1px solid #f39800;
    border-bottom:0;
}
.tab-switch:checked+.tab-label img {
   opacity: 1;
       }

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0 0 0;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
    .tab-content .tab-switch:checked+.tab-label {
background: #f39800;
color: #FFF;
    border: 2px solid #fff;
box-shadow: 0px 8px 8px -7px rgba(0,0,0,0.4);
}   
    .tab-content .tab-label {
    border: 2px solid #fff;
background: #cfcccd;
  text-align: center;
  order: -1;
  z-index: 1;
  cursor: pointer;
  flex: auto;
  position: relative;
border-radius: 50px;
color: #FFF;
    font-size: 0.9em;
    padding: 10px 0;
  margin: 0 1% 5px;
    width: 31%;
}
       .tab-switch:checked+.tab-label+.ladywrap,
       .tab-switch:checked+.tab-label+.menwrap{
    display: block;
       }
       
       .ladywrap {
       background: #fff9fa;
       }
     .menwrap {
       background: #f3fafd;
       }
       
       .blady {
       margin-left: 5%;
       }
       .bmen {
   margin-right: 5%;
       }
       .tab-content .bttl {
       margin: 10px auto 10px;
    line-height: 1.2em;
       }
       .tab-content .ntext span {
   font-weight: bold;
   border-bottom: 1px solid #f39800
       }
       .menuinnerbox {
       width: 90%;
    margin: 20px auto 50px;
    background: #fdf0f2;
    border: 4px solid #FFF;
       }
       .menmenuinnerbox {
   background: #e7f0f4
       }
       .menuleft {
 margin: 20px auto;
    text-align: center;
    width: 90%;
       }
       .mlttl {
       font-size: 2.2em;
    margin: 20px auto 10px;
    letter-spacing: 0.2em;
    font-weight: lighter;
    line-height: 1em;
       }
       .mlttl span{
   color: #f39800;
       }
       .menmenuinnerbox .mlttl span {
   color: #99b8c2;
       }
       .mlttlunder {
   color: #a8a8a8;
    font-size: 0.85rem;
    margin-bottom: 20px;
       }
       .menuright {
  margin: 30px auto;
    width: 90%;
   }
       .mrbox {
   background: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
    align-items: center;
    width: 100%;
    margin: 10px 0;
       }
       .mrttl {
  width: 45%;
    margin-left: 5%;
    text-align: left;
    font-weight: bold;
    font-size: 1.1rem;
       }
       .mrp {
   width: 45%;
    margin-right: 5%;
    text-align: right;
    color: #f39800;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
       }
       .mrp span {
       font-size: 70%;
       }
       .mrp span.mrpb {
       font-size: 65%;
    color: #000;
    padding-right: 6px;
       }
       .mrtext {
     width: 90%;
    text-align: left;
    font-size: 0.85rem;
    margin: 10px auto 0;
    line-height: 1.2rem;
       }
       .mrboxall {
   width: 100%;
       }
       .mrsttl {
       margin: 30px auto 5px;
    width: 90%;
    border-bottom: 1px solid #f39800;
    text-align: left;
    padding-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 700;
       }
       .mrboxall ul{
  width: 90%;
    margin: 15px auto 10px;
    font-size: 0.9rem;
    text-align: left;
       }
       .mrboxall ul li {
   padding-right: 20px;
       }
       .mrboxall ul li:before{
   content: "●";
   color: #f39800;
       }

.tab-content .tab-label.mrl,.tab-content .tab-label.msr {
 width: 45%;
    margin: 0 auto;
       }

    #campaing .wrap {
width: 100%;
    }
    #campaing .tab-switch:checked+.tab-label+.ladywrap,
    #campaing .tab-switch:checked+.tab-label+.menwrap {
text-align: center;
    padding-bottom: 30px;
    }
    #campaing .camttl {
position: relative;
    margin-bottom: -5px;
    width: 50%;
    }
    #campaing ul {
     width: 90%;
    margin: 0 auto;    
    }
    .camdrop {
    position: absolute;
    left: -50px;
    top: 110px;
    mix-blend-mode: multiply;
display: none;
    }
    #campaing p span.ntext {
font-size: 70%;
    font-weight: normal;
    padding-left: 10px;
    }
   #campaing .tab-label {
  flex: 1;
} 
     #campaing  .blady {
margin: 0 auto;
    width: 60%;
    display: block;
       }
#campaing .tab-wrap {
  display: block;
}
    .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
#campaing .tab-content .bttl{
    display: none
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  padding: 30px 0 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
    width: 98%;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
bottom: 0px;
    right: 0px;
    color: #000;
    font-size: 4rem;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    font-weight: lighter;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}