
/******************************************/
*
{
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background-repeat: no-repeat;
}


html{
    overflow-y: scroll;
}


ul,dl,ol
 {text-indent: 0;}

li{list-style: none;}

img {border: 0;}



/* N */
a,
a:link,
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a img {border: none;}
a:hover img {
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;
clear:both;
}
.clear{
clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
clear:both;
}
.clearfix {display: block;
clear:both;
}

.pc_none{
	display:none;
}
/* End hide from IE-mac */



body { margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	height:100%;
        width:100%;
word-break: break-all;
position: relative;
    z-index:1;

}
.wrap {
	overflow: hidden;
}
#loading{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#loading img{
  width: 35px;
}

.hide{
	display:none;
}
/*
.yoyaku_bn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 380px;
    z-index: 120;
}
.yoyaku_bn a {
    width: 192px;
    height: 192px;
    background: url(../img/yoyaku_bn11.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    text-indent: -9999px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}
	*/
/* 3clum */
/*
.yoyaku_bn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 600px;
    z-index: 120;
}
.yoyaku_bn .clum3 a {
    width: 32%;
}
.yoyaku_bn .clum3 a img {
    width: 100%;
    vertical-align: bottom;
}
/* 3clumここまで */
/* 2clum */
/*
.yoyaku_bn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 400px;
    z-index: 120;
}
.yoyaku_bn .clum2 a {
    width: 49%;
}
.yoyaku_bn .clum2 a img {
    width: 100%;
    vertical-align: bottom;
}
/* 2clumここまで */
/*##################################################################################################*/

@media (min-width:1200px) {
		.pcbr::before {
			content: "\A" ;
			white-space: pre ;
		}

header{
	width:100%;
	padding:0px;
	height:80px;
	/*border-bottom:solid 2px #ff1815;
	position: fixed;*/
	z-index:10000;
	position:fixed;
}
.is-fixed{
background-color:#333;
opacity:0.9;
}
header h1.logo a{
	margin:140px 0px 0px 0px;
        width:170px;
        height:170px;
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
.is-fixed h1.logo a{
	margin:0px 0px 0px 0px;
        width:120px;
        height:120px;
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
header .menu_btn{
 display:none;

}
.hamburger-menu{
 display:none;

}
#nav
{
	width:1100px;
    margin: 0;
    height:80px;
    padding: 0;
    float:right;
    padding: 0;
    display:block;
	position:fixed;
top:0;
right:0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nav.scrolled
{
    width:100%;
    margin: 0px auto;
    height:80px;
    padding: 0;
    display:block;
    position: fixed;
    top: 0;
    z-index: 1000;
}
#nav > a{
        display: none;
}
#nav li{
        position: relative;
}
/* first level */
#nav > ul{
    width:1100px;
    margin: 0px auto;
    height:80px;
    display:block;
    text-align: right;
}

#nav > ul > li{
    height:80px;
    text-align: left;
    padding: 0;
    display:inline-block;
    font-size:16px;
    color:#000;
    font-weight:normal;
	line-height:80px;
}

#nav > ul > li a{
    margin-right:13px;
    height:80px;
    text-align: left;
    padding: 0;
    display:inline-block;
    font-size:16px;
    color:#000;
    font-weight:bold;
	font-family: "UDDigiKyokasho M", "Osaka", Arial, sans-serif;

}
#nav > ul > li a:hover{
    margin-right:13px;
    height:80px;
    text-align: left;
    display:inline-block;
    padding: 0;
    font-size:16px;
    color:#999;
    font-weight:bold;
    font-family: "UDDigiKyokasho M", "Osaka", Arial, sans-serif;
}
.is-fixed #nav > ul > li a{
    color:#fff;
}
.is-fixed #nav > ul > li a:hover{
    color:#999;
}
#nav > ul > li.sr a{
    margin-right:-6px;
    width:115px;
    height:80px;
    text-align: center;
    padding: 0;
    display:inline-block;
    font-size:16px;
    color:#fff;
	line-height:80px;
    background-color:#333;
    font-family: "UDDigiKyokasho B", "Osaka", Arial, sans-serif;
    border:none;
}
#nav > ul > li.sr a:hover{
    background-color:#666;
}
.is-fixed #nav > ul > li.sr a{
    background-color:#666;
}
.is-fixed #nav > ul > li.sr a:hover{
    background-color:#333;
}
#nav > ul > li.con a{
    margin-right:0;
    width:115px;
    height:80px;
    text-align: center;
    padding: 0;
    display:inline-block;
    font-size:16px;
    color:#fff;
	line-height:80px;
    background-color:#ff9900;
    font-family: "UDDigiKyokasho B", "Osaka", Arial, sans-serif;
    border:none;
}
#nav > ul > li.con a:hover{
    background-color:#ff6600;
}

