@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #000;
    text-decoration-line: none;
}
a:hover { 
    color: #00FF00;
}

body {
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}

::selection {
    background: tomato;
}

/*ヘッダー
-------------------------------------*/

#open,#close  {
    display: block;
    width: 70px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

#navi {
    display: block !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    z-index: 999;
}

@media screen and (max-width: 650px){
#open,#close  {
    display: block;
    width: 40px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
}

/*フルスクリーンメニュー
-------------------------------------*/
/*gnav*/
.gnav{
    	background: rgba(0,255,0,0.8);
    	display: none;
   	height: 100%;
    	position: fixed;
	left: 0;
	top: 0;
    	width: 100%;
    	z-index: 98;
    	overflow-y: auto; 
    	-webkit-overflow-scrolling: touch;   // 慣性スクロールを追加
}
.gnav__wrap{
    	align-items:top;
    	display: flex;
    	height: 100%;
    	justify-content: center;
    	position: absolute;
    	width: 100%;
	}
.gnav__menu__item{
    	margin: 10px 0;
    	text-align: center;
	}
.gnav__menu__item a{
    	color: #000;
    	font-size: 5rem;
    	letter-spacing: 0.1rem;
    	padding: 10px 20px 20px 20px;
    	text-decoration: none;
    	transition: .2s;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	}
	
.gnav__menu__item a:hover{
    	color: #fff;
	}

.gnav__menu{
	margin: 80px 0 50px 0;
	}



@media screen and (max-width: 768px){
	.gnav__menu__item a{
    	font-size: 1em;
	}
	
    	#open,#close  {
    	width: 50px;
	position: absolute;
    	top: 10px;
    	right: 10px;
	}	
}

@media screen and (max-width: 650px){
	#open,#close  {
    	width: 40px;
	}
	.gnav__menu__item a{
    	font-size: 0.8em;
	border-bottom: 1px solid #000;
	padding: 5px 20px 10px 20px;
	}
	.menu_title{
	margin: 50px 0 30px 0;
	width:77px;
	}
}
    
/*メイン画像
-------------------------------------*/

#bg-video {
  width: 100%;
  height: 100vh;
}

/*メインコンテンツ
-------------------------------------*/
main {
    background-color: #FFF; 
    background-position: top left;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat-x
}

.inner_contents{
max-width: 1200px;
    margin: 0 auto;
}

/*コンテンツ
-------------------------------------*/
.contents000 {
    background: url(../img/back_001.png),rgba(0,255,0,0.5);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding:100px 0;
}
.contents001 {
    background-image: url(../img/back_001.png);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}

.contents002 {
    background: url(../img/back_001.png),rgba(0,255,0,0.5);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}

.contents001,.contents002{
  display: flex;
  justify-content: center;
  align-items: center;
	}

/*仙人コンテンツ
-------------------------------------*/
	.kv_box{
	font-family: "ab-megadot9", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0045FF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	}
	.kv_box{
	position: relative;
	}
	.kv001 p{
	color: #0045FF;
	font-size: 2rem;
	line-height:1.5;
	position: absolute;
	top: 0;
	left: 0;
	}
	.bbs_icon{
	position: absolute;
	bottom: 10px;
	right: 0;
	max-width: 200px;
	}
	.scroll_icon{
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 40px;
	}
.bbs_icon a:hover{
	position:relative;
top:5px;
}
.message{
	 position: absolute;
  top: 0;
  left: 0;

	max-width: 200px;
		background-color:#FFF;
		color:#000;
		font-size: 1.2rem;
		padding:5px;

	}
	.kv002{
		max-width: 640px;
		margin: 0 auto;
	}
	.kv002 img{
	width: 100%;
	}
	.kv003{
	max-width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	}
	.kv003 img{
		width: 100%;
		height: auto;
	}
	.sennin_h1{
	margin:150px 0 50px 0;
	letter-spacing: 0.1rem;
	font-family: "ab-megadot9", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0045FF;
	font-size: 5rem;
	}
	.sennin_h{
	margin:150px 0 50px 0;
	letter-spacing: 0.1rem;
	font-family: "ab-megadot9", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0045FF;
	font-size: 5rem;
	}
