@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Rubik:400&display=swap');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
 -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/



@media screen and (min-width: 1025px){

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", Hiragino Maru Gothic Pro, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO;
 /*font-family: 'M PLUS Rounded 1c', sans-serif;
 font-weight: 500;*/
	line-height: 1.6;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}
	
.pc {
	display: block;
}

.sp {
	display: none;
}

/*------------------------------------------------------------------------------------------------
  snsBox
--------------------------------------------------------------------------------------------------*/
.snsBox {
	width: 1000px;
	margin: 20px auto 40px;
	display: flex;
	justify-content: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.snsBox dl {
	margin: 0 !important;
	position: relative;
	padding: 20px 40px;
}

.snsBox dt {
	margin-bottom: 5px;
}

.snsBox dt img {
	width: 28px;
	height: 28px;
}

.snsBox dl dd {
	font-size: 14px;
}

.snsBox dl::before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	content: "";
	margin: auto;
	width: 1px;
	height: 80%;
	height: calc(100% - 50px);
	background: #CCC;
}

.snsBox dl.insta1::before {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#headerInfo {
	padding: 0 24px;
	background-color: #eaddd4;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
}

#header {
	padding: 18px 24px;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: 343px;
	height: 73px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 343px 73px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}

#header ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 14px;
	line-height: 1.4;
}

#header ul li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}

#header ul li a {
	display: block;
	padding: 8px 16px;
	border-radius: 20px;
}

#header ul li:nth-child(1) a {
	background-color: #eaddd4;
	color: #000;
}

#header ul li:nth-child(2) a {
	background-color: #ff9000;
	color: #FFF;
}

#header ul li:nth-child(3) a {
	background-color: #009944;
	color: #FFF;
}

#header ul li:nth-child(1) span::before {
 font-family: "Font Awesome 5 Free";
 content: '\f0a1';
 font-weight: 600;
	padding-right: 4px;
}

#header ul li:nth-child(2) span::before {
 font-family: "Font Awesome 5 Free";
 content: '\f46c';
 font-weight: 600;
	padding-right: 4px;
}

#header ul li:nth-child(3) span::before {
 font-family: "Font Awesome 5 Free";
 content: '\f35d';
 font-weight: 600;
	padding-right: 4px;
}

#gnavi {
}

#gnavi ul{
	margin: 0;
	padding: 0;
 list-style: none;
 display:flex;
 justify-content: center;
	background-color: #009e96;
	font-size: 15px;
	letter-spacing: 1px;
	box-shadow: 0 3px 3px #CCC;
}

#gnavi ul li {
	margin: 0;
	padding: 0;
	background: url(../image/gnavi_line.png) no-repeat 100% center;
	background-size: auto 38px;
}

#gnavi ul li:last-child {
	background: none;
}

#gnavi ul li a {
	display: block;
	min-width: 140px;
	color: #FFF;
	padding: 22px 20px;
	text-align: center;
}

#gnavi ul li a:hover {
	text-decoration: underline;
}

#gnavi ul.hBtn {
	display: none;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	background: url(../image/footer_back.png) #eaddd4 repeat-x 0 0;
}

#footer .footer {
	margin: -90px 0 0;
	padding: 100px 0 0;
	background: url(../image/footer_image.png) no-repeat center 0;
	background-size: 918px;
	text-align: center;
}

#footer .footer p {
	margin: 0 0 20px;
}

#footer .footer .twitter {
	width: 54px;
	height: auto;
}

#footer .footer dl {
	margin: 0 0 20px;
}

#footer .footer dl dt {
	font-weight: 600;
	font-size: 20px;
	color: #009e96;
}

#footer .footer p.tel {
	font-weight: 600;
	color: #009e96;
	font-size: 20px;
}

#footer .footer p.tel span {
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 2px;
}

#footer .footer p.tel i {
	margin-right: 10px;
}

#footer .pagetop {
	position: fixed;
	right: 10px;
	bottom: 300px;
}

#footer .pagetop img {
	width: 104px;
	height: auto;
}

#footer .pagetop img:hover{
 -webkit-animation: ud 1s infinite linear alternate;
 animation: ud 1s infinite linear alternate;
}

@-webkit-keyframes ud {
 0% {-webkit-transform:translate(0, 0);}
 50% {-webkit-transform:translate(0, -8px) ;}
 100% {-webkit-transform:translate(0, 0);}
}

@keyframes ud {
 0% {transform:translate(0, 0) ;}
 50% {transform:translate(0, -8px) ;}
 100% {transform:translate(0, 0);}
}

/*------------------------------------------------------------------------------------------------
  copy
--------------------------------------------------------------------------------------------------*/
#copy {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
 display:flex;
	flex-wrap: wrap;
	color: #999;
	font-size: 14px;
}

