@charset "utf-8";

/*++++++++++++++
共通
++++++++++++++*/

body {
	overflow-x: hidden;
	width: 100%;
	padding: 0;
	/* height: 10000px; */
	/* background: rgba(0, 164, 190, 0.08); */
	margin: auto;
	position: relative;
	/* font-family: tbchibirgothicplusk-pro, sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
}

.gs {
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}


#wrapper {
	padding: 0;
	margin: 0;
}
.container {
	position:relative;
}
.container:before {
	/* content:""; */
	position: absolute;
	top: 60%;
	width: 20%;
	height: 800px;
	background: #fbf9f3;
	border-radius: 0 50px 50px 0;
}

.radius {
	border-radius: 10px;
}

.inner {
	max-width: 1400px;
	margin: auto;
	position: relative;
}


strong {
	color: #1DA4BC;
	font-weight: 400;
	line-height: 1;
}

.under {
	color: #4ec1de;
	text-decoration: underline;
}

.under:hover {
	text-decoration: none;
}


.target {
	text-decoration: none;
	background:url(../images/common/target.png) no-repeat right;
	padding: 0 30px 0 0;
}

.target:hover {
	text-decoration:underline;
}
/**/
.w30 {max-width:inherit;justify-content: left !important;}
.w70 {max-width: 70%; margin: auto;}
.w90 {max-width: 90%; margin: auto;}
.w12 {max-width: 1200px; margin: auto;}
.w10 {max-width: 1000px; margin: auto;}
/**/

.overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 1;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/*改行*/
.br {display: block !important;}
.br2 {display: none !important;}

/*レスポンシブ*/
.pc {display: block !important;}
.sp {display: none !important;}

/*センタリング*/
.center {
	display: block;
	margin: auto;
	text-align: center;
}

/*flex*/
.flex {
	display: flex;
	justify-content: space-between;
}

.flex li {
	/* width:100%; */
}
.column3 {
	flex-wrap:wrap;
}
.column3 li{
	width: 32%;
	margin: 0 2% 3% 0;
}

.column3 li a {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px;
}
.column3 li:nth-child(3n) {
	margin: 0 0 3%;
}
/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
	margin: 0 0 10px;
}

/*小*/
.mb1 {
	margin: 0 0 30px;
}
/*中*/
.mb2 {
	margin: 0 0 50px;
}
/*大*/
.mb3 {
	margin: 0 0 80px;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	transition: .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
    overflow: hidden;
    position: relative;
    display: block;
}
.scale:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	/*background: rgba(0,0,0,0.2);*/
}
/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	
}

/*++++++++++++++*/

/*大見出し*/
h2 {font-size: 2.5em;letter-spacing: 2px;color: #fff;z-index: 4;}

/*中見出し*/
h3 {
		font-size: 1.6em;
		font-weight: 400;
		letter-spacing: 1px;
}

/*小見出し*/
h4 {
	text-align:center;
}
h4 b{
	font-size: 2.2em;
	letter-spacing: 2px;
	display: block;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	padding: 0 0 35px;
}

h4 b:after {
	content:"";
	position: absolute;
	background: #1DA4BC;
	width: 60px;
	bottom: 0;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
}



h4 small {
	display: block;
	font-family: 'Secular One', sans-serif;
	vertical-align: top;
	letter-spacing: 2px;
	margin: 10px 0 0;
	font-weight: 100;
	font-size: 1.1em;
	padding: 0;
	/* background: rgba(255,255,0,0.5); */
}

h5 {
	font-size: 1.6em;
	border-left: 5px solid #1DA4BC;
	padding: 0 0 0 15px;
	letter-spacing: 1px;
	line-height: 1.3;
}
/*以下見出し*/
h6 {
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 5px 0 15px 0;
	position: relative;
	border-bottom: 1px dashed #ccc;
	/* margin: 0 0 30px; */
	display: block;
	line-height: 1.2;
	/* border-radius: 5px; */
}

.medium {
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
}


/*本文*/
p {
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 2;
	/* color: #666; */
	/* font-weight: 500; */
}

p.snum {
	padding: 0 0 0 25px;
	position: relative;
}
p.snum:before {
	content: "1.";
	position: absolute;
	left: 0;
}

p.snum.n2:before {
	content: "2.";
	position: absolute;
	left: 0;
}

.indent {
	position: relative;
	padding: 0 0 10px 25px;
}


.indent:before {
	content:"";
	background: rgb(29, 164, 188,0.5);
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	margin:12px 0;
	top: 0;
	border-radius: 100%;
}


/*補足*/
em {
	font-style: normal;
	font-size: 0.8em;
}

/**/

/*上*/
.view-lowup {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .5s;
	transition-delay:0.5s;
}

.view-lowup2 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .6s;
	transition-delay:0.6s;
}

.view-lowup3 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .7s;
	transition-delay:0.7s;
}

.view-lowup4 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .8s;
	transition-delay:0.8s;
}

.view-lowup5 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .9s;
	transition-delay:0.9s;
}

