@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
div[role=contentinfo] {
	display: none;
}
*/

html {
	font-size: 62.5%;
}
body {
	/*font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
  line-height: 2.0em;
	font-feature-settings : "pkna";
	color: #444444;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding :0;
	font-weight: 500; 
  line-height: inherit;
}
table {
}
img, figure, section {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
a {
}
a, a:hover {
	color: #444444;
  text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*a:hover img {
	opacity: 0.7;
}*/

p {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: distribute;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
}
tbody {
	border-top: 0px;
}
th {
	padding-right: 0em; /* LTR */
	border-bottom: none;
}
tbody th {
	border-bottom: none;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}
#wrapper {
  background: #f5ece7;
  padding: 30px 0 60px 0;
  /*overflow: hidden;*/
}

/*flex
-------------------------------------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
.inner.flex {
  align-items: flex-start;
}


/*header
-------------------------------------------------------*/
header {
  padding: 25px 0;
}
#logo a {
  width: 300px;
  display: block;
}
#logo a img, .b_inquiry .tel a img {
  width: 100%;
  height: auto;
}
.b_inquiry .text {
}
.b_inquiry .tel a {
  width: 290px;
  display: block;
}
.b_inquiry .hour {
	font-feature-settings : "palt";
}
.b_inquiry .bt a {
  background: #c92f01;
  color: #ffffff;
  padding: 25px 0;
  line-height: 20px;
  text-align: center;
  display: block;
}
.b_inquiry .bt a:hover {
  background: #ff5500;
}


/*footer
-------------------------------------------------------*/
#totop {
  display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
  z-index: 20;
}
#totop a {
  width: 120px;
  height: 170px;
	display: block;
}
#totop img {
  width: 100%;
  height: auto;
}
.b_banner {
  background: #e5cfc3;
  box-shadow: rgba(0,0,0,0.2) 0 5px 3px -3px inset, rgba(0,0,0,0.2) 0 -5px 3px -3px inset;
  padding: 60px 0;
}
.b_banner, .b_banner p {
  text-align: center;
	font-size: 1.3rem;
  line-height: 2.0rem;
}
.b_banner img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
footer {
  background: #ffffff;
  padding: 60px 0;
}
footer h4 {
  background: url(../img/common/i_logo.png) left top no-repeat;
  background-size: auto 100%;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
}
footer a {
  color: #444444;
}
footer .address {
  line-height: 2.4rem;
	font-feature-settings : "palt";
}
footer .copy {
  font-size: 1.1rem;
}


/*pc
-------------------------------------------------------*/
@media print, screen and  (min-width: 740px) {

  .header, footer {
    width: 1260px;
    margin: 0 auto;
  }
  .header {
    padding: 0 30px;
    align-items: center;
  } 
  #wrapper, .topimage, .bc, .b_banner {
    min-width: 1260px;
    margin: 0 auto;
  }
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .side {
    width: 300px;
    margin-right: auto;
  }
  .content {
    width: 870px;
  }

/*header
-------------------------------------------------------*/
  .header {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #m_menu {
    /*margin-top: 35px;*/
  }
  #m_menu li:not(:first-of-type) {
    margin-left: 20px;
  }
  #m_menu a {
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
  }
  .b_inquiry {
    width: 470px;
    justify-content: space-between;
  }
  .b_inquiry .text {
    margin-top: 4px;
  }
  .b_inquiry .hour {
    margin-top: 4px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .b_inquiry .bt {
    order: 1;
  }
  .b_inquiry .bt a {
    width: 150px;
    padding: 30px 0;
    font-size: 1.6rem;
    line-height: 25px;
  }
  
  
/*footer
-------------------------------------------------------*/
  footer .address {
    width: 450px;
  }
  #f_menu {
    order: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  #f_menu ul {
    margin-right: 60px;
    height: 160px;
  }
  #f_menu li {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    position: relative;
  }
  #f_menu li, #f_menu li a {
    white-space: nowrap;
    display: block;
  }
  #f_menu li:before {
    content: "■";
    color: #c7c7c7;
    font-size: 1.0rem;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #f_menu li:nth-child(6n+6) {
    margin-bottom: 0px;
  }
	
}


/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
  #wrapper {
    padding: 20px 10px 40px 10px;
  }
  .content {
    margin-bottom: 20px;
  }
  .side .slideWrap, .side .ad, .side .fb, .side .pr, .side .handbook, .side .archive {
		display: none;
  }

/*flex
-------------------------------------------------------*/
	.flex {
		flex-direction: column;
	}
  .content, .side {
    width: 100%;
    display: -webkit-flex;
    display: flex;
		flex-direction: column;
  }

