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

body {
	color: #802921;
	font-size: 18px;
	line-height: 1.8em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: relative;
	/*letter-spacing: 1px;*/
}

/*秀英丸ゴLight*/
.f_ShueiMGoStd_L {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
} 
/*秀英丸ゴBold*/
.f_ShueiMGoStd_B {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.img_responsive {
	display: inline-block;
	max-width: 100%;
}

a:hover img {
	opacity: 0.75;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	body {
		font-size: 90%;
		line-height: 1.6em;
	}
}



/*--------------------------------------------
header
--------------------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	background: #FFF;
}
header .flL {
	width: 26%;
}
header .flL a {
	display: block;
	padding: 10px;
}
header .contactlink {
	float: right;
	width: 12%;
	margin: 0 15px -30px;
}
header .tel {
	text-align: right;
	margin-right: 1em;
	margin-top: 5px;
}
@media screen and (max-width: 780px) {
	header .contactlink {
	}
}

#nav-input {
    display: none;
}

#nav-content {
    padding-bottom: 1em;
}
.header-nav-list ul {
    display: flex;
    margin: 0 auto;
	border-top: 1px dashed #290078;
	border-bottom: 1px dashed #290078;
	padding: 0.75em 0;
}
.header-nav-list ul li{
    text-align: center;
}
.header-nav-list ul li a {
    color: #333;
	font-weight: 600;
    display: block;
	font-size: 19px;
	letter-spacing: 0.5px;
	padding: 0 0.85em;
	border-right: 1px dashed #290078;
	 line-height: 1.2em;
}
.header-nav-list ul li a span {
	font-size: 17px;
	color: #80002e;
	display: block;
	letter-spacing: 1px;
}
.header-nav-list ul li a:hover,
.header-nav-list ul li a:hover span{
	color: #290078;
}
.header-nav-list ul li a.noborder {
	border-right: none;
}


@media screen and (max-width: 780px) {
    header .flL{
        width: 220px;
    }
    header .tel,
	header .contactlink{
        display: none;
    }
}


@media screen and (max-width: 780px) {
.header-nav-list ul {
    display: block;
    padding: 0 1em 1em;
	border: 0;
}
.header-nav-list ul li {
	text-align: left;
    width: 100%;
	margin: 0 0 10px;
	border-bottom: 2px dashed #290078;
}
.header-nav-list ul li:nth-of-type(4) {
	border: 0;
}

.header-nav-list ul li a {
    padding: 0.75em;
	border: 0;
}
.header-nav-list ul li a span {
	display: inline-block;
	padding-left: 0.5em;
}

.header-nav-list ul .menu_contact,
.header-nav-list ul .menu_tel{
	border: 0;
}
.header-nav-list ul .menu_contact a {
    background: url(../img/bg_cssbtn.png) no-repeat left bottom,#80002e;
	border: 3px solid #b83d44;
	border-radius: 40px;
    color: #FFF;
	text-align: center;
	padding: 1em;
	margin-bottom: 15px;
}
/*.header-nav-list ul .menu_contact a:before {
    content: "";
    background: url(../../img/ico_header.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}*/
.header-nav-list ul .menu_tel a {
    padding: 0;
}

  #nav-drawer {
  position: fixed;
  right: 10px;
  top: 10px;
  text-align: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 10px;
  vertical-align: middle;
}
#nav-open:after {
	content: "menu";
	display: block;
	font-size: 11px;
	margin-top: 25px;
	text-align: center;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 5px;
  background: #80002e;
  display: block;
  content: '';
  cursor: pointer;
  transition: .5s ease-in-out;/*滑らかに表示*/
}
#nav-open span:before {
  bottom: -10px;
  transition: .5s ease-in-out;/*滑らかに表示*/
}
#nav-open span:after {
  bottom: -20px;
  transition: .5s ease-in-out;/*滑らかに表示*/
}

/*ハンバーガーアイコン（閉じる）*/
#nav-input:checked ~ #nav-open span {
    height: 0;
}
#nav-input:checked ~ #nav-open span:before {
 transform: rotate(-45deg);
 bottom: -12px;
 transition: .5s ease-in-out;/*滑らかに表示*/
}
#nav-input:checked ~ #nav-open span:after {
  transform: rotate(45deg);
  bottom: -12px;
  transition: .5s ease-in-out;/*滑らかに表示*/
}
/*ハンバーガーアイコン（閉じる）*/

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    text-align: left;
  overflow: auto;
  position: fixed;
  top: 65px;
  /*top: 0;*/
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 100%;
  max-width: 100%;/*最大幅（調整してください）*/
 /* height: calc(100% - 40px);*/
 height: auto;
  /*height: 90%;*/
  background: #FFF;/*背景色*/
  transition: .5s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);/*中身を表示（右へスライド）*/
  box-shadow: 0 6px 25px rgba(0,0,0,.15);
}

}


/*--------------------------------------------
breadcrumbList
--------------------------------------------*/
/*#breadcrumbList {
    margin-bottom: 2em;
}
#breadcrumbList li {
    display: inline-block;
    color: #005ba4;
    font-weight: 700;
}
#breadcrumbList li a {
    text-decoration: underline;
    font-weight: 500;
    color: #666;
}
#breadcrumbList li:after {
    content: ">";
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 500;
}
#breadcrumbList li:last-child:after {
    content: none;
}

@media screen and (max-width: 780px) {
    #breadcrumbList {
        padding: 0 10px;
    }
}*/

/*--------------------------------------------
inner・section
--------------------------------------------*/
#content {
    margin-top: 150px;
}
.bg_section {
	background: url("../img/bg_content.jpg") repeat;
	padding: 3em 0 200px;
}

