﻿body {
	background-color: #ffffff;/*border:10px solid #455558; 境界線指定*/
	line-height: 2;	/*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; /*フォントの種類指定(左から優先順位)*/
	font-size: 100%; /* フォントサイズ指定(%はブラウザに設定した標準文字サイズ(通常16px)に対する値)*/
	color: #232323; /*文字色指定*/
}

img{
	width : 100%;
}

container{
	max-width: 1920px;
	background-color: #ffffff;
}


/*TOP要素ここから*/
.top{
	background-image:url("../images/photo1.jpg");
	background-position: center;
	background-color: #ffffff;
	width: 100%;
	min-height: 100vh;
	margin: 0px auto;
	position: relative;
}

.top2{
	background-image:url("../images/photo3.jpg");
	background-position: center;
	background-color: #ffffff;
	width: 100%;
	min-height: 100vh;
	margin: 0px auto;
	position: relative;
}

.contents1{
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.light{
	color: #68BCC5;
	text-shadow: 0 0 30px #fff;
	font-family: 'Montserrat', sans-serif;
}

.subtitle{
	color: #232323;
	font-size: 1.5em;
}

h1{
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 2.0em;
	color: #ff7081;
	text-shadow: 0 0 30px #fff;
}
/*TOP要素ここまで*/

/*ハンバーガーメニュー*/
/*ボタン　クリック前ここから*/
.nav_toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
/*ボタン　クリック前ここまで*/
	
/*ボタン　クリック後ここから*/
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}	
/*ボタン　クリック後ここまで*/
	
