@charset "utf-8";
html{
	scroll-behavior: smooth;
}
/* レイアウトのためのCSS */
body{
    overflow-x: hidden;
	font-family:"Noto Sans JP",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", 'Kosugi Maru',Verdana, Meiryo, sans-serif;
	font-weight:bold;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.05em;
}
b, strong, .bold{
	font-family: "Noto Sans JP",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
body.appear{
    background:#f0f0f0;
}
.back-img{
	background:url(../img/top/back-gif.gif) no-repeat right top, url(../img/top/back-gif.gif) no-repeat left 30%, url(../img/top/back-gif.gif) no-repeat right 50%, url(../img/top/back-gif.gif) no-repeat left 90%;
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

@media screen and (max-width:480px) {
.back-img{
	background:url(../img/top/back-gif.gif) no-repeat right top, url(../img/top/back-gif.gif) no-repeat left 30%, url(../img/top/back-gif.gif) no-repeat right 50%, url(../img/top/back-gif.gif) no-repeat left 90%, background:url(../img/top/back-gif.gif) no-repeat right 20%, url(../img/top/back-gif.gif) no-repeat left 40%, url(../img/top/back-gif.gif) no-repeat right 70%, url(../img/top/back-gif.gif) no-repeat left 80%;
}
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color:#006EBD;
	text-decoration: none;
    outline: none;
	transform:.3s;
}
a:hover{
	opacity:0.7;
	text-decoration:underline;
}
img{
    width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

/* font-family */

.header-utility li:last-child a,
.company-info li dl,
.header-area dl,
#news article time,
#page-top span{
    font-family: "Noto Sans JP",'Lato', sans-serif;
}

/* area */

.inner{
    width:100%;
    margin:0 auto;
}

/* heading */

h2{
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 1.1vw;
    line-height: 1.5;
}



@media screen and (max-width:1130px) {
h2{
    font-size: 0.9rem;
}


}

@media screen and (max-width:768px) {
h2{
    font-size: 0.8rem;
}


}


/* header */
#header{
    width:100%;
	display:block;
	margin:auto;
}
#header .header-logo{
    max-width:1100px;
	display:flex;
	margin:auto;
	margin-bottom:-10px;
	position:relative;
}
#header h1 img{
    width:500px;
	height:auto;
	padding:15px 0 15px 10px;
}
#header h1{
	margin:0;
	padding:0px;
}
#header .hyougo{
	position:absolute;
	right:0;
	bottom:20px;
	font-size:12px;
	font-weight:normal;
	color:#111;
	text-align:right;
}
#header .hyougo br{
	display:none;
}
#header .mainimg{
}
@media screen and (max-width:900px) {
#header .hyougo{
	right:10px;
	bottom:-20px;
	font-size:12px;
	font-weight:normal;
	color:#111;
	text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
}
@media screen and (max-width:768px) {
#header h1 img{
    width:200px;
	height:auto;
	padding:15px 0 15px 10px;
}
.sp-head{
}
}
@media screen and (max-width:480px) {
#header .hyougo{
	bottom:-30px;
	font-size:10px;
}
#header .hyougo br{
	display:block;
}
}

/* mainimg */
.inner-a{
	max-width:1000px;
	height:auto;
	display:block;
	margin:auto;
	padding:50px 0;
}
.inner-b{
	max-width:1000px;
	height:auto;
	display:block;
	margin:auto;
	padding:50px 0;
}
.inner-n{
	max-width:1300px;
	height:auto;
	display:block;
	margin:auto;
	padding:0px 0;
}
@media screen and (max-width:1300px) {
.inner-a{
	padding:40px 20px;
}
.inner-b{
	padding:40px 0px;
}
.inner-n{
	padding:0px 20px;
}
}
@media screen and (max-width:768px) {
.inner-a{
	padding:30px 20px;
}
.inner-b{
	padding:30px 0px;
}
}

/* gnavi */

#g-nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#g-nav.panelactive ul li{
    position: relative;
    width:30%;
    text-align: center;
    white-space: nowrap;
}
#g-nav .sns-icon{
	display:flex;
	justify-content:center;
	padding-top:0px;
	}
#g-nav .sns-icon img{
	width:30px;
	height:auto;
}
#g-nav .logo-sp-icon{
	display:flex;
	justify-content:center;
	padding-top:0px;
	margin-top:-10px;
	}
