@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
header .innerpc nav ul:first-child li:nth-of-type(5) a::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: left top;
}
#maplocation h2 {
	font-size: 36px;
	padding-top: 70px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#maplocation h2 span {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
#maplocation h2+p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}





#lifeinfomation h3 {
	font-size: 36px;
	padding-top: 70px;
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#lifeinfomation .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	text-align: left;
	max-width: 1100px;
	min-width: 1000px;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#lifeinfomation .flex .box:nth-of-type(1) {
	width: 50%;
}
#lifeinfomation .flex .box div {
	margin-bottom: 40px;
}
#lifeinfomation .flex .box h4 {
	font-size: 21px;
	color: #1D2088;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
#lifeinfomation .flex .box h4 span {
	font-size: 16px;
	position: relative;
	left: -5px;
}
#lifeinfomation .flex .box th {
	font-size: 14px;
	font-weight: 500;
	background-image: 	url("../../images/literasu/access/dot.png");
	background-repeat: repeat-x;
	background-position: left top 12px;
	width: 300px;
	font-weight: normal;
}
#lifeinfomation .flex .box+.box th {
	width: 270px;
}
#lifeinfomation .flex .box th span {
	background-color: #fff;
	padding-right: 5px;
}
#lifeinfomation .flex .box th span em {
	font-weight: normal;
	line-height: 1.5em!important;
	display: inline-block;
}
#lifeinfomation .flex .box td {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}
#lifeinfomation .flex .box p {
	font-size: 14px;
	margin-top: 5px;
}
#lifeinfomation .flex .box div+p {
	margin-top: -8px;
}




#intro h3 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 35px;
}
#intro h3+p {
	font-size: 24px;
	font-weight: bold;
}
#intro .asaka {
	background-color: #F5D330;
	margin-top: 35px;
	padding-bottom: 1px;
}
#intro .asaka .inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#intro .asaka .inner h4 {
	color: #fff;
	font-size: 74px;
	padding-top: 9px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
#intro .asaka .inner .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
#intro .asaka .inner .flex div {
	position: relative;
	width: 550px;
	z-index: 11;
}
#intro .asaka .inner .flex div h5 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}
#intro .asaka .inner .flex div h5 img {
	margin-right: 15px;
}
#intro .asaka .inner .flex div h6 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}
#intro .asaka .inner .flex div h6+p {
	line-height: 1.8em;
}
#intro .asaka .inner .flex div figure {
	position: absolute;
	right: -90px;
	bottom: -70px;
}
#intro .asaka .inner .flex:nth-child(odd) {
	flex-direction: row-reverse;
	text-align: right;
}
#intro .asaka .inner .flex:nth-of-type(2) div figure {
	position: absolute;
	left: -235px;
	right: auto;
	bottom: -80px;
}
#intro .asaka .inner .flex:nth-of-type(3) div figure {
	position: absolute;
	right: -60px;
	bottom: -40px;
}
#intro .pick {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 1162px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 80px;
	padding-top: 80px;
}
#intro .pick div:first-child {
	width: 550px;
	position: relative;
}
#intro .pick div:first-child .fig01 {
	position: absolute;
	left: -25px;
	top: -25px;
}
#intro .pick div:first-child .fig02 {
	position: absolute;
	right: -70px;
	bottom: 15px;
}
#intro .pick div:last-child {
	width: 455px;
	position: relative;
}
#intro .pick div:last-child h5 {
	font-size: 48px;
	font-weight: bold;
	color: #F4D713;
}
#intro .pick div:last-child h5 img {
	margin-right: 10px;
	margin-top: 10px;
}
#intro .pick div:last-child h6 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 25px;
}
#intro .pick div:last-child p {
	line-height: 1.8em;
}
#intro .pick div:last-child figure {
	position: absolute;
	right: -10px;
	top: -45px;
}
#intro .pick div:last-child p span {
	font-size: 14px;
	text-align: right;
	display: block;
	margin-top: -27px;
}
#intro .staff {
	background-color: #FEF6D2;
	padding-top: 40px;
	padding-bottom: 20px;
}
#intro .staff h4 {
	font-size: 48px;
	font-weight: bold;
	text-align: left;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-bottom: -30px;
}
#intro .staff h4 img {
	position: relative;
	left: 100px;
	top: -60px;
}
#intro .staff .flex {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
}
#intro .staff .flex div+figure {
	position: relative;
	top: -60px;
}
#intro .staff .flex+.flex {
	flex-direction: row-reverse;
}
#intro .staff .flex+.flex div+figure {
	position: relative;
	top: 10px;
}
#intro .staff .flex div {
	width: 450px;
	position: relative;
}
#intro .staff .flex div .icon {
	position: absolute;
	right: -20px;
	top: -10px;
}
#intro .staff .flex div .icon.bk {
	right: -38px;
	top: -25px;
}
#intro .staff .flex div .icon.bk2 {
	right: 5px;
	top: -12px;
}
#intro .staff .flex div .icon.bk3 {
	right: -35px;
	top: -5px;
}
#intro .staff .flex div .icon+p {
	font-size: 15px;
	margin-top: 10px;
}
#intro .staff .flex div p span {
	font-size: 13px;
}
#intro .staff .flex div+figure img {
	position: relative;
	left: -20px;
}
#intro .staff .flex+.flex div+figure img {
	position: relative;
	left: auto;
	right: -20px;
}
}





