@charset "utf-8";

/*　共通レイアウトスタイル　*/

html {
	font-size: 10px;
}

body {
	width: 100%;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #434343;
}

p,span,li,dt,dd {
	line-height: 1.8;
}

#wrapper {
}

.pcview {}

.spview {
	display: none !important;
}


/*-----------------------------------

header

-----------------------------------*/

#headerContainer {
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 80px;
	position: relative;
	box-shadow: 0 3px 5px #bbb;
	z-index: 10;
}
#headerContainer h1 {
	max-width: 270px;
	width: 20vw;
	margin-top: 2vw;
}
#headerContainer h1 img {
	width: 100%;
}

#headerContainer nav ul {
	display: flex;
	align-items: center;
	margin-top: 70px;
}

#headerContainer nav ul li {
position: relative;
}

#headerContainer nav ul li a {
	text-decoration: none;
	color: #434343;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-bottom: 2px solid #fff;
	padding: 0 25px;
}

#headerContainer nav ul li a:hover,
#headerContainer nav ul li.current a {
	border-bottom: 2px solid #60a2b2;
}

#headerContainer nav ul div {
	display: none;
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#headerContainer nav ul div ul {
	display: block;
	background: #fff;
	width: 100%;
}
#headerContainer nav ul li.dayori a {
	padding: 0 46px;
}
#headerContainer nav ul div ul.dayori_list li a {
	padding: 0 5px;
}

#headerContainer nav ul div ul a {
	border-bottom: 1px solid #ccc;
}

#headerContainer nav ul div ul a:hover {
	background: #60a2b2;
	color: #fff;
	border-bottom: 1px solid #60a2b2;
}



#headerContainer .submenu {
	position: absolute;
	top: -2px;
	right: 80px;
	display: flex;
	align-items: end;
}

#headerContainer .submenu li {
	margin-left: 20px;
	line-height: 1.0;
	width: 200px;
}

#headerContainer .submenu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 22px 0 16px 0;
	background: #f1c400;
	border-radius: 0 0 10px 10px;
	text-align: center;
}
#headerContainer .submenu li a:hover {
	text-decoration: underline;
}
#headerContainer .submenu li:first-child a:before {
	content: url("../images/common/icon_mail_gm.png");
	padding-right: 10px;
	vertical-align: middle;
}
#headerContainer .submenu li:nth-child(2) a {
	background: #66a0ad;
}
#headerContainer .submenu li:nth-child(2) a:before {
	content: url("../images/common/icon_window_gm.png");
	padding-right: 10px;
	vertical-align: middle;
}


#headerContainer .sideMenu {
  position: fixed;
  right: 0;
  top: 150px;
  width: 60px;
  z-index: 10000;
}

#headerContainer .sideMenu li a {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 230px;
  border-radius: 3px 0 0 3px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 1.5em;
  line-height: 1.1;
	background: #60a2b2 url("../images/common/icon_mail.png") center 30px no-repeat;
  padding-top: 60px;
	word-wrap: break-word;
}

#headerContainer .sideMenu li a span {
	transform: rotate(90deg);
	margin: -3px 0 -5px;
}

#headerContainer .sideMenu li a:hover {
  background-color: #94C0CB;
}

.btnMenu {
	display: none;
}

/*-----------------------------------

main

-----------------------------------*/

#mainContainer {
}


/*-----------------------------------

bottomMenu

-----------------------------------*/

#bottomMenu {
	padding: 75px 0;
	background: url("../images/common/bg_bt_menu.png") no-repeat;
	background-size: cover;
}

#bottomMenu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 1020px;
	margin: 0 auto;
}

#bottomMenu ul li {
	background: #fff;
}

#bottomMenu ul li a {
	display: block;
	background: #fff url("../images/common/icon_arrow04.png") 98% 98% no-repeat;
	text-decoration: none;
	position: relative;
	transition : .5s;
}
#bottomMenu ul li a:after {
	content: '';
	display: inline-block;
	width: 55px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	background: url("../images/common/icon_arrow04.png") 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

#bottomMenu ul li a p  {
	font-family: 'Shippori Mincho', serif;
	font-size: 3.8rem;
	color: #434343;
	padding: 55px 0 15px 35px;
	line-height: 1.0;
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	box-sizing: border-box;
}

#bottomMenu ul li a p span {
	font-family: "Cinzel", serif;
	font-weight: bold;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 4rem;
}

#bottomMenu ul>li:nth-child(2) a p {
	letter-spacing: 0.5em;
}

#bottomMenu ul>li:nth-child(2) a p span {
	letter-spacing: normal;
	margin-bottom: 1.0rem;
}

#bottomMenu ul li a:hover {
	transition : .5s;
	opacity: 0.7;
}



/*-----------------------------------

footer

-----------------------------------*/

#footerContainer {
	background: #415053;
	padding: 50px 0 75px;
}

#bannerArea ul {
	display: flex;
	flex-wrap: wrap;
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}

#bannerArea ul li {
	margin: 0 32px 20px 0;
	width: 295px;
}

