
body {
/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Meiryo", sans-serif;*/
font-family: 'Noto Sans JP', sans-serif;
}

html {scroll-behavior: smooth;}


/* container */
.wrapper{
    width:100%;
}
.wrapper .container{
    max-width:1280px;
    margin:0px auto;
    padding:50px 0px;
}

/* content */
.wrapper .content{
    padding:0px 10px;
    text-align:center;
    margin:0px 0px 0px 0px;
}

.content h3{
	font-weight: 400;
}

.keyvisual{
	width: 90%;
	height: 670px;
	background-image: url("../img/main_img1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto;
}


/* color */
.bgcolor1{
	background-color: #EEE6D6;
}
.bgcolor2{
	background-color: #F5F2E8;
}
.bgcolor3{
	background-color: #FAF8F3;
}
.bgcolor4{
	background-color: #FFFFFF;
}
.textcolor{
	color: #6A6A6A;
}
.textcolor1{
	color: #EEE6D6;
}
.textcolor2{
	color: #F5F2E8;
}
.textcolor3{
	color: #b3a896;
}
.textcolor_green{
	color: #627665;
}



/* logo */
.logo{
	display: flex;
	justify-content: center;
}
.logo img{
    width: auto;
    height: 100px;
  }


/* nav */
nav ul{
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}
nav li{
	display: flex;
	align-content: center;
	padding: 5px 30px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
nav a{
	width: 100%;
	text-decoration: none;
	color: #424242;
}
nav li:hover{
	background-color: #FAF8F3;
}

/* pagetop */
.top ul{
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}
.top li{
	display: flex;
	align-content: center;
	padding: 5px 40px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.top a{
	width: 100%;
	text-decoration: none;
	color: #424242;
}
.top li:hover{
	background-color: #FFF;
}


/* text */
.title{
	font-size: 45px;
	font-weight: 300;
    text-align: center;
	letter-spacing: 0.1em;
	margin: 50px 0 0 0;
}
.title2{
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: 300;
    text-align: center;
	letter-spacing: 0.5em;
	padding: 15px 0 30px 0;
}
.title2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 120px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #B3A896; /*下線の色*/
}
.text,.text2{
	font-size: 20px;
	font-weight: 300;
    text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin: 3em 0;
}
.text p{
	padding: 20px 0;
}
.text{
	width: 700px;
	margin: 3em auto;
}
.text2{
	width: 520px;
	margin: 1em auto;
}

.copyright{
	padding: 50px 0 0 0;
	font-size: 12px;
	font-weight: 100;
    text-align: center;
	line-height: 3em;
	letter-spacing: 0.3em;
	color: #424242;
}

/* sns */
.snsbox{
	margin: 5em 0;
}
.snstext{
	margin: 1em 0 0 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5em;
	color: #999792;
}
.snstext2{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #999792;
}
.snsbox img{
	width: 30px;
	margin: 3em 0 2em 0;
}



@media screen and (max-width: 1024px) {
}


@media screen and (max-width: 599px) {

nav ul{
	display:block;
}
nav li{
	padding: 1.5em 0;
	margin: 0 0 2px 0;
	background-color: #FAF8F3;
}

.keyvisual{
	height: 200px;
}

.text,.text2{
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.text{
	width: 85%;
	}
.text2{
	width: 85%;
	}

.title{
	font-size: 25px;
	line-height: 2em;
	margin: 50px 0 0px 0;
}

.title2{
	font-size: 16px;
	font-weight: 300;
}
.title2:before {
  width: 70px;
  height: 4px;
}


}