/* second level */
#nav li ul{
        display: none;
        position: absolute;
        top: 100%;
}
#nav li:hover ul{
    width:234px;
    padding-top:0;
            display: block;
    z-index:1000;
    border-top:solid 1px #ff9900;

}

#nav > ul > li > ul > li a{
    width:204px;
    height:50px;
    display:block;
    padding: 0px 15px;
    font-size:14px;
    color:#fff;
    text-align:left;
    line-height:50px;
    font-weight:normal;
    background-color:#333;
    border-top:solid 1px #656262;
opacity: 0.9;
}
#nav > ul > li > ul > li a:hover{
    width:204px;
    height:50px;
    display:block;
    padding: 0px 15px;
    font-size:14px;
    color:#fff;
    text-align:left;
    line-height:50px;
    font-weight:normal;
    background-color:#333;
opacity: 0.8;
}



.header_navi{
height:0;
overflow:hidden;
display:none;
}

.rtop a{
    width:54px;
    height:54px;
    background:url(../img/rtop_bn.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    position: fixed;
    left:30px;
    bottom:30px;
    z-index:99999;
}
/*
.yoyaku_bn a{
    width:192px;
    height:192px;
    background:url(../img/yoyaku_bn11.svg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    position: fixed;
    right:30px;
    bottom:30px;
    z-index:99999;

}
*/
/*
.yoyaku_bn a {
    width: 390px;
    height: 87px;
    background: url(/event/img/hover.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    text-indent: -9999px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}
*/
.sidebar_sns{
    width:31px;
    height:140px;
    display:block;
    position: fixed;
    top:530px;
    left:24px;
}
.sidebar_sns img{
	margin:0 0 15px 0;
	width:31px;
	height:31px;
}

.md_box{
	margin:0;
	position:absolute;
	top:220px;
	left:260px;
    z-index:1000;
}
.md_box .pan{
	width:100%;
	text-align:left;
	color:#333;
	font-size:12px;
	line-height:55px;
	font-weight:normal;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	float:left;
}
.md_box .pan a{
	color:#333;
	font-size:12px;
	text-decoration:none;
	line-height:55px;
	font-weight:normal;
	font-family: "UD Shin Go Regular", Arial, sans-serif;

}
.md_box .title{
	text-align:left;
	color:#333;
	font-size:38px;
	line-height:45px;
	font-weight:bold;
	font-family: "UDDigiKyokasho M", Arial, sans-serif;
	float:left;
}
.md_box .stitle{
	margin-left:30px;
	text-align:left;
	color:#333;
	font-size:12px;
	font-weight:normal;
	line-height:55px;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	float:left;
}
.md_box .mbn a{
	width:136px;
	height:31px;
	margin:20px 0 0 0;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	font-family: "UD Shin Go Medium", Arial, sans-serif;
	border-radius: 5px;
	background-color:#333;
	float:right;
}

.m_box02{
	margin:0 auto;
	padding:65px 55px;
	width:1000px;
	box-sizing: border-box;
	background:#fff;
	border:solid 7px #e6e6e6;
	overflow:hidden;
}
.m_box02 .title{
	margin:0;
	width:100%;
	text-align:left;
	color:#515151;
	font-size:18px;
	line-height:35px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
}
.m_box02 .title img{
	margin-top:-2px;
	width:42px;
	vertical-align:middle;
}
.m_box02 .stitle{
	margin:30px 0 0 0;
	width:100%;
	text-align:left;
	color:#515151;
	font-size:20px;
	line-height:35px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
}
.m_box02 .stitle a{
	color:#515151;
	font-size:20px;
	line-height:35px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";

}
.m_box02 .txt{
	width:100%;
	text-align:left;
	color:#474747;
	font-size:16px;
	line-height:31px;
	font-weight:bold;
	font-family: "UDDigiKyokasho M";
}
/*  */
.mb2{    margin-bottom: 2px;}
.mb5{    margin-bottom: 5px;}
.mb10{    margin-bottom: 10px;}
.mb14{    margin-bottom: 14px;}
.mb20{    margin-bottom: 20px;}
.mb30{    margin-bottom: 30px;}
.mb50{    margin-bottom: 50px;}
.mb60{    margin-bottom: 60px;}
.mb70{    margin-bottom: 70px;}
.mb100{    margin-bottom:100px;}
.mb150{    margin-bottom:150px;}
.mb200{    margin-bottom:200px;}
.mb250{    margin-bottom:250px;}
.mb300{    margin-bottom:300px;}
.mb350{    margin-bottom:330px;}

.ml5{    margin-left: 5px;}
.ml10{    margin-left: 10px;}
.ml15{   margin-right: 15px;}
.ml20{    margin-left: 20px;}
.ml30{    margin-left: 30px;}
.ml40{    margin-left: 40px;}

.ml60{    margin-left: 60px;}
.mr80{    margin-right: 80px;}
.ml150{    margin-left: 150px;}
.inl5{	text-indent:5em;}
.mr20{    margin-right: 20px;}
.mr30{    margin-right: 30px;}
.mr40{    margin-right: 40px;}

.pc { display: block; }
.sp { display: none; }

}

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