/*header
-------------------------------------------------------*/
  header {
    padding: 20px 0 20px 20px;
  }
  #logo a {
    width: 220px;
  }
	#m_menu ul {
		margin-top: 60px;
	}
	#m_menu .sp {
		display: block;
	}
  .b_inquiry {
    background: #ffffff;
    box-shadow: rgba(0,0,0,0.3) 0 -3px 5px;
    width: 100%;
    padding: 5px 74px 10px 10px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 12;
  }
  .b_inquiry * {
    font-size: 1.2rem;
    text-align: center;
  }
  .b_inquiry .bt a {
    background: #c92f01 url(../img/common/mail.svg) center center no-repeat;
    background-size: 60% 60%;
    width: 44px;
    height: 44px;
    margin-right: -154px;
    padding: 0px;
    border-radius: 5px;
		display: block;
    position: absolute;
    right: 50%;
    top: calc(50% - 22px);
  }
  .b_inquiry .bt a span {
    display: none;
  }
  .b_inquiry .tel a {
    width: 232px;
    margin: 0 auto;
  }
  .b_inquiry .text {
    margin-top: 0px;
    line-height: 2.0em;
  }
  .b_inquiry .hour {
    font-size: 1.0rem;
    line-height: 1.3em;
  }
  
  
/*footer
-------------------------------------------------------*/
  #totop {
    right: 10px;
    bottom: 80px;
  }
  #totop a {
    width: 80px;
    height: auto;
  }
  .b_banner {
    padding: 30px 10px;
  }
  .b_banner li p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .b_banner li:not(:first-child) {
    margin-top: 20px;
  }
  .b_banner li img {
    width: 80%;
    margin-bottom: 10px;
  }
  #f_menu {
    border-top: #c7c7c7 1px solid;
    width: 100%;
  }
  #f_menu ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #f_menu li {
    border-bottom: #c7c7c7 1px solid;
    width: 50%;
    position: relative;
  }
  #f_menu li:nth-of-type(2n + 2)::before {
    content: "";
    border-left: #c7c7c7 1px solid;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  /*
  #f_menu ul:nth-of-type(1) li:nth-of-type(1)::before, #f_menu ul:nth-of-type(1) li:nth-of-type(3)::before, #f_menu ul:nth-of-type(1) li:nth-of-type(5)::before, #f_menu ul:nth-of-type(2) li:nth-of-type(1)::before, #f_menu ul:nth-of-type(2) li:nth-of-type(3)::before, #f_menu ul:nth-of-type(2) li:last-of-type::before {
    display: none;
  }
  #f_menu ul:nth-of-type(2) li:last-of-type {
    border-bottom: #c7c7c7 1px solid;
    width: 100%;
  }*/
  #f_menu li a {
    padding: 15px 0px;
    font-size: 1.3rem;
    text-align: center;
    display: block;
  }
  #f_menu li a span {
    font-size: 1.0rem;
  }
  footer {
    padding: 40px 0 100px 0;
  }
  footer .address {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  footer .copy {
    font-size: 1.0rem;
  }


/*drawer menu
-------------------------------------------------------*/
#drawernav {
	background: #005251;
	color: #ffffff;
	width: 80%;
	height: 100%;
	opacity: 1.0;
	position: fixed;
	top: 0;
	right: -80%;
	overflow: visible;
	overflow-y: scroll !important;
	z-index: 4000;
	behavior: url(/PIE.htc);
	
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul {
	border-bottom: rgba(255,255,255,0.3) 1px solid;
	list-style: none;
  margin-top: 60px;
	padding: 0;
}
#drawernav ul li  {
	border-top: rgba(255,255,255,0.3)  1px solid;
}
#drawernav ul li a {
	color: #ffffff;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}
#drawernav ul li a:hover {
	background: #00807e;
}
#drawernav h4 {
	padding: 0 15px; 
}
#humberger {
	background: #005251;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 5000;
	width: 30px;
	padding: 15px 10px 11px;
	cursor: pointer;
	display: block;
  box-sizing: content-box;
}
.icon-bar {
	height: 2px;
	background: #ffffff;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixed-content {
	right: inherit;
	width: 100%;
	z-index: 12;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#overlay {
	z-index:-1;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

body.drawer-opened .fixed-content {
	left: -80%;
}
body.drawer-opened {
	overflow: hidden;
}
body.drawer-opened #drawernav {
	box-shadow: -2px 0px 2px rgba(0,0,0,0.2);
	right: 0;
}
body.drawer-opened #humberger {
	background-color: transparent;
}
body.drawer-opened #humberger .icon-bar {
	background: #fff;
}
body.drawer-opened #humberger :nth-child(1) {
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2) {
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
body.drawer-opened #humberger :nth-child(3) {
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}
body.drawer-opened #overlay {
	background: #000;
	z-index: 13;
	opacity: 0.3;
	left: -80%;
}


}