@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


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

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

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

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

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

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








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

0000 for test
0001 INITIAL VALUE
0002 LAYOUT
0003 TYPOGRAPHY RESET
0004 PANKUZU
0005 LOGO
0006 HEADER
0007 Humberger
0008 FOOTER
0009 FOOTER area-banner
0010 FOOTER もろもろ
0011 BTN-FIEXED
0012 free-dial
0013 btn-more



9999 調整





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





/*-----------------------------------------------------------------------------------------
0000 for test
----------------------------------------------------------------------------------------- */
.fadein.viewer {
	opacity: 0;
	transform: translate(200px, 0);
	transition: all 0;
}

.fadein.viewer.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 1.2s;
}

.fadein2.viewer {
	opacity: 0;
	transform: translate(300px, 0);
	transition: all 0;
}

.fadein2.viewer.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 1.2s;
}

.fadein3.viewer {
	opacity: 0;
	transform: translate(400px, 0);
	transition: all 0;
}

.fadein3.viewer.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 1.2s;
}


.fadein4.viewer {
	opacity: 0;
	transform: translate(-200px, 0);
	transition: all 0;
}

.fadein4.viewer.scrollin {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 1.2s;
}





.view {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
}

.view.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


.view2 {
	opacity: 0;
	transform: translate(0, 150px);
	transition: all 1.4s;
}

.view2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.view3 {
	opacity: 0;
	transform: translate(0, 200px);
	transition: all 1.7s;
}

.view3.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


.view-yoko {
	opacity: 0;
	transform: translate(200px, 0);
	transition: all 1.0s;
}

.view-yoko.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.view-yoko2 {
	opacity: 0;
	transform: translate(225px, 0);
	transition: all 1.5s;
}

.view-yoko2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.view-yoko3 {
	opacity: 0;
	transform: translate(250px, 0);
	transition: all 2.0s;
}

.view-yoko3.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}





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

	.view,
	.view2,
	.view3 {
		transform: translate(0, 50px);
		transition: all 0.8s;
	}

}











/*-----------------------------------------------------------------------------------------
0001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: white;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: #222222;
	padding: 0;
	margin: 0;
	background: white;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	/* overflow-x: hidden; */

}

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


article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;

}


