@charset "UTF-8";

/*ベースとなるグループ*/
html {
	font-size: 13px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #747474;
	max-width: 960px;
	margin: 0 auto 0 auto;
}
header{
	margin: 0;
	padding: 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
}
footer{
	margin-top: 30px;
}

/*=======header======= */
nav{
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	margin-top: 10px;
}
nav ul{
	max-width: 40%;
	margin-left: auto;
	display: flex;
	justify-content: space-around
}
nav li{
	color: #747474;
}
nav a{
	text-decoration: none;
	padding: 10px 15px;
}
nav a:hover{
    background-color: #E1E1E1;
}
nav a:active{
    background-color: #D9EFEC;	
}
.logo{
	display: block;
	box-sizing: border-box;
	max-width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.logo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/*=======  container  ======= */
.container{
	max-width: 900px;
	margin-top: 50px;
}
.page-title{
	display: block;
	box-sizing: border-box;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30Px;
}
.page-title p{
	font-size: 1.8rem;
	text-align: center
}
/*------ページタイトルが日本語------*/
.page-title .ja{
	font-size: 1.5rem;
}

/*------前のページ戻るボタン------*/
.return-button{
	box-sizing: border-box;
	max-width: 150px;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}
.return-button a{
	text-decoration: none;
	color: #747474;
	padding: 7px 15px;
}
.return-button a:hover{
    background-color: #E1E1E1;
}
.return-button a:active{
    background-color: #D9EFEC;
}
/*------　ボックスラッパー　------*/
.box-wrapper{
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}
/*------works-box ボックスの中に写真が1点------*/
.works-box p{
    box-sizing: border-box;
    width: 300px;
    height: 300px;
    border: 1px solid #DADADA;
	display: flex;
	justify-content: center;
	align-items: center;
}
.works-box a p:hover{
	background-color: #E1E1E1;
}
.works-box a p:active{
    background-color: #CCD7D6;
}
/*------photo-box ボックスの中に写真1点とテキスト------*/
.photo-box p{
	flex-flow: column;
    box-sizing: border-box;
    width: 300px;
    height: 300px;
    border: 1px solid #DADADA;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-box a{
	text-decoration: none;
}
.photo-box p{
	color: #747474;
}
.photo-box img{
	margin-bottom: 15px;
}
.photo-box a p:hover{
	background-color: #E1E1E1;
}
.photo-box a p:active{
    background-color: #CCD7D6;
}

/*------photographのコメントボックス------*/
.comment-box{
	display: block;
	box-sizing: border-box;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.comment-title{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.comment-box p{
	line-height: 1.5;
}

                    /*------page-top------*/
#top #toPageTop {
	position: fixed;
	bottom: 30px;
	right: 90px;
}

/*------footer------*/
.footer-inner{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.footer-inner p{
	display: block;
	padding: 5px;
}
.footer-inner a{
	text-decoration: none;
	padding: 5px;
	color: #747474;	
}
.footer-inner a:hover{
	background-color: #E1E1E1; 
}
.footer-inner a:active{
	background-color: #D9EFEC; 
}

/*=======タブレット用メディアクエリ======= */

@media screen and (max-width:767px){
	
body {
	max-width: 767px;
	font-size: 0.9rem;
}
	
/*=======header======= */

nav{
	margin-top: 5px;
}
nav ul{
}
nav li{
}
nav a{
	padding: 7px 12px;
}
.logo{
	margin-top: 40px;
}
.logo img{
	padding: 5px;
	max-width: 100%;
}
	
/*=======  container  ======= */
.container{
}
.page-title{
	margin-bottom: 20Px;
}
.page-title p{
	font-size: 1.5rem;
}
/*------ページタイトルが日本語------*/
.page-title .ja{
	font-size: 1.3rem;
}
/*------コースイメージのサブタイトル------*/
.page-title span{
	font-size: 1.1rem;
}
	
/*------前のページ戻るボタン------*/
.return-button{
	margin-bottom: 7px;
}
.return-button a{
	padding: 5px 10px;
}

/*------　ボックスラッパー　------*/
.box-wrapper{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.works-box p{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.works-box a p:hover{
	background-color: #E1E1E1;
}
.works-box a p:active{
    background-color: #CCD7D6;
}
/*------photographのコメントボックス------*/
.comment-box{
	margin-top: 10px;
}
.comment-title{
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.comment-box p{
	line-height: 1.3;
}

                    /*------page-top------*/
#top #toPageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*------footer------*/
.footer-inner{
	margin-bottom: 15px;
}

}


/*=======スマートフォン用メディアクエリ======= */

@media screen and (max-width:480px){
	
body {
	max-width: 480px;
	font-size: 0.8rem;
}
	
/*=======header======= */

nav{
	margin-top: 3px;
}
nav ul{
	max-width: 60%;
}
nav li{
}
nav a{
	padding: 5px 10px;
}
.logo{
	margin-top: 30px;
}
.logo img{
}
/*=======  container  ======= */
.container{
	margin-top: 20px;
}
.page-title p{
	font-size: 1.2rem;
}
.page-title{
	margin-bottom: 15Px;
	max-width: 80%;
}
/*------ページタイトルが日本語------*/
.page-title .ja{
	font-size: 1.1rem;
}
/*------コースイメージのサブタイトル------*/
.page-title span{
	font-size: 0.9rem;
}
	
/*------前のページ戻るボタン------*/
.return-button{
	margin-bottom: 5px;
}
.return-button a{
	padding: 3px 5px;
}
	/*------　ボックスラッパー　------*/
.box-wrapper{
	max-width: 85%;
}
.works-box{
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.works-box p{
	max-width: 100%;	
}
.works-box p img{
	max-width: 100%;
}
/*------photographのコメントボックス------*/
.comment-box{
	max-width: 80%;
}
.comment-title{
	font-size: 1rem;
	margin-bottom: 5px;
}
.comment-box p{
	line-height: 1.3;
}

                   /*------page-top------*/
#top #toPageTop {
	bottom: 15px;
	right: 15px;
}
/*=======  footer  ======= */
.footer-inner {
	display: block;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px;
	margin-top: 30px;
	margin-bottom: 6px;
}
.footer-inner p {
	text-align: center;
	padding-bottom: 1px;
}

}