#copy .copy {
	width: 50%;
	text-align: left;
}

#copy .jasrac {
	width: 50%;
	text-align: right;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	padding: 0 0 100px;
}

.mokuji_wrap {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}

.mokuji_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mokuji_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	display: inline;
	margin: 0 10px 4px 0;
	padding: 0;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

.mokuji_wrap ul.pager li a {
	display: block;
	padding: 10px 8px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #009e96;
	background-color: #FFFFFF;
	border-radius: 8px;
}

.mokuji_wrap ul.pager li a:hover {
	background-color: #009e96;
	color: #FFF;
}


/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn {
	text-align: center;
}

.btn a {
	display: inline-block;
	width: 300px;
	margin: 0 10px;
	padding: 10px 0;
	border: 2px solid #009e96;
	text-align: center;
	color: #009e96;
	border-radius: 48px;
}

.btn a.back::before {
 font-family: "Font Awesome 5 Free";
	content: "\f137";
 font-weight: 600;
	padding-right: 6px;
}

.btn a.program::before {
 font-family: "Font Awesome 5 Free";
	content: "\f139";
 font-weight: 600;
	padding-right: 6px;
}

.btn a:hover, .btn a:active {
	background-color: #009e96;
	color: #FFF;
}

.btn_pn {
	width: 640px;
	margin: 0 auto 40px;
	text-align: center;
}

.btn_pn a {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	padding: 10px 0;
	border: 1px solid #009e96;
	text-align: center;
	color: #009e96;
	border-radius: 0px;
	cursor: pointer;
}

.btn_pn a.prev::before {
 font-family: "Font Awesome 5 Free";
	content: "\f137";
 font-weight: 600;
	padding-right: 6px;
}

.btn_pn a.next::after {
 font-family: "Font Awesome 5 Free";
	content: "\f138";
 font-weight: 600;
	padding-left: 6px;
}

.btn_pn a:hover {
	background-color: #009e96;
	color: #FFF;
}
.flinks {max-width: 1000px;display: flex;margin: 0 auto;padding: 0;list-style: none;justify-content: center;}
.flinks li {margin: 0 20px;}.flinks li a {
color: #000;
background: url(../image/arrow-02.png) no-repeat 0 7px;
background-size: 6px;
display: block;
padding: 0 0 0 10px;
}


}





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

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", Hiragino Maru Gothic Pro, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO;
 /*font-family: 'M PLUS Rounded 1c', sans-serif;
 font-weight: 500;*/
	line-height: 1.6;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

input[type="submit"],
input[type="button"] {
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", Hiragino Maru Gothic Pro, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO;
	border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-appearance: button;
 appearance: button;
 border: none;
 box-sizing: border-box;
 cursor: pointer;
}

/*------------------------------------------------------------------------------------------------
     snsBox
   --------------------------------------------------------------------------------------------------*/
.snsBox {
	width: 100%;
	margin: 20px auto 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.snsBox div {
	width: 50%;
}

.snsBox dl {
	margin: 0 !important;
	position: relative;
	padding: 30px 40px 20px;
}

.snsBox dt {
	margin-bottom: 5px;
}

.snsBox dt img {
	width: 40px;
	height: 40px;
}

.snsBox dl dd {
	font-size: 14px;
}

.snsBox dl::before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	content: "";
	margin: auto;
	width: 1px;
	height: 80%;
	height: calc(100% - 50px);
	background: #CCC;
}

.snsBox dl.insta1::before {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#headerInfo {
	padding: 4px 10px;
	background-color: #eaddd4;
	font-size: 12px;
}

#header {
	position: relative;
	height: 50px;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
}

#header h1 a {
	display: block;
	width: 150px;
	height: 32px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 150px 32px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}


#header ul {
	display: none;
}

.menubtn {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	z-index:10;
	width:50px;
	height:50px;
	background: #009E96;
	padding:5px;
	cursor:pointer;
}

.menubtn span {
	position:absolute;
	width: 30px;
	height:3px;
	background:#FFF;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	left: 10px;
}

.menubtn span.top {
	top:10px;
}

.menubtn span.middle {
	top:18px;
}

.menubtn span.bottom {
	top:26px;
}

.menubtn span.menuclick1 {
	transform:rotate(-315deg);
	top:16px;
}

.menubtn span.menuclick2 {
	background-color:transparent;
}

.menubtn span.menuclick3 {
	transform:rotate(315deg);
	top:16px;
}

.menubtn p {
	font-size:9px;
	width: 100%;
	text-align: center;
	color:#FFF;
	position:absolute;
	bottom:6px;
	left:50%;
	transform:translateX(-50%);
	line-height:1em;
}

#gnavi {
	display: none;
	padding: 10px 0;
	background-color: #009E96;
}

