@charset "UTF-8";

/* 汎用クラス
*****************************************************/
.pcDisp{display:block;}
.spDisp{display:none;}
.delayAnime{animation-fill-mode:both;animation-duration:2s;animation-name:delayAnimeA;visibility:visible !important;}
sectioin{ clear:both;}

#location02, #location05 {
    background: #eee;
}

#location01, #location02, #location03, #location05 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

#location01 h3 {
    max-width: 470px;
    margin: 0 auto 53px;
}

#location02 h3 {
    max-width: 470px;
    margin: 0 auto 53px;
}

#location03 h3 {
    max-width: 380px;
    margin: 0 auto 53px;
}

#location05 h3 {
    max-width: 240px;
    margin: 0 auto 53px;
}

#location01 .mainImgbox, #location02 .mainImgbox, #location03 .mainImgbox, #location05 .mainImgbox {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

#location01 .mainImg, #location02 .mainImg, #location03 .mainImg, #location05 .mainImg {
    text-align: right;
    max-width: 50%;
    float: left;
    margin-right: 2.5%;
}

#location01 .mainImg img, #location02 .mainImg img, #location03 .mainImg img , #location05 .mainImg img {
    margin-bottom: 1px;
}

#location01 .mainTxt, #location02 .mainTxt, #location03 .mainTxt, #location05 .mainTxt {
    max-width: 47.5%;
    float: right;
}

#location01 .mainTit {
    margin-top: 85px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

#location02 .mainTit {
    margin-top: 85px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}


#location03 .mainTit {
    margin-top: 85px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

#location05 .mainTit {
    margin-top: 85px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}


#location01 .mainTxt p, #location02 .mainTxt p, #location03 .mainTxt p, #location05 .mainTxt p {
    font-size: 1rem;
}

#location01 ul, #location02 ul, #location03 ul, #location05 ul {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 30px;
    display: flex;
    clear: both;
    padding-top: 65px;
}

#location01 ul li, #location02 ul li, #location03 ul li , #location05 ul li {
    margin-right: 27px;
    width: 100%;
}

#location01 ul li .name, #location02 ul li .name, #location03 ul li .name, #location05 ul li .name {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

#location01 ul li .access, #location02 ul li .access, #location03 ul li .access, #location05 ul li .access {
    font-size: 1rem;
}

#location01 ul li:last-child, #location02 ul li:last-child, #location03 ul li:last-child , #location05 ul li:last-child {
    margin-right: 0;
}

#location01 .cap, #location02 .cap, #location03 .cap, #location05 .cap {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    font-size: 0.5rem;
}

#location04 {
    max-width: 1200px;
    width: 96%;
    margin: 50px auto 40px;
}

#location04 .location04lft {
    width: 47%;
    float: left;
    margin-right: 5%;
}

#location04 .location04rgt {
    width: 47%;
    float: right;
}

#location04 .cts {
    background: #eee;
    padding: 30px 27px 27px 27px;
    position: relative;
    margin-bottom: 40px;
}

#location04 .cts .line {
    width: 120px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
}

#location04 .cts h3 {
    font-size: 1.5rem;
    margin-left: 10px;
    margin-bottom: 15px;
}

#location04 .cts ul {
    background: #fff;
    padding: 30px 25px;
}

#location04 .cts ul li {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

#location04 .cts ul li .acs {
    float: right;
    text-align: right;
}

#location03 .cap {
    font-size: 0.5rem;
    clear: both;
}

#location05 .cap {
    font-size: 0.5rem;
    clear: both;
}

#location04 .cap {
    font-size: 0.5rem;
    clear: both;
}


/* common */
.grid300,
.grid330,
.grid465,
.grid600,
.grid630,
.grid960 {
	float: left;
	display: inline-block;
	margin-left: 3.1%;
}

.grid216,
.grid217 {
  /*float: left;*/
	display: inline-block;
	margin-left: 2.7777866%;
	letter-spacing: normal;
	vertical-align: top;
}

.grid216 {
	width: 22.9166666%;
}

.grid300 {
	width: 31.25%;
	margin-bottom: 40px;
}

.grid330 {
	width: 34.3%;
}

.grid465 {
	width: 47.9%;
}

.grid600 {
	width: 62.5%;
}

