@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* style */
body{
	color:#333;
	font:12px verdana,"ヒラギノ角ゴ ProN W4","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	background:#FFF;
	-webkit-text-size-adjust: none;
}

html{
  scroll-behavior: smooth;
}

/* 全体 */
#wrapper{
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	background-color:#fff;
}

/* ヘッダー */
#header{
	height: 570px;
	background-image: url("../images/header_bg01.png");
}

#header-menu{
	display: block;
	height: 90px;
}

#header-Logo{
	height: 82px;
	width: 128px;
	position: relative;top:18px; left:37px;
}

#header-Logo a{
	display: block;
	height: 82px;
	width: 128px;
}

/* ヘッダー コンタクト */
#header-contact{
	display: block;
	position: fixed;
	width: 1000px;
	height: 90px;
	background: #000036;
}

/* 検索 */

#header-search{
	position: relative;
	top:-48px; left:270px;
}

#header-search .inputarea{
	display: block;
	width: 120px;
	height: 24px;
	border: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	margin: 0px;
	float: left;
	font-size: 1.1em;
}

#header-search .buttom{
	display: block;
	width: 60px;
	height: 26px;
	border: none;
	color: #FFF;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	background: #199280;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	font-size: 1.1em;

}

/* メニュー */

#header-navi{
	position: relative;
	top:-58px; left:470px;
}

#header-navi a{
	display: block;
	text-align: center;
	float: left;
	color: #FFF;
	font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
	margin-left: 18px;
	text-decoration: none;
}

#header-mainlogo{
	height: 361px;
	width: 565px;
	position: relative;
	top:122px; left:220px;
}

#header-text{
	display: block;
	width: 220px;
	font-size: 1em;
	line-height: 2em;
	color: #FFF;
	font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
	text-decoration: underline;
	position: relative;top:82px; left:72px;
}

/*　環境省ロゴ　*/
#env-logo{
	position: relative;
	display: block;
	background: #FFF;
	width: 123px;
	height: 54px;
	top: -105px;
	left: 877px;
}

#env-logo img{
	margin: 0px;
	padding: 8px;
}

/* フォント設定 */
.fontset-h{
		font-size: 2.4em;
		font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
		font-weight:700;
		text-align: center;
}

.fontset-p1{
		font-family: 'Libre Baskerville','MS P明朝', serif;
		font-size: 0.9em;
		line-height: 2em;
}

.fontset-p2{
		font-size: 1.6em;
		font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
		margin-bottom: 10px;
}

.fontset-p3{
		font-size: 1.2em;
		font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
		margin-bottom: 10px;
}

.fontset-p4{
		font-size: 2em;
		font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
		margin-bottom: 10px;
}

.fontset-p5{
		font-size: 1.4em;
		font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
}


.fontset-jp-p1{
		font-size: 0.9em;
		line-height: 2em;
		font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
}

.fontset-jp-p2{
		font-size: 1.6em;
		font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
		text-align: center;
}

.fontset-jp-p3{
		font-size: 1.2em;
		font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
}

.fontset-jp-p4{
		font-size: 0.8em;
		font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
}

.fontset-jp-p5{
		font-size: 0.7em;
		font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
}

.fontset-jp-p6{
		font-size: 1em;
		font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
}

.font-color01{
	color: #FFFFCC;
}

.text-align-c{
	text-align: center;
}

.mar-top25{ margin-top: 25px;
}

.mar-top40{ margin-top: 40px;
}

.mar-top60{
	margin-top: 60px;
}

.mar-btm25{
	margin-bottom: 25px;
}

.mar-btm45{
	margin-bottom: 45px;
}

.mar-btm55{
	margin-bottom: 55px;
}

.mar-btm70{
	margin-bottom: 70px;
}

.mar-btm85{
	margin-bottom: 85px;
}

.mar-btm100{
	margin-bottom: 100px;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

/* about */
#about{

	}

#about p img{
	border: aqua;
	position: relative;
	z-index: 1;
}

#about .text-area-about01{
	display: block;
	width: 705px;
	background-color: #FFF;
	margin: -70px 0px 0px 175px;
	padding: 30px 95px 30px 25px;
	position: relative;
	z-index: 10;
}

