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

html,
html *{
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: Arial, Helvetica, "sans-serif";
	color: #555;
	line-height: 1.5;
}


img {
  	pointer-events: none; /* 画像制御 */
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


/* 画像エフェクト */
.effect {
 	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn { 
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




body {
	margin: 0 0;
	background-color:#fff;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
}
	
main{
	padding-top: 80px;
	width: 1200px;
	padding-bottom: 0px;
}

.home main{
	width: 900px;
}

header {
	z-index:1;		/* ボックスの重なりを制御 */
	width: 100%;
	background-color:#fff;
	position: fixed;
	padding: 0px 0 20px;
	border-bottom:solid 0px #ddd;
}


footer {
	color: #777;
	text-align: center;
	margin-top: 30px;
	padding: 30px 0 20px;
	line-height: 2.5;
	background-color: #b2998c;
	font-family: "Montserrat";
}

footer p {
	font-size: 12px;
	text-align: center;
	line-height: 2.5;
	background-color: #b2998c;
	font-family: "Montserrat";
}


/*ナビゲーションメニュー*/

header nav ul {
	text-align: right;
	margin: -40px 30px 0 0;
}

header nav ul li {
	display: inline;
    font-size: 12px;
	margin: 0 8px;
}

header nav ul li a {
	text-decoration: none;
	transition:.2s;
	color: #666;
	font-family: "Montserrat";
}

header nav ul li a:hover {
	color: #333;
}

header nav li.current>a {
	padding-bottom: 3px;
	font-weight:bolder;
	color: #333;
}



	

/*SNSボタン*/
.sns
{
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 10px;
	padding-bottom: 0px;
}


/*ロゴ*/

.header-logo {
	margin: 20px 30px;
	width: 180px;
}

.footer-logo {
	width: 140px;
	display: block;
	margin: 30px auto 10px;
}




/*テキストルール*/
p {
	font-size: 14px;
	line-height: 2.5;
	padding-top: 15px;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: justify;
}

.small {
	font-size: 9px;
	line-height: 1.8;
}

.right{
	text-align: right;
	font-size: 14px;
}

.red {
	color:crimson;
	margin-top: -10px;
}

.blue {
	color:darkblue;
	font-size: 13px;
	margin-top: -10px;
	padding-bottom: 20px;
}

.brSp {
  display: none; /*768px以上では改行タグを無効に*/
}

/*Topページからのリンクのテキスト*/

.contents{
	text-align: left;
	font-size: 16px;
	line-height: 1;
	margin-left: 25px;
　　font-family: "Montserrat";
}

.contents_s{
	color: #555;
	text-align: left;
	font-size: 9px;
	line-height: 1;
	margin-top: -10px;
	margin-left: 27px;
	margin-bottom: 8px;
	font-family: "Montserrat";
}






/*見出し*/
h1 {
	font-size: 28px;
	text-align: left;
	color: #b2998c;
	margin-top: 50px;
	margin-left: 35px;
	font-weight: lighter;
	position: relative;
	font-family:"Times New Roman", Times, "serif";
	line-height: 1.8;
}

h2 {
	font-size: 10px;
	text-align: left;
	font-weight: 100;
	margin-left: 35px;
	margin-bottom: 50px;	
	line-height: 1;
}

h3 {
	font-size: 20px;
	letter-spacing: .5px;
	font-weight: 200;
	margin: 80px 20px 10px;
	text-align: center;
	font-family: "Montserrat";
}

.journal h3 {
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: 500;
	margin: 20px 0 10px;
	text-align: center;
	font-family: "Montserrat";
}

.journalindex h3 {
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: 500;
	text-align: center;
	font-family: "Montserrat";
}

.journalindex .lead {
	margin: 10px 0 -60px;
	font-size: 11px;
	color: #998479;
}

.journal p {
	margin: 0;
	font-size: 14px;
	font-family: "Montserrat";
	line-height: 2;
}

.journal .caption{ 
	font-size: 10px;
	line-height: 1.5;
}


.journal .caption_s{ 
	font-size: 7px;
	text-align: right;
	line-height: 1.5;
}

.journalindex .caption_ss{ 
	font-size: 6px;
	text-align: right;
	line-height: 1.5;
}




h4 {
	font-size:12px;
	margin: 10px 0 0px;
	text-align:center;
	font-weight: 100;
	font-family: "Montserrat";
}


.lead {
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin: 0 auto ;
	letter-spacing: .5px;
	font-family: "Montserrat";
}

.lead_l {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	margin: 50px auto 0;
	letter-spacing: -.5px;
	font-family: "Montserrat";
}

.lead_s {
	text-align: center;
	font-size: 10px;
	line-height: 2;
	margin: 0px auto 0;
	letter-spacing: -.5px;
	font-family: "Montserrat";
}

.number {
	font-size:12px;
	margin: 0px 0 -70px;
	text-align:center;
	font-weight: 100;
	font-family: "Montserrat";
}

.indexp {
	font-size: 12px;
	line-height: 1.7;
	margin: 0px auto;
	font-family: "Montserrat";
}





/*Topページ*/
.cover {
	display: block;
	margin-top: 40px;
	margin-bottom: 80px;
	background-color: #fff;
}

.cover img {
}


.copy {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}

hr{
	border-top: .5px solid #ddd;
	margin: 50px 0px 20px;
	border-style: dotted;
}


.home .lead {
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	margin: 20px auto 30px;
	letter-spacing: 1.2px;
}

.home h1 {
	text-align: center;
	color: #555;	
	margin-left: 0px;
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family:"Times New Roman", Times, "serif";
}

.home h2 {
	font-size: 20px;
	margin-left: 5px;	
	margin-bottom: 10px;	
	text-align: left;
	font-weight: bold;
	color: #b2998c;
	letter-spacing: .5px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-top: 30px;
}

.home h3 {
	font-size: 10px;
	color: #888;
	text-align: left;
	font-weight: 100;
	margin-top: 10px;
	margin-left: 5px;	
	line-height: 1;
}

.home .stickarrow {
	display: block;
  	width: 120px;
  	height: 5px;
  	border-bottom: .5px solid #fff;
  	border-right: 1px solid #fff;
  	transform: skew(50deg);
	position: absolute;
	margin-left: 10px;
}








/*NewsのBox＆テキスト*/

.info h2 {
	color: #b2998c;
	text-align: left;
	margin: 35px 3px 0;
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.info {
	padding: 10px 0 30px;
	text-align: left;
	margin-bottom: 30px;
}

.info dl {
	border-bottom: 0px dotted #777;
	line-height: 1.5;
	margin: 10px 10px;
}

.info .date {
	font-size: 12px;
	margin-left: 5px;
	color: #888;
	font-family:Arial, Helvetica, "sans-serif";
}

.info dt {
	font-size: 15px;
}

.info dd {
	font-size: 12px;
	margin: 10px 0 0;
	line-height: 1.5;
	border-bottom: 0;
	text-align:left;
}

.info .link {
	font-size: 12px;
	line-height: 4;
	padding-left: 5px;
}

#newsevent {
	border-top: 1px solid #ccc;
	height: 180px;/*スクロールの高さ*/
	overflow-y: scroll;
	margin-top: 0px;
}





/* 通常（PC）ではタイル表示 */
.slide-wrap {
  display: flex;
  margin: 30px auto 30px;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 100%;
}
.slide-box2 {
  height: auto;
  margin: .6%;
  width: 100%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin:.5rem auto;
}


@media screen and (max-width: 768px) {
/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
	  width: 90%;
  }
	
  .slide-box {
    flex: 0 0 50%;
    margin: auto 2% auto auto;
  }
 .slide-box2 {
    flex: 0 0 32%;
    margin: auto 2% auto auto;
  }
/*Topページからのリンクのテキスト*/

.contents{
	margin-left: 35px;
}

.contents_s{
	margin-left: 37px;
}
.info dl {
	margin: 10px 20px;
}


}





/*Journalページ*/
.journal{
	background-color: #fff;
	padding: 2px 80px 50px;
	margin: 0 auto;
	width: 100%;
}

.journal img{ 
	width: 100%;
	margin-top: 0px;
}





/*Menuページ*/
.menu{
	background-color: #eae8e1;
	padding: 2px 80px 5px;
	margin: 3em auto;
	width: 90%;
}

.menu img{ 
	width: 70%;
	margin-top: 30px;
}

.menu p {
	margin-top: 30px;
	line-height: 2;
}

.menu .lead {
	margin: 0px 10px;
	font-size: 11px;
	text-align: center;
	line-height: 1.8;
}

.pricebox {
	font-size:10px;
	text-align:center;
	width: 100px;
	padding: 3px;
	margin: 10px 0 -30px;
	border: .5px solid #555;
}

.pricetxt{ 
	font-size: 12px;
	margin-bottom: 30px;
}

.caption{ 
	font-size: 10px;
	line-height: 1.5;
}

.caption_s{ 
	font-size: 8px;
}

.caption_ss{ 
	font-size: 6px;
}

.bold {
	font-weight: bolder;
	color: #555;
	margin-left: -6px;
}

.menu h5 {
	font-size: 22px;
	letter-spacing: -.5px;
	font-weight: 200;
	margin: 5px 0 0px;
	text-align: center;
	font-family: "Montserrat";
}

.menu h6 {
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 200;
	margin: 100px 0 20px;
	text-align: center;
	font-family: "Montserrat";
}






/*オプションメニュー*/
.optionmenu {
	line-height: 1.8;
	margin: 30px 0 80px;
}

.optionmenu p {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bolder;
	color: #777;
}

dl {
	line-height: 1.5;
	border-bottom: dotted 1px #777;
}

dt {
	font-size: 14px;
	font-weight: 200;
	padding: 10px 5px 0;
	letter-spacing: -.5px;
}
	
dd {
	font-size: 13px;
	font-weight: lighter;
	padding:  5px 5px;
	line-height: 1.5;
	text-align: justify;
}

.pr {
	font-size: 13px;
	color: #333;
	padding-top: 10px;
}


/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0 10px 5px;
	display: block;
	color: #555;
	border-bottom: dotted 0px #999;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #777;
	border-right: 1.5px solid #777;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 0px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;

}
.content {		/*本文*/
	height: 0;
	padding: 0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:0px 10px 15px ;
	transition: 
	border-top     .4s ease-out,
    padding-top    .4s ease-out,
    padding-bottom .4s ease-out;;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}






/*Salonページ*/
.salon {
	width: 100%;
}


.salon h3 {
	margin: 150px auto 70px;
	font-weight: bolder;
	font-size: 18px;
	letter-spacing:-.3px;
	text-align: center;
	color: #777;
  	position: relative;
}

.salon h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #777;
  border-radius: 2px;
}	

