@charset "utf-8";

/* ----------------------
		reset
---------------------- */
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1em;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.4;
	font-weight: normal;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

p {
	line-height: 1.5;
}

em {
	font-style: normal;
}

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

select:focus {
	outline: none;
}

a:hover > img {
	opacity:0.7;
}

a > img {
	opacity:1;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

main {
	display: block;
}

.fit {
	width: 100%;
	height: auto;
}

/* ----------------------
		CP2019
---------------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
}

a[href^="tel:"] {
	color: #333;
	text-decoration: underline;
}

a.nolink {
    pointer-events: none;
}

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

	a[href^="tel:"] {
	    pointer-events: none;
	}
}

.alpha a:hover > img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.alpha a > img {
	-webkit-transition: all 0.30s ease 0s;
	-moz-transition: all 0.30s ease 0s;
	transition: opacity 0.30s ease 0s;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pc_br {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

img.fit {
	width: 100%;
}

/*
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Oswald', sans-serif;
*/

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

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
	
	.pc_br {
		display: none;
	}

}

.header {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #006fbe;
}

.header p {
	width: 175px;
}

.follow_btn {
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e9f6fe;
	position: relative;
}

.follow_btn::after {
	margin: 0 auto;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 15px solid #1da1f2;
}

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

	.header {
		padding: 0 0 0 15px;
		height: 70px;
		justify-content: flex-start;
	}

	.header p {
		width: 210px;
	}

	.main_img {
		height: 865px;
		background: #1da1f2 url(../images/main_back.png) no-repeat center top -50px;
		background-size: 1300px auto;
	}
	
	.main_img_inner {
		margin: 0 auto;
		max-width: 960px;
	}
	
	
	.main_img h1 {
		margin: 0 auto 5px;
		padding-top: 70px;
		max-width: 920px;
	}
	
	.main_img p {
		margin: 0 27px 0 0;
		float: right;
		max-width: 219px;
	}

}

.main_inner {
	background: #1da1f2 url(../images/wave_sp.png) repeat-x center bottom;
	background-size: 384px auto;
	color: #fff;
}

.flow {
	margin: 0 20px;
}

.flow h2 {
	margin: 0 -10px;
	padding: 40px 0 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.flow h2 em {
	color: #fffc00;
}

.flow_box {
	padding: 30px 20px 0;
	border: 3px solid #fffc00;
}

.flow_box h3 {
	padding: 0 0 25px 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}

.flow_box li {
	margin: 0 0 30px 0;
	padding: 0 0 25px 0;
	color: #666;
	border-radius: 5px;
	position: relative;
	text-align: center;
	background: #fff;
	box-shadow: 6px 6px 10px -6px #777;
}

.flow_box li.step1:before,
.flow_box li.step2:before {
	margin: auto;
	position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}

.flow_box li::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
}

.flow_box li.step1:after {
	border-color: #92b80b transparent transparent transparent;
}

.flow_box li.step2:after {
	border-color: #00b3c3 transparent transparent transparent;
}

.flow_box li.step3:after {
	border-color: #f3711b transparent transparent transparent;
}

.flow_box li h4 {
	padding: 25px 0 0;
	font-size: 1.2rem;
	font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.flow_box li h4 span {
	display: block;
	font-size: 2.8rem;
	line-height: 1.0;
}

.flow_box li.step1 h4,
.flow_box li.step1 p em {
	color: #92b80b;
}

.flow_box li.step2 h4,
.flow_box li.step2 p em {
	color: #00b3c3;
}

.flow_box li.step3 h4,
.flow_box li.step3 p em {
	color: #f3711b;
}

.flow_box li p {
	margin: 10px 0 0 0;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.8;
}

.flow_box li.step1 p {
	margin: 10px 0 15px;	
}

.flow_box li.step3 p {
	margin: 5px 0 10px 0;
	font-size: 1.6rem;
}

.flow_box li p span {
	padding: 8px 0 0 0;
	display: block;
	line-height: 1.0;
	font-size: 1.0rem;
}

.flow_box li p em {
	font-size: 1.6rem;
	display: block;
}

.flow_box li.step2 figure {
	margin: 15px auto 0;
	width: 59px;
}

.flow_box li.step3 figure {
	margin: 0px auto 0;
	width: 178px;
}

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

	.main_inner {
		background: #1da1f2 url(../images/wave_pc.png) repeat-x center bottom;
		background-size: 1300px auto;
	}

	.flow {
		margin: 0 auto;
		width: 960px;
	}
	
	.flow h2 {
		margin: 0;
		padding: 50px 0;
		font-size: 2.4rem;
	}
	
	.flow_box {
		padding: 50px 55px 55px;
	}
	
	.flow_box h3 {
		padding: 0 0 30px 0;
		font-size: 3.0rem;
	}
	
	.flow_box ul {
		display: flex;
		justify-content: space-between;
	}
	
	.flow_box li {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 330px;
	}
	
	.flow_box li.step1:before,
	.flow_box li.step2:before {
		top: 134px;
		left: inherit;
		right: -30px;
		bottom: inherit;
		border-left: 10px solid #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: none;
	}
	
	.flow_box li p {
		margin: 20px 0 0 0;
	}
	
	.flow_box li.step1 p {
		margin: 20px 0 50px 0;	
	}
	
	.flow_box li.step3 p {
		margin: 5px 0 10px 0;
	}
	
	.flow_box li.step2 figure {
		margin: 40px auto 0;
	}
	
}

.kiyaku {
	padding: 0 0 100px 0;
}

.kiyaku h2 {
	padding: 70px 0 30px;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}

