@charset "utf-8";
/* CSS Document */








#wrap{
position:relative;
width: 100%;
}


/* header */
.change-color {
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
@media screen and (max-width: 800px) {
.change-color {
	background-color: rgba(0, 0, 0, 0.6);
}
}
/*
:root {
  --header: 80px;
  scroll-padding: var(--header);
}
@media screen and (max-width: 800px) {
:root {
  --header: 60px;
}
}*/

/*固定の為のcss*/
header {
 /*height: var(--header);*/
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s ease;
	z-index:50;
  transition: all 1.0s ease;
}


@media print{
header {
position:relative;
}
}
/*　ヘッダーの色変え　使用するならこちら　*/
.add_color{
	background-color: rgba(0,0,0,0.1);
}
.remove_color{
	background: none!important;
}

/*固定の為のcss*/

header {
padding:10px;
text-align:center;
width:100%;
}
header h1{
	margin-top:3px;
}

.instagram{
	height:30px;
	position:absolute;
	top:25px;
	right:170px;
}

.mail{
	width:6em;
	position:absolute;
	top:35%;
	right:calc( 140px + 6em );
}
.mail a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.mail a:hover{
color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 1024px) {
.mail{
	right: 85px;
	top:30%;
}
.instagram{
	right:6em;
}

header h1{
width:37%;
margin:0.4em auto 0;
overflow:hidden;
}
header h1 a{ text-align:center;
}
header h1 a img{
	margin:auto;
}

.instagram{
	width:30px;
	position:absolute;
	top:28%;
	right:2.5em;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
}



@media screen and (max-width: 1024px) {
header h1{
	margin-right:40%;
}
}

@media only screen and (max-width:480px){
header h1{
	margin-right:47%;
}
.instagram{
	right:20px;
}
.mail{
right: 66px;
}
}





section{
max-width:1134px;
width:96%;
margin:50px auto 40px;
position:relative;
/*overflow:hidden;*/
}

@media screen and (max-width: 1157px) {
section{
width:90%;
margin:30px auto;
}
}



/* --------------------------------------------------- */
/* メイン画像  */
/* --------------------------------------------------- */

.main{
	height:30em;
	width:100%;
	background-size:cover auto; 
	background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main h2{
text-align:center;
color:#fff;
font-family: "Noto Sans JP", sans-serif;
/*font-family: "M PLUS Rounded 1c", sans-serif;*/
font-style: normal;
font-size:2.5em;
height: 2em;
font-weight: 400;
letter-spacing:.1em;/*文字間隔を広く*/
text-indent:.15em;/*最後に足された間隔分文字下げ*/
/* text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8) 文字下に影　*/
}
.main h2 span{
/*letter-spacing:0;
text-indent:0;*/
display: block;
font: 15px/1.7  "Noto Sans JP", "メイリオ", Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}



@media only screen and (max-width:480px){
.main{height: 280px;
}
.main h2{
font-size:2em;	
line-height: 1.1em;
letter-spacing:.05em;/*文字間隔を広く*/
}
.main h2 span{
margin-top: 7px;
}
}

/* --------------------------------------------------- */
/* メイン画像下文字  */
/* --------------------------------------------------- */

@media screen and (max-width: 1024px) {
.maintxt div.ta_c p.weight500 {
text-align:left;
}
}

@media only screen and (max-width:480px){
.maintxt h2{
	font-size:1.6em;
}

}

/* --------------------------------------------------- */
/* パンくず https://note.com/yoshikikojima/n/n0b1c8c654e0b 参考 */
/* --------------------------------------------------- */

.breadcrumb{
 margin-top:-1.2em;
}

.breadcrumb ul,
.breadcrumb li{
 margin: 0;
 padding: 0;
}

.breadcrumb a{
 color: #00B3FF;
 text-decoration: none;
}

.breadcrumb a:hover{
 color: #00B3FF;
}

.breadcrumb ul{
display: flex;
flex-wrap: wrap;
max-width:1134px;
width:100%;
margin: auto;
margin-top: 15px;
}

.breadcrumb li{
width: auto;
display: inline-block;
list-style: none;
font-size: 11px;
height: 30px;
margin-right: 24px;
position: relative;
}
.breadcrumb li a:after{
content: '';
width: 6px;
height: 6px;
border: 0;
border-top: solid 1px #9a9a9a;
border-right: solid 1px #9a9a9a;
transform: rotate(45deg);
position: absolute;
top: 6px;
right: -12px;
margin: auto;
}

.breadcrumb li sup{
display: inline-block!important;
margin-top: -5px;
height: 1em;
}


.active a{
 color: #333;
}

@media screen and (max-width: 1024px) {
.breadcrumb{
	margin-left:10px;
	margin-right:10px;
}
.breadcrumb ul{
max-width:100%;
width:100%;
}
}
@media screen and (max-width: 800px) {
.breadcrumb li{
margin-right: 14px;
height: 20px;
}
.breadcrumb a {
}
.breadcrumb li a:after{
right: -9px;
}
}

/* --------------------------------------------------- */
/* TTL タイトル  */
/* --------------------------------------------------- */

.ttl{
width:1300px;
height:368px;
margin:auto;
position:relative;
}
.ttl div{
text-align:center;
width:700px;
position:absolute;
top: 60px;
right: 0px;
}




.ttl01{
text-align:center;
font-weight:bold;
font-size:1.4em;
margin:3em auto 2em;
padding-bottom:20px;
position: relative;
}
.ttl01::after {
  content: '';
  width: 500px;
  height: 1px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 250px)
}

.ttl02{
text-align:center;
font-size:1.3em;
margin:4em auto 0.5em;
padding-bottom:30px;
}

.ttl03{
text-align:center;
font-size:1.2em;
margin:2em auto 0.5em;
padding-bottom:30px;
}

@media screen and (max-width: 1024px) {
.ttl{
width:100%;
padding:0;
height:auto;
padding-bottom:200px;
}
.ttl div{
text-align:center;
width:90%;
margin:20px auto;
position:relative;
top: 0px;
right: 0px;
}

}




/* --------------------------------------------------- */
/* footer */
/* --------------------------------------------------- */
footer{
	background:#042125;
	padding:20px;
	margin-top:10em;
}

footer div{
width:1134px;
margin:auto;
}


table.tbl_footer{
color:#fff;
font-size:90%;
width:100%;
text-align:left;
border-collapse: separate;
border-spacing:15px 5px;
}
.tbl_footer th,
.tbl_footer td{
	padding:0 5px 5px;
	font-weight:normal;
	text-align:left;
}
.tbl_footer td{
	width:25%;
}

.tbl_footer td a{
	color:#fff;
}

.tbl_footer td a:hover{
	color: #ffff00;
}

.tbl_footer th{
	border-bottom: solid 1px #d1d1d1;
}

.tbl_footer ul li{
	background: url(../imgs/icon01b.png) no-repeat 0em 0.3em;
	padding-left: 15px;
	font-size:90%;
	margin-top:5px;
}

.footer_b{
margin-top: 30px;
color: #fff;
font-size: 11px;
font-weight: 300;
}

@media screen and (max-width: 1024px) {
footer div{
width:90%;
margin-top:2em;
}
}


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

footer{
	padding:0 10px;
	margin-top:2em;
overflow: hidden;
}
footer div{
width:100%;
margin-bottom: 2em;
padding-left: 5px;
}
.tbl_footer { margin: 0 -10px -15px; }

.tbl_footer p{
	margin-top:10px;
}


table.tbl_footer{
font-size:85%;
width:14em;
float: left;
}
table.tbl_footer:nth-of-type(2){
float: right;
margin-bottom:8px;
width: calc( 100% - 12.5em);
}

footer table.tbl_footer:nth-of-type(2) td,
.tbl_footer th,
.tbl_footer td{
width: 100%;
display: block;
border-top: none;
padding:0 2px 2px;
}

.tbl_footer th{
	display:none;
}

.tbl_footer .pc{
display: none;
}
.tbl_footer .smp{
display: inline-block;
}

.footer_b{
clear: both;
padding-top: 10px;
}
.tbl_footer ul li{
	font-size:100%;
	margin-top:20px;
}
.tbl_footer td a{
display: block;
}
}










/* --------------------------------------------------- */
/* page-top  */
/* --------------------------------------------------- */

#page-top {
position: fixed;
bottom: 20px;
right: 20px;
width:73px;
height:73px;
z-index:20;
}

