@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

*{
	box-sizing: border-box;
}
body{
  overflow-x: hidden;
  margin: 0 auto;
  color: #6B6156;
  font-family: "Zen Maru Gothic", "Noto Sans JP","Osaka-mono", "MS Gothic", "monospace";
  height: 100%;

}
.header-area h1 {
    padding-left:15px;
}
a{
  text-decoration: none;
  color: #6B6156;
}

h3 {
	font-weight: 500;
}
h2,h3{
	font-size: clamp(1.6rem, calc(1.25vw + 1.3rem), 3.2rem);
	font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
}
ul {
  list-style: none;
}
p {
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 35px;
	font-weight: 400;
}
.header-area{
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
}
header {
      position: fixed;
      width: 100%;
	  z-index: 100;

}
.square {
    width: 65px;
    height: 65px;
    padding-right: 15px;
    padding-top: 5px;

}
.hamburger{
  width: 40px;
  height: 25px;
  position: relative;
  margin: 17px auto;
  z-index: 100;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #60574D;
}
.hamburger span:first-of-type{
  top: 0;
}
.hamburger span:nth-of-type(2){
  top: 50%;
}
.hamburger span:last-of-type{
  top: 100%;
}
.slide-menu{
  background-color:#fff;
  position: fixed;
  width: 100%;
  padding-top: 50px;
  left: 0;
  transform: translateX(100%);
  padding-left:0;
  transition: .5s;
  margin: 0;
  height: 100%;
		top: 0;
}
.slide-menu li{
  color: #6B6156;
  line-height: 400%;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid rgb(170, 170, 170);
  padding: 15px 0px;
  width: 95%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 17px;
}
.slide-menu-logo {
	background: url("./image/nauraa_logo.svg") center no-repeat;
    content: '';
    width: 100px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	margin-top: -255px;
    margin-left: 13px;

}
.slide-menu li:first-of-type {
	margin-top: 30px;
}
.slide-menu li:last-of-type {
border-bottom: none;
	margin-top: 15px;
}
.slide-menu li:last-of-type a {
  color: #ffff;
	  border-bottom: none;
    background-color: #FFB81A;
    border-radius:25px;
    font-weight:bold;
    width: 200px;
    line-height:30px;
    margin-top: 35px;
	padding: 10px 40px;
	border: solid 2px #FFB81A;
	
}
.slide-menu li a:hover {
  opacity: 0.7;
	transition: .5s;
	color: #FFB81A;
}

.slide-menu li:last-of-type a:hover {
   color: #FFB81A;
	border: solid 2px #FFB81A;
	background-color: #fff;
}

.hamburger.active span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){
  opacity: 0;
}
.hamburger.active span:last-of-type{
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active{
  transform: translateX(0);
}



main {
    padding-top: 100px;
}
.footer {
    background-color: #F6EFE0;
    text-align: center;
    padding: 50px;
	position: relative;
}
.footer::before {
	background: url("./image/main-backround-04.svg") no-repeat center;
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
}
.footer ul {
  padding: 0;
}
.footer ul li p {
  margin: 0;
}
.footer ul li:nth-of-type(2) {
  font-weight: bold;
}
.footer ul li {
  padding-bottom: 25px;

}
.footer-map {
  width: 100%;
  border: 0;
  max-width: 27%;
  max-height: 160px;
}
.footer__logo:hover {
	opacity: 1 !important;
}
.header-area h1 a img{
	margin-top: 18px;
	margin-left: -7px;
}

footer div h2 {
	margin-bottom: 0;
}
.footer ul li:first-of-type p{
    font-size: 15px;
}
.footer ul li:last-of-type {
    font-size: 10px;
}
.footer ul li:nth-of-type(6) {
   padding-bottom: 12px
}
.footer ul li:nth-of-type(3) a {
    color: #827568;
	font-size: 16px;
    font-weight: bold;
    width: 200px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    margin: 5px auto 20px auto;
    border: solid #827568;
    border-radius: 30px;
    display: block;
}
.footer ul li:nth-of-type(3) a:hover {
    color: #ffffff;
    background-color: #827568;
	opacity: 1;
	transition: .5s;

}
.footer ul li:nth-of-type(3) a:hover img {
		filter: brightness(100);
}
.footer ul li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;

}
.footer ul li:last-of-type a img {
	margin-right: 10px;

}
.footer ul li:last-of-type a p {
	padding-bottom: 4px;
}
.footerflex {
	 display: flex;
	padding-left: 23px;
}
.footer-info{
	font-size: 15px;
    line-height: 15px;
}
.footerflex img {
	margin-right: 10px;
}



