@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
  :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #EFEFEF;
    --color-theme:#262626;
     --color-red:#840D0D;
      --color-yellow:#A87911;


      
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
html{scroll-behavior: smooth;}

body {
	font-size: 14px;
	font-family: YuGothic, '游ゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
     /*background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #FCFCFC 50%, #FCFCFC 100%);
    background-attachment: fixed;*/
    

   
}

@media only screen and (max-width: 900px) {
    body {
	font-size: 12px;
}
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
  a {
    text-decoration: none;
    color: #333;
  }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block!important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 900px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.sec {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .sec {
    margin-bottom: 20px;
}
}
#main {
}
#main-in {
	padding-left: 300px;
}
.logo_main_top {
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-end;
    height: 140px;
    padding: 0 30px 0 0;
}
.logo_main_top img {
    width: 400px;
}
@media only screen and (max-width: 768px) {
    .logo_main_top {
        display: none;
    }
}
#main p {
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}
@media only screen and (max-width: 900px) {
    #main .inner {
	padding: 2em 1.5em;
}
}
/* main-visual */
#main-visual {
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);


	height: 400px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}

/* 左メニュー */
#global-head {
	position: fixed;
	color: var(--color-theme);
	width: 260px;
	text-align: center;
	padding-top: 25px;
	z-index: 100;
}
#global-head #brand-logo img { width: 180px;}
@media screen and (max-width: 900px) {
   #global-head #brand-logo img { width: 160px;}
    #main {
        margin-top: 55px;
}
}
.sidebar_box {
    overflow: hidden;/*コレ*/
}

#sidebar {
    background: #F9F9F9;
	font-size: 15px;
	padding-top: 140px;
	width: 300px;
	height: 100%;
	position: fixed;
	text-align: center;
display: flex;
 flex-flow: column;
    z-index: 2;
    
    /* boxレイアウトの指定 */
		/*box-orient: vertical;*/
/*-webkit-box-orient: vertical;*/
/*-moz-box-orient: vertical;*/
/*		display: -webkit-box;*/
/*		display: -moz-box;*/

		/* 配置したボックスを左右中央寄せにする */
		/*box-pack: center;*/
		/*-webkit-box-pack: center;*/
		/*-moz-box-pack: center;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}

@media screen and (max-width: 900px) {
    #sidebar {
    /* 配置したボックスを左右中央寄せにする */
		box-pack:start;
		-webkit-box-pack: start;
		-moz-box-pack:start;
padding-top: 80px;
    justify-content: flex-start;
}
}
#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 30px;
}
#global-nav > ul > li.current a {
	background: var(--color-base);
    color: #FFF;
    
}
/*#global-nav > ul > li:last-child a {
    background: var(--color-base);
    display: inline-block;
    width: 100%;}*/
/*#global-nav > ul > li:nth-child(9) a::after {
    content: '';
  display: inline-block;
  width: 130px;
  height: 30px;
  background-image: url(../img/seminar/hiyokofamiry.png);
background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
    
    
    
}*/
#global-nav > ul > li:nth-child(10) a {
    position: relative;
}
#global-nav > ul > li:nth-child(10) a:after {/*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/
  padding-top: 55px;/*画像の幅に対する高さ比率*/
  display: block;
}
#global-nav > ul > li:nth-child(10) a:before {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 40px;
  left:45px;
  display: block;
  width: 65%;/*幅*/
  height: 80px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/seminar/hiyokofamiry.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  }
#global-nav > ul > li:last-child.current a {
    background: var(--color-theme);
    color: #FFF;
}
#global-nav > ul > li:last-child a:hover {
    color: #fff;
	background: var(--color-theme);
}
#global-nav a {
    font-size: 13px;
	color: #383838;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
@media screen and (max-width: 400px) {
    #global-nav a {
        font-size: 12px;
	padding: 5px 0;
}
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: var(--color-theme);
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
    
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--color-theme);
	border-right: 1px solid var(--color-theme);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: var(--color-theme);
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 300px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: var(--color-theme);
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: var(--color-theme);
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



