* {border: 0; margin: 0; padding: 0;}
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 62.5%;
	letter-spacing: 2px;
	min-width: 1000px;
}

footer a {
	color: white;
	text-decoration: none;
}

header {
	width: 100%;
	height: 100%;
	position: relative;
	background-attachment: fixed;
}

.logo {
	width: 70px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 40px;
}

nav {
	position: absolute;
	bottom: 25px;
	left: 0px;
}

nav ul li {
	list-style: none;
	font-size: 1.4rem;
	line-height: 42px;
}

nav ul li a {
	color: white;
	text-decoration: none;

}

.nav-link {
	transition: all  0.3s ease;
	border-left: 4px solid #ffffff;
	padding-left: 40px;
	margin-left: -4px;
}
.nav-link:hover {margin-left: 0px;}
.sns-area {margin-left: 40px;}
.nav-sns {
	margin-right: 10px;
}
.nav-sns img {
	height: 15px;
}

.nav-bar {
	position: fixed;
	right: 40px;
	top: 40px;
}
.nav-bar svg {
	fill: #fff;
	transition: all  3s ease;
}
.nav-bar.ccc svg {
	fill: #222;	
	transition: all  1s ease;
}
.nav-bar2 {
	position: fixed;
	right: 40px;
	top: 40px;
}
.nav-bar2 svg {
	fill: #222;
}


.top-copy {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: white;
	text-align: right;
}
.top-copy1 {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.top-copy2 {
	font-size: 2.6rem;
}

section {
	width: 100%;
}

.flex {
	position: relative;
	padding: 180px 0;
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.about-mark {
	position: absolute;
	right: 20px;
	top: 200px;
}
.about-mark svg {
	transform: scale(1.6);
	fill: #ececec;
}

section h2 {
	font-size: 2rem;
	line-height: 45px;
	letter-spacing: 8px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #222;
	font-weight: 300;
}

section p {
	font-size: 1.4rem;
	line-height: 40px;
	width: 440px;
	margin-top: 320px;
}
#about {
	background: #ffffff;
}

#video {
	background: url("images/sanyudou_photo-30.JPG") fixed;
	background-size: cover;
	text-align: center;
}
.logo-yoko-w {
	margin: 240px 0;
	width: 240px;
	height: auto;

}
.mv {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
}

#item {
	background: #ffffff;
}

.item-wrap {
	width: 700px;
}

.item-wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.item-item {
	width: 44%;
	margin-bottom: 80px;
}
.item-item img {
	width: 100%;
	height: auto;
}
.item-item ul {
	list-style: none;
}
.item-item h3 {
	font-size: 1.8rem;
	margin: 20px 0;
	font-weight: 300;
}
.item-item p {
	font-size: 1.3rem;
	margin: 0;
	width: auto;
	line-height: 32px;
	letter-spacing: 1.5px;
}

#ec {
	background: url("images/sanyudou_photo-34.JPG") fixed;
	background-size: cover;
	padding: 360px 0;
	width: 100%;
	text-align: center;
}
.ec-link {
	background-color: rgba(255,255,255,1.00);
	padding: 10px 40px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.6rem;
	color: #222222;
	text-decoration: none;
}
.ec-link:hover {
	background-color: #DD4827;
	color: white;
}
.ec-btn {
	color: #222;
	border: 1px solid #222;
	padding: 5px 15px;
	letter-spacing: 1.5px;
	margin-top: 20px;
	text-decoration: none;
	font-size: 1.1rem;
	border-radius: 8px;
	display: inline-block;
}
.ec-btn:hover {
	background-color: #DD4827;
	border: 1px solid #DD4827;
	color: white;
}

#info {
	padding: 240px 0;
	background-color: white;
}

.hirao-img {
	width: 40%;
	margin: 0 auto;
}
.hirao-img img {
	width: 100%;
	height: auto;
}

.info-wrap {
	width: 50%;
	margin: 0 auto;
}

.info-wrap p {
	width: 100%;
	padding: 0;
}
.greeting {
	margin-top: 60px;
}
.info-name {
	font-size: 2rem;
	margin: 40px 0 0 0;
	text-align: right;
	line-height: 24px;
}
.daime {
	font-size: 1.1rem;
}

footer {
	width: 100%;
	background: url("images/sanyudou_photo-8.JPG") fixed;
	background-size: cover;
}

.black-wrap {
	background-color: rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	padding: 120px;
}

.footer-logo img {
	width: 80px;
}
.footer-contents p {
	color: white;
	line-height: 30px;
	font-size: 1.4rem;
	border: 1px solid #ffffff;
	padding: 20px 20px 18px 20px;
	margin-top: 40px;
}
.kome {
	font-size: 1.1rem;
}

#nav-area {
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.nav-flex {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-logo {
	width: 200px;
	height: auto;
	margin-right: 100px;
}
.nav-list {
	margin-top: 120px;
}
.nav-list li {
	list-style: none;
	line-height: 40px;
	font-size: 1.6rem;
}
.nav-list li a {
	color: #222;
	text-decoration: none;
	
}
.nav-list li a img {
	height: 15px;
	margin-right: 10px;
}

#arrow {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: none;
	cursor: pointer;
}
#arrow img {
	width: 15px;
	height: auto;
	padding: 0 20px;
}
#arrow.hid {
	display: block;
}

#top-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}


@media screen and (max-width: 480px) {
* {border: 0; margin: 0; padding: 0;}
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 62.5%;
	letter-spacing: 2px;
	min-width: 100%;
}

