@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video
{
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;
}

textarea
{
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;
}
article,footer,header,nav,section,main{
	display:block
}
ol,ul{
	list-style:none
}
table{
	border-collapse:collapse;border-spacing:0
}
h1 {
	font-size:10px;
	color:#666;
	
}
/* ----------------------------------------------

 * 設定をしなおす

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



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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


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

 * 要素を左右中央寄せ

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




*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:1080px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:1079px){.sp_none{display:none !important;}}



@media only screen and ( max-width : 1079px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 0px;
  }
}

  .btnContainer {
    width: 100%;
	  padding: 1%;
  }
  section {
    padding: 0px;
  }
}

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

　   HEADER

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


#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #fff 0%, #f4bdde 100%);
}
@media only screen and ( max-width : 1079px ) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 1080px ) {
  #header {
    height: 80px;
  }
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 2em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 230px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #f4bdde;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	background-color: #fff;
	background-image:
	 radial-gradient(#ccc 1px, transparent 1px);
	background-size: 20px 20px;
	width:100%;
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}


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

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
}

#sec01 {
  background: #cadffa;
}
#sec02 {
  background: #99c1f3;
}
#sec03 {
  background: #7ea7d9;
}
#sec04 {
  background: #618bbe;
}
.btn {
  display: block;
  background-color:#f4bdde;
  color: #fff;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}


/*-------------------------
スライダー
-------------------------*/


.sample02 .swiper-wrapper {
  align-items: stretch;
}

.sample02 .swiper-slide {
    display: flex;
    align-items: start;
    height: auto;
    padding-bottom: 25px;
}

.sample02 .sample02-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color:#f6f6f6;
    border-radius:10px;
}

.sample02 .swiper-button-prev,
.sample02 .swiper-button-next {
  display: none;
  width: 20px;
  height: 32.58px;
  fill: #666;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000;
}

.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.sample02 .swiper-pagination-bullet-active {
  background: #666;
}

@media (min-width: 768px) {
  .sample02 .swiper-slide {
    padding: 20px 50px 50px 50px;
  }

  .sample02 .swiper-button-prev,
  .sample02 .swiper-button-next {
    display: block;
  }

  .sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}


/**/

.sample04 .swiper-slide {
  cursor: pointer;
}

.sample04 .swiper-slide {
  height: 200px;
  display: flex;
  justify-content: center;
}

.sample04 .swiper-slide p {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
}

.sample04 .swiper-slide .is-anim {
  transition: .6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0px);
}

.sample04 .swiper-button-prev,
.sample04 .swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .sample04 .swiper-button-prev,
  .sample04 .swiper-button-next {
    display: block;
  }
}




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

ページタイトル、説明

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

.accordionTitle input {
	display: none;
}
.accordionTitle label {
	position: relative;
	display: block;
	padding: 5px;
	/*border-bottom: 1px solid #ddd;*/
	cursor: pointer;
	font-size:0.7em;
	color:#000;
	letter-spacing:8px;

	
}
.accordionTitle label h2 {
	font-size:1.8em;
	letter-spacing:0px;
}

.accordionTitle label::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordionTitle div {
	position: relative;
	height: 0;
	overflow: hidden;
	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset;
	transition: height .2s ease-in-out;
	
	
}
.accordionTitle input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordionTitle input:checked ~ div {
	height: auto;
	border-bottom: 1px solid #ccc;
	}
.accordionTitle div h2 {
	margin: 10px;
	font-size: 16px;
	font-weight: 400px;
}
.accordionTitle div h3 {
	

}
.accordionTitle div p {
	margin: 10px;
	padding:2px;
	font-size:0.95em;
	text-align:left;
}
.accordionTitle div div {
	margin:10px; height:auto; clear:both; overflow:hidden;
}


.topTitleBox h3 {
	font-size:1.8em;
	letter-spacing:0px;
	position: relative;
	margin-bottom:5%;
	text-shadow: 2px 2px 2px #fff;
}
.topTitleBox h3:after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -5%;
  width: 40%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #fe74be, #fe74be 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #fe74be, #fe74be 2px, #fff 2px, #fff 4px);
	
}

