@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 12px;/* 変更 */
	/* font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; */
	font-family:  lato , Helvetica , "Droid Sans", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.8;/* 変更 */
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th{
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a{
	margin: 0;
	padding: 0;
	font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;
}
/*android版クローム　フォントサイズが大きくなる不具合対策*/
p {
	max-height: 999999px;
}
ins {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	text-decoration: none;
}
mark {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	width: 100%;
	border: 1px solid var(--light-gray);
	padding: 10px;
	-webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
img {
	max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
/* form */
input, select {
	vertical-align: middle;
	border: 1px solid var(--light-gray);
	cursor: pointer;
}
select {
	height: 48px;
    width: 100%;
	color: var(--gray-dark);
	padding: 0 10px;
}
/* float解除 */
header:after,footer:after,section:after,article:after,aside:after,main:after,div:after,dl:after,ul:after,ol:after,li:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
}
/****************************************
 common (共通スタイル)
****************************************/
html {
	position: relative;
	font-size: 62.5%;
    width: 100%;
    overflow-x: hidden;
}
#border_box {
	box-sizing: border-box;
    border: 15px solid #333;
    border-image: url(../images/brick.jpg) 15 repeat;
	border-image-slice: 20%;
}
body {
	color: var(--blue-dark);
	text-align: center;
	width: 100%;
	overflow: hidden;
}
body:before {
	background: var(--blue-dark) url(../images/bg_sp.jpg) top center no-repeat;
	background-size: cover;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	display: block;
	width: 100%;
	height: 100vh;
}
.inner {
	width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
}
a, a:hover{
	color: var(--blue-dark);
	transition:  0.2s;
}
a:active {
	color: var(--yellow-);
}
section {
	box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
	outline: 2px solid var(--cyan);
	border: 2px solid transparent;
	border-radius: 0;
	}
select[name="hour"]:focus, select[name="min"]:focus, select[name="hour2"]:focus, select[name="min2"]:focus, select[name="hour3"]:focus, select[name="min3"]:focus {
	outline: 2px solid var(--cyan);
	border: 2px solid transparent;
	border-radius: 0;
}
/* form */
input {
	vertical-align: middle;
    width: 100%;
	border: 1px solid var(--light-gray);
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"],
input[type="email"] {
    height: 48px;
    padding: 0 10px;
}
input[type="submit"] {
	border: transparent;
	margin-bottom: 10px;
}
input[type="top"] {
	border: transparent;
	outline: 0px solid transparent;
}
input[type="top"]:focus {
	border-radius: 25px;
}
input[type="reset"],
input[type="button"] {
	font-size: 1.2rem;
	background: transparent;
	border: transparent;
	color: var(--light-gray);
}
input[name="age"]{
	width: 70px;
	text-align: left;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline: 0;
	border-radius: 25px;
}
select {
	border: 1px solid var(--light-gray);
	background: var(--whight);
	border-radius: 0;
}
select[name="hour"],
select[name="min"],
select[name="hour2"],
select[name="min2"] ,
select[name="hour3"],
select[name="min3"] {
	width: 60px;
	display: inline-block;
	border: 1px solid var(--light-gray);
	background: var(--whight);
	border-radius: 0;
}

/* 見出し */
.title {
	font-size: 3.5rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	margin-bottom: 45px;
}
.title span {
	display: block;
	font-size: 1.4rem;
}
/* 小見出し */
.subtitle{
	padding-left: 10px;
	height: 30px;
	background: url(../images/bg_subtitle.png) 0 100% no-repeat;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
h2{
	text-align: left;
	margin-bottom: 10px;
}
h3 {
	font-size: 4rem;
	letter-spacing: 0.5rem;
	margin-bottom: 10px;
}
/* ボタン */
.btn {
	display: flex;
    justify-content: space-around;
    margin: 0 auto;
	max-width: 500px;
}
.form_btn,
.btn a {
	display: block;
	font-size: 1.5rem;
    width: 100%;
    max-width: 200px;
    line-height: 45px;
    border-radius: 25px;
    text-align: center;
    color: var(--whight);
    background: var(--cyangradient);
	margin: 0 auto;
	text-shadow: 0 0 2px #20acc8,0 0 4px #3491a4;
	transition: 0.2s;
}
.form_btn:hover {
	opacity: 0.8;
}
/* テーブル 1 */
.table_01 {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border: 2px solid var(--blue-dark);
}
.table_01 th, .table_01 td {
	font-size: 1.8rem;
	width: 50%;
}
.table_01 tr {
    height: 65px;
    line-height: 60px;
}
.table_01 th {
	text-align: center;
	color: var(--whight);
    background: var(--blue-dark);
	vertical-align: middle;
	border-bottom: 2px solid var(--whight);
}
.table_01 td {
	padding-right: 20px;
	text-align: right;
    background: var(--whight);
	color: var(--gray-dark);
	border-bottom: 2px solid var(--blue-dark);
	font-size: 1.6rem;
}
.table_01 tr:last-child th {
	border-bottom: 2px solid var(--blue-dark);
}
/* テーブル2 */
.table_02 {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border: 2px solid var(--blue-dark);
}
.table_02 th,
.table_02 td,
.table_02 tr  {
	display: block;
	font-size: 1.8rem;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.table_02 th {
	text-align: center;
	color: var(--whight);
    background: var(--blue-dark);
	vertical-align: middle;
	border-bottom: 2px solid var(--whight);
	padding: 20px;
}
.table_02 td {
	text-align: left;
    background: var(--whight);
	padding: 20px;
	font-size: 1.6rem;
}
.table_02 tr:last-child th {
	border-bottom: 2px solid var(--blue-dark);
}
/* テキストボックス */
.textbox {
	padding: 40px 20px;
    color: var(--whight);
    background: var(--gray-dark);
    max-width: 800px;
    margin: 0 auto;
	box-sizing: border-box;
}
.textbox a {
	color: var(--yellow-);
}
/* フォントサイズ */
.fs_12 {
	font-size: 1.2rem;
}
.fs_14 {
	font-size: 1.4rem;
}
.fs_18 {
	font-size: 1.8rem;
}
.fs_20 {
	font-size: 2rem;
}
/* マーカー */
.marker {
	background: linear-gradient(transparent 60%, #f6d84a 60%);
}

/* 行間 */
.linehight25{
	line-height:25px;
}
/* 表示非表示 */
.sp {
	display: block;
}
.pc {
	display: none;
}
/* 必須 */
.rquired {
	background: var(--red);
    font-size: 1.2rem;
    padding: 4px;
}
.atten_01,.atten_01 a {
	color: var(--red);
}
/* マージン */
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
/****************************************
セットアップ
****************************************/
:root {
	--whight: #fff;
	--light-yellow-: #fffbdb;
	--yellow-: #f6d84a;
	--cyan:#2ab8d5;
	--cyangradient:linear-gradient( -10deg, rgb(66,184,191) 0%, rgb(42,184,213) 48%, rgb(36,126,169) 100%);
	--blue-dark: #07265a;
	--gray-dark: #041736;
	--light-gray:#999797;
	--opacity_bg:rgba(255,255,255,0.8);
	--shadow_whight:0 0 5px #fff;
	--shadow_black:0 0 5px #07265a;
	--red: #b51806;

}
/****************************************
シャッターアニメーション
****************************************/

.shutter{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: var(--blue-dark);
	z-index:300;
	pointer-events: none;
  }
  .shutter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 0;
	height: 1px;
  }

.shutter {
	-webkit-animation: byeShutter 2.6s forwards;
			animation: byeShutter 2.6s forwards;
  }
  .shutter::before {
	-webkit-animation: shutterOpen 2.6s forwards;
			animation: shutterOpen 2.6s forwards;
  }
  .content {
	-webkit-animation: contentScale 2.6s forwards;
			animation: contentScale 2.6s forwards;
  }
  @keyframes byeShutter {
	70% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;

	  z-index: 100;
	}
  }
  @keyframes shutterOpen {
	0% {
	  width: 0;
	  height: 1px;
	}
	50% {
	  width: 100%;
	  height: 1px;
	}
	90% {
	  width: 100%;
	  height: 100%;
	}
	100% {
	  width: 100%;
	  height: 100%;
	}
  }
  /* @keyframes contentScale {
	70% {
	  -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
			  transform: perspective(800px) scale(0.9) rotateX(15deg);
	}
	100% {
	  -webkit-transform: perspective(800px) scale(1) rotateX(0);
			  transform: perspective(800px) scale(1) rotateX(0);
	}
  } */
/****************************************
アニメーション
****************************************/

/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeInAnime{
	  from {
		opacity: 0;
	  }
	
	  to {
		opacity: 1;
	  }
	}


/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(300px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.fadeUpTrigger{
		opacity: 0;
	}

	
/* 光るボタン */

.shiny {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.shiny::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

/******************************
header
******************************/
header {
    width: 100%;
    background: #fff;
    height: 65px;
    position: fixed;
    top: 0;
	left: 0;
    z-index: 100;
}
#manu {
	position: relative;
	height: 65px;
}
header h1 {
	text-align: center;
	color: #ffffff;
}
/* 非表示 */
#pc_manu {
	display: none;
    align-items: center;
    justify-content: space-between;
    height: 65px;
	line-height: 18px;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    right: 120px;
    width: 100%;
    max-width: 500px;
}
#pc_manu li a span {
	display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
}
/* 🍔 */

#menu_box {
	position: absolute;
	top: 5px;
	right: 10px;
}
#g-nav{
    position:fixed;
    z-index: 100;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	background: rgba(255,255,255,0.99);
	transition: all 0.6s;
	clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#g-nav.panelactive{
    right: 0;
	z-index: 90;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 100; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	width: 50%;
	font-size: 1.8rem;
    position: absolute;
    z-index: 100;
    top:50%;
    left:70%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}
