@charset "UTF-8";

/* //////////////////////////////////////////////////

　サイト全般のスタイル

////////////////////////////////////////////////// */


/* FONT
-------------------------------------------------- */
html {
      scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}
p, li {
	line-height: 2;
}
dt, dd, th, td, address {
	line-height: 1.7;
}
a {
	color: var(--main-color);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
i, em {
	font-style: normal;
}
input, textarea, select {
	font-size: 16px;
}
.fcG { color: var(--main-color) }

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	body { font-size: 90% }
}
@media screen and (max-width: 480px) {
	body { font-size: 85% }
}





/* LAYOUT
-------------------------------------------------- */
.container {
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#contents {
  padding-top: 130px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.home #contents{
  padding-top: 130px;
}

@media screen and (max-width: 1199px) {
  #contents {
    width: 100%;
    /* padding: 0 10px; */
  }
  .home #contents {
    padding-top: 130px;
  }
}

@media screen and (max-width: 960px) {
  .home #contents {
    padding-top: 50px;
  }
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.container {
		width: auto;
	}
	._item.image + ._item.text,
	._item.text + ._item.image {
		margin-top: 20px;
	}
	#wrapper {
		overflow: hidden;
	}
	#contents {
		padding-top: 50px;
	}
}
@media screen and (max-width: 480px) {
}






/* HEADER
-------------------------------------------------- */
#header {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  /* height: 100px; */
  position: fixed;
}
#header .logo a {
  line-height: 1;
  display: block;
  height: 50px;
}
#header .logo a img {
  display: block;
  height: auto;
  max-height: 100%;
}
.header-inner{
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.tel-notice{
  font-size: 14px;
}
.header-cta {
  height: 100%;
  display: flex;
}

@media (max-width: 960px) {
  .header-inner {
    height: 100%
  }
  #header .logo a {
    height: 30px;
  }
  .header-cta {
    height: unset;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px 15px rgba(0, 0, 0, 0.1);
  }
}

.header-cta .tel,
.header-cta .contact {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.1;
}

.header-cta>*:hover {
  text-decoration: none;
}

@media (min-width: 961px) {
  .header-cta>* {
    width: 280px;
  }
  .header-cta>.contact {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .header-cta>* {
    height: 60px;
    width: 50%;
  }
}

.header-cta .tel-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  background-color: #F4F2EC;
}

.header-cta .tel {
  background-color: #F4F2EC;
  color: var(--color-pink);
  font-size: 30px;
  padding-top: 5px;
}

.header-cta .tel::before {
  margin-right: 10px;
  width: 14px;
  height: 30px;
  font-family: "Font Awesome 5 Free";
  color: var(--main-color);
  content: "\f3cd";
}

.header-cta .contact {
  font-size: clamp(16px, 1.8181818182vw, 20px);
  position: relative;
  background-image: linear-gradient(90deg, var(--sub-light-color), var(--main-color));
  color: #fff;
}
 
.header-cta .contact:hover {
  background-image: linear-gradient(-90deg, var(--main-color), var(--sub-light-color));
  text-decoration: none;
}

.header-cta .contact::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 9px;
  content: url(../img/mrk-right.svg);
  translate: 0 -7.5px;
}

@media (max-width: 960px) {
  .header-cta .contact::after {
    top: calc(50% - 3px);
  }
  .header-cta .tel {
    font-size: 21px;
  }
  .tel-notice {
    font-size: 10px;
  }
  .header-cta .tel::before {
    height: 22px;
  }
}



#header [class|="logo"] {
	padding-left: 10px;
}
#header .info {
	float: right;
	text-align: right;
}
#header dt,
#header dd {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
#header dd a {
	text-decoration: none;
}
#header .company {
	margin-bottom: 15px;
}
#header .company dt {
	font-size: 0.75em;
}
#header .company dd a {
	display: block;
	margin-left: 5px;
	padding: 8px 10px;
	padding-right: 30px;
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	color: #fff;
	font-size: 0.93em;
	font-weight: bold;
}
#header .company dd:nth-of-type(1) a {
	background-color: #036bae;
	background-image: url("../img/ico-link.png");
}
#header .company dd:nth-of-type(2) a {
	background-color: #f39700;
	background-image: url("../img/ico-contact.png");
}

