@charset "UTF-8";
/*==========================================
 全デバイス共通［common］
===========================================*/
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  color: #554444;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: 	"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a:link {
  color: #554444;
  transition-duration: .3s;
  text-decoration: none;
}
a:hover {
  color: #f8aaaa;
}
a:visited {
  color: #554444;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"],
	#content_area a[href^="tel:"]{
    pointer-events: none;
	text-decoration: none;
  }
}
/*------------
 hoverスタイル
------------*/
.hover_opacity {
  transition-duration: .3s;
}
.hover_opacity:hover {
  opacity: .7;
}
/*------------
ボタンのスタイル
------------*/
a.btm {
  margin: 5% auto 0;
  padding: 15px 10px;
  width: 200px;
  font-size: 1.4rem;
  letter-spacing: .25rem;
  font-weight: bold;
  display: block;
  transition-duration: .3s;
  position: relative;
  color: #554444;
  text-align: left;
	border: solid 1px #554444;
}
a.btm::before {
	content: "";
	height: 1px;
	width: 40px;
	position: absolute;
	top: 50%;
	right: 5%;
	background: #554444;
	transition-duration: .3s;
}
a.btm::after {
  content: "";
  margin: auto;
  position: absolute;
	top: 42%;
	right: 6%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #554444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btm:hover{
	background-color: rgba(248,170,170,.2);
}
a.btm:hover::before  {
	width: 50px;
}
a.btm[target="_blank"]:after {
  content: none;
}
/*==========================================
 PC［1001px~］
===========================================*/
.sp_on,.tb_on {
  display: none;
}
/*------------
	 見出し
------------*/
.content-ttl-h2 {
  margin: 70px auto 50px;
	padding: 50px 0 0;
  font-size: 2.5rem;
	text-align: center;
  position: relative;
	letter-spacing: .35rem;
}
.content-ttl-h2:before {
  content: '';
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background: #554444;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.ttl-en{
	display: block;
	font-size: 1.3rem;
	color: #f8aaaa;
	letter-spacing: .15rem;
}
/*------------
 header
------------*/
header {
  padding: 0 0 45px;
	position: relative;
}
#header_bar{
	padding: 20px 8%;
	text-align: right;
	background: -moz-linear-gradient(45deg, #fff6ef 0%, #ffe2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fff6ef 0%,#ffe2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fff6ef 0%,#ffe2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header_bar_tel{
	padding: 10px;
	background: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .25rem;
}
.header_bar_tel .tel_small{
	padding-right: 5px;
	font-size: 1.1rem;
	letter-spacing: 0;
}
.header_wrap{
	display: flex;
	justify-content: space-between;
	transition-duration: .3s;
}
/*ロゴ*/
.logo_area{
	width: 210px;
	height: 185px;
	position: relative;
	background: #fff;
	top: -40px;
	left: 5%;
}
.logo_area:before,
.logo_area:after{
	content: '';
	position: absolute;
	background: #554444;
}
.logo_area:before{
	width: 1px;
	height: 90%;
	top: 0;
	right: 0;
}
.logo_area:after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.logo_area a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 30px;
}
.logo_area a:hover{
	opacity: .7;	
}
.logo{
	width: 150px;
	height: auto;
	display: block;
	transition-duration: .3s;
}
.logo-fixed{
	display: none;
}
nav{
	width: calc(100% - 350px);
}
#gl_nav {
	margin: 45px 0 0;
	width: 90%;
	position: relative;
	z-index: 100;
}
.gl_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
	position: sticky;
	top: 10px;
}
.gl_nav li{
	position: relative;
}
.gl_nav li:not(:last-child):after{
	content: '';
	position: absolute;
	top: 3px;
	right: -20px;
	width: 1px;
	height: 70%;
	background: #554444;
	transform: rotate(35deg);
}
.gl_nav li a {
  margin-left: 40px;
  font-weight: bold;
	font-size: 1.5rem;
}
.gl_nav li a.current, .gl_nav li a:hover {
  color: #f8aaaa;
	position: relative;
}
.gl_nav li a.current:after{
	margin: 0 auto;
	content: '';
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background:  #f8aaaa;
}
/*----fixed----*/
.header_wrap.fixed {
    width: 100%;
	position: fixed;
	top:0;
	background: rgba(255,255,255,.9);
	z-index: 100;
}
.header_wrap.fixed .logo_area{
	height: auto;
	top: 0;
	background: inherit;
}
.header_wrap.fixed .logo{
	display: none;
}
.header_wrap.fixed .logo-fixed{
	display: block;
}
.header_wrap.fixed .logo_area:before,
.header_wrap.fixed .logo_area:after{
	content: none;
}
.header_wrap.fixed #gl_nav{
	margin: 25px 0;
}
/*------------
main_img
------------*/
.main_img_wrap {
	margin: -120px auto 0;
  max-width: 1000px;
	width: 90%;
  position: relative;
	z-index: -1;
}
.main_img_wrap img {
  width: 100%;
  max-height: 625px;
  object-fit: cover;
  object-position: 50% 50%;
	border-radius: 20px;
}
.catch{
	width: 180px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 125px;
	left: 75px;
}
.catch li{
	margin: 0 5px;
	padding: 15px;
	background: #f8aaaa; /* Old browsers */
	background: -moz-linear-gradient(top, #f8aaaa 0%, rgba(255, 199, 120, 0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f8aaaa 0%,rgba(255, 199, 120, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f8aaaa 0%,rgba(255, 199, 120, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
img.catch-text{
	width: 20px;
	height: auto;
}
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
.fade-in-bottom:nth-child(2) {
   animation-duration: 1.5s;
}
.fade-in-bottom:nth-child(3) {
   animation-duration: 2s;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
/*------------
 about
------------*/
#about {
  margin: 80px auto;
	width: 90%;
	max-width: 1000px;
	position: relative;
}
#about:before,
#about:after{
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
#about:before{
	width: 210px;
	height: 310px;
	top: 20px;
	left: 0;
	background-image:url("../images/top-about01.jpg");
}
#about:after{
	width: 180px;
	height: 225px;
	bottom: 20px;
	right: 0;
	background-image:url("../images/top-about02.jpg");
}
#about p{
	margin: 0 auto;
	width: 425px;
	line-height: 2;
}
/*------------
 info　
 ※下層ページのお知らせ一覧とスタイル共通
------------*/
#info {
	padding: 80px 0 150px;
	background: -moz-linear-gradient(45deg, #fff6ef 0%, #ffe2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fff6ef 0%,#ffe2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fff6ef 0%,#ffe2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
}
#info:after {
	content: '';
	width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/info-bk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom 0;
}
.info-inner {
  margin: 0 auto;
	padding-bottom: 40px;
  width: 90%;
  max-width: 1000px;
	background: #fff;
  position: relative;
	z-index: 1;
}
#info .content-ttl-h2{
	margin-bottom: 20px;
	position: relative;
	top: -20px;
}
/*お知らせのリスト*/
.info-list {
	margin: 0 auto;
  width: 80%;
}
.info-list dt {
  padding: 10px 40px 10px 20px;
  float: left;
  font-weight: bold;
}
.info-list dd {
  font-size: 1.6rem;
}
.info-list dd a {
  padding: 10px 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
/*------------
 footer
------------*/
#footer {
  margin: 90px 0 0;
	padding: 0 0 105px; 
  position: relative;
}
#footer:after{
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(45deg, #fff6ef 0%, #ffe2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fff6ef 0%,#ffe2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fff6ef 0%,#ffe2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer-inner{
	margin: 0 auto;
	width: 90%;
	max-width: 760px;
	border-top: solid 1px #554444;
}
.footer-inner .logo_area{
	left: 0;
	top: -80px;
}
.col_2{
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-info{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.contact{
	margin-top: auto;
	width: 100%;
}
.contact dt{
	padding: 10px 0 5px 0;
	font-size: 1.1rem;
	float: left;
}
.contact dd{
	padding: 0 0 5px 40px;
	font-size:2rem;
}
.add{
	margin: 5px 0;
	padding-left: 20px;
	position: relative;
}
.add:before{
	content: '';
	width: 15px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/footer-icon.svg");
	background-repeat: no-repeat;
}
a.gmap_link{
	text-decoration: underline;
	position: relative;
	display: inline-block;
}
a.gmap_link:after{
	content: '';
	width: 15px;
	height: 15px;
	background-image: url("../images/icon-blank.svg");
	position: absolute;
	top: 2px;
	right: -20px;
}
.contact{
	font-size: 2rem;
	font-weight: bold;
}
.gmap iframe{
	margin: 5% 0 10%;
	width: 100%;
	height: 250px;
	border-radius: 20px;
}
.footer_nav {
	margin-bottom: 40px;
  justify-content: center;
}
small{
	width: 100%;
	padding: 25px;
	font-size: 1.1rem;
	text-align: center;
	display: block;
	border-top: solid #554444 1px;
	border-bottom: solid #554444 1px;
}
/*------------
 page top
------------*/
#pagetop {
  padding: 0 10px;
  height: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  right: 5%;
	z-index: 1;
}
#pagetop:before, #pagetop:after {
  content: "";
  margin: auto;
  position: absolute;
}
#pagetop:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #554444;
}
#pagetop:after {
  top: 2px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #554444;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