.mv-lowup {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*右*/
.view-lowright {
	opacity: 0;
	transform: translate(60px,0); 
	-webkit-transform: translate(60px,0); 
	transition: .5s;
	transition-delay:0.5s;
}

.mv-lowright {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*左*/
.view-lowleft {
	opacity: 0;
	transform: translate(-60px,0); 


	-webkit-transform: translate(-60px,0); 
	transition: .5s;
	transition-delay:0.5s;
}

.mv-lowleft {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.mv-fade {
	opacity: 1;
	-webkit-transform: scale(1);



	transform: scale(1);	



}
/**/


/*++++++++++++++
table
++++++++++++++*/
table {
	width: 100%;
	/* border: 3px solid #1DA4BC; */
	font-size: 1em;
	letter-spacing: 2px;
	table-layout: fixed;
	color: #333;
	z-index: 0;
	margin: 0 0 10px;
	background: #fff;
	/* box-shadow: 0 8px 0 rgb(0 0 0 / 5%); */
	overflow: hidden;
	box-sizing: border-box;
}

tr {
}

tr:last-child,td:last-child {
	border:none;
}

tr:nth-child(odd) {
	/* background:#f7f7f7; */
}

th {
	padding: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 50%;
	background: rgb(29, 164, 188,0.8);
	color: #fff;
}

th:last-child {
	border-right: none;
}

th.ff {
	background: #e5f1f3;
	color: #333;
}

tr:last-child th {
	border-right:none;
	/* border-bottom:3px solid #1DA4BC; */
}

td {
	padding: 15px;
}

tr:nth-child(even) {
	background: rgb(0,0,0,0.05);
}

/*+++++++++++++++++++
/aside
+++++++++++++++++++*/
aside {
	position: fixed;
	bottom: 3%;
	margin: auto;
	z-index: 1000;
	left: -300px;
	height: 370px;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	/* z-index: 999; */
	width: auto;
	background: #f1ce53;
	box-sizing: border-box;
	transition: .3s;
}


aside:hover {
	left:-280px;
	transition:.3s;
}

aside.on {
	left: 0;
	transition: .3s;
}

.button_aside em {
    writing-mode: vertical-rl;
    font-family: 'Secular One', sans-serif;
    letter-spacing: 2px;
    vertical-align: top;
    color: #bb2a1f;
    font-size: 0.7em;
    margin: 0 0 0 6px;
}
.button_aside {
	/* background: #f1ce53; */
	height: 100%;
	text-align: center;
	padding: 30px 20px 30px 25px;
	color: #fff;
	letter-spacing: 5px;
	font-size: 1.1em;
	cursor: pointer;
	box-sizing: border-box;
	width: auto;
	position: relative;
	float: right;
	z-index: 1;
	display: flex;
	align-items: baseline;
}

.button_aside:after {
	content:"";
	position: absolute;
	background: url(../images/common/next_w.svg) no-repeat center center #222;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	left: 25%;
	bottom: 6%;
	margin: auto;
	background-size: 15px;
	transition: .3s;
}

aside:hover .button_aside:after {
	background: url(../images/common/next_w.svg) no-repeat center center #bb2a1f;
	background-size: 15px;
	transition: .3s;
}

aside.on .button_aside:after {
background: url(../images/common/next_w.svg) no-repeat center center #bb2a1f;
	background-size: 15px;
	transition: .3s;	
	transform:rotate(-180deg);
}


.button_aside img {width: auto;} 

aside:before {
	content:"";
	position: absolute;
	bottom: 0;
	border: 2px dashed #fff;
	box-sizing: border-box;
	right: 1%;
	margin: auto;
	top: 0;
	height: 98%;
	border-radius: 0 10px 10px 0;
	width: 100%;
	z-index: -1;
	border-left: none;
	background: none;
}

.asidebox {
	width: 300px;
	background: #fff;
	height: 89%;
	/* padding:30px 70px 30px 30px; */
	border-left: none;
	/* float: left; */
	padding: 30px 15px;
	margin: 20px 0;

	overflow: hidden;

	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
}

.asidebox dt {
	font-size: 1.3em;
	font-weight:bold;
	letter-spacing: 1px;
	color: #bb2a1f;
	line-height: 1.5;
	border-bottom: 2px solid #bb2a1f;
	padding: 10px 0;
	margin: 0 0 15px;
	border-top: 2px solid #bb2a1f;
}













.asidebox dd p {
	font-size: 0.9em;
	line-height: 1.8;
	letter-spacing: 0;
}
/*+++++++++++++++++++
/button
+++++++++++++++++++*/
a.button1 {
	clear: both;
	/* background: #f57921; */
	background: #fff;
	padding: 20px 25px;
	display: block;
	max-width: 350px;
	text-align: center;
	z-index: 10;
	border-radius: 5px;
	/* color: #fff; */
	border: 2px solid #0e0c0b;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.1em;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	position: relative;
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	transition:.3s;
	left:0;
}

a.button2 {
	
background: #bb2a1f;
	
color: #fff;
	
padding: 12px 10px;
	
border-radius: 100px;
	
width: 90%;
	
display: block;
	
margin: auto;
	
text-align: center;
	
font-weight: bold;
	
letter-spacing: 1px;
	
font-size: 1em;
	
box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}
/*+++++++++++++++++++
/button
+++++++++++++++++++*/
a.button1:hover {
	left:1%;
	color:#fff;
	background:rgba(0,0,0,0.9);
	transition:.3s;

}

a.button1:before {
	content:"";
	background: url(../images/common/next.svg) no-repeat center right;
	width: 40px;
	position: absolute;
	right: -6%;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	background-size: 100%;
	transition: .3s;
}

a.button1:hover:before {
	right: -7%;
	transition: .3s;
}
/*+++++++++++++++++++
/section
+++++++++++++++++++*/
section {
	padding: 100px 0 150px;
	position: relative;
	z-index: 1;
}

/*+++++++++++++++++++
/article
+++++++++++++++++++*/
article {
	padding:0 0 100px;	
}
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {
	padding:22px 50px 22px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: #fff; */
	z-index: 100;
	position: fixed;
	top: 0;
	width: 92%;
	box-sizing: border-box;
}


a.logo{
	padding: 20px;
	opacity: 0;
}
a.logo img {
    width: 400px;
}


header ul {
    margin: 0 0 0 100px;
    /* opacity: 0; */
}

header ul li{
	padding: 0 80px 0 0;
	/* position: relative; */
}

header ul li:last-child{
	
}

header ul li a{
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: 1px;
	display: block;
	position: relative;
	padding: 5px 0 5px;
	color: #fff;
	transition:.5s;
}

header ul li.active,
header ul li.active em {
	color: #1DA4BC;
	position: relative;
}

header ul li.active:after {
    content:"";
    background: #1DA4BC;
    width: 1px;
    height: 100px;
}

header ul li em {
    font-family: 'Secular One', sans-serif;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 0.7em;
    /* color: #666; */
    color: #fff;
    letter-spacing: 1px;
}

header ul li a:hover {
	color: #00a4be;
	transition:.5s;
}

header ul li a:after {
	content:"";
	position: absolute;
	width: 30px;
	height: 30px;
	transition:.5s;
	transform: scale(1);
	background:rgba(0, 164, 190, 0.1);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 100%;
	z-index: -1;
	opacity: 0;
}

header ul li a:hover:after {
	transition:.5s;
	opacity:1;
	transform:scale(2);
	background:rgba(0, 164, 190, 0.1);	
}


/*is-animation*/
header.is-animation {
	position:relative;
	width: 100%;
}

header.is-animation .drawer-hamburger {margin: 10px 20px;}

header.is-animation.index {
	background:#fff;
	width:100%;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	justify-content: space-between;
	position: fixed;
}

header.is-animation a.logo {opacity: 1;padding: 10px;}
header.is-animation ul {opacity: 1;margin: 0 60px 0 0;}
header.is-animation ul li a {
	color:#111;
}

header.is-animation ul li em {
	color:#666;
}

header.is-animation .drawer-hamburger {
}
/**/

.drawer-hamburger {
	background: #1DA4BC;
	border-radius: 100%;
	margin: 20px 30px 20px 20px;
}
.drawer-nav .inner {
	max-width: 1200px;
	margin: 0 auto 30px;
}

.drawer-nav .inner a.drw_logo {
	width: 500px;
	display: block;
}


.drawer-menu ul {
    width: 31%;
    margin: 0 2% 0 0;
}

.drawer-menu li {
    margin: 0 0 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fbefc7;
    width: 100%;
    position: relative;
}


.drawer-menu li img {
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
}

.drawer-menu li a,
.drawer-menu li p{
	font-size: 1.1em;
	letter-spacing: 2px;
	background-size: 10px;
	padding: 27px 30px 27px 70px;
	display: block;
	transition: .3s;
	border:2px solid #fff;
}

.drawer-menu li a:hover {
	color:#1DA4BC;
	transition:.3s;
	border:2px solid #1DA4BC;
}
.drawer-menu li .pk {
	position: relative;
}
.drawer-menu li .pk a {
	padding: 25px 30px 25px 70px;
}
.drawer-menu li .pk p{
	padding:20px 30px 20px 70px;
}

.drawer-menu li dl {margin: 0 20px 20px;}


.drawer-menu li dd {
     border-top: 1px dotted #cbba8e;
     font-size: 0.9em;
     padding: 6px 0;
}

.drawer-menu li dd a{
	background: none;
	/* color: #999; */
	padding: 0;
	background: url(../images/common/next.svg) no-repeat center left;
	background-size: 10px;
	padding: 0 0 0 25px;
	border: none;
}

.drawer-menu li dd a:hover {
	border:none;
}

.drw_submenu {
	max-width: 1200px;
	margin: 30px auto;
	border-top: 1px solid #333;
	padding: 20px 0 100px;
	align-items: center;
}

.drw_submenu li a {
	margin: 0 50px 0 0;
}

.drw_submenu li:last-child, .drw_submenu li a:last-child {
	/* margin:0; */
}
.drw_submenu li a {
	font-size: 0.8em;
	text-decoration: none;
}

.drw_submenu li a:hover {
	text-decoration:underline;
}
/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {
	/* background: #1da4bc; */
	/* background: rgba(0, 164, 190, 0.08); */
	/* background: rgb(246,246,246,0.9); */
	width: 100%;
	margin: 0;
	/* border-radius: 0 50px 0 0; */
	padding: 60px 0px 20px 60px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background: #ebf7eb;
}

footer:before {
	content:"";
	background: url("../images/common/wave.png") repeat-x;
	position: absolute;
	height: 100px;
	top: -15%;
	width: 100%;
	background-size: 100%;
	left: 0;
	z-index: -1;
}








#pagetop {
	background: url("../images/common/next.svg") no-repeat center;
	transform: rotate(-90deg);
	width: 50px;
	height: 100px;
	position: fixed;
	right: 2%;
	bottom: 2%;
	cursor: pointer;
	transition: .3s;
}

#pagetop:hover {
	bottom: 3%;	
	transition: .3s;
}

footer .footerbox {
    max-width: 1600px;
    margin: auto;
}

footer .fmenu {
	width: 70%;
	margin: 0 30px 0 70px;
}

footer .fmenu-inner {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	border-bottom: 1.5px dashed #989c98;
}

footer .fmenu dl:first-child {width: 40%;}

footer .fmenu dl:nth-child(n+2) {margin: 0 0 50px;}


footer .footerbox figure{
}

footer .footerbox figure p {
    margin:0 0 0 10px;
    font-size: 0.9em;
    letter-spacing: 0;
}

footer .footerbox figure ul {
	margin: 20px 0;
	justify-content: center;
}

ul.social li {
	width: auto;
	/* background: #fff; */
	/* border-radius: 100%; */
	/* padding: 15px; */
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
}

ul.social li a {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
ul.social li img {
	width: 20px !important;
}

footer .footerbox figure a.logo {
	display:block;
	padding: 0;
	width: 350px;
	opacity: 1;
}

footer .footerbox figure img {
	width:100%;
}

footer .footerbox dl{margin: 0 100px 0px 0;width: 22%;}


footer .footerbox dt{
	margin: 0 0 10px;
	font-weight: bold;
	letter-spacing: 0;
}


footer .footerbox dd{
	display: inline-block;
	width: 49%;
	font-size: 0.9em;
	margin: 0 0 10px;
	letter-spacing: 1px;
	font-weight: normal;
}


footer .fmenu em {
	display: block;
	/* margin: 0 50px 0 0; */
	padding: 25px 0 0;
	width: 100%;
	font-size: 0.75em;
	letter-spacing: 1px;
}
footer .fmenu em.copyright {
	font-size: 0.75em;
	text-align: right;
	margin: 50px 0 0;
	letter-spacing: 0;
}
footer .fmenu em a {
	margin: 0 50px 0 0;
	text-decoration: none;
}

footer .fmenu em a:hover {
	text-decoration:underline;

}

footer .tel a{
    font-family: 'Secular One', sans-serif;	
}

/*++++++++++++
information
++++++++++++*/
section#information {
	clear: both;
	position: relative;
	/* margin: 300px 0 0; */
	/* background: rgba(135, 135, 136,0.08); */
	padding: 80px 0 200px;
	background: rgb(29, 164, 188,0.2);
	/* background: #ebf7eb; */
}
e?ae

section#sisetsu:before {
	content:"";
	background: url("../images/common/wave_w.png") repeat-x;
	position: absolute;
	height: 200px;
	top: -3%;
	width: 100%;
	background-size: 100%;
}