.grid630 {
	width: 65.62%;
}

.grid960 {
	width: 960px;
}

.first_grid {
	margin-left: 0;
	clear: left;
}

.section {
	font-size: 14px;
	line-height: 28px;
	color: black;
}

.section * {
	box-sizing: border-box;
}

.sp {
	display: none;
}

.red {
	color: #a92c18;
	font-size: 16px;
}

.orange {
	color: #0C06A2;
	font-size: 16px;
}

.blue {
	color: #FB7500;
}

.green {
	color: #29906a;
}

.yellow {
	color: #8f9028;
}

@media only screen and (max-width: 599px) {
  .grid216 {
		max-width: 50%;
		width: 50%;
		margin: 0;
		padding: 10px;
		text-align: center;
  }

  .grid300,
  .grid330,
  .grid465,
  .grid600,
  .grid630,
  .grid960 {
		width: 100%;
		margin: 0 0 30px;
		display: block;
  }

  .grid300 {
		width: 50%;
		margin: 0 0 30px;
		display: inline-block;
		padding: 3px;
		float: none;
  }

  .section {
		margin: 0 0 45px !important;
  }

  .section:last-child {
		margin-bottom: 0 !important;
  }

  .sp_center {
		text-align: center;
  }

  .pc {
		display: none;
  }

  .sp {
		display: block;
  }

  img.sp {
		display: inline;
  }

  .section .wrapper > h3 img {
		display: none;
  }

  .section .wrapper > h3 span {
		display: inline;
  }
}
.inline_text {
	letter-spacing: normal;
}

.tab {
	margin-bottom: 40px;
	height: 45px;
}

.tab > div {
	/*width: 18.75%;
  margin-right: 1.5625%;*/
	width: 288px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
}

.tab > div:last-child {
	margin-right: 0;
}

.tab > div a {
	display: block;
	border-style: solid;
	border-width: 2px;
	padding: 7px 0;
	font-size: 16px;
	-webkit-transition: 0.4s;
	        transition: 0.4s;
}

.tab > div a:hover {
	color: white !important;
	border-color: undefined;
}

.tab > div:nth-child(1) a {
	color: #D51148;
	border-color: #D51148;
}

.tab > div:nth-child(1) a:hover {
	background-color: #D51148;
}

.tab > div:nth-child(2) a {
	color: #0C06A2;
	border-color: #0C06A2;
}

.tab > div:nth-child(2) a:hover {
	background-color: #0C06A2;
}

.tab > div:nth-child(3) a {
	color: #09B41C;
	border-color: #09B41C;
}

.tab > div:nth-child(3) a:hover {
	background-color: #09B41C;
}

.tab > div:nth-child(4) a {
	color: #FB7500;
	border-color: #FB7500;
}

.tab > div:nth-child(4) a:hover {
	background-color: #FB7500;
}

.tab > div:nth-child(5) a {
	color: #8f9028;
	border-color: #8f9028;
}

.tab > div:nth-child(5) a:hover {
	background-color: #0C06A2;
}

@media only screen and (max-width: 960px) {
  .tab {
		height: auto;
		text-align: center;
  }

  .tab > div {
		margin: 0 5px 10px !important;
  }
}
@media only screen and (max-width: 599px) {
  .tab > div {
		max-width: 46%;
		margin: 0 1% 10px !important;
  }

  .tab > div a {
		font-size: 12px;
		letter-spacing: 0;
  }
}
.sTitle {
	padding: 10px 0;
	margin-bottom: 40px;
}

.sTitle table {
	width: 100%;
}

.sTitle th {
	font-size: 16px;
	line-height: 18px;
	color: white;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	font-weight: normal;
	border-right: 1px solid white;
	position: relative;
}

.sTitle th:after {
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: auto;
}

.sTitle td {
	font-size: 28px;
	line-height: 32px;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 599px) {
  .sTitle {
		position: relative;
  }

  .sTitle th {
		display: block;
		width: 100%;
		border: none;
		border-bottom: 1px solid white;
		position: static;
  }

  .sTitle th:after {
		bottom: -15px;
  }

  .sTitle td {
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 5px 10px;
  }
}
.aTit {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}

.data {
	font-size: 12px;
	line-height: 18px;
}

.table01 table {
	border-collapse: collapse;
	width: 100%;
}