/*===============================================
●画面の横幅が1300pxまで
===============================================*/
@media screen and (min-width:769px) and (max-width:1300px) {
#pc1300------------------------------------------- {
}
#lifeinfomation .flex .box th {
	font-size: 12px;
}
#lifeinfomation .flex .box td {
	font-size: 12px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#maplocation {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#maplocation h2 {
	font-size: 6vw;
	padding-top: 10%;
	margin-bottom: 5%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#maplocation h2 span {
	font-size: 3vw;
	display: block;
	margin-top: 5px;
}
#maplocation h2+p {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 5%;
	letter-spacing: 0.05em;
}





#lifeinfomation h3 {
	font-size: 6vw;
	padding-top: 15%;
	margin-bottom: 5%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#lifeinfomation .flex {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#lifeinfomation .flex .box {
}
#lifeinfomation .flex .box div {
	margin-bottom: 5%;
}
#lifeinfomation .flex .box h4 {
	font-size: 4vw;
	text-align: left;
	color: #1D2088;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
#lifeinfomation .flex .box h4 span {
	font-size: 3vw;
	position: relative;
	left: -5px;
}
#lifeinfomation .flex .box th {
	font-size: 3vw;
	font-weight: 500;
	background-image: 	url("../../images/literasu/access/dot.png");
	background-repeat: repeat-x;
	background-position: left top 2.8vw;
	width: 55vw;
	vertical-align:top;
}
#lifeinfomation .flex .box+.box th {
}
#lifeinfomation .flex .box th span {
	background-color: #fff;
	padding-right: 5px;
	display: inline-block;
}
#lifeinfomation .flex .box td {
	font-size: 3vw;
	font-weight: 500;
	vertical-align:top;
	padding-left: 1vw;
}
#lifeinfomation .flex .box p {
	font-size: 14px;
	margin-top: 5px;
}
#lifeinfomation .flex .box div+p {
	margin-top: -8px;
}





#intro h3 {
	color: #000;
	font-size: 6vw;
	font-weight: bold;
	margin-top: 15vw;
	margin-bottom: 3vw;
}
#intro h3+p {
	font-size: 3.5vw;
	font-weight: bold;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#intro .asaka {
	background-color: #F5D330;
	margin-top: 7vw;
	padding-bottom: 1px;
}
#intro .asaka .inner {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
}
#intro .asaka .inner h4 {
	color: #fff;
	font-size: 10vw;
	padding-top: 0px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10vw;
}
#intro .asaka .inner .flex {
	margin-bottom: 10vw;
}
#intro .asaka .inner .flex div {
	position: relative;
	z-index: 11;
	margin-bottom: 3vw;
	padding-top: 10vw;
}
#intro .asaka .inner .flex div h5 {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 4vw;
}
#intro .asaka .inner .flex div h5 img {
	margin-right: 2vw;
}
#intro .asaka .inner .flex div h6 {
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 3vw;
}
#intro .asaka .inner .flex div h6+p {
	line-height: 1.8em;
}
#intro .asaka .inner .flex div figure {
	width: 27vw;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -5vw;
	right: 0px;
	image-resolution: 
}
#intro .asaka .inner .flex:nth-of-type(2) div figure {
	width: 35vw;
	top: -2vw;
	
}
#intro .asaka .inner .flex:nth-of-type(3) div figure {
	width: 24vw;
	right: 8vw;
}
#intro .pick {
	text-align: left;
	padding-bottom: 15vw;
	padding-top: 15vw;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#intro .pick div:first-child {
	position: relative;
}
#intro .pick div:first-child .fig01 {
	position: absolute;
	left: -5vw;
	top: -5vw;
	width: 15vw;
}
#intro .pick div:first-child .fig02 {
	position: absolute;
	right: -3vw;
	bottom: 2vw;
	width: 15vw;
}
#intro .pick div:last-child {
	position: relative;
}
#intro .pick div:last-child h5 {
	font-size: 6vw;
	font-weight: bold;
	color: #F4D713;
	margin-top: 5vw;
}
#intro .pick div:last-child h5 img {
	margin-right: 1vw;
	margin-top: 1vw;
}
#intro .pick div:last-child h6 {
	font-size: 6vw;
	font-weight: bold;
	margin-top: 4vw;
	margin-bottom: 3vw;
}
#intro .pick div:last-child p {
	line-height: 1.8em;
}

#intro .pick div:last-child p span {
	font-size: 3vw;
	text-align: right;
	display: block;
}
#intro .pick div:last-child figure {
	width: 30vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;
}
#intro .staff {
	background-color: #FEF6D2;
	padding-top: 5vw;
	padding-bottom: 5vw;
	padding-left: 5vw;
	padding-right: 5vw;
	margin-bottom: 10vw;
}
#intro .staff h4 {
	font-size: 6vw;
	font-weight: bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
}
#intro .staff h4 img {
	position: relative;
	right: -3vw;
	top: -7vw;
	width: 20vw;
}
#intro .staff .flex {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
}
#intro .staff .flex+.flex div+figure {
	position: relative;
}
#intro .staff .flex div {
	position: relative;
	margin-bottom: 8vw;
}
#intro .staff .flex div .icon {
	position: absolute;
	right: -3vw;
	top: -3vw;
	width: 20vw;
}
#intro .staff .flex div .icon.bk {
}
#intro .staff .flex div .icon.bk2 {
}
#intro .staff .flex div .icon.bk3 {
}
#intro .staff .flex div .icon+p {
	margin-top: 3vw;
}
#intro .staff .flex div p span {
	font-size: 3vw;
}
#intro .staff .flex div+figure {
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
