@charset "utf-8";
/*font*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap');
/*===Setup default===*/

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  background: #fff8dc;
}

body {
  line-height: 1.6;
  height: 100%;
  background: #fff8dc;
}

body, td, th {
  line-height: 1.8;
  color: #333;
  font-family: "Lato", Avenir, Verdana, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 1.6rem;
}

td, th {
  vertical-align: baseline;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  color: #b30033;
  text-decoration: none;
  text-decoration: underline;
}

a:hover {
  color: #935100;
}
/*===clearfix===*/

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

::selection {
  background: #a8d1ff;
  text-shadow: none;
}

::-moz-selection {
  background: #a8d1ff;
  text-shadow: none;
}
/* =============================================================
   共通項目
* ============================================================= */

#wrap_all {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.boxlink {
  cursor: pointer;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.no-pd-bottom {
  padding-bottom: 0 !important;
}

.no-pd-top {
  padding-top: 0 !important;
}

.no-pd-left {
  padding-left: 0 !important;
}

.no-pd-right {
  padding-right: 0 !important;
}

.no-mg-bottom {
  margin-bottom: 0 !important;
}

.no-mg-top {
  margin-top: 0 !important;
}

.no-mg-left {
  margin-left: 0 !important;
}

.no-mg-right {
  margin-right: 0 !important;
}