@media screen and (max-width: 900px) {
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}
.sidebar_company {
    width:  100%;
    margin: 0 auto;
    
    padding: 30px;
    text-align: center;
    /*margin-top: auto;box-packプロパティの下寄せ*/
}
.sidebar_company .tel {
    font-size: 1.3em;
font-family: 'Jost', sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    }

@media screen and (max-width: 900px) {
    .sidebar_company {
        display: none;
        width: 100%;
        padding: 10px;
        width: 200px;
        margin: 1em auto 0;
}
}
.button-036 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    padding: 10px 20px;
    background-color:var(--color-theme);
border: 1px solid var(--color-theme);
    transition: all 0.3s 0s ease-in-out;
    margin: 1em auto 0;

}
.button-036 a {text-decoration: none;
color: #FFF;
font-weight: 700;}
.button-036:hover {
    background-color: #FFF;
    font-weight: normal;
    border: 1px solid var(--color-theme);
}

#footer .button-036:hover a,.button-036:hover a {color: var(--color-theme);
    text-decoration: none;
    font-weight: 700;
}
.button-036::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    content: '';
}

.button-036:hover::after {
    border-color: var(--color-theme);
}

.sidebar_company .kaisha {
    font-size: 11px; 
    position: relative;
margin-bottom: 15px;
}
.sidebar_company .kaisha::before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #333;
}

#copyright {
    margin: 3em 0 0 0;
    text-align: center;
    
}
#sidebar .insta img {
    width: 30px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
/* 左メニュー */
/* footer */
footer#footer {
    padding-left: 300px;
}

@media screen and (max-width: 900px) {
footer#footer {
    padding-left: 0;
}
    }




#footer {
  /*position: relative;*/

}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 60px;
  background:#EDEDED;
}
#footer .primary .flex {
  display: flex;
}
#footer .primary .flex .left{
  width: 40%;
}
#footer .primary .flex .right{
  display: flex;
  width: 60%;
  justify-content: flex-end;
}
#footer .secondary {
  display: flex;
  padding: 40px 60px;
  background:#DCDCDC;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
      margin: 10px 0 10px;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0 0 1em;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
#footer .logo img {
    width: 230px;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
    #footer .logo img {
    width: 200px;
        margin: 0 auto;
        display: block;
}
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}
.address .kaisha {
    display: block;
    position: relative;
margin-bottom: 15px;
}
.address .kaisha::before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #FFF;
}

/* navi */

.navi-section {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-left: 30px;
}
#footer .parent {
  margin: 0 0 8px 0;
  padding: 0;

}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 5px 0 0 0;
  padding: 0;
}
#footer .navi li ul li {
    margin-left: 2em;
    
}
#footer .navi li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
#footer .navi li ul li a:before {
  content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid var(--color-theme);
    border-left: 1px solid var(--color-theme);
    left: -1em;
    top: 0;
}


@media screen and (max-width: 767px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 0;
}
#footer .parent {
  font-size: 11px;
  margin: 5px 0 5px;
}
  #footer .navi {
    font-size: 11px;
    padding-bottom: 5px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 11px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}

/* copyright */

#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    font-size: 10px;
  }
}
body {
  margin: 0;
  padding: 0;
}
dl.dl_time {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

    font-size: 13px;
    margin: 0.5em 0;
}
dl.dl_time dt {
width: 30%;
  margin-bottom: 5px;
}
dl.dl_time dt span {
    background: var(--color-theme);
    border-radius: 50vh;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.5em 1em;
    display: block;
    line-height: 1.1;
    margin-right: 1em;
    
}
dl.dl_time dd {
  width: 70%;

  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
dl.dl_time  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}
dl.dl_time dt {
width: 100%;
}
dl.dl_time dt span {

    font-size: 0.8em;
    padding: 0.3em 0.5em;
    margin-right: 0em;
}
dl.dl_time dd {
  width: 100%;
text-align: center;
}
    
}