.section-main-01-text {
  padding: 30px 20px;
  
}

.dottedline {
  border-bottom: solid 1px #6B6156;
  margin: 20px auto 25px;
}

.section-main-02-text h3 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 25px;
    margin: 40px auto;
}
.section-main-02-text {
    padding: 30px 20px;
    
    
  }

.section-main-02-text h2{
	margin-top: 0;

}

.section-main-02-text p:nth-of-type(2),.section-main-02-text p:nth-of-type(3) {
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
.line-appointment {
  border-radius: 30px;
  background-color: #ffff;
  text-align: center;
  padding: 13px 55px;
  font-size: 18px;
  display: block;
  width: 220px;
  margin: 35px auto;
  border: solid 2px #FFB81A;
}
.line-appointment:hover {
  background-color: #FFB81A;
  color: #fff;
  transition : .5s;
  opacity: 1;
}
.row {
	flex: 1;
}
.row:first-of-type {
	flex: 1.5;
}
.row li{
list-style: none;
	font-size: 22px;
	letter-spacing: 2px;
}

.table{
display: flex;
}

.table div ul{
margin: 0;
 padding: 0;
}

.first-column{

  margin-right: 0;
  border-bottom: 1px solid;
  padding: 5px 0 35px;
}
.second-column {

  padding: 35px 0px;
  margin-right: 0;
  border-bottom: 1px solid;
}
.column{
  padding: 20px 0px;
  margin-right: 0;
  border-bottom: 1px solid;
}
.desktop-main {
	padding-bottom: 80px;
}
.row:nth-of-type(2) li:nth-of-type(3), .row:nth-of-type(3) li:nth-of-type(3){
	padding: 36.5px 0;
}
.row:nth-of-type(2) li:nth-of-type(4),.row:nth-of-type(3) li:last-of-type{
	padding: 36.5px 0;
}
.row:nth-of-type(2) {
	text-align: center;
}
.row:last-of-type {
	text-align: right;
}
.row:last-of-type li {
	padding-right: 1px;
}
.column span {
	font-size: 16px;
	letter-spacing: 1px;

}
.section-main-03-text {
	padding: 30px 20px 50px;
}
.slide-menu li:nth-last-of-type(3) a {
	color: #FFB81A;
}
.instagram:hover {
	color: #FFB81A;
}
@media screen and (min-width:550px) { 
	body {
		max-width: 768px;
		
	}
	p {
		font-size: 19px;
	}
	.header-area h1 {
  padding-left: 80px;
}
	.main-02 {
	padding: 0 80px;
}

	.square {
		padding-right: 120px;
	}

	.section-main-01-text {
		padding: 0 80px;}
	.section-main-01-text h2 {
		margin-top: 30px;
	}
	.section-main-01-text a {
		margin: 50px auto 0;
	}
	.section-main-02-text {
  padding: 30px 80px 50px;
}
.section-main-02-text h2 {
  padding-top: 30px;
}

.footer ul li:first-of-type p {
	font-size: 17px
}
footer ul li:first-of-type {
  padding-bottom: 20px;
}}


@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
    body {
    max-width: 960px;
  }
	p {
		font-size: 19px;
	}

	main {
		width: 90%;
  margin: 0 auto;
	}
	 .section-main-02-text {
    padding: 30px 80px 50px;
  }
	
	
}

@media screen and (min-width:960px) and ( max-width:1200px) {
	body {
    max-width: 1200px;
  }
	.header-area {
		margin-top: 30px;
	}

.desktop-main{
    margin: 50px auto 80px;
    width: 80%;

  }
.main-02{
	width: 60%;
    height: auto;
	padding: 0;
	display: block;
	margin: 0 auto;
}

.section-main-01-text {
	width: 80%;
    margin: 0 auto;
		padding: 0;

	}

.section-main-01-text h2 {
		margin-top: 0px;
	padding-top: 50px;
	}
.section-main-02-text {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 50px;
	}

.footer::before {
	background: url("./image/main-backround-04-1200px.svg") no-repeat center;
	top: -70px;
}	.step-circle {
		width: 80px;
    height: 80px;
    line-height: 25px;
    font-size: 18px;
		padding-top: 7px;

}

}