.kiyaku > p {
	margin: 0 20px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.kiyaku table {
	margin: 30px 0 0;
}

.kiyaku th {
	padding: 25px 20px 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.4;
	border-top: 1px solid #76c6f7;
	display: block;
}

.kiyaku td {
	padding: 5px 20px 25px;
	font-size: 1.4rem;
	text-align: left;
	display: block;
}

.kiyaku tr:last-child td {
	border-bottom: 1px solid #76c6f7;
}

.kiyaku td a {
	color: #fff;
	text-decoration: underline;
}

.kiyaku td p {
	margin: 0 0 15px 0;
	line-height: 1.6;
}

.kiyaku td li {
	margin: 0 0 10px 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}

.kiyaku td p.sub {
	margin: 0;
	font-size: 1.2rem;
}

.kiyaku td li ul {
	margin: 15px 0;
}

.kiyaku td li li {
	margin: 0 0 2px 0;
}

.kiyaku td li p.sub {
	margin: 0 0 0 2em;
}

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

	.kiyaku {
		margin: 0 auto;
		padding: 0 0 250px 0;
		width: 960px;
	}
	
	.kiyaku h2 {
		padding: 70px 0 30px;
		font-size: 3.0rem;
	}
	
	.kiyaku > p {
		margin: 0;
		font-size: 1.6rem;
	}

	.kiyaku table {
		margin: 40px 0 0;
	}
	
	.kiyaku th {
		padding: 25px 0;
		width: 220px;
		border-top: 1px solid #fffc00;
		display: table-cell;
	}
	
	.kiyaku td {
		padding: 25px;
		border-top: 1px solid #76c6f7;
		display: table-cell;
	}
	
	.kiyaku tr:last-child th {
		border-bottom: 1px solid #fffc00;
	}
	
	.kiyaku tr:last-child td {
		border-bottom: 1px solid #76c6f7;
	}
	
}

.section-title {
  padding-top: 6px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
}

.view-pc {
	display: block;
}

.view-pc.inline {
	display: inline;
}

.view-tb {
	display: none;
}

.view-tb.inline {
	display: none;
}

.view-pctb {
	display: block;
}

.view-pctb.inline {
	display: inline;
}

.view-sp {
	display: none;
}

.view-sp.inline {
	display: none;
}

.access {
	padding: 60px 0 106px;
}

.access .section-subtit {
	color: #006FBE;
}

.access .section-title {
	color: #333;
}

.access .gmap {
	margin: 44px auto 0;
	width: 940px;
}

.access .access-desc {
	margin: 40px auto 0;
	width: 940px;
	overflow: hidden;
}

.access .access-desc .access-desc-l {
	width: 300px;
	float: left;
	margin-top: 10px;
}

.access .access-desc .access-desc-l .access_01_img {
	width: 300px;
	height: auto;
}

.access .access-desc .access-desc-l .access-notes {
	margin-top: 15px;
	padding: 6px 18px;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #EC2729;
	border: 1px solid #EC2729;
	line-height: 1.8;
}

.access .access-desc .access-desc-r {
	width: 620px;
	float: right;
}

.access .access-station {
	margin: 0 auto;
	width: 940px;
}

.access .access-station dt {
	margin-top: 50px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #006FBE;
	border-bottom: 1px solid #006FBE;
	padding-bottom: 4px;
	line-height: 1.8;
}

.access .access-station dd {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.8;
}

.gl-footer {
	padding: 40px 0 20px;
	background: #006FBE;
}

.gl-footer .gl-f-logo {
	text-align: center;
}

.gl-footer .gl-f-logo a {
	margin: 0 auto;
	width: 200px;
	display: block;
}

.gl-footer .gl-f-address {
	margin-top: 18px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
}

.gl-footer .gl-f-copyright {
	margin-top: 22px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
}

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

	.view-pc {
		display: none;
	}
	.view-pc.inline {
		display: none;
	}
	
	.view-tb {
		display: block;
	}
	.view-tb.inline {
		display: inline;
	}
	
	.view-pctb {
		display: block;
	}
	.view-pctb.inline {
		display: inline;
	}
	
	.view-sp {
		display: none;
	}
	.view-sp.inline {
		display: none;
	}

	.access {
		padding: 60px 0 90px;
	}
	.access .gmap {
		margin: 44px auto 0;
		width: 93.75%;
	}
	.access .access-desc {
		margin: 40px auto 0;
		width: 620px;
		overflow: hidden;
	}
	.access .access-desc .access-desc-l {
		width: 100%;
		float: none;
		margin-top: 0;
		text-align: center;
	}
	.access .access-desc .access-desc-l .access_01_img {
		width: 460px;
		height: auto;
	}
	.access .access-desc .access-desc-l .access-notes {
		margin-top: 8px;
		padding: 6px 18px;
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		color: #EC2729;
		border: 1px solid #EC2729;
	}
	.access .access-desc .access-desc-r {
		margin-top: 30px;
		float: none;
	}
	.access .access-station {
		margin: 0 auto;
		width: 93.75%;
	}
}

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

	.section-title {
		line-height: 1.5;
	}

	.view-pc {
		display: none;
	}

	.view-pc.inline {
		display: none;
	}
	
	.view-tb {
		display: none;
	}

	.view-tb.inline {
		display: none;
	}
	
	.view-pctb {
		display: none;
	}

	.view-pctb.inline {
		display: none;
	}
	
	.view-sp {
		display: block;
	}

	.view-sp.inline {
		display: inline;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}

	.access {
		padding: 60px 0 90px;
	}
	.access .gmap {
		margin: 44px auto 0;
		width: 90.66667%;
	}
	.access .access-desc {
		margin: 40px auto 0;
		width: 90.66667%;
		overflow: hidden;
	}
	.access .access-desc .access-desc-r {
		width: 100%;
	}
	.access .access-station {
		width: 90.66667%;
	}
	.access .access-station dt {
		line-height: 1.7;
	}

}