#g-nav li.info  {
	font-weight: bold;
}
#g-nav li.info span{
	display: block;
	font-size: 1.4rem;
}
#g-nav li.info a {
	padding: 0;
}
#g-nav li a{
	color: var(--blue-dark);
	text-decoration: none;
	padding:10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li a:hover{
	color: var(--yellow-);
	opacity: 1;
}

.openbtn {
	position: relative;
	top: 2px;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
	color: var(--blue-dark);
	z-index: 100;
	text-shadow: 0 0 5px var(--whight);
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: var(--whight);
  	width: 55%;
	color: var(--blue-dark);
	background: var(--blue-dark);
	box-shadow: 0 0 5px var(--whight);
	margin: 0 auto;
}
.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}

.openbtn span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -1px;
    font-weight: bold;
    color: var(--blue-dark);
    font-size: 1rem;
    text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}
/* ロゴ */
header .logo {
    width: 60px;
    margin: 0 0 0 20px;
    height: 65px;
    line-height: 65px;
    display: flex;
    align-items: center;
}
/* 電話番号&営業時間 */
.info_box_top {
	height: 65px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.8rem;
	font-weight: 400;
}
ul.info_box_top  li:first-child {
	margin-right: 1.6rem;
}
.info_box_top span {
    font-size: 1rem;
    margin: 0 8px 0 0;
	font-weight: bold;
}
/*コンテンツ*/
main {
	margin: 0 auto;
	width: 100%;
}