/* Highlights */
#highlights {}

#highlights .Scenery,
#highlights .Regional{
	height: auto;
	overflow: hidden;
	clear: both;
}

#highlights .Scenery .photo,
#highlights .Regional .photo{
	float: right;
}

#highlights .Scenery-h,
#highlights .Regional-h{
	display: block;
	width: 55px;
	float: left;
	padding-left: 35px;
}

#highlights .Nightview{
	height: auto;
	overflow: hidden;
	clear: both;
}

#highlights .Nightview .photo{
		float: left;
}

#highlights .Nightview-h{
	display: block;
	width: 90px;
	float: right;
}

#highlights .Scenery-text{
	display: block;
	width: 345px;
	padding: 85px 40px 0px 0px;
	float: left;
}

#highlights .Scenery-textJP{
	display: block;
	width: 820px;
	padding: 30px 0px 0px 90px;
}

/* Highlights BG */
#highlights .Scenery-text{
	background: #FFF;
	background-image: url("../images/img_highlights_scenery02.png");
	background-repeat: no-repeat;
}

#highlights .Nightview-text{
	background: #FFF;
	background-image: url("../images/img_highlights_night02.png");
	background-repeat: no-repeat;
	background-position: 30px 0px;
}

#highlights .Regional-text{
	background: #FFF;
	background-image: url("../images/img_highlights_regional02.png");
	background-repeat: no-repeat;
}

#highlights .Nightview-text{
	display: block;
	float: right;
	width: 355px;
	padding: 190px 0px 0px 30px;
}

#highlights .Nightview-textJP{
	display: block;
	width: 820px;
	padding: 30px 0px 0px 90px;
}

#highlights .Regional-text{
	display: block;
	width: 345px;
	padding: 120px 40px 0px 0px;
	float: left;
}

#highlights .Regional-textJP{
	display: block;
	width: 820px;
	padding: 30px 0px 0px 90px;
}

/* Tour Program */

/* cours1 */
#TourCours01{
	width: 1000px;
	height: 420px;
	background: #000;
	background-image: url("../images/img_tour_bg01.png");
}

#TourCours01 .icon{
	text-align: center;
	margin-bottom: 25px;
	padding-top: 44px;
}

#TourCours01 .text01{
	font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 3em;
	line-height: 1.2em;
	margin-bottom: 8px;
}

#TourCours01 .text02{
	font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: 52px;
}

#TourCours01 .text03{
	font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0px;
}

#TourCours01 .text04{
	font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0px;
}

/* cours1 day1-2-3 */

#c1day1fruit{
	position: relative;
	margin-bottom: 140px;
}

#c1day1fruit .photo01{
	height: 340px;
	width: 538px;
	position: relative;
	top:0px;
	left:92px;
}

#c1day1fruit .text-area01{
	background-color: #FFF;
	width: 420px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:160px;
	left:465px;
}

#c1day1fruit .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:360px;
	left:92px;
}

#c1day1bonsai{
	position: relative;
	margin-bottom: 240px;
}

#c1day1bonsai .photo01{
	height: 340px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c1day1bonsai .text-area01{
	background-color: #FFF;
	width: 425px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:120px;
	left:95px;
}

#c1day1bonsai .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:400px;
	left:92px;
}

#c1day1Accom,
#c1day2Accom{
	background-image: url("../images/img_day1_recommend_bg02.png");
	background-repeat: repeat-y;
	height: 540px;
}

#c1day1Accom .photo01,
#c1day2Accom .photo01{
	float: right;
	padding: 45px 0px 0px 0px;
}

#c1day1Accom .Accom-h,
#c1day2Accom .Accom-h{
	float: left;
	margin-top: -20px;
}

#c1day1Accom .text-area01,
#c1day2Accom .text-area01{
	display: block;
	float: left;
	width: 340px;
	padding: 25px 0px 0px 90px;
}

#c1day1Accom .text-area02,
#c1day2Accom .text-area02{
	display: block;
	float: right;
	width: 420px;
	padding: 15px 120px 0px 0px;
}

