@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500&display=swap&subset=japanese');
@import url('https://use.fontawesome.com/releases/v5.13.0/css/all.css');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

header,section,article,aside,footer,nav {
 display: block;
}

h1,h2,h3,h4 {
  font-weight: normal;
}



/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.4;
  font-weight: 400;
		overflow-x: hidden;
 }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.red {
	color: #CC137F;
}

strong {
	font-weight: 600;
}

.line {
	border-bottom: 1px solid #000;
}

/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/

header .info-box .frame {
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  height: 100px;
}

header h1 {
  position: relative;
  padding-right: 40px;
}

header h1 p {
  position: absolute;
  left: 80px;
  top: 2px;
  font-size: 14px;
}

header .info-contact-box {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
}

header .info-contact-box .phone-box img {
  padding-top: 7px;
}

header .info-contact-box .phone-box .text {
  display: inline-block;
  padding-left: 10px;
}

header .info-contact-box .phone-box .text-phone {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

header .info-contact-box .phone-box .text-time {
  font-size: 14px;
}

header .info-contact-box a,
footer .info-footer .btn {
  background-color: #CC1480;
  border-radius: 5px;
  color: #fff;
  padding: 8px 25px;
  line-height: 20px;
  height: 36px;
  margin-left: 30px;
  font-weight: 400;
}

header .info-contact-box a img {
  margin-right: 10px;
}

header .info-contact-box a:hover,
footer .info-footer .btn:hover {
  background-color: #EA2898;
}

header .container {
	width: 1000px;
	margin: 0 auto;
}

header .hinq {
display: none;
}

@media screen and (min-width: 769px){


nav {
  padding: 12px 0;
  background-color: #004679;
}

nav ul {
  justify-content: center;
  -ms-justify-content: center;
}

nav ul li {
  position: relative;
  width: 250px;
  height: 56px;
  text-align: center;
}

nav ul li::before,
nav ul li:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 56px;
  background-color: #bbb;
}

nav ul li::after {
  right: 0;
  left: unset!important;
}

nav ul li a {
  padding-top: 37px;
  color: #fff;
  font-weight: 400;
}

nav ul #gnavi1 {
  background: url(../image/gnavi.png) no-repeat 0 0;
}

nav ul #gnavi2 {
  background: url(../image/gnavi.png) no-repeat -250px 0;
}

nav ul #gnavi3 {
  background: url(../image/gnavi.png) no-repeat -500px 0;
}

nav ul #gnavi4 {
  background: url(../image/gnavi.png) no-repeat -750px 0;
}

}

/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/

.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

.flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
}

.font-pink {
  color: #CC137F;
}

.font-red {
  color: #FF0000;
}

.bg-green {
  background-color: #82DA0A;
}

.bg-yellow {
  background-color: #ECB100;
}

.bg-blue {
  background-color: #1385D9;
}

.bg-blue-dark {
  background-color: #004679;
}

.bg-green2 {
  background-color: #0BD9C8;
}

.banner-page {
  width: 100%;
  height: 140px;
  background: url(../image/banner-page.png) no-repeat center center;
  background-size: cover;
  border-top: 3px solid #33C2E1;
}

.banner-page h2 {
  font-size: 40px;
  font-weight: 600;
  padding-top: 38px;
  color: #004679;
		letter-spacing: 0.1em;
  text-align: center;
}

.banner-page span {
  font-size: 20px;
  display: block;
  color: #333;
  font-weight: 400;
}

.breadcum {
	width: 1000px;
	margin: 0 auto;
  font-size: 14px;
  margin-top: 10px;
}

.breadcum a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.breadcum a::before {
  content: "＞";
  position: absolute;
  right: 3px;
  top: 0;
}

.breadcum a:hover {
	text-decoration: underline;
}

.page {
  font-weight: 400;
}
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer .info-footer .text {
  width: 50%;
 
 
  position: relative;
}

footer .info-footer .text .logo {
  margin-bottom: 25px;
}

footer .info-footer .text address,
footer .info-footer .text p {
  line-height: 1.6;
}

footer .info-footer .text p {
  margin-top: 15px;
}

footer .info-footer .text .logo span {
  padding-top: 35px;
  display: inline-block;
  padding-left: 30px;
}

footer .info-footer .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
 
  width: 100%;
}

footer .info-footer .text .container {
  width: 600px;
  padding: 40px 30px 40px 30px;
}

footer .info-footer .map {
	width: 50%;
}

footer .info-footer .map .gmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

footer .info-footer .map .gmap iframe {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
}

footer .info-footer .btn {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 25px;
  margin-left: 0;
}

footer .info-footer .btn img {
  margin-right: 10px;
}

footer .coppy-footer {
  background-color: #004679;
  padding: 23px 0 15px 0;
}

footer .coppy-footer .menu {
  justify-content: center;
  -ms-justify-content: center
}

footer .coppy-footer .menu li {
  position: relative;
  margin-bottom: 16px;
}

footer .coppy-footer .menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background-color: #fff;
}

footer .coppy-footer .menu li a {
  padding: 0 8px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}

footer .coppy-footer .text-coppy {
  text-align: center;
  color: #fff;
  font-size: 12px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
section.second {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	line-height: 1.7;
}

section.second a {
text-decoration: underline;
color: #F60;
display: inline-block;
}

section.second p {
	margin: 0 0 30px;
}

.pageNav {
	margin: 0 auto 60px;
	list-style: none;
	display: flex;
	justify-content: center;
}

.pageNav li {
	margin: 0 20px;
	padding: 0;
	width: 220px;
	text-align: center;
	border: 1px solid #004679;
	text-decoration: none;
	letter-spacing: 0.08em;
	font-size: 18px;
 cursor: pointer;
	box-shadow: 3px 3px 0 #33C2E1;
}

.pageNav li a {
    display: block;
	background-color: #FFF;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.pageNav li a:hover, .pageNav li a:active {
 box-shadow: none;
	background-color: #004679;
	color: #FFF !important;
}