.salon h4 {
	color: #888;
	font-size: 10px;
}
	
.top {
	position: relative;/*親要素にrelative*/
	width: 75%;
	margin: 50px auto;
}
.top p{
  text-align: center;
  position: absolute;/*重ねたい子要素にabsolute*/
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 14px;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.about{
	width: 95%;
}
		
.about .lead {
	font-size: 18px;
	padding: 10px 0 0px;
	line-height: 1.5;
	font-family: "Montserrat";
}

.about p{
	font-size: 14px;
	padding: 30px 0 30px;
	line-height: 1.8;
}

.about li{
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	line-height: 2;
}

.prof  {
	width: 90%;
	margin-bottom: 120px;
}

.prof p{
	font-size: 14px;
	padding: 10px 0;
	line-height: 1.7;
}

.name {
	font-size: 18px;	
	margin: 30px 0 0px;
	line-height: 1;
 }









/*カラム(home/menu/journal)*/
.Flex_container{
    display: flex;
    justify-content: space-around;
    list-style: none;
	margin-top: 30px;
	column-gap: 5em;
  	animation: fadeIn .5s ease 0s 1 normal;/*ふわっと表示*/
    -webkit-animation: fadeIn .5s ease 0s 1 normal;/*ふわっと表示*/
}

.Flex_container li{
    width: 100%;
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
}

.Flex_container li a {
	text-decoration: none;
}

.home .Flex_container li a{
	font-family: "Montserrat";
}	



.box { 
	width: calc(25% - 2px); 
	margin: 0px auto 100px;

} 

.box li{ 
	list-style: none;
} 


/*サロンデータ*/
.salonname {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding-top:30px;
	margin: 0px auto 0;
	letter-spacing: .6px;
	font-family: "Montserrat";
}
	
.salondata {
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin: 0px auto;
	letter-spacing: -.5px;
	font-family: "Montserrat";
}
	





/*カラム(home/about/menu/journal)*/
@media (max-width: 768px) {

.Flex_container{
	display: contents;
    margin: 30px auto;
	column-gap: 1em;
}	

.journal{
	padding: 2px 10px 5px;
	width: 90%;
}
	
.journal .Flex_container{
	display: contents;
    margin: 20px auto;
	column-gap: 0em;
}	

.box { 
	width: calc(90% - 2px); 
}
	
.box img { 
	width: 70%; 
	display: block;
	margin: 0 auto;
}
	
.menu h6 {
	font-size: 10px;
	margin: 0px 0 20px;
}
	
.top {
	position: relative;/*親要素にrelative*/
	width: 90%;
	margin: 30px auto;
}

.access {
	width: 100%;
}
	
.about .lead {
	padding: 20px 0 0px;
}

	
hr{
	border-top: .5px solid #ddd;
	margin: 80px 15px 0px;
	border-style: dotted;
}

}









/*コンタクト*/

.contact  {
	margin-top: 30px;
	padding-bottom: 10px;

}

/*ご利用案内*/

.guide  {
	width: 90%;
	margin-top: 30px;
	padding-bottom: 30px;

}


.guide ul{
}
.guide ul li {
	display: list-item;
	padding-top: 15px;
	line-height: 1.8;
	font-size: 14px;
	list-style: none;

}



/*ボタン*/

#button {
	font-size:16px;
	background-color: #eee;
	text-decoration:none;
	text-align:center;
	display:block;
	width: 300px;
	padding:30px 0;
	color:#333;
	border-radius: 10px;
	margin: 20px auto;
	transition:.4s;
}
#button:hover {
  background: #ddd;
  color:#333;
}