/*メニューリスト　クリック前ここから*/
.nav {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
/*メニューリスト　クリック前ここまで*/
	
/*メニューリスト　クリック後ここから*/
.nav.show {
  opacity: 1;
  visibility: visible;
}
/*メニューリスト　クリック後ここまで*/
/*ハンバーガーメニュー*/


/*menuここから*/
.menu{
	width:100%;
	max-width: 642px;
	text-align: center;
	margin: auto;
}

ul.nav{
	list-style: none;
	overflow: hidden;
}

.nav li{
	width:200px;
	text-align: center;
	background-color: #ffffff;
	float: left;
	line-height: 50px;
	margin-right: 14px;
  	transition: all 0.6s ease 0s;
}

.nav li:hover{
	cursor: pointer;
  	transform: scale(1.1, 1.1);
	background-color: #68BCC5;
}

.nav li a{
	text-decoration: none;
	color: #04211E;
	font-weight: bold;
	padding: 20px;
}

.nav li a:hover{
	cursor: pointer;
  	transform: scale(1.1, 1.1);
	color: #ffffff;
}

/*menuここまで*/

/* mainここから*/
.info{
	width: 100%;
	max-width: 500px;
	margin: auto;
	text-align: center;
}

.info h2{
	font-size: 2.0em;
	font-family: 'Kiwi Maru', serif;
	color: #ff7081;
	margin: 50px auto;
}

.box-t{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-t.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
	}
	
	.text-t{
		width: 500px;
		height: 150px;
		vertical-align: middle;
		text-align: right;
		font-family: 'Kiwi Maru', serif;
		padding-right: 100px;
		margin: auto;
		display: table-cell;
	}

.box-s{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-s.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
	}
	
	.text-s{
		height: 150px;
		text-align: left;
		font-family: 'Kiwi Maru', serif;
		padding-left: 100px;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}
	
.box-k{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-k.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
}
	
	.text-k{
		height: 150px;
		text-align: right;
		font-family: 'Kiwi Maru', serif;
		padding-right: 100px;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}	

h2{
	font-size: 2.0em;
	font-family: 'Kiwi Maru', serif;
	color: #ff7081;
	margin: auto;
}


.who{
	height: 500px;
	text-align: center;
	margin: 200px auto;
	display: table;
}


.box3{
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	padding: 50px 0 100px 0;
	margin: auto;
}



p {
	color: #232323;
	font-size: 1.5em;
	text-shadow: 0 0 5px #ffffff;
}

a {
	color: blueviolet;
	font-size: 1.5em;
	text-shadow: 0 0 5px #ffffff;
}
/*mainここまで*/



/*aboutここから*/
h2.about {
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 2.0em;
	text-align: center;
	color: #68BCC5;
	margin: 50px auto;
}

.box2{
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.box2 img{
	width: 100%;
}
.contents3{
	display: flex;
	flex-wrap: wrap;
}

.exsam1 {
	width: 250px;
	margin: auto;
}

h3{
	font-size: 2.0em;
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	color: #ff7081;
	margin: 20px auto;
}


.box5{
	background-color: #ffffff;
	text-align: center;
	padding: 50px 0px 100px 0px;
	margin: auto;
}

.box4{
	max-width: 650px;
	background-color: #ffffff;
	text-align: center;
	padding: 50px 0px 100px 0px;
	margin: auto;
}

p3 {
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	color: #232323;
	font-size: 1.3em;
	margin: auto;
}

.box1{
	width: 100%;
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

.box1 img{
	width: 100%;
}

.flexbox{
	display: flex;
}

.item {
	width: 250px;
	margin: auto;
}

.karma{
	width: 100%;
	max-width: 700px;
	text-align: center;
	font-family: 'Kiwi Maru', serif;
	margin: 200px auto;
}

.story{
	font-family: 'Kiwi Maru', serif;
	text-align: left;
	margin: auto 30px;
}

h2.title {
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 2.0em;
	text-align: center;
	color: #68BCC5;
	margin: 50px auto;
}

/* ----- テーブル2設定 ----- */

.ta2 {
	width: 100%;
	max-width: 800px; /*幅指定*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
	margin-bottom: 50px; /*ボックス外側下の余白*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
}

.ta2 th, td {
	font-family: 'Kiwi Maru', serif;
	border: solid 1px #363535;/*境界線の一括指定(noneはなし)*/
	padding: 0 10px; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 1.3em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左揃え)*/
	color: #232323;
}

.map{
	text-align: center;
	width: auto;
	max-width: 800px;
	margin: auto;
}
/*aboutここまで*/

.contact{
	width:50%;
	text-align: center;
	margin: 50px auto;
}

footer{
	background-color: #ffffff;
	text-align: center;
	color: #232323;
	margin-bottom: 50px;
}



@media (min-width: 768px) {
.sp{
      display:none;
    }
 }

/*PCの場合にはメニューを表示させない*/
@media (max-width: 767px) {
	
h1{
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 1.5em;
	color: #ff7081;
	text-shadow: 0 0 30px #fff;
}	

/*menuここから*/

/*.menu{
	width:100%;
	text-align: center;
	margin: auto;
}

ul.nav{
	list-style: none;
	overflow: hidden;
}

.nav li{
	width:23%;
	text-align: center;
	background-color: #ffffff;
	float: left;
	line-height: 50px;
	margin: 3px;
}

.nav li a{
	text-decoration: none;
	color: #04211E;
	font-weight: bold;
	font-size: 0.8em;
	padding: 1em;
}
*/

/*menuここまで*/
.box-t{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-tsp.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
	}
	
.text-t{
	padding-right:  20px;	
}

.box-s{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-ssp.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
	}

.box-k{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-ksp.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
}
	
.text-s{
	padding-left:  20px;	
}

.text-k{
	padding-right:  20px;	
}
	
.box3{
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	padding: 50px 0px 100px;
	margin: auto 20px;
}

.box5{
	background-color: #ffffff;
	padding: 50px 0px 100px 0px;
	margin: auto 20px;
}

.box4{
	background-color: #ffffff;
	padding: 50px 0px 100px 0px;
	margin: auto 20px;
}
	
.contents3.exsam1{
	display: block;
}

.exsam1 {
	width: 250px;
	margin: 0 auto;
}
	
.pc{
		display: none;
	}	

p {
	color: #232323;
	font-size: 1.1em;
}

	a {
	color: blueviolet;
	font-size: 1.1em;
}

/*worksここから*/	

	
/*aboutここから*/

	
p3 {
	font-family: 'Kiwi Maru', serif;
	text-align: left;
	color: #232323;
	font-size: 1.2em;
	padding: auto 40px;
}

.flexbox.item{
	display: block;
}

.item {
	width: 100%;
	margin: 0 auto 20px;
}

.karma{
	width: 100%;
	text-align: center;
	font-family: 'Kiwi Maru', serif;
	margin: auto;
}
	
.story{
	font-family: 'Kiwi Maru', serif;
	text-align: left;
	margin: auto 30px;
}

h2.title {
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 1.5em;
	text-align: center;
	color: #68BCC5;
	margin: 50px auto;
}
/* ----- テーブル2設定 ----- */

.ta2 {
	width: 90%;
	max-width: 800px; /*幅指定*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
	margin-bottom: 50px; /*ボックス外側下の余白*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
}

.ta2 th, td {
	font-family: 'Kiwi Maru', serif;
	border: solid 1px #363535;/*境界線の一括指定(noneはなし)*/
	padding: 0 10px; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 0.8em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左揃え)*/
	color: #232323;
}

	
/* ----- フッター(ページの一番下の部分) ----- */

#footer {
	height: 50px; /*領域の高さ指定*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}

#footer p {
	margin-top: 10px; /*ボックス外側上の余白*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	font-size: 0.75em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	color: #455558; /*文字色指定*/
}


}

