@charset "utf-8";

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

body{
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", sans-serif;
	/*"Noto Serif JP", serif;*/
	font-size: 16px;	
	color: #35281C;
	background-color: #fffff4;
	/* スクロールバーのスペースを確保する */
  scrollbar-gutter: stable;
}

a{
	color:#35281C;
	text-decoration: none;
}

a:visited{
	color: #35281C;
}

h1{
	color: #fff;
}

h2{
	font-size: 1.3rem;
	margin-bottom: 20px;
	/*font-weight: bold;*/
	font-family: "Noto Serif JP", serif;
	color: 35281C;
	border-bottom: 2px solid #8da0b6;
}

.wrap{
	max-width:1080px;
	margin: 0 auto;
	padding-right: 3%;
	padding-left: 3%;
	}

.title01{
	font-family: "Noto Serif JP", serif;
}
/*  header  */

.header {
/*  height: 80px;*/
  background-color: #25b6a0;
  color: #fff;
  /*position: fixed;
  top: 0;
  left: 0;
  right: 0;*/
}

.headerContent {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}



.menu ul li{
	list-style: none;
}

.menu ul li a{
	padding: 10px;
	color: #fffff4;
}


@media(min-width: 500px){
.headerContent{
	align-items: center;
  justify-content: space-between;
	}
}

/* ハンバーガー */


/*-----header gnav-----*/
.menu_wrap{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 150;
}

.btn {
    padding: 6px;
    border: none;
    background-color: transparent;
    color: #888888;
    font-size: 28px;
    cursor: pointer;
}

/*
button:focus {
    outline: none;
}
*/
.menu{
	width: 300px;
	margin-right: -300px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: margin-right 0.3s ease-out;
	position: relative;
	z-index: 100;
	padding-top: 1px;
}

.menu ul {
    height: 100vh;
    overflow: scroll;
    list-style: none;
    padding-top: 80px;
}

.menu li a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #2E7880;
}

body.open .fa-bars{
	display: none;
}	

body:not(.open) span.fa-xmark{
	display: none;
}

body.open {
    /*position: fixed;*/
    /*overflow: hidden;*/
}

body.open .page-cover{
	position: absolute;
	inset: 0;
	z-index: 125;
	background-color: rgba(0, 0, 0, 0.2);
}

body.open .menu{
	margin-right: 0;
}

body.open .btn{
	z-index: 200;
	position: relative;
	color: #fff;
	padding-right: 20px;
}

@media(min-width: 700px){
	.btn{
		display: none;
		}

	.menu_wrap{
		position: static;
		overflow: visible;
	}	

	.menu {
    margin-right: 0px;
    background-color: transparent;
    position: static;
	}

	.menu ul {
    height: auto;
    overflow: visible;
    list-style: none;
    padding-top: 0px;
    display: flex;
    justify-content: flex-end;
	}

	.menu li a {
	    display: inline-block;
	    padding: 5px 10px;
	    color: #fffff4;
	    font-size: 16px;
	    font-weight: bold;
	    transition: all 0.5s;
	}

	.menu li a:hover {
	    background-color: transparent;
	    color: #2E7880;
	    border-bottom: solid 2px #2E5180;
	}

}

/*  firstview  */

.fv{
	text-align: center;
	height: 30vh;
}

@media(min-width: 600px){
	.fv{
	height: 60vh;
	}
}
/*
.fv{
	text-align: center;
	margin-bottom: 120px;
	margin-top: 120px;
	height:60vh;
	position: relative;
}

.fvImg{
	width: 250px;
	position: absolute;
	left: 0;
	bottom: 30%;
}

.fv_catch{
	position: absolute;
	bottom: 60%;
	right: 20%;
	margin: auto;
	text-align: right;
}

.fv_catch01{
	font-size: 1.1rem;
	font-family: "Zen Old Mincho", serif;
}
*/
@media(min-width:500px ){
	.fvImg{
	width: 350px;
	position: absolute;
	left: 0;
	bottom: 30%;
	}

	.fv_catch{
	position: absolute;
	bottom: 70%;
	right: 20%;
	margin: auto;
	text-align: right;
	}

	.fv_catch01{
	font-size: 1.2rem;
	font-family: "Zen Old Mincho", serif;
	}
}

