@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
	backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #595757;
	font-size: 18px;
	font-family: 'Sawarabi Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.4;
}

.en {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

a:link {
	color: #d38f8f;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.scroll {
	padding-top: 200px;
	margin-top: -200px;
}

.sp {
	display: none;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#indexHeader {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 58px 0;
}

#indexHeader.fixed {
	background-color: rgba(255, 255, 255, .8);
}

#indexHeader nav div.tit {
	display: none;
}

#indexHeader.fixed nav div.tit {
	display: block;
}

#indexHeader nav ul {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#indexHeader ul li a {
	display: block;
	color: #595757;
	text-decoration: none;
	font-size: 22px;
	padding: 0 18px;
	margin: 0 10px;
	line-height: 42px;
}

#indexHeader ul li:nth-child(7) a {
	background-color: #a1c7ba;
	color: #FFF;
	border-radius: 100vh;
	margin-left: 30px;
	line-height: 34px;
	margin-top: 4px;
	box-shadow: 3px 3px 6px #CCC;
}

#indexHeader ul li a:hover {
	opacity: 0.8;
}

#indexHeader.fixed nav {
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#indexHeader.fixed nav div.tit {
	margin: -20px 40px 0 0;
}

#secondHeader {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 58px 0;
}

#secondHeader.fixed {
	background-color: rgba(255, 255, 255, .8);
}

#secondHeader {
	background-color: rgba(255, 255, 255, .8);
}

#secondHeader nav {
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#secondHeader nav div {
	margin: -20px 40px 0 0;
}

#secondHeader nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#secondHeader ul li a {
	display: block;
	color: #595757;
	text-decoration: none;
	font-size: 22px;
	padding: 0 18px;
	margin: 0 10px;
	line-height: 42px;
}

#secondHeader ul li:nth-child(7) a {
	background-color: #a1c7ba;
	color: #FFF;
	border-radius: 100vh;
	margin-left: 30px;
	line-height: 34px;
	margin-top: 4px;
	box-shadow: 3px 3px 6px #CCC;
}

#secondHeader ul li a:hover {
	opacity: 0.8;
}

@media screen and (min-width: 929px) and ( max-width:1410px) {
	#secondHeader ul li a,
	#indexHeader.fixed ul li a {
		padding: 0 5px;
	}
	
	#secondHeader ul li:nth-child(7) a,
	#indexHeader.fixed ul li:nth-child(7) a {
		padding: 0 18px;
	}
	
}

/*------------------------------------------------------------------------------------------------
  btn_contact
--------------------------------------------------------------------------------------------------*/
.btn_contact {
	position: fixed;
	bottom: 0;
	right: 10px;
}

.btn_contact a {
	display: block;
	width: 340px;
	height: 216px;
	background: url(../image/btn_contact.png) no-repeat 0 0;
	background-size: 340px;
	text-indent: -9999px;
}

.btn_contact a:hover {
	background: url(../image/btn_contact.png) no-repeat 0 -216px;
	background-size: 340px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #ddd0d0;
	position: relative;
	padding: 0 0 80px;
}

#footer .inner {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}

#footer .inner nav ul {
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 60px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#footer .inner nav ul li {
	margin: 0;
	padding: 0;
}

#footer .inner nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
}

#footer .inner .box {
	display: flex;
	justify-content: space-between;
}

#footer .inner .box div:nth-of-type(1) {
	width: 35%;
}

#footer .inner .box div:nth-of-type(1) p.senyou {
	margin: 10px 0;
	padding: 4px 0;
	background-color: #FFF;
	border-radius: 100vh;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.01em;
}

#footer .inner .box div:nth-of-type(1) dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	margin: 0 10px;
}

#footer .inner .box div:nth-of-type(1) dl dt {
	padding: 0 0 6px;
	width: 20%;
}

#footer .inner .box div:nth-of-type(1) dl dd {
	width: 80%;
	padding: 0 0 6px;
}