section#information ul {width: 60%;margin: 20px 0 0 80px;}

ul.topics li {
	margin: 0 0 20px;
	/* width: 33.33%; */
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}

ul.topics li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

ul.topics li a {
	overflow: hidden;
	position: relative;
	display: flex;
}

ul.topics li a figure {
	width: 55%;
	margin: 0 30px 0 0;
	overflow: hidden;
}

section#information .honbun {margin: 0 0 50px;border-bottom: 1px solid #eee;padding: 0 0 100px;}
section#information .inner {
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    max-width: 1200px;
}
section#information .title {
	width: 28%;
}
section#information .title h4 {
	margin: 30px auto 45px;
	display: block;
	/* text-align: center; */
}

section#information .title h4 b{
	/* writing-mode: vertical-rl; */
	display: block;
	letter-spacing: 3px;
}

section#information .title h4 small {
	/* font-family: 'Karla', sans-serif; */
	/* writing-mode: vertical-rl; */
	vertical-align: top;

	font-weight: 700;
}



section#information .textbox {
	width: 100%;
	margin: 0px auto 0;
	/* position: relative; */
	/* background: #fff; */
	box-sizing: border-box;
}

.category{display: flex;position: relative;align-items: center;}

.category em {
	font-family: 'Secular One', sans-serif;
	font-size: 0.9em;
	letter-spacing: 0;
	color: #666;
	font-style: italic;
}

.category:after {
	/* content:""; */
	position: absolute;
	background: #000;
	width: 100%;
	left: 100px;
	top: 0;
	height: 1px;
	bottom: 0;
	margin: auto;
}

.category span{
	border: 1px solid #1da4bc;
	color: #1da4bc;
	font-size: 0.8em;
	padding: 0 7px;
	letter-spacing: 0;
	border-radius: 10px;
	font-weight: 400;
	margin: 0 0 0 10px;
}

ul.topics .textbox dl {
	margin: 10px 0 0;
	width: 100%;
}


ul.topics .textbox dt {
	font-size: 1.2em;
	margin: 0;
	color: #222;
	font-weight: 500;
	letter-spacing: 1px;
}


ul.topics .textbox dd {
	font-size: 0.9em;
	letter-spacing: 1px;

	color: #5f5f5f;
	line-height: 2;
}

/*++++++++++++
venobox
++++++++++++*/
.gallery {
	display:none;
}
.veno {
	background: rgba(29, 164, 188,0.2);
	height: 100%;
	width: 100%;
	border-radius: 30px;
	padding: 12px;
}

.veno .inner {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 0;
}

.veno-contents{
	padding: 50px;
	overflow: hidden;
}

.veno-contents .column figure{
	width: 50%;
	float: left;
	margin: 0 5% 0 0;
}

.veno-contents .column dl{
	width: 45%;
	float: right;
	margin: 20px 0 0;
}

.veno-contents .column dt{
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 2px;
}


.veno .blog{
	border-top: 3px dashed rgba(29, 164, 188,0.2);
	position: relative;
	padding: 30px 50px;
}

.veno .blog li {
	margin:0 20px 0 0;
	border: none;
	padding: 0;
}

.veno .blog li a {
	align-items:center;
}

.veno .blog li figure {
	width:30%;
	margin: 0 20px 0 0;
}

.veno .blog li dt {
	font-size:1.1em;
}

.veno .blog li:last-child {
	margin:0;
}

.veno .blog:after {
	content:"";
	position: absolute;
	background:url(../images/index/before.svg) no-repeat;
	width: 50px;

	height: 40px;
	background-size: 40px;
	top: 0;
	transform:rotate(-180deg);
	margin: -2.4% auto 0;
	right: -1%;
}

.veno .blog:before {
	content:"";
	position: absolute;

	background:url(../images/index/before.svg) no-repeat;
	width: 50px;
	height: 40px;
	background-size: 40px;
	top: 0;
	margin: -1.3% auto 0;
	left: -1%;
}

.vbox-next {
	width: 40px;
	height: 100px;
	right: 20%;
	top: 45%;
}
.vbox-prev {
	width: 40px;
	height: 100px;
	left: 20%;
	top: 45%;
}

.vbox-prev {
	background: url(../images/common/next.svg) no-repeat center;
	border: none;
	width: 60px !important;
	transform: none;
	top: 0;
	text-indent: -100px;
	left: 12% !important;
	transform: rotate(-180deg);
}

.vbox-next {
	background: url(../images/common/next.svg) no-repeat center;
	border: none;
	width: 60px !important;
	transform: none;
	top: 0;
	text-indent: -100px;
	right: 12% !important;

}

.vbox-prev span,.vbox-next span {
	border: none !important;
}



.vbox-close {
	box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
	background: url("../images/common/close.svg") no-repeat center center #fff;
	text-indent: -1000px;
	width: 100px;


	height: 100px;
	z-index: 9999;
	top: 10%;
	right: 17%;
	border: 2px solid #0e0c0b;
	position: fixed;
	background-size: 50px;
	transform: rotate(45deg);
	border-radius: 100%;
	background-color: inherit !important;
}

/*++++++++++++++
breadcrumb
++++++++++++++*/
.breadcrumb {
    background: #fff;
    padding: 15px 30px;
    position: relative;
    margin: 0;
	z-index: 1;
    border-bottom: 1px solid #eee;
}

.breadcrumb ul {
    max-width: 90%;
    justify-content:flex-start;
    margin: auto;
}
.breadcrumb li {
	width:auto;
	list-style-type: none;
	margin: 0 !important;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.breadcrumb li a {
	/* font-size: 0.75em; */
	letter-spacing: 1px;
	font-weight: 300;
	padding: 0 20px 0 0;
	margin: 0 10px 0 0;
	position: relative;
}
.breadcrumb li a:before {
	content:"";
	background: url("../images/common/next.svg") no-repeat center;

	background-size: 7px;
	width: 10px;
	height: 10px;
	position: absolute;



	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.breadcrumb li:last-child a:before {
	background:none;
}
/*++++++++++++
tel
++++++++++++*/
.tel {
	
}

.tel a{
	font-family: 'Secular One', sans-serif;
	font-size: 3em;
	letter-spacing: 1px;
	padding: 0;
	color: #1DA4BC;
	display: inline-block;
	background: url(../images/common/tel.svg) no-repeat center left;
	padding: 0 0 0 50px;
	background-size: 35px;
}


.tel span{
	display: block;
	letter-spacing: 1px;
	font-size: 0.9em;
}

/*++++++++++++
mainttl
++++++++++++*/
#mainttl {
	height:300px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/* margin: 100px 0 0; */
}

#mainttl .overlay {
	background: rgba(0,0,0,0.4);

}
#mainttl.faq,
#mainttl.information,
#mainttl.privacy,
#mainttl.reserve,
#mainttl.about,
#mainttl.sns-policy,
#mainttl.fb-policy,
#mainttl.tw-policy,
#mainttl.n404,
#mainttl.square,
#mainttl.guide,
#mainttl.contact {
	background: url("../images/common/main.jpg") no-repeat center;
	background-size: 100%;
}
#mainttl.suisen {
	background: url("../images/facility/suisen/main.jpg") no-repeat center;	
	background-size: 100%;	
}
#mainttl.gym {
	background: url("../images/facility/gym/main.jpg") no-repeat center;
	background-size: 100%;		
}
#mainttl.gunkanjima {
	background: url("../images/facility/gunkanjima/main.jpg") no-repeat center;
	background-size: 100%;
}
#mainttl.culture-center {
	background: url("../images/facility/culture-center/main.jpg") no-repeat center;	
	background-size: 100%;
}

#mainttl.information-center {
	background: url("../images/facility/information-center/main.jpg") no-repeat center;	
	background-size: 100%;
}
#mainttl.tennis {
	background: url("../images/facility/tennis/main.jpg") no-repeat center;	
	background-size: 100%;
}

/*++++++++++++
faq
++++++++++++*/
section .faqtab {/* border-radius: 10px; */position: relative;text-align: center;overflow: hidden;margin: 0 0 150px;padding: 50px 50px 30px;border: 3px solid #f1ce53;background: #fff;border-radius: 10px;}

section .faqtab ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section .faqtab li{
	width: 33%;
	box-sizing: border-box;
	margin: 0;
}

section .faqtab li:nth-child(3n) a{
	margin: 0 0 20px;
}

section .faqtab li a{
	display: block;
	color: #454441;
	background: #fff;
	padding: 12px;
	margin: 0 20px 20px 0;








	position: relative;
	font-size: 1em;
	transition: .3s;
	letter-spacing: 1px;
	border: 2px solid #f1ce53;
	border-radius: 100px;
}
section .faqtab li a:hover {
	transition:.3s;
	background:#f1ce53;
	color:#fff;
}
section .faqtab li a:before {
	content:"";
}


.faqtab .before:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	top: 0;
	margin: 10px;
	background: #f1ce53;
	border-radius: 100px;
}

.faqtab .before:after{content: "";position: absolute;right: 0;width: 8px;height: 8px;top: 0;margin: 10px;background: #f1ce53;border-radius: 100px;}

.faqtab .after:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	bottom: 0;
	margin: 10px;
	background: #f1ce53;
	border-radius: 100px;
}

