﻿@charset "UTF-8"; 

/* base start */ 
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #f0eeee;
	position: relative;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.mobile {
    display: block;
}

.tablet {
    display: none;
}

/* base end */ 

/* header start */ 

header {
	position: fixed;
	z-index: 10;
}

header h1 {
	margin: 1rem 0 0 1rem;
	width: fit-content;
}

header h1 a {
	display: block;
	padding: 0.5rem;
	width: 72%;
}

.menu ul {
	font-size: 1.2rem;
	margin: 2.7rem 2.7rem 2.7rem 4.2rem;
	width: 7rem;
}

.menu ul li a {
	display: block;
	width: fit-content;
	padding: 1.5rem 0.3rem 0.3rem 0.3rem;
	text-decoration: none;
	color: #000;
	transition: 0.8s;
	border-bottom: 1px solid transparent;
}

.menu ul li a:hover,
.menu ul li a:active {
    color: #818181;
	border-bottom: 1px solid #000;
}

.menu ul .sns {
	display: flex;
}

.menu ul .sns li {
	padding: 2.5rem 0.4rem 0 0;
}

.menu ul .sns li a {
	display: block;
	padding: 0.4rem;
	width: 1.1rem;
	transition: 0.5s;
	border-bottom: none;
}

.menu ul .sns li a:hover,
.menu ul .sns li a:active {
	opacity: 50%;
}

/* 各種ページ nav設定 */

.home .menu ul > li:first-child {
	border-bottom: 1px solid #000;
	color: #818181;
}

.home .menu ul li:first-child a {
	border-bottom: none;
	color: #818181;
}

.news .menu ul > li:nth-child(2) {
	border-bottom: 1px solid #000;
	color: #818181;
}

.news .menu ul li:nth-child(2) a {
	border-bottom: none;
	color: #818181;
}

.profile .menu ul > li:nth-child(3) {
	border-bottom: 1px solid #000;
	color: #818181;
}

.profile .menu ul li:nth-child(3) a {
	border-bottom: none;
	color: #818181;
}

.gallery .menu ul > li:nth-child(4) {
	border-bottom: 1px solid #000;
	color: #818181;
}

.gallery .menu ul li:nth-child(4) a {
	border-bottom: none;
	color: #818181;
}

.contact .menu ul > li:nth-child(5) {
	border-bottom: 1px solid #000;
	color: #818181;
}

.contact .menu ul li:nth-child(5) a {
	border-bottom: none;
	color: #818181;
}

/* header end */ 

/* main start */

main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: fit-content;
}

/* home */

.fade-img {
	min-width: 100%;
	min-height: 100vh;
}

.fade-img img {
	z-index: 1;
	height: 100vh;
	object-fit: cover;
}

/* news */

main h2 {
	font-size: 1.8rem;
	width: fit-content;
	height: fit-content;
	margin: 7rem auto 2rem;
}

.content {
	border-radius: 1rem;
	background-color: #ffffff;
	width: 80%;
	height: fit-content;
	margin: 0 auto 5rem;
	padding: 3rem 1rem 1rem;
}

.content .news {
	line-height: 1.5rem;
	text-align: center;
}

.content .news dt {
	font-size: 0.9rem;
	margin-bottom: 0.1rem;
}

.content .news dd {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.content .news dd:last-child {
	margin-bottom: 0.5rem;
}

.content .news dd a {
	color: #583e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	transition: 0.3s;
}

.content .news dd a:hover,
.content .news dd a:active {
    color: #583e9e94;
}

.content .viewmore {
	font-size: 0.9rem;
	width: fit-content;
	margin: 1.5rem 0 0 auto;
}

.content .viewmore a {
	display: block;
	padding: 0.5rem;
	color: #888888;
	text-decoration: none;
	transition: 0.3s;
}

.content .viewmore a::after {
	content: "＞";
	vertical-align: text-bottom;
	margin-left: 0.3rem;
}

.content .viewmore a:hover,
.content .viewmore a:active {
	color: #88888880;
}

.featherlight-sample {
	display: none;
	width: 75vw;
	height: 50vh;
	margin: 1.5rem auto;
	line-height: 1.5rem;
}

.innernews {
	flex-wrap: wrap;
	padding: 0 1.5rem;
}

.innernews dt {
	font-size: 0.8rem;
}

.innernews dd {
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.innernews dd:last-child {
	padding-bottom: 1.5rem;
}

.innernews dd a {
	color: #583e9e;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	transition: 0.3s;
}

.featherlight-sample dd a:hover,
.featherlight-sample dd a:active {
    color: #583e9e94;
}

/* plofile */

.content img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.introduction {
	line-height: 1.8rem;
	padding: 0 1rem 2.5rem;
}

.introduction h3 {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	padding: 2rem 0 0.8rem;
}

.introduction h3 span {
	font-size: 0.9rem;
}

.introduction p {
	text-align: left;
}

/* gallery */

.gallery-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 1rem;
}

.gallery-img img {
	object-fit: cover;
	width: 10rem;
	height: 10rem;
	margin: 0 0.5rem 1rem;
}

.gallery-img img:hover,
.gallery-img img:active {
	opacity: 50%;
}

/* .works-img img:nth-child(6) {
	object-position: 10% 25%;
}

.works-img img:nth-child(9) {
	object-position: 10% 25%;
}

.works-img img:nth-child(15) {
	object-position: 10% 0%;
}

.works-img img:nth-child(21) {
	object-position: 0% 85%;
} */

.top p {
	text-decoration: none;
	text-align: center;
	width: fit-content;
	margin: -4rem 0 3.5rem auto;
}

.top p img {
	opacity: 60%;
	padding-bottom: 0.5rem;
}

.top p a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 1rem 1rem;
	transition: 0.5s;
}