/*==================================
パンくず
===================================*/
footer .breadcrumbs {
	background: var(--whight);
}
.breadcrumbs ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: var(--whight);
	border-top: 2px solid var(--blue-dark);
    color: var(--blue-dark);
	padding: 10px 0;
    font-size: 1.2rem;
	font-weight: bold;
}
.breadcrumbs ul li:first-child::before {
	content: "";
	display: none;
}
.breadcrumbs ul li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	display: inline;
	margin: 0 8px 0;
	color: var(--blue-dark);
}
.breadcrumbs ul li a {
	display: inline-block;
	color: var(--blue-dark);
}
.breadcrumbs ul li a:hover {
	color: var(--yellow-);
}

/******************************
footer
******************************/
footer {
	color: var(--whight);
	background: var(--whight);
	width: 100%;
}
/* 左側 */
footer .leftbox,
footer .leftbox a{
	color: var(--light-yellow-);
	font-size: 1.4rem;
}
footer .leftbox a:hover {
	color: var(--yellow-);
	opacity: 1;
}
footer .leftbox li {
	height: 40px;
	line-height: 40px;
}
footer .leftbox > p {
	font-size: 1rem;
	margin-bottom: 20px;
}
/* 真ん中縦線 */
footer .line {
    width: 1px;
    height: 70%;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 15px;
}
/* 右側 */
footer .rightbox {
	width: 150px;
}
footer .rightbox .logo{
	text-align: center;
	font-size: 2rem;
	width: 150px;
}
footer .footerbox {
	text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
	width: 100%;
	background: var(--gray-dark);
}
footer .rightbox .logo a p {
    margin: 0 0 10px 10px;
	font-size: 1.4rem;
}
/* 電話番号&営業時間 */
footer .info_box {
	text-align: left;
	margin: 0 0 0 15px;
	display: block;
	color: var(--whight);
}
footer .info_box a,
footer .info_box p,
footer .logo a,
footer .rightbox .logo a p{
	color: var(--whight);
}
footer .info_box a:hover {
	color: var(--yellow-);
	opacity: 1;
}
footer .info_box  span {
	margin-right: 4px;
}