/* footer */
/*TOPページ*/
/*top_about*/
.ttl {
  font-size: 26px;
  line-height: 3;
    margin-bottom: 3em;
  padding: 7px 0 7px 0px;
    text-align: center;
    position: relative;
}
.ttl span {
  display: block;
  font-size: 14px;
    color: var(--color-theme);

}
.ttl::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background-color: var(--color-theme);
}
@media screen and (max-width: 900px) {
 .ttl {
  font-size: 14px;
  line-height: 1.5;
    margin-bottom: 3em;
  padding: 7px 0 7px 0px;
}
.ttl span {
  display: block;
  font-size: 12px;
    color: var(--color-theme);

}
    .ttl::after {
	width: 30px;
	height: 2px;
	background-color: var(--color-theme);
}
}
.heading06 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	font-family: "Loved by the King", cursive;
  font-weight: 400;
  font-style: normal;
}

.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 1px;
	background-color: var(--color-theme);
}
@media screen and (max-width: 768px) {
    .heading06 {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 14px;
    margin: 20px 0;
}
    .heading06::before {
	font-size: 35px;
        top: -20px;
}
  
.heading06::after {
	
	bottom: 10px;
	
	width: 40px;
	height: 1px;
	
}  
}
/*.top_about {
    background: #FFF;
}*/
.top_about h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6em;
}
.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
    align-items:center;
}

.text {
    width: 57%;
}

.pict {
  width: 40%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}
@media screen and (max-width: 900px) {
    .box {
  display:flex;
  flex-direction: column;
}

.text {
  width: 100%;
}


.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
      margin: 1em 0;

}

.pict img {
  max-width: 300px;
  height:auto;
    margin: 0 auto;
}
}
/*top_about*/
/*top_info*/
.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 300px;
    max-width: 800px;
    margin: 0 auto;

    
}
.topics dl {
padding: 5px 0;
    color: #383838;
}

.topics dt {
padding-bottom: 1px;
padding: 0.5em 0;

}
.topics dd {
    border-bottom: 1px dotted #383838;
padding: 0.5em 0;
/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd a {
color: #383838;
    
}
.topics dd a span {
    background:#FFF;
    border-radius: 50px;
    position: relative;
    display:inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 120px;
    padding: 2px 10px;
    color: #808080;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    border: solid 1px #808080;
    text-decoration: none;
    font-size: 11px;

}
.topics dd a:hover span {
    background: #808080;
    color: #FFF;
}
.topics dd a span:after  {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    
}
.topics dd a:hover span:after {
    border-color: #FFF;
    
}
@media screen and (min-width: 768px) {
.topics dt {
    font-weight: 700;
clear: left;
float: left;
width: 100px;
    
}

}
@media screen and (max-width: 768px) {
    .topics dt,.topics dd {}
}
/* ページャー  */
.pager {
    margin: 2em 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */
.date02 {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--color-theme);
}

h2.information_mds {
    padding: 0 0 15px 0;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--color-theme);
    margin-bottom: 1em;
    color: var(--color-theme);
}
h3.information_mds {
    padding: 1em 0;
    margin: 1em 0;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    
    
}

.information_shosai img {
    margin: 2em auto;
    display: block;
    width: 100%;
    max-width: 400px;
}
.information .information_shosai {
    background-color: #FFF;
    padding: 4em;
    box-shadow: 0 0 10px #999;
    margin: 2em auto;
}
@media screen and (max-width: 768px) {
    .information .information_shosai {
    padding: 4%;
    margin: 2em auto;
}
}

/*TOPページ*/
/*イベントスケジュール*/
.schedule_calendar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}
    

