@media screen and (max-width: 768px){
@media screen and (max-width: 768px){
	
	
.yuyake {
	background: #fbede6;
	min-width: 100%;
}
	
.azamino {
	background: #e9f6f9;
	min-width: 100%;
}
	
	
.link01 a {
	display: block;
	color: #fff;
	position: relative;
	font-size: 15px;
	background: #f77636;
	border-radius: 100px;
	text-align: center;
	font-weight: bold;
	padding: 20px 40px;
	box-shadow: 0px 5px 0px -1px #d85c1e;
}
.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 13px;
	margin-top: -5px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;	
}


.link02 a {
	display: block;
	color: #f77636;
	position: relative;
	font-size: 15px;
	border: solid #f77636 2px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	padding: 20px 40px;
}
.link02 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 13px;
	margin-top: -6px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;	
}

	
.link03 a {
	display: block;
	color: #fff;
	position: relative;
	font-size: 15px;
	border: solid #fff 2px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	padding: 20px 40px;
	line-height: 1.4;
}
.link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 13px;
	margin-top: -6px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;	
}


.link04 a {
	display: block;
	color: #fff;
	position: relative;
	font-size: 15px;
	background: #17b7cd;
	border-radius: 100px;
	text-align: center;
	font-weight: bold;
	padding: 20px 40px;
	box-shadow: 0px 5px 0px -1px #0a7f8f;
}
.link04 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 13px;
	margin-top: -6px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;	
}
	
	
.link05 a {
	display: block;
	color: #17b7cd;
	position: relative;
	font-size: 15px;
	border: solid #17b7cd 2px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	padding: 20px 40px;
	line-height: 1.4;
}
.link05 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 13px;
	margin-top: -6px;
	background: url("../images/arrow05.png") right center no-repeat;
	background-size: 100% auto;	
}
	
	
.t-link a {
	position: relative;
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
}
 .t-link a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	width: 16px;
	height: 15px;
	margin-top: -7px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;	
}


.t-link02 a {
	position: relative;
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
}
.t-link02 a::after{
	content: "";
	position: absolute;
	top: 26%;
	right: -32px;
	width: 24px;
	height: 24px;
	margin-top: -7px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;	
}


.t-link03 a {
	position: relative;
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
}
.t-link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	width: 16px;
	height: 15px;
	margin-top: -7px;
	background: url("../images/arrow05.png") right center no-repeat;
	background-size: 100% auto;	
}

/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 10;
	top: 0;
  min-width: 100%;	
	background: #fbede6;
	height: 50px;
}
	

	
.h-com .area01_box {
	display: block;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

	
.h-com .h-logo {
	width: 140px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
}


	/*----- .hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		background:#fbede6;
		cursor: pointer;
		z-index: 999;
	}
	.group #hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		background:#fff;
		cursor: pointer;
		z-index: 999;
	}
	
	.azamino #hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		background:#e9f6f9;
		cursor: pointer;
		z-index: 999;
	}
	
	
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		width: 22px;
		height: 1px;
		background: #f87d05;
		margin: auto;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.azamino #hb-menu span {
		display: block;
		width: 22px;
		height: 1px;
		background: #17b7cd;
		margin: auto;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}	
	
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3) {
		margin-top: 6px;
	}
	#hb-menu span:nth-of-type(4) {
		background: none;
		margin-top:-2px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu span {
		background: #f87d05;
	}
	
	.azamino .hb-open #hb-menu span {
		background: #17b7cd;
	}	
	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}
	.hb-open span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}
	.hb-open span:nth-of-type(3) {
		-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
		transform: translateY(-5px) translateX(0) rotate(-45deg);
	}
	.hb-open span:nth-of-type(4) {
		background: none!important;
	}

	/* overlay */
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		pointer-events: none;
		z-index: 10;
		transition: all 0.6s ease;
	}
	.hb-open .overlay {
		background: rgba(247,118,54,0.8);
		pointer-events: auto;
	}
	
	.azamino .hb-open .overlay {
		background: rgba(23,183,203,0.8);
		pointer-events: auto;
	}

	/*----- .sp-g-nav -----*/
	.sp-g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 888;
	}
	.hb-open .sp-g-nav .g-nav-inner {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
	.sp-g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		background: #fbede6;
		padding: 80px 30px  60px 35px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all 0.6s ease;
		transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateZ(0%);
		-ms-transform: translateZ(0%);
		-webkit-transform: translateZ(0%);
		z-index: 999;
	}
	
.group .sp-g-nav .g-nav-inner {
		background: #fff;
	}	
	