@media screen and (min-width:768px) and ( max-width:1200px) {
		.pcbr::before {
			content: "\A" ;
			white-space: pre ;
		}
header{
	width:100%;
    height:60px;
	padding:0px;
	/*border-bottom:solid 2px #ff1815;
	position: fixed;*/
	z-index:10000;
	position:fixed;
}
.is-fixed{
background-color:#333;
opacity:0.9;
}
header h1.logo a{
	margin:9vw 0px 0px 0px;
        width:10vw;
        height:10vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
.is-fixed h1.logo a{
	margin:0px 0px 0px 0px;
        width:10vw;
        height:10vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
header .menu_btn{
 display:none;

}
.hamburger-menu{
 display:none;

}
#nav
{
	width:95%;
    margin: 0;
    height:60px;
    padding: 0;
    padding: 0;
    display:block;
	position:fixed;
top:0;
right:0;

  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#nav.scrolled
{
    width:100%;
    margin: 0px auto;
    height:60px;
    padding: 0;
    display:block;
    position: fixed;
    top: 0;
    z-index: 1000;
}
#nav > a{
        display: none;
}
#nav li{
        position: relative;
}
/* first level */
#nav > ul{
    width:100%;
    margin: 0px auto;
    height:60px;
    display:block;
    text-align: right;
}

#nav > ul > li{
    height:60px;
    text-align: left;
    padding: 0;
    display:inline-block;
    font-size:1.4vw;
    color:#000;
    font-weight:normal;
	line-height:60px;
}

#nav > ul > li a{
    margin-right:1vw;
    height:60px;
    text-align: left;
    padding: 0;
    display:inline-block;
    font-size:1.4vw;
    color:#000;
    font-weight:bold;
	font-family: "UDDigiKyokasho M", "Osaka", Arial, sans-serif;

}
#nav > ul > li a:hover{
    margin-right:1vw;
    height:60px;
    text-align: left;
    display:inline-block;
    padding: 0;
    font-size:1.4vw;
    color:#999;
    font-weight:bold;
    font-family: "UDDigiKyokasho M", "Osaka", Arial, sans-serif;
}
.is-fixed #nav > ul > li a{
    color:#fff;
}
.is-fixed #nav > ul > li a:hover{
    color:#999;
}

#nav > ul > li.sr a{
    margin-right:-6px;
    width:10vw;
    height:60px;
    text-align: center;
    padding: 0;
    display:inline-block;
    font-size:1.4vw;
    color:#fff;
	line-height:60px;
    background-color:#333;
    font-family: "UDDigiKyokasho B", "Osaka", Arial, sans-serif;
    border:none;
opacity:1.0;
}
#nav > ul > li.sr a:hover{
    background-color:#666;
}
.is-fixed #nav > ul > li.sr a{
    background-color:#666;
}
.is-fixed #nav > ul > li.sr a:hover{
    background-color:#333;
}
#nav > ul > li.con a{
    margin-right:0;
    width:10vw;
    height:60px;
    text-align: center;
    padding: 0;
    display:inline-block;
    font-size:1.4vw;
    color:#fff;
	line-height:60px;
    background-color:#ff9900;
    font-family: "UDDigiKyokasho B", "Osaka", Arial, sans-serif;
    border:none;
opacity:1.0;
}
#nav > ul > li.con a:hover{
    background-color:#ff6600;
}

/* second level */
#nav li ul{
        display: none;
        position: absolute;
        top: 100%;
}
#nav li:hover ul{
    width:23vw;
    padding-top:0;
            display: block;
    z-index:1000;
    border-top:solid 1px #ff9900;

}