/*お問い合わせボタン*/

#button_contact {
	font-size:14px;
	background-color: #333;
	text-decoration:none;
	text-align:center;
	display:block;
	width: 200px;
	margin: 20px  auto 0px;
	padding:12px 0;
	color:#fff;
	border-radius: 3px;
	transition:.3s;
}
#button_contact:hover {
  background: #666;
}





/*ご予約・お問い合わせページ*/

.contact  {
	width: 95%;
	margin-bottom: 50px;
}

.contact .lead {
	letter-spacing: 0;	
	text-align: left;
	padding-bottom: 50px;
	font-size: 16px;
}

.contact ul{
	margin-top: 80px;
}

.contact ul li {
	display: list-item;
	margin-top: 20px;
	line-height: 1.5;
	list-style: none;
	font-size: 16px;
}

.contact dl {
	line-height: 1.5;
	margin: 10px 0 0;
	border: 0;
}

.contact dt {
	font-size: 17px;
	font-weight: 400;
}

.contact dd {
	font-size: 14px;
	margin: 5px 0 20px;
	line-height: 1.5;
	padding-left: 4px;
}

.contact .tel {
	font-size:14px;
	display:block;
	width: 100%;
	line-height: 1.5;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #333;
	font-weight: 300;
}



/*アクセス*/
.access  {
	width: 90%;
	margin-bottom: 80px;
}

