@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;
}

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

a{
    text-decoration: none;  
}

html{
	scroll-behavior: smooth;
}

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;
}

@media (max-width:768px) {
.header_logo{
	max-width: 97px;
	height: auto;
}
}

/* main ---------------------------------------- */
#gradation{
	background: linear-gradient(to bottom,#FFF,#faf1f8 7%,#fdf3f8); 
	}

main{
	margin-top: 150px;
}

h2{
	width: 240px;
	margin: 0 auto;
	margin-top: 46px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 7px #f7d4e6	;
	font-size: 36px;
	letter-spacing: 0.3rem;
	text-align: center;
}

.des{
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
}
	
.about{
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
}

.about1{
	width: 110%;
	margin-left: 50px;
}

.about img{
	width: 80%;
	border-radius: 50%;
}

.about_image{
	text-align: center;
}

.box{
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h3{
	font-size: 1.4rem;
	margin-top: 5px;
	margin-bottom: 24px;
	text-align: center;
}
/* 目次ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.mokuji {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 1em 0 1em 0;
	background-color: #faf8f9;
	box-shadow: 0 0 10px rgba(150, 150, 150, 0.1);
	border-radius: 5%;
	letter-spacing: 0.1rem;
}

li.midashi{
	font-size: 1.1rem;
	font-weight: bold;
	list-style-type: none;
}

ul .komidashi{
	margin-left: 40px;
	font-size: 0.9rem;
	list-style-type:circle;
}

.mokuji ul ul {
	margin-top: 5px;
}

.mokuji li {
	padding: 7px 0;
}

.mokuji a {
	color: rgb(131, 131, 131); 
	transition: color 0.4s ease-in-out;
}

.mokuji a:hover {
	color: rgb(246, 140, 252); 
}

.sample{
	transition: .3s;
}

.sample:hover{
	filter: grayscale(0);
	transform: scale(1.04);
}

@media (max-width:767px) {
h2{
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 0.3rem;
	border-bottom: dotted 7px #f7d4e6	
}

.about1{
	width: 100%;
	margin: 0 auto;
	margin-left: 0;
}

.des{
	width: 86%;
	margin: 0 auto;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
}

.mokuji {
	flex-direction: column;
	align-items: start;
	width: 80%;
	margin-bottom: 30px;
	padding-left: 60px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(207, 207, 207, 0.1);
	border-radius: 20px;
	gap: 0;
}

.box{
	flex-direction: column;
}

h3{
	font-size: 1.2rem;
}

.about_image img{
	border-radius: 50%;
	width: 82%;
}
}

/* 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-------------------------------------------- */
.copyright{
	font-size: 0.9em;
	color: rgb(156, 155, 155);
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	margin-top: 12px;
	padding-bottom: 24px;
}

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

@media (max-width:768px) {
.copyright{
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
}
}

/* 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: 53px;
	height: 53px;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