.faqtab .after:after {
	content: "";
	position: absolute;
	right: 0;
	width: 8px;
	height: 8px;
	bottom: 0;
	margin: 10px;
	background: #f1ce53;
	border-radius: 100px;
}



#faq {
	background: rgba(223, 181, 30, 0.15);
	height: auto;
	padding: 100px 0;
	position: relative;
}
#faq.faq:after {
	display: none;
}

#faq:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
}

#faq .inner {
	/* padding: 80px; */
	box-sizing: border-box;
	/* background: #fff; */
	border-radius: 10px;
	max-width: 1200px;
}

#faq .faqbox {
    /* margin:40px 0 0; */
    position: relative;
    margin: 0 0 30px;
}

#faq .faqbox dl{
	/* border-top: 1px solid #666; */
	/* background: rgba(223, 181, 30, 0.2); */
	z-index: 0;
	position: relative;
	margin: 0 0 20px;
	border-radius: 10px;
	/* background: rgba(0, 164, 190, 1); */
	background: #fff;
}

#faq .faqbox dt{
	padding: 30px 50px 30px 110px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.3em;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
#faq .faqbox dt.active {background: #f1ce53;/* color: #000; */}

section#qa .faqbox dt.active {
	background: #f5f5f4;
}

#faq .faqbox dt.active:after {
	content:"ー";
}

#faq .faqbox dt:after {
	content: "＋";
	position: absolute;
	right: 2%;
	/* font-size: 1.1em; */
	font-weight: 700;
	line-height: 1.2;
}

#faq .faqbox dt.active:before {
	content: "Q";
	color: #f1ce53;
	background: #fff;
	color: #f1ab53;
}
#faq .faqbox dt:before{
	content: "Q";
	color: #fff;
	font-family: 'Secular One', sans-serif;
	position: absolute;
	left: 2%;
	font-size: 1.4em;
	line-height: 1.1;
	top: 0;
	background: #f1ab53;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	font-weight: 100;
	text-align: center;
}


#faq .faqbox dd{
	padding: 30px 25px 25px 100px;
	margin: auto;
	/* max-width: 90%; */
	position: relative;
	letter-spacing: 1px;
	line-height: 2;
	/* border-top: 1px dashed #999; */
	/* color: #666; */
	background: #fff;
}
#faq .faqbox dd .box {
	/* background: #f5f5f5; */
	padding: 10px 0 0 90px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}

#faq .faqbox dd:before{
	content: "A";
	color: #fff;
	font-family: 'Secular One', sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	align-items: center;
	font-size: 1.8em;

	margin: 23px;
	line-height: 1.1;
	justify-content: center;
	display: flex;
	background: #f1ab53;
	/* height: auto; */
	border-radius: 100px;
	font-weight: 100;
}

/*++++++++++++++
pagetab
++++++++++++++*/
.pagetab {
	background: #eee;
	/* margin: 20px 0; */
}

.pagetab ul{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

.pagetab li{
	width: 100%;
}

.pagetab li:last-child{
	
}

.pagetab li a{
	width: 100%;
	padding: 25px;
	font-size: 1.1em;
	letter-spacing: 1px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition:.3s;
}

.pagetab li a::after {
  position: absolute;
  bottom: -0px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #111;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.pagetab li a:hover {
	transition:.3s;	
}
.pagetab li a:hover::after {

  transform-origin: left top;
  transform: scale(1, 1);
}

/*ノートPC等*/
@media screen and (max-width: 1699px) {

/*++++++++++++++
共通
++++++++++++++*/

body {
}

.gs {
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;

}


#wrapper {
}
.container {
}
.container:before {
	/* content:""; */
	position: absolute;
	top: 60%;
	width: 20%;
	height: 800px;
	background: #fbf9f3;
	border-radius: 0 50px 50px 0;
}

.radius {
	border-radius: 10px;
}

.inner {
	max-width: 80%;
}


/**/
.w30 {max-width:inherit;justify-content: left !important;}
.w70 {max-width: 70%; margin: auto;}
.w90 {max-width: 90%; margin: auto;}
/**/

.overlay {
}

a {
}

img {
}

/*改行*/
.br {}
.br2 {display: none !important;}

/*センタリング*/
.center {
}

/*flex*/
.flex {
}
/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
	margin: 0 0 10px;
}

/*小*/
.mb1 {
}
/*中*/
.mb2 {
}
/*大*/
.mb3 {
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
}
.scale:hover {
}
/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	
}

/*++++++++++++++*/

/*大見出し*/
h2 {
}

/*中見出し*/
h3 {
}

/*小見出し*/
h4 b{
}

h4 small {
}


/*以下見出し*/

h5 {


}

/*以下見出し*/
h6 {
	font-size: 1.1em;
}

/*本文*/
p {font-size: 0.9em;}


/*補足*/
em {
}

/**/

/*上*/
.view-lowup {
}

.view-lowup2 {
}


.view-lowup3 {
}

.view-lowup4 {
}

.view-lowup5 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .9s;
	transition-delay:0.9s;
}

.mv-lowup {
}

/*右*/
.view-lowright {
	opacity: 0;
	transform: translate(60px,0); 
	-webkit-transform: translate(60px,0); 
	transition: .5s;
	transition-delay:0.5s;
}

.mv-lowright {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*左*/
.view-lowleft {
	opacity: 0;
	transform: translate(-60px,0); 


	-webkit-transform: translate(-60px,0); 
	transition: .5s;
	transition-delay:0.5s;
}

.mv-lowleft {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.mv-fade {
	opacity: 1;
	-webkit-transform: scale(1);



	transform: scale(1);	



}
/**/


/*++++++++++++++
table
++++++++++++++*/
table {
	
}

tr {
	
}


th {
	
}

td {
	
}
/*+++++++++++++++++++
/button
+++++++++++++++++++*/
a.reserve {
	bottom: 25%;
	left: 2%;
}
a.reserve u {font-size: 1.3em;}
a.reserve span {
	font-size: 1em;

	}

a.reserve b {
}

a.reserve b:after {
}
a.reserve:hover b {
}
a.reserve:hover {
}
a.reserve span:before{
}

a.reserve span:after{
}






a.button1 {
}

a.button1:hover {
}



a.button1:before {
}

a.button1:hover:before {
	right: -7%;
	transition: .3s;
}
/*+++++++++++++++++++
/section
+++++++++++++++++++*/

.section {
	
}

/*+++++++++++++++++++
/article
+++++++++++++++++++*/
.article {
	
}
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {
}
a.logo{
}
a.logo img {
    width: 300px;
}

header ul {
    margin: 0 80px 0 0;
}

header ul li{
	padding: 0 40px 0 0;
}

header ul li:last-child{
	
}

header ul li a{
	font-size: 1em;
}

header ul li a:hover {
}

header ul li a:after {
}

header ul li a:hover:after {
	transition:.5s;

	opacity:1;





	transform:scale(2);
	background:rgba(0, 164, 190, 0.1);	
}

drawer-menu  {
	overflow:scroll;
}
.drawer-menu li {
    margin: 0 0 10px;
}

.drawer-menu li a{
}

.drawer-menu li dl {}


.drawer-menu li dd {
     font-size: 0.8em;
     padding: 7px 0;
}

.drawer-menu li dd a{
	/* background: none; */
	color: #999;
}
/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {
}

footer:before {height: 100px;top: -7%;}


#pagetop {
}

#pagetop:hover {
	transition: .3s;
}

footer .footerbox {
    max-width: 90%;
}

footer .fmenu {
}

footer .fmenu dl:first-child {width: 40%;}

footer .fmenu dl:nth-child(n+2) {}


footer .footerbox figure{
}

footer .footerbox figure p {
}

footer .footerbox figure ul {
}

ul.social li {
}

ul.social li a {
}
ul.social li img {
}

footer .footerbox figure a.logo {
}

footer .footerbox figure img {
}

footer .footerbox dl{

	margin: 0 100px 50px 0;
	width: 22%;
}


footer .footerbox dt{
}


footer .footerbox dd{
}


footer .fmenu em a {margin: 0 20px 10px 0;font-size: 0.7em;/* width: 40%; *//* display: block; */}

footer .tel {
	
}

footer .tel a{
font-family: 'Secular One', sans-serif;	
}

/*++++++++++++
information
++++++++++++*/
section#information {
}
section#information:before {
	/* background: url("../images/common/wave.png") repeat-x; */
	position: absolute;
	height: 200px;
	top: -3%;
	width: 100%;
	background-size: 100%;
}

section#information ul {
	margin: 0 0 0 20px;
}

ul.topics li {
}

ul.topics li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

ul.topics li a {
}

ul.topics li a figure {
}

section#information .title {margin: 0 50px 0 0;}
section#information .inner {max-width: 80%;padding: 50px;}
section#information .title h4 {
}

section#information .title h4 b{
}

section#information .title h4 small {
}



section#information .textbox {
}

.category{
}

.category:after {
	/* content:""; */
	position: absolute;
	background: #000;
	width: 100%;
	left: 100px;
	top: 0;
	height: 1px;
	bottom: 0;
	margin: auto;
}

.category span{
}

ul.topics .textbox dl {
}


ul.topics .textbox dt {
}


ul.topics .textbox dd {
}

/*++++++++++++
venobox
++++++++++++*/
.gallery {
	display:none;
}
.veno {
}

