.pc-non {
  display: none;
}
@media (max-width: 750px) {
  .sp-non {
    display: none;
  }
  .pc-non {
    display: inline-block;
  }
  .wapper {
    width: 100%;
    height: 100%;
    over-flow: hidden;
  }
}

/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}
/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  height: 30px;
  width: 40px;
  cursor: pointer;
}
.menu-button::before, .menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before, .menu-button::after, .menu-button span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #666666;
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
  top: 50%;
}
/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 50%;
  transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
  top: 50%;
  transform: rotate(-45deg);
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}
/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 200px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #FFFFFF;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu a {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
}
/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}
/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}
body {
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  font-family: "游ゴシック" "ヒラギノ" "MSPゴシック";
  color: #333;
  background-color: white;
}






header {
  width: 100%;
  height: 109px;
  display: flex;
  justify-content: space-between;
}

.header-left img {
  width: 180px;
  height: 38px;
  padding:30px;
 
}

.header-right {
  margin-right: 24px;
  margin-top: 26px;
  font-size: 20px;
 
}

.header-right li{
  list-style: none;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  
}

.header-right a {
  text-decoration: none;
 letter-spacing: 0;
  padding: 15px 30px;

}



.header-right .selected {
  color: white;
  background-color: #6a825e;
}


.header-right .selected {
  color: white;
  background-color: #6a825e;
}
@media (max-width: 750px) {
	
  body {
    width: 100%;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 260%;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-family: "游ゴシック""ヒラギノ""MSPゴシック";
    color: #333;
    background-color: white;
  }
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  
  
}
.top-wrapper {
  height: 300px;
  width: 100%;
}

.top-wrapper h2 {
	font-size: 64px;
	font-weight: 200;
	padding-top: 250px;
	margin-left: 120px; 
}

@media (max-width: 750px) {
	.top-wrapper {
  height: auto;
  width: 100%;
		margin-left: 5vw;
		margin-bottom: 8vw;
}

.top-wrapper h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
  padding:0;
  text-align: left;
	margin-left: 0; 


}
	.top-wrapper p {
		font-size: 3em;
		text-align: left;
		
}
}


.news-nav {
	display: flex;
	height: 80px;
	margin-top: 50px;
	margin-left: 810px;
}

.news-nav ul {
 display:flex;
}

.news-nav li {
 font-weight: 300;
 list-style: none;
 margin-right: 50px;
	
}

.news-nav a {
	text-decoration: none;
}
@media (max-width: 750px) {
	.news-wrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
.news-nav {
	
	height: auto;
	width: 100%;
	margin: 0 auto;
	align-content: center;
	margin-top: 4vw;

}
	.news-nav .container {
	
	height: auto;
	width: 100%;
	margin: 0 auto;
	
}

.news-nav ul {
 display:flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}

.news-nav li {
 font-weight: normal;
 list-style: none;
 margin-right: 4vw;
	
}

.news-nav a {
	text-decoration: none;
}
}
.news-wrapper .newslist {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: solid 1px #979494;
	border-top: solid 1px #979494;
	height: 204px;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-left: 50px;
	
	
}




.newslist .date {
	font-size: 18px;
	text-align: center;
	color: #979494;
}
.newslist h3 {
	font-weight: 300;
	text-align: center;
}

.newslist .location {
	margin-right: 50px;
	
}

.newslist img {
	width: 176px;
	height: 142px;
	margin: 10px 30px;
	
}
.newslist-content {
		display: flex;
		flex-direction: row;
		
	}
	.newslist-content-sub {
		display: flex; 
		margin: auto 0;
	}
@media (max-width: 750px) {
	.news-wrapper .container{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 6vw;
		align-items: center;
		align-content: center;
	}
	
	.news-wrapper .newslist {
	display: inline-block;
	align-items: center;
	box-sizing: border-box;
	border-bottom: solid 1px #979494;
	border-top: solid 1px #979494;
	height: auto;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 8vw; 
		text-align: center;
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0;
	
}
	 .newslist-content {
		display: flex;
		flex-direction: row;
		justify-content: center;
		 width: 100%;
		 height: auto;
		margin: 0 auto;
		 padding-top: 4vw;
		 margin-bottom: 2vw;
	}
	.newslist-header {
		line-height: 160%;
	 
	}
	.newslist-content-sub {
		padding-top: 4vw;
		flex-direction: column;
	}
}

@media (max-width: 750px) {
	
	
	.newslist .date {
	font-size: 1em;
	margin-right:2vw;
	margin-left: 2vw;
	color: #979494;
}
.newslist h3 {
	font-weight: lighter;
}

.newslist .location {
	margin-right: 0;
	font-size: 0.8em;
	
}

.newslist img {
	width: 27.3vw;
	height: 22vw;
	margin: 0; 
	margin-right: 6vw;
	
}
	.newslist-content p {
		font-size: 0.8em;
		line-height: 180%;
	}
}


.news-nav2 {
	height: 80px;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 300px;
	margin-top: 100px;
	font-weight: 300;
}
@media (max-width: 750px) {
	.news-nav2 .container {
		width: 100%;
		height: auto;
		display: flex;
		margin: 0 auto;
		flex-direction: column-reverse;
		justify-content: center;
	}
	.news-nav2 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 13vw;
	margin-top: 13vw;
}
	
}