/*イベントスケジュール*/
/*コンセプト*/
.concept_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}
.concept_box_txt {
    width: 50%;
    padding-right: 40px;
}
.concept_box_img {
    width: 50%;
}
.concept_box_img img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .concept_box_txt {
    width: 100%;
    padding-right: 0px;
        padding-bottom: 10px;
}
.concept_box_img {
    width: 100%;
}

}
/*コンセプト*/
/*アクセス*/
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap {
    margin: 10px 0;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 768px){
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 150px;
width: 100%;
}
}
p.access {
    font-weight: 600;
    padding-bottom: 1em;
}
/*アクセス*/
/*-------------------------第二階層ここから-------------------------*/
/*第二階層タイトル*/
section.top_auto_division {
    background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3) ) fixed,url(../img/daini/daini.jpg);
    background-position: bottom center;
    padding: 80px 0;
}
h2.top_ttl02 {
font-weight: 600;
    font-size: 30px; 
    line-height: 2em;
    text-align: center;
    position: relative;
    text-transform:uppercase;
    color: #FFF;
}

h2.top_ttl02 .en {
    font-size: 5rem;
    font-family: 'Antonio', sans-serif;
    line-height: 1.1em;
    letter-spacing: 4px;
    
}

h2.top_ttl02 .ja {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1em;
}


@media screen and (max-width: 768px) {
    section.top_auto_division {
    padding: 30px 0;
}
       h2.top_ttl02 {
    font-size: 30px; 
    line-height: 2em;
    margin-bottom: 20px;
    
}

h2.top_ttl02 .en {
    font-size: 2.6rem;
    line-height: 1em;
    
}


h2.top_ttl02 .ja {
    display: block;
    font-size: 1rem;
}

}
/*第二階層タイトル*/
.heading062 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center; 
}
.heading062 div {
	position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.heading062 div span.en {
    font-size: 80px;
	font-family: "Loved by the King", cursive;
  font-weight: 400;
  font-style: normal;
    display: block;
    
    line-height: 1.4em;
    
}
.heading062 div span.ja {
    font-size: 14px;
    display: block;
    line-height: 1.5em;
    border-top: 1px solid var(--color-theme);
    border-bottom: 1px solid var(--color-theme);
    padding: 20px 0;
}
/*.heading062 div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 1px;
	height: 40px;
	background-color: var(--color-theme);
}*/
@media screen and (max-width: 768px) {
.heading062 div {
	position: relative;
    padding-bottom: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.heading062 div span.en {
    font-size: 40px;

    
}
.heading062 div span.ja {
    font-size: 14px;
padding: 10px 0;
}

  
/*.heading06::after {
	
	bottom: 10px;
	
	width: 40px;
	height: 1px;
	
} */ 
}
/*メニュー*/
/*cssのみでlightbox*/
#sample_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start; 
    margin-bottom: 60px;
}
#sample_wrap #sample {
    width: 18%;
    margin: 1%;
}
#sample_wrap #sample a img.sample_img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    
}
#sample_wrap #sample a img {
    width: auto;
    height: 90%;
    
    
}
#sample figure{
  margin: 0;
  display: none;
    
}
#sample figure img {
    width: 200px;
}
#sample figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sample figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(000, 000, 000, 0.7);
  text-decoration: none;
  color: inherit;
}
#sample figure:target img{
  animation: fadein .3s;
}
#sample figure figcaption {
    color: #FFF;
    font-weight: 600;
    padding-top: 5px;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
    #sample_wrap #sample a img {
    width: 90%;
    height: auto;
    
    
}
}
/*cssのみでlightbox*/