#copyright {
    padding: 10px 0 80px 0;
	background: var(--whight);
	color: var(--blue-dark);
}
/******************************
追従ボタン
******************************/
#fixed_btn {
	position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 90;
    opacity: 0;
	width: 100%;
}
#fixed_btn ul {
	display:flex;
    width: 100%;
	justify-content:center;
}
#fixed_btn ul li {
    width: 100px;
}
#fixed_btn ul li:nth-child(1),
#fixed_btn ul li:nth-child(2) {
	margin-right: 20px;
}
#fixed_btn ul li a {
	display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    color: var(--whight);
    background: var(--cyangradient);
}

/* スクロール後表示 */
/*　上に上がる動き　*/

#fixed_btn.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/******************************
トップページ
******************************/
/* メインビジュアル */
#mainvisual {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}
img.mv_bg {
	object-fit: cover;
	margin-top: 50px;
}
.mv_logo {
    width: 235px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -50%);
    z-index: 10;
}
.mv_logo img{
    margin: 0 0 15px 0;
}
.mv_logo p {
    letter-spacing: 2px;
    color: var(--whight);
    font-size: 1.3rem;
	margin-left: 8px;
	text-shadow: 0 0 15px #aad0fb;
    font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/* 白い部分の背景(レンガ) */
header,
#section_system,
#section_access,
/* #section_instagram, */
footer #copyright,
.info_box_top {
		background: var(--whight) url(../images/brick.jpg) 0 0 repeat;
		background-color:rgba(255,255,255,0.9);
		background-size: 100px;
}
/* トップコンテンツ背景(宇宙) */
/* イベント */
#section_bnr {
	background: var(--blue-dark);
}
#section_bnr ul li img{
	max-width: 500px;
	margin: 0 auto;
}

/* 新着情報 */
#section_topics .saturn {
	position: absolute;
    z-index: 0;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#info_box{
    margin-bottom: 50px;
    max-width: 500px;
    margin: 0 auto;
}
/* アコーディオン */
#section_topics .accordion_header {
	list-style: none;
	  position: relative;
	  text-align: left;
	  padding: 20px 70px 20px 15px;
	  cursor: pointer;
	  background: var(--whight);
	  border-bottom: solid 1px var(--light-gray);
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  font-size: 1.2rem;
  }
  #section_topics .accordion_header.open{
	border-bottom: none;
  }
  #section_topics .accordion_header:before{
	  display: block;
	  content: '';
	  position: absolute;
	  width: 15px;
	  height: 3px;
	  transform: translateY(-50%);
	  transition: transform 0.5s;
	  top: 50%;
	  right: 30px;
	  background: var(--cyan);
  }
  #section_topics .accordion_header:after{
	  display: block;
	  content: '';
	  position: absolute;
	  width: 15px;
	  height: 3px;
	  transform: translateY(-50%) rotate(90deg);
	  transition: transform 0.5s;
	  top: 50%;
	  right: 30px;
	  background: var(--cyan);
	  text-align: left;
  }
  #section_topics .accordion_header.open:before{
	display: none;
	  transition: transform 0.5s;
  }
  #section_topics .accordion_header.open:after{
	transform: translateY(-50%) rotate(180deg);
  }
  #section_topics .accordion_header time{
	  background: var(--cyangradient);
	  color: var(--whight);
	  padding: 4px 10px;
	  margin-right: 6px;
	  font-size: 1rem;
	  font-weight: 400;
  }
  #section_topics .accordion_inner {
	display: none;
	background: var(--opacity_bg);
	text-shadow: var(--shadow_whight);
  }
  #section_topics .accordion_one .accordion_inner.open {
	display: block;
  }
  
  #section_topics .accordion_inner .box_one {
	height: auto;
	padding: 20px;
  }
  #section_topics  .accordion_text img {    
	max-width: 100%;
	height: auto!important;
	width: 100%;
	display: block;
}
  #section_topics .btn {
	margin: 50px auto 0;
  }