.number-nav {
	font-weight: 300;
}
.article-nav {
	font-size: 18px;
 height: 50px;
	width: 100%;
	margin-left: 420px;
	margin-top: 40px;
	font-weight: 300;

}
.article-nav ul.sp-non {
	display: flex;
}
@media (max-width: 750px) {
	.number-nav {
		text-align: center;
		
	}
	.article-nav {
	font-size: 18px;
 height: auto;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
		text-align: center;

}

	.article-nav .pc-non {
		display: flex;
		justify-content: center;
	
	}
	.pre-next {
		display: flex;
		width: 80%;
		margin: 0 auto;
		height: auto;
		justify-content: space-between;
	}
	.pre-next a {
		text-decoration: none;
		font-size: 1.4em;
	
	}
}

.article-nav ul li:nth-child(1) {
	margin-right: 50px;
}

.article-nav ul li:nth-child(5) {
	margin-right: 240px;
}
.article-nav ul li:nth-child(6) {
	margin-right: 50px;
}

.article-nav ul li:nth-child(2),li:nth-child(3),li:nth-child(4),li:nth-child(5) {
 letter-spacing: 3px;
}

@media (max-width: 750px) {
	
.article-nav ul li:nth-child(1) {
	margin-right: 0;
}

.article-nav ul li:nth-child(5) {
	margin-right: 0;
}
.article-nav ul li:nth-child(6) {
	margin-right: 0;
}

.article-nav ul li:nth-child(2),li:nth-child(3),li:nth-child(4),li:nth-child(5) {
 letter-spacing: 0;
}

}
.article-nav2 ul{
	display: flex;
	flex-direction: row;
	
}

.news-nav ul li {
	letter-spacing: normal;
}


.news-nav2 a  {
	text-decoration: none;
}


.news-nav2 .article-nav li {
	list-style: none;
}


a {
  color:#333;
}

a:hover{
 color: #333333;
 opacity: 0.5;
}




.online-wrapper {
  width: 1170px;
  margin: 0 auto;
  height: 260px;
  margin-top: 80px;
}

.online-wrapper .container a{
  display: block;
  width: 699px;
  height: 80px;
  border: solid 0.8px #333;
  border-radius: 40px;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  margin-left: 250px;
  box-sizing: border-box;
  padding-top: 10px;
 
}

.online-wrapper  span {
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 30px;
  padding-top: 30px;
}

@media (max-width: 750px) {
  .online-wrapper {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
	   width: 100%;
 
  height: auto;
  }
  .online-wrapper .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 23vw;
    margin-bottom: 23vw;
    align-items: center;
  }
  .online-wrapper .container a {
    display: block;
    width: 93.2vw;
    height: auto;
    border: solid 0.5px #A3A3A3;
    border-radius: 40px;
    font-size: 1.3em;
    text-align: center;
    line-height: 180%;
    text-decoration: none;
    margin-left: 0;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 1.3vw;
	  color: #333
  }
  .online-wrapper span {
    box-sizing: border-box;
    vertical-align: middle;
    width: 2vw;
    height: 2vw;
    margin-left: 4vw;
  }
  .shopping-cart {
    width: 7vw;
    height: 7vw;
    padding-top: 1vw;
  }
}

footer {
  height: 516px;
  padding: 0 200px;
  background-color: #c2cdb6;
}


.sns-icons ul {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sns-icons li {
  list-style: none;
  padding-right: 28px;
  font-size: 25px;
  margin-top: 20px;
}

.sns-icons a {
  color:#333333;
}

.sns-icon li:hover {
  opacity: 0.5;
}


footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 0px;
}

@media (max-width: 750px) {
  footer {
    width: 100%;
    height: auto;
    background-color: #c2cdb6;
	   padding: 0 ;
  }
  footer .container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-left: 5vw;
    padding-top: 14vw;
  }
}
.footer-left {
  margin-top: 78px;
  height: 370px;
}


.footer-left img {
  width: 143px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.footer-left p {
  line-height: 15px;
}

.footer-left .adress {
  padding-top: 10px;
}

@media (max-width: 750px) {
  .footer-left {
    margin-top: 0;
  }
  .footer-left img {
    width: 28vw;
    height: 28vw;
    margin-top: 0;
  }
  .footer-left p {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 150%;
  }
}

.footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 78px;
  height: 370px;

}

.footer-right ul li {
  list-style: none;
}

.footer-right ul {
  margin-left: 50px;
  
}

.footer-right a {
	
	text-decoration: none;
}

footer .copyright {
  text-align: center;
}

@media (max-width: 750px) {
  .footer-left .postcode {
    margin-bottom: 0;
  }
  .sns-icons {
    margin-top: 3vw;
    margin-bottom: 3vw
  }
  .footer-left .sns-icons li {
    color: #333;
    margin-right: 0;
    padding-right: 3vw;
  }
  .footer-right {
    border-top: solid 0.5px #BFBFBF;
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-top: 5vw;
  }
  .footer-right .sns {
    display: flex;
    font-size: 0.8em;
  }
  .sns li {
    margin-right: 3vw;
  }
  .footer-right ul {
    margin-left: 0;
  }
  footer p {
    margin-top: 0;
  }
  .copyright {
    font-size: 0.6em;
  }
}