#gnavi nav ul{
	margin: 0 0 20px;
	padding: 0 10px;
 list-style: none;
	font-size: 15px;
	letter-spacing: 1px;
}

#gnavi nav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

#gnavi nav ul li a {
	display: block;
	color: #FFF;
	padding: 12px 8px;
}

#gnavi ul.hBtn {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
}

#gnavi ul.hBtn li {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

#gnavi ul.hBtn li a {
	display: block;
	padding: 12px 16px;
	border-radius: 20px;
}

#gnavi ul.hBtn li:nth-child(1) a {
	background-color: #eaddd4;
	color: #000;
}

#gnavi ul.hBtn li:nth-child(2) a {
	background-color: #ff9000;
	color: #FFF;
}

#gnavi ul.hBtn li:nth-child(3) a {
	background-color: #FFF;
	color: #009944;
}

#gnavi ul.hBtn li:nth-child(1) span::before {
 font-family: "Font Awesome 5 Free";
 content: '\f0a1';
 font-weight: 600;
	padding-right: 4px;
}

#gnavi ul.hBtn li:nth-child(2) span::before {
 font-family: "Font Awesome 5 Free";
 content: '\f46c';
 font-weight: 600;
	padding-right: 4px;
}

#gnavi ul.hBtn li:nth-child(3) span::before {
 font-family: "Font Awesome 5 Free";
 content: '\f35d';
 font-weight: 600;
	padding-right: 4px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	margin: 80px 0 0;
	padding: 30px 0 10px;
	background: url(../image/footer_back.png) #eaddd4 repeat-x 0 0;
}

#footer .footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer .footer p {
	margin: 0 0 20px;
}

#footer .footer .twitter {
	width: 54px;
	height: auto;
}

#footer .footer dl {
	margin: 0 0 20px;
}

#footer .footer dl dt {
	font-weight: 600;
	font-size: 20px;
	color: #009e96;
}

#footer .footer p.tel {
	font-weight: 600;
	color: #009e96;
	font-size: 18px;
}

#footer .footer p.tel span {
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 2px;
}

#footer .footer p.tel i {
	margin-right: 10px;
}

#footer .pagetop {
	margin: -110px 0 30px;
}

#footer .pagetop img {
	width: 105px;
	height: auto;
}

#footer .tel-link a {
	color: #009e96 !important;
}


/*------------------------------------------------------------------------------------------------
  copy
--------------------------------------------------------------------------------------------------*/
#copy {
	margin: 0;
	padding: 10px;
	color: #999;
	font-size: 14px;
	text-align: center;
}



/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.mokuji_wrap {
	margin: 0 0 30px;
}

.mokuji_wrap ul.pager {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

.mokuji_wrap ul.pager li {
	margin: 0 0 10px;
	padding: 0;
}

.mokuji_wrap ul.pager li a {
	display: block;
	padding: 10px 8px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #009e96;
	background-color: #FFFFFF;
	border-radius: 8px;
	text-align: center;
}

.mokuji_wrap ul.pager li a:hover {
	background-color: #009e96;
	color: #FFF;
}

/*------------------------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------------------------*/
.btn {
}

.btn a {
	display: block;
	width: 280px;
	margin: 0 auto 10px;
	padding: 10px 0;
	border: 2px solid #009e96;
	text-align: center;
	color: #009e96;
	border-radius: 48px;
	font-weight: 600;
}

.btn a.back::before {
 font-family: "Font Awesome 5 Free";
	content: "\f137";
 font-weight: 600;
	padding-right: 6px;
}

.btn a.program::before {
 font-family: "Font Awesome 5 Free";
	content: "\f139";
 font-weight: 600;
	padding-right: 6px;
}

.btn a:hover, .btn a:active {
	background-color: #009e96;
	color: #FFF;
}

.btn_pn {
	width: 300px;
	margin: 0 auto 40px;
	text-align: center;
}

.btn_pn a {
	display: inline-block;
	width: 130px;
	margin: 0 10px;
	padding: 10px 0;
	border: 1px solid #009e96;
	text-align: center;
	color: #009e96;
	border-radius: 0px;
}

.btn_pn a.prev::before {
 font-family: "Font Awesome 5 Free";
	content: "\f137";
 font-weight: 600;
	padding-right: 6px;
}

.btn_pn a.next::after {
 font-family: "Font Awesome 5 Free";
	content: "\f138";
 font-weight: 600;
	padding-left: 6px;
}

.btn_pn a:hover {
	background-color: #009e96;
	color: #FFF;
}
.flinks {max-width: 1000px;display: flex;margin: 0 auto;padding: 0;list-style: none;justify-content: center;}.flinks li {margin: 0 10px;}.flinks li a {color: #000;background: url(../image/arrow-02.png) no-repeat 0 4px;background-size: 6px;display: block;padding: 0 0 0 10px;font-size: 12px;}


}