.no-border {
  border: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-bg {
  background: none !important;
}

.mg-bt5 {
  margin-bottom: 5px !important;
}

.mg-bt10 {
  margin-bottom: 10px !important;
}

.mg-bt15 {
  margin-bottom: 15px !important;
}

.mg-bt20 {
  margin-bottom: 20px !important;
}

.mg-bt25 {
  margin-bottom: 25px !important;
}

.mg-bt30 {
  margin-bottom: 30px !important;
}

.mg-bt35 {
  margin-bottom: 35px !important;
}

.mg-bt40 {
  margin-bottom: 40px !important;
}

.mg-bt50 {
  margin-bottom: 50px !important;
}

.mg-bt55 {
  margin-bottom: 55px !important;
}

.mg-bt60 {
  margin-bottom: 60px !important;
}

.mg-bt65 {
  margin-bottom: 65px !important;
}

.mg-bt70 {
  margin-bottom: 70px !important;
}

.mg-center {
  margin: 0 auto;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.img-circle img {
  border-radius: 100%;
}
/* =============================================================
   buttons
* ============================================================= */

.btn-primary a {
  display: block;
  width: 100%;
  padding: 0 10px;
  background: #b30033;
  border-radius: 8px;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-primary a:hover {
  background: #f1a357;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* =============================================================
   header
* ============================================================= */

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 1px 1px 2px #5c5c5c;
}

.hd_above {
  overflow: hidden;
  display: table;
  width: 100%;
  padding: 5px 0 12px 0;
  f
}

.hd_above h1, .hd_above .hd_dexc {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.3rem;
}

.hd_above .hd_face {
  float: right;
  display: table-cell;
  vertical-align: middle;
}

.hd_face a img {
  width: 30px;
  height: 30px;
}

.hd_grplogonav {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hd_logo {
  width: 286px;
  padding-bottom: 16px;
}

.hd_logo a {
  display: block;
}

.hd_logo a img {
  max-width: 286px;
}

.hd_nav_wrap {
  padding: 8px 0 0 0;
  max-width: 680px;
}

.hd_menu {
  display: flex;
}

.hd_menu li {
  padding: 0 5px;
  width: 100%;
  position: relative;
}

.hd_menu li a {
  display: block;
  color: #330000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  transition: opacity .3s;
  padding-bottom: 16px;
}

.hd_menu li a:hover {
  opacity: .7;
}

.hd_menu li .main_img {
  width: 100%;
  /*height: 100%;*/
  border-radius: 10px;
  display: block;
  aspect-ratio: 4 / 2;
  object-fit: cover;
  margin-bottom: 5px;
}
/*.hd_menu li { position:relative; display:table-cell; vertical-align:middle; text-align:center; background-image: transparent; transition: all 0.3s; }
.hd_menu li:hover { background:url(../images/common/nav_bg.png) center center no-repeat; background-image: transparent; transition: all 0.3s; }
.hd_menu li.active{ background:url(../images/common/nav_bg.png) center center no-repeat;}
.hd_menu li.hd_naxex:hover { background:url(../images/common/nav_bg2.png) center center no-repeat; background-image: transparent; transition: all 0.3s; }
.hd_menu li.activex{ background:url(../images/common/nav_bg2.png) center center no-repeat;}
.hd_menu li a { display:table-cell; vertical-align:middle; width:134px; height:60px; color:#330000; font-weight:bold;text-decoration:none;}*/

.gnav ul .snav {
  display: none;
  text-align: center;
  position: absolute;
  top: 100%;
  width: 220px;
  left: 50%;
  margin-top: -10px;
  border-bottom: 1px solid #eee;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  transform: translateX(-50%);
}

.gnav ul .snav li {
  display: block;
  position: relative;
  width: 220px;
  max-height: 100%;
  padding: 8px 15px;
  float: left;
  text-align: inherit;
  border: none;
  z-index: 999;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  zoom: 1;
  background: #fff;
}

.gnav ul .snav li a {
  display: table;
  width: 100%;
  height: auto;
  padding: 0;
  font-weight: normal
}

.gnav ul .snav li:hover {
  background: #b30033;
  transition: 0.6s all ease-in-out;
}

.gnav ul .snav li:hover a {
  color: #fff;
  font-weight: bold;
}

.gnav ul .snav li .snav_i {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding: 0 10px 0 0;
}

.gnav ul .snav li .snav_i img {
  border-radius: 7px;
}

.gnav ul .snav li .snav_t {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.navsp_fatmet {
  position: relative;
  padding: 15px 25px 15px 15px;
  color: #fff;
  border-top: 1px solid #666666;
  cursor: pointer;
}

.navsp_fatmet a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navsp_cont {
  background: #666666
}

.navsp_cont ul li {
  border-top: 1px solid #999;
}

.navsp_cont ul li a {
  display: block;
  padding: 15px;
}

.navsp_cont a {
  color: #fff;
  text-decoration: none;
}

.nav_icchange {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 13px;
  height: 13px;
  background: url(../images/common/ic_plus.png) no-repeat;
  background-size: 13px auto;
  color: transparent;
}

.nav_change .nav_icchange {
  background: url(../images/common/ic_minus.png) no-repeat;
  background-size: 13px auto;
}
/* =============================================================
   footer
* ============================================================= */

footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  color: #fff;
  background: url(../images/common/ft_das.png) #fefaec top repeat-x;
  z-index: 99
}

.ft_subpage {
  background: url(../images/common/ft_das.png) #fff8dc top repeat-x !important;
}

.ft_menu {
  position: relative;
  overflow: hidden;
  padding: 12px 0 10px 26px;
}

.ft_menu:before {
  content: " ";
  position: absolute;
  top: 14px;
  left: 0;
  width: 9px;
  height: 21px;
  background: url(../images/common/arr.png) no-repeat;
  background-size: 9px auto;
}

.ft_menu li {
  float: left;
}

.ft_menu li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.ft_menu li a:hover {
  color: #b30033;
}

.ft_copy {
  position: relative;
  padding: 10px 0 8px;
  background: #a40234;
  font-size: 1.2rem;
}

.backtotop {
  position: fixed;
  right: 0px;
  z-index: 101
}

.backtotop a img {
  width: 60px;
  height: auto;
}

.backtotop a {
  display: block;
  background: #5e001d;
}

.backtotop a:hover {
  background: #b6093a;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* =============================================================
   main content
* ============================================================= */

#main {
  overflow: hidden;
  z-index: 90;
}

.content_wrap {
  padding: 50px 0 0 0;
  background: #fff8dc;
}

.hd_menu_sp {
  display: none;
}
/* =============================================================
   anbimation
* ============================================================= */

@-webkit-keyframes pop-up-L {
  from {
	top: 0;
  }
  40% {
	top: -8px;
  }
  to {
	top: 0;
  }
}

@keyframes pop-up-L {
  from {
	top: 0;
  }
  40% {
	top: -8px;
  }
  to {
	top: 0;
  }
}

@-webkit-keyframes pop-up-M {
  from {
	top: 0;
  }
  40% {
	top: -5px;
  }
  to {
	top: 0;
  }
}

@keyframes pop-up-M {
  from {
	top: 0;
  }
  40% {
	top: -5px;
  }
  to {
	top: 0;
  }
}
/* =============================================================
   sub main content
* ============================================================= */

.subpage_content {
  padding: 0 0 20px 0;
}

.subpage_wrap {
  padding: 20px 0 0 0;
  background: url(../images/common/bg_sub1.png) repeat-x top center #fff8dc;
}

.subbox_part {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 25px 35px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 0 3px 3px #e5dccd;
  color: #330000;
}

.subbox_part_up {
  padding-bottom: 10px;
}

#breakcrumbs {
  padding-bottom: 20px;
}

#breakcrumbs span a {
  color: #b20033;
  text-decoration: underline;
}

#breakcrumbs span a:hover {
  color: #9c600c;
}

.h1_lbl {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 40px;
  background: url(../images/common/bg_ttl.jpg) no-repeat top center;
  text-align: center;
}

.h1_lbl img {
  max-width: 415px;
  vertical-align: middle;
}

.bg_lbl {
  background: url(../images/common/bg_lbl.jpg) no-repeat top center;
}

.h1_lbl_txt {
  color: #330000;
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700!important;
  font-size:26px;
}


@media only screen and (max-width: 767px) {
	.h1_lbl_txt {
		font-size:4.694vw;
	}
}
/* =============================================================
   list two
* ============================================================= */

.big_sub_lst {
  overflow: hidden;
}

.big_sub_lst li {
  width: 25%;
  float: left;
  margin: 0 0 15px 0;
  vertical-align: middle;
}

.big_sub_lst li:first-child {
  padding-left: 0;
}

.big_sub_lst li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.big_lst_img {
  display: table-cell;
  width: 93px;
  vertical-align: middle;
  border: 3px solid #fff;
}

.big_lst_img img {
  max-width: 90px;
}

.big_lst_lbl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
  color: #330000;
}

