@charset "utf-8";
/* CSS Document */
:root {
  --zenmaru: "Zen Maru Gothic", serif;
  --zenkaku: "Zen Kaku Gothic New", sans-serif;
  --main-color: #9b042c;
  --sub-color: #e0bac4;
}
h1,h2,h3,h4,h5 {
	font-family: var(--zenkaku);
	font-weight: 700;
}
html {
  background-color: #F4F3EF;
}
body {
  line-height: 1.6;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
  color: #614a3f;
}
body.not_scroll {
  height: 100%;
  overflow: hidden;
}

body#second, body#features {
  background-image: url("../images/secondBg_sp.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  body#second, body#features {
    background-size: 100% auto;
  }
}
@media (min-width: 751px) {
  body#second {
    background-image: url("../images/secondBg.jpg");
  }
  body#features {
    background-image: url("../features/img/secondBg.jpg");
  }
}
#header {
  display: flex;
  justify-content: space-between;
  font-family: var(--zenkaku);
  font-weight: 500;
	background-color: rgba(255,255,255,0.9);
}
@media (max-width: 750px) {
  #header .pcNavi {
    display: none;
  }
  #header {
    height: 80px;
    padding: 8px;
  }
  #header .logo {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
  }
  #header .logo a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header .spNavi .openbtn {
    z-index: 999999; /*ボタンを最前面に*/
    position: fixed;
    top: 10px;
    right: 0px;
    cursor: pointer;
    width: 85px;
    height: 58px;
    background-color: #FFF;
		display: block;
  }
  #header .spNavi .openbtn.active {
    box-shadow: none;
    background-color: var(--main-color);
  }
  #header .spNavi .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 28px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--main-color);
    width: 38%;
  }
  #header .spNavi .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .spNavi .openbtn span:nth-of-type(2) {
    top: 26px;
    background-color: #1d369a;
  }
  #header .spNavi .openbtn span:nth-of-type(3) {
    top: 37px;
  }
  #header .spNavi .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
    background: #FFF;
  }
  #header .spNavi .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .spNavi .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 24px;
    transform: translateY(-6px) rotate(45deg);
    width: 46%;
    background: #1d369a;
  }
  #header .spNavi #g-nav {
		display: none;
    position: fixed;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: var(--main-color);
		color: #FFF;
    transition: all 0.3s;
  }
  #header .spNavi #g-nav.panelactive {
    opacity: 1;
    z-index: 9998;
    display: block !important;
		overflow-y: scroll;
  }
  #header .spNavi #g-nav.panelactive .spMenu {
    padding: 15px;
		color: #FFF;
  }
  #header .spNavi #g-nav.panelactive .spMenu a {
		color: #FFF;
  }
	#header .spNavi #g-nav.panelactive .spMenu .home {
	width: 30vw;
    padding: 0.5em 1em;
  }
  #header .spNavi .spMenu .nestNavi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
		margin-bottom: 15px;
  }
  #header .spNavi .spMenu .nestNavi > div {
    background-color: #ac244f;
    flex-basis: calc(50% - 4px);
  }
  #header .spNavi .spMenu .nestNavi .nest {
    padding: 8px;
  }
  #header .spNavi .spMenu .nestNavi .nest span.midashi,
  #header .spNavi .spMenu .nestNavi .nest a.midashi {
		display: flex;
		flex-direction: column;
		align-items: center;
    border-bottom: 3px dotted #FFF;
		padding-block: 8px;
		margin-bottom: 8px;
  }
  #header .spNavi .spMenu .nestNavi .nest a.midashi::before {
		display: block;
  }
  #header .spNavi .spMenu .nestNavi .nest.nest02 a.midashi::before {
    content: url("../images/ico_nest02_n.png");
  }
  #header .spNavi .spMenu .nestNavi .nest.nest03 a.midashi::before {
    content: url("../images/ico_nest03_n.png");
  }
  #header .spNavi .spMenu .nestNavi .nest.nest04 a.midashi::before {
    content: url("../images/ico_nest04_n.png");
  }
  #header .spNavi .spMenu .nestNavi .nest.nest05 a.midashi::before,
  #header .spNavi .spMenu .nestNavi .nest.nest05 span.midashi::before {
    content: url("../images/ico_nest05_n.png");
  }
  #header .spNavi .spMenu .nestNavi .nest01 {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
  }
  #header .spNavi .spMenu .nestNavi .nest00 a {
    flex-grow: 2;
    display: flex;
    align-items: center;
    position: relative;
		height: 60px;
		padding-left: 60px;
  }
  #header .spNavi .spMenu .nestNavi .nest00 a::before {
    content: url("../images/ico_nest01_n.png");
		width: 20px;
		height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
  }
  #header .spNavi .spMenu .nestNavi .nest00.nest01 a::before {
    content: url("../images/ico_nest01_n.png");
  }
  #header .spNavi .spMenu .nestNavi .nest00.nest06 a::before {
    content: url("../images/ico_nest06_n.png");
    left: 15px;
  }
  #header .spNavi .spMenu .nestNavi .nest00.nest07 a::before {
    content: url("../images/ico_nest07_n.png");
    left: 15px;
  }
  #header .spNavi .spMenu .nestNavi .nest00.nest01 a span {
		display: block;
    font-size: 80%;
    margin-left: 1em;
		padding-block: 0.67em;
    padding-left: 1em;
    border-left: 3px dotted #FFF;
  }
  #header .spNavi .spMenu .nestNavi > div ul {
		margin-inline:  0.5em;
		font-size: 80%;
  }
  #header .spNavi .spMenu .nestNavi > div ul li a {
		display: block;
		padding-block: 0.5em;
  }
  #header .spNavi .spMenu .imgNav {
		margin-block: 15px;
		display: flex;
		align-items: center;
		gap: 8px;
  }
  #header .spNavi .spMenu .imgNav li {
		flex-basis: 10%;
  }
  #header .spNavi .spMenu .imgNav li.mail {
		margin-right: auto;
		flex-basis: 70%;
		text-align: center;
  }
  #header .spNavi .spMenu .imgNav li.mail a {
		display: block;
		background-color: #FFF;
		background-image: url("../images/ico_mail_n.png");
		background-repeat: no-repeat;
		background-position: left 25px center;
		background-size: auto 33.3%;
		padding: 15px 8px;
		border-radius: 999px;
		font-size: 80%;
	}
  #header .spNavi #g-nav.panelactive .spMenu .imgNav li.mail a {
		color: #000;
  }
  #header .spNavi .spMenu .txtNav li a {
		display: block;
		color: #FFF;
  }
}
@media (min-width: 751px) {
  #header {
    padding: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
  }
  #header .logo {
    flex-basis: 310px;
    display: flex;
    flex-direction: column;
  }
  #header .logo a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header .pcNavi {
    padding: 8px 15px;
    display: flex;
    justify-content: center;
  }
  #header .pcNavi > ul {
    border-radius: 999px;
    display: flex;
  }
  #header .pcNavi > ul > li {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    font-size: 18px;
  }
	#header .pcNavi > ul > li > span,
  #header .pcNavi > ul > li > a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.8em;
    color: #000;
  }
	#header .pcNavi > ul > li > span {
		/*color: inherit;*/
}
  #header .pcNavi > ul > li > span:hover,
  #header .pcNavi > ul > li > a:hover {
		color: #FFF;
  }
  #header .pcNavi ul.gNavi li:hover, #header .pcNavi ul.gNavi li.has-child:focus-within {
    background-color: var(--main-color);
		color: #FFF;
  }
  #header .pcNavi ul.gNavi li:hover a, #header .pcNavi ul.gNavi li.has-child:focus-within a {
		color: #FFF; 
  }
  #header .pcNavi ul.gNavi li.has-child {
    position: relative;
  }
  #header .pcNavi ul.gNavi li.has-child ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 45px;
  }
  #header .pcNavi ul.gNavi li.has-child:hover > ul.active {
    display: block;
    z-index: 99999;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
		color: #FFF;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  #header .pcNavi ul.gNavi li.has-child > ul.active li a {
    display: block;
    padding: 0.6em 1.5em;
    white-space: nowrap;
  }
  #header .pcNavi ul.gNavi li.has-child > ul.gNavi.active li a:hover {
    background-color: rgba(55, 55, 55, .1);
		color: #FFF;
  }
  #header .pcNavi > ul.sns > li > a:hover {
		opacity: 0.8;
  }
  #header .spNavi {
    display: none;
  }
}
#footer {
  background-color: #F4F3EF;
  padding: 50px 30px 0;
}
#footer .footWrap {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
#footer .footWrap .footConts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
#footer .footWrap .footConts .footContact {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
}
#footer .footWrap .footConts .footContact a {
  display: block;
  width: 100%;
  background-color: var(--main-color);
  color: #FFF;
  padding: 1em;
	text-align: center;
}
#footer .footWrap .footLogo .copy {
  font-size: 12px;
}
#footer .note{
    padding : 1em;
    font-size: 0.8em;
}
@media (max-width: 750px) {
  #footer {
    padding-bottom: 80px;
  }
  #footer .footWrap {
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
  #footer .footWrap .footConts .footContact {
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  #footer .footWrap .footConts .footContact .txt h3 {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .footWrap .footConts .footSns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  #footer .footWrap .footConts .footSns li a img {
    filter: grayscale(1);
  }
  #footer .footWrap .footConts .footLink {
    display: none;
  }
  #footer .footWrap .footLogo {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  #footer .footWrap .footLogo .logo {
    flex-basis: calc(35% - 15px);
  }
  #footer .footWrap .footLogo .addr {
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 12px;
  }
  #footer .footWrap .footLogo .addr .map a {
    display: block;
    width: 100%;
    background-color: var(--main-color);
    color: #FFF;
    padding: 1em 0;
    text-align: center;
  }
  #footer .footWrap .footLogo .copy {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (min-width: 751px) {
  #footer .footWrap {
    flex-direction: row;
		gap: 10px;
    max-width: 1400px;
    margin: 0 auto 1em;
  }
  #footer .footWrap .footLogo .map a {
		display: block;
		padding: 1em 1em 1em 2em;
		background-image: url("../images/ico_map.png");
		background-repeat: no-repeat;
		background-position: 0 center;
  }
  #footer .footWrap .footConts {
    flex-basis: calc(100% - 310px);
    align-self: flex-end;
  }
  #footer .footWrap .footConts .footContact {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 30px;
  }
  #footer .footWrap .footConts .footContact .txt {
    flex-basis: 70%;
  }
  #footer .footWrap .footConts .footContact .txt h3 {
    color: var(--main-color);
  }
  #footer .footWrap .footConts .footContact a {
    flex-basis: 30%;
  }
  #footer .footWrap .footConts .footSns {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
  #footer .footWrap .footConts .footLink {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 15px;
  }
  #footer .footWrap .footConts .footLink a {
    display: block;
		padding-block: 4px;
  }
  #footer .footWrap .footConts .footLink a:hover {
		background-color: rgba(55,55,55,.02);
  }
  #footer .footWrap .footConts .footLink ul li a::before {
		content: "-";
		padding-right: 0.2em;
  }
  #footer .footWrap .copyright {
    width: 100%;
    flex-basis: 100%;
  }
	#footer .note{
	text-align: right;
    padding-bottom: 1em;
    font-size: 0.8em;
}
}
@media (min-width: 1400px) {
  #footer .footWrap .footConts {
    padding-left: 80px;
  }
}
.fix_nav {
  position: fixed;
}
.fix_nav > li {
  display: flex;
  flex-direction: column;
}
.fix_nav > li a {
  flex-grow: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
	gap: 2px;
  background-color: var(--main-color);
	color: #FFF;
}
.fix_nav > li a p {
	line-height: 1.1;
	text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fix_nav > li a p.img {
}
@media (max-width: 750px) {
  .fix_nav {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 80px;
		z-index: 9;
  }
  .fix_nav > li + li {
		border-left: 1px solid #FFF;
  }
  .fix_nav > li {
    flex-basis: 25%;
    background-color: var(--main-color);
  }
  .fix_nav > li a p {
		font-size: calc(25vw / 10);
  }
  .fix_nav > li a p.img {
		flex-basis: 75%;
		justify-content: center;
		padding: 8px;
  }
  .fix_nav > li a p.img img {
		width: 35%;
  }
  .fix_nav > li.fix_koguma a p.img img {
		width: 55%;
  }
  .fix_nav > li a p br {
		display: none;
	}
}
@media (min-width: 751px) {
  .fix_nav {
    top: 120px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 998;
  }
  .fix_nav > li {
    width: 120px;
    flex-basis: 120px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: -3px 3px 5px rgba(55, 55, 55, .2);
  }
  .fix_nav > li:hover {
    opacity: 0.8;
  }
  .fix_nav > li a p {
		font-size: 80%;
  }
  .fix_nav > li a p.img {
		flex-basis: 65%;
		padding: 15px 0 8px;
  }
  .fix_nav > li.fix_koguma a p.img  {
		flex-basis: 60%;
  }
  .fix_nav > li.fix_event a p.img {
		flex-basis: 63%;
  }
}
/***セカンド共通****/
#main {}
.sample {
  width: 100%;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  #main {
    padding-top: 100px;
  }
}
#main .container {
  max-width: 1400px;
  width: 95vw;
  margin-inline: auto;
	padding-bottom: 50px;
}
@media (max-width: 750px) {
  #main .container {
	  width: 92vw;
  }
}
@media (min-width: 751px) {
  #main .container {
  }
}
#main .contsTtl {
  max-width: 1400px;
  width: 95vw;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: var(--zenkaku);
  font-weight: 500;
}
#main .contsTtl h1 {
  min-width: 6em;
  border-bottom: 4px dotted #AF794E;
  padding-block: 0.67em;
  padding-right: 1em;
  margin: 0;
}
#main .contsTtl .subTtl {
  color: #5a5a5a;
  padding-top: 0.67em;
}
@media (max-width: 750px) {
  #main .contsTtl {
    height: 140px;
  }
  #main .contsTtl h1 {
    font-size: 20px;
  }
  #main .contsTtl .subTtl {
    font-size: 12px;
  }
}
@media (min-width: 751px) {
  #main .contsTtl {
    width: 95vw;
    height: 180px;
    margin-bottom: 100px;
  }
  .features #main .contsTtl {
    height: 250px;
    margin-bottom: 0;
  }
}
#main section {
	margin-top: -50px;
	padding-top: 50px;
	margin-bottom: 50px;
	min-height: 200px;
}
#main section h2.headline_border {
	font-family: var(--zenkaku);
  position: relative;
  padding: 1.5rem;
  text-align: center;
	margin-bottom: 2em;
}
#main section h2.headline_border:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  content: '';
  background-color: var(--main-color);
}
#main section .link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#main section .link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#main section .link a {
	background-color: var(--main-color);
	padding: 1em 1.5em;
	border-radius: 15px;
	font-weight: bold;
	color: #FFF;
}
#main section .link a.ico_pdf {
	background-image: url("../images/ico_pdf.png");
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: right 8px center;
}