#header .tel dt {
	padding: 8px 15px;
	background: url("../img/bg-header-tel.png");
	border-radius: 8px;
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#header .tel dd a {
	display: block;
	margin-left: 5px;
	color: #000;
	font-size: 1.75em;
	font-weight: bold;
}

#btn_menu {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 960px) {
	#header {
		position: fixed;
		z-index: 100;
		top: 0; left: 0; right: 0;
		height: 50px;
		background: #fff;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
	}
	#header [class|="logo"] {
		padding-top: 0px;
		/* margin-top: -2px; */
		/* width: 200px; */
	}
	#header dt,
	#header dd {
		display: none;
	}
	#header .company {
		margin-bottom: 0;
	}
	#header .tel dd {
		display: block;
	}
	#header .tel dd a {
		margin-left: 0;
		width: 29px;
		height: 29px;
		background: url("../img/btn-tel-sp.png") no-repeat center;
		background-size: 29px;
		text-indent: -9999px;
		text-align: left;
	}
	
	#btn_menu {
    display: block;
    padding: 10px;
    font-size: 24px;
    color: var(--main-color);
	}
  #btn_menu > i{
    display: block;
  }
  #btn_menu .btn-close{
    display: none;
  }
  #btn_menu.active .btn-open{
    display: none;
  }
  #btn_menu.active .btn-close{
    display: block;
  }
}





/* GLOBAL MENU
-------------------------------------------------- */
#gnavi {
	position: relative;
	background: var(--main-color);
}
#gnavi a {
	display: block;
	text-decoration: none;
}
#gnavi .parent {
	display: table;
	width: 100%;
}
#gnavi .parent li {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#gnavi .parent li + li {
  border-left: 1px solid #fff;
}
#gnavi .parent > li > a {
  line-height: 40px;
	color: #fff;
	font-weight: bold;
  cursor: pointer;
}
#gnavi .parent > li:hover > a {
	background-color: var(--sub-light-color);
}
@media screen and (min-width: 961px) {
  #gnavi .child {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .9);
    padding: 20px 0;
    /* opacity: 0; */
    display: none;
    pointer-events: none;
  }
  #gnavi .child ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #gnavi .child ul li {
    float: none;
  }

  #gnavi .parent > li:hover .child {
    /* opacity: 1; */
    display: block;
    pointer-events: inherit;
  }
}
#gnavi .child li {
	float: left;
	padding: 0 10px;
}
#gnavi .child a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
	min-width: 140px;
	color: #000;
	font-weight: bold;
}
#gnavi .label {
  background-color: transparent;
}
#gnavi .ac_label {
  display: none;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 960px) {
  #gnavi {
    display: none;
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 20px 10px 40px;
    overflow-y: auto;
  }

  #gnavi .parent  li {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 5px;
    border: 1px solid #fff;
  }

  #gnavi .parent > li .label {
    background-color: var(--main-color);
    flex: 6;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    font-weight: bold;
    text-align: left;
  }

  #gnavi .parent > li .ac_label {
    background-color: var(--main-color);
    flex: 1;
    border-left: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url("../img/mrk-gnavi-ac-sp.png"); */
    background-size: 12px;
  }

  #gnavi .parent > li .ac_menu {
    display: none;
    flex: 1 1 100%;
    position: static;
    padding: 0;
  }

  #gnavi .parent > li li {
    width: 100%;
    text-align: left;
    float: none;
    height: auto;
    display: block;
    background-color: var(--main-color);
    border-left: none;
    border-top: 1px solid #fff;
  }

  #gnavi .parent > li li a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 7px 10px;
    color: #fff;
    font-size: 1em;
  }

  #gnavi .container {
    padding: 0;
  }

  #gnavi .company-sp {
    margin: 20px -5px 30px;
  }

  #gnavi .company-sp a {
    display: table-cell;
    height: 45px;
    padding: 0 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    line-height: 1.3;
    vertical-align: middle;
    color: #fff;
  }

  #gnavi .company-sp a small {
    font-size: 0.8em;
  }

  #gnavi .company-sp li:nth-child(1) a {
    background-color: #036bae;
    background-image: url("../img/ico-link.png");
    background-size: 12px;
  }

  #gnavi .company-sp li:nth-child(2) a {
    background-color: #f39800;
    background-image: url("../img/ico-contact.png");
    background-size: 12px;
  }

  #gnavi .tel-sp dt {
    display: inline-block;
    padding: 4px 13px;
    background: url("../img/bg-header-tel.png");
    background-size: 14px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0.9em;
  }

  #gnavi .tel-sp dd a {
    display: inline-block;
    margin-top: 10px;
    padding: 0 25px;
    padding-left: 45px;
    background: url("../img/ico-tel-sp.png") no-repeat 15px center;
    background-size: 26px;
    background-color: #9ccd00;
    box-shadow: 0 2px 0 #026c13;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
  }

  #btn_menu_close {
    margin-top: 30px;
    padding: 10px 40px;
    background: #000 url("../img/mrk-gnavi-close-sp.png") no-repeat right 10px center;
    background-size: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
  }
}

