@charset "UTF-8";
/* 共通 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:'Zen Maru Gothic', sans-serif;
	color: rgb(131, 131, 131); 
	font-size: 100%;
	line-height: 1.7rem;
	/* outline: solid 1px red; */
}

html{
	scroll-behavior: smooth;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	text-decoration: none;  
}

h1{
	width: 100%;
	margin-bottom: 0;
}

/* trois:34~230 /l ogo:56~71 / list:118~-------------------- */
.s_header{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	width: 100%;
	/* height: 80px; */
	line-height: 1;
	z-index:887;
}

@media (min-width:768px) {
.s_header {
	align-items: center;
	justify-content: space-between;
}
}

@media (min-width:1080px) {
div .s_header {
	width: 90%;
	/* align-items: center;  */
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
}
/* 768px以下のロゴ画像-------------------------------- */
.s_header .s_logo{
	margin: 0;
	padding: 8px 0 16px 10px;
	width: 24%;
	opacity: 90%;
}

.s_logo{
	max-width: 140px;
}

.m_nav li{
	list-style: none;
	margin-top: 20px;
	/* padding-left: 8px; */
	margin-right: 8px;
	}

.m_nav_i:last-child {
	padding-bottom: 20px;
}

@media (min-width:768px) {
/* header-logo画像 ----------------------------------*/
.s_header .s_logo{
	display: inline-block;
	width: 140px;
	padding: 0 0 0 20px;
	opacity: 90%;
	margin: 0px 0 5px 3px; 
}
}

@media(max-width:768px){
.s_header .m_nav {
	border-bottom: 1px solid #ccc;
}
}

.s_header .s_nav{
	width: 100%;
}

@media (min-width:768px) {
.s_header .s_nav{
	width: auto;
}
}

.s_header .m_nav {
	display: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

@media (min-width:768px) {
.s_header .m_nav {
	display: block;
	margin: 0;
	border-bottom: none;
	line-height: 0;
}
}

.s_header .m_nav li {
	list-style: none;
}
/* リストの文字----------------------------------------- */
.s_header .m_nav_i a{
	display: block;
	padding: 16px 10px 0px 10px;
	border-top: 1px solid #ccc;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: rgb(131, 131, 131);
}

@media (min-width:768px) {
.s_header .m_nav_i a{
	border-top: none;
}
}

.s_header .m_nav_i a:hover{
	color: rgb(244, 113, 179);
	transition: all 0.6s;
}

/* hamburger switch */
.s_header input[type="checkbox"]:checked ~ .m_nav{
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.s_header input[type="checkbox"]:checked ~ .m_nav_i{
	flex: 1;
	line-height: 0;
}

@media (min-width:768px) {
.s_header input[type="checkbox"]:checked ~ .m_nav, 
.s_header input[type="checkbox"]~ .m_nav {
	display: flex;
	flex-direction: row;
}
}

/* hamburger icon */
.s_header .s_nav_t{
	display: none;
}

.s_header .s_nav_l{
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
}

.s_header .s_nav_l span {
	display: block;
	width: 40px;
	height: 39px;
	background-color: #d8d7d7;
	border-radius: 50%;
	cursor: pointer;
}

.s_header .s_nav_l span span{
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.s_header .s_nav_l span span::before,
.s_header .s_nav_l span span::after,
.s_header .s_nav_l span::after {
	position: absolute;
	left: 10px;
	content: "";
	width: 20px;
	height: 3px;
	background-color: #FFF;
}

.s_header .s_nav_l span span::before {
	top: 10px;
}

.s_header .s_nav_l span span::after {
	top: 18px;
}

.s_header .s_nav_l span::after {
	bottom: 10px;
}

@media (min-width:768px) {
.s_header .s_nav_l{
	display: none;
}
}

/* hamburger icon checked */
.s_header input[type="checkbox"]:checked ~ .s_nav_l span span::before {
	top: 19px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.s_header input[type="checkbox"]:checked ~ .s_nav_l span span::after{
	display: none;
}

.s_header input[type="checkbox"]:checked ~ .s_nav_l span::after {
	top: 19px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header_logo{
	max-width: 120px;
	height: auto;
}
/* trois-end---------------------------------- */
#wrapper{ 
	max-width: 1280px;
	width: 96%;
	margin:0 auto;
} 

.wood{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}

.wood::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0px 0px 10px 15px #FFF;
}

.design,.colour{
	width: 30%;
}

.design:hover{
	filter: grayscale(0);
	transform: scale(1.03);
}

.colour:hover{
	filter: grayscale(0);
	transform: scale(1.03);
}

.design,.colour{
	transition: .4s;
}

.wood_container{
	position:relative;
	margin-top: 80px;
	margin-bottom: 30px;
}

.wood_container .design{
	position: absolute;
	max-width: 1000px;
	top: 48%;
	left: 10%;
}

.wood_container .colour{
	position: absolute;
	max-width: 1000px;
	top: 64%;
	left: 10%;
}

@media (min-width:1281px){
.wood{
	width: 100%; 
	}

.design{
	width: 24%;
	margin-left: 12%;
}

.colour{
	width: 24%;
	margin-left:12%;
}
}

@media (min-width:1577px){
.design{
	width: 20%;
	margin-left: 18%;
}

.colour{
	width: 20%;
	margin-left:18%;
}
}

/* スライドショー */
/* https://webparts.cman.jp/img/slideshow/ */
.slide {
  position   : relative;
  overflow   : hidden;
  /* 画像のサイズに合わせて変更ください */
  width      : 600px;
  height     : 400px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
	margin-bottom: 30px;
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
  /* 画像のサイズを表示エリアに合せる */
  /* width      : inherit;
  height     : inherit; */
  opacity    : 0;
  animation  : slideAnime 49s ease infinite;
}
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 7s }
.slide img:nth-of-type(3) { animation-delay: 14s }
.slide img:nth-of-type(4) { animation-delay: 21s }
.slide img:nth-of-type(5) { animation-delay: 28s }
.slide img:nth-of-type(6) { animation-delay: 35s }
.slide img:nth-of-type(7) { animation-delay: 42s }

 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   1% { opacity: 1 }
  11% { opacity: 1 }
  12% { opacity: 0 }
 100% { opacity: 0 }
}

/* ぼかし */
.slide::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 12px 12px #fff;
}

/* main --------------------------------- */
h2{
	width: 280px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 20px;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.3rem;
	border-bottom: dotted 7px #f7d4e6
}

.about{
	display: flex;
	/* align-items: center; */
	/* margin: 0 auto; */
	margin-bottom: 80px;
	border-bottom: 1px solid #fff;
	width: 100%;
}

.about_image{
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

.about_image img{
	width: 90%;
}

.intro_logo{
	width: 70%;
}

.about_image img.profile{
	width: 70%;
}

.about_content{
	width: 70%;
	/* margin-top: 5px; */
}

h3{
	margin: 0 0 16px 16px;
	padding: 10px 20px 8px 20px;
	border-left: solid 12px #f7d4e6;
	/* background: transparent; */
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
}

.about_des0{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.3rem;
	text-align: justify;/*文章の均等割付*/
}

.about_des{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 56px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.3rem;
	text-align: justify;/*文章の均等割付*/
}

.about_des2{
	width: 95%;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

.about_des3{
	width: 95%;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* メディアクエリ------------------------------ */
@media(max-width:768px) {
.header_logo{
	max-width: 97px;
	height: auto;
}

.slide{
	width: 80%;
	height: 200px;
}

h2{
	width: 160px;
	font-size:24px;
}

.about{
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.about:last-child{
	border-bottom:none;
}

.about:nth-last-child(2){
	border-bottom:none;
}

.about_image{
	width: 90%;
	margin-top: 20px;
	text-align: center;
}

.about_image img.intro_logo{
	width: 70%;
}

.about_image img.profile{
	width: 60%;
}
/* --------------------------------------------------------------- */
.about_content{
	width: 95%;
}

h3{
	width: 220px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: solid 12px #f7d4e6;
	font-size: 1.2rem;
	text-align: center;
	}

p.about_des0{
	width: 95%;
	padding-bottom: 0;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.3rem;
	text-align: justify;/*文章の均等割付*/
}

p.about_des{
	width: 95%;
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.3rem;
	text-align: justify;/*文章の均等割付*/
}

.about_des2{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	font-size: 16px;
	letter-spacing: 0.3rem;
	line-height: 1.8;
}

.bible{
	width: 95%;
	margin: 0 auto;
}
.about_des3{
	width: 95%;
	font-size: 14px;
	letter-spacing: 0.2rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
}

/* mail&SNS------------------------------------------------*/
.mail_sns{
	display: flex
}

.mail{
	display: flex;
	margin-left: 20px;
}

.mail_icon{
	width: 35px;
	height: 35px;
	margin-top: 16px;
	margin-left: 10px;
}

.mail_ad{
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	margin-top:18px ;
	margin-left: 10px;
}

.sns{
	display: flex;
	width: 200px;
	margin-top: 20px;
	margin-right: 80px;
	margin-left: auto;
}

.btn7{
	display:inline-block;
	width:90%;
	font-size:30px;
	text-align: center;
	}
	
.logo{
	width: 35px;
	margin-bottom: -10px;
}

.minne{
	width: 37px;
}

.btn7 span{
	font-size:16px;	
	line-height: 1em;
	}

/* メディアクエリ-------------------- */
@media (max-width:768px) {
.mail_sns{
	flex-direction: column;
	align-items: center;

}

.mail{
	align-items: center;
	margin-bottom: 20px;
	margin-left: 0;
	/* margin: 0 auto; */
}

.mail_ad{
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
}

.sns{
	margin-left: auto;
	margin-right: auto;
}
}
/* -------------------------------------------------------------------------- */
.copyright{
	font-size: 0.8em;
	letter-spacing: 0.1rem;
	color: rgb(151, 151, 151);
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.site-footer{
	border-top: 1px solid #ccc;	
}

/* fotter bottun ------------------------------ */
.go-to-top{
	position: fixed;
	z-index: 887;
	font-size: 12px;
	right: 20px;
	bottom: 20px;
}

.go-to-top.fadein4 {
animation: fadeIn4 4s cubic-bezier(0.95, 0.05, 0.795, 0.035) 1 forwards;
}

.go-to-top button{
	display: inline-block;
	width: 64px;
	height: 64px;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}