#c1day2Accom{
	background-image: url("../images/img_day1_recommend_bg02.png");
	background-repeat: repeat-y;
	height: 580px;
}

#c1day2Accom .photo01{
	float: right;
	padding: 45px 0px 0px 0px;
}

#c1day2Accom .Accom-h{
	float: left;
	margin-top: -20px;
}

#c1day2Accom .text-area01{
	display: block;
	float: left;
	width: 340px;
	padding: 25px 0px 0px 90px;
}

#c1day2Accom .text-area02{
	display: block;
	float: right;
	width: 420px;
	padding: 25px 120px 0px 0px;
}


#c1day1recommend{
	background: #000;
	position:relative;
	background-image: url("../images/img_day1_recommend_bg01.png");
	background-repeat: repeat-y;
	height: auto;
}

#c1day1recommend .photo01{
	position: absolute;
	top: 40px;
	left: 190px;
	z-index: 10;
}
#c1day1recommend .photo02{
	position: absolute;
	top: 40px;
	left: 600px;
	z-index: 20;
}

#c1day1recommend .recommend-h{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#c1day1recommend .text-area01{
	width: 785px;
	color: #FFF;
	padding: 365px 0px 40px 90px;
	z-index: 200;
}

#c1day2morning{
	position: relative;
	margin-bottom: 170px;
}

#c1day2morning .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:92px;
}

#c1day2morning .text-area01{
	background-color: #FFF;
	width: 425px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:170px;
	left:460px;
}

#c1day2morning .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:360px;
	left:92px;
}

#c1day2issaikyo{
	position: relative;
	margin-bottom: 320px;
}

#c1day2issaikyo .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c1day2issaikyo .text-area01{
	background-color: #FFF;
	width: 355px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:170px;
	left:95px;
}

#c1day2issaikyo .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:480px;
	left:92px;
}

#c1day2kamanuma{
	position: relative;
	margin-bottom: 120px;
}

#c1day2kamanuma .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:92px;
}

#c1day2kamanuma .text-area01{
	background-color: #FFF;
	width: 425px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:170px;
	left:460px;
}

#c1day2kamanuma .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:360px;
	left:92px;
}

#c1day2azuma{
	position: relative;
	margin-bottom: 200px;
}

#c1day2azuma .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c1day2azuma .text-area01{
	background-color: #FFF;
	width: 355px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:170px;
	left:95px;
}

#c1day2azuma .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:400px;
	left:92px;
}

#c1day2recommend{
	position:relative;
	background-color: #000;
	background-image: url("../images/img_day1_recommend_bg01.png");
	background-repeat: repeat-y;
	height: auto;
}

#c1day2recommend .photo01{
	position: absolute;
	top: 40px;
	left: 190px;
	z-index: 10;
}
#c1day2recommend .photo02{
	position: absolute;
	top: 40px;
	left: 600px;
	z-index: 20;
}

#c1day2recommend .recommend-h{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#c1day2recommend .text-area01{
	width: 785px;
	color: #FFF;
	padding: 365px 0px 40px 90px;
	z-index: 200;
}


#c1day3adatara{
	position: relative;
	margin-bottom: 460px;
}

#c1day3adatara .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:92px;
}

#c1day3adatara .text-area01{
	background-color: #FFF;
	width: 760px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:310px;
	left:155px;
}

#c1day3adatara .text-area02{
	width: 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:360px;
	left:92px;
}



/* cours2 */
#TourCours02{
	width: 1000px;
	height: 420px;
	background: #000;
	background-image: url("../images/img_tour_bg02.png");
}

#TourCours02 .icon{
	text-align: center;
	margin-bottom: 25px;
	padding-top: 44px;
}

#TourCours02 .text01{
	font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 3em;
	line-height: 1.2em;
	margin-bottom: 8px;
}

#TourCours02 .text02{
	font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: 52px;
}

#TourCours02 .text03{
	font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0px;
}

#TourCours02 .text04{
	font-family: 'Sawarabi+Mincho','游明朝','MS P明朝', serif;
	text-align: center;
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0px;
}

