@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
font
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese');
/*font-family: 'Sawarabi Mincho', sans-serif;*/
.txt-mincho {
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
html,
body {
  font-size: 62.5%;
}
html.is-small,
.is-small body {
  font-size: 50%;
}
html.is-big,
.is-big body {
  font-size: 70%;
}
body {
	position: relative;
	width: 100%;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body.is-fixed {
  position: fixed;
}
img { vertical-align: bottom;}
a {
  color: #333; 
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.show-sp {
  display: none;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
	height: 120px;
}
header .wrapper,
header ul,
header .inner,
header .size-change,
header .info {
  display: flex;
}
header .wrapper {
  width: 1080px;
  justify-content: space-between;
  margin: 0 auto;
}
header ul {
  list-style: none;
}
header .other-link {
  padding-top: 7px;
  margin-bottom: 36px;
}
header .other-link ul {
}
header .other-link li {
  font-size: 1rem;
	word-break: keep-all;
	color: #666;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #666;
}
header .other-link li a {
	color: #666;
}
header .size-change {
  margin-right: 20px;
}
header .size-change .txt {
  font-size: 1.1rem;
  color: #00A7EA;
  padding-top: 7px;
  margin-right: 10px;
}
header .size-change .size {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 18px;
  font-size: 1.1rem;
  color: #00A7EA;
  background: #f6f6f6;
  border-radius: 2px;
  cursor: pointer;
  margin: 4px 2px 0 0;
}
header .size-change .size:hover {
  color: #fff;
  background: #00A7EA;
}
header .size-change p.cr {
  color: #fff;
  background: #00A7EA;
}
header .info {
  width: 171px;
  height: 26px;
  background: #00A7EA;
  padding: 7px 0 0 10px;
  box-sizing: border-box;
}
header .info a {
  font-size: 1.1rem;
  color: #fff;
}
header .info .traffic {
  width: 57px;
  background: url(../img/top/icon_pin.svg) no-repeat;
  padding: 0 0 0 15px;
}
header .info .contact {
  width: 83px;
  background: url(../img/top/icon_question.svg) no-repeat;
  padding: 0 0 0 17px;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .logo {
  width: 303px;
}
header nav li ul {
	position: absolute;
	left: 0;
	width: 200px;
	background-color: #fff;
	padding: 0 10px;
  display: none;
	z-index: 2;
}
header nav > ul {
	border-left: 1px dotted #cfcfcf;
}
header nav > ul > li {
	position: relative;
	border-right: 1px dotted #cfcfcf;
}
@media screen and (min-width:769px) {	
	header nav > ul > li.cr::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -10px;
		display: block;
		width: 100%;
		height: 2px;
		background: #00A7EA;
	}
	header nav li.is-active ul {
		display: block;
	}
}
header nav > ul > li > a {
	display: flex;
	align-items: center;
	height: 33px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
	padding: 0 20px;
}
header nav ul ul a {
	display: block;
	font-size: 1.3rem;
	color: #666;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 15px 20px;
}
header nav ul ul li:last-child a {
	background: none;
}
header nav > ul > li > a:hover,
header nav ul ul a:hover {
	text-decoration: none;
	color: #00A7EA;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #f1f9ff;
	overflow: hidden;
}
#main img {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%,50%);
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
	background-color: #f8f8f8;
	padding: 60px 0 0;
}
footer nav ul {
	display: flex;
	justify-content: space-between;
	width: 1080px;
	margin: 0 auto;
}
footer nav a {
	position: relative;
	display: flex;
	align-items: center;
	width: 252px;
	height: 65px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #00a7ea;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	transition: opacity .3s;
}
footer nav a:hover {
	text-decoration: none;
	opacity: .7;
}
footer nav a::before {
	content: '';
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
}
footer .wrapper {
	display: flex;
	justify-content: space-between;
	width: 1080px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #b9b9b9;
	margin: 0 auto;
}
footer .wrapper .block {
	width: 252px;
	padding: 45px 0 0;
}
footer .wrapper h3 {
	font-size: 2rem;
	font-weight: normal;
	color: #00a7ea;
	line-height: 1;
	border-bottom: 2px dotted #b9b9b9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
footer .wrapper li {
	list-style: none;
}
footer .wrapper li a {
	font-size: 1.4rem;
	line-height: 2.2;
	color: #666;
}
footer .footer-info {
	width: 1080px;
	padding: 20px 0 60px;
	margin: 0 auto;
}
footer .footer-info ul {
	display: flex;
	list-style: none;
}
footer .footer-info li {
	margin-right: 30px;
}
footer .footer-info li a {
	font-size: 1.4rem;
	color: #666;
}
footer .footer-bottom {
	background-color: #fff;
	padding-bottom: 40px;
}
footer .footer-bottom .inner {
	display: flex;
	width: 1080px;
	padding: 30px 0 0;
	margin: 0 auto;
}
footer .footer-bottom .logo {
	width: 344px;
	margin-right: 25px;
}
footer .footer-bottom .logo img {
	width: 100%;
	height: auto;
}
footer .footer-bottom p {
	font-size: 1.4rem;
	color: #707070;
	line-height: 1.6;
}

/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 30px;
	width: 13px;
	height: 24px;
	z-index: 2;
}
#pagetop img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }

/* ---------------------------------------------------------
header sp
----------------------------------------------------------*/
	header {
		height: 50px;
	}
	header .wrapper:first-child {
		display: none;
	}
header .wrapper {
  width: 100%;
  margin: 0 auto;
}
	
	header .logo {
		width: 240px;
		padding: 10px;
	}
	header .btn-nav {
    display: none;
    
		position: relative;
		width: 30px;
		height: 20px;
		padding: 10px 14px;
		margin-top: 5px;
	}
  header .btn-nav span {
    position: absolute;
    left: 14px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #00A7EA;
  }
  header .btn-nav span:first-child {
    top: 10px;
    transition: top .3s,transform .3s;
  }
  header .btn-nav span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    transition: opacity .3s;
  }
  header .btn-nav span:nth-child(3) {
    bottom: 10px;
    transition: bottom .3s,transform .3s;
  }
  header .is-show + .btn-nav span:first-child {
    top: 19px;
    transform: rotate(45deg);
  }
  header .is-show + .btn-nav span:nth-child(2) {
    opacity: 0;
  }
  header .is-show + .btn-nav span:nth-child(3) {
    bottom: 19px;
    transform: rotate(-45deg);
  }
	header nav {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: 0;
		background-color: #fff;
		overflow: hidden;
    transition: height .3s,padding-top .3s;
		z-index: 10;
	}
	header nav.is-show {
    display: block;
    height: calc(100vh - 42px);
		padding-bottom: 40px;
    opacity: 1;
    box-sizing: border-box;
		overflow-y: scroll;
  }
	header nav ul {
		display: block;
	}

	header nav li ul {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
		background-size: 5px 1px;
		background-position: top;
		background-repeat: repeat-x;
	}
	header nav ul ul li a {		
		line-height: 0;
		padding: 0px 40px;
		overflow: hidden;
		transition: line-height .3s,padding .3s;
	}
	header nav .is-open ul li a {
		line-height: 1;
		padding: 15px 40px;
	}
	header nav ul ul li:last-child {
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
		background-size: 5px 1px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	header nav > ul {
		border: none;
	}
	header nav > ul > li {
		border-right: none;	
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
		background-size: 5px 1px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	header nav > ul > li::before,
	header nav > ul > li::after {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		width: 15px;
		height: 1px;
		background: #666;
	}
	header nav > ul > li::before {
		transform: rotate(90deg);
		transition: opacity .3s;
	}
	header nav > ul > li:nth-child(1)::before,
	header nav > ul > li:nth-child(1)::after {
		display: none;
	}
	header nav > ul > li.is-open::before {
		opacity: 0;
	}
	header nav > ul > li > a {
		padding: 10px 20px;
	}

/* ---------------------------------------------------------
#main sp
----------------------------------------------------------*/
	#main {
		position: relative;
		width: 100%;
		height: 150px;
		overflow:hidden;
	}

/* ---------------------------------------------------------
.footer-fix-sp
----------------------------------------------------------*/
  .footer-fix-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .footer-fix-sp .btn-nav-fix {
    display: flex;
    background: #00a7ea;
  }
  .footer-fix-sp .btn-nav-fix li {
    list-style: none;
    width: 25%;
    height: 60px;
    border-right: 1px solid #fff;
  }
  .footer-fix-sp .btn-nav-fix li:last-child {
    border-right: none;
  }
  .footer-fix-sp .btn-nav-fix li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    color: #fff;
    padding-bottom: 9px;
    box-sizing: border-box;
  }
  .footer-fix-sp .btn-nav-fix li a:hover {
    text-decoration: none;
  }
  .footer-fix-sp .btn-nav-fix li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 22px;
    height: 20px;
    background: url("../img/common/icon_note.svg") no-repeat;
    background-size: contain;
    margin-left: -10px;
    margin-top: 12px;
  }
  .footer-fix-sp .btn-nav-fix li:nth-child(2) a::before {
    width: 17px;
    height: 24px;
    background: url("../img/top/icon_pin.svg") no-repeat;
    background-size: contain;
    margin-left: -8px;
    margin-top: 10px;
  }
  .footer-fix-sp .btn-nav-fix li:nth-child(3) a::before {
    width: 20px;
    height: 21px;
    background: url("../img/top/icon_question.svg") no-repeat;
    background-size: contain;
    margin-left: -10px;
  }
  .footer-fix-sp .btn-nav-fix li:nth-child(4) a::before {
    content: none;
  }
  .footer-fix-sp .btn-nav-fix li .icon-menu {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 20px;
    height: 16px;
    margin-left: -10px;
  }
  .footer-fix-sp .btn-nav-fix li .icon-menu span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .footer-fix-sp .btn-nav-fix li .icon-menu span:first-child {
    top: 0;
    transition: top .3s,transform .3s;
  }
  .footer-fix-sp .btn-nav-fix li .icon-menu span:nth-child(2) {
    top: 7px;
    transition: opacity .3s;
  }
  .footer-fix-sp .btn-nav-fix li .icon-menu span:nth-child(3) {
    bottom: 0;
    transition: bottom .3s,transform .3s;
  }
  .footer-fix-sp nav.is-show + .btn-nav-fix .icon-menu span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }
  .footer-fix-sp nav.is-show + .btn-nav-fix .icon-menu span:nth-child(2) {
    opacity: 0;
  }
  .footer-fix-sp nav.is-show + .btn-nav-fix .icon-menu span:nth-child(3) {
    bottom: 8px;
    transform: rotate(-45deg);
  }
  .footer-fix-sp nav {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    overflow: hidden;
    transition: height .3s,padding-top .3s;
    z-index: 10;
  }
  .footer-fix-sp nav.is-show {
    display: block;
    height: calc(100% - 60px);
    padding-bottom: 20px;
    opacity: 1;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .footer-fix-sp nav ul {
    display: block;
  }
  .footer-fix-sp nav li ul {
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
  .footer-fix-sp nav li ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
  }
  .footer-fix-sp nav ul ul a {
    display: block;
    font-size: 1.3rem;
    color: #666;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 15px 20px;
  }
  .footer-fix-sp nav ul ul li a {		
    line-height: 0;
    padding: 0px 40px;
    overflow: hidden;
    transition: line-height .3s,padding .3s;
  }
  .footer-fix-sp nav .is-open ul li a {
    line-height: 1;
    padding: 15px 40px;
  }
  .footer-fix-sp nav ul ul li:last-child {
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  .footer-fix-sp nav > ul {
    border: none;
  }
  .footer-fix-sp nav > ul > li {
    position: relative;
    border-right: none;	
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  .footer-fix-sp nav > ul > li::before,
  .footer-fix-sp nav > ul > li::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #666;
  }
  .footer-fix-sp nav > ul > li::before {
    transform: rotate(90deg);
    transition: opacity .3s;
  }
  .footer-fix-sp nav > ul > li:nth-child(1)::before,
  .footer-fix-sp nav > ul > li:nth-child(1)::after {
    display: none;
  }
  .footer-fix-sp nav > ul > li.is-open::before {
    opacity: 0;
  }
  .footer-fix-sp nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 33px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #666;
    padding: 10px 20px;
  }
  .footer-fix-sp nav ul ul li:last-child a {
    background: none;
  }
  .footer-fix-sp nav > ul > li > a:hover,
  .footer-fix-sp nav ul ul a:hover {
    text-decoration: none;
    color: #00A7EA;
  }

/* ---------------------------------------------------------
footer sp
----------------------------------------------------------*/
	footer {
    border-top: 1px solid #b9b9b9;
		padding: 0;
	}
  footer nav ul,
  footer .wrapper {
    display: block;
    width: 100%;
  }
  footer .wrapper {
    padding-bottom: 0;
    border-bottom: none;
  }
  footer nav li,
  footer .wrapper .block {
    border-bottom: 1px solid #b9b9b9;
  }
  footer nav a {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    color: #00a7ea;
    background: none;
    padding: 0 0 0 4.6%;
  }
  footer nav a::before {
    content: none;
  }
  footer nav a::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 15px;
    right: 5.5vw;
    display: block;
    width: 14px;
    height: 13px;
    background: url(../img/common/icon_arrow_blue.svg) no-repeat;
    background-size: 14px 13px;
    transform: translateY(50%);
    transition: right .3s;
  }
  footer .wrapper .block {
    width: 100%;
    padding-top: 0;
  }
  footer .wrapper .block h3 {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 1.6rem;
    border-bottom: none;
    padding: 0 0 0 4.6%;
    margin-bottom: 0;
  }
  footer .wrapper .block h3::before,
  footer .wrapper .block h3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5.5vw;
    width: 4vw;
    width: 14px;
    height: 1px;
    background: #00a7ea;
  }
  footer .wrapper .block h3::after {
    transform: rotate(90deg);
    transition: opacity .3s;
  }
  footer .wrapper .block h3.is-open::after {
    opacity: 0;
  }
  footer .wrapper .block ul {
    max-height: 0;
    padding: 0 9vw 0;
    overflow: hidden;
    transition: max-height .3s;
  }
  footer .wrapper .block h3.is-open + ul {
    display: block;
    max-height: 80vw;
    padding-bottom: 4vw;
  }
	footer .footer-info {
		display: none;
	}
	footer .footer-bottom {
    /*
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
		background-size: 5px 1px;
		background-position: top;
		background-repeat: repeat-x;
    */
		padding-bottom: 75px;
	}
	footer .footer-bottom .inner {
		display: block;
		width: 92vw;
		padding: 24px 0 0;
	}
	footer .footer-bottom .logo {
		width: 62.6vw;
		margin: 0 auto 11px;
		margin: 0 auto 20px;
	}
  footer .footer-bottom .footer-info-sp {
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    margin: 0 auto 13px;
  }
  footer .footer-bottom .footer-info-sp li {
    list-style: none;
    width: 50%;
  }
  footer .footer-bottom .footer-info-sp a {
    font-size: 1.4rem;
    color: #707070;
    line-height: 2;
  }
	footer .footer-bottom p {
		text-align: center;
		line-height: 1.7;
	}

/* ---------------------------------------------------------
#pagetop sp
----------------------------------------------------------*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 75px;
	width: 13px;
	height: 24px;
	z-index: 2;
}
#pagetop img {
	width: 100%;
	height: auto;
}

}