.veno .inner {
}

.veno-contents{
	padding: 50px;
	overflow: hidden;
}

.veno-contents .column figure{
}

.veno-contents .column dl{
	width: 45%;
	float: right;
	margin: 20px 0 0;
}

.veno-contents .column dt{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
}


.veno .blog{
	border-top: 3px dashed rgba(29, 164, 188,0.2);
	position: relative;
	padding: 30px 50px;
}





.veno .blog li {
}

.veno .blog li a {
}

.veno .blog li figure {
}




.veno .blog li dt {
	font-size:1.1em;
}

.veno .blog li:last-child {
	margin:0;
}

.veno .blog:after {
}

.veno .blog:before {
}

.vbox-next {
	width: 40px;
	height: 100px;
	right: 20%;
	top: 45%;
}
.vbox-prev {
	width: 40px;
	height: 100px;
	left: 20%;
	top: 45%;
}

.vbox-prev {
	left: 6% !important;
}

.vbox-next {
	right: 6% !important;
}

.vbox-prev span,.vbox-next span {
	border: none !important;
}

.vbox-close {
	right: 8%;
}


/*++++++++++++
faq
++++++++++++*/
#faq .faqbox dt:before{font-size: 1.8em;}

	
	
}

@media screen and (max-width: 1299px) {
.drawer-nav {width: 30rem;padding: 120px 50px 120px 30px;}
.drawer--right .drawer-nav {
	right: -60rem;
}

#mainttl {
	height: 250px;
}
/*++++++++++++++
共通
++++++++++++++*/


body {
}

.gs {
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}


#wrapper {
}
.container {
}
.container:before {
	/* content:""; */
	position: absolute;
	top: 60%;
	width: 20%;
	height: 800px;
	background: #fbf9f3;
	border-radius: 0 50px 50px 0;
}

.radius {
	border-radius: 10px;
}

.inner {
}


/**/
.w30 {max-width:inherit;justify-content: left !important;}
.w70 {max-width: 70%; margin: auto;}
.w90 {max-width: 90%; margin: auto;}
/**/

.overlay {
}

a {
}


/*+++++++++++++++++++
/aside
+++++++++++++++++++*/
aside {
}


aside:hover {
	left: -300px;
}

aside.on {
	left: 0;
	transition: .3s;
}

.button_aside em {
}
.button_aside {padding: 25px 10px 20px 15px;}

.button_aside:after {
}

aside:hover .button_aside:after {
}

aside.on .button_aside:after {
background: url(../images/common/next_w.svg) no-repeat center center #bb2a1f;
	background-size: 15px;
	transition: .3s;	
	transform:rotate(-180deg);
}

.button_aside img {} 

aside:before {
	content:"";
	position: absolute;
	bottom: 0;
	border: 2px dashed #fff;
	box-sizing: border-box;
	right: 1%;
	margin: auto;
	top: 0;
	height: 98%;
	border-radius: 0 10px 10px 0;
	width: 100%;
	z-index: -1;
	border-left: none;
	background: none;
}

.asidebox {
	width: 300px;
	background: #fff;
	height: 89%;
	/* padding:30px 70px 30px 30px; */
	border-left: none;
	/* float: left; */
	padding: 30px 15px;
	margin: 20px 0;

	overflow: hidden;

	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
}

.asidebox dt {
	font-size: 1.3em;
	font-weight:bold;
	letter-spacing: 1px;
	color: #bb2a1f;
	line-height: 1.5;
	border-bottom: 2px solid #bb2a1f;
	padding: 10px 0;
	margin: 0 0 15px;
	border-top: 2px solid #bb2a1f;
}














.asidebox dd p {
	font-size: 0.9em;
	line-height: 1.8;
	letter-spacing: 0;
}
/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
	margin: 0 0 10px;
}

/*大*/
.mb3 {}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
}
.scale:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	/*background: rgba(0,0,0,0.2);*/
}
/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	
}

/*++++++++++++++*/

/*大見出し*/
h2 {
}


/*中見出し*/
h3 {
}

/*小見出し*/
h4 {
	max-width:400px;
	margin:0 auto 20px !important;
}
h4 b{
}

h4 small {font-size: 1.1em;}


/*以下見出し*/
h5 {

}

/*以下見出し*/
h6 {
	
}

/*本文*/
p {font-size: 0.8em;}


/*補足*/
em {
}

/**/
/*上*/
.view-lowup {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .5s;
	transition-delay:0.5s;
}

.view-lowup2 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .6s;
	transition-delay:0.6s;
}

.view-lowup3 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .7s;
	transition-delay:0.7s;
}

.view-lowup4 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .8s;
	transition-delay:0.8s;
}

.view-lowup5 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0,20px);
	transition: .9s;
	transition-delay:0.9s;
}

.mv-lowup {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*右*/
.view-lowright {
	opacity: 0;
	transform: translate(60px,0); 
	-webkit-transform: translate(60px,0); 
	transition: .5s;
	transition-delay:0.5s;
}

.mv-lowright {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*左*/
.view-lowleft {
	opacity: 0;
	transform: translate(-60px,0); 



	-webkit-transform: translate(-60px,0); 

	transition: .5s;
	transition-delay:0.5s;
}

.mv-lowleft {
	opacity: 1.0;
	transform: translate(0, 0);

	-webkit-transform: translate(0, 0);
}

.mv-fade {
	opacity: 1;
	-webkit-transform: scale(1);



	transform: scale(1);	




}
/**/


/*++++++++++++++
table









++++++++++++++*/
table {
	
}

tr {
	
}

th {
	
}

td {
	
}
/*+++++++++++++++++++
/button
+++++++++++++++++++*/
a.reserve {
    bottom: 20%;
}
a.reserve u {
	color: #ab0d0d;
	text-decoration: none;
	font-size: 1.1em;
}
a.reserve span {
	}

a.reserve b {
		padding: 20px 60px;
		font-size: 1.3em;
}

a.reserve b:after {
	content:"";
	position: absolute;
	background: #dcd4d4;
	width: 100%;
	height: 100%;
	bottom: -10%;
	right: -1%;
	opacity: 1;
	z-index: -1;
	border-radius: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a.reserve:hover b {
}
a.reserve:hover {
}
a.reserve span:before{left: 3%;}


a.reserve span:after{right: 3%;}









a.button1 {
	max-width: 300px;
	padding: 10px 10px;
	font-size: 1.1em;
}



a.button1:before {

	right: -10%;
}


a.button1:hover:before {
	right: -12%;
	transition: .3s;
}
/*+++++++++++++++++++

/section
+++++++++++++++++++*/
.section {

	
}

/*+++++++++++++++++++
/article
+++++++++++++++++++*/
.article {
	
}
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {padding: 20px 50px 20px 20px;}
a.logo{padding: 20px 0;}
a.logo img {
    width: 250px;
}

header ul {margin: 0;}

header ul li{padding: 0 15px 0 0;}


header ul li a{font-size: 0.8em;}


.drawer-hamburger {
    margin: 15px 20px 20px 20px;
    padding: 10px;
}


.drawer-menu li a{
	font-size: 1em;
}

.drawer-menu li dl {
    margin: 0 20px 10px;
}


.drawer-menu li dd {
     padding: 8px;
}

.drw_submenu li a {
	margin: 0 20px 0 0;
	width: 100%;
	/* display: block; */
}

.drw_submenu li {/* width: 100%; */}

/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {box-sizing: border-box;padding: 60px 0 20px 20px;box-sizing: border-box;}

footer:before {top: -4%;height: 50px;}


#pagetop {
}

#pagetop:hover {
	transition: .3s;
}

footer .footerbox {}


footer .fmenu {
	width: 75%;
	margin: 0 0 0 50px;
}

footer .fmenu dl:first-child {width: auto;margin: 0 0 50px;}

footer .fmenu dl:nth-child(n+2) {width: 100%;}


footer .footerbox figure{
}

footer .footerbox figure p {
    margin:0 0 0 10px;
    font-size: 0.9em;
    letter-spacing: 0;
}

footer .footerbox figure ul {
}

ul.social li {
}

ul.social li a {
	background: none;
	padding: 0;
}
ul.social li img {
	width: 25px !important;
}

footer .footerbox figure a.logo {
}

footer .footerbox figure img {
	width:100%;
}

footer .footerbox dl{

	margin: 0 100px 50px 0;
	width: 22%;
}


footer .footerbox dt{
}


footer .footerbox dd{
}


footer .fmenu em {
}

footer .tel {
	
}

footer .tel a{
font-family: 'Secular One', sans-serif;	
}

/*++++++++++++
information
++++++++++++*/
section#information {
}
section#information:before {
}

section#information ul {}


ul.topics li {
}

ul.topics li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

ul.topics li a {
}

ul.topics li a figure {
    width: 80%;
}

section#information .title {
}
section#information .inner {padding: 40px;max-width: 90%;}
section#information .title h4 {margin: 30px auto;}

section#information .title h4 b{font-size: 3em;}

section#information .title h4 small {font-size: 0.9em;}



section#information .textbox {margin: 0;}

.category{
}

.category:after {
	/* content:""; */
	position: absolute;
	background: #000;
	width: 100%;
	left: 100px;
	top: 0;
	height: 1px;
	bottom: 0;
	margin: auto;
}

.category span{
}

