/* ボディ部分 */

body {
		background-color: #ffffff;  /* 全体の背景色 */
		margin: 0;
		padding: 0;	
}

/* ヘッダー部分 *//*画面上追従メニュー*/

header {
	position: fixed;							/* ヘッダーの中身を横並び */			
	align-items: center;						/* ヘッダーの中身を中央寄せ */
	background: linear-gradient(180deg, #fffaf8,#ffffff00);		/* 背景カラー */
	width: 100%;								/* 横幅いっぱい */
	height: 100px;								/* たて幅　*/
	margin-top: 0;								/* 上部分の外側の余白　０　*/
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	top: 0;										/* 上部分の位置　ピッタリとくっつける　*/
	z-index: 100;								/* 重なりレイヤー１００　*/
	overflow: hidden;							/* 要素からはみ出した部分を非表示　*/
}

/* ヘッダー画像部分 */

.pic {											/* ヘッダー左上　会社ロゴ　*/
	display: inline-block;
	width: 400px;
	height: 100px;
	top: 0;
	margin-right: 0;
}

.pic img {										/* ヘッダー左上　会社ロゴ　親ボックスに対しての画像の大きさ　*/
	width: 100%;
}

/* ヘッダーリンク部分 */

a {											/* ヘッダー内リンク */
	text-decoration: none;					/* ヘッダー内リンクの装飾を無しに */
	color:black;							/* ヘッダー内リンクの文字色を黒に */
}

.menu-item {
	text-decoration: none;
	display: inline-block;
	padding: 25px;							/* リンク全方向の内側の余白 */
	font-size: 18px;
  }


.navmenu {						
	width: 80px;							/* リンク全方向の内側の余白 */
	padding-bottom: 5px;					/* リンク下方向の内側の余白 */
	position: relative;						/*　基準位置の設定 */
}

.navmenu::before {							/* ヘッダー上追従メニュー　ホバー前の設定 */
  background: #335e84;						/* ホバー時変化の色の設定 */
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;						/* ホバー基準位置からの変化位置の設定 */
  left: 0;
  bottom: 0;
  transform-origin: right top;				/* 変化を始める方向の設定 */
  transform: scale(0, 1);					/* 変化したときの拡大率 */
  transition: transform .3s;				/* 変化するときのスピード */
  margin: 0;
}

.navmenu:hover::before {					/* ヘッダー上追従メニュー　ホバー時の設定 */
  transform-origin: left top;
  transform: scale(1, 1);
}

nav {										/* ヘッダー上追従メニュー*/
	position: fixed;						/* 追従させる */
	width: 100%;							/* 横幅いっぱい */
	top: 10px;								/* 上からの距離 */
	right: 50px;							/* 右からの距離 */
	font-family: "Hina Mincho", serif;
	text-align: right;
	margin: 0;
	padding: 0;
}

.menu-group {
	margin: 0;
	padding: 0;
}
  
 /* ヘッダー終わり部分 */

 /* メイン部分 */

 .main {								
	width: 100%;						/* 横幅いっぱい */
	height: 850px;						/* 縦幅 */
	margin-top: 0px;					/* 上からの距離 */
	margin-left: 0;
	margin-bottom:0;
	margin-right: 0;
	padding: 0;
	opacity: 0.85;						/* 透過量 */
 }

 /* メイン背景画像部分 */

.main:before {
	content: '';
	display: block;
	width: 100%;
	height: 850px;
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.9)), url(img/mainimage1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0;
	padding: 0;
 }

/* メインタイトル部分 */

.shamei {													/* メイン部分　テキスト */
	width: 1200px;											/* 横幅いっぱい */
	text-align: center;										/* テキスト　中央よせ */
	position: absolute;
	top: 400px;												/* relativeからの距離 */
	left: 53%;												/* 左からの距離 */
	transform: translate(-50%,-50%);						/*センター寄せの修正*/
	font-size: 25px;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	letter-spacing: 7px;
	z-index: 50;
	color: #323440;
	margin: 0;
	padding: 0;
}

/* メイン文字拡大部分 */