/*cssのみでlightbox*/
#sample_wrap2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start; 
    margin-bottom: 60px;
}
#sample_wrap2 #sample2 {
    width: 48%;
    margin: 1%;
}
#sample_wrap2 #sample2 a img.sample_img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
    
}
#sample_wrap2 #sample2 a img {
    /*width: auto;*/
   /* height: 90%;*/
    
    
}
#sample2 figure{
  margin: 0;
  display: none;
    
}
#sample2 figure img {
    /*width: 200px;*/
}
#sample2 figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sample2 figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(000, 000, 000, 0.7);
  text-decoration: none;
  color: inherit;
}
#sample2 figure:target img{
  animation: fadein .3s;
}
#sample2 figure figcaption {
    color: #FFF;
    font-weight: 600;
    padding-top: 5px;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
    #sample_wrap2 #sample2 a img.sample_img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    
}
    #sample_wrap2 #sample2 a img {
    width: 90%;
    height: auto;
    
    
}
}
/*cssのみでlightbox*/

.menu_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start; 
    margin-bottom: 40px;
}
.menu_box_img {
    width: 50%;
    padding-right: 40px;
}
.menu_box_img img {
    width: 100%;
}
.menu_box_txt {
    width: 50%;
    
}
#main .menu_box_txt p {
    line-height: 1.6em;
    padding-bottom: 1em;
}
.menu_box2_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center; 
    margin-bottom: 40px;
}
.menu_box2 {
     width: 46%;
    margin: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start; 
}
.menu_box2_img {
    width: 40%;
    padding-right: 30px;
}
.menu_box2_img img {
    width: 100%;
}

.menu_box2_txt {
    width: 60%;
    
    
}
.menu_box3_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content:flex-start; 
    margin-bottom: 0px;
}
.menu_box3 {
     width: 46%;
    margin: 0 2% 2%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:center; 
}
.menu_box3 img {
    width: 120px;
    height: 60px;
    object-fit: cover;
      float: right;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
    .menu_box {
    
    margin-bottom: 10px;
}
    .menu_box_img {
    width: 100%;
    padding: 10px 0;
}

.menu_box_txt {
    width: 100%;
    padding: 10px 0;
}
.menu_box2 {
     width: 100%;
    margin: 20px 0%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center; 

}
.menu_box2_img {
    width: 40%;
    padding-right: 30px;
}
.menu_box2_img img {
    width: 100%;
}

.menu_box2_txt {
    width: 60%;
    
    
}
    .menu_box3 {
     width: 100%;
    margin: 5px 0%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:center; 
}
    .menu_box3 img {
    width: 80px;
    height: 60px;
    object-fit: cover;
      float: right;
    padding-right: 10px;
}
}
.heading_menu div.lunchgentei {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    background:var(--color-yellow);
    color: #FFF;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 200px;
    text-align: center;
    width: 100%;
}
.heading_menu div.dinnergentei {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    background:var(--color-red);
    color: #FFF;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 200px;
    text-align: center;
    width: 100%;
}
.heading_menu div.drink {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    background:var(--color-theme);
    color: #FFF;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    width: 100%;
}
.heading_menu div.lunchdinner {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    background:var(--color-theme);
    color: #FFF;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    width: 100%;
}
.heading_menu div.drink_komidashi {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}
.heading_menu div.drink_komidashi span {
    background: linear-gradient(transparent 50%, #EFEFEF 50%);
  padding: 0 0.5em;
}
.heading_menu div.en {
    font-size: 20px;
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6em;
    font-weight: 700;
}
.heading_menu div.ja {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
}
.heading_menu div.ja span {
    font-size: 14px;
    font-weight: normal;
}
.heading_menu p {
    font-size: 14px;
    font-weight: normal;
}
.price {
    
    font-size: 13px;
    line-height: 1.6em;
    text-align: right;
    border-bottom: 1px solid var(--color-theme);
    margin-bottom: 1em;
   
}
.price span {
    font-family: 'Jost', sans-serif;
    font-size: 26px;
     font-weight: 700;
}
@media screen and (max-width: 768px) {
.heading_menu div.en {
    font-size: 14px;
}
.heading_menu div.ja {
    font-size: 14px;
}
.price {
    font-size: 14px;
   
}
.price span {
    font-size: 20px;
}

}
.dl_seibun_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:flex-start; 
}
dl.dl_seibun {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    font-size: 13px;
    margin: 0.5em 0;
}
dl.dl_seibun dt {
width: 50%;
  margin-bottom: 5px;
}
dl.dl_seibun dt span {
    background: var(--color-base);
    border-radius: 50vh;

    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.5em 1em;
    display: block;
    line-height: 1.1;
    margin-right: 1em;
    
}
dl.dl_seibun dd {
  width: 50%;

  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {



   dl.dl_seibun  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
       
}

dl.dl_seibun dt span {

    font-size: 0.7em;
    padding: 0.3em 0.3em;
    margin-right: 0.5em;
}
dl.dl_seibun dd {
  font-size: 0.8em;
}
    
}
.menuPrice {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: flex-end;
}
.menuLeft {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
}
.menuLeft_mini {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4em;
    padding-left: 1em;
}
.menuLeft_nomiho {
  font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.1em;
    position: relative;
    padding-left: 20px;
}
.menuLeft_nomiho:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #FFF;
    border-radius: 2px;
}
.menuLeft i {
}
.menuLeft span {
    font-size: 0.9rem;
    display: block;
    font-weight: normal;
}