/* cours2 day1-2-3 */

#c2day1extreme{
	position: relative;
	margin-bottom: 380px;
}

#c2day1extreme .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c2day1extreme .text-area01{
	background-color: #FFF;
	width: 385px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:50px;
	left:95px;
}

#c2day1extreme .text-area02{
	background-color: #FFF;
	width: 805px;
	padding: 0px;
	position: absolute;
	top:520px;
	left:95px;
}

#c2day1dake{
	position: relative;
	margin-bottom: 170px;
}

#c2day1dake .photo01{
	height: 338px;
	width: 540px;
	position: relative;
	top:0px;
	left:92px;
}

#c2day1dake .text-area01{
	background-color: #FFF;
	width: 420px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:180px;
	left:465px;
}

#c2day1dake .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:370px;
	left:95px;
}

#c2day1hopping{
	position: relative;
	margin-bottom: 400px;
}

#c2day1hopping .photo01{
	height: 338px;
	width: 540px;
	position: relative;
	top:0px;
	left:366px;
}

#c2day1hopping .text-area01{
	background-color: #FFF;
	width: 410px;
	padding: 30px 20px 30px 0px;
	position: absolute;
	top:155px;
	left:95px;
}

#c2day1hopping .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:570px;
	left:95px;
}

#c2day2offroad{
	position: relative;
	margin-bottom: 170px;
}

#c2day2offroad .photo01{
	height: 338px;
	width: 540px;
	position: relative;
	top:0px;
	left:92px;
}

#c2day2offroad .text-area01{
	background-color: #FFF;
	width: 420px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:180px;
	left:460px;
}

#c2day2offroad .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:370px;
	left:95px;
}

#c2day2bonsaiya{
	position: relative;
	margin-bottom: 300px;
}

#c2day2bonsaiya .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c2day2bonsaiya .text-area01{
	background-color: #FFF;
	width: 385px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:150px;
	left:95px;
}

#c2day2bonsaiya .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:500px;
	left:95px;
}

#c2day2Accom{
	background-image: url("../images/img_day1_recommend_bg02.png");
	background-repeat: repeat-y;
	height: 560px;
}

#c2day2Accom .photo01{
	float: right;
	padding: 40px 0px 0px 0px;
}

#c2day2Accom .Accom-h{
	float: left;
	margin-top: 40px;
}

#c2day2Accom .text-area01{
	display: block;
	float: left;
	width: 340px;
	padding: 25px 0px 0px 90px;
}

#c2day2Accom .text-area02{
	display: block;
	float: right;
	width: 420px;
	padding: 25px 120px 0px 0px;
}


#c2day2recommend{
	position:relative;
	background: #000;
	background-image: url("../images/img_day1_recommend_bg01.png");
	background-repeat: repeat-y;
	height: auto;
}

#c2day2recommend .photo01{
	position: absolute;
	top: 40px;
	left: 190px;
	z-index: 10;
}
#c2day2recommend .photo02{
	position: absolute;
	top: 40px;
	left: 600px;
	z-index: 20;
}

#c2day2recommend .recommend-h{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#c2day2recommend .text-area01{
	width: 785px;
	color: #FFF;
	padding: 365px 0px 40px 90px;
	z-index: 200;
}

#c2day3kokeshi{
	position: relative;
	margin-bottom: 150px;
}

#c2day3kokeshi .photo01{
	height: 338px;
	width: 540px;
	position: relative;
	top:0px;
	left:92px;
}

#c2day3kokeshi .text-area01{
	background-color: #FFF;
	width: 420px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:105px;
	left:460px;
}

#c2day3kokeshi .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:370px;
	left:95px;
}

#c2day3ascend{
	position: relative;
	margin-bottom: 300px;
}

#c2day3ascend .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c2day3ascend .text-area01{
	background-color: #FFF;
	width: 385px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:150px;
	left:95px;
}

#c2day3ascend .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:450px;
	left:95px;
}

#c2day3kamanuma{
	position: relative;
	margin-bottom: 170px;
}