.about_p{
	line-height: 2;
	font-size: 1.8rem;
	margin:50px 0;
	color: #0045FF;
	}
.about_p2 {
	letter-spacing: 0.2rem;
	line-height: 1.8;
	font-size: 1.8rem;
	color: #0045FF;
	margin-bottom:30px;
	}
.howto tr td{
		width: 1200px;
		border: solid 1px;
		border-color: #0045FF;
		padding:20px 50px;
	}
tr:nth-of-type(1) {
		background-color: #0045FF;
	}
.hint_title{
	letter-spacing: 0.1rem;
		color: #fff;
		font-size: 5rem;

	}
.hint_p{
	letter-spacing: 0.2rem;
	font-size: 3rem;
		color: #0045FF;
	line-height:1.5;
	}
.hint_p2{
	letter-spacing: 0.1rem;
	font-size: 1.5rem;
		color: #0045FF;
		line-height: 1.8;

	}
.wifip{
		max-width: 300px;
		margin-top:20px;
	}
.top_b{
		text-align:center;
	}

	
/* 幅650px以下の表示
-------------------------------------*/
	@media screen and (max-width: 650px){
	.br {
	display: none; 
		}
	.kv001 p{
	font-size: 2.2rem;
	line-height:1.2;
	}
	.bbs_icon{
	max-width: 150px;
		}
	.scroll_icon{
	bottom: 15px;
	left: 10px;
	max-width: 30px;
	}
	.kv003{
	max-width: 70px;
		}
	.sennin_h1{
			font-size: 3rem;
			line-height: 1.8;
			padding:0 30px;
			margin:20px 0 10px 0;
		}
	.sennin_h{
			font-size: 3rem;
			line-height: 1.8;
			padding:0 30px;
			margin:100px 0 10px 0;
		}
	.about_p {
	margin:30px 0;
	padding:0 30px;
    letter-spacing: 0.1rem;
    line-height: 2;
    font-size: 1.5rem;
		}
		
	.about_p2 {
	padding:0 30px;
	letter-spacing: 0.1rem;
	font-size: 1.5rem;
		}
	.howto{;
	margin:0 30px;
		}
	.howto tr td{
		padding:20px 30px;
	}
		.hint_p{
	font-style: bold;
	letter-spacing: 0.2rem;
	font-size: 2.5rem;
	color: #0045FF;
	line-height:1.5;
		}
		.hint_title{
		font-size: 3.5rem;
			margin-bottom:-5px;
			text-align:center;
		}
		.hint_p2{
		line-height: 1.7;
		margin-top:20px;
		}
	.wifip{
		width: 100%;
		margin-top:20px;
	}
	}
	
	
	
h2 {
    display: none; 
}
  
h4{
	color: #FFF;
	font-size: 5rem;
	padding-bottom: 5rem;
}



.about_p4 {
	letter-spacing: 0.2rem;
	line-height: 1.8;
	font-size: 1.5rem;
	color: #000;
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
p {
    letter-spacing: 0.2rem;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #fff;

}

p > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #000 0%);
    padding: 5px;
}

.shop_et a {
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-top:30px;
}

.shop_et a > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #000 0%);
    padding: 10px;
}

.shop_et a:hover > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #00FF00 0%);
    padding: 10px;
}

.item_container{
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
}

.item{
  margin-bottom:0;
  box-sizing:border-box;
  width:90%;
  position: relative;
  margin:0 auto;
}

.archives_p{
  width: 100%;
  height:100%;
  overflow: hidden;
}

.archives_p img {
  object-fit: cover; /* この一行を追加するだけ！ */
  transition-duration: 0.5s;
}


.item:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.item .hover-text {
  position:absolute;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: left;
  background-color:rgba(0,50,255,0.8);
  opacity: 0;
  transition: .3s ease-in-out;
  z-index:99;
}
.item .hover-text .text1 {
  font-size: 2rem;
  padding: 10px 20px;
  margin-bottom: -10px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
.item .hover-text .text2 {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 50px 0 20px;
  margin-bottom: 2px;
}

.item:hover .hover-text {
  opacity: 1;
}

.sns_icon{
margin-top: 20px;
}

.sns_icon a {
	display: inline-block;
	color: #000;
}

.sns_icon a > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #fff 0%);
    font-size: 3em;
    line-height: 0.8;
    padding: 5px 5px 5px 7px;
}

