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

html{
	scroll-behavior: smooth;
}

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

a{
    text-decoration: none;  
}

 #wrapper{ 
    max-width: 1280px;
    width: 92%;
    margin:0 auto;
} 

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

/* trois-start------------------------------------- */
.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;
}

@media (max-width:768px) {
.header_logo{
	max-width: 97px;
	height: auto;
}
	}
/* trois-end-------------------------- */
main{
	margin-top: 120px;
}

h2{
	width:240px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: dotted 7px #f7d4e6	;
	font-size: 32px;
	letter-spacing: 0.4rem;
	text-align: center;
}

.note{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 1.05rem;
	line-height: 2,3rem;
	letter-spacing:0.4rem ;
}

h3{
	padding: 10px 20px 8px 16px;/*上下 左右の余白*/
	border-left: solid 12px #f7d4e6;/*左線*/
	background: transparent;/*背景透明に*/
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
}

.about{
	display: flex;
	margin-bottom: 80px;
}

.about_image{
	display: flex;
	width: 35%;
	justify-content: center;
	align-items: center;
}

.about img{
	width: 90%;
}

.shiro{
	border:solid 1px #ccc ;
}

.about_content{
	width: 80%;
}

.about_description{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 1.05rem;
	line-height: 2.4rem;
	letter-spacing:0.2rem;
}

/* 詳細ボタン--------------------- */
.border_btn08 {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 140px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 14px;
	text-decoration: none;
	text-align: center;

}

.border_btn08::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #c2c2c2; /* 後ろの背景色 */
}

.border_btn08 span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 0.5em 0.9em;
	border: solid 1px rgb(131, 131, 131); /* 線の色 */
	border-radius: 16px;
	background-color: #FFF; /* 背景色 */
	color: rgb(131, 131, 131); /* 文字色 */
	font-size: 0.7rem;
	letter-spacing: 0.15rem;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* マウスオーバーした際のデザイン */
.border_btn08:hover span {
	background-color: #fff; /* 背景色 */
	transform: translate(4px, 4px);
	transition: all 0.3s ease-in-out;
}

@media(max-width:768px) {
h2{
	width:180px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: dotted 7px #f7d4e6	;
	font-size: 24px;
	letter-spacing: 0.4rem;
	text-align: center;
}

.about{
	flex-direction: column;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

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

.note{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 2,3rem;
	letter-spacing:0.4rem ;
}

h3{
	width: 260px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	/* padding: 10px 20px 8px 16px; */
	border-left: solid 12px #f7d4e6;/*左線*/
	background: transparent;/*背景透明に*/
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
}

.about_image{
	width: 65%;
	margin: 0 auto;
	margin-bottom: 50px
}

.about img{
	width: 100%;
}

.shiro{
	border:solid 1px #ccc ;
}

.about_content{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.about_description{
	width: 100%;
	margin: 0 auto;
	text-align: justify;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing:0.2rem;
}

span.btn{
	width: 100%;
}

.border_btn08 {
	margin-left: 0;
}
}

/* メールアイコン */
.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{
	padding-bottom: 20px;
	color: rgb(156, 155, 155);
	font-size: 0.8em;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
}

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

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

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