@charset "UTF-8";

.color01 {
	color: #f77636;
}
.color02 {
	color: #f7ac36;
}
.note {
	font-size: 13px;
  padding-left:1em;
  text-indent:-1em;	
}

.ma20 {
	margin-top: 20px;
}
.ma50 {
	margin-top: 50px;
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.txt-link01 {
	font-weight: bold;
	color: #1c6ecb;
	text-decoration: underline;
}

.u-line {
	border-bottom: solid 1px #d60000;
	box-sizing: border-box;
}

.center {
	text-align: center;
}



.yuyake {
	background: #fbede6;
	min-width: 960px;
}

.azamino {
	background: #e9f6f9;
	min-width: 960px;
}


/*------------------------------------------------------------
  btn
------------------------------------------------------------*/
.link01 a {
	display: block;
	color: #fff;
	position: relative;
	font-size: 16px;
	background: #f77636;
	border-radius: 100px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 22px 50px;
	box-shadow: 0px 5px 0px -1px #d85c1e;
	box-sizing: border-box;
}
.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 16px;
	height: 15px;
	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: 16px;
	border: solid #f77636 2px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 22px 50px;
}
.link02 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 16px;
	height: 15px;
	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: 16px;
	border: solid #fff 2px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 22px 50px;
}
.link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 16px;
	height: 15px;
	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: 16px;
	background: #17b7cd;
	border-radius: 100px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 22px 50px;
	box-shadow: 0px 5px 0px -1px #0a7f8f;
	box-sizing: border-box;
}
.link04 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 16px;
	height: 15px;
	margin-top: -5px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;	
}


.link05 a {
	display: block;
	color: #17b7cd;
	position: relative;
	font-size: 16px;
	border: solid #17b7cd 2px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 22px 50px;
}
.link05 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 16px;
	height: 15px;
	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: 18px;
}
.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: 18px;
}
.t-link02 a::after{
	content: "";
	position: absolute;
	top: 18%;
	right: -44px;
	width: 34px;
	height: 34px;
	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: 18px;
}
.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;
	z-index: 10;
	position: fixed;
	top: 0;
	background: #fbede6;
	height: 105px;
	min-width: 906px;
}

.group header {
	background: #fff;
}
.azamino header {
	background: #e9f6f9;
}



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

.h-com .h-logo {
	width: 345px;
	position: relative;
}


.h-com .g-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	margin-right: 48px;
}
.h-com .g-nav li {
	height: 105px;
	margin-right: 24px;
}
.h-com .g-nav li:last-child {
	height: inherit;
	margin-right:0;
}
.h-com .g-nav li a {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
	color: #2a1003;
	font-size: 15px;
	position: relative;
}

.h-com .g-nav .e-nav {
	justify-content: center;
  line-height: 38px;
	position: relative;
	background: #f77636;
	padding: 0 24px;
	color: #fff;
	letter-spacing: 0.05em;
	border-radius: 100px;
	text-align: center;
	font-size: 15px;	
}

.azamino .h-com .g-nav .e-nav {
	justify-content: center;
  line-height: 38px;
	position: relative;
	background: #17b7cd;
	padding: 0 24px;
	color: #fff;
	letter-spacing: 0.05em;
	border-radius: 100px;
	text-align: center;
	font-size: 15px;	
}



@media screen and (max-width: 1200px){
	.h-com .g-nav li {
		 margin-right: 12px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
  }	
  .h-com .h-logo {
    width: 205px;
		margin-left: 20px;
    position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;	
  }	
}

@media screen and (max-width: 1000px){
  .h-com .g-nav li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: bold;
    color: #2a1003;
    font-size: 13px;
    position: relative;
  }

  .h-com .g-nav .e-nav {
    justify-content: center;
    line-height: 38px;
    position: relative;
    background: #f77636;
    padding: 0 24px;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 100px;
    text-align: center;
    font-size: 13px;	
  }	
 .azamino .h-com .g-nav .e-nav {
    justify-content: center;
    line-height: 38px;
    position: relative;
    background: #17b7cd;
    padding: 0 24px ;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 100px;
    text-align: center;
    font-size: 13px;	
  }		

}





/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
	width: 100%;
	margin: 130px auto 0;
	min-width: 960px;
	box-sizing:border-box;
  padding: 0 48px;
	position: relative;
	background: #fff;
}

.group footer {
  margin: 0 auto 0;
}


footer .inner {
	width: 100%;
	max-width: 1128px;
	margin: auto;
	position: relative;
	padding: 66px 0 30px 0;
}


footer .left {
	float: left;
	width: 283px;
}

footer .right {
	float: right;
	width: 53%;
}

footer .ls-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 100%;
}

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

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

footer .ls-box .ls01 li {
	margin-bottom: 10px;
}
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: 13px;
	margin-top: 60px;
	text-align: center;
	
}




/*--------------------------------------
　PageTop
---------------------------------------*/



#p-top {
	 padding-top: 60px;
   margin-top:-60px;
}

.l-pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 111;
}
.l-pagetop a {
	display: block;
}

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

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


.l-pagetop span {
	display: none;
}




.tel-link {
	text-decoration: none!important;
	pointer-events: none;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}


::-webkit-scrollbar-thumb {
  background: #d6d6d6;
}





/*--------------------------------------------------
  movie
--------------------------------------------------*/
.movie {
	margin: 100px auto;
	box-sizing: border-box;
}

.movie .movie_wrap {
	width: 760px;
	margin: auto;
}
.movie .movie_block {
	position: relative;
  width: 100%;
	height: 0;
  padding-top: 56.25%;
}
.movie .movie_block iframe {
	display: block;
	position: absolute;
  top: 0;
  left: 0;
	right: 0;
  width: 100%!important;
  height: 100%!important;
	margin: auto;
}

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}