.lst_active .big_lst_img img, .big_sub_lst li a:hover .big_lst_img img {
  border: 3px solid #b30033;
  border-radius: 13px;
}

.lst_active .big_lst_lbl, .big_sub_lst li a:hover .big_lst_lbl {
  color: #b30033;
  font-weight: bold;
}
/* =============================================================
   h2
* ============================================================= */

.h2_lbl {
  margin-bottom: 15px;
  padding: 2px 0 5px 40px;
  background: url(../images/common/ic_single.png) 5px 4px no-repeat;
  background-size: 25px auto;
  border-bottom: 1px dotted #80b76f;
  font-size: 2rem;
}

@media screen and (max-width:1015px) {
  .content_wrap {
	padding: 20px 0 0 0;
  }
  .sphide {
	display: none !important;
  }
  .wrap {
	padding: 0 10px;
  }
  #breakcrumbs {
	display: none;
  }
  /* =============================================================
   header - sp
* ============================================================= */
  header {
	height: 57px;
  }
  .hd_grplogonav {
	display: block;
	padding: 3px 0;
  }
  .hd_logo {
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 0 51px 0 0;
	text-align: left;
  }
  .hd_logo img {
	width: 90%;
  }
  .nav_trigcs {
	position: fixed;
	top: 0;
	right: 0;
  }
  .nav_trigcs a {
	display: block;
	width: 100%;
	padding: 36px 0 0 0px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	text-align: center;
  }
  /* =============================================================
   Nav menu sp - sp
* ============================================================= */
  .nav_trigcs {
	width: 57px;
	height: 57px;
	background: #b6093a;
	cursor: pointer;
	z-index: 1099;
  }
  .nav_trigcs:hover {
	background: #5e001d;
  }
  #header-nav .hd_nav_sub2 span {
	padding: 12px 10% 12px 10%;
  }
  .ft_menu {
	padding: 12px 0 10px 15px
  }
  .ft_menu:before {
	content: " ";
	position: absolute;
	top: 13px;
	left: 0;
	width: 9px;
	height: 21px;
	background: url(../images/common/arr.png) no-repeat;
	background-size: 7px auto;
  }
  /* =============================================================
   list two
* ============================================================= */
  .big_sub_lst li {
	width: 33%;
  }
}