.jihi {												/* 文字拡大部分 */
	font-size: 35px;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	letter-spacing: 8px;
	text-decoration:none;
	transition: 0.5s;	
	color: #1d2d5b;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* メイン文字　拡大　ホバー時 */

.jihi:hover {										/* 文字拡大部分ホバー時の設定 */
	color: #ffc800;
	text-shadow: -1px 1px 5px #ffffff, 1px -1px 5px #ffffff;
}

/* メイン電話番号部分 */

.TEL {											/* メイン／電話番号部分 */
	width: 100%;								/* 横幅いっぱい */
	height: 100px;	
	position: relative;							/* 基準位置 */
	margin-top: -120px;
	display: flex;
	margin-left: 0;
	margin-right: 0;		
}

/* メイン【お問合せはこちらから】部分 */

.call {													/* お問合せはこちらから部分 */
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	position: absolute;
	font-size: 15px;
	right: 10%;
	top: -50%;
	color: #ffffff;
	filter: drop-shadow(2px 2px 2px #2f354f);
	margin:0;
}

/* メインお問合せ三角形部分 */

.trai {											/* 三角形部分 */
	font-size: 12px;
	margin-right: 3px;
}

/* メイン電話番号ボタン土台部分 */

.telbox {											/* 電話番号ボタン部分 */
	width: 260px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 50PX;
	position: absolute;
	right: 10%;
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 2px 2px 4px #1d364c;
	transform: translate(0%, 10%);
	margin: 0;
	margin-top: -10px;
}


/*メイン電話番号アニメーション部分　ふわふわさせる　*/

.telbox{
	animation: fuwafuwa 2.5s linear infinite;
	scale: 1;
  }
  
  @keyframes fuwafuwa{
   0%{transform:translateY(0)}
   50%{transform:translateY(-4px)}
   100%{transform:translateY(0)}
  }

/* メイン電話番号イラスト画像部分 */

.imgtel {
	width: 30px;
	height: 30px;
	background-color:#335e84;
	background-image: url(img/電話マーク.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-left: 15px;
	margin-right: 0px;
}

/* メイン電話番号テキスト部分 */

.numbertel {
	display: inline;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 12px;
	margin-right: 0;
	text-align: center;
}

/* メイン電話番号テキスト部分 */

.numbertel .callphone {
	display: inline-block;
	font-size: 20px;
	font-family: "Inter", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	text-align: left;
	display: flex;
	align-items: center;
	color: #335e84;

}
































/* ヘッダー＆メイン部分　1280px以下に適用されるCSS（デスクトップHD用） */

@media screen and (max-width: 1280px) {


header {
	position: fixed;							/* ヘッダーの中身を横並び */			
	align-items: center;						/* ヘッダーの中身を中央寄せ */
	background-color: rgb(255, 255, 255);		/* 背景カラー */
	width: 100%;								/* 横幅いっぱい */
	height: 120px;								/* たて幅　*/
	margin-top: 0;								/* 上部分の外側の余白　０　*/
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	top: 0;										/* 上部分の位置　ピッタリとくっつける　*/
	z-index: 100;								/* 重なりレイヤー１００　*/
	overflow: hidden;							/* 要素からはみ出した部分を非表示　*/
	
}

/* ヘッダー画像部分 */

.pic {											/* ヘッダー左上　会社ロゴ　*/
	display: inline-block;
	width: 400px;
	height: 100px;
	top: 0;
	margin-right: 0;
}

.pic img {										/* ヘッダー左上　会社ロゴ　親ボックスに対しての画像の大きさ　*/
	width: 125%;
}

/* ヘッダーリンク部分 */

a {											/* ヘッダー内リンク */
	text-decoration: none;					/* ヘッダー内リンクの装飾を無しに */
	color:black;							/* ヘッダー内リンクの文字色を黒に */
}

.menu-item {
	text-decoration: none;
	display: inline-block;
	padding: 15px;							/* リンク全方向の内側の余白 */
	font-size: 22px;
  }

.navmenu {						
	width: 80px;							/* リンク全方向の内側の余白 */
	padding-bottom: 5px;					/* リンク下方向の内側の余白 */
	position: relative;						/*　基準位置の設定 */
}

.navmenu::before {							/* ヘッダー上追従メニュー　ホバー前の設定 */
  background: #335e84;						/* ホバー時変化の色の設定 */
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;						/* ホバー基準位置からの変化位置の設定 */
  left: 0;
  bottom: 0;
  transform-origin: right top;				/* 変化を始める方向の設定 */
  transform: scale(0, 1);					/* 変化したときの拡大率 */
  transition: transform .3s;				/* 変化するときのスピード */
  margin: 0;
}

.navmenu:hover::before {					/* ヘッダー上追従メニュー　ホバー時の設定 */
  transform-origin: left top;
  transform: scale(1, 1);
}

nav {										/* ヘッダー上追従メニュー*/
	position: fixed;						/* 追従させる */
	width: 100%;							/* 横幅いっぱい */
	top: 30px;								/* 上からの距離 */
	right: 30px;							/* 右からの距離 */
	font-family: "Hina Mincho", serif;
	text-align: right;
	margin: 0;
	padding: 0;
}

.menu-group {
	margin: 0;
	padding: 0;
}
  
 /* ヘッダー終わり部分 */

 /* メイン部分 */

 .main {								
	width: 100%;						/* 横幅いっぱい */
	height: 650px;						/* 縦幅 */
	margin-top: 20px;					/* 上からの距離 */
	margin-left: 0;
	margin-bottom:0;
	margin-right: 0;
	padding: 0;
	opacity: 0.85;						/* 透過量 */
	
 }

 /* メイン背景画像部分 */

.main:before {
	content: '';
	display: block;
	width: 100%;
	height: 650px;
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.9)), url(img/mainimage1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0;
	padding: 0;
 }

/* メインタイトル部分 */

.shamei {													/* メイン部分　テキスト */
	width: 980px;											/* 横幅いっぱい */
	text-align: center;										/* テキスト　中央よせ */
	position: absolute;
	top: 350px;												/* relativeからの距離 */
	left: 53%;												/* 左からの距離 */
	transform: translate(-50%,-50%);						/*センター寄せの修正*/
	font-size: 28px;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 600;
 	 font-style: normal;
	letter-spacing: 6px;
	z-index: 50;
	color: #323440;
	margin: 0;
	padding: 0;
}

/* メイン文字拡大部分 */

.jihi {												/* 文字拡大部分 */
	font-size: 57px;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	letter-spacing: 8px;
	text-decoration:none;
	transition: 0.5s;	
	color: #1d2d5b;
	margin: 0;
	padding: 0;
}

/* メイン文字　拡大　ホバー時 */

.jihi:hover {										/* 文字拡大部分ホバー時の設定 */
	color: #ffc800;
	text-shadow: -1px 1px 5px #ffffff, 1px -1px 5px #ffffff;
}

/* メイン電話番号部分 */

.TEL {											/* メイン／電話番号部分 */
	width: 100%;								/* 横幅いっぱい */
	height: 100px;	
	position: relative;							/* 基準位置 */
	margin-top: -90px;
	display: flex;
	margin-left: 0;
	margin-right: 0;	
		
}

/* メイン【お問合せはこちらから】部分 */

.call {													/* お問合せはこちらから部分 */
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	position: absolute;
	right: 5.5%;
	top: -40%;
	color: #ffffff;
	filter: drop-shadow(2px 2px 2px #2f354f);
	margin:0;
}

/* メインお問合せ三角形部分 */

.trai {											/* 三角形部分 */
	font-size: 12px;
	margin-right: 3px;
}

/* メイン電話番号ボタン土台部分 */

.telbox {											/* 電話番号ボタン部分 */
	width: 285px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50PX;
	position: absolute;
	right: 5%;
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 2px 2px 4px #1d364c;
	transform: translate(0%, 10%);
	margin: 0;
}


/*メイン電話番号アニメーション部分　ふわふわさせる　*/

.telbox{
	animation: fuwafuwa 2s linear infinite;
	scale: 1;
  }
  
  @keyframes fuwafuwa{
   0%{transform:translateY(0)}
   50%{transform:translateY(-5px)}
   100%{transform:translateY(0)}
  }

/* メイン電話番号イラスト画像部分 */

.imgtel {
	width: 40px;
	height: 40px;
	background-color:#335e84;
	background-image: url(img/電話マーク.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 5px;
}

/* メイン電話番号テキスト部分 */

.numbertel {
	display: inline;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 8px;
	margin-right: 0;
}

/* メイン電話番号テキスト部分 */

.numbertel .callphone {
	display: inline-block;
	font-size: 22px;
	font-family: "Inter", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	text-align: left;
	margin-left: 5px;
	display: flex;
	align-items: center;
	color: #335e84;

}
}




























/* ヘッダー＆メイン部分　480px以下に適用されるCSS（スマホ用） */

@media screen and (max-width: 480px) {

	header {
		position: fixed;							/* ヘッダーの中身を横並び */			
		align-items: center;						/* ヘッダーの中身を中央寄せ */
		background-color: rgb(255, 255, 255,0);		/* 背景カラー */
		width: 100%;								/* 横幅いっぱい */
		height: 35px;								/* たて幅　*/
		margin-top: 0;	
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;							/* 上部分の外側の余白　０　*/
		top: 0;										/* 上部分の位置　ピッタリとくっつける　*/
		z-index: 100;								/* 重なりレイヤー１００　*/
		overflow: hidden;
		display: flex;
	}

/* ヘッダー画像部分 */

	.pic {
		display: inline-block;
		width: 150px;
		height: 30px;
		top: 0;
	}
	
	.pic img {
		width: 90%;
	}

/* ヘッダー追従メニュー部分 */

	nav {
		width: 100%;
		height: 80px;
		font-family: "Hina Mincho", serif;
		margin: 0;
		padding: 0;
		text-align: left;
		top: 0;
		right: 0;
	}

/* ヘッダー追従メニュー ul 部分 */
	.menu-group {
		width: 300px;
		position: absolute;
		right: 0;
		margin-top: 3px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		text-align: right;
	}


	nav.navmenu {											/* ヘッダー内リンク */
		text-decoration: none;					/* ヘッダー内リンクの装飾を無しに */
		color:black;							/* ヘッダー内リンクの文字色を黒に */
		font-size: 7px;
	}

	
	nav .menu-item {
		text-decoration: none;
		display: inline-block;
		padding-right: 7px;	
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
		font-size: 7px;
	  }
	
	nav.navmenu {						
		width: 50px;							/* リンク全方向の内側の余白 */
		padding-bottom: 1px;					/* リンク下方向の内側の余白 */
		position: relative;						/*　基準位置の設定 */
	}
	
/* ヘッダー追従メニュー　ホバー時の設定 */

	.navmenu::before {							/* ホバー時の設定 */
	  background: #335e84;						/* ホバー時変化の色の設定 */
	  content: '';
	  width: 100%;
	  height: 0.8px;
	  position: absolute;						/* ホバー基準位置からの変化位置の設定 */
	  left: 0;
	  bottom: 3px;
	  transform-origin: right top;				/* 変化を始める方向の設定 */
	  transform: scale(0, 1);					/* 変化したときの拡大率 */
	  transition: transform .3s;				/* 変化するときのスピード */
	}

	.navmenu:hover::before {
	  transform-origin: left top;
	  transform: scale(1, 1);
	}

	/* メイン部分 */

	.main {
		width: 100%;
		height: 300px;
		margin-top: 0px;
		padding: 0;
		opacity: 0.85;	
		margin-left: 0;
		margin-right: 0;
	 }
	
	 /* メイン背景画像部分 */

	.main:before {
		content: '';
		display: block;
		width: 100%;
		height: 300px;
		background-image:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.9)), url(img/mainimage1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		z-index: 1000;
		margin-left: auto;
		margin-right: auto;
	 }

	/* メインタイトル部分 */

	.shamei {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 140px;
		left: 50%;
		transform: translate(-50%,-50%);/*センター寄せの修正*/
		font-size: 9px;
		font-family: "Shippori Mincho B1", serif;
  		font-weight: 600;
 		font-style: normal;
		letter-spacing: 2px;
		z-index: 50;
		color: #323440;
		margin: 0;
}

/* メインタイトル拡大文字部分 */

	.jihi {
		font-size: 18px;
		font-family: "Shippori Mincho B1", serif;
  		font-weight: 400;
 		font-style: normal;
		letter-spacing: 2px;
		text-decoration:none;
		transition: 0.5s;
		color: #1d2d5b;
		margin-left: 4px;
		margin-right: 4px;
}

/* メインタイトル拡大文字部分　ホバー時の設定 */

	.jihi:hover {
		color: #ffc800;
		text-shadow: -1px 1px 5px #ffffff, 1px -1px 5px #ffffff;
}

/* メイン電話番号部分 */

	.TEL {
		width: 100%;
		height: 100px;
		position: relative;
		margin-top: -10px;
		display: flex;
		margin-left: auto;
		margin-right: auto;
}

/* メイン【お問合せはこちらから】部分 */

	.call {
		display: inline-block;
		font-family: "Jost", sans-serif;
  		font-weight: 300;
 		font-style: normal;
		font-size: 7px;
		position: absolute;
		right: 5.5%;
		top: -50%;
		color: #ffffff;
		filter: drop-shadow(1px 1px 1px #09090a);
}

/* メイン電話番号三角形部分 */

	.trai {
		font-size: 7px;
		margin-right: 3px;
}

/* メイン電話番号土台部分 */

	.telbox {
		width: 120px;
		height: 10px;
		background-color: #ffffff;
		border-radius: 50PX;
		position: absolute;
		right: 5%;
		top: -12%;
		display: flex;
		padding-top: 3px;
		padding-bottom: 3px;
		box-shadow: 2px 2px 3px #2e3236;
		transform: translate(0%, 10%);
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
}


/*メイン電話番号アニメーション部分　ふわふわさせる　*/

	.telbox{
		animation: fuwafuwa 2s linear infinite;
		scale: 1;
  }
  
  @keyframes fuwafuwa{
   0%{transform:translateY(0)}
   50%{transform:translateY(-3px)}
   100%{transform:translateY(0)}
  }

/* メイン電話番号画像部分 */

	.imgtel {
	width: 15px;
	height: 13px;
	background-color:#335e84;
	background-image: url(img/電話マーク.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50px;
	margin-left: 5px;
	margin-right: 2px;
	margin-top: -1px;
}

/* メイン電話番号テキスト部分 */

.numbertel {
	width: 120px;
	height: 14px;
	display: inline-block;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	margin-right: 0;
}

/* メイン電話番号テキスト部分 */


.numbertel .callphone {
	display: inline-block;
	font-size: 10px;
	font-family: "Inter", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	text-align: left;
	margin-left: 5px;
	display: flex;
	align-items: center;
	color: #335e84;
}
}

/* 電話番号リンクスマートフィンのみに有効 */

@media screen and (min-width: 768px){
	a[href*="tel:"] {
		pointer-events: none; /*①アンカーのtelを無効化*/
		cursor: default; /*②アンカーのポインターをデフォルトにする*/
		text-decoration: none;
	}
}











































/* 自費出版をお考えの皆様へ部分 */

.service {
	width: 100%;
	height: 1000px;
	margin-top: 0px;
	text-align: center;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	background-image: url(img/紙.jpg);
	
}


.white {
	width: 1400px;
	margin-top: 100px;
	background-color: #ffffff;
	height: 700px;
	position: absolute;
	right: 0;
	border-radius: 100px 0 0 100px ;
	text-align: center;
	filter: drop-shadow(2px 2px 2px #616161d8);

}


.jihi_box {
	width: 100%;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 25px;

}




/* 自費出版をお考えの皆様へ　タイトル部分 */

.jihi_box .service_En {
	width: 350px;	
	margin-bottom: 50px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	border-bottom:solid 1px #060505 ;
}

/* 自費出版をお考えの皆様へ本文部分 */

.jihi_box .service_Fn {
	width: 730px;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 15px;
	text-align: justify;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* 自費出版をお考えの皆様へ画像１ */


/* 自費出版についてボタン部分 */

.more {
	width: 100%;
	text-align: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
}

/* 自費出版についてボタン部分 */

.make {
	width: 250px;
	height: 47px;
	background-color: #e4c27e;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
  	align-items: center;
	justify-items: center;
	transition-duration: .3s;
	color: #000;
	text-align: center;
	position: relative;
	margin-top: 50px;
	filter: drop-shadow(1.5px 1.5px 1.5px rgba(85, 72, 51, 0.5));
	overflow: hidden;
}

.make::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #335e84;
	border-radius: 50px;
	transform: translateX(-100%);
	transition: transform ease .5s;
	margin: 0;
  }

  .make:hover {
	color: #ffffff;
  }

  .make:hover::before {
	transform: translateX(0%);
  }


.makebun {
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	position: relative;
}

.makebun a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15%;
	left: 2%;
}

.makebun::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	transition: transform ease .5s;
	margin: 0;
  }

  .makebun a:hover {
	color: hsl(60, 100%, 98%);
	transition: transform ease .5s;
  }

  .makebun a:hover::before {
	transform: translateX(0%);
  }





















/* 自費出版をお考えの皆様   1280px以下に適用されるCSS（デスクトップHD用） */

@media screen and (max-width: 1280px) {

.service {
	width: 100%;
	height: 400px;
	margin-top: 100px;
	text-align: center;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	
	
}

/* 自費出版をお考えの皆様へ　タイトル部分 */

.service_En {
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 25px;
	position: absolute;
    left: 50%;
	top: 0%;
    transform: translate(-50%, -50%);
	z-index: 50;
	border-bottom: solid 1.5px;
	margin: 0;
}

/* 自費出版をお考えの皆様へ本文部分 */

.service_Fn {
	width: 700px;
	position: absolute;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 18px;
	left: 50%;
	top: 55%;
    transform: translate(-50%, -50%);
	z-index: 49;
	text-align: justify;
	margin: 0;
}

/* 自費出版をお考えの皆様へ画像１ */

.service_Gn {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-image: url(img/taiou.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 48;
	position: absolute;
	right: 12%;
	top: 60%;
	opacity: 0.25;
	box-shadow: inset 0 0 15px 15px rgb(255, 255, 255);
	margin: 0;
}

/* 自費出版をお考えの皆様へ画像２ */

.service_Hn {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url(img/tana.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 48;
	position: absolute;
	left: 12%;
	top: 0%;
	opacity: 0.15;
	margin: 0;
	box-shadow: inset 0 0 15px 15px rgb(255, 255, 255);
}

/* 自費出版についてボタン部分 */

.more {
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	margin-top: -30px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 50;
	text-align: left;
	
}

/* 自費出版についてボタン部分 */

.make {
	width: 230px;
	height: 45px;
	background-color: #e4c27e;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	/*display: flex;*/
	transition-duration: 0.3s;
	color: #000;
	text-align: center;
	position: relative;
	margin-top: 50px;
	filter: drop-shadow(1.5px 1.5px 1.5px rgba(85, 72, 51, 0.5));
	overflow: hidden;
}

.make::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #335e84;
	border-radius: 50px;
	transform: translateX(-100%);
	transition: transform ease .5s;
	margin: 0;
  }

  .make:hover {
	color: #ffffff;
  }

  .make:hover::before {
	transform: translateX(0%);
  }

.makebun {
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	position: relative;
}

.makebun a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 12%;
	left: 2%;
}

.makebun::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	transition: transform ease .5s;
	margin: 0;
  }

  .makebun a:hover {
	color: hsl(60, 100%, 98%);
	transition: transform ease .5s;
  }

  .makebun a:hover::before {
	transform: translateX(0%);
  }
}






























/* 自費出版をお考えの皆様へスマホ表示 */

  @media screen and (max-width: 480px) {

	
.service {
	width: 100%;
	height: 700px;
	margin-top: -100px;
	text-align: center;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	background-image: url(img/紙.jpg);
	
}


.white {
	width: 360px;
	margin-top: 50px;
	background-color: #ffffff;
	height: 300px;
	position: absolute;
	right: 0;
	border-radius: 50px 0 0 50px ;
	text-align: center;
	filter: drop-shadow(2px 2px 2px #8f8f8f83);

}


.jihi_box {
	width: 100%;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 8px;

}




/* 自費出版をお考えの皆様へ　タイトル部分 */

.jihi_box .service_En {
	width: 170px;	
	margin-bottom: 50px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom:solid 1px #060505 ;
	font-size: 12px;
}

/* 自費出版をお考えの皆様へ本文部分 */

.jihi_box .service_Fn {
	width: 270px;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 9px;
	text-align: justify;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
}

/* 自費出版をお考えの皆様へ画像１ */


/* 自費出版についてボタン部分 */

.more {
	width: 100%;
	text-align: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
}

/* 自費出版についてボタン部分 */

.make {
	width: 135px;
	height: 25px;
	background-color: #e4c27e;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
  	align-items: center;
	justify-items: center;
	transition-duration: .3s;
	color: #000;
	text-align: center;
	position: relative;
	margin-top: 200px;
	filter: drop-shadow(1.5px 1.5px 1.5px rgba(85, 72, 51, 0.23));
	overflow: hidden;
}

.make::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #335e84;
	border-radius: 50px;
	transform: translateX(-100%);
	transition: transform ease .5s;
	margin: 0;
  }

  .make:hover {
	color: #ffffff;
  }

  .make:hover::before {
	transform: translateX(0%);
  }


.makebun {
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.makebun a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15%;
	left: 2%;
}

.makebun::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	transition: transform ease .5s;
	margin: 0;
  }

  .makebun a:hover {
	color: hsl(60, 100%, 98%);
	transition: transform ease .5s;
  }

  .makebun a:hover::before {
	transform: translateX(0%);
  }




  }










/*	書籍紹介部分 */

.newbook {
	width: 100%;
	height: 1000px;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	background-image: url(img/紙.jpg);
	
}


.white_2 {
	width: 1400px;
	margin-top: -100px;
	background-color: #ffffff;
	height: 900px;
	position: absolute;
	left: 0;
	border-radius: 0 100px 100px 0 ;
	text-align: center;
	filter: drop-shadow(2px 2px 2px #616161d8);

}




/* 新刊紹介タイトル部分 */

.newbookubun {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	margin-top: 100px;
}



.bookshoukai {
	width: 1000px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	position: relative;
	z-index: 50;
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
}

/* 書籍紹介 */

.book1 {
	width: 275px;
	height: 350px;
	text-align: center;
	margin-right: 20px;
}

.book2 {
	width: 275px;
	height: 350px;
	text-align: center;
	margin-right: 20px;
}

.book3 {
	width: 275px;
	height: 350px;
	text-align: center;
	margin-right: 20px;
}

.book4 {
	width: 275px;
	height: 350px;
	text-align: center;
	margin-right: 20px;
}


/* 書籍紹介画像 */

.book1 img {
	width: 80%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

.book2 img {
	width: 80%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

.book3 img {
	width: 80%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

.book4 img {
	width: 80%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

/* 書籍紹介タイトル部分 */

.bookshoukai_title {
	width: 1000px;
	height: 300px;
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	position: relative;
	z-index: 51;
	margin-bottom:50px;
	text-align: left;
}

.bookshoukai_2 {
	width: 275px;
	height: 80px;
	margin-right: 20px;
	padding-left: 0px;
}

.small {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin-right: 15px;
}

.bookbun_1 {
	width: 230px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
	text-align: left;
	margin-right: 15px;
}

.bookbun_2 {
	width: 230px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
	margin-right: 15px;
}

.bookbun_3 {
	width: 230px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
	margin-right: 15px;
}

.bookbun_4 {
	width: 230px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
	margin-right: 15px;
}

/* 新刊紹介　本文 */

.mainbun {
	width: 220px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	margin-top: -10px;
	font-size: 15px;
}

/* 書籍一覧を見る　リンク */

.morebook {
	width: 100%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin-top: -100px;
	margin-bottom: 100px;
	padding-right: 30px;
	position: relative;
}

.booklistbun {
	position: absolute;
	display: inline-block;
	right: 10%;
	
	
}

.booklistbun::before {
  background: #e4c27e;
  content: '';
  width: 130px;
  height: 2px;
  position: absolute;
  right: -23%;
  bottom: -10%;
  padding-left: 30px;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
  padding-right: 0;
}

/* 書籍一覧を見るリンク　ホバー時の設定 */

.booklistbun:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.morebook a::before {
	content: '';
	position: absolute;
	right: -25%;
	bottom: 0;
	width: 25px;
	height: 25px;
	margin-top: 1px;
	border-radius: 20px;
	background-color: #e4c27e;
	margin-left: 0;
	margin-right: 0;
  }

.morebook a::after {
	content: '';
	position: absolute;
	right: -20%;
	bottom: 18%;
	margin-top: 8px;
	border-top: 7px solid transparent;
	border-right: 0 solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 7px solid transparent;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
  }

  .bookushoukai1 {
	width: 980px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	position: relative;
	z-index: 50;
	margin-top: -100px;
  }




















/* 書籍紹介部分  1280px以下に適用されるCSS（デスクトップHD用） */

@media screen and (max-width: 1280px) {


/*	書籍紹介部分 */

.newbook {
	width: 100%;
	height: 800px;
	margin-top: 100px;
	background-image:linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url(img/haikei.png);
	background-size: cover;
	margin-left: 0;
	margin-right: 0;
	
}

/* 新刊紹介タイトル部分 */

.newbookubun {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	
}


.bookshoukai {
	width: 1100px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	position: relative;
	z-index: 50;
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
}

/* 書籍紹介 */

.book1 {
	width: 275px;
	height: 350px;
	text-align: center;
}

.book2 {
	width: 275px;
	height: 350px;
	text-align: center;
}

.book3 {
	width: 275px;
	height: 350px;
	text-align: center;
}

.book4 {
	width: 275px;
	height: 350px;
	text-align: center;
}

/* 書籍紹介画像 */

.book1 img {
	width: 70%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

.book2 img {
	width: 70%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

.book3 img {
	width: 70%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

.book4 img {
	width: 70%;
	filter: drop-shadow(3px 3px 3px rgba(40, 55, 81, 0.4));
}

/* 書籍紹介タイトル部分 */

.bookshoukai_title {
	width: 1100px;
	height: 250px;
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	position: relative;
	z-index: 51;
	margin-bottom:50px;
	text-align: left;
}

.bookshoukai_2 {
	width: 275px;
	height: 80px;
	margin-right: 0px;
	padding-left: 0px;
}

.small {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin-right: 15px;
}

.bookbun_1 {
	width: 240px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
	text-align: left;
}

.bookbun_2 {
	width: 240px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
}

.bookbun_3 {
	width: 240px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
}

.bookbun_4 {
	width: 240px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-bottom: solid 1.5px;
}

/* 新刊紹介　本文 */

.mainbun {
	width: 240px;
	height: 150px;
	display: inline-block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	margin-top: -10px;
	font-size: 15px;
}

/* 書籍一覧を見る　リンク */

.morebook {
	width: 1100px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin-top: -20px;
	margin-bottom: 50px;
	padding-right: 30px;
	padding-left: 0;
	position: relative;
	
}


.booklistbun::before {
	content: '';
	width: 130px;
	height: 2px;
	position: absolute;
	right: 2%;
	bottom: 0%;
	transform-origin: right top;
	transform: scale(0,1);
	transition: transform .3s;
	margin: 0;
	background: #e4c27e;
	  }


/* 書籍一覧を見るリンク　ホバー時の設定 */

.booklistbun:hover::before {
  transform-origin: left top;
  transform: scale(1,1);
  
}

.morebook a::before {
	content: '';
	position: absolute;
	right: 2%;
	width: 23px;
	height: 23px;
	margin-top: 2px;
	border-radius: 20px;
	background-color: #e4c27e;
	margin-left: 0;
	margin-right: 0;
  }

.morebook a::after {
	content: '';
	position: absolute;
	right: 2.5%;
	margin-top: 8px;
	border-top: 6px solid transparent;
	border-right: 0 solid transparent;
	border-left: 9px solid #ffffff;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
  }

  .bookshoukai1 {
	width: 1100px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	position: relative;
	z-index: 50;
	margin-top: -100px;
  }

}



















/* 新刊紹介部分スマホ表示  */

  @media screen and (max-width: 480px) {


	.newbook {
		width: 100%;
		height: 500px;
		margin-top: -200px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 200px;
		position: absolute;
		background-image: url(img/紙.jpg);
		
	}
	
	
	.white_2 {
		width: 350px;
		margin-top: -80px;
		background-color: #ffffff;
		height:350px;
		position: absolute;
		left: 0;
		border-radius: 0 50px 50px 0 ;
		text-align: center;
		filter: drop-shadow(2px 2px 2px #616161d8);
	
	}
	
	
	
	
	/* 新刊紹介タイトル部分 */
	
	.newbookubun {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		text-align: center;
		margin-top: 20px;
	}
	
	
	
	.bookshoukai {
		width: 300px;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		display: flex;	
		position: relative;
		z-index: 50;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* 書籍紹介 */
	
	.book1 {
		width: 295px;
		height: 80px;
		text-align: center;
		margin-right: 10px;
	}
	
	.book2 {
		width: 275px;
		height: 100px;
		text-align: center;
		margin-right: 20px;
	}
	
	.book3 {
		width: 275px;
		height: 100px;
		text-align: center;
		margin-right: 20px;
	}
	
	.book4 {
		width: 275px;
		height: 100px;
		text-align: center;
		margin-right: 20px;
	}
	
	
	/* 書籍紹介画像 */
	
	.book1 img {
		width: 95%;
		filter: drop-shadow(2px 2px 2px rgba(40, 55, 81, 0.171));
	}
	
	.book2 img {
		width: 95%;
		filter: drop-shadow(2px 2px 2px rgba(40, 55, 81, 0.171));
	}
	
	.book3 img {
		width: 95%;
		filter: drop-shadow(2px 2px 2px rgba(40, 55, 81, 0.171));
	}
	
	.book4 img {
		width: 95%;
		filter: drop-shadow(2px 2px 2px rgba(40, 55, 81, 0.171å));
	}
	
	/* 書籍紹介タイトル部分 */
	
	.bookshoukai_title {
		width: 320px;
		height: 70px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		display: flex;	
		position: relative;
		z-index: 51;
		margin-bottom: 0px;
		text-align: left;
	}
	
	.bookshoukai_2 {
		width: 60px;
		height: 80px;
		margin-right: 20px;
		padding-left: 0px;
	}
	
	.small {
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 6px;
		margin-right: 0px;
		margin-top: 0x;
		height: 10px;
	}
	
	.bookbun_1 {
		width: 50px;
		display: inline-block;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 8px;
		border-bottom: solid 1px;
		text-align: left;
		margin-right: 3px;
	}
	
	.bookbun_2 {
		width: 50px;
		display: inline-block;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 8px;
		border-bottom: solid 1px;
		margin-right: 3px;
	}
	
	.bookbun_3 {
		width: 50px;
		display: inline-block;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 8px;
		border-bottom: solid 1px;
		margin-right: 3px;
	}
	
	.bookbun_4 {
		width: 50px;
		display: inline-block;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 8px;
		border-bottom: solid 1px;
		margin-right: 3px;
	}
	
	/* 新刊紹介　本文 */
	
	.mainbun {
		width: 60px;
		height: 20px;
		display: inline-block;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		margin-top: -5px;
		font-size: 12px;
	}
	
	/* 書籍一覧を見る　リンク */
	
	.morebook {
		width: 100%;
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 10px;
		margin-top: 50px;
		margin-bottom: 100px;
		padding-right: 0px;
		position: relative;
	}
	
	.booklistbun {
		position: absolute;
		display: inline-block;
		right: 10%;
		
		
	}
	
	.booklistbun::before {
	  background: #e4c27e;
	  content: '';
	  width: 100px;
	  height: 2px;
	  position: absolute;
	  right: -23%;
	  bottom: -10%;
	  padding-left: 30px;
	  transform-origin: left top;
	  transform: scale(0, 1);
	  transition: transform .3s;
	  padding-right: 0;
	}
	
	/* 書籍一覧を見るリンク　ホバー時の設定 */
	
	.booklistbun:hover::before {
	  transform-origin: left top;
	  transform: scale(1, 1);
	}
	
	.morebook a::before {
		content: '';
		position: absolute;
		right: -25%;
		bottom: 0;
		width: 15px;
		height: 15px;
		margin-top: 1px;
		border-radius: 20px;
		background-color: #e4c27e;
		margin-left: 0;
		margin-right: 0;
	  }
	
	.morebook a::after {
		content: '';
		position: absolute;
		right: -18%;
		bottom: 25%;
		margin-top: 5px;
		border-top: 3px solid transparent;
		border-right:0 solid transparent;
		border-left: 5px solid #ffffff;
		border-bottom: 3px solid transparent;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	  }
	
	  .bookushoukai1 {
		width: 980px;
		height: 350px;
		margin-left: auto;
		margin-right: auto;
		display: flex;	
		position: relative;
		z-index: 50;
		margin-top: -100px;
	  }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	}	









  /* お知らせ部分 */

.News {
	width: 100%;
	height: 600px;
	background: url(img/93641_s.jpg) no-repeat  bottom -80px left 0px / cover rgba(0,0,0,0.4);
	background-blend-mode:darken;
	padding-top: 20px;
	position: relative;
	margin-top: 1000px;
	
}

/* お知らせタイトル部分 */

.News1 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	color: #ffffff;
	font-family:  "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	margin-bottom: 0;
	margin-top: 100px;

}

/* お知らせ　News文字部分 */

.News2 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 20px;
	color: #ffffff;
	font-family: "Hina Mincho", serif;
	
}

.News_box {
	width: 1200px;
	height: 200px;
	/*background-color: #78C93E;*/
	display: flex;
	justify-content: flex-end;
	right: 0;
	font-family:  "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
	
}


.News_box1 {
	display: inline;
	width: 700px;
	/*ackground-color: #2b520f;*/
	
}
 
.Newstitle1 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
}

.Newslist1 {
	list-style: none;
	height: 50px;
	padding: 0px;
}

.Newslist1_itme1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 12px;
	transition: 1s;
	margin-left: 0;
	margin-right: 0;
	
}

/* お知らせリストホバー時の設定 */

.Newslist1_itme1:hover {
	transition: 1s;
	opacity: 0.6;
}

.Newslist1_itme2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 30px;
	background-color:#ffffff;
	margin-bottom: 12px;
	transition: 1s;
	margin-left: 0;
	margin-right: 0;
}

.Newslist1_itme2:hover {
	transition: 1s;
	opacity: 0.6;
}

.Newstext{
	color:  #1e1c25;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #394260;
}

.time {
	font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #394260;
}

/* お知らせ一覧を見る部分 */

.morenews {
	width: 1200px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin-top: -100px;
	margin-bottom: 45px;
	padding-right: 30px;
	position: relative;
}

.newslistbun {
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 20px;
	color: #ffffff;
}

.newslist {
	color: #ffffff;
}

.newslistbun::before {
	background: #e4c27e;
	content: '';
	width: 200px;
	height: 2px;
	position: absolute;
	right: 1%;
	bottom: -5%;
	padding-left: 30px;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	padding-right: 0;
}

.newslistbun:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.morenews a::before {
	content: '';
	position: absolute;
	right: 1%;
	bottom: 9%;
	width: 25px;
	height: 25px;
	margin-top: 1px;
	border-radius: 20px;
	background-color: #e4c27e;
	margin-left: 0;
	margin-right: 0;
  }

.morenews a::after {
	content: '';
	position: absolute;
	right: 1.5%;
	bottom: 18%;
	margin-top: 8px;
	border-top: 7px solid transparent;
	border-right: 0 solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 7px solid transparent;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
  }













/* お知らせ部分  1280px以下に適用されるCSS（デスクトップHD用） */

@media screen and (max-width: 1680px) {








  /* お知らせ部分 */

  .News {
	width: 100%;
	height: 600px;
	background: url(img/93641_s.jpg) no-repeat  bottom -80px left 0px / cover rgba(0,0,0,0.4);
	background-blend-mode:darken;
	padding-top: 20px;
	position: relative;
	margin-top: 1000px;
	
}

/* お知らせタイトル部分 */

.News1 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	color: #ffffff;
	font-family:  "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	margin-bottom: 0;
	margin-top: 100px;

}

/* お知らせ　News文字部分 */

.News2 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 20px;
	color: #ffffff;
	font-family: "Hina Mincho", serif;
	
}

.News_box {
	width: 1200px;
	height: 200px;
	/*background-color: #78C93E;*/
	display: flex;
	justify-content: flex-end;
	right: 0;
	font-family:  "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
	
}


.News_box1 {
	display: inline;
	width: 700px;
	/*ackground-color: #2b520f;*/
	
}
 
.Newstitle1 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
}

.Newslist1 {
	list-style: none;
	height: 50px;
	padding: 0px;
}

.Newslist1_itme1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: 1s;
	margin-left: 0;
	margin-right: 0;
	width: 800px;
	
}

/* お知らせリストホバー時の設定 */

.Newslist1_itme1:hover {
	transition: 1s;
	opacity: 0.6;
}

.Newslist1_itme2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-radius: 30px;
	background-color:#ffffff;
	margin-bottom: 20px;
	transition: 1s;
	margin-left: 0;
	margin-right: 0;
}

.Newslist1_itme2:hover {
	transition: 1s;
	opacity: 0.6;
}

.Newstext{
	color:  #1e1c25;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #394260;
}

.time {
	font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #394260;
}

/* お知らせ一覧を見る部分 */

.morenews {
	width: 1200px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin-top: -100px;
	margin-bottom: 45px;
	padding-right: 30px;
	position: relative;
}

.newslistbun {
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 20px;
	color: #ffffff;
}

.newslist {
	color: #ffffff;
}

.newslistbun::before {
	background: #e4c27e;
	content: '';
	width: 200px;
	height: 2px;
	position: absolute;
	right: 1%;
	bottom: -5%;
	padding-left: 30px;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	padding-right: 0;
}

.newslistbun:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.morenews a::before {
	content: '';
	position: absolute;
	right: 1%;
	bottom: 9%;
	width: 25px;
	height: 25px;
	margin-top: 1px;
	border-radius: 20px;
	background-color: #e4c27e;
	margin-left: 0;
	margin-right: 0;
  }

.morenews a::after {
	content: '';
	position: absolute;
	right: 1.5%;
	bottom: 18%;
	margin-top: 8px;
	border-top: 7px solid transparent;
	border-right: 0 solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 7px solid transparent;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
  }




}






















/* お知らせ部分　スマホ表示 */

  @media screen and (max-width: 480px) {


	.News {
		width: 100%;
		height: 400px;
		background: url(img/93641_s.jpg) no-repeat  bottom 0px left 0px / cover rgba(0,0,0,0.4);
		background-blend-mode:darken;
		padding-top: 20px;
		position: relative;
		margin-top: 200px;
		
	}
	


	
	.News1 {
		width: 100px;
		font-size: 10px;
		color: #ffffff;
		font-family:  "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.5px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		position: absolute;
		top: -15%;
		left: 12%;
	}
	
	.News2 {
		width: 100px;
		margin-left: 0;
		margin-right: 0;
		margin-top: -5px;
		font-size: 11px;
		color: #ffffff;
		font-family: "Hina Mincho", serif;
		position: absolute;
		left: 12%;
		top: 15%;
	}
	
	.News_box {
		position: absolute;
		width: 280px;
		height: 60px;
		display: flex;
		justify-content: flex-end;
		font-family:  "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
		margin-top: -140px;
		font-size: 10px;
		top: 50%;
		left: 15%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.News_box1 {
		display: block;
		width: 300px;
		margin: 0;
	}
	 
	.Newstitle1 {
		display: inline-block;
		font-size: 8px;
		margin: 0;
	}
	
	.Newslist1 {
		list-style: none;
		height: 50px;
		padding: 0px;
		margin-bottom: 0px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}
	
	.Newslist1_itme1 {
		display: flex;
		justify-content: center;
		background-color: #ffffff;
		border-radius: 30px;
		margin-bottom: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		transition: background-color 1s;
		width: 280px;
	}
	
	.Newslist1_itme1:hover {
		background-color: #bdd8e6;
		transition: background-color 1s;
	}

	.Newslist1_itme2 {
		display: flex;
		justify-content: center;
		border-radius: 30px;
		background-color:#ffffff;
		margin-bottom: 12px;
		margin-left: 0;
		margin-right: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0;
		padding-left: 0;
		transition: background-color 1s;
	}

	.Newslist1_itme2:hover {
		background-color: #bdd8e6;
		transition: background-color 1s;
	}
	
	
	.Newstext{
		color:  #335e84;
		font-size: 8px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		font-style: normal;
		
	
	}
	
	.time {
	font-family: "Josefin Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-style: normal;
	  font-size: 10px;
	  
	
	}
	
	
	.newslistbun {
		width: 120px;
		display: inline-block;
		margin-bottom: 5px;
		position: absolute;
		right: 12%;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		
	}
	
	
	.newslist {
		color: #ffffff;
	
	}
	
	.newslistbun::before {
	  background: #e4c27e;
	  content: '';
	  height: 2px;
	  position: absolute;
	  right: 2%;
	  bottom: 0;
	  transform-origin: right top;
	  transform: scale(0);
	  transition: transform .3s;
	  margin: 0;
	  

	  
	}

	.newslistbun:hover::before {
		width: 110px;
	  transform-origin: left top;
	  transform: scale(1);
	  
	  
	}
	
	
	
	
	
	.morenews {
		width: 200px;
		text-align: right;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 10px;
		margin-top: -100px;
		margin-left: 180px;
		margin-right:0;
		margin-bottom: 200px;
		position: relative;

		
	}
	
	.morenews a::before {
		content: '';
		position: absolute;
		right: 0%;
		bottom: 0.5%;
		width: 15px;
		height: 15px;
		margin: auto;
		margin-top: 3px;
		border-radius: 20px;
		background-color: #e4c27e;
	
	  }
	
	
	.morenews a::after {
		content: '';
		position: absolute;
		right: 2.5%;
		margin-top: 6px;
		border-top: 4px solid transparent;
		border-right: 0 solid transparent;
		border-left: 6px solid #ffffff;
		border-bottom: 4px solid transparent;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	  }
	
	}	









  /* フッター部分 */
  footer {
	background-color: rgb(40, 40, 36, 0.9);
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	
}


.footercontent {
	width: 1500px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.fcon_En_jp {
	width: 480px;
	height: 120px;
	border-bottom: solid 1px #e5e5e5;
}

.fcon_link {
	width: 500px;
	display: block;
}


.link_btn {
	width: 50px;
	height:50px;

	margin-top: -70px;
	margin-left: 400px;
	border-radius: 30px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid  #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


.link_btn::before{
	content: "";
	position: absolute;
	top: 21.3%;
	left: 33%;
	width: 15px;
	height: 2px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 2px) 50%;
}

.link_btn::before {
	transform: rotate(45deg);
  }
  



  .link_btn::after {
  content: "";
  position: absolute;
  top: 21.7%;
  left: 33%;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color:  #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}

.link_btn::after {
  transform: rotate(-45deg);
}






.fcon {
	height: 50px;
	display: inline-block;
	color: #e5e5e5;
	font-size: 25px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-bottom: -10px;
	position: relative;
}

.fcon_jp {
	display: inline-block;
	color: #e5e5e5;
	font-size: 18px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-top: -60px;
}


















.comp_tell {
	display: inline-block;
	color: #e5e5e5;
	font-size: 25px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

.comp_ju {
	display: inline-block;
	color: #e5e5e5;
	font-size: 18px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-top: 10px;
}


.conpany {
	width: 980px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.conpanyname {
	display: inline-block;
	font-size: 15px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	color: #e5e5e5;
	margin: 0;

}


/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #ffffff;
    padding: 0 0 0 35px;
    border-top: solid 1px;
	
}
#page-top a::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
	color: #ffffff;

}


.top {
	color: #ffffff;
}






















/* フッター部分  1280px以下に適用されるCSS（デスクトップHD用） */


@media screen and (max-width:  1680px) {

 

  /* フッター部分 */
  footer {
	background-color: rgb(40, 40, 36, 0.9);
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	
}


.footercontent {
	width: 1500px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.fcon_En_jp {
	width: 480px;
	height: 120px;
	border-bottom: solid 1px #e5e5e5;
}

.fcon_link {
	width: 500px;
	display: block;
}


.link_btn {
	width: 50px;
	height:50px;

	margin-top: -70px;
	margin-left: 400px;
	border-radius: 30px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid  #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
}


.link_btn::before{
	content: "";
	position: absolute;
	top: 45%;
	left: 30%;
	width: 15px;
	height: 2px;
	
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 2px) 50%;
}

.link_btn::before {
	transform: rotate(45deg);
  }
  



  .link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 15px;
  height: 2px;
  
  border-radius: 9999px;
  background-color:  #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}

.link_btn::after {
  transform: rotate(-45deg);
}






.fcon {
	height: 50px;
	display: inline-block;
	color: #e5e5e5;
	font-size: 25px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-bottom: -10px;
	position: relative;
}

.fcon_jp {
	display: inline-block;
	color: #e5e5e5;
	font-size: 18px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-top: -60px;
}


















.comp_tell {
	display: inline-block;
	color: #e5e5e5;
	font-size: 25px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

.comp_ju {
	display: inline-block;
	color: #e5e5e5;
	font-size: 18px;
	font-family: "Hina Mincho", serif;
	letter-spacing: 1.5px;
	margin-top: 10px;
}


.conpany {
	width: 980px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.conpanyname {
	display: inline-block;
	font-size: 15px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	color: #e5e5e5;
	margin: 0;

}


/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #ffffff;
    padding: 0 0 0 35px;
    border-top: solid 1px;
	
}
#page-top a::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
	color: #ffffff;

}


.top {
	color: #ffffff;
}





}

















@media screen and (max-width: 480px) {

	footer {
		background-color: rgb(40, 40, 36, 0.9);
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
		margin-top: -200px;
		
	}
	
	
	.footercontent {
		width: 380px;
		height: 350px;
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 0;
	}
	
	.fcon_En_jp {
		width: 200px;
		height: 80px;
		border-bottom: solid 1px #e5e5e5;
	}
	
	.fcon_link {
		width: 380px;
		display: block;
	}
	
	
	
	.link_btn {
		width: 25px;
		height:25px;
	
		margin-top: -50px;
		margin-left: 160px;
		border-radius: 30px;
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid  #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
	
	
	.link_btn::before{
		content: "";
		position: absolute;
		top: 43.6%;
		left: 33.5%;
		width: 10px;
		height: 1px;
		border-radius: 9999px;
		
		transform-origin: calc(100% - 2px) 50%;
	}
	
	.link_btn::before {
		transform: rotate(45deg);
	  }
	  
	
	
	
	  .link_btn::after {
	  content: "";
	  position: absolute;
	  top: 53.5%;
	  left: 33.5%;
	  width: 10px;
	  height: 1px;
	  border-radius: 9999px;
	 
	  transform-origin: calc(100% - 2px) 50%;
	}
	
	
	.link_btn::after {
	  transform: rotate(-45deg);
	}
	
	
	
	
	
	
	.fcon {
		height: 50px;
		display: inline-block;
		color: #e5e5e5;
		font-size: 15px;
		font-family: "Hina Mincho", serif;
		letter-spacing: 1.5px;
		margin-bottom: -60px;
		position: relative;
	}
	
	.fcon_jp {
		display: inline-block;
		color: #e5e5e5;
		font-size: 12px;
		font-family: "Hina Mincho", serif;
		letter-spacing: 1.5px;
		margin-top: -100px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.comp_tell {
		display: inline-block;
		color: #e5e5e5;
		font-size: 15px;
		font-family: "Hina Mincho", serif;
		letter-spacing: 1.5px;
		margin-bottom: -10px;
	}
	
	.comp_ju {
		display: inline-block;
		color: #e5e5e5;
		font-size: 12px;
		font-family: "Hina Mincho", serif;
		letter-spacing: 1.5px;
		margin-top: -10px;
	}
	
	
	.conpany {
		width: 100%;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
		padding: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.conpanyname {
		display: inline-block;
		font-size: 8px;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 100;
		font-style: normal;
		color: #e5e5e5;
		margin: 0;
	
	}
	
	
	/***追従するトップへ戻るボタン***/
	#page-top {
		position: fixed;
		right: 10px;
		bottom: 35px;
		height: 50px;
		text-decoration: none;
		font-weight: bold;
		transform: rotate(90deg);
		font-size: 65%;
		line-height: 1.5rem;
		color: #ffffff;
		padding: 0 0 0 35px;
		border-top: solid 1px;
		
	}
	#page-top a::before {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: 0px;
		width: 15px;
		border-top: solid 1px;
		transform: rotate(35deg);
		transform-origin: left top;
		color: #ffffff;
	
	}
	
	
	.top {
		color: #ffffff;
	}
	
	
	
	
}
	
	
	
	


/***トップへ戻るボタンここまで***/

  /* フッター終わり部分 */

  /* フッター終わり部分 */