header {
	width: 100%;
	height: 100%;
	position: relative;
	background-attachment: scroll;

}

.logo {
	width: 70px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 20px;
}

nav {
	position: absolute;
	bottom: 25px;
	left: 20px;
}

nav ul li {
	list-style: none;
	font-size: 1.4rem;
	line-height: 42px;
}

nav ul li a {
	color: white;
	text-decoration: none;

}

.nav-link {
	transition: all  0.3s ease;
	border-left: 0px solid #ffffff;
	padding-left: 0px;
	margin-left: 0;
}
.nav-link:hover {margin-left: 0px;}
.sns-area {margin-left: 0px;}
.nav-sns {
	margin-right: 10px;
}
.nav-sns img {
	height: 15px;
}

.nav-bar {
	position: fixed;
	right: 40px;
	top: 40px;
}
.nav-bar svg {
	fill: #fff;
	transition: all  3s ease;
}
.nav-bar.ccc svg {
	fill: #222;	
	transition: all  1s ease;
}
.nav-bar2 {
	position: fixed;
	right: 40px;
	top: 40px;
}
.nav-bar2 svg {
	fill: #222;
}


.top-copy {
	display: none;
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: white;
	text-align: right;
}
.top-copy1 {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.top-copy2 {
	font-size: 2.6rem;
}

section {
	width: 100%;
}

.flex {
	position: relative;
	padding: 180px 0;
	display: block;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.about-mark {
	position: absolute;
	right: 20px;
	top: 200px;
	display: none;
}
.about-mark svg {
	transform: scale(1.6);
	fill: #ececec;
}

section h2 {
	font-size: 2rem;
	line-height: 45px;
	letter-spacing: 8px;
	writing-mode: horizontal-tb;
	color: #222;
	font-weight: 300;
}

section p {
	font-size: 1.4rem;
	line-height: 40px;
	width: 100%;
	margin-top: 80px;
}
#about {
	background: #ffffff;
}

#video {
	background: url("images/sanyudou_photo-30.JPG") scroll center;
	background-size: cover;
	text-align: center;
}
.logo-yoko-w {
	margin: 240px 0;
	width: 50%;
	height: auto;

}
.mv {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
	margin-left: -100%;
}

#item {
	background: #ffffff;
	text-align: center;
}

.item-wrap {
	width: 100%;
	margin-top: 40px;

}

.item-wrap ul {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	text-align: left;
}

.item-item {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.item-item img {
	width: 100%;
	height: auto;
}
.item-item ul {
	list-style: none;
}
.item-item h3 {
	font-size: 1.8rem;
	margin: 20px 0;
	font-weight: 300;
}
.item-item p {
	font-size: 1.3rem;
	margin: 0;
	width: auto;
	line-height: 32px;
	letter-spacing: 1.5px;
}

#ec {
	background: url("images/sanyudou_photo-34.JPG") scroll;
	background-size: cover;
	padding: 360px 0;
	width: 100%;
	text-align: center;
}
.ec-link {
	background-color: rgba(255,255,255,1.00);
	padding: 10px 40px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.6rem;
	color: #222222;
	text-decoration: none;
}
.ec-link:hover {
	background-color: #DD4827;
	color: white;
}
.ec-btn {
	color: #222;
	border: 1px solid #222;
	padding: 5px 15px;
	letter-spacing: 1.5px;
	margin-top: 20px;
	text-decoration: none;
	font-size: 1.1rem;
	border-radius: 8px;
	display: inline-block;
}
.ec-btn:hover {
	background-color: #DD4827;
	border: 1px solid #DD4827;
	color: white;
}

#info {
	padding: 240px 0;
	background-color: white;
}

.hirao-img {
	width: 80%;
	margin: 0 auto;
}
.hirao-img img {
	width: 100%;
	height: auto;
}

.info-wrap {
	width: 80%;
	margin: 0 auto;
}

.info-wrap p {
	width: 100%;
	padding: 0;
}
.greeting {
	margin-top: 60px;
}
.info-name {
	font-size: 2rem;
	margin: 40px 0 0 0;
	text-align: right;
	line-height: 24px;
}
.daime {
	font-size: 1.1rem;
}

footer {
	width: 100%;
	background: url("images/sanyudou_photo-8.JPG") scroll;
	background-size: cover;
}

.black-wrap {
	background-color: rgba(0,0,0,0.40);
	width: 100%;
	height: 100%;
}

.footer-wrap {
	display: block;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
}

.footer-logo img {
	width: 80px;
}
.footer-contents p {
	color: white;
	line-height: 30px;
	font-size: 1.4rem;
	border: 1px solid #ffffff;
	padding: 20px 20px 18px 20px;
	margin-top: 40px;
}
.kome {
	font-size: 1.1rem;
}

#nav-area {
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.nav-flex {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.nav-logo {
	width: 50%;
	height: auto;
	margin: 80px auto 0 auto;
}
.nav-list {
	margin-top: 80px;
}
.nav-list li {
	list-style: none;
	line-height: 40px;
	font-size: 1.6rem;
}
.nav-list li a {
	color: #222;
	text-decoration: none;
	
}
.nav-list li a img {
	height: 15px;
	margin-right: 10px;
}
.sp-sns img {
	height: 15px;
	margin: 40px 10px 0 10px;
}

#arrow {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: none;
	cursor: pointer;
}
#arrow img {
	width: 15px;
	height: auto;
	padding: 0 20px;
}
#arrow.hid {
	display: none;
}

#top-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}}