@media only screen and (max-width:480px){
#page-top{
bottom: 2px;
right: 10px;
}
}

/* --------------------------------------------------- */
/* support */
/* --------------------------------------------------- */



/* ----リンク拡張子毎にアイコンを変える----------------------------------------------- */


a[href$=".xls"], a[href$=".xlsx"] {
  display: inline-block;
  padding-right: 20px;
  background: url(../imgs/icon_xls.png) no-repeat right center;
}

a[href$=".pdf"] {
  display: inline-block;
  padding-right: 20px;
  background: url(../imgs/icon_pdf.png) no-repeat right center;
}

a[href$=".zip"] {
  display: inline-block;
  padding-right: 20px;
  background: url(../imgs/icon_zip.png) no-repeat right center;
}
/*
a[href$=".jpg"] {
  display: inline-block;
  padding-right: 25px;
  background: url(../imgs/icon_jpg.png) no-repeat right center;
}
*/









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

a div:hover{
background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
}




/* --------------------------------------------------- */
/* google font */
/* --------------------------------------------------- */
.m-plus-rounded-1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
/*.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}*/

/*　明朝体　*/
.shippori-mincho{
font-family: "Shippori Mincho", serif;
}


/* --------------------------------------------------- */
/* font */
/* --------------------------------------------------- */


