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

*,*::before,*::after{
	box-sizing: border-box;
}

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

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

/* trois-end---------------------------------- */
.wrap{
	margin-top: 200px;
	max-width: 1280px;
	width: 96%;
	margin: auto;
}

h2{
	width:460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: dotted 7px #f7d4e6;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.5rem;
}

.note0{
	margin-bottom: 39px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.3em;
	text-align: justify;
}

.film{
	width: 100%;
	padding-bottom: calc(720 / 1280) * 100%;
	 text-align: center;
	}

p.note_video{
	text-align: center;
	font-size: 15px;
	margin-top: 16px;
	margin-bottom: 50px;
	letter-spacing: 0.3rem;
}

h3{
	width: 160px;
	margin: 60px 0 30px 20px;
	padding: 10px 20px 8px 20px;
	border-left: solid 12px #f7d4e6;
	border-bottom: solid 2px #f7d4e6;
	background: transparent;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.3em;
}

.table {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
	color: #353535;
	line-height: 1.8;
	letter-spacing: 0.3rem;
	text-align: center;
}

.table thead {
	background: #EFD7D3;
}

.table tr {
	border-bottom: 1px solid #ccc;
}

.table th, .table td {
	padding: 10px;
}

.link{
	font-weight: bold;
	color:rgb(12, 16, 250);
	text-decoration: underline;
}

.note_ss{
	font-size: 14px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	letter-spacing: 0.3rem;
}

h4{
	font-size: 1.3rem;
	margin-left: 20px;
	margin-bottom: 16px;
	letter-spacing: 0.3em;
	text-align: left;
	padding-left: 16px;
}

.sect{
	display: flex;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
	border-bottom: 1px solid #fff;
}

.sect_image{
	width: 60%;
	margin-right: 20px;
}

.parent{
	display: flex;
	align-items: center;
}

.image{
	width: 100%;
	margin: 0 auto;
}

.petit{
	width: 75%;
}

.plus_petit{
	width: 50%;
}

.sect_content{
	width: 90%;
  margin-top: 5px;
}

.sect_note{
	width: 90%;
	font-size: 1.15rem;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	vertical-align: top;
	/* 両肺揃え(flex)　jusutify-content:space-between */
}

.sect_note1{
	width: 90%;
	font-size: 1rem;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	/* 両肺揃え(flex)　jusutify-content:space-between */
}

@media(max-width:767px) {
.wrap{
	width: 96%;
}

.film{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.video{
	max-width: 330px;
}

h2{
	font-size: 20px;
	width:300px;
	/* margin: 0 auto; */
	margin-top:132px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	letter-spacing: 0.5rem;
	border-bottom: dotted 7px #f7d4e6	
}

.note0{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 39px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.3em;
	text-align: justify;
}

.hyd{
	font-size: 18px;
}

h3{
	font-size: 1.4rem;
	width: 150px;
	margin-top: 46px;
	margin-bottom: 20px;
	margin-left: 8px;
}

.note1{
	width: 90%;
	font-size: 1.1rem;
	letter-spacing: 0.3em;
	line-height: 1.7;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.table{
	width: 96%;
	font-size: 14px;
}

.note_ss{
	width: 96%;
	letter-spacing:0.2em ;
}

.sect{
	flex-direction: column;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom:1px solid #ccc; 
}

.sect_image{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.parent{
	flex-direction: column;
}

.image{
	width: 100%;
}

.normal{
	width: 75%;
}

.petit{
	margin-top: 20px;
	width: 70%;
}

.plus_petit, .f_plus_petit{
	width: 65%;
}

.sect_content{
	margin: 0 auto;
}

h4{
	font-size: 1.2rem;
	text-align: center;
	margin: 16px 0 16px 0;
	margin-bottom: 16px;
	letter-spacing: 0.3em;
}

.sect_note{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.3rem;
}

.sect:last-child{
	border-bottom:none;
}
}
/* 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: 15px;
}

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

@keyframes fadeIn4 {
	0% {
	  opacity: 0;
	}
	
	100%{
		opacity: 1;
	}
}

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