#bannerArea ul li a {
	display: flex;
	align-items: center;
	background: #010044 url("../images/common/logo03.png") 15px center no-repeat;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #fff;
	height: 85px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0 0 0 75px;
	font-size: 2.0rem;
	line-height: 1.4;
}

#bannerArea ul li:nth-child(2) a {
	background: #010044 url("../images/common/logo04.png") 15px center no-repeat;
} 

#bannerArea ul li:nth-child(4),
#bannerArea ul li:nth-child(8) {
	margin-right: 0;
}

#bannerArea ul li a:hover {
	opacity: 0.7;
}

#footerMenu {
	width: 1280px;
	margin: 70px auto 20px;
	display: flex;
	justify-content: space-between; 
}

#footerMenu .leftArea {
	width: 480px;
}

#footerMenu .leftArea dt {
	color: #fff;
	margin: 20px 0 10px;
}

#footerMenu .rightArea {
	width: 640px;
	display: flex;
}

#footerMenu .rightArea ul {
}
#footerMenu .rightArea ul + ul {
	margin-left: 40px;
}

#footerMenu .rightArea ul li {
	margin-bottom: 15px;
}

#footerMenu .rightArea ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footerMenu .rightArea ul li.arrow2 a {
	cursor: default;
}

#footerMenu .rightArea ul li.sub {
	margin: -5px 0 10px 1em;
	position: relative;
}

#footerMenu .rightArea ul li.sub:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #bdbdbd;
	position: absolute;
	top: 12px;
	left: -0.8em;
}

#footerMenu .rightArea ul li.sub a {
	color: #bdbdbd;
	font-weight: normal;
}

#footerMenu .rightArea ul li a:hover {
	text-decoration: underline;
}

#footerMenu .rightArea ul li.arrow2 a:hover {
	text-decoration: none;
}

.copyright {
	width: 1280px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.copyright small {
	color: #fff;
	margin: 0 60px 0 1em;
}

.copyright a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
}

.copyright a:hover {
	text-decoration: underline;
}



table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

th,
td {
	padding: 10px 15px;
	border: 1px solid #eee;
	border-collapse: collapse;
	background: #fff;
}

.alC {
	text-align: center;
}

.alR {
	text-align: right;
}

.mgb15 {
	margin-bottom: 15px;
}



@media screen and (max-width: 959px) {/*タブレット*/}

@media screen and (max-width: 559px) {

.pcview {
	display: none !important;
}

.spview {
	display: inherit !important;
}

html {
	font-size: 2.67vw;
}

/*-----------------------------------

header

-----------------------------------*/

#headerContainer h1 {
	width: 36vw;
	margin: 0;
}

#headerContainer h1 img {
	width: 100%;
	display: block;
}

#headerContainer {
	height: 17.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 4vw;
	position: relative;
	box-shadow: 0 3px 5px #bbb;
}

#headerContainer nav {
	display: none;
}

.open #headerContainer nav {
	display: block;
	position: absolute;
	top: 17.33vw;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.7);
	z-index: 100;
}

#headerContainer nav ul {
	display: block;
	margin-top: 0;
	border-top: 1px solid #eee;
}

#headerContainer nav ul li {
position: relative;
}

#headerContainer nav ul li a {
	text-decoration: none;
	color: #434343;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 13.33vw;
	border-bottom: 2px solid #eee;
	padding: 0 6.637vw;
	background: #fff url("../images/common/icon_arrow05.png") 95% center no-repeat;
	background-size: 1.3vw auto;
}
#headerContainer nav ul li.dayori a {
	padding: 0 6.637vw;
}

#headerContainer nav ul li a:hover,
#headerContainer nav ul li.current a {
	border-bottom: 2px solid #60a2b2;
}

#headerContainer nav ul div {
	display: none;
	position: static;
	width: 100%;
	z-index: 1000;
}

#headerContainer nav ul div ul {
	display: block;
	background: #fff;
	width: 100%;
}

#headerContainer nav ul div ul a {
	border-bottom: 1px solid #ccc;
	padding-left: 10vw;
}
#headerContainer nav ul div ul.dayori li a {
	padding-left: 10vw;
}
#headerContainer nav ul div ul.dayori_list li a {
	padding-left: 10vw;
}

#headerContainer nav ul div ul a:hover {
	background: #60a2b2;
	color: #fff;
	border-bottom: 1px solid #60a2b2;
}



#headerContainer .submenu {
	display: none;
	position: absolute;
	top: 20px;
	right: 80px;
	align-items: center;
}

#headerContainer .submenu li {
	margin-left: 20px;
	padding-right: 17px;
	background: url("../images/common/icon_window.png") right bottom no-repeat;
	line-height: 1.0;
}

#headerContainer .submenu li a {
	text-decoration: none;
	color: #434343;
	padding-left: 12px;
	background: url("../images/common/icon_arrow01.png") left center no-repeat;
}

#headerContainer .submenu li a:hover {
	text-decoration: underline;
}