.table01 table tr {
	border-bottom: 1px dotted #CCC;
}

.table01 table tr:first-child {
	border-top: 1px dotted #CCC;
}

.table01 table th {
	padding: 15px 0;
	line-height: 1.2em;
	font-weight: normal;
}

.table01 table th span {
	font-size: 12px;
}

.table01 table td {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
}

@media only screen and (max-width: 599px) {
  .table01 table tr {
		border: none;
  }

  .table01 table th {
		display: block;
  }

  .table01 table td {
		display: block;
		text-align: left;
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
  }
}
/* section01 */
#section01 {
	margin: 0 0 70px;
}

/* section02 */
#section02 {
	margin: 0 0 70px;
}

#section02 .sTitle {
	background-color: #D51148;
}

#section02 .sTitle th:after {
	content: url(../imgs/arrow01.jpg);
}

#section02 .box-01 {
	border: 1px solid #a92c18;
	padding: 20px;
}

#section02 .box-02 {
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}

#section02 .box-02 p {
	line-height: 1.6em;
	font-size: large;
}

#section02 .box-03 {
	background: #f7f6eb;
	padding: 20px;
}

#section02 .box-03 p {
	letter-spacing: 0;
}

#section02 .box-03 .data {
	margin-bottom: 10px;
}

#section02 .box-03 .image .fl {
	width: 50%;
	padding-right: 5px;
}

#section02 .box-03 .image .fr {
	width: 50%;
	padding-left: 5px;
}

#section02 .box-04 table {
	letter-spacing: -0.5px;
}

@media only screen and (max-width: 599px) {
  #section02 .box-01 > div:last-child,
  #section02 .box-03 > div:last-child {
		margin-bottom: 0;
  }
}
/* section03 */
#section03 {
	margin: 0 0 70px;
}

#section03 .sTitle {
	background-color: #0C06A2;
}

#section03 .sTitle th:after {
	content: url(../imgs/arrow02.jpg);
}

#section03 .sTitle td {
	letter-spacing: -1px;
}

#section03 .box-01 {
	margin-bottom: 40px;
	letter-spacing: -0.4em;
}

#section03 .box-01 p {
	line-height: 1.6em;
}

#section03 .box-01 p.orange span {
	font-size: 12px;
}

#section03 .box-02 {
	letter-spacing: -0.4em;
}

#section03 .box-02 p {
	line-height: 1.6em;
}

#section03 .box-02 p.orange span {
	font-size: 12px;
}

@media only screen and (max-width: 640px) {
  #section03 .box-01 {
		margin-bottom: 0;
  }
}
/* section04 */
#section04 {
	margin: 0 0 70px;
}

#section04 .sTitle {
	background-color: #09B41C;
}

#section04 .sTitle th:after {
	content: url(../imgs/arrow03.jpg);
}

#section04 .box-01 {
	padding: 20px;
	border: 1px solid #29906a;
}

#section04 .box-01 .list {
	margin-top: 20px;
	letter-spacing: -0.4em;
}

#section04 .box-01 .list > div {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	width: 15%;
	margin-right: 2%;
}

#section04 .box-01 .list > div span {
	display: block;
	letter-spacing: normal;
	line-height: 1em;
	padding-top: 10px;
}

#section04 .box-01 .list > div:last-child {
	margin-right: 0;
}

#section04 .box-02 {
	margin-bottom: 0px;
	letter-spacing: -0.4em;
}

#section04 .box-02 p {
	line-height: 1.6em;
}

#section04 .box-02 p.orange span {
	font-size: 12px;
}

#section04 .box-03 {
	margin-bottom: 0px;
	letter-spacing: -0.4em;
}

#section04 .box-03 p {
	line-height: 1.6em;
}

#section04 .box-03 p.orange span {
	font-size: 12px;
}

#section04 .box-04 {
	background: #f7f6eb;
	padding: 20px;
}

#section04 .box-04 .aTit span {
	font-size: 12px;
}

#section04 .box-04 p {
	letter-spacing: 0;
}