/*==========================================
 tb［540px-1024px以下］
===========================================*/
@media screen and (max-width: 1024px) {
	.tb_on{
		display: block;
	}
  /*------------
	 header
	------------*/
	#header_bar{
		padding-right: 12%;
	}
	.header_wrap.fixed{
		background-color: inherit;
	}
	.header_wrap.fixed .logo_area{
		display: none;
	}
  .gl_nav {
    padding: 10% 0;
    position: fixed;
    right: -250px;
    top: 0;
    height: 100%;
    width: 250px;
    background: rgba(255, 255, 255, .9);
    transition: .35s ease-in-out;
    overflow-y: scroll;
    justify-content: flex-start;
    flex-direction: column;
  }
  .open .gl_nav {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  .gl_nav li a {
    padding: 10px 0;
    display: block;
  }
	.gl_nav li a.current:after{
    top: 20px;
    left: -20px;
    right: inherit;
	}
  /* nav-toggle */
	.header_wrap.fixed #nav-toggle,
  #nav-toggle {
    position: fixed;
    top: 15px;
    right: 3%;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    z-index: 100;
    background: #554444;
  }
  #nav-toggle > div {
    position: relative;
    width: 20px;
    color: #fff;
  }
  #nav-toggle > div:after {
    content: 'MENU';
    font-size: 1rem;
    position: absolute;
    bottom: -47px;
    right: -23px;
  }
  #nav-toggle span {
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 18px;
    display: block;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 13px;
  }
  #nav-toggle span:nth-child(2) {
    top: 20px;
  }
  #nav-toggle span:nth-child(3) {
    top: 27px;
  }
  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*オーバーレイ*/
  .open #overlay {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	  z-index: 1;
  }
  /*------------
	main_img
	------------*/
  .main_img_wrap {
	  margin: -180px auto 0;
  }
	.catch{
	top: 30%;	
	}
	/*------------
	 about
	------------*/
	#about{
		margin: 0 auto 80px;
		width: 100%;
		overflow: hidden;
	}
	#about:before{
		top: inherit;
		bottom: 0;
		left: -5%;
	}
	#about:after{
		top: 5%;
		right: -5%;
	}
	#about p{
		width: 50%;
	}
  /*------------
	 info　
	 ※下層ページのお知らせ一覧とスタイル共通
	------------*/
	#info{
		padding: 5px 0 150px;
	}
  /*お知らせのリスト*/
  .info-list {
	  margin: 0 auto;
    width: 95%;
  }
  .info-btm {
    margin-left: auto;
  }
  /*------------
	footer
	------------*/
  #footer {
    margin: 150px 0 0;
  }
	a.gmap_link{
		margin-bottom: 5%;
	}
   #footer_bar {
    margin: 35% 0 0;
  }
}
/*==========================================
 sp［540px以下］
===========================================*/
@media screen and (max-width: 540px) {
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  a.btm {
    margin: 15% auto;
  }
	/*------------
	 見出し
	------------*/
	.content-ttl-h2 {
		font-weight: bold;
	    font-size: 2.5rem;
	}
  /*------------
	 header
	------------*/
  header {
    padding: 0;
  }
	#header_bar{
		display: none;
	}
	.header_bar_tel{
	display: none;
	}
	.logo_area{
	width: 180px;
    height: 155px;
	top: 0;
	left: 0;
	}
	.logo{
	width: 120px;
	}
	.main_img_wrap {
    	margin: -160px auto 0;
		width: 100%;
	    height: 100vh;
	}
	.main_img_wrap img{
		border-radius: 0;
	}
  #nav-toggle {
    top: 15px;
  }
  .gl_nav {
    padding: 30px 0 0;
  }
  /*------------
	main_img
	------------*/
	.main_img_wrap img{
		object-position:  60% 50%;
	    max-height: 101vh;
	}
	.catch{
    bottom: 15%;
    top: inherit;
	left: 5%;
	}
	/*------------
	 about
	------------*/
	#about{
		margin: 0;
	    padding: 0 0 350px;
	}
	#about:before{
	    width: 50%;
		bottom: 0;
	}
	#about:after{
    	width: 50%;
		top: inherit;
		right: -5%;
	}
	#about .content-ttl-h2{
		width: 90%;
	}
	#about p{
		margin: 0 auto;
		width: 90%;
	}
  /*------------
	 info
	------------*/
  #info {
	  margin: 0 auto;
	  padding: 5px 0 100px;
  }
	.info-inner{
	    padding-bottom: 5px;	
	}
	.info-list{
	width: 85%;	
	}
  .info-list dt {
    padding: 15px 0 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .info-list dd a {
    padding: 5px 0 0;
    width: 100%;
    font-size: 1.4rem;
  }
	/*------------
	footer
	------------*/
	.footer-inner .logo_area {
    top: -60px;
	}
	.footer-info{
		margin-bottom: 5%;
	}
	.footer-info,
	.gmap{
		width: 100%;
	}
	.col_2{
	    margin-bottom: 15%;
	}
	.contact a[href^="tel:"]{
	text-decoration: underline;
  }
	.contact dd{
	    padding: 7px 0 5px 40px;
		font-size: 1.5rem;
	}
	.gl_nav.footer_nav{
		padding: 0;
		width: 100%;
		position: static;
		overflow-y:inherit;
	    text-align: center;
	}
	.gl_nav.footer_nav li a{
		margin-left: 0;
	}
	.gl_nav.footer_nav li:not(:last-child):after{
		content: none;
	}
	.open .gl_nav.footer_nav{
	    transform: translate3d(0, 0, 0);
	}
}