@media(min-width:700px ){
	.fvImg{
			max-width: 60%;
			position: absolute;
			left: 20%;
			bottom: 20%;
	}

	.fv_catch01{
	font-size: 1.4rem;
	font-family: "Zen Old Mincho", serif;
	}
}

/*  main  */ 

.h201{
	 font-family: "Ephesis", cursive;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 2.5rem;
	  color: #25b6a0;
}

.profText,
.visionText{
	margin: 10px auto 40px auto;
	width: 80%;
}

.prof01 img,
.skill01 img,
.skill02 img,
.vision01 img{
	width: 100%;
	height: 100%;
	text-align: center;
}


/*
.skill01,.skill02{
	display: flex;
	margin-bottom: 40px;
}
*/
.skill02{
	margin-bottom: 80px;
}

.skillText01,
.skillText02{
	margin: 10px auto 40px auto;
	width: 80%;
}

.vision_h202{
	font-size: 1rem;
}

.works01,
.works02,
.works03{
	margin-bottom: 40px;
	text-align: center;
	}

@media(min-width: 600px){


.prof01{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 80px;
	}


.prof01 img,
.skill01 img,
.skill02 img,
.vision01 img{
	width: 50%;
}

.profText,
.visionText{
	width: 40%;
}

.skill01,
.skill02{
	display: flex;
	margin-bottom: 40px;
	}

.skillText01,
.skillText02{
	width: 60%;
	padding-left: 20px;
	}


.vision01{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 80px;
	}

	.works_list{
	display: flex;
	margin-bottom: 80px;
	}
}

.works_list img{
	width: 90%;
	border: 1px solid #333;
	box-shadow: 5px 5px 5px gray;
	margin-bottom: 10px;
}



form {
    background-color: white;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}

input, textarea {
    width: 100%; /* box-sizingが適用されるので、paddingやborder込みで100%に収まる */
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* テキストエリアの高さを調整 */
textarea {
    resize: vertical;
    height: 120px;
}

/* 送信ボタンのスタイル */
button {
    background-color: #25b6a0;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

/* ホバー時のボタンスタイル */
button:hover {
    background-color: #218838;
}

/*  なごみカフェ */

.cafe_color{
	display: flex;
	justify-content: space-between;
	width: 60%;
}

.conceptColor{
	display: flex;
	flex-direction: column;
}

.cafe_circle1,
.cafe_circle2,
.cafe_circle3{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

.cafe_circle1{
	background-color: #FDEFD9;
}

.cafe_circle2{
	background-color: #8F7349;
}

.cafe_circle3{
	background-color: #669933;
}

.cafe_circle12,
.cafe_circle22,
.cafe_circle32{
	font-size: 0.8em;
	text-align: center;
}

.seikei_circle1,
.seikei_circle2,
.seikei_circle3{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

.seikei_circle1{
	background-color: #FFFFFF;
	border: 1px solid #333;
}

.seikei_circle2{
	background-color: #000;
}

.seikei_circle3{
	background-color: #0077B6;
}


.seikei_circle12,
.seikei_circle22,
.seikei_circle32{
	font-size: 0.8em;
	text-align: center;
}

.okazu_circle1,
.okazu_circle2,
.okazu_circle3{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

.okazu_circle1{
	background-color: #EEECDA;
}

.okazu_circle2{
	background-color: #35281C;
}

.okazu_circle3{
	background-color: #B84F50;
}


.okazu_circle12,
.okazu_circle22,
.okazu_circle32{
	font-size: 0.8em;
	text-align: center;
}

.table_design03 {
border-collapse: collapse;
width: 100%;
max-width: 700px;
}
.table_design03 th, .table_design03 td {
border-bottom: 2px solid #c1c7c6;
padding: 1em;
}
.table_design03 th {
border-bottom: 2px solid #4d9bc1;;
font-weight: bold;
text-align: center;
width: 20%;
min-width: 4em;
writing-mode: vertical-lr;	
}

@media(min-width: 700px){
	.table_design03 th{
		writing-mode: horizontal-tb;	
	}

	.cafe_circle1,
	.cafe_circle2,
	.cafe_circle3{
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin-right: 5px;
	}

	.seikei_circle1,
	.seikei_circle2,
	.seikei_circle3{
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin-right: 5px;
	}

	.okazu_circle1,
	.okazu_circle2,
	.okazu_circle3{
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin-right: 5px;
	}
}

.works_h2{
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