#footer .inner .box div:nth-of-type(1) .btn {
	width: 100%;
	margin: 8px 0 0;
}

#footer .inner .box div:nth-of-type(1) .btn a {
	width: 100%;
	display: block;
 background-color: #a1c7ba;
	color: #FFF;
	text-align: center;
	border-radius: 100vh;
	width: 100%;
	text-decoration: none;
	font-size: 28px;
	padding: 10px 0;
	box-shadow: 3px 3px 3px #AAA;
}

#footer .inner .box div:nth-of-type(1) img {
	max-width: 100%;
	height: auto;
}

#footer .inner .box div:nth-of-type(2) {
	width: 25%;
	padding: 50px 0 0;
}

#footer .inner .box div:nth-of-type(2) img {
	max-width: 100%;
	height: auto;
}

#footer .inner .box div:nth-of-type(3) {
	width: 35%;
	padding: 50px 0 0;
}

#footer .inner .box div:nth-of-type(3) img {
	max-width: 100%;
	height: auto;
}

#footer .pagetop {
	position: absolute;
	top: 0;
	right: 20px;
}

@media screen and (min-width: 929px) and ( max-width:1410px) {
#footer .inner .box div:nth-of-type(1) dl dt {
width: 25%;
font-size: 16px;
}
#footer .inner .box div:nth-of-type(1) dl dd {
width: 75%;
font-size: 16px;
}

}

#copy {
	background-color: #595757;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	padding: 30px 0;
}

#index.second {
	background: url(../image/back-09.png) no-repeat center 0;
}

#second {
	padding: 174px 0 0;
}

#second h1 {
	margin: 100px 0 50px;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#second h1 span {
	font-size: 20px;
	font-weight: 300;
	display: block;
	margin-top: 8px;
}


@media screen and (min-width: 929px) and ( max-width:1360px) {
	#indexHeader nav ul {
		width: 98%;
	}
}

@media screen and (max-width: 928px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

/*#indexHeader {
	padding: 30px 0;
}*/

.menubt {
 z-index: 3;
 width: 40px;
 height: 40px;
 border-radius: 4px;
 top: 30px;
 left: 30px;
 display: block;
 position: absolute;
 z-index: 1002;
 cursor: pointer;
 -webkit-transition: 0.8s ease-in-out;
 -moz-transition: 0.8s ease-in-out;
 -o-transition: 0.8s ease-in-out;
 transition: 0.8s ease-in-out;
}

.menubt:before {
	position: absolute;
	background-color: #FFF;
	width: 60px;
	height: 60px;
	content: "";
	border-radius: 100vh;
	top: -12px;
	left: -10px;
	border: 1px solid #e0d8d8;
}

		
.menubt span {
 display: block;
 border-radius: 0;
 position: absolute;
 top: 17px;
 transition: all 0.4s;
 transform: rotate(0deg);
 width: 40px;
 height: 2px;
 right: 0;
 background-color: #595757;
}
		
.menubt .top {
 -webkit-transform: translateY(-400%);
 -ms-transform: translateY(-400%);
 transform: translateY(-400%);
}
.menubt .bottom {
 -webkit-transform: translateY(400%);
 -ms-transform: translateY(400%);
 transform: translateY(400%);
}
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
.menubt .menuclick2 {
 background-color: rgba(255, 255, 255, 0);
}
.menubt .menuclick3 {
 transform: rotate(215deg);
}

.btn_contact {
	bottom: 30px;
}

#indexHeader.open,
#secondHeader.open {
	background: url(../image/sp_menu_back.png) no-repeat 100% 100%;
	background-size: cover;
}

#indexHeader.open .menubt:before,
#secondHeader.open .menubt:before {
	background-color: transparent;
	border: none;
}

#secondHeader {
	background-color: transparent;
}