/* 料金表 */

#section_system .title {
	color: var(--blue);
}
#section_system > div {
    position: relative;
	margin:  0 auto;
    max-width: 800px;
    width: 100%;
}
/* 焼酎飲み放題 */

#system_box {
	font-size: 4rem;
	z-index: 0;
	margin-bottom: 120px;
}
#system_box  img {
	width: 250px;
	z-index: 0;
}
#system_box .shochu {
	position: absolute;
	right: 0;
	bottom: -60px;
    z-index: 10;
    color: var(--whight);
    background: var(--blue-dark);
	width: 55%;
    font-size: 2.5rem;
    padding: 30px 10px;
}
/* テーブル */
/* #section_system .table_01 {
	margin-bottom: 50px;
} */
/* ボタン */
#section_system .btn a{
	width: 100%;
}
/* SNSボックス */
#snsbox {
	position: relative;
}
#snsbox.inner {
	padding: 0;
}
#snsbox .sign,
#snsbox .sign2 {
    position: absolute;
    z-index: -10;
    mix-blend-mode: plus-lighter;
    opacity: 0.2;
}
#snsbox .sign {
	top: 0px;
    left: 0px;
    width: 70px;
    transform: rotate(185deg);
}
#snsbox .sign2 {
    top: 200px;
    right: -20px;
    width: 100px;
    transform: rotate(15deg);
}
/* Twitter */
#section_twitter #twitter-widget-0  {
	width: 100% !important;
    border-radius: 0 !important;
    display: block;
    width: 100% !important;
    border-radius: 0 !important;
    background: var(--whight) !important;
}
/* Instagram */
/* #section_instagram .title {
	color: var(--blue);
} */
/* 誘導バナー */
#section_bnr  ul li {
	margin-bottom: 30px;
}
/* アクセス */
#section_access {
	text-align: left;
}
#section_access .title {
	color: var(--blue);
}
#section_access  .accessbox {
    padding: 40px 20px;
	color: var(--whight);
	background: var(--gray-dark);
	max-width: 800px;
    margin: 0 auto;

}

#section_access .accessbox dl {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 15px;
}
#section_access .accessbox dl dt:before {
	display: inline-block;
	position: relative;
    content: "";
    height: 18px;
    border-radius: 4px;
	margin-right: 4px;
    width: 3px;
    background: var(--cyangradient);
}
#section_access .map {
	margin-bottom: 15px;

}
#section_access  a.access_btn {
    display: block;
    background: var(--cyangradient);
    font-size: 1.5rem;
    width: 100%;
    max-width: 300px;
    line-height: 45px;
    border-radius: 25px;
    text-align: center;
    color: var(--whight);
	margin: 0 auto 15px;
}
#section_access  a.access_btn {
	display: none;
}
/******************************
サブビジュアル
******************************/
#subvisual {
	position: relative;
	height: 60vh;
	margin: 50px 0 0 0;
	display: flex;
    align-items: center;
	outline: 2px solid #fff;
    outline-offset: -20px;
    background: url(../images/subvisual_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
#subvisual:after {
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    border-left: 70px solid transparent;
    border-bottom: 150px solid var(--whight);
	z-index: 20;
}
#subvisual:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    border-right: 70px solid transparent;
    border-top: 150px solid var(--whight);
	z-index: 20;
}
#subvisual .round {
	position: relative;
    width: 250px;
    height: 250px;
	z-index: 0;
	margin: 0 auto;
	z-index: 0;
}
.sub-page_title {
	position: absolute;
	top: 0;
    font-size: 2.2rem;
    letter-spacing: 2rem;
    text-indent: 2rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; 
	width: 100%;
	height: 100%;
    color: var(--whight);
	text-shadow: 0 0 5px #000;
	z-index: 0;
}
.title_round {
	width: 100%;
	height: 100%;
	border-radius: 150px;
	margin: 0 auto;
	clip-path: circle(150px at 50% 50%);
}
.sub-page_title span {
	display: block;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	letter-spacing: 0.8rem;
	text-indent: 0.8rem;
    font-size: 1.4rem;
}