.menuLeft,.menuLeft_mini,.menuRight {
	flex: 0 1 auto;
}
.menuRight span.kakaku {
    font-family: 'Jost', sans-serif;
    padding-right: 5px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.centerLine {
	padding: 13px 15px;
	flex-grow: 2;
}

.centerLine hr {
	border-width: 1px 0px 0px 0px;
/*	border-style: dotted;*/
	border-color: var(--color-theme);
}



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

	.menuLeft {
    font-size: 1em;
}

.menuLeft,.menuLeft_mini,.menuRight {
	flex: 0 1 auto;
}
.menuRight span.kakaku {
    font-family: 'Jost', sans-serif;
    padding-right: 5px;
    font-size: 20px;
}


}
.setumei {
    background: var(--color-base);
    padding: 15px;
    text-align: center;
    
}
.menu_wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
.menu_wrap_in {
    width: 48%;
    margin: 1%;
}
/*バナー集*/

.bn-img_box {
    display: flex;
    flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
    
}
.bn-img_box a {
    width: 46%;
    margin: 2%;
}
a .bn-img {
  cursor: pointer;
  
  overflow: hidden;
  position: relative;
}
a .bn-img img {
  height: 500px;
  transition: transform .6s ease;/* ゆっくり変化させる */
  width: 100%;
    object-fit: cover;
}
a .bn-img:hover img {
  transform: scale(1.2);/* 拡大 */
}
a .bn-img .bn-img_ttl {
    
    display: flex;/* テキストの中央揃え */
    flex-wrap: wrap;
  align-items: center;
  justify-content: center;/* テキストの中央揃え */
  
    margin: auto;
  position: absolute;
  right: 0;
    left: 0;
  top: 0;
    bottom: 0;
    width: 80%;/* テキストを横幅いっぱいにならないようにする */
  z-index: 2;
    text-align: center;
}
a .bn-img p {
  
  
  color: #fff;/* テキストの色 */
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.2em;
  line-height: 1.6em;
  
  
    
}