@media (max-width: 750px) {
#main section h2.headline_border {
		font-size: 20px;
}
#main section h2.headline_border:before {
  width: 100px;
  height: 6px;
}
#main section .link a {
	width: 100%;
}
}
@media (min-width: 751px) {
#main section {
	margin-top: -100px;
	padding-top: 100px;
	margin-bottom: 100px;
}
#main section h2.headline_border {
		font-size: 36px;
}
#main section h2.headline_border:before {
  width: 100px;
  height: 12px;
}
#main section .link a {
	width: 500px;
}
}
/************************************************************
　pager　.pager
*/
.pager {
	margin-bottom: 10px;
}
.pager .right ul {
	display: flex;
}
.pager .right ul li {
	display: flex;
	flex-direction: column;
}
.pager .right ul li + li {
	padding: 0 1px;
}
.pager .right ul li span {
	padding: 2px 0.5em;
	border: 1px solid #CCC;
	background-color: #EEEEF0;
	color: #999;
	align-self: stretch;
}
.pager .right ul li a {
	display: inline-block;
	padding: 2px 0.5em;
	border: 1px solid #ED7309;
	background-color: #ED7309;
	color: #FFF;
	align-self: stretch;
}
.pager .right ul li a:hover {
	opacity: 0.8;
}
@media (max-width: 750px) {
.pager {
	font-size: 1.1rem;
	text-align: center;
}
.pager .right ul {
	justify-content: center;
}
}
@media (min-width: 751px) {
.pager {
	display: flex;
	justify-content: space-between;
}
.pager .right {
	margin-left: auto;
	}
.pager .right  ul {
	align-self: flex-end;
	justify-content: flex-end;
}
}
/*
　/pager　.pager
************************************************************/
