@charset "UTF-8";
/* CSS Document */

section {
	padding-top: 140px;
	margin-top: -140px;
	}
section .contents .text-area {
    width: 920px;
	margin: auto;
	}
	

/*****　グリッド　*****/

.grid-row.photos {margin-bottom: 30px;}
.photos .grid-2 {width: 50%;}
.photos .grid-3 {width: 33.333%;}

.grid-row.photos .grid-2,
.grid-row.photos .grid-3 {
    position: relative;
	margin-right: 0;
	}


.text-area + .grid-row.photos { margin-top: 30px;}

.title .grid-2 {
    width: 50%;
	margin: 0;
	}


/********************/
/*****　タイトル　*****/
/********************/

section.title {background-color: #f6f6f6;}
section .title-bg {
    height: 500px;
	background-image: url("images/title_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1050px;
	}
.page-title {
	height: 500px;
	position: relative;
	/*border: solid 1px*/
	}
.page-title img {
    width: 350px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}


/********************/
/*****　サマリー　*****/
/*******************/


.summary p {
    font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	}

img.menu-title {
    width: 90px;
	margin: 40px auto 10px;
	}
ul.menu {
    list-style: none;
	padding: 0;
	margin: 0;
	}
ul.menu li {
    display: block;
	float: left;
	width: 50%;
	background-image: url("../images/arrow_link.png");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	padding: 0 0 0 25px;
	margin: 5px 0;
	}


/*****************/
/*****　本文　*****/
/****************/

.main h3 {
	font-size: 23px;
	border-bottom: solid 1px #310b06;
	margin-bottom: 40px;
	}
.main h3 span.title-area {
	display: block;
	width: 960px;
	margin: 0 auto -18px;
	}
.main h3 span.title-area span {
	background-color: #fff;
	padding: 0 20px;
	/*border: solid 1px;*/
	}

span.photo-caption {
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	font-size: 13px;
	line-height: 140%;
	margin: auto;
	}

.main ul {
    list-style: none;
	color: #3fac61;
	font-weight: bold;
	padding: 0;
	}
.main ul li span {color: #888;}
.main ul li span.color-black {color: #48484a;}
.main ul li span.color-aqua {color: #46c5ec;}
.main ul li span.color-aurora {color: #4d7bb4;}
.main ul li span.color-purple {color: #78609f;}


/***********************/
/*****　プロフィール　*****/
/***********************/

.profile h4 {font-weight: bold;}
.profile h4 span {font-size: 16px;}

img.profile-photo {
    float: left;
	width: 250px;
	margin-right: 30px;
	}



/********************************************************************************/


@media only screen and (min-width: 1400px) {



}



/********************************************************************************/

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


/********************/
/*****　タイトル　*****/
/********************/


.page-title img {width: 330px;}



}



/********************************************************************************/

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


/*****　グリッド　*****/

section.title .grid-row {width: 100%;}

/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 400px;
	background-size: 850px;
	}
.page-title {height: 400px;}
.page-title img {width: 300px;}


/********************/
/*****　サマリー　*****/
/*******************/



/*****************/
/*****　本文　*****/
/****************/

.main h3 {font-size: 22px;}

span.photo-caption {font-size: 12px;}


/***********************/
/*****　プロフィール　*****/
/***********************/

img.profile-photo {
	width: 20%;
	margin-right: 3%;
	}
.profile .area {
    float: left;
	width: 77%;
	}


}



/********************************************************************************/

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

section .contents .text-area {width: 94%;}


/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 350px;
	background-size: 760px;
	}
.page-title {height: 350px;}

	
	
/*****************/
/*****　本文　*****/
/****************/

.main h3 span.title-area {width: 97%;}
.main h3 span.title-area span {padding: 0 15px;}


}


/********************************************************************************/

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

/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 320px;
	background-size: 690px;
	}
.page-title {height: 320px;}
.page-title img {width: 280px;}


}


/********************************************************************************/

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


section .contents .text-area {width: 100%;}


/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 280px;
	background-size: 600px;
	}
.page-title {height: 280px;}
.page-title img {width: 250px;}


/********************/
/*****　サマリー　*****/
/*******************/




/*****************/
/*****　本文　*****/
/****************/

.main h3 span.title-area {width:100%;}
.main h3 span.title-area span {padding: 0 15px 0 0;}


/***********************/
/*****　プロフィール　*****/
/***********************/

img.profile-photo {
	width: 25%;
	margin-right: 4%;
	}
.profile .area {width: 71%;}

  

}


/********************************************************************************/

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


/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 260px;
	background-size: 560px;
	}
.page-title {height: 260px;}


/********************/
/*****　サマリー　*****/
/*******************/

img.menu-title {width: 80px;}
ul.menu li {width: 100%;}


}



/********************************************************************************/

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


/********************/
/*****　タイトル　*****/
/********************/

.page-title {height: 200px;}
.page-title img {width: 220px;}


/********************/
/*****　サマリー　*****/
/*******************/



/*****************/
/*****　本文　*****/
/****************/

.main h3 {font-size: 21px;}


}



/********************************************************************************/

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


section {
	padding-top: 80px;
	margin-top: -80px;
	}
	

/*****　グリッド　*****/

.grid-row.photos {margin-bottom: 15px;}
.photos .grid-2 {width: 100%!important;}
.photos .grid-3 {width: 50%;}

.grid-row.photos .grid-2,
.grid-row.photos .grid-3 {
    float: left;
	position: relative;
	margin-right: 0;
	}


section.title .grid-2 {
    float: none;
	width: 100%;
	}

/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 350px;
	background-size: 750px;
	}
.page-title {height: 220px;}
.page-title img {width: 280px;}


/********************/
/*****　サマリー　*****/
/*******************/

img.menu-title {
    width: 80px;
	margin: 40px auto 10px;
	}


/*****************/
/*****　本文　*****/
/****************/


.main h3 {
	font-size: 20px;
	text-align: center;
	border-top: solid 1px #310b06;
	border-bottom: none;
	padding-top: 15px;
	margin-bottom: 30px;
	}
.main h3 span.title-area span {padding: 0 0;}


/***********************/
/*****　プロフィール　*****/
/***********************/

img.profile-photo {
	float: none;
	width: 190px;
	margin: 0 auto 20px;
	}
.profile .area {
    float: none;
	width: 100%;
	}
.profile .area span {text-align: center;}
.profile h4 {font-size: 17px;}
.profile p {font-size: 14px;}



}


/********************************************************************************/

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


/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 320px;
	background-size: 690px;
	}
.page-title {height: 190px;}
.page-title img {width: 260px;}
	

}



/********************************************************************************/

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


section {
	padding-top: 50px;
	margin-top: -50px;
	}


/********************/
/*****　タイトル　*****/
/********************/

.page-title {height: 174px;}
.page-title img {width: 250px;}


/********************/
/*****　サマリー　*****/
/*******************/


/***********************/
/*****　プロフィール　*****/
/***********************/

img.profile-photo {width: 160px;}



}



/********************************************************************************/

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


/********************/
/*****　タイトル　*****/
/********************/

section .title-bg {
    height: 280px;
	background-size: 600px;
	}
.page-title {height: 160px;}
.page-title img {width: 230px;}



	
}