#nav > ul > li > ul > li a{
    width:20vw;
    height:5vw;
    display:block;
    padding: 0px 11px;
    font-size:1.4vw;
    color:#fff;
    text-align:left;
    line-height:5vw;
    font-weight:normal;
    background-color:#333;
    border-top:solid 1px #656262;
opacity: 0.9;
}
#nav > ul > li > ul > li a:hover{
    width:20vw;
    height:5vw;
    display:block;
    padding: 0px 11px;
    font-size:1.4vw;
    color:#fff;
    text-align:left;
    line-height:5vw;
    font-weight:normal;
    background-color:#333;
opacity: 0.8;
}



.header_navi{
height:0;
overflow:hidden;

display:none;
}

.rtop a{
    width:45px;
    height:45px;
    background:url(../img/rtop_bn.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    position: fixed;
    left:30px;
    bottom:30px;
}
/*
.yoyaku_bn a{
    width:150px;
    height:150px;
    background:url(../img/yoyaku_bn11.svg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    position: fixed;
    right:30px;
    bottom:30px;
    z-index:99999;
}
	*/
.sidebar_sns{
    width:31px;
    height:140px;
    display:block;
    position: fixed;
    top:250px;
    left:15px;
}
.sidebar_sns img{
	margin:0 0 15px 0;
	width:31px;
	height:31px;
}
.md_box{
	position:absolute;
	width:80%;
	top:13.5vw;
	left:15vw;
	overflow:hidden;
}
.md_box .pan{
	width:100%;
	text-align:left;
	color:#333;
	font-size:1.2vw;
	line-height:3vw;
	font-weight:normal;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	float:left;
}
.md_box .pan a{
	font-size:1.2vw;
	color:#333;
	line-height:3vw;
	font-weight:normal;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	text-decoration:none;
}
.md_box .title{
	text-align:left;
	color:#333;
	font-size:3.2vw;
	line-height:4vw;
	font-weight:bold;
	font-family: "UDDigiKyokasho M", Arial, sans-serif;
	float:left;
}
.md_box .stitle{
	margin-left:20px;
	text-align:left;
	color:#333;
	font-size:1.2vw;
	font-weight:normal;
	line-height:4vw;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	float:left;
}
.md_box .mbn a{
	width:136px;
	height:31px;
	margin:20px 0 0 0;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	font-family: "UD Shin Go Medium", Arial, sans-serif;
	border-radius: 5px;
	background-color:#333;
	float:right;
}




.m_box02{
	margin:0% 60px 0 60px;
	padding:6% 5%;
	width:auto;
	box-sizing: border-box;
	background:#fff;
	border:solid 5px #e6e6e6;
	overflow:hidden;
}
.m_box02 .title{
	margin:0;
	width:100%;
	text-align:left;
	color:#515151;
	font-size:1.8vw;
	line-height:3.5vw;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
}
.m_box02 .title img{
	margin-top:-5px;
	width:30px;
	vertical-align:middle;
	opacity:0.85;

}
.m_box02 .stitle{
	margin:3% 0 0 0;
	width:100%;
	text-align:left;
	color:#515151;
	font-size:2vw;
	line-height:3.5vw;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
}
.m_box02 .stitle a{
	color:#515151;
	font-size:2vw;
	line-height:3.5vw;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";

}
.m_box02 .txt{
	width:100%;
	text-align:left;
	color:#474747;
	font-size:1.6vw;
	line-height:3.1vw;
	font-weight:bold;
	font-family: "UDDigiKyokasho M";
}

/*  */
.mb2{    margin-bottom: 2px;}
.mb5{    margin-bottom: 5px;}
.mb10{    margin-bottom: 10px;}
.mb14{    margin-bottom: 14px;}
.mb20{    margin-bottom: 20px;}
.mb30{    margin-bottom: 30px;}
.mb50{    margin-bottom: 50px;}
.mb60{    margin-bottom: 60px;}
.mb70{    margin-bottom: 70px;}
.mb100{    margin-bottom:100px;}
.mb200{    margin-bottom:25%;}

.ml5{    margin-left: 5px;}
.ml10{    margin-left: 10px;}
.ml15{   margin-right: 15px;}
.ml20{    margin-left: 20px;}
.ml60{    margin-left: 60px;}
.mr80{    margin-right: 80px;}
.ml150{    margin-left: 150px;}
.inl5{	text-indent:5em;}
.sp_bt5{   margin-bottom: 5%;}
.pc { display: block; }
.sp { display: none; }
}