/****************************************
システムページ
****************************************/
/* 料金表 */
#contents_system.title {
	color: var(--blue);
}
#contents_system > div {
    position: relative;
	margin:  0 auto;
    max-width: 800px;
    width: 100%;
}
/* 焼酎飲み放題 */
#system_box {
	font-size: 4rem;
	z-index: 0;
	margin-bottom: 120px;
}
#system_box  img {
	width: 250px;
	z-index: 0;
}
#system_box .shochu {
	position: absolute;
	right: 0;
	bottom: -60px;
    z-index: 10;
    color: var(--whight);
    background: var(--blue-dark);
	width: 45%;
    font-size: 2rem;
    padding: 30px 10px;
}
/* タイトル */
#section_system h3,
#contents_system h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}
#section_system h3:after,
#contents_system h3::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: var(--blue-dark);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/* テーブル */
#section_system .table_01 th,
#contents_system .table_01 th {
	font-size: 1.6rem;
}
/* #contents_system .table_01 {
	margin-bottom: 50px;
} */
/* テーブル */
#contents_system.table_01 {
	margin-bottom: 50px;
}
/* ボタン */
#contents_system .btn a{
	width: 100%;
}
#contents_system .rule {
	text-align: left;
    color: var(--whight);
    background: var(--gray-dark);
    padding: 20px;
    margin-top: 50px;
}
#contents_system .rule span {
	font-weight: 400;
	font-size: 1.8rem;
	display: block;
}
#contents_system .rule span:before  {
    display: inline-block;
    position: relative;
    content: "";
    height: 18px;
    border-radius: 4px;
    margin-right: 4px;
    width: 3px;
    background: var(--cyangradient);
}
/****************************************
下層ページまとめ関係
****************************************/
#contents_system,
#contents_recruit,
#contents_contact,
#contents_access,
#contents_entry,
#section_err {
	background: var(--whight);
}
#contents_system.inner,
#contents_recruit.inner,
#contents_contact.inner,
#contents_access.inner,
#contents_entry.inner,
#contents_entry.confirm.inner,
#section_err {
	padding: 100px 20px 120px 20px;
}
#contents_entry .textbox,
#contents_contact .textbox {
	font-size: 1.4rem;
}
/****************************************
求人情報ページ
****************************************/
#contents_recruit.inner {
	padding: 100px 20px 50px 20px;
}
#contents_recruit .table_02 td {
	text-align: left;
}
#contents_recruit .rc_text {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
#contents_recruit .rc_text .marker {
	font-weight: bold;
	display: inline-block;
}
#contents_entry .table_02,
#contents_recruit .table_02 {
    max-width: 800px;
    margin: 0 auto 50px;
}
#contents_recruit .table_02 a:hover{
	color: var(--yellow-);
}
#contents_entry.inner {
	padding: 0 20px 100px 20px;
}
#contents_entry .select_time {
	text-align: left;
}
#contents_entry .sub_label {
    font-size: 1.6rem;
    background: var(--whight);
    color: var(--blue-dark);
    text-align: left;
    padding: 20px 0 0 20px;
}
#contents_recruit .top_sysytem {
		max-width: 800px;
		margin: 0 auto 50px;
}
#contents_entry.confirm .date_time td {
    padding:  0 20px;
}

