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

#wrapper{ 
	max-width: 1280px;
	width: 90%;
	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;
}
}

/* main ---------------------------------------- */

main{
	margin-top: 120px;
}

h2{
	font-size: 1.6rem;
	padding-bottom: 16px;
}

.title{
	font-size: 32px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 0.3rem;
	border-bottom: dotted 7px #f7d4e6	
}

.title_box{
	width:200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} 

.note1{
	font-size: 1.2rem;
	margin-top: 4px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width:768px) {
.note1{
		font-size: 1rem;
}
}


div .gallery{
	transition: .4s;
}

div .gallery:hover{
	filter: grayscale(0);
	transform: scale(1.02);
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  padding: 8px 8px 0 8px;
}

div.desc {
  text-align: right;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
}

* {
  box-sizing: border-box;
}

@media (min-width:768px) {
	
	.responsive{
        width: 100%;
        margin-bottom: 20px;
    }

	.box{
		display: flex;
		align-items: center;
	} 
	
	div.gallery img {
		width: 100%;
		height: 240px;
		border-radius: 16px;
		padding: 8px 8px 0 8px;
		object-fit: cover;
	  }
}
/* fotter------------------------------------ */
/* 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;
}
}

/* copyriht ---------------------------------- */
.copyright{
	margin-top: 10px;
	margin-bottom: 15px;
	color: rgb(156, 155, 155);
	font-size: 1em;
	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;
	right: 20px;
	bottom: 20px;
	font-size: 12px;
}

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