strong {
font-weight: bold;
}

.bold{ font-weight:bold;}
.normal{ font-weight:normal;}
.lighter{font-weight:lighter;}
.weight300{font-weight:300;}
.weight400{font-weight:400;}
.weight500{font-weight:500;}
.weight600{font-weight:600;}
.weight700{font-weight:700;}
.weight800{font-weight:800;}
.weight900{font-weight:900;}

.f80{ font-size:80%;}
.f90{ font-size:90%;}
.f110{ font-size:110%;}
.f120{ font-size:120%;}
.f130{ font-size:130%;}
.f140{ font-size:140%;}
.f150{ font-size:150%;}
.f160{ font-size:160%;}
.f170{ font-size:170%;}
.f180{ font-size:180%;}
.f200{ font-size:200%;}
.f230{ font-size:230%;}
.f230{ font-size:230%;}
.f240{ font-size:240%;}
.f250{ font-size:250%;}
.f260{ font-size:260%;}
.f270{ font-size:270%;}
.f280{ font-size:280%;}
.f290{ font-size:290%;}
.f300{ font-size:300%;}

.tlh11{ line-height:1.1em}




.c_red{color:#F00;}
.c_white{ color:#fff;}

.bg_gray{ background-color:#ccc;}
.bg_dgray{ background-color:#808080;}


/* --------------------------------------------------- */
/* リスト */
/* --------------------------------------------------- */

ul.ul01 li {
position: relative;
padding-left: 15px;
margin-bottom: 5px;
}

ul.ul01 li::before {
content: '';
width: 5px;
height: 5px;
background: #999;
border-radius: 50%;
position: absolute;
top: 0.75em;
left: 0;
margin: auto;
}

/* --------------------------------------------------- */
/* clearfix */
/* --------------------------------------------------- */
.cl:before,
.cl:after {
content: " ";
display: table;
}
.cl:after {
clear: both;
}
.cl {
*zoom: 1;
}

.fl{ float:left;}
.fr{ float:right;}

.pc{ display:inline-block;}
.smp{display:none;}
@media screen and (max-width: 480px) {
.pc{ display:none;}
.smp{display:inline-block;}

.fl,
.fr{ float:none;}
}








/*----------------------*/
/*		位置	 		*/
/*----------------------*/

.p00 {padding: 0px!important;}
.p05 {padding: 5px;}
.p10 {padding: 10px;}
.p20 {padding: 20px;}
.p0510 {padding: 5px 10px;}

.pl05 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}

.pt05 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}

.pb05 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}

.m00 {margin:0px!important;}
.m0auto{margin: 0px auto!important;}
.mt00 {margin-top:0px;}
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px!important;}
.mt100 {margin-top:100px!important;}

.mb00 {margin-bottom:0px;}
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb60 {margin-bottom:60px;}
.mb100 {margin-bottom:100px;}
.m30-0{margin:30px 0;}

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

.mr05 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}

.va_b{vertical-align: bottom;}
.va_t{vertical-align: top;}
.va_m{vertical-align:middle;}

.ta_c{ text-align:center;}
.ta_l{ text-align:left;}
.ta_r{ text-align:right!important;}

.ti_1{
  text-indent: -1em;
  padding-left: 1em;
}

/*（R）のところ*/
.sup{
font-size: 50%;
vertical-align: super;
}