.topTitleBox p {
	display: block;
	padding: 5px 3px 0px 3px;
	/*border-bottom: 1px solid #ddd;*/
	cursor: pointer;
	font-size:0.7em;
	color:#000;
	letter-spacing:8px;
	text-shadow: 2px 2px 2px #fff;
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	background-color: #fff;
	background-image:
	 radial-gradient(#ccc 1px, transparent 1px);
	background-size: 20px 20px;
	width:100%;
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}

/*--------------------
hoshi
================---*/
.star {
    animation: kirakira 8s linear;
    color: white;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    position: fixed;
    top: -1em;
    z-index: 1000;
}

@keyframes kirakira {
    0% {
        transform:translateY(0) rotateY(0);
    }
    100% {
        transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
    }
}



.box_yellow_tilt,
.box_yellow_tilt{
padding:2% 0 2% 0 ;
}
 
.box_yellow_tilt {
		background-color: #99ff00;
	background-image:
	 radial-gradient(#fff 1px, transparent 1px);
	background-size: 20px 20px;
	
}
.box_yellow_tilt {
  position: relative;
  z-index: 0;
}
.box_yellow_tilt::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
		background-color: #09dae2;
	background-image:
	 radial-gradient(#fff 1px, transparent 1px);
	background-size: 20px 20px;
	width:100%;
}



.GroupBox {
	background-color: #fff;
	background-image:
	 radial-gradient(#ccc 1px, transparent 1px);
	background-size: 20px 20px;
	width:100%;
}
.GroupBox {
  position: relative;
  z-index: 0;
}
.GroupBox::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
	background-color: #fff;
	background-image:
	 radial-gradient(#ccc 1px, transparent 1px);
	background-size: 20px 20px;
	width:100%;
}



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

背景色

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

.bgGrPink {
	background: linear-gradient(-135deg, #f495da, #f43ab9);

}



.bgPink {
	background-color: #f638d0;
	background-image:
	 radial-gradient(#f385dd 1px, transparent 1px);
	background-size: 20px 20px;
}
.bglilac {
		background-color: #fff;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fcf9fc, #fcf9fc 7.5px,
	 transparent 0, transparent 15px);

}

.bgBlue {
	background-color: #09dae2;
	background-image:
	 radial-gradient(#fff 1px, transparent 1px);
	background-size: 20px 20px;
}

.bgYellow {
	background-color: #ffcc00;
	background-image:
	 radial-gradient(#cc9900 1px, transparent 1px);
	background-size: 20px 20px;

	
}

.bgWhite{
	background-color: #fcf9fc;
	background-image:
	 radial-gradient(#ccc 1px, transparent 1px);
	background-size: 20px 20px;

	
}

.bgGreen {
		background-color: #99ff00;
	background-image:
	 radial-gradient(#fff 1px, transparent 1px);
	background-size: 20px 20px;

}
.bgOrangeSTP {
    background-color: #ffa61b;
    background-image: linear-gradient( 90deg, #ffa61b 0%, #ffa61b 50%, #ffab1c 50%);
    background-image: -webkit-linear-gradient( 0deg, #ffa61b 0%, #ffa61b 50%, #ffab1c 50%, #ffab1c);
    background-size: 30px 30px;
    margin: 0 auto;
}




.youkou { 
	width: 100%; 
}
.youkou th, .youkou td  { 
	padding: 10px; border: 1px solid #e9d4f7;
}
.youkou td  { 
	background-color:#fff;
}
.youkou th  { 
		background-color: #f3e4ff;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #f6ecfd, #f6ecfd 7.5px,
	 transparent 0, transparent 15px);
}

#main p {
    word-break: break-all;
}



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

背景色

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



.youkou { 
	width: 100%; 
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.youkou th, .youkou td  { 
	padding: 10px; border: 1px solid #e5e5e5;
}
.youkou td  { 
	background-color:#fff;
}
.youkou th  { 
		background-color: #fff;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fcf9fc, #fcf9fc 7.5px,
	 transparent 0, transparent 15px);
}

#main {
	background:url("../img/mainBg.gif");
	background-size:contain;
	background-repeat:no-repeat;
}
.rcrumbs {
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
	overflow-x: hidden;
	padding:0% 0% 0% 1%;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.rcrumbs > ul {
  padding: 0;
  list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs a {
  color: #999;
  text-decoration: none;
}
.rcrumbs a:hover {
  color: #ccc;
}
.rcrumbs .divider {
  color: #cccccc;
  padding: 0 5px;
}

.modal_box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.modal_bg {
    background-color: rgba(30, 30, 30, 0.9);
    height: 100%;
    width: 100%;
}


.modal_close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 2rem;
}