main {
	display: block;
	padding: 120px 0;
	margin: 0;
	width: 100%;
	background: white;
	background-size: 100% auto;
	border-left:0px solid red;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

a {
	color: #28B8E6;
	text-decoration: none;
}

a:hover {
	transition: 0.5s;
	text-decoration: none;
	opacity: 0.5;
}

.none {
	display: none;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

strong,
b {
	font-weight: 600;
}

small {
	font-size: 0.6em;
}

em {
	color: #CF4D09;
	padding: 0 0.3em;
	font-style: normal;
}

li {
	list-style: none;
}

hr {
	width: 100%;
	margin: 15px auto;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.flexbox {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container li {
	list-style: none;
}


@media screen and (max-width: 1200px) {
	html {
		font-size: calc(62.5% * 0.95);
	}

	main {
		padding: 70px 0;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: calc(62.5% * 0.9);
		font-size: calc(62.5% * 1);
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: calc(62.5% * 0.85);
		font-size: calc(62.5% * 1);
	}

	body {
		min-width: 100%;
		padding-bottom: 40px
	}

	main {
		padding-top: 70px;
		padding-bottom: 4.5vw;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 520px) {
	html {
		font-size: calc(62.5% * 0.8);
		font-size: calc(62.5% * 1);
	}
}

@media screen and (max-width: 420px) {
	html {
		font-size: calc(62.5% * 0.75);
		font-size: calc(62.5% * 1);
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: calc(62.5% * 0.7);
		font-size: calc(62.5% * 1);
	}
}









/*-----------------------------------------------------------------------------------------
0002 LAYOUT
----------------------------------------------------------------------------------------- */
.container {
	border: 0px solid red;
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container-fluid {
	border: 0px solid blue;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox li {
	list-style: none;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {
	border: 0px solid black;
	padding: 0 15px;
	display: block;
	float: none;
	position: relative;
}

.col-01 {
	width: 8.33333%;
}

.col-02 {
	width: 16.66667%;
}

.col-03 {
	width: 25%;
}

.col-04 {
	width: 33.33333%;
}

.col-05 {
	width: 41.66667%;
}

.col-06 {
	width: 50%;
}

.col-07 {
	width: 58.33333%;
}

.col-08 {
	width: 66.66667%;
}

.col-09 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

.container-fluid .col-12,
.container-fluid .col-11,
.container-fluid .col-10,
.container-fluid .col-09,
.container-fluid .col-08,
.container-fluid .col-07,
.container-fluid .col-06,
.container-fluid .col-05,
.container-fluid .col-04,
.container-fluid .col-03,
.container-fluid .col-02,
.container-fluid .col-01 {
	padding: 0;
}

@media (max-width: 1200px) {
.container {
	width: 100%;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {}


}


@media (max-width: 768px) {
	.container {
		width: 100%;
			padding-left:1vw;
			padding-right:1vw;

	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 0 10px;
	}

	.col-01 {
		width: 8.33333%;
	}

	.col-02 {
		width: 16.66667%;
	}

	.col-03 {
		width: 33.33333%;
	}

	.col-04 {
		width: 100%;
	}

	.col-05 {
		width: 100%;
	}

	.col-06 {
		width: 100%;
	}

	.col-07 {
		width: 100%;
	}

	.col-08 {
		width: 100%;
	}

	.col-09 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.col-11 {
		width: 100%;
	}

	.col-12 {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.col-01 {
		width: 25%;
	}

	.col-02 {
		width: 25%;
	}

	.col-03 {
		width: 50%;
	}
}

@media (max-width: 375px) {
	.col-01 {
		width: 50%;
	}

	.col-02 {
		width: 50%;
	}

	.col-03 {
		width: 100%;
	}
}








/*-----------------------------------------------------------------------------------------
0003 TYPOGRAPHY RESET
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li th,
td,
dt,
dd,
address {
	font-size: 1rem;
	line-height: 1;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #333;
}

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

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

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

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

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

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










/*-----------------------------------------------------------------------------------------
0004 PANKUZU
----------------------------------------------------------------------------------------- */
.pankuzu {
	padding: 1em 0;
	font-size: 1.3rem;
	margin: 0 0 1em 0
}

.pankuzu span,
.pankuzu i {
	margin: 0 1em 0 0;
}

.pankuzu a {
	text-decoration: underline;
}

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

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

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

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

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

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









/*-----------------------------------------------------------------------------------------
0005 LOGO
----------------------------------------------------------------------------------------- */
.logo {
	border: 0px solid red;
	padding: 0 0 0 15px;
	margin: 0;
	display: block;
}

.logo a {
	border: 0px solid red;
	padding: 0;
	margin: 0;
	display: block;
}

.logo img {
	border: 0px solid orange;
	width: 500px;
	padding: 0;
	margin: 0;
}

.logo span {
	display: none;
}

footer .logo {
	padding: 0;
	margin-top: 4.5rem;
}

@media screen and (max-width: 1200px) {
	.logo {
		margin: 0 auto;
		border: 0px solid red;
	}

	.logo img {
		width: auto;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
	}

}

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

@media screen and (max-width: 768px) {
	.logo {
		margin: 0;
	}

	.logo img {
		height: 35px;
	}
}

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

@media screen and (max-width: 420px) {
	.logo img {
		height: 30px;
	}
}

@media screen and (max-width: 375px) {
	.logo img {
		height: 25px;
	}
}





/*-----------------------------------------------------------------------------------------
0006 HEADER
----------------------------------------------------------------------------------------- */
header {
	width: 100%;
	height: 120px;
	background: white;
	position: fixed;
	z-index: 1000;
	box-shadow: 0px 0px 10px gray;
}

header .upper {
	width: 100%;
	height: 80px;
	border: 0px solid red;
}

header .upper .col-06 {
	border: 0px solid green;
	height: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-contact ul {
	height: 100%;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.area-contact ul li {
	height: 100%;
	padding: 0;
	margin: 0;
}

.area-contact ul li:last-child {
	width: 80px;
	height: 80px;
	display: block;
	margin-left: 10px;
}

.area-contact ul li:last-child a {
	width: 100%;
	height: 100%;
	display: block;
	background: #28B8E6;
	color: white;
	text-align: center;
	line-height: 1;
	font-size: 50px;
	padding-top: 3px;
}

.area-contact ul li:last-child a small {
	display: block;
	font-size: 11px;
	margin-top: 3px;
}



@media screen and (max-width: 1200px) {
	header {
		height: 70px;
	}


	header .col-06.first {
		width: 100%;
	}

	header .col-06.second {
		display: none;
	}
}

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

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

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

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

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







/*-----------------------------------------------------------------------------------------
0007 navigation
----------------------------------------------------------------------------------------- */
.area-navigation {
	background: #E9F7FC;
	padding: 25px 0;
}


nav ul {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

nav ul li {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}

nav ul li a {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	padding: 0 1.25em;
	margin: 0;
	border-left: 1px solid #333;
	color: #222
}

nav ul li a:hover {
	background: rgba(40, 184, 230, 0.2);
}

nav ul li:first-child a {
	border: none;
}


header .area-navigation {
	background: white;
	padding: 13px 0;
	border-top: 1px solid #ddd;
}

header nav ul li a {
	border-color: #ccc;
}



@media screen and (max-width: 1200px) {
	.area-navigation .container {
		width: 100%;
		margin: 0;
	}


	nav ul {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}

	nav ul li {
		font-size: 1.5rem;
		margin: 0.5em 0.5em 0.5em 0;
	}

	nav ul li a,
	nav ul li:first-child a {
		padding: 0 1em;
		border: 1px solid #333;

	}

	nav ul li a:hover {
		background: rgba(40, 184, 230, 0.2);
	}



	header .area-navigation {
		display: none;
	}
}

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

@media screen and (max-width: 768px) {
	nav ul li {
		font-size: 1.3rem;
	}
}

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

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

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







/*-----------------------------------------------------------------------------------------
0007 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 40px;
	right: 20px;
	width: 40px;
	height: 34px;
	z-index: 1001;
	display: none;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333333;
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 15px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

@media screen and (max-width: 1200px) {
	.hamburger {
		top: 19px;
		right: 20px;
		display: block;
	}
}





#navigation {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	left: 0;
	z-index: 1002;
	background-size: auto auto;
	background-color: #28B8E6;
	/* background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #3ac3ef, #3ac3ef 20px); */
	background: linear-gradient(135deg, #28B8E6 0%, #4DA4F2 100%);

}

.accordion {
	border: 0px solid #ffa4ae;
	height: 100%;
	width: 100%;
	padding: 5%;
	margin: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordion ul.accordion-container {
	border: 0px solid black;
	width: 100%;
	padding: 0;
	background: rgba(255, 255, 255, 0);
}

.accordion ul.accordion-container li {
	border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
	padding: 0;
	margin: 0 0 0 0;
}

.accordion ul.accordion-container li a {
	display: block;
	border: 0px solid orange;
	padding: 3vw 1vw;
	margin: 0;
	font-size: 4vw;
	line-height: 1.4;
	text-decoration: none;
	font-weight: 400;
	color: white;
	letter-spacing: 0.1em
}

.accordion ul.accordion-container li.title {
	border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
	font-size: 4.5vw;
	line-height: 1.4;
	padding: 3vw 0;
	margin: 0 0 0 0;
	font-weight: 400;
	color: black;
	position: relative;
	cursor: pointer;
	color: white;
	letter-spacing: 0.2em
}

.accordion ol.content {
	display: none;
	border: 0px solid red;
	padding: 0 0 0 30px;
}

.title::after {
	content: "";
	display: block;
	border-right: solid 3px #fff;
	border-top: solid 3px #fff;
	height: 13px;
	width: 13px;
	right: 20px;
	top: 43%;
	position: absolute;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}



.accordion ul.accordion-container li:first-child {
	border-top: 2px dotted rgba(255, 255, 255, 0.8);
}

.accordion ol.content li:first-child {
	border-top: none;
}

.accordion ul.accordion-container li a:hover,
.accordion ul.accordion-container li.title:hover {
	color: black;
	transition: 0.5s;
	opacity: 1;
	background: yellow
}


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

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

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

@media screen and (max-width: 520px) {
	.title::after {
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		height: 9px;
		width: 9px;
	}
}

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

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









/*-----------------------------------------------------------------------------------------
0008 FOOTER
----------------------------------------------------------------------------------------- */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	color: white;
	font-size: 12px;
	line-height: 1.5;
}

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

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

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

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

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

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



/*-----------------------------------------------------------------------------------------
0009 FOOTER area-banner
----------------------------------------------------------------------------------------- */
.area-banner {
	border: 0px solid red;
	padding: 30px 0;
	margin: 0;
}

.area-banner ul {
	border: 0px solid red;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-banner ul li a {
	border: 1px solid #ddd;
	display: block;
}

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

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

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

@media screen and (max-width: 520px) {
	.area-banner ul {
		padding: 0 20%;
	}

	.area-banner ul li.col-03 {
		width: 100%;
		margin: 5px 0;
	}

}

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

@media screen and (max-width: 375px) {
	.area-banner ul {
		padding: 0 10%;
	}
}



/*-----------------------------------------------------------------------------------------
0010 FOOTER もろもろ
----------------------------------------------------------------------------------------- */
footer .copyright {
	text-align: center;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2;
	padding: 0.5em 0;
	background: #26b8e6;
	background: linear-gradient(90deg, #26b8e6 0%, #26b8f7 100%);
	color: white;
	letter-spacing: 0.1em;
}


footer address {
	font-size: 1.3rem;
	line-height: 1.4;
	color: #333;
	padding: 0;
	margin: 3.0rem 0 6.0rem;
}


@media screen and (max-width: 1200px) {
	.area-logo .col-06 {
		width: 100%;
		border: 0px solid red;
	}


	footer address {
		text-align: center;
		margin-bottom: 90px;
	}
}

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

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

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

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

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






/*-----------------------------------------------------------------------------------------
0011 BTN-FIEXED
----------------------------------------------------------------------------------------- */
.btn-fixed {
	position: fixed;
	bottom: 30px;
	right: 0px;
	border: 0px solid red;
	width: auto;
	opacity: 1;
	z-index: 2000;
	background: white;
	padding: 10px 0 10px 10px;
	margin: 0;
	opacity: 0.9;
}

.btn-fixed ul {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
	border: 0px solid red;
	padding: 0;
	margin: 0
}

.btn-fixed ul li {
	width: auto;
	height: 60px;
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

.btn-fixed ul li:nth-child(2) {
	margin: 0 0.5rem;
}


.btn-fixed ul li a {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	font-size: 21px;
	letter-spacing: 0.1em;
	color: White;
	background: #26b8e6;
	padding: 5px 30px;
}

.btn-fixed ul li:nth-child(2) a {
	background: #fccf00;
	color: #222;
}

.btn-fixed ul li:last-child a {
	background: #79c139;
	background: linear-gradient(0deg, #80BC31 0%, #79c139 100%);
	color: #222;
	padding-left: 5px;
	padding-right: 10px;
}




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

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

@media screen and (max-width: 768px) {
	.btn-fixed {
		bottom: 0;
		right: 0;
		width: 100%;
		padding: 0;
	}




	.btn-fixed ul li:first-child,
	.btn-fixed ul li:nth-child(2) {
		margin: 0;
		width: calc((100% - 275px) / 2);
	}

	.btn-fixed ul li:first-child a,
	.btn-fixed ul li:nth-child(2) a {
		font-size: 3vw;
		padding-left: 1px;
		padding-right: 1px;
	}




}

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

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

	.btn-fixed ul li:first-child,
	.btn-fixed ul li:nth-child(2) {
		width: 50%;
		height: 40px;
	}

	.btn-fixed ul li:last-child {
		width: 100%
	}


	.btn-fixed ul li:first-child a,
	.btn-fixed ul li:nth-child(2) a {
		font-size: 4vw;
	}
}

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













/*-----------------------------------------------------------------------------------------
0012 free-dial
----------------------------------------------------------------------------------------- */
dl.free-dial {
	padding: 0;
}

dl.free-dial dt {
	width: 74px;
	padding: 0;
	margin: 0;
	border: 1px solid white;
}

dl.free-dial dd {
	width: calc(100% - 74px);
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 34px;
	line-height: 1;
	color: White;
	font-family: 'Oswald', sans-serif
}

dl.free-dial dd small {
	display: block;
	font-size: 14px;
	line-height: 1;
}

header dl.free-dial dd {
	color: #333;
}


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

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

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

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

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

	.btn-fixed ul li:first-child,
	.btn-fixed ul li:nth-child(2) {
		width: 50%;
		height: 40px;
	}

	.btn-fixed ul li:last-child {
		width: 100%
	}


	.btn-fixed ul li:first-child a,
	.btn-fixed ul li:nth-child(2) a {
		font-size: 4vw;
	}

	dl.free-dial {
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		justify-content: center;
	}

	dl.free-dial dd {
		width: auto;
	}
}

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










/*-----------------------------------------------------------------------------------------
0013 btn-more
----------------------------------------------------------------------------------------- */


.btn-more {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 10px 0;

}

.btn-more a {
	display: block;
	background: #009ADD;
	width: Auto;
	color: White;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.9em 2.5em;
	border-radius: 20px;
}







/*-----------------------------------------------------------------------------------------
9999 調整
----------------------------------------------------------------------------------------- */

.change-pc {
	display:block;
}

.change-sp {
	display:none;
}

@media screen and (max-width: 1200px) {
.change-pc {
	display:none;
}

.change-sp {
	display:block;
}
}