#headerContainer .sideMenu {
	display: none;
}

#headerContainer  .btnMenu {
	display: block;
	width: 16vw;
	height: 16vw;
	cursor: pointer;
	position: relative;
}

#headerContainer .btnMenu span {
	display: block;
	width: 6.67vw;
	height: 2px;
	background: #60a2b2;
}

#headerContainer .btnMenu span:nth-child(1) {
	position: absolute;
	top: 5.33vw;
	left: 4.67vw;
	-webkit-transition: -webkit-transform 0.4s;
	transition: all 0.4s;
}

#headerContainer .btnMenu span:nth-child(2) {
	position: absolute;
	top: 7.73vw;
	left: 4.67vw;
	-webkit-transition: -webkit-transform 0.4s;
	transition: all 0.4s;
}

#headerContainer .btnMenu span:nth-child(3) {
	position: absolute;
	-webkit-transition: -webkit-transform 0.4s;
	transition: all 0.4s;
	bottom: 5.33vw;
	right: 4.67vw;
}

#headerContainer .btnMenu.active span:nth-child(2) {
	opacity: 0;
}

#headerContainer .btnMenu.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -3.335vw;
}

#headerContainer .btnMenu.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	bottom: 50%;
	right: 50%;
	margin: 2px -3.335vw 0 0;
}

/*-----------------------------------

bottomMenu

-----------------------------------*/
#bottomMenu {
	padding: 6.67vw 4vw;
}
#bottomMenu ul {
	display: block;
	width: 100%;
	margin: 0;
}
#bottomMenu ul li {
	width: 100%;
	margin-bottom: 4vw;
}

#bottomMenu ul li a {
	background-size: 9.33vw auto;
}
#bottomMenu ul li a:after {
	width: 55px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	bottom: 15px;
	right: 20px;
}
#bottomMenu ul li a p  {
	font-size: 3.8rem;
	padding: 10.33vw 0 5.33vw 6vw;
	width: 60%;
}
#bottomMenu ul li a p span {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
#bottomMenu ul>li:nth-child(2) a p span {
	margin-bottom: 1.0rem;
}

#bottomMenu ul li a img {
	width: 100%;
}


/*-----------------------------------

footer

-----------------------------------*/

#footerContainer {
	background: #415053;
	padding: 8vw 4vw 13.33vw;
}

#bannerArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding-bottom: 8vw;
	border-bottom: 1px solid #fff;
}

#bannerArea ul li {
	margin: 0 0 4vw 0;
	width: 44vw;
}

#bannerArea ul li a {
	display: flex;
	align-items: center;
	background: #010044 url("../images/common/logo03.png") 3.5vw center no-repeat;
	background-size: 6vw auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #fff;
	height: 14.67vw;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0 0 0 12vw;
	font-size: 1.3rem;
	line-height: 1.4;
}

#bannerArea ul li:nth-child(2) a {
	background: #010044 url("../images/common/logo04.png") 3.5vw center no-repeat;
	background-size: 6vw auto;
} 

#bannerArea ul li:nth-child(4) {
	margin-right: 0;
}

#bannerArea ul li a:hover {
	opacity: 0.7;
}

#footerMenu {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footerMenu .leftArea {
	width: 100%;
	order: 2;
	margin-top: 12vw;
}

#footerMenu .leftArea p {
	text-align: center;
	margin-bottom: 6.67vw;
}

#footerMenu .leftArea p img {
	width: 32vw;
}

#footerMenu .leftArea dt {
	display: none;
}

#footerMenu .leftArea dd {
	text-align: center;
}

#footerMenu .leftArea dd img {
	width: 11.33vw;
}

#footerMenu .rightArea {
	display: block;
	width: 100%;
	order: 1;
}

#footerMenu .rightArea ul {
	display: block;
	width: 100%;
	height: auto;
}
#footerMenu .rightArea ul + ul {
	margin: 0;
}

#footerMenu .rightArea ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}

#footerMenu .rightArea ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3rem;
	padding: 5.33vw;
	display: block;
	background: url("../images/common/icon_arrow07.png") 95% center no-repeat;
	background-size: auto 2.933vw;
}

#footerMenu .rightArea ul li.arrow2 a {
	background: url("../images/common/icon_arrow08.png") 95% center no-repeat;
	background-size: 2.933vw auto;
}

#footerMenu .rightArea ul li.sub {
	margin: 0;
	position: relative;
	display: none;
}

#footerMenu .rightArea ul li.sub:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #bdbdbd;
	position: absolute;
	top: 8.533vw;
	left: 5.33vw;
}

#footerMenu .rightArea ul li.sub a {
	color: #fff;
	font-weight: normal;
	padding-left: 9.333vw;
	background: none;
}

#footerMenu .rightArea ul li a:hover {
	text-decoration: underline;
}

.copyright {
	width: 100%;
	display: block;
	margin-top: 10.67vw;
}

.copyright small {
	color: #fff;
	margin: 0;
	text-align: center;
	display: block;
}

.copyright a {
	display: none;
}


}