#c2day3kamanuma .photo01{
	height: 338px;
	width: 540px;
	position: relative;
	top:0px;
	left:92px;
}

#c2day3kamanuma .text-area01{
	background-color: #FFF;
	width: 410px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:160px;
	left:470px;
}

#c2day3kamanuma .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:370px;
	left:95px;
}

#c2day3azuma{
	position: relative;
	margin-bottom: 150px;
}

#c2day3azuma .photo01{
	height: 338px;
	width: 538px;
	position: relative;
	top:0px;
	left:366px;
}

#c2day3azuma .text-area01{
	background-color: #FFF;
	width: 385px;
	padding: 25px 35px 25px 0px;
	position: absolute;
	top:150px;
	left:95px;
}

#c2day3azuma .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:370px;
	left:95px;
}

#c2day3final{
	position: relative;
	margin-bottom: 200px;
}

#c2day3final .photo01{
	height: 316px;
	width: 540px;
	position: relative;
	top:0px;
	left:92px;
}

#c2day3final .text-area01{
	background-color: #FFF;
	width: 410px;
	padding: 30px 0px 30px 20px;
	position: absolute;
	top:160px;
	left:470px;
}

#c2day3final .text-area02{
	background-color: #FFF;
	width: 810px;
	padding: 0px;
	position: absolute;
	top:420px;
	left:95px;
}

#bottominfo{
	border: solid #000 1px;
	margin: 0px 95px 90px 95px;
	padding: 20px 15px 20px 15px;
}

/* コンタクト */
#contact{
	padding: 140px 0px 60px 0px;
}

#contact .block1{
	padding: 55px;
	margin: 0px 90px 0px 90px;
	background: #efebe8;
}



/* ベージ下部ボタン */
.bottombutton{
	color: #FFF;
}

.bottombutton a{
	background-color: #000036;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: auto;
	width: 200px;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

.bottombutton-contact a{
	background-color: #000036;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: auto;
	width: 280px;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

.bottombutton a,
.bottombutton a::before,
.bottombutton a::after,
.bottombutton-contact a,
.bottombutton-contact a::before,
.bottombutton-contact a::after{
	-webkit-transition: all .5s;
	transition: all .5s;	
}

.bottombutton a:hover,
.bottombutton-contact a:hover{
	background: #199280;
}

/* フッター */
#footer{
	background-color: #000036;
	color: #FFF;
	height: 160px;
	margin: 0px;
	padding: 0px 0px 0px 72px;
}

#footer .contact{
	display: table;
	background: #FFF;
	min-height: 130px;
	margin-left: 40px;
	padding-top: 30px;
	width:  56px;
	float: left;
}

#footer .inq{
	display: table;
	height: 125px;
	width:  627px;
	padding-left: 35px;
	float: left;
}

#footer .inq .aline-m{
	display: table-cell;
	vertical-align: middle;
}

#footer .inq .aline-m p{
	margin-bottom: 0.5em;
}

#footer a{
	color: #FFF;
}

/* スクロール設定 */
.fade-block1 {
  opacity: .1;
  transition: all 1.5s;
}

.fade-block1.blockIn {
  opacity: 1;
}

/*ページトップ*/
#pagetop {
 display:inline-block;
 position:fixed;
 bottom:0;
 right:0;
 z-index: 1000;
}
 
#pagetop a {
 padding:20px 10px;
 display:block;
 background:#333;
 font-family: 'Libre Baskerville','游明朝','MS P明朝', serif;
 font-weight: 700;
 color:#fff;
 text-align:center;
}

#pagetop a:link{
	text-decoration: none;
}

/* ヘッダー固定 */
.site-header{
	background: rgba(0,0,0,0);
	display: flex;
	position: fixed;
	transition: .5s;
	z-index: 99;
	width: 1000px;
}
.site-header.transform{
	background: rgba(0,0,0,0.8);
}

.site-header-logo{
}

#header-Logo a.transform{
	display: block;
	width: 88px;
	height: 55px;
}

.site-header-logo.transform{
	width: 88px;
	height: 55px;
}

a:focus{
	outline: solid 3px #7cd2ff;
}