ul.topics .textbox dl {
}


ul.topics .textbox dt {
	font-size: 1.2em;
}


ul.topics .textbox dd {
	font-size: 0.8em;
}

/*++++++++++++
venobox
++++++++++++*/
.gallery {
	display:none;
}
.venoframe, .vbox-inline {
	max-width: 80% !important;
}
.veno {padding: 20px;}

.veno .inner {max-width: 100%;}

.veno-contents{
	padding: 30px;
}

.veno-contents .column figure{
}

.veno-contents .column dl{
	width: 45%;
	float: right;
	margin: 20px 0 0;
}

.veno-contents .column dt{
	font-size: 1.5em;
}


.veno .blog{padding: 30px 20px;}

.veno .blog li {
}

.veno .blog li a {
}

.veno .blog li figure {
}

.veno .blog li dt {
	font-size:1.1em;
}

.veno .blog li:last-child {
	margin:0;
}

.veno .blog:after {
	margin: -3% auto 0;
}

.veno .blog:before {
	margin: -1.8% auto 0;
}

.vbox-next {
}
.vbox-prev {
	width: 40px;
	height: 100px;
	left: 20%;
	top: 45%;
}

.vbox-prev {
}

.vbox-next {}

.vbox-prev span,.vbox-next span {
	border: none !important;
}

.vbox-close {top: 4%;right: 5%;width: 80px;height: 80px;}

/*++++++++++++
faq
++++++++++++*/
#faq {padding: 50px 0;}

#faq .inner {
	padding: 50px;
}

#faq .faqbox dt{
    padding: 25px 40px 25px 80px;
    font-size: 1.1em;
}

section#qa .faqbox dt.active {
	background: #f5f5f4;
}


#faq .faqbox dt:before{
	font-size: 1.5em;
	line-height: 1.6;
	width: 40px;
	height: 40px;
}

#faq .faqbox dd {
	padding: 20px 25px 25px 80px;
}

#faq .faqbox dd:before {
	width:40px;
	height:40px;
	font-size: 1.5em;
	margin: 15px;
}

#faq .faqbox dd .box {/* padding: 40px 40px 40px 80px; */}

#faq .faqbox dd .box:before{
	font-size: 2em;
	margin: 40px 30px;
}

}


/*タブレット*/
@media screen and (max-width: 1023px) {
.scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}
	
	table.fix {
		table-layout: unset;
	}
/*++++++++++++++
共通
++++++++++++++*/

.container:before {
	/* content:""; */
	position: absolute;
	top: 60%;
	width: 20%;
	height: 800px;
	background: #fbf9f3;
	border-radius: 0 50px 50px 0;
}

.radius {
	border-radius: 10px;
}


/**/

.w30 {max-width:inherit;justify-content: left !important;}
.w70 {max-width: 70%; margin: auto;}
.w90 {max-width: 90%; margin: auto;}
/**/


/*flex*/
.column3 li {
	width:47%;
}
section {
	padding: 50px 0;
}

/*++++++++++++++
breadcrumb
++++++++++++++*/
.breadcrumb {
    padding: 10px 20px;
}


.breadcrumb ul {
    max-width: 100%;
    display: flex;
}
.breadcrumb li {
	font-size: 0.8em;
}
.breadcrumb li a {
}
.breadcrumb li a:before {
}

.breadcrumb li:last-child a:before {
	background:none;
}
/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
	margin: 0 0 10px;
}

/*小*/
.mb1 {
}
/*中*/
.mb2 {
}
/*大*/
.mb3 {
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
}
.scale:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	/*background: rgba(0,0,0,0.2);*/
}
/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	
}

/*++++++++++++++*/

/*大見出し*/
h2 {
}

/*中見出し*/
h3 {
}

/*小見出し*/
h4 b{font-size: 1.8em;}


h4 small {
}


/*以下見出し*/
h5 {

}

/*以下見出し*/
h6 {
	font-size: 1.3em;
}

/*本文*/
p {
}


/*補足*/
em {
	font-style: normal;
	font-size: 0.8em;
}




/*++++++++++++++
table
++++++++++++++*/
table {


	
}

tr {
	
}

th {
	
}

td {
	
}
/*+++++++++++++++++++
/button
+++++++++++++++++++*/
a.reserve {bottom: 25%;}
a.reserve u {
	color: #ab0d0d;

	text-decoration: none;
	font-size: 1.1em;


}
a.reserve span {
	font-size: 0.8em;
	max-width: 90%;
	margin: 0 auto 15px;

	position: relative;
	}

a.reserve b {font-size: 1em;padding: 10px 70px;}

a.reserve b:after {
	content:"";
	position: absolute;
	background: #dcd4d4;
	width: 100%;
	height: 100%;
	bottom: -10%;
	right: -1%;
	opacity: 1;
	z-index: -1;
	border-radius: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a.reserve:hover b {
}
a.reserve:hover {
}
a.reserve span:before{
	height: 20px;
}

a.reserve span:after{
	height: 20px;
}






a.button1 {font-size: 1em;}

a.button1:hover {
}

a.button1:before {
	margin: auto;
}

a.button1:hover:before {
	right: -7%;
	transition: .3s;
}
/*+++++++++++++++++++
/section
+++++++++++++++++++*/
.section {
	
}

/*+++++++++++++++++++

/article

+++++++++++++++++++*/
.article {
	
}
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {padding: 10px 50px 10px 20px;}
a.logo{}
a.logo img {width: 350px;}

header ul {display: none !important;}

header ul li{
}

header ul li:last-child{
	
}

header ul li a{
}

header ul li a:hover {
}

header ul li a:after {
	content:"";
	position: absolute;
	width: 30px;
	height: 30px;
	transition:.5s;






	transform: scale(1);
	background:rgba(0, 164, 190, 0.1);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 100%;
	z-index: -1;
	opacity: 0;
}


header ul li a:hover:after {
	transition:.5s;
	opacity:1;







	transform:scale(2);
	background:rgba(0, 164, 190, 0.1);	
}


.drawer-hamburger {margin: 15px;}
.drawer-menu li {
	width:100%;
}
.column3 li:nth-child(3n) {
    margin: 0 0 15px;
}

.drawer-menu li a, .drawer-menu li p{padding: 15px 15px 15px 50px;font-size: 0.8em;}

.drawer-menu li img {
	width:25px;
}

.drawer-menu li dl {}


.drawer-menu li dd {
     font-size: 0.8em;
     padding: 6px;
}

.drw_submenu {
	display: block;
}

.drw_submenu li a {
	width: auto;
}

.drw_submenu .social {
	max-width: 200px;
	margin: 0 auto 10px;
}
/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {padding: 60px 0 20px;}

footer:before {
	height: 100px;
	top: -2%;
}


#pagetop {
}

#pagetop:hover {
	transition: .3s;
}

footer .footerbox {max-width: 80%;display: block;}

footer .fmenu {width: auto;margin: auto;}


footer .fmenu dl:first-child {}

footer .fmenu dl:nth-child(n+2) {margin: 0 0 50px;display: flex;flex-wrap: wrap;}


footer .footerbox figure{
}

footer .footerbox figure p {
    margin: auto;
    font-size: 0.9em;
    letter-spacing: 0;
    text-align: center;
}

footer .footerbox figure ul {display: flex;justify-content: left;}

ul.social li {
}

ul.social li a {
}
ul.social li img {
	width: 25px !important;
}

footer .footerbox figure a.logo {margin: 0 auto 20px;}

footer .footerbox figure img {
	width:100%;
}

footer .footerbox dl{

	margin: 0 100px 50px 0;
	width: 22%;
}


footer .footerbox dt{width: 33%;}


footer .footerbox dd{width: 32%;font-size: 0.8em;}


footer .fmenu em {display: flex;flex-wrap: wrap;font-size: inherit;}

footer .fmenu em.copyright {
	text-align:center;
	display: block;
	padding: 0;
	font-size: 0.7em;
	letter-spacing: 1px;
	margin: 20px 0 0;
}

footer .tel a{
font-family: 'Secular One', sans-serif;	
}

/*++++++++++++
information
++++++++++++*/
section#information {padding: 100px 0;}
section#information:before {}

section#information ul {width: auto;margin: 0 auto 20px;}

ul.topics li {
}

ul.topics li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

ul.topics li a {
}

ul.topics li a figure {
	width: 80%;
}

section#information .title {
	width: auto;
	margin: auto;
	text-align: center;
}
section#information .inner {padding: 30px;max-width: 100%;}
section#information .title h4 {
}

section#information .title h4 b{
}

section#information .title h4 small {
}



section#information .textbox {margin: 0 0 0 20px;}

.category{
}

.category:after {
	/* content:""; */
	position: absolute;
	background: #000;
	width: 100%;

	left: 100px;
	top: 0;
	height: 1px;
	bottom: 0;
	margin: auto;
}

.category span{
}

ul.topics .textbox dl {
}


ul.topics .textbox dt {
}


ul.topics .textbox dd {
}

/*++++++++++++
venobox
++++++++++++*/
.gallery {
	display:none;
}
.veno {
}

.veno .inner {
}

.veno-contents{
}


.veno-contents .column figure{
	width: auto;

	float: none;
	margin: 0 0 5%;
}

.veno-contents .column dl{

	width: auto;
	float: none;
}