@media only screen and (min-width: 1016px) {
  .pchide {
	display: none !important;
  }
}

@media only screen and (max-width: 680px) {
  .big_sub_lst li {
	width: 50%;
  }
  .big_sub_lst li:last-child {
	margin: 0 0 5px;
	padding: 0;
	border: none;
  }
  .big_lst_img {
	width: 70px;
	vertical-align: top;
  }
  .big_lst_img {
	2px solid #fff;
  }
  .lst_active .big_lst_img img, .big_sub_lst li a:hover .big_lst_img img {
	border: 2px solid #b30033;
	border-radius: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .subpage_wrap {
	background: url(../images/common/bgsp.png) repeat-x top center #fff8dc;
  }
  .big_lst_lbl {
	font-size: 1.2rem
  }
}

@media only screen and (max-width: 340px) {
  .big_lst_img {
	width: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .subbox_part {
	padding: 15px 15px 40px 15px;
	border-radius: 20px;
  }
  .big_lst_lbl {
	padding: 0 5px;
  }
  .h1_lbl {
	margin-top: 15px;
	padding: 5px 20px 7px;
  }
  .big_lst_lb {
	font-size: 1.2rem;
  }
  /*追加　20171030 start*/
  /*	#footer {bottom: 50px !important;}*/
  .bigfix_btm {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	text-align: center;
	z-index: 999999;
  }
  .bigfix_btm a {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
  }
  .bigfix_btm img {
	width: 100%;
	min-width: 375px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 3px 3px #e5dccd;
  }
  .ft_copy {
	padding-right: 60px;
  }
  .backtotop {
	bottom: 50px !important;
  }
  /*追加　20171030 end*/
}

@media only screen and (min-width: 768px) {
  .big_sub_lst {
	padding: 2px 15px;
  }
  .big_lst_lbl {
	padding-left: 10px;
  }
  /*追加　20171030 start*/
  .bigfix_btm {
	display: none !important;
  }
  /*追加　20171030 end*/
}

@media only screen and (max-width: 536px) {
  .sp_hiden {
	display: none;
  }
}

@media only screen and (min-width: 537px) {
  .pc_hiden {
	display: none;
  }
}
/* =============================================================
   button
* ============================================================= */

.biginfo_btn {
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}

.biginfo_btn a {
  position: relative;
  top: 0;
  transition: all 0.2s ease 0s, top 0.1s ease 0s;
  ;
  display: block;
  border-radius: 10px;
  background: #80b76f;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.biginfo_btn a:hover {
  animation: 0.5s ease 0s normal none 1 running pop-up-L;
}

@media only screen and (max-width: 767px) {
  .biginfo_btn a {
	padding: 9px 5px 7px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .biginfo_btn {
	max-width: 280px;
  }
  .biginfo_btn a {
	padding: 16px 5px 14px 5px;
  }
}

.ft_privacy {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

.ft_privacy dt {
  margin-right: 10px;
  width: 50px;
}

.ft_privacy dd {
  color: #333;
  flex: 1 1 0%;
  font-size: 1.2rem;
}

@media screen and (max-width:1015px) {
  .ft_privacy {}
}

@media only screen and (min-width: 1016px), print {
  footer .wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .ft_privacy {
	margin-top: 10px;
	padding-left: 10px;
	max-width: 500px;
  }
}