#g-nav .logo-sp-icon img{
	width:90px;
	height:auto;
}
#g-nav .shop-s img{
	width:14px;
	height:15px;
	display:inline-block;
	margin-left:10px;
}
@media screen and (max-width:960px) {
#g-nav.panelactive ul li{
    width:48%;
    }
}


@media screen and (max-width:580px) {
#g-nav.panelactive ul li{
    width:100%;
	white-space: nowrap;
    }
}

#g-nav li a{
    padding: 20px 20px;
}



/* slider */

.slider{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    overflow: hidden;
}

@media screen and (max-width:1130px) {
.slider{
    width:100%;
    }
    
}

@media screen and (max-width:940px) {
.slider{
    width: 100%;
    right: 0%;
}
}
@media screen and (max-width:768px) {
.slider{
    top:50px;
}
}
.slider-item{
}



/* concept */

#concept{

}
#concept .txt1{
    color: #333;
	line-height:2.0;
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
	padding-top:30px;
}
#concept .concept-area{
    position: relative;
    padding: 0px 0 50px 0;
	max-width:1500px;
	margin:auto;
	background-color:#fff;
	box-shadow: 8px 8px rgba(0, 0, 0, .4);
}
#concept .concept-area .inner{
	padding-left:30px;
	padding-right:30px;
}
@media screen and (max-width:768px) {
#concept .h2-pc{
	display:none;
}
#concept .h2-sp{
	display:block;
	padding-top:25px;
}
#concept .h2-sp p{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	color:#333;
}
}

/* box-top */
#box-top{
	position:relative;
	padding-bottom:50px;
	/*background-color:#0D63A9;
	background: linear-gradient(180deg, #fff 0%, #fff 90%, #0D63A9 90%,#0D63A9 100%);*/
	margin-bottom:50px;
	}
#box-top h2{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0;
	font-size:30px;
	letter-spacing:0.2em;
	font-weight:normal;
	position:relative;
}
#box-top .box-btn004{
	position:relative;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	width:80%;
}
@media screen and (max-width:900px) {
#box-top{
	position:relative;
	padding-bottom:50px;
	/*background-color:#0D63A9;
	background: linear-gradient(180deg, #fff 0%, #fff 70%, #0D63A9 70%,#0D63A9 100%);*/
	}
}
@media screen and (max-width:768px) {
#box-top.inner-a{
	padding-bottom:30px;
}
#box-top .box-btn004{
	width:95%;
	bottom:0px;
}
}


/* box-top2 */
#box-top2{
	position:relative;
	padding-bottom:50px;
	background-color:#0D63A9;
	background: linear-gradient(180deg, #fff 0%, #fff 90%, #0068B7 90%,#0068B7 100%);
	margin-bottom:0px;
	}
#box-top2.back-w{
	background:#fff;
	padding-bottom:0px;
}
#box-top2.back-b{
	background:#000;
	padding-bottom:0px;
}
#box-top2 h2{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0;
	font-size:30px;
	letter-spacing:0.2em;
	font-weight:normal;
}
@media screen and (max-width:1300px) {
#box-top2 h2{
	padding-left:20px;
	padding-right:20px;
}
#box-top2 .box-btn004{
padding-left:20px;
	padding-right:20px;
}
}
@media screen and (max-width:900px) {
#box-top2{
	position:relative;
	background-color:#0D63A9;
	background: linear-gradient(180deg, #fff 0%, #fff 70%, #0068B7 70%,#0068B7 100%);
	}
}
@media screen and (max-width:768px) {
#box-top2.inner-a{
	padding-bottom:30px;
}

}



/* boxconts 共通部分 */
.boxconts h2{
	color:#fff;
	background-color:#E60012;
	border-radius:30px;
	letter-spacing:0.1em;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
	font-size:26px;
	font-family: "M PLUS Rounded 1c";
}
.boxconts h2 br{
	display:none;
}
.boxconts h2.kouho{
	background-color:#FFEC00;
}
.boxconts h2.saiban{
	background-color:#22AC38;
	margin-top:40px;
}
.boxconts h2.hirei{
	background-color:#0068B7;
	margin-top:40px;
}
.boxconts .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.boxconts .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
.boxconts h2{
	font-size:18px;
	padding:20px 10px;
}
.boxconts h2 br{
	display:block;
}
}