.section1100 {
    max-width: 1100px;
	box-sizing: border-box;
	padding: 3em 0;
	margin: 0 auto;
}
.section1100_bg {
    max-width: 1100px;
	box-sizing: border-box;
	background: #FFF;
	margin: 0 auto;
	padding: 50px 0;
	border-radius: 20px;
}

.inner1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.inner1050 {
	max-width: 1050px;
	margin: 0 auto;
}

.col-2 {
    display: flex;
}
.col-2 li {
    width: calc((100% - 20px) / 2);
}
.col-2 li:first-child {
    margin-right: 20px;
}

.col-3 {
    display: flex;
    flex-wrap: wrap;
}
.col-3 li {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}
.col-3 li:nth-child(3n) {
    margin-right: 0;
}

.col-5 {
    display: flex;
    flex-wrap: wrap;
}
.col-5 li {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
}
.col-5 li:nth-child(5n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #content {
        margin-top: 70px;
    }
	.bg_section {
		padding: 12px 12px 200px;
	}
    
    .inner1000,
	.inner1050 {
		padding: 0 15px 10px;
	}
    
    .col-2,
    .col-3 {
        display: block;
    }
	.col-2 li {
		width: 100%;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------
h1_h6
--------------------------------------------*/

.h3_page {
	text-align: center;
	margin-bottom: 0.5em;
}
.h3_page.first {
	margin-top: -100px;
	margin-bottom: 0;
}

.h4_page {
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 0.65em;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4em;
}
.h4_page span {
	border-bottom: 4px dotted #80002e;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	.h3_page.first {
		margin-top: -20px;
	}
	.h4_page {
		font-size: 20px;
		letter-spacing: 2px;
	}
}

/*--------------------------------------------
btn
--------------------------------------------*/
.cssbtn1 {
	background: url("../img/bg_cssbtn.png")no-repeat left bottom,#80002e;
	font-size: 24px;
	font-weight: 600;
	padding: 0.85em 3em;
	border: 3px solid #b83d44;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 1em auto 2em;
}
.cssbtn1:hover {
	background: url("../img/bg_cssbtn.png") no-repeat left bottom,#290078;
	border: 3px solid #FFF;
}

.cssbtn2 {
	background:#80002e;
	font-size: 24px;
	font-weight: 600;
	padding: 0.85em 3em;
	border: 3px solid #b83d44;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 1em auto 2em;
}

.cssbtn3 {
	background: url("../img/bg_cssbtn02.png")no-repeat left bottom,#80002e;
	font-size: 24px;
	font-weight: 600;
	padding: 0.85em 3em;
	border: 3px solid #b83d44;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 1em auto 2em;
}
.cssbtn3:hover {
	background: url("../img/bg_cssbtn02.png") no-repeat left bottom,#290078;
	border: 3px solid #FFF;
}

.cssbtn4 {
	background:#290078;
	font-size: 24px;
	font-weight: 600;
	padding: 0.75em 3em;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 1em auto 2em;
}
.cssbtn4:hover {
	background: #5B4897;
}

@media screen and (max-width: 780px) {
	.cssbtn1,
	.cssbtn3,
	.cssbtn4{
		font-size:18px;
		padding-left: 2em;
		padding-right: 2em;
	}
}


/*--------------------------------------------
table
--------------------------------------------*/
.table01 {
	border-top: 4px dotted #290078;
    border-collapse: collapse;
    background: #FFF;
    width: 100%;
}
.table01 th {
    border-bottom: 4px dotted #290078;
    border-collapse: collapse;
    color: #80002e;
    padding: 0.75em 1em;
	text-align: right;
	font-weight: 600;
	font-size: 21px;
	vertical-align: middle;
}
.table01 td {
    border-bottom: 4px dotted #290078;
    border-collapse: collapse;
    padding: 0.75em 1em;
	font-size: 19px;
	vertical-align: middle;
}

@media screen and (max-width: 780px) {
	.table01 th,
	.table01 td {
	font-size: 100%;
	}
	.table_responsive th,
	.table_responsive td{
		display: block;
		width: 100%;
		text-align: left;
	}
}




/*--------------------------------------------
footer
--------------------------------------------*/
footer {
	width: 100%;
    font-weight: 600;
    font-size: 120%;
    line-height: 1.6em;
	text-align: center;
	letter-spacing: 1px;
	margin-top: -200px;
}
.footer_inner {
	background: url("../img/bg_footer.png") no-repeat center bottom,#e2ecff;
	background-size: cover;
	padding-bottom: 300px;
}

.footerlogo {
	margin-bottom: 2em;
}
footer .cssbtn1 {
	margin: 2em 0;
}

.sitemap li {
    display: inline-block;
}
.sitemap li a {
    padding: 0 1.5em;
    color: #802921;
    border-right: 1px solid #802921;
}
.sitemap li a:hover {
    color: #290066;
}
.sitemap li:last-child a {
    border-right: 0;
}

.copyright {
	text-align: center;
	padding: 0.75em 1em;
	background: #808c00;
	color: #FFF;
}

@media screen and (max-width: 780px) {
    footer {
		margin-top: -150px;
    }
	.footerlogo {
		width: 260px;
		margin: 0 auto 1em;
	}
	
	footer .cssbtn1 {
		padding: 0.85em 1.5em;
}
	
    .sitemap {
        font-size: 80%;
    }
    .sitemap li a {
        padding: 0 10px;
    }
	
	.copyright {
		font-size: 80%;
		letter-spacing: 0;
	}
}


/*--------------------------------------------
pagetop
--------------------------------------------*/

/*#pagetop{
	position:fixed;
	right: 20px;
	bottom:-35px;
	cursor:pointer;
}

@media screen and (max-width: 768px) {
	#pagetop {
		right: 5px;
	}
	#pagetop img {
		width: 100px;
	}
}*/