#indexHeader nav,
#secondHeader nav {
	display: none;
	margin: 30px 0 0;
	padding: 0 0 100px;
}

#indexHeader nav ul,
#secondHeader nav ul {
	display: block;
	width: 100%;
}

#secondHeader nav div.tit {
	display: none;
}

#indexHeader nav ul li:nth-child(7),
#indexHeader nav ul li:nth-child(8),
#secondHeader nav ul li:nth-child(7),
#secondHeader nav ul li:nth-child(8) {
	display: none;
}

#indexHeader nav .btn_rsv,
#secondHeader nav .btn_rsv {
	margin: 40px 0 40px 28px;
}

#indexHeader nav .btn_rsv a,
#secondHeader nav .btn_rsv a  {
 background-color: #a1c7ba;
	text-decoration: none;
	color: #FFF;
	border-radius: 100vh;
	padding: 12px 16px;
	box-shadow: 3px 3px 6px #CCC;
}

#indexHeader nav .logo,
#secondHeader nav .logo {
	margin: 20px 0 40px 28px;
	width: 62%;
}

#indexHeader nav .logo img,
#secondHeader nav .logo img {
	max-width: 100%;
	height: auto;
}

#indexHeader nav .insta,
#secondHeader nav .insta {
	margin: 0 0 0 28px;
}

#indexHeader nav .insta a,
#secondHeader nav .insta a {
	display: inline-block;
	background-color: #FFF;
	color: #595757;
	text-decoration: none;
	border-radius: 100vh;
	padding: 6px 20px;
	box-shadow: 3px 3px 6px #CCC;
}

#indexHeader nav .insta a img,
#secondHeader nav .insta a img {
	vertical-align: -16px;
	margin-left: 6px;
}

.btn_contact a {
	display: block;
	width: 170px;
	height: 108px;
	background: url(../image/btn_contact.png) no-repeat 0 0;
	background-size: 170px;
	text-indent: -9999px;
}

.btn_contact a:hover {
	background: url(../image/btn_contact.png) no-repeat 0 -108px;
	background-size: 170px;
}

#indexHeader.fixed {
	background-color: transparent;
}

#indexHeader.fixed nav,
#indexHeader.fixed nav div.tit {
	display: none;
}

#indexHeader.fixed nav div.tit {
	margin: 0;
}

#footer.sp {
	padding: 0 0 40px;
}

#footer.sp h2 {
	padding: 30px 0;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#footer.sp h2 span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Sawarabi Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#footer.sp .senyou {
	display: block;
	background-color: #FFF;
	font-size: 22px;
	color: #cd4770;
	padding: 4px 0;
	margin: 0 auto 20px;
	width: 300px;
	text-align: center;
	border-radius: 100vh;
}

#footer .inner {
	width: 96%;
}
#footer .inner .box {
	align-items: start;
}

#footer .inner .box div:nth-of-type(1) {
	width: 50%;
}

#footer .inner .box div:nth-of-type(1) dl {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

#footer .inner .box div:nth-of-type(1) dl dd span {
	font-size: 14px;
}

#footer .inner .box div:nth-of-type(1) dl dt {
	width: 100%;
	padding: 0;
}

#footer .inner .box div:nth-of-type(1) dl dd {
	width: 100%;
}

#footer .inner .box div:nth-of-type(2) {
	width: 48%;
	padding: 0;
}

.parking {
	margin: 10px 0 0;
	padding: 4px 0;
	background-color: #FFF;
	border-radius: 100vh;
	font-size: 14px;
	text-align: center;
}

.sp_map {
	width: 85%;
	margin: 30px auto 0;
	padding: 20px 0 30px;
}

.sp_map img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#copy {
	background-color: #595757;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}

#index.second {
	background: url(../image/back-10.png) no-repeat center 0;
	background-size: cover;
}

#second {
	padding: 0;
}

#second h1 {
	margin: 0;
	padding: 80px 0 60px;
}


}