#section04 .box-04 .data {
	margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  #section04 .box-01 .list > div {
		width: 15%;
		margin-right: 2%;
  }
}
@media only screen and (max-width: 599px) {
  #section04 .box-01 .list {
		margin: 0;
  }

  #section04 .box-01 .list > div {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
		text-align: center;
  }

  #section04 .box-01 .list > div:nth-child(2n) {
		margin-right: 0;
  }

  #section04 .box-02 {
		margin-bottom: 0;
  }

  #section04 .box-03 {
		margin-bottom: 20px;
  }

  #section04 .box-04 > div:last-child {
		margin-bottom: 0;
  }
}
/* section05 */
#section05 {
	margin: 0 0 70px;
}

#section05 .sTitle {
	background-color: #FB7500;
}

#section05 .sTitle th:after {
	content: url(../imgs/arrow04.jpg);
}

#section05 .box-01 {
	padding: 20px;
	border: 1px solid #FB7500;
}

#section05 .box-01 p {
	letter-spacing: 0;
}

#section05 .box-01 .data {
	margin-bottom: 10px;
}

#section05 .box-03 {
	padding: 20px;
	border: 1px solid #2e8ca6;
	margin-bottom: 30px;
}

#section05 .box-03 p {
	letter-spacing: 0;
}

#section05 .box-03 .data {
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #section05 .box-01 > div:last-child {
		margin-bottom: 0;
  }
}
/* section06 */
#section06 {
	margin: 0 0 50px;
}

#section06 .sTitle {
	background: #8f9028;
}

#section06 .sTitle th:after {
	content: url(../imgs/arrow05.jpg);
}

#section06 .box-01 {
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}

#section06 .box-01 p {
	line-height: 1.6em;
}

#section06 .box-01 p.orange span {
	font-size: 12px;
}

@media only screen and (max-width: 599px) {
  #section06 .box-02 .grid465:last-child {
		margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 599px) {

@media only screen and (max-width:644px){
.pcDisp{display:none;}
.spDisp{display:block;}
div.drawer{display:block;}
nav#mainNav{display:none;}

.titleA {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0px;
}

#location01, #location02, #location03 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#location01 h3 {
    max-width: 47%;
    margin: 0 auto 30px;
}

#location02 h3 {
    max-width: 54.3%;
    margin: 0 auto 30px;
}

#location03 h3 {
    max-width: 23.6%;
    margin: 0 auto 30px;
}

#location05 h3 {
    max-width: 23.6%;
    margin: 0 auto 30px;
}

#location01 .mainImgbox, #location02 .mainImgbox, #location03 .mainImgbox, #location05 .mainImgbox {
    width: 100%;
}

#location01 .mainImg, #location02 .mainImg, #location03 .mainImg, #location05 .mainImg {
    font-size: 0.5rem;
    text-align: right;
    max-width: 80%;
    float: none;
    margin: 0 auto 10px;
}

#location01 .mainTxt, #location02 .mainTxt, #location03 .mainTxt, #location05 .mainTxt {
    max-width: 80%;
    float: none;
    margin: 0 auto 20px;
}

#location01 .mainTit, #location02 .mainTit, #location03 .mainTit, #location05 .mainTit {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

#location01 .mainTxt p, #location02 .mainTxt p, #location03 .mainTxt p , #location05 .mainTxt p {
    font-size: 0.6rem;
}

#location01 ul, #location02 ul, #location03 ul , #location05 ul {
    padding-top: 0px;
}

#location01 ul li, #location02 ul li, #location03 ul li , #location05 ul li {
    margin-right: 5px;
}

#location02 ul li .name, #location03 ul li .name, #location05 ul li .name {
    font-size: 0.7rem;
}

#location01 ul li .name, #location02 ul li .name, #location03 ul li .name , #location05 ul li .name {
    font-size: 0.7rem;
}

#location01 ul li .access, #location02 ul li .access, #location03 ul li .access, #location05 ul li .access {
    font-size: 0.5rem;
}

#location04 .cts h3 {
    font-size: 1rem;
}

#location04 .location04lft {
    width: 96%;
    float: none;
    margin: 0 auto;
}

#location04 .location04rgt {
    width: 96%;
    float: none;
    margin: 0 auto;
}

#location04 .cts ul {
    padding: 15px 10px;
}

#location04 .cts ul li {
    font-size: 0.6rem;
}

#location04 .cts {
    padding: 20px 10px 10px 10px;
    margin-bottom: 20px;
}


}