a .bn-img p span {
    display: block;
    font-family: 'Antonio', sans-serif;
    font-size: 2.5em;
    line-height: 1.6em;
    text-transform: uppercase;
}
/* マスク */
a .bn-img::before {
  background: rgba(0, 0, 0, .3);/* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0;/* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;/* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
    opacity: 0.4;
}
a .bn-img:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
    
    .bn-img_box a {
    width: 100%;
}
    a .bn-img img {
  height: 200px;
}
    a .bn-img p {
    font-size: 1.1em;
  line-height: 1.6em;
  
  
    
}

a .bn-img p span {
    font-size: 1em;
    line-height: 1.6em;
}
}
/*バナー集*/

/*戻るボタン*/
.btn14 {width: 100%;}
.btn14 {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 260px;
	margin: 1em auto;
	padding: 1em;
	font-weight: bold;
	background-color:var(--color-theme);
	color: #FFF;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
    border: solid 1px var(--color-theme);
}
.btn14::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #FFF;
}
.btn14::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #FFF;
}
.btn14:hover {
	background: var(--color-base);
	color:var(--color-theme);
    border: solid 1px var(--color-base);
}
.btn14:hover::before {
	background:var(--color-theme);
}
.btn14:hover::after {
	background-color:var(--color-theme);
}
@media screen and (max-width: 480px) {
    .btn14 a {
	max-width: 260px;
	margin: 1em auto;
}
}
/*戻るボタン*/
.limited {
    background:  var(--color-red);
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1em;
    
   
}
.limited p {
    color: #FFF;
    font-weight: 900;
    font-size: 1.3em;
}
/*メニュー*/
/*店内案内*/
.img_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

}
.img_box_in {
    width: 31%;
    margin: 1%;
}
.img_box_in img {
    width: 100%;
    object-fit: cover;
    height: 260px;
}
@media screen and (max-width: 768px){
    .img_box_in {
    width: 48%;
    margin: 1%;
}
.img_box_in img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}
}
/*店内案内*/
/*プライバシーポリシー*/
section.privacy .container p {
    line-height: 2em;
}
section.privacy .container div {
    margin-bottom: 2em;
}
section.privacy .container div h3 {
    padding: 0.3em 0 0.3em 0.8em;
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: 600;
    border-left: 5px solid var(--color-base);

}

section.privacy .container div ul {
    list-style: square;
    padding-left: 1em;
}
section.privacy .container div ul li {
   
}
.company {
    border-top: solid 0.5px var(--color-white);
    border-bottom: solid 0.5px var(--color-white);
    padding: 1em 0;
}
.kaisya {
    font-size: 1.1em;
    font-weight: 600;
}
/*プライバシーポリシー*/
/*サイトマップ*/
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_sitemap_in {
    padding: 0 2em 0 0;
    width: auto;
}


@media screen and (max-width: 768px) {
    .flex_sitemap {width: 100%;}
    .flex_sitemap_in {
     width: 50%;
        margin-bottom:0px;
    margin: 0;
    padding: 0;
    }
    }
.sitemap {
    padding-left: 30px;
}
.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 5px 0;
    
  }
.sitemap li a{
    
    position: relative;
    
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    left: -1.5em;
    color: var(--color-theme);
    font-weight: 600;
}

.sitemap li a:hover {
    color: var(--color-theme);
}
.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid var(--color-theme);
    border-left: 1px solid var(--color-theme);
  left : -1em; /*左端からのアイコンまで*/
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap {
    padding-left: 0px;
}
    .sitemap li {
        font-size: 11px;
        padding: 3px 0 3px 20px;
    }
    .sitemap li:first-child {padding-top: 0px;}
    .sitemap li ul {
    margin-bottom: 0.5em;
}
    .sitemap li ul li {
    margin-left: 0em;
    
}
}
/*サイトマップ*/
/*特長*/
.features_img {
     display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    margin: 1em 0;
}
.features_img img:nth-child(1) {
    width: 33.3%;
    padding-right: 10px;
}
.features_img img:nth-child(2) {
    width: 33.3%;
    padding-right: 10px;
    padding-left: 10px;
}
.features_img img:nth-child(3) {
    width: 33.3%;
    padding-left: 10px;
}
@media screen and (max-width: 480px) {
    .features_img img:nth-child(1) {
    width: 100%;
   padding: 10px 0;
}
.features_img img:nth-child(2) {
    width: 100%;
padding: 10px 0;}
.features_img img:nth-child(3) {
    width: 100%;
padding: 10px 0;}
}
/*特長*/