/****************************************
お問合せページ
****************************************/
#contents_contact .title{
}
#contents_contact .table_02 {
    max-width: 800px;
    margin: 0 auto 50px;
}
#contents_contact.confirm .table_02 tr:last-child td{
	min-height: 100px;
}
#contents_contact.finish p {
	font-size: 1.8rem;
}
/****************************************
アクセスページ
****************************************/

#contents_access .title{

}
#contents_access .list_box li {
	width: 470px;
	margin: 0 20px 20px 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
	float: left;
	text-align: center;
	border: 1px solid #fff;
}
#contents_access .list_box li:nth-of-type(2n){
	margin-right: 0;
}
/* アクセス */
#contents_access {
	text-align: left;
}
#contents_access .title {
	color: var(--whight);
}
#contents_access  .accessbox {
    padding: 40px 20px;
	color: var(--whight);
	background: var(--gray-dark);
	max-width: 800px;
    margin: 0 auto;

}
#section_access .accessbox a,
#contents_access .accessbox a {
	color: var(--whight);
}
#section_access .accessbox a:hover,
#contents_access .accessbox a:hover {
	color: var(--yellow-);
	opacity: 1;
}
#contents_access .accessbox dl {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 15px;
}
#contents_access .accessbox dl dt:before {
	display: inline-block;
	position: relative;
    content: "";
    height: 18px;
    border-radius: 4px;
	margin-right: 4px;
    width: 3px;
    background: var(--cyangradient);
}
#contents_access .map {
	margin-bottom: 15px;

}
#contents_access a.access_btn {
    display: block;
    background: var(--cyangradient);
    font-size: 1.5rem;
    width: 100%;
    max-width: 300px;
    line-height: 45px;
    border-radius: 25px;
    text-align: center;
    color: var(--whight);
	margin: 0 auto 15px;
}
#contents_access .rule span,
#section_access .rule span {
	font-weight: 400;
	font-size: 1.8rem;
	display: block;
}
#contents_access .rule span:before,
#section_access .rule span:before  {
    display: inline-block;
    position: relative;
    content: "";
    height: 18px;
    border-radius: 4px;
    margin-right: 4px;
    width: 3px;
    background: var(--cyangradient);
}
/****************************************
404ページ
****************************************/
#section_err h2  {
	font-size: 3rem;
}
#section_err .textbox,
#section_err h2 {
	text-align: center;
}
#section_err .btn a {
	color: var(--whight);
}
/*------------------------------------------
min-width: 768px〜(ipad)
------------------------------------------*/
@media screen and (min-width: 768px) {
	html {
		border: none;
	}
	a:hover{
		opacity: 0.8;
	}
	.inner {
		padding: 100px 80px;
	}
	#fixed_btn {
		display: none;
	}
	.title {
		font-size: 4.5rem;
	}
	.title span {
		font-size: 2rem;
	}
	.mv_logo {
		width: 400px;
		transform: translate(-55%, -50%);
	}
	.mv_logo p {
		font-size: 2.3rem;
	}
	#g-nav ul {
		font-size: 2.2rem;
	}
	#g-nav li.info span {
		font-size: 1.8rem;
	}
	#subvisual {
		height: 50vh;
		margin: 65px 0 0 0;
	}
	/* ▼▼▼▼▼▼  header  ▼▼▼▼▼▼ */
	header .logo {
		width: 75px;
	}
	/* ▼▼▼▼▼▼  footer  ▼▼▼▼▼▼ */
	footer .footerbox {
		flex-direction: row-reverse;
	}
	footer ul.nav {
		display: flex;
		flex-wrap: wrap;
		width: 240px;
		justify-content: space-between;
	}
	footer .leftbox, footer .leftbox a {
		font-size: 2.2rem;
	}
	footer .leftbox > p {
		font-size: 1.4rem;
	}
	footer .rightbox {
		width: 50%;
		display: flex;
	}
	footer .info_box {
		font-size: 1.6rem;
	}
	footer .line {
		display: none;
	}
	footer .rightbox .logo {
		width: 200px;
	}
	footer .rightbox .logo a p {
		font-size: 2rem;
	}
	#copyright {
		padding: 10px 0 0 0;
	}
	/* ▼▼▼▼▼▼  トップページ  ▼▼▼▼▼▼ */

	/* 新着情報 */
	#section_topics .saturn {
		width: 30%;
		bottom: -40%;
	}
	#section_topics {
		position: relative;
		padding: 0;
		display: grid;
		grid-template-areas:
		"left ."
		"left right"
		"left .";
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr 2fr 1fr;
		min-height: 750px;
	}
	#section_topics .saturn {
		width: 30%;
		top: 100px;
	}
	#section_topics .left_title {
		grid-area: left;
		background: var(--whight);
		clip-path: polygon(0 0, 50% 0%, 80% 100%, 0% 100%);
	}
	#section_topics .title {
		position: relative;
		top: 40%;
		left: -20%;
		color: var(--blue);
	}
	#info_box {
		margin: 0;
		grid-area: right;
		margin-right: 50px;
	}
	/* 料金表 */
	#system_box .shochu {
		font-size: 4rem;
		padding: 50px 10px;
	}
	#system_box img {
		width: 500px;
	}
	#section_bnr {
		background: var(--blue-dark);
	}
	/* ▼▼▼▼▼▼  下層ページ  ▼▼▼▼▼▼ */
	#contents_access a.access_btn {
		display: none;
	}
	#subvisual:before {
		border-right: 220px solid transparent;
		border-top: 300px solid var(--whight);
	}
	#subvisual:after {
		border-left: 220px solid transparent;
		border-bottom: 300px solid var(--whight);
	}
	/* 料金表 */
	#section_system .table_01 th,
	#contents_system .table_01 th {
		font-size: 1.8rem;
	}
}