/* box-00 */
#box-00{
	margin-bottom:-30px;
}



/* box-01 */
#box-01 .flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#box-01 .flex li{
	width:50%;
	padding:10px;
}
#box-01 .flex2 li{
	width:100%;
	padding:10px;
}
#box-01 .box-btn002 a,
#box-01 .box-btn005 a,
#box-01 .box-btn006 a{
	margin:0px auto;
}
#box-01 h3{
	text-align:center;
	font-size:24px;
	letter-spacing:0.2em;
	padding-top:20px;
}
#box-01 .kuwari{
	text-align:center;
	font-size:24px;
	letter-spacing:0.2em;
	padding-bottom:20px;
}
#box-01 .kuwari a{
	text-decoration:underline;
	color:#111;
}
#box-01 .onsei{
	text-align:right;
	font-size:16px;
	letter-spacing:0.2em;
	padding-bottom:20px;
	text-decoration:underline;
}
#box-01 .onsei span:hover{
	opacity:0.7;
}
@media screen and (max-width:480px) {
#box-01 .flex li{
	width:100%;
	padding:8px;
}
#box-01 h3{
	font-size:22px;
	padding-top:30px;
}
#box-01 .kuwari{
	font-size:20px;
	letter-spacing:0.1em;
}
#box-01 .onsei{
	font-size:14px;
	letter-spacing:0.1em;
}
}



/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
  .modal-box {
    background-color: #fff;
    margin: 10% auto;
	padding:60px 30px 30px 30px;
    max-width: 640px;
    width: 90%;
    border-radius: 10px;
    animation-name: modalopen;
    animation-duration: 1s;
    position: relative;
  }
    .modalClose{
      position: absolute;
      top: 0;
      right: 0;
	   background-color:#333;
	   color:#fff;
	   padding:5px 10px;
	 }
 

.modal-box-inner li{
	list-style-type:disc;
	padding-bottom:20px;
	margin-left:20px;
}





/* box-02 */
#box-02{
	background-color:#FFFCDB;
}
#box-02 .waku{
	background-color:#fff;
	border-radius:30px;
	padding:30px;
	margin-top:50px;
	margin-bottom:60px;
}
#box-02 .waku p{
	font-size:18px;
	text-align:center;
	color:#241815;
}
#box-02 .waku p.text-coral_pink{
	color:#FF644E;
}
#box-02 .waku p.text-big{
	font-size:26px;
}
#box-02 .waku .text-big{
	font-size:24px;
}
#box-02 .waku-icon{
	padding:20px 10px;
	display:flex;
	justify-content:center;
}
#box-02 .waku-icon .icon1{
	width:60px;
	height:auto;
	padding-right:10px;
}
#box-02 .waku-icon .icon2{
	width:70px;
	height:auto;
	padding-left:10px;
}
#box-02 .flex{
	display:flex;
	flex-wrap:wrap;
}
#box-02 .flex li{
	width:33%;
	padding:10px;
}
#box-02 .box-btn002 a{
	margin:0px auto;
}
#box-02 h3{
	color:#FF6451;
	border:3px solid #FF6451;
	border-radius:20px;
	background-color:#fff;
	letter-spacing:0.1em;
	font-size:26px;
	padding:2px;
	margin:30px auto 30px auto;
	text-align:center;
	font-family: "M PLUS Rounded 1c";
}
#box-02 .inner-a{
	padding-top:0px;
}
@media screen and (max-width:768px) {
#box-02 .flex li{
	width:100%;
	padding:8px;
}
#box-02 .waku p{
	font-size:16px;
	text-align:left;
}
#box-02 .waku p.text-big{
	font-size:22px;
	line-height:1.5;
}
#box-02 .waku-icon{
	flex-wrap:wrap;
	justify-content:center;
}
#box-02 .waku-icon .icon1{
	width:60px;
	height:auto;
	padding-right:0px;
	padding-bottom:10px;
}
#box-02 .waku-icon .icon2{
	width:70px;
	height:auto;
	padding-left:0px;
	padding-top:10px;

}
#box-02 h3{
	font-size:22px;
}
#box-02 .flex li img{
	width:70%;
	display:block;
	margin:auto;
}
}