.sns_icon a:hover > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #00FF00 0%);
    padding: 5px 5px 5px 7px;
    color: #000;
}

.contact_p {
    letter-spacing: 0.2rem;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom:100px;
}

/*THANKSページ
-------------------------------------*/
.contents_thanks {
    background: url(../img/back_001.png),rgba(0,255,0,0.5);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents_thanks h2 {
    	color: #fff;
    	font-size: 8rem;
    	-ms-writing-mode: tb-rl;
    	writing-mode: vertical-rl;
	text-align: center;
    	letter-spacing: 1rem;
    	font-family: 'Roboto', sans-serif;
    	font-style: italic;
	}

.contents_thanks h2 > span {
  	background: linear-gradient(transparent 0%, #000 0%);
  	padding: 15px 5px;   
  	}
.tubosetsumei{
		width: 30%;
		margin: 0 auto;
	}
		
@media screen and (max-width: 650px){
main {
        background-color: #FFF; 
}

.inner_contents{
    padding: 0;
}

.contents_thanks h2 {
    font-size: 5rem;
}

h4 {
	color: #000;
	font-size: 3rem;
	padding-bottom: 3rem;
	line-height: 1.5;
			padding:0 25px;
	letter-spacing: 0.2rem;
	}
	.about_p3 {
	padding:0 25px;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-size: 1.5rem;
		color: #000;
		}
.about_p4 {
	letter-spacing: 0.2rem;
	line-height: 1.8;
	font-size: 1rem;
	color: #000;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	padding:0 25px;
}
.tubosetsumei{
		width: 50%;
	}
.item {
    display: flex;
    flex-direction: column;
    padding: 0;
   width: 100%;

}
.shop_et a {
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-size: 2rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-top:30px;
}
}

/*アーカイブスページ
-------------------------------------*/

.contents0000 {
   width: 100%;
    padding:50px 80px;
}
.item_container_page{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; 
}

.item_page{
  box-sizing:border-box;
  width:100%;
   margin-bottom:10px;
}

.text_archives_page{
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
		position: relative;
		width:100%;
		background-color: #fff;
	
}

.text_archives_toptitle
{
    width:100%;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
    margin-top:50px;
		margin-bottom:30px;
    line-height: 1.2;
    }
    
.text_archives_title{
	width:100%;
    color: #000;
    font-size: 4rem;
    letter-spacing: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
    margin-top:50px;
    margin-bottom:10px;
		line-height: 1;
		padding:0 10px;
    }
    
 .text_archives_title2{
    width:100%;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-align: left;
    margin-bottom:0;
		line-height: 1.5;
		padding:0 10px;
    }
  .text_archives_title3{
    width:100%;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-top:50px;
    margin-bottom:5px;
    font-family: 'Roboto', sans-serif;
		font-style: italic;
		padding:0 10px;
    }

.text_archives_des{
	width:100%;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-align: left;
		line-height: 2.5;
		padding:0 10px;
	}
	
.caption{
width:100%;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: left;
    line-height: 1.8;
	margin-bottom:30px;
	padding:0 10px;
    }

.caption a > span  {
    	color: #fff;
 	background: linear-gradient(transparent 0%, #000 0%); 
 	padding: 0 10px;
 	line-height: 1.5;
    }
 
 .caption a:hover > span  {
    	color: #000;
	background: linear-gradient(transparent 0%, #00FF00 0%);
 	padding: 0 10px;   
    }
    
    
.text_archives_des > span  {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #fff 0%);
    padding: 2px;
}

.text_archives_toptitle > span,.text_archives_title > span  {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #fff 0%);
    padding: 2px;
}


/* オンラインショップバナー
-------------------------------------*/
.pc { display: block !important; }
.sp { display: none !important; }
	
.btn {
	text-align: center;
	padding: 2rem 2rem 2rem 4rem;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	position: relative;	
	background: tomato;
	color: #FFF;
	}
.btn a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	}
.btn a:hover {
	color: #00FF00;
	}
.fas {
		padding: 0 2rem;	
	}
	
/* 幅650px以下の表示
-------------------------------------*/
@media screen and (max-width: 650px){
    .contents0000 {
    padding:0;
    }
	.inner_contents {
	    margin-bottom:100px;
    }
    .item_page{
    width:100%;
    }
.text_archives_page{
    padding:0 30px;
    }

.text_archives_title{
    width:100%;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
    margin-bottom:10px;
    }

.text_archives_des{
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
		}

.text_archives_toptitle{
    font-size: 1.8rem;
    margin-bottom:10px;
    }
.pc { display: none !important; }
.sp { display: block !important; }
	}
.caption{
    	font-size: 1.2rem;
    	letter-spacing: 0.05rem;
	width: 85%;
	}

/*フォーム
-------------------------------------*/

form { 
	width:100%;
	margin: 0;
	  }

input[type=text],.feedback-input {
  color:#000;
  font-size: 18px;
  line-height: 22px;
  background-color: #00FF00;
  border:2px solid #000;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:30%;
  display: inline-block;
  vertical-align: middle;
  height: 150px;
}

input[type=text]:focus,.feedback-input:focus { border:2px solid #00FF00;}

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

input { background:#00FF00; }

input[type="submit"]  { 
	background:#000;
	border:2px solid #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
 	font-style: italic;
	}

input[type="submit"] :hover { background:#00FF00; }

.feedback-input::placeholder {
	color: #000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
 	font-style: italic;
}

/*フッター
-------------------------------------*/
footer {
}

/*コピーライト
-------------------------------------*/
.copyright{
    	text-align: center;
    	padding: 1rem 0;
    	font-size: 1.2rem;
    	letter-spacing: 0.2rem;
    	position: relative;	
	background: #00FF00;
}
.copyright a {
    	color: #000;
    	text-decoration: none;
    	display: inline;

}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0;
    right: 15px;
}
#pagetop a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {

}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 650px){

input[type=text],.feedback-input {
  width:90%;
   height: 0;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop a {
    display: block;
    width: 45px;
    padding: 10px 5px;
    text-align: center;
}
	}


/*==================================================
開閉css
===================================*/
/*inputを非表示*/
input[type="checkbox"].on-off{
  opacity: 0;
}
/*ラベル（「開く」ボタン）*/
.open-label{
	padding: 0.3em;
	display: block;
	color: #000;
	ont-family: "area-normal", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	width: 30%;
}
/*エフェクト*/
.open-label:active{
  box-shadow: 0 0 0 0;
}
.open-label:hover{
  background: -webkit-linear-gradient(bottom, #fff4e0 1%,orange 80%);
  background: #00FFFF;
}
/*ラベルに表示するテキスト*/
.open-label::after{
  content:'+ MORE'; 
}
.on-off:checked ~ .open-label::after{
  content: '- CLOSE';
}

/*開閉エリア*/
.open{
  padding: 0 1em;
  height: 0;
  opacity: 0;
  visibility: hidden;/*内容を非表示、リンクを無効化*/
  transition: .5s;
}
/*「開く」をタップで表示*/
.on-off:checked  ~ .open{
  padding: 1.5em 1em;
  height: auto;
  opacity: 1;
  visibility: visible;/*内容を表示、リンクを有効化*/
}
/*==================================================
ボタンcss
===================================*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #00FFFF;
	color: #00FFFF;
	transition: 0.5s;
	margin-top: 10px;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
	}
article {
		margin: 80px 0 30px 0;
	}
	
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 650px){

a.btn_01 {
	width: 90%;
		}
.open-label{
margin: 0 1.5em;

}
	}
	
/*==================================================
NEWScss
===================================*/
.kuki_news {
		margin: 30px 20px 30px 20px;
	}
	
.kuki_news dt{
	color: #00FFFF;
	font-family: "area-normal", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0;
	margin-top: 50px;
	}
	
.kuki_news dd{
	color: #000;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	margin-top: 15px;
	}
.big{
	font-size: 2rem;
	letter-spacing: 0.1rem;
	}
	
.futoji{
	color: #00FFFF;
	font-family: "area-normal", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0;
	margin-top: 50px;
	}
	
.salon_kv  {
  display: flex;
  justify-content: center;
}

.salon_kv img {
  width: 100%;
}