.veno-contents .column dt{
}


.veno .blog{
}


.veno .blog li {
	margin: 0 0 20px;
}

.veno .blog li a {
}

.veno .blog li figure {
}

.veno .blog li dt {
	font-size:1.1em;
}

.veno .blog li:last-child {
	margin:0;
}

.veno .blog:after {
}

.veno .blog:before {}

.vbox-next {
}
.vbox-prev {


}

.vbox-prev {
}


.vbox-next {

}

.vbox-prev span,.vbox-next span {

	border: none !important;
}

.vbox-close {top: 5%;right: 6%;width: 60px;height: 60px;background-size: 50%;}

/*++++++++++++
faq
++++++++++++*/
#faq {padding: 80px 0;}

#faq .inner {padding: 0;max-width: 90%;}


}

/*スマホ横*/
@media screen and (max-width: 767px) {
.drawer-nav {
	padding: 60px 50px 60px 30px;
	width: 100%;
	overflow: scroll;
}

/*flex*/
.flex {display: block;}
/*++++++++++++++
共通
++++++++++++++*/


#wrapper {
	padding: 0;
	margin: 0;
}

.container:before {
	/* content:""; */
	position: absolute;
	top: 60%;
	width: 20%;
	height: 800px;
	background: #fbf9f3;
	border-radius: 0 50px 50px 0;
}

.radius {
	border-radius: 10px;
}

.inner {max-width: 90%;}

/**/
.w30 {max-width:inherit;justify-content: left !important;}
.w70 {max-width: 70%; margin: auto;}
.w90 {max-width: 90%; margin: auto;}
/**/

.overlay {
}

a {
}

img {
}

/*改行*/
.br {display: none !important;}
.br2 {display: block !important;}

/*レスポンシブ*/
.pc {display: none !important;}
.sp {display: block !important;}

/*flex*/
.drawer-nav .inner a.drw_logo {width: 300px;}
/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
	margin: 0 0 10px;
}

/*大*/
.mb3 {
	margin: 0 0 80px;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
}
.scale:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	/*background: rgba(0,0,0,0.2);*/
}
/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	
}

/*++++++++++++++*/

/*大見出し*/
h2 {width: 80%;}

/*中見出し*/
h3 {
}

/*小見出し*/
h4 b{
}

h4 img {max-width: 400px;}


/*以下見出し*/
h5 {

}

/*以下見出し*/
h6 {
	font-size: 1.1em;
}

/*本文*/
p {
}


/*補足*/
em {
	font-style: normal;
	font-size: 0.8em;
}



/*++++++++++++++
table
++++++++++++++*/
table {
	
}

tr {
	
}

th {
	
}

td {
	
}
/*+++++++++++++++++++
/button
+++++++++++++++++++*/
a.reserve {
}
a.reserve u {
	color: #ab0d0d;
	text-decoration: none;
	font-size: 1.1em;
}
a.reserve span {
	}

a.reserve b {

}

a.reserve b:after {
	content:"";
	position: absolute;
	background: #dcd4d4;
	width: 100%;
	height: 100%;

	bottom: -10%;
	right: -1%;
	opacity: 1;
	z-index: -1;
	border-radius: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a.reserve:hover b {

	transition:.3s;
	color:#fff;
	background:#ab0d0d;
}
a.reserve:hover {
	transition:.3s;
	transform: translate3d(0, 8px, 8px);	
}
a.reserve span:before{
}

a.reserve span:after{

}







a.button1 {margin: auto;}

a.button1:hover {
}

a.button1:before {
}

a.button1:hover:before {
	right: -7%;
	transition: .3s;
}
/*+++++++++++++++++++
/section

+++++++++++++++++++*/
.section {
	
}

/*+++++++++++++++++++
/article
+++++++++++++++++++*/
.article {

	
}
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {padding: 13px;}
a.logo{
    padding: 0;
}
a.logo img {width: 250px;}

header ul {
    margin: 0 100px 0 0;
}

header ul li{
	padding: 0 80px 0 0;
	/* position: relative; */
}


header ul li:last-child{
	
}



header ul li a{
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 1px;
	display: block;
	position: relative;
	padding: 10px 0;
	transition:.5s;

}

header ul li a:hover {
	color: #00a4be;
	transition:.5s;
}

header ul li a:after {
	content:"";
	position: absolute;
	width: 30px;
	height: 30px;
	transition:.5s;






	transform: scale(1);
	background:rgba(0, 164, 190, 0.1);

	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 100%;
	z-index: -1;
	opacity: 0;
}

header ul li a:hover:after {
	transition:.5s;
	opacity:1;





	transform:scale(2);
	background:rgba(0, 164, 190, 0.1);	
}

.drawer-hamburger {width: 30px;height: 30px;margin: 10px 15px;}


.drawer-menu li dl {}


.drawer-menu li dd {
     font-size: 0.8em;
}

.drawer-menu li dd a{
}

.drawer-menu ul {
	width: 100%;
	margin: 0 0 2%;
}

.drawer-menu li a{
	padding: 15px 15px 15px 70px;
}

.drawer-menu li p {
	padding: 15px 15px 15px 70px;	
}

.drw_submenu .social {
	display: flex;
}
/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {
}

footer:before {
}


#pagetop {
}

#pagetop:hover {
	bottom: 15%;
}

footer .footerbox {
    max-width: 85%;
}

footer .fmenu {width: auto;}

footer .fmenu dl:first-child {}

footer .fmenu dl:nth-child(n+2) {margin: 0;}


footer .footerbox figure{
}

footer .footerbox figure p {
    margin:0 0 0 10px;
    font-size: 0.9em;
    letter-spacing: 0;
}

footer .footerbox figure ul {
}

ul.social li {width: 30px;}


ul.social li img {
	width: 25px !important;
}


footer .footerbox figure img {
	width:100%;
}

footer .footerbox dl{

	margin: 0 100px 50px 0;
	width: 22%;
}


footer .footerbox dt{width: 33%;}

footer .footerbox dt a {
	font-size: 0.9em;
}

footer .fmenu em a {font-size: 0.8em;}

footer .tel {
	
}

footer .tel a{
font-family: 'Secular One', sans-serif;	
}

/*++++++++++++
information
++++++++++++*/
section#information {width: 100%;padding: 30px;box-sizing: border-box;}
section#information:before {left: 0;margin: 0 auto 0 !important;}

section#information .inner {
    display: block;
}

ul.topics li {
}

ul.topics li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

section#information .title h4 {margin: 0 auto 15px;text-align: center;}

.category{}

.category:after {
	/* content:""; */
	position: absolute;
	background: #000;
	width: 100%;
	left: 100px;
	top: 0;
	height: 1px;
	bottom: 0;
	margin: auto;
}

.category span{/* display: block; */}

ul.topics .textbox dl {
}


ul.topics .textbox dt {
}


ul.topics .textbox dd {
}

/*++++++++++++

venobox
++++++++++++*/
.gallery {
	display:none;
}
.veno {
}

.veno .inner {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 0;
}

.veno-contents{
	padding: 50px;
	overflow: hidden;
}

.veno-contents .column figure{
}

.veno-contents .column dl{
}

.veno-contents .column dt{
}



.veno .blog{
}

.veno .blog li {
}

.veno .blog li a {
}

.veno .blog li figure {
}

.veno .blog li dt {
	font-size:1.1em;
}

.veno .blog li:last-child {
	margin:0;
}

.veno .blog:after {
}

.veno .blog:before {margin: -4% auto 0;left: -5%;}

.vbox-next {
	width: 40px;

	height: 100px;
	right: 20%;
	top: 45%;
}


.vbox-prev span,.vbox-next span {
	border: none !important;
}

/*+++++++++++++++++++
/aside
+++++++++++++++++++*/
aside {
	width: 70%;
	bottom: -68%;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 10px 10px 0 0;
	display: none;
	}


aside:hover {
	bottom: -68%;
	left: 0;
	transition:.3s;
}

aside.on {
	bottom: 0;
	transition: .3s;
	right: 0;
	left: 0;
}

.button_aside em {
    writing-mode: unset;
}
.button_aside {
	float: none;
	display: block;
	text-align: center;
	height: auto;
	padding: 30px 20px 0px 25px;
}

.button_aside:after {left: inherit;top: 0;right: 5%;transform: rotate(-90deg);}

aside.on .button_aside:after {
	
transform: rotate(90deg);
}
.button_aside img {width: 250px;margin: 0 auto 10px;} 

aside:before {
	border-radius: 10px 10px 0 0;
	width: 98%;
	z-index: -1;
	border-left: 2px dashed #fff;
	border-bottom: none;
}

.asidebox {width: 90%;margin: auto;border-radius: 10px 10px 0 0;padding: 30px 20px;}

.asidebox dt {
}

.asidebox dd p {
	line-height: 2;
}
	
/*++++++++++++
faq
++++++++++++*/

#faq .inner {max-width: 90%;}

section .faqtab {padding: 30px 30px 10px;}

section .faqtab li{
	width: 48%;
}

section .faqtab li:nth-child(2n) a {
	margin:0 0 20px;
}

section .faqtab li:nth-child(3n) a{
	margin: 0 20px 20px 0;
}

section .faqtab li a{

}

section#qa .faqbox dt.active {
	background: #f5f5f4;
}