#gnavi .parent>li .label::before,
#gnavi .parent>li .btn::before,
#gnavi .parent>li .ac_label::before {
  transform: rotate(90deg);
  box-sizing: content-box;
  background-color: var(--main-color);
  text-indent: .1em;
  display: block;
  padding: 2px;
  width: 1em;
  height: 1em;
  line-height: 1.1em;
  border-radius: 50%;
  text-align: center;
  content: "\f105";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

#gnavi .parent>li .label::before {
  transform: unset;
  margin-right: 1em;
}

#gnavi .parent>li .btn::before {
  transform: unset;
  margin-right: 1em;
}

@media screen and (min-width: 961px) {
  #gnavi .parent>li>.label::before {
    display: none;
  }

  #gnavi .ac_menu {
    background-color: var(--main-light-color);
  }
}

/* BANNER
-------------------------------------------------- */
#banner {
	background: url("../img/bg-banner.png");
	padding: 60px 0 30px;
}
#banner li {
	margin: 0 15px 30px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#banner {
		padding: 40px 0 20px;
	}
	#banner li {
		margin: 0 10px 20px;
	}
}
@media screen and (max-width: 480px) {
}





/* FOOTER
-------------------------------------------------- */
#footer {
	background: #9ccd00;
	padding: 30px 0 0;
	color: #fff;
}
#footer a {
	color: #fff;
}

#footer .fnavi {
	float: right;
	font-size: 0.75em;
	width: 260px;
}
#footer .fnavi li {
	background: url("../img/mrk-footer-link.png") no-repeat 0 50%;
	padding-left: 10px;
	margin-bottom: 5px;
}

#footer .info {
	float: left;
}
#footer .info ._item + ._item {
	margin-left: 60px;
}
#footer .info h2 {
	margin-bottom: 0.6em;
	font-size: 1.125em;
	font-weight: bold;
  line-height: 1.3;
}
#footer .info address {
	font-size: 0.69em;
	line-height: 2em;
}

#footer .copyright {
	display: block;
	margin-top: 30px;
	padding: 20px 0;
	background: #362e2b;
	text-align: center;
	font-size: 0.69em;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#footer .fnavi {
		float: none;
		font-size: 0.9em;
		font-weight: bold;
		width: inherit;
		margin: 0 -10px 20px;
		border-bottom: 1px solid #fff;
	}
	#footer .fnavi li {
		background: url("../img/mrk-footer-link-sp.png") no-repeat right 10px center;
		background-size: 6px;
		padding: 0;
		margin-bottom: -1px;
		border-bottom: 1px solid #fff;
	}
	#footer .fnavi li:nth-child(odd) {
		border-right: 1px solid #fff;
	}
	#footer .fnavi li a {
		display: block;
		padding: 10px;
	}

	#footer .info {
		float: none;
	}
	#footer .info ._item {
		float: none;
	}
	#footer .info ._item + ._item {
		margin: 15px 0 0;
	}
  #footer .info h2 {
    font-size: 1em;
  }
}








/* MODULE
-------------------------------------------------- */

/* BUTTON */
.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.btn:hover {
	opacity: .8;
	text-decoration: none;
}
.btn:hover img {
	opacity: 1;
}


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