/* box-event */
#box-event{
	background:url(../images/back-event.png) repeat center top;
	background-size:contain;
}
#box-event h2{
	background-color:#fff;
	font-size:26px;
}
#box-event h2 br{
	display:block;
}
#box-event h2 figure{
	max-width:80%;
	margin:20px auto 0 auto;
}
#box-event .box{
	max-width:700px;
	display:block;
	margin:auto;
}
#box-event h3{
	background-color:#FFF7BF;
	border-radius:30px;
	margin-bottom:20px;
	font-size:26px;
	text-align:center;
	line-height:1.3;
	padding:10px;
}
#box-event h3 span{
	padding-left:20px;
	display:inline-block;
}
#box-event h4{
	font-size:18px;
	color:#FF644E;
}
#box-event h5{
	font-size:26px;
}
#box-event table{
	margin-bottom:30px;
}
#box-event th,
#box-event td{
	font-weight:bold;
	text-align:left;
	vertical-align:text-top;
	font-size:18px;
}
#box-event span{
	display:block;
}
@media screen and (max-width:768px) {
#box-event h2{
	font-size:20px;
}
#box-event h2 br{
	display:block;
}
#box-event h2 figure{
	max-width:100%;
}
#box-event h3{
	font-size:20px;
}
#box-event h3 span{
	padding-left:0px;
	display:block;
}
#box-event h5{
	font-size:22px;
}
#box-event th,
#box-event td{
	display:block;
	font-size:16px;
}
#box-event td{
	padding-bottom:20px;
}
}






/* box-03 */
#box-03 .flex{
	display:flex;
	flex-wrap:wrap;
}
#box-03 .flex li{
	width:50%;
	padding:10px 10px 30px 10px;
}
#box-03 h2{
	background-color:#A6D400;
}
#box-03 h3{
	max-width:550px;
	height:auto;
	display:block;
	margin:auto;
	padding-bottom:30px;
}
@media screen and (max-width:768px) {
#box-03 .flex li{
	width:100%;
	padding:10px 10px 30px 10px;
}
}







/* box-dairi */
#box-dairi{
	background-color:#BAE2F8;
}
#box-dairi h2{
	margin-top:50px;
	background-color:#FFF000;
	border-radius:30px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
#box-dairi h3{
	max-width:650px;
	margin:auto;
	margin-top:30px;
}
#box-dairi .marker{
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#000;
	text-align:center;
	font-family: "M PLUS Rounded 1c";
	margin:30px auto 50px auto;
}
#box-dairi .box{
	display:flex;
	background-color:#fff;
	border-radius:30px;
	padding:20px 20px 20px 0px;
	margin-bottom:30px;
}
#box-dairi .box figure{
	width:30%;
	padding-right:20px;
}
#box-dairi .box .txtarea{
	width:70%;
}
#box-dairi p{
	font-size:20px;
	font-family: "M PLUS Rounded 1c";
}
#box-dairi .mojired{
	color:#C30D23;
	font-weight:bold;
	text-decoration-line: underline;
	text-decoration-color: #182987;
}
@media screen and (max-width:768px) {
#box-dairi .marker{
	font-size:20px;
}
#box-dairi .box{
	flex-wrap:wrap;
	padding-left:20px;
}
#box-dairi .box figure{
	width:100%;
	padding-right:0px;
	padding-bottom:30px;
	margin-left:-20px;
}
#box-dairi .box figure img{
	width:80%;
}
#box-dairi .box .txtarea{
	width:100%;
}
#box-dairi p{
	font-size:18px;
}
#box-dairi .mojired br{
	display:none;
}
}




