@charset "UTF-8";
/* CSS Document */

@font-face{
	font-family: "Roboto", 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	src:
		local("Noto Sans CJK JP"),url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #2c6382;
	font-family: "Roboto", 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
a{
	color: #2c6382;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
p{
	color: #2c6382;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}

img{
	max-width: 100%;
	height: auto;
	transform: scale(1.5);
}

/*-------------------
  header
--------------------*/
.header-inner {
	width: 100%;
	height: 15rem;
	background-color: #f7edd9;
	position: relative;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.header-inner img{
	margin-top: 4rem;
}
.global-nav {
  position: fixed;
  right: -100%; /* これで隠れる */
  top: 0;
  width: 100%; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  text-align: center;
}
.hamburger {
  position: absolute;
  right: 100px;
  top: 41px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 50px 0;
  list-style: none;
}
.gn-logo{
	width: 100px;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  margin: 60px 0;
  text-decoration: none;
  color: #2c6382;
  font-size: 34px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.gn-sns li{
	margin: 60px 0;
}
.gn-sns img{
	width: 35px;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 80px;
  height: 3px;
  background-color: #808080;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 30px;
}
.hamburger__line--3 {
  top: 47px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}



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

.main-visual{
	position: relative
}

.main-visual p{
	position: absolute;
	right: 4rem;
	bottom: -8rem;
	font-size: 3.5rem;
}

.main-visual img{
	transform: scale(1)
}


/*-----------------
  logo
-----------------*/

.top-logo{
	width: 123px;
	margin: 0 auto;
}
.bottom-logo{
	width: 123px;
	margin: 0 auto;
}

/*-------------------
  section
--------------------*/
.section{
	margin: 50px 100px 150px;
	text-align: center;
}
.midashi{
	margin-top: 8rem;
	margin-bottom: 3rem;
}
.section-subtitle{
	font-size: 3rem;
	}
.section-title{
	text-align: center;
}
.section-body{
	text-align: left;
}
.dryflower{
	width: 282px;
	display: inline-block;
}
.btn-more{
	text-align: center;
	margin-top: 110px;
	margin-bottom: 150px;
}
.text-box{
    width: 20rem;
    display: inline-block;
    padding: 0.3em 0;
    color: #2c6382;
    font-size: 2.5rem;
    letter-spacing: 0.07em;
	margin-bottom: 5px;
}
.album{
	font-size: 2rem;
}
.pc-nav{
	display: none;
}
.pc-sns{
	display: none;
}
#main{
	padding-top: 150px;
}


/*-------------------
  news
--------------------*/
.news-img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.news-img img{
	width: 60%;
	height: auto;
	    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 24%);
}
.news-title{
    font-size: 3rem;
    line-height: 1.6;
}
.meta{
	padding: 50px 0 105px;
}
.news-text{
	padding: 0 0 70px;
}
.news-text p{
	letter-spacing: 0.07em;
	font-size: 18px;
	line-height: 2;
}
.news-text p:first-of-type{
	/*margin-bottom: 20px;*/
}

.news-text img{
	transform: scale(1);
}

.bold{
	font-weight: bold;
}

h2{
	position: relative;
	font-size:200%;
	padding: 40px 0;
	text-align: center;
}

/*-------------------
  btn
--------------------*/
.back{
	display: inline-block;
    vertical-align: top;
    width: 265px;
    height: 40px;
    border: 1px solid #2c6382;
    font-size: 1.8rem;
    line-height: 38px;
    color: #2c6382;
    text-decoration: none;
	transition: all .5s;
}
.back:hover {
  background: #2c6382;
  border: 3px solid #2c6382 transparent;
}

.back p:hover{
	color: #ffffff;
	
}

/*-------------------
  footer
--------------------*/

.copyright{
	display: block;
	text-align: center;
	font-size: 2rem;
	padding: 30px 0;
}
 
 
/*-------------------------
  tablet
-------------------------*/
@media screen and (min-width:768px) { 
	p { font-size: 14px; }
}


/*-------------------------
  PC
-------------------------*/
@media screen and (min-width:1024px) { 
	body{ font-size: 16px; }
	a{ font-size: 16px; }
	p{ font-size: 16px; }
	img{ transform: scale(1);}

	
/*-------------------------
  header
-------------------------*/
	.header-inner{
		height: 13rem;
	}
	.header-inner img{
		margin-top: 3rem;
		width: 50%;
	}
	.global-nav {
		display: none;
	}
	.hamburger{
		display: none;
	}
	.black-bg{
		display: none;
	}
	.pc-nav{
		display: flex;
		letter-spacing: 3px;
		word-spacing: 0.5em;
		border:  -10rem;
		right: 55px;
		top: 85px;
		position: absolute;
	}
	.pc-nav p{
		font-size: 16px;
	}
	
	.pc-nav a{
		letter-spacing: 3px;
		text-decoration: none;
	}
	
	.pc-nav li{
		margin: 0 15px;
	}
	.pc-sns{
		display: block;
	}
	.pc-sns ul{
		display: flex;
		position: absolute;
		top: 34px;
		right: 55px;
	}
	.pc-sns img{
		width: 20px;
		margin: 0 15px;
	}
	.main-visual p{
		right: -13rem;
	}
	
/*-------------------------
  logo
-------------------------*/
	.top-logo{
		position: absolute;
		top: 0.5rem;
		left: 2.7rem;
		width: 25.1rem;
	}
/*-------------------------
  section
-------------------------*/
	.pc-section{
		display: flex;	
	}
	.section{
		margin: 5rem 15rem;
	}
	.midashi{
		margin: 3rem 0;
	}
	.section-subtitle{
		font-size: 2rem;
		}
	.section-title{
		align-items: center;
		justify-content: space-between;
	}
	.news{
		margin: 5.1rem 0;
	}
	.text-box{
		width: 10rem;
		font-size: 1.4rem;
	}
	.album{
		font-size: 1.5rem;
	}
	.section-body{
		width: 80%;
		margin: 0 auto;
	}
	#main{
		padding-top: 130px;
	}

/*-----------------------
  news
------------------------*/
	
	.meta{
	padding: 50px 0 45px;
	}
	.news-text{
	padding: 0 0 70px;
}
	.news-text p{
	font-size: 16px;
}
	.news-img{
		margin: 0;
	}
	.news-img img{
		width: 80%;
	}
	.news-title{
    	font-size: 2.5rem;
	}

/*-----------------------
  btn
------------------------*/
	.back{
	width: 160px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
	}

/*-------------------
  footer
--------------------*/

	.copyright{
		font-size: 1.1rem;
	}

}