.access img {
	width: 30%;
	display:flex;
    margin: -30px 5px 5px;
    border: solid .5px #999; 
}

.access .caption_s {
	font-size: 10px;
	padding-top: 10px;
	margin-left: 5px;
}

.access .name {
	font-size: 14px;
	line-height: 1.5;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	font-family: "Montserrat";
}

.access .name_s {
	font-size: 8px;
	line-height: 1;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "Montserrat";
}

.access .add {
	font-size: 12px;
	line-height: 1.5;
	margin-left: 5px;
	padding-top: 5px;
}

.access p{
	font-size: 14px;
	padding: 50px 0 20px;
	line-height: 2;
}

.access .lead {
	letter-spacing: 0;	
	padding: 0px 0 30px;
	font-size: 14px;
	line-height: 1.8;
}

.access .lead_l {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	margin: 50px auto 30px;
	letter-spacing: 0px;
	font-family: "Montserrat";
}

.access li{
	font-size: 14px;
	text-align: left;
}

.access ul{
	margin-top: 50px;
}

.access ul li {
	display: list-item;
	margin-top: 20px;
	line-height: 1.5;
	list-style: none;
	font-size: 16px;
}



iframe {
  width: 100%;
  aspect-ratio: 16/9; 
filter:grayscale(50%);-webkit-filter:grayscale(50%)
}




.space {
     margin-right: 15px;
}