/*##################################################################################################*/
/*##################################################################################################*/
/*##################################################################################################*/


@media (max-width:767px) {
		.br::before {
			content: "\A" ;
			white-space: pre ;
		}

		.spbr::before {
			content: "\A" ;
			white-space: pre ;
		}
		.spnone{display:none;}

header{
	width:100%;
	padding:0px;
	height:60px;
	/*border-bottom:solid 2px #ff1815;
	position: fixed;*/
	z-index:10000;
background-color:#333;
	position:fixed;
}
.is-fixed{
background-color:#333;
opacity:1;
}
header h1.logo a{
	margin:6px 0px 0px 5%;
        width:180px;
        height:49px;
	display:block;
	text-indent:-9999px;
	background:url(../img/sp_ylogo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
.is-fixed h1.logo a{
	margin:6px 0px 0px 5%;
        width:180px;
        height:49px;
	display:block;
	text-indent:-9999px;
	background:url(../img/sp_ylogo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
.spmenu{
    position: fixed;
    top: 19px;
    right: 61px;
    font-size:15px;
    color:#fff;
    font-weight:bold;
}
#menu-btn-check{
	display:none;
}
.menu-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#nav{display:none;}

.header_navi{
        width:100%;
height:100vh;

	margin:0px;
	top:60px;
position: fixed;
z-index:999;
display:block;
}
.header_navi .box{
width:100%;
height:100vh;
position:relative;
}
.header_navi .box .lbox{
	width:50%;
	height:100%;
	display:block;
	background:#b3b3b3;
	float:left;
}
.header_navi .box .lbox .omenu a{
	margin-top:18px;
	padding-left:20%;
	width:100%;
	display:block;
	text-align:left;
	color:#333;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
	box-sizing: border-box;
}
.header_navi .box .lbox .on a{
	color:#fff;
}
.header_navi .box .rbox{
	width:50%;
	height:100%;
	display:block;
	background:#fff;
	float:left;
}
.header_navi .box .lbox .sr a{
	margin-top:30px;
	margin-bottom:10px;
	width:70%;
	height:60px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
	background:#333;
	float:right;
}
.header_navi .box .rbox .kmenu a{
	margin-top:20px;
	padding-left:20%;
	width:100%;
	display:block;
	text-align:left;
	color:#333;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
	box-sizing: border-box;
}
.header_navi .box .rbox .con a{
	margin-top:30px;
	margin-bottom:10px;
	width:70%;
	height:60px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
	background:#ff9900;
	float:left;
}
.header_navi .box .sns{
	margin:0 auto;
	width:90%;
	height:38px;
	text-align:left;
	position:absolute;
	bottom:12%;
	left:10%;
	box-sizing: border-box;
}
.header_navi .box .sns .insta a{
	width:38px;
	height:38px;
	display:inline-block;
	text-indent:-9999px;
        background:url(../img/insta_sp.png);
        background-repeat:no-repeat;
        background-size:contain;
}
.header_navi .box .sns .fb a{
	margin-left:15px;
	width:38px;
	height:38px;
	display:inline-block;
	text-indent:-9999px;
        background:url(../img/fb_sp.png);
        background-repeat:no-repeat;
        background-size:contain;
}
.header_navi .box .sns .youtube a{
	margin-left:15px;
	width:38px;
	height:38px;
	display:inline-block;
	text-indent:-9999px;
        background:url(../img/youtube_sp.png);
        background-repeat:no-repeat;
        background-size:contain;
}
.rtop a{
    width:40px;
    height:40px;
    background:url(../img/rtop_bn.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    position: fixed;
    left:5%;
    bottom:20px;
	z-index:990;
}
/*
.yoyaku_bn a{
    width:107px;
    height:107px;
    background:url(../img/yoyaku_bn11.svg);
    background-repeat:no-repeat;
    background-size:contain;
    display:block;
    text-indent:-9999px;
    position: fixed;
    right:3%;
    bottom:20px;
z-index:99999;
}
*/
.sidebar_sns{
    width:31px;
    height:140px;
    display:none;
    position: fixed;
    top:530px;
    left:24px;
}
.sidebar_sns img{
	margin:0 0 15px 0;
	width:31px;
	height:31px;
}

.md_box{
	margin:5px auto 0 auto;
	width:90%;
}
.md_box .pan{
	margin-bottom:10px;
	width:100%;
	text-align:left;
	color:#333;
	font-size:11px;
	line-height:24px;
	font-weight:normal;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	float:left;
}
.md_box .pan a{
	font-size:11px;
	color:#333;
	line-height:24px;
	font-weight:normal;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
	text-decoration:none;
}
.md_box .title{
	width:100%;
	text-align:left;
	color:#333;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
	font-family: "UDDigiKyokasho M", Arial, sans-serif;
}
.md_box .stitle{
	width:100%;
	text-align:left;
	color:#333;
	font-size:12px;
	font-weight:normal;
	line-height:21px;
	font-family: "UD Shin Go Regular", Arial, sans-serif;
}
.md_box .mbn a{
	width:136px;
	height:31px;
	margin:20px 0 0 0;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	font-family: "UD Shin Go Medium", Arial, sans-serif;
	border-radius: 5px;
	background-color:#333;
	float:right;
}

.m_box02{
	margin:-2% auto 0 auto;
	padding:6% 5%;
	width:90%;
	box-sizing: border-box;
	background:#fff;
	border:solid 5px #e6e6e6;
	overflow:hidden;
}
.m_box02 .title{
	margin:0;
	width:100%;
	text-align:left;
	color:#515151;
	font-size:16px;
	line-height:32px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
}
.m_box02 .title img{
	width:30px;
	vertical-align:middle;
	opacity:0.85;

}
.m_box02 .stitle{
	margin:3% 0 0 0;
	width:100%;
	text-align:left;
	color:#515151;
	font-size:17px;
	line-height:28px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";
}
.m_box02 .stitle a{
	color:#515151;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
	font-family: "UDDigiKyokasho B";

}
.m_box02 .txt{
	width:100%;
	text-align:left;
	color:#474747;
	font-size:13px;
	line-height:26px;
	font-weight:bold;
	font-family: "UDDigiKyokasho M";
}



/*  */
.mb2{    margin-bottom: 2px;}
.mb5{    margin-bottom: 5px;}
.mb10{    margin-bottom: 10px;}
.mb14{    margin-bottom: 14px;}
.mb20{    margin-bottom: 10px;}
.mb30{    margin-bottom: 15px;}
.mb50{    margin-bottom: 25px;}
.mb60{    margin-bottom: 30px;}
.mb70{    margin-bottom: 70px;}
.mb100{    margin-bottom:100px;}
.mb200{    margin-bottom:30%;}

.ml5{    margin-left: 5px;}
.ml10{    margin-left: 10px;}
.ml15{   margin-right: 15px;}
.ml20{    margin-left: 20px;}
.ml60{    margin-left: 60px;}
.mr80{    margin-right: 80px;}
.ml150{    margin-left: 150px;}
.inl5{	text-indent:5em;}
.pc { display:none; }
.sp { display: block; }
}

/*#######################################################################################*/




.clear{
	clear:both;
}
.list60{
width:60px;
padding:3px 2px;
}
.list130{
width:130px;
padding:3px 2px;
}
.list250{
width:270px;
padding:3px 2px;
}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}


		.swiper-container{
			max-width: 100%;
			text-align: center;
			z-index:10;
		}
		.swiper-container .swiper-slide img{
			margin-left:80px;
			max-width: 100vw;
			height: 100vh;
			z-index:10;

		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}


/*#######################################################################################*/
/*#######################################################################################*/
/*#######################################################################################*/
/*#######################################################################################*/

.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -325px;
width: 800px;
text-align:center;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.modal-window .modal-inner p {
padding: 50px 50px;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: 380px;
background: #999;
border-radius: 2px;
padding: 2px 8px;
font-size: 3em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

/* 2024-07-20 LP トップページバナー */
.df{
    display: flex;
}
.sb{
    justify-content: space-between;
}
/*
.yoyaku_bn{
    display: none;
}
*/
.eventBtn1 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 40;
    max-width: 400px;
    width: 100%;
}
.eventBtn1 a {
    width: 98%;
    display: block;
    margin-bottom: 2%;
    margin-right: 2%;
}
.eventBtn1 a img{
    width: 100%;
    display: block;
}
.eventBtn1 a img {
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
body {
	padding-bottom: 50px;
}
.rtop a {
    bottom: 100px;
}
.eventBtn1 a {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
}
/* 3clum */
/*
.yoyaku_bn {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}
.yoyaku_bn .clum3 a {
    width: 33.33333%;
}
*/

/* 通常サイズ */
/*
.yoyaku_bn a {
	width: 107px;
	height: 107px;
	right: 3%;
	bottom: 20px;
}
	*/
}