/* box-04 */
#box-04 h2{
	background-color:#E60012;
	color:#fff;
	border-radius:0px;
}
#box-04{
	background-color:#FFF100;
}
#box-04 h3{
	max-width:800px;
	height:auto;
	display:block;
	margin:auto;
}
#box-04 h4{
	max-width:700px;
	height:auto;
	display:block;
	margin:30px auto auto 0px;
}
#box-04 h5{
	background-color:#E60012;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding:7px;
	margin:30px auto 20px auto;
	line-height:1.3;
}
#box-04 p.font-b{
	font-weight:bold;
	font-size:20px;
	color:#000;
	padding-bottom:20px;
}
#box-04 p.font-s{
	font-size:14px;
	line-height:1.5;
	padding-top:10px;
}
#box-04 .flex{
	display:flex;
	flex-wrap:wrap;
}
#box-04 .flex li{
	width:30%;
	margin-left:1%;
	margin-right:1%;
	padding:10px 20px;
	background-color:#FFF;
	border-radius:20px;
	color:#000;
	line-height:1.5;
}
#box-04 .flex2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#box-04 .flex2 figure{
	width:25%;
	padding:5px;
}
#box-04 .facebook-btn{
	padding:30px 0;
}

#box-04 .prohibited{
	max-width:800px;
	display:block;
	margin:auto;
	background-color:#fff;
	border-radius:20px;
	padding:30px;
	position:relative;
}
#box-04 .prohibited li{
	list-style-type:none;
	background:url(../images/top/icon.png) no-repeat left center;
	background-size:20px auto;
	padding-left:30px;
	font-size:20px;
	color:#222;
}
#box-04 .prohibited figure{
	position:absolute;
	right:10%;
	bottom:-5%;
	max-width:180px;
	height:auto;
}
@media screen and (max-width:768px) {
#box-04 h4{
	font-size:22px;
	letter-spacing:0em;
	padding-top:0px;
}
#box-04 h4 .number{
	font-size:24px;
	margin-right:7px;
	letter-spacing:0;
	padding:0 5px;
}
#box-04 p.font-b{
	font-size:16px;
}
#box-04 .flex li{
	width:100%;
	margin:10px 0%;
	padding:15px 20px;
}
#box-04 .flex2 figure{
	width:50%;
	padding:5px;
}
#box-04 .prohibited{
	margin-bottom:100px;
}
#box-04 .prohibited li{
	font-size:16px;
}
#box-04 .prohibited figure{
	position:absolute;
	right:-3%;
	bottom:-30%;
	max-width:120px;
	height:auto;
}
}
@media screen and (max-width:480px) {
#box-04 .prohibited figure{
	bottom:-20%;
	max-width:100px;
	height:auto;
}
#box-04 .prohibited li{
	list-style-type:none;
	background:url(../images/top/icon.png) no-repeat left 7px;
}
}


/* footer */
#footer{
	padding:30px 0;
	background:#E60012;
}
#footer p.copylight{
	text-align:center;
	font-size:16px;
	padding:0 20px;
	font-weight:normal;
	color:#fff;
}
@media screen and (max-width:768px) {
#footer p.copylight{
	font-size:12px;
}
}





/*  pc navi */
#pc-nav-list{
	max-width:1000px;
	display:block;	
	margin:auto;
}
#pc-nav-list ul{
	display:flex;
	justify-content:center;
	width:100%;
	padding:20px 0 0px 0;
}
#pc-nav-list li{
	list-style-type:none;
	width:calc(100 / 3);
	width:31.3%;
	margin-left:1%;
	margin-right:1%;
	padding:10px 5px 10px 5px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#FFF100;
	}
#pc-nav-list li a:link,
#pc-nav-list li a:visited{
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	line-height:1.2;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	font-family: "M PLUS Rounded 1c";
	}
#pc-nav-list li a:hover{
	color:#000;
}

#pc-nav-list .shop img{
	width:14px;
	height:15px;
	display:inline-block;
	margin-left:10px;
}
#pc-nav-list li i{
	padding-left:5px;
}
@media screen and (max-width:968px) {
#pc-nav-list ul{
	padding:20px 0 30px 0;
}
#pc-nav-list li a:link,
#pc-nav-list li a:visited{
	font-size:16px;
}
#pc-nav-list{
	padding-top:10px;
}
}
/*========= 上部固定させるためのCSS ===============*/

.logo-pc-iti{
	padding-top:50px;
}



/*========= 上部固定させるためのCSS ===============*/

#global-nav {
	width: 100%;
}
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	z-index:999;
	top: 0;
}



@media screen and (max-width:768px) {
#global-nav {
	display:none;
}
.logo-pc-iti{
	padding-top:0px;
}

}


.jyunnbi{
	font-size:36px;
	text-align:center;
	padding:30px;
	font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width:768px) {
.jyunnbi{
	font-size:22px;
}
}