/* Mobile View */
@media (max-width: 768px) {

body {
}

main{
	width: 100%;
	margin-top: 0px;
}

.home main{
	width: 100%;
	padding-top: 10px;
	margin-bottom: 50px;
}

header {
	padding: 0px 0 10px;
	}

footer {
	background-color: #b2998c;
	padding: 50px 0 10px;
}

header nav ul {
	display: none;
}
	
	

.lead {
	font-size: 14px;
}

.lead_s {
	font-size: 10px;
}

p {
	line-height: 1.8;
	}
	
	
	
	
/*見出し*/
h1{
	font-size: 26px;
	margin: 10px 0 0;
	text-align: center;
}

h2{
	font-size: 8px;
	margin: 0;
	text-align: center;
}

.home h1 {
	margin: 0px auto 30px;
	font-size: 28px;
}
	
.home .lead {
	font-size: 17px;
	line-height: 2.5;
	margin: 0 auto 50px;
	letter-spacing: -.5px;
}
	


	
/*改行タグを有効に*/
.brSp {
    display: block;
  }


/*ロゴ*/
.header-logo {
	display: block;
	width: 40%;
	text-align: left;
	margin: 15px 15px 0px;
}


.footer-logo {
	display: block;
	margin: 30px auto 10px;
}


	
.info {
	width: 95%;	
}

.egift h2 #red {
	color:#e54747;
	margin-top: 10px;
	margin-bottom: -10px;
}


.stickarrow {
  display: block;
  width: 30px;
  height: 5px;
  border-bottom: 1px solid #999;
  border-right: 1.5px solid #999;
  transform: skew(55deg);
	position: absolute;
	right: 10%;
}



#button {
	width: 80%;
	padding:40px 0;
	margin: 20px auto;
}


.home h2 {
	margin-left: 20px;
	font-size: 20px;
}

.home h3 {
	font-size: 9px;
	margin: 0px 20px 10px;
	line-height: 1.2;
}

.info h2 {
	font-size: 20px;
	margin: 5px 10px 10px;
	}
	
.info h3 {
	margin: 5px 10px 10px;
	}
	

	
/*フッターナビ*/
.extranavi ul {
  text-align: center;
  padding: 10px 0;
}

.extranavi ul li {
  display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: uppercase;
  padding: 15px 3px;
  width: 150px;
  font-size: 14px;
  border-bottom: 1px dotted;
  margin: 0 auto;
  border-right: none;
}

.extranavi ul li:last-child {
  margin: 0 auto;
  border-bottom: 0px dotted;
}
	


/*SNSボタン*/
.sns {
	text-align: center;
	display:block;
	font-size: 16px;
	padding: 30px 0;
	letter-spacing: 8px;
}
	

/*Menuページ*/
.menu {
	padding: 40px 25px 10px;
	width: 92%;
}

.menu img{ 
	width: 80%;
	margin-bottom: 10px;
	margin-top: 10px;

}
	
th
	{
	width: 40%;
}
}

/* /Mobile View */








/* パンくずリスト */
#path{
	font-size: 9pt;
	margin: 50px 35px 20px;
}

#path li {
	list-style-type: none;
	display: inline;
	font-family: "Montserrat";
}

#path li:after {
	padding: 0 10px;
    content: "\003e";/*大なり記号*/
}

#path li:last-child:after {
	content:none; /* 最後の大なり記号を消す*/
}

#path ul li a {
}

#path ul li a:hover {
  color: #999;	
}


@media only screen and (max-width: 768px) {
#path{
    display: none;
}
}



/*　ハンバーガーメニューボタン */

.menu-btn {
	display: none;
	}
.menu-content{
	display: none;
	}
#menu-btn-check {
    display: none;
}

@media only screen and (max-width: 768px) {
.menu-btn {
    position: fixed;
    top: 4px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
	border: 0px solid;
	opacity: 0.6;

}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 25px;
    border-radius: 2px;
    background-color: #222;
    position: absolute;
}
.menu-btn span:before {
    bottom: 7px;
}
.menu-btn span:after {
    top: 7px;
}
	
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
	
/*ハンバーガーメニューの中身*/
.menu-content {
	display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #eee;
}
.menu-content ul {
    padding: 70px 30px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #777;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    color:#555;
    text-decoration: none;
    padding: 15px 15px 12px;
    position: relative;
	font-family: "Montserrat";
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #777;
    border-right: solid 1px #777;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}
	
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
	
	#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}



	


/*タブレット用*/
@media (max-width: 1200px){
	
	main {
		max-width: 100%;
	}
	}
	



/* フェードイン用のCSS */
.slide-bottom {
   opacity: 10px;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }








	
	