/*------------------------------------------
min-width: 1024px〜(pc)
------------------------------------------*/
@media (min-width: 1024px) {
	body:before {
		background: var(--blue-dark) url(../images/bg_pc.jpg) 0 0 no-repeat;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	#pc_manu {
		display: flex;
	}
	header nav .slide-manu a{
		font-size: 6rem;
	}
	header,#pc_manu,header .logo {
		height: 85px;
	}
	#menu_box {
		top: 15px;
	}
	.title,h3 {
		font-size: 5.5rem;
	}
	.openbtn {
		top: -4px;
		width: 70px;
    	height: 70px;
	}
	.openbtn span:nth-of-type(2) {
		top: 21px;
	} 
	.openbtn span:nth-of-type(3) {
		top: 29px;
	}
	.openbtn span:nth-of-type(3)::after {
		font-size: 1.2rem;
		left: 0px;
		letter-spacing: 1px;
	}
	footer .rightbox {
		width: 630px;
	}
	.info_box_top {
		height: 85px;
		font-size: 2.4rem;
	}
	.info_box_top span {
		font-size: 1.6rem;
	}
	/* ▼▼▼▼▼▼  サブビジュアル  ▼▼▼▼▼▼ */
	#subvisual {
		height: 50vh;
		margin: 65px 0 0 0;
	}
	/* SNSボックス */
	#snsbox {
		/* display: grid;
		grid-gap: 0 40px;
		grid-template-columns: repeat(2,380px);
		grid-template-rows: 1fr;
		justify-content: center; */
		max-width: 800px;
		margin: 0 auto;
	}
	#snsbox .sign, #snsbox .sign2 {
		opacity: 0.1;
	}
	#snsbox.inner {
		padding: 100px 80px;
	}
	#snsbox .sign {
		width: 150px;
		top: 0px;
		left: -300px;
	}
	#snsbox .sign2 {
		bottom: -30px;
		right: -215px;
		width: 200px;
		transform: rotate(15deg);

	}
	/* Twitter */
	/* Instagram */
	#section_instagram {
		background: transparent;
	}
	#section_instagram .title {
		color: var(--whight);
	}
	#section_twitter,
	#section_instagram  {
		padding: 0;
	}
	#snsbox .title {
		text-shadow: var(--shadow_black);
	}
	/* 誘導バナー */
	#section_bnr ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* 求人ページ */
	#contents_recruit .rc_text .marker {
		font-size: 2rem;
	}
	#g-nav {
		width: 70%;
	}
	#g-nav ul {
		left: 45%;
		width: 20%;
	}
	#g-nav li a {
		font-size: 4rem;
	}
	#g-nav li.info a {
		font-size: 2.2rem;
	}
}