@media screen and (min-width:1200px) {
	 body {
    max-width: 1920px;
		 
  }
	header {
		display: flex;
        align-items: center;
        height: 120px;
		background-color: unset;
}
	h2 {
		font-size: clamp(1rem, calc(1vw + 1rem), 3.2rem);
	}
.header-area {
	display: unset;
  height: unset;
}
.header-area h1 a img{
	margin-top: 0;
}
   .square {
       display: none;
	}
   .slide-menu {
      justify-content: flex-end;
	   position: relative;
     width: 100%;
     transform: none;
     display: flex;
     background-color: unset;
     left: unset;
     transition: unset;
	   height: unset;
	    margin-right: 70px;
	   padding: 15px 0 0;
}
	
.slide-menu li{
	line-height: unset;
	border-bottom: none;
	width: unset;
	margin: 0 0 0 50px;
	align-content: center;
    display: block;
}
	.slide-menu li:first-of-type{
		margin-top: 0;
	}
	.slide-menu li a {
		font-size: 13.5px;
    font-weight: 600;
	}
.slide-menu li a:hover {
	color: #FFB81A;
	transition: .5s;
	}
	
.slide-menu li:last-of-type{
	margin: 0 0 0 50px;
	background-color: unset;
}
.slide-menu li:last-of-type a {
  color: #fff;
  width: 180px;
  line-height: 30px;
  display: inline-block;
  border-radius: 25px;
  border: solid #FFB81A;
  padding: 5px;
	background-color: #FFB81A;
	margin-top: 0;
}
.slide-menu li:last-of-type a:hover{
	color: #FFB81A;
	border: solid #FFB81A;
	background-color: #fff;
	}


.desktop-main {
	margin: 60px auto 100px;
	width: 80%;
}

	.section-main-02 {
		display: block;
	}
	.section-main-02-text {
		padding: 100px 80px;
		margin: 0;
		width: 100%;
	}


	.section-main-01-text h2 {
  padding-top: 15px;
}
.section-main-01-text {
        margin: 0 auto;
		width: 80%;
}
	.section-main-02-text {
	padding-top: 30px;
		padding-bottom: 0;
    margin: 0 auto;
    width: 80%;
	}
    	.section-main-03-text {
	padding: 30px 80px 0;
    margin: 0 auto;
    width: 80%;
	}
	
	.footer::before {
	background: url("./image/main-backround-04-1920px.svg") no-repeat center;
	top: -65px;
	}

	h2 {
		font-size: 33px;
	}
	.row li {
		font-size: 23px;
	}
	.row:nth-of-type(2) li:nth-of-type(3),.row:nth-of-type(2) li:nth-of-type(4),.row:last-of-type li:nth-of-type(3),.row:last-of-type li:last-of-type {
		padding: 37px 0;
	}
	.column span {
		font-size: 16.7px;
	}}


@media screen and (min-width: 1400px) {
  .slide-menu li a {
    font-size: 17px;
  }
	  .slide-menu li:last-of-type a {
    width: 195px;
	}
.desktop-main {
	margin: 80px auto 100px;}
	
}
@media screen and (min-width: 1600px) {
  .slide-menu li a {
    font-size: 17px;
  }
	  .slide-menu li:last-of-type a {
    width: 195px;
	}
	main {
		width: 80%;
		margin: 0 auto;
	}

	}

@media screen and (min-width: 1800px) {

	header {
		max-width: 1920px
	}
}

@media screen and (min-width: 1900px) {
	body {
		max-width:none;
	}
	header {
		max-width: none;
		
	}
}
@media screen and (min-width: 2000px) {
	
	body {
		max-width: 2000px;
	}
   header{
		max-width: 2000px;
	}
  

	
	.footer {
		margin: 0 calc(50% - 50vw);
	}
	.footer::before{
	    top: -50px;
}}