#faq .faqbox dd .box {padding: 0;}

#faq .faqbox dd .box:before{font-size: 1.5em;margin: 23px;}	


/*++++++++++++++
pagetab
++++++++++++++*/
.pagetab {
	background: #eee;
	/* margin: 20px 0; */
}

.pagetab ul{
	max-width: 100%;
}


.pagetab li{
	width: 100%;
}

.pagetab li:last-child{
	
}

.pagetab li a{
	padding: 15px;
	font-size: 1em;
}

.pagetab li a::after {
}
}

/*スマホ縦*/
@media screen and (max-width: 480px) {
.drawer-nav {
	padding: 70px 20px;
}

.drw_submenu li a {
	display: block;
	margin: 0 0 10px;
}

#mainttl {height: 150px;background-position: center;background-size: 100%;}
#mainttl.suisen {
	background-size: 100%;
}
article {
    padding:0 0 50px;
}
/*++++++++++++++
共通
++++++++++++++*/


#wrapper {
	padding: 0;
	margin: 0;
}

.container:before {
	/* content:""; */
	position: absolute;
	top: 60%;
	width: 20%;
	height: 800px;
	background: #fbf9f3;
	border-radius: 0 50px 50px 0;
}

.radius {
	border-radius: 10px;
}



/**/
.w30 {max-width:inherit;justify-content: left !important;display: flex;}
.w70 {max-width: 70%; margin: auto;}
.w90 {max-width: 90%; margin: auto;}
/**/


/*flex*/
.column3 {
	display:flex;
}
/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
	margin: 0 0 10px;
}

/*小*/
.mb1 {
	margin: 0 0 15px;
}
/*中*/
.mb2 {margin: 0 0 30px;}
/*大*/
.mb3 {margin: 0 0 60px;}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
}
.scale:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	/*background: rgba(0,0,0,0.2);*/
}
/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
	
}

/*++++++++++++++*/

/*大見出し*/
h2 img {
    vertical-align: middle;
}

/*中見出し*/
h3 {font-size: 1.3em;}

/*小見出し*/
h4 img {
	
max-width: 300px;
}
h4 b{font-size: 1.6em;}

h4 small {
}


/*以下見出し*/
h5 {font-size: 1.2em;}


/*以下見出し*/
h6 {

	
}

/*本文*/
p {letter-spacing: 0;font-size: 0.8em;}


/*補足*/
em {
	font-style: normal;
	font-size: 0.8em;
}

.category em {
	font-size: 0.7em;
}

/*++++++++++++++
table
++++++++++++++*/
table {
	font-size: 0.8em;
}

tr {
	
}

th {
	padding: 8px;
}

td {
	padding: 10px;
}

a.button1 {font-size: 0.9em;max-width: 90%;padding: 10px 5px;margin: auto;}

a.button1:hover {
}

a.button1:before {
	width: 30px;
	right: -6%;
}

a.button1:hover:before {
	right: -7%;
	transition: .3s;
}
/*+++++++++++++++++++
/section
+++++++++++++++++++*/
.section {

	
}

/*+++++++++++++++++++
/article
+++++++++++++++++++*/
.article {
	

}
/*+++++++++++++++++++
/*header
+++++++++++++++++++*/

a.logo{padding: 0;}
a.logo img {}


header ul {
    margin: 0 100px 0 0;
}

header ul li{
	padding: 0 80px 0 0;
	/* position: relative; */
}


header ul li a{
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 1px;
	display: block;
	position: relative;
	padding: 10px 0;
	transition:.5s;
}

header ul li a:hover {
	color: #00a4be;
	transition:.5s;
}

header ul li a:after {
	content:"";
	position: absolute;
	width: 30px;
	height: 30px;
	transition:.5s;
	transform: scale(1);
	background:rgba(0, 164, 190, 0.1);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 100%;
	z-index: -1;
	opacity: 0;

}

header ul li a:hover:after {
	transition:.5s;
	opacity:1;





	transform:scale(2);
	background:rgba(0, 164, 190, 0.1);	
}

.drawer-hamburger {
	margin: 15px;
	padding: 7px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width: 25px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
}
.drawer-menu ul {
	margin:0;
}
.drawer-menu li {
    margin: 0 0 10px;
}

.drawer-menu li a{font-size: 0.9em;}

.drawer-menu li dl {}


.drawer-menu li dd {font-size: 0.85em;}

.drawer-menu li dd a{
	color: ;
}
/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
footer {padding: 50px 0 100px;}

footer:before {height: 50px;top: -1%;}


#pagetop {height: 40px;right: 3%;width: 40px;background: url("../images/common/next.svg") no-repeat center;bottom: 15%;}


footer .footerbox {
    display: block;
}
footer .footerbox dt {
	width:auto;
}

footer .fmenu dl:nth-child(n+2) {margin: 0 0 50px;display: block;}


footer .footerbox figure p {margin: 0;font-size: 0.8em;}

ul.social li {
	width: auto;
}

ul.social li img {
	width: 20px !important;
}

footer .footerbox figure a.logo {width: 300px;}

footer .footerbox figure img {
	width:100%;
}

footer .footerbox dl{

	margin: 0 100px 50px 0;
	width: 22%;
}

footer .footerbox dd{width: 49%;}


footer .fmenu em {
	display: block;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 20px 0 0;
	width: 95%;
}

footer .fmenu em a {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}

.tel a {
	font-size: 1.5em;
	background-size: 20px;
	padding: 0 0 0 30px;
}

.tel span {
	font-size:0.8em;
}
/*++++++++++++
pagetab
++++++++++++*/
.pagetab ul{
	max-width: 100%;
	display: block;
}

.pagetab li{
	border-bottom: 1px solid #fff;
}

.pagetab li a {
	font-size:0.9em;
}

.pagetab li a::after {
	transform:none;
	background: none;
}

/*++++++++++++
information
++++++++++++*/
section#information {padding: 30px 0;}
section#information:before {top: -1%;}
section#information h4 img {
	width:150px;
}
section#information ul {
	width: auto;
	margin: 0 0 30px;
	}

	section#information ul li {
		padding: 0 0 10px;
		margin: 0 0 10px;
	}

section#information .textbox {
	margin:0
}

ul.topics li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}

ul.topics li a {display: flex;}

ul.topics li a figure {width: 40%;margin: 0 0 20px;}


section#information .inner {padding: 40px 20px 30px;max-width: 100%;border-radius: 0;}


section#information .title h4 b{font-size: 2.5em;}



ul.topics .textbox{width: 60%;}

.category:after {
	/* content:""; */
	position: absolute;
	background: #000;
	width: 100%;
	left: 100px;
	top: 0;
	height: 1px;
	bottom: 0;
	margin: auto;
}

.category span{font-size: 0.7em;margin: 0 0 0 10px;display: block;}

ul.topics .textbox dl {
}


ul.topics .textbox dt {font-size: 1em;}


/*++++++++++++
venobox
++++++++++++*/
.gallery {
	display:none;
}

.vbox-inline {
	height: 100vh !important;
}

.veno {padding: 10px;height: auto;/* overflow: hidden; */}

.venoframe, .vbox-inline {
	max-width: 90% !important;
	width: auto !important;
} 

.veno .inner {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 0;
}

.veno-contents{
	padding: 30px;
}

.veno-contents .column dt{font-size: 1.2em;font-weight: 300;}



.veno .blog li a {display: flex;}

.veno .blog li figure {width: 40%;}

.veno .blog li dt {font-size: 0.9em;}

.veno .blog li:last-child {
	margin:0;

}

.veno .blog:after {
	margin: -8% auto 0;
	right: -5%;

}


.vbox-prev {left: 2% !important;background-size: 40px;width: 40px !important;}

.vbox-next {right: 4% !important;background-size: 40px;width: 40px !important;}

.vbox-prev span,.vbox-next span {
	border: none !important;
}

.ttvbox-close {width: 50px;height: 50px;background-size: 30px;}


/*+++++++++++++++++++
/aside
+++++++++++++++++++*/
aside {

	width: 90%;
	bottom: -44%;
	display: block;
	}


aside:hover {
	bottom: -45%;
	left: 0;
	transition:.3s;
}

aside.on {bottom: 0;height: auto;}

.button_aside em {margin: 0;}
.button_aside {
	padding: 20px 10px 0px 10px;
}

.button_aside:after {left: inherit;top: 0;right: 5%;}


.button_aside img {width: 220px;} 

aside:before {}

.asidebox {
    height: 100%;
}

.asidebox dt {
	font-size: 1em;
}

.asidebox dd p {
	line-height: 2;
	font-size: 0.8em;
}
	
/*++++++++++++
faq
++++++++++++*/
#faq {padding: 50px 0;}

section .faqtab {
	padding: 30px;
}

section .faqtab li{
	width: 100%;
}

section .faqtab li a {
	margin: 0 0 12px !important;
}

#faq .inner {padding: 0;max-width: 90%;}

#faq .faqbox dt{
    font-size: 0.9em;
    padding: 15px 40px 15px 60px;
}

section#qa .faqbox dt.active {
	background: #f5f5f4;

}

#faq .faqbox dd{padding: 20px 20px 20px 60px;}


#faq .faqbox dd:before {
	margin: 10px;
}

#faq .faqbox dd .box {padding: 20px;}
	
}