.azamino .sp-g-nav .g-nav-inner {
		background: #e9f6f9;
	}	
		
	
	.sp-g-nav .g-nav-inner li {
		margin: 0 0 20px;
		padding: 0 0;
	}
	.sp-g-nav .g-nav-inner li:last-child {
		margin: 0 0 0;
		border-bottom: none;
	}
	.sp-g-nav .g-nav-inner li a {
		font-size: 15px;
		font-weight: bold;
	}
	.sp-g-nav .g-nav-inner li .e-nav {
		width: 100%;
		display: block;
		background: #f77636;
		margin: 40px 0 0;
		padding: 6px 0;
		text-align: center;
		border-radius: 100px;
		color: #fff;
	}
	
	.azamino .sp-g-nav .g-nav-inner li .e-nav {
		width: 100%;
		display: block;
		background: #17b7cd;
		margin: 40px 0 0;
		padding: 6px 0;
		text-align: center;
		border-radius: 100px;
		color: #fff;
	}
			
		
	.sp-g-nav .sp-g-nav-submenu {
		margin: 0 0 0 15px;
	}
	.sp-g-nav .sp-g-nav-submenu li {
		margin: 5px 0 5px;
		padding: 0 0 0 15px;
		position: relative;
	}
	.sp-g-nav .sp-g-nav-submenu li:before {
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		background: #f77636;
		width: 8px;
		height: 2px;
	}
	.sp-g-nav .sp-g-nav-submenu li a {
		display: block;
		font-size: 14px;
		font-weight: normal;
	}
	
	
	
/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
	width: 100%;
	margin: 80px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px 10%;
	position: relative;
	background: #fff;
}
footer .inner {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
	padding: 60px 0 30px 0;
}

	footer .f-logo {
		width: 180px;
		margin: auto;
	}
	
.azamino footer .f-logo {
		width: 210px;
		margin: auto;
	}	
footer .left {
	float: none;
	width: 100%;
}



footer .right {
	float: none;
	width: 100%;
}

footer .ls-box {
	display: inline-block;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 100%;
	margin-top: 25px;
}


footer .ls-box .ls01 {
	width: 100%;
	margin-top: 0;
}

.group footer .ls-box .ls01 {
	width: 100%;
}

	
footer .ls-box .ls01 li {
	margin-bottom: 12px;
	margin-left: 12px;
}
footer .ls-box a {
	position: relative;
	font-size: 13px;
	width: 100%;
	display:block;
	z-index: 1;
}

footer .ls-box a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	width: 8px;
	height: 2px;
	background: #f77636;
	display: block;
}

	
.azamino footer .ls-box a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	width: 8px;
	height: 2px;
	background: #17b7cd;
	display: block;
}

footer .inner .copy {
	font-size: 12px;
	margin-top: 30px;
}




/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.l-pagetop__link {
	background: url("../images/pagetop.png")center center no-repeat;
	background-size: 100% auto;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
}

.azamino .l-pagetop__link {
	background: url("../images/azamino-pagetop.png")center center no-repeat;
	background-size: 100% auto;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
}	
	
.l-pagetop span {
	display: none;
}
	
	
.group .l-pagetop {
  bottom: 75px;
}
.yuyake .l-pagetop {
  bottom: 75px;
}
.azamino .l-pagetop {
  bottom: 75px;
}

	
	
.tel-link {
	text-decoration: underline!important;
	pointer-events: auto;
}
	
	
	
	
	
/*--------------------------------------------------
  sp-fixed-nav
--------------------------------------------------*/
.sp-fixed-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
}
.sp-fixed-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sp-fixed-nav ul li {
	box-sizing: border-box;
	text-align: center;
}
.yuyake .sp-fixed-nav ul li {
	width: 33.333%;
}
.azamino .sp-fixed-nav ul li {
	width: 50%;
}
.group .sp-fixed-nav ul li {
	width: 50%;
}
.sp-fixed-nav ul li a {
	display: block;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.yuyake .sp-fixed-nav ul li:nth-child(1) a {
	background: #f77636;
	color: #fff;
}
.yuyake .sp-fixed-nav ul li:nth-child(2) a {
	background: #fff6b0;
	color: #f77636;
}
.yuyake .sp-fixed-nav ul li:nth-child(3) a {
	background: #ffece2;
}
.yuyake .sp-fixed-nav ul li:nth-child(4) a {
	background: #ffe225;
}
	
.azamino .sp-fixed-nav ul li:nth-child(1) a {
	background: #17b7cd;
	color: #fff;
}
.azamino .sp-fixed-nav ul li:nth-child(2) a {
	background: #e9f6f9;
	color: #17b7cd;
}
.azamino .sp-fixed-nav ul li:nth-child(3) a {
	background: #ffe225;
}
	
.group .sp-fixed-nav ul li a {
	padding: 15px 10px;
	color: #fff;
}
.group .sp-fixed-nav ul li:nth-child(1) a {
	background: #f77636;
}
.group .sp-fixed-nav ul li:nth-child(2) a {
	background: #17b7cd;
}
	
.sp-fixed-nav ul li .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.sp-fixed-nav ul li .icon01 {
	width: 20px;
}
.sp-fixed-nav ul li .icon02 {
	width: 20px;
}
.sp-fixed-nav ul li .icon03 {
	width: 20px;
}
.sp-fixed-nav ul li .icon04 {
	width: 30px;
}
.sp-fixed-nav ul li .icon05 {
	width: 25px;
}
	
	
	
	
	
/*--------------------------------------------------
  movie
--------------------------------------------------*/
.movie {
	margin: 50px auto;
}
	
.movie .movie_wrap {
	width: 100%;
	margin: auto;
}
	
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}
}



	
	
	
	
	
	
	
	
	

	