.top p a:hover,
.top p a:active {
	opacity: 50%;
}

/* contact */

.contactcontent {
	border-radius: 1rem;
	background-color: #ffffff;
	width: 80%;
	height: fit-content;
	margin: 0 auto 5rem;
	padding: 3rem 1rem 3rem;
}

iframe {
	min-width: 100%;
	min-height: 135vh;
}


/* main end */ 

/* footer start */

footer {
	color: #000000;
	z-index: 1;
	width: fit-content;
	margin: 2rem 1rem 2rem auto;
}

.indexfooter {
	color: #ffffff;
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
}

.galleryfooter {
	margin: 0rem 2rem 3rem auto;
}

/* footer end */ 




/* tablet */
@media screen and (min-width:744px){
    html {
        font-size: 120%;
    }
	img {
		max-width: 110%;
		height: auto;
	}
    .mobile {
        display: none;
    }
    .tablet {
        display: block;
    }

	/* home */
	
	.fade-img img {
		z-index: 1;
		width: 60%;
		height: auto;
		position: absolute;
		top: 5rem;
		right: 3rem;
		margin: 0;
	}

	/* news */

	main h2 {
		font-size: 1.8rem;
		margin: 7rem 0 0 13rem;
	}
	.content {
		min-width: 50%;
		max-width: 55%;
		margin: 2rem 0 0 15rem;
		padding: 2.5rem 0.5rem 0rem;
	}
	.content .news dt {
		font-size: 0.8rem;
		margin-bottom: 0.1rem;
	}
	
	.content .news dd {
		font-size: 0.9rem;
		margin-bottom: 1.2rem;
	}
	.content .viewmore {
		font-size: 0.8rem;
		margin: 0 0 0 auto;
		padding-bottom: 0.8rem;
	}
	.featherlight-sample {
		width: 65vw;
	}

	/* plofile */

	.content img {
		width: 60%;
	}
	.introduction {
		line-height: 1.1rem;
	}
	.introduction h3 {
		font-size: 1.2rem;
		padding: 1rem 0 0.8rem;
	}
	.introduction h3 span {
		font-size: 0.8rem;
	}
	.introduction p {
		font-size: 0.8rem;
	}

	/* gallery */

	.gallery-img {
		width: 70%;
		margin: 2rem 1rem 0 auto;
	}	
	.gallery-img img {
		object-fit: cover;
		width: 10rem;
		height: 10rem;
		margin: 0 0.5rem 1rem;
	}
	.gallery-img img:hover,
	.gallery-img img:active {
		opacity: 50%;
	}
	.top p {
		margin: -4rem 0.5rem 5rem auto;
	}
	.top p a {
		padding: 0 0.5rem 0.5rem 0;
	}

	/* contact */

	.contactcontent {
		min-width: 50%;
		max-width: 55%;
		margin: 2rem 0 0 15rem;
	}
	iframe {
		min-height: 135vh;
	}

	/* footer*/

	footer {
		margin: 3rem 2rem 2rem auto;
	}
	.indexfooter {
		color: #000000;
		position: absolute;
		right: 1rem;
		bottom: 0.5rem;
	}
}


/* pc */
@media screen and (min-width:1080px){
    html {
        font-size: 130%;
    }
	img {
		max-width: 120%;
		height: auto;
	}
    .mobile {
        display: none;
    }
    .tablet {
        display: block;
    }

	/* news */

	main h2 {
		font-size: 1.8rem;
		margin: 6rem 0 0 18rem;
	}
	.content {
		width: 60%;
		margin: 2rem 0 0 20rem;
	}
	.content .news {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		text-align: left;
		padding: 0 1.5rem;
	}
	.content .news dt {
		width: 20%;
		font-size: 0.8rem;
		margin-bottom: 0.1rem;
	}
	.content .news dd {
		width: 80%;
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.featherlight-sample {
		width: 55vw;
	}

	/* plofile */

	.profilecontent {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0 1.5rem 1.5rem;
	}
	.content img {
		width: 40%;
	}
	.introduction {
		width: 50%;
	}
	.introduction h3 {
		padding: 2rem 0 0.8rem;
	}
	.introduction p {
		font-size: 0.8rem;
	}
	
	/* contact */

	.contactcontent {
		width: 60%;
		margin: 2rem 0 0 20rem;
	}
	iframe {
		min-height: 122vh;
	}

}