@charset "utf-8";

/*--------- 基本設定 ----------*/

.container {
  margin: 0 auto;
	font-family: Helvetica, Arial, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top {
	width: 100%;
	height: 1024px;	
  /* 画像ファイルの指定 */
  background-image: url("../img/naginata_funaboko_3.jpg");   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center top;   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #EFEFEF;
}
/*右の余白を消す*/
.top .container {
	overflow: hidden;
}

/*-----各ページの背景の設定------*/

.profile #contents {
	width: 100%;
	height: 950px;
	background-image: url(../img/making_process.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
}	
/*右の余白を消す*/
.profile .container {
	overflow: hidden;
}

.news #contents {
	width: 100%;
	height: 980px;
	background-image: url("../img/yamahoko_junko2_big.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
}	
/*右の余白を消す*/
.news .container {
	overflow: hidden;
}

.works #contents {
	width: 100%;
	height: 100%;
	min-height: 100%;
	/* Background pattern from subtlepatterns.com */
	background-image: url(../img/subtle_white_feathers.png);	
}	
/*右の余白を消す*/
.works .container {	
	overflow: hidden;
}

.contact #contents {
	width: 100%;
	height: 900px;
	background-image: url(../img/wachigaiya.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
}
/*右の余白を消す*/
.contact .container {	
	overflow: hidden;
}


/*-------------------------ヘッダー-----------------------------*/

#header .logo {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	padding: 30px 0 20px 0;
}
#header .global-nav li {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
  padding: 20px 70px;
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;
	margin-bottom: 30px;
}
.top #header .global-nav li {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	padding: 50px 70px;
	border: none;
}

/*ナビを中央寄せ*/
#header .global-nav {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
/*トップページのロゴを消す*/
.top #header .logo {
	display: none;
}
/*リンクの色を変える*/
#header .logo a {
	text-decoration: none;
	color: #000000;
	/*firefox 枠線を消す*/
	outline: none;
}
#header .global-nav li a {
	text-decoration: none;
	color: #000000;
	/*firefox 枠線を消す*/
	outline: none;
}
.top #header .global-nav li a {
	color: #FFFFFF;
}

/*-------------------------------------コンテンツ----------------------------------------*/

/*---------------------Top トップページ----------------------*/

#contents #main-title {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 120px;
}
/*SABURO YUASA*/
#contents #main-title h1 {
	font-size: 105px;
	font-weight: 700;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
	line-height: 1.0;
	letter-spacing: 0.1em;
}
/*OFFICIAL WEBSITE*/
#contents #main-title p {
	font-size: 39px;
	font-weight: 400;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
	padding-top: 10px;
	letter-spacing: 0.2em;	
}
/*Japanese-peper Collage Artist*/
#contents #main-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}
/*ラインにシャドウを付ける*/
#contents #main-title #main-title-box {
	display: inline-block;
	border-bottom: solid 3px #FFFFFF;
	padding-bottom: 12px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	margin-bottom: 12px;
}
/*日本語の紹介文*/
#contents #intro-JPN h1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	background: rgba(63,63,63,0.80);
	padding: 2px;
	display: inline;
}
#contents #intro-JPN {
	text-align: center;
	padding-bottom: 240px;
}

/*-------------------------トップページ以外の基本設定--------------------------------*/

/*ページタイトルのフォント*/	

#contents .page-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 64px;
	text-align: center;
	padding: 20px;
}
.profile #contents .page-title {
	color: #FFFFFF;
}
.news #contents .page-title {
	color: #FFFFFF;
}

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

.profile #contents #identity {
	color: #FFFFFF;
	margin-top: 15px;
}
.profile #contents #artist-title-JPN {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 7px;	
}
.profile #contents #artist-title-ENG {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	letter-spacing: 1px;
}
.profile #contents #artist-name-JPN{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 48px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.0;
	margin-top: 20px;
	margin-bottom: 4px;	
}
.profile #contents #artist-name-ENG {
	font-size: 22px;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
}

/*------左側カラム------*/

.profile #profile-text .column-01 {
	background-color: rgba(232,232,232,0.80);
	padding: 30px 70px;
	padding-right: 0;
	font-size:16px;
}
.profile #profile-text .column-01 .text-ENG {
	font-style: italic;
}
.profile #profile-text .column-01 table {
	width: 480px;
}
.profile #profile-text .column-01 .year {
	width: 120px;
}
.profile #profile-text .column-01 .event {
	width: 430px;
}
.profile #profile-text .column-01 tr {
	vertical-align: baseline;
}
.profile #profile-text .column-01 td {
	height: auto;
	padding-bottom: 15px;
}
.profile #profile-text .column-01 p {
	line-height: 1.4;
}

/*-------右側カラム-------*/

.profile #profile-text .column-02 {
	background-color: rgba(232,232,232,0.80);
	padding: 30px;
	padding-left: 20px;
	line-height: 1.4;
}
.profile #profile-text .column-02 .text-ENG {
	font-style: italic;
}
.profile #profile-text .column-02 .text-box {
	margin-bottom: 20px;	
}
.profile #profile-text .column-02 table {
	width: 480px;
}
.profile #profile-text .column-02 tr {
	vertical-align: baseline;
}
.profile #profile-text .column-02 .year {
	width: 100px;
}
.profile #profile-text .column-02 #depart01 {
	height: 50px;
}
.profile #profile-text .column-02 #depart02 {
	height: 160px;
}
.profile #profile-text .column-02 .text-box h4 {
	border-bottom: solid 1px #000000;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.profile #profile-text .column-02 .line-break {
	display: none;
}

/*-----------ボックスを横並びに-------------*/

.profile #profile-text {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

/*---------------------------News お知らせ--------------------------------*/

/*背景設定*/
.news #news-text .column-01 {
	width: 400px;
	background-color: rgba(232,232,232,0.80);
	display: inline-block;
	padding: 30px 3%;
	margin: 10px; 
}
.news #news-text .column-02 {
	width: 400px;
	background-color: rgba(232,232,232,0.80);
	display: inline-block;
	padding: 30px 3%;
	margin: 10px;  
}
.news #news-text {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

/*-----------------カラム01----------------*/

/*--日本語テキスト--*/
/*展覧会画像とタイトルを横並びに*/
/*.news #news-text .column-01 #exhibition-info {
	display: -webkit-flex; 
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;	
}*/

/*展覧会タイトル*/
.news #news-text .column-01 .text01 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-top: 10px;
}
.news #news-text .column-01 .text02 {
	/*font-family: 'Noto Sans Japanese', sans-serif;*/
	font-family: Helvetica, Arial, 'Noto Sans Japanese', sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 1px;
	padding: 8px 0 5px 0;
}
.news #news-text .column-01 .text02 #small {
	font-size: 28px;
	letter-spacing: 0.5px;
}
/*展覧会日程*/
.news #news-text .column-01 .text03 {
	font-size: 23px;
	line-height:1.2;
	letter-spacing: 2px;
	border-top: solid 1px #000000;
	padding-top: 7px;
}
.news #news-text .column-01 .text04 {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 5px;
}
/*展覧会紹介文*/
.news #news-text .column-01 .text05 {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}
/*--英語テキスト--*/
/*展覧会タイトル*/
.news #news-text .column-01 .text06 {
	font-size: 36px;
	letter-spacing: 1.2px;
	line-height: 1.0;
	border-bottom: solid 1px #000000;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 20px;
}
.news #news-text .column-01 .text06 #small {
	font-size: 20px;
	letter-spacing: 1px;
}
/*展覧会日程*/
.news #news-text .column-01 .text07 {
	font-size: 25px;
	letter-spacing: 1px;
	padding-top: 4px;
}
.news #news-text .column-01 .text08 {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 5px;
}
/*展覧会紹介文*/
.news #news-text .column-01 .text09 {
	font-size: 16px;
	line-height: 1.4;
}

/*展覧会場インフォメーション（画廊三郎以外）*/
.news #news-text .column-01 #gallery-place {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: solid #000000 1px;
}	
.news #news-text .column-01 #gallery-name-others {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.news #news-text .column-01 #gallery-info-others {
	font-size: 16px;
}

/*-----------------カラム02--------------------*/

/*画廊の名前とオープンの時間*/
.news #news-text .column-02 .text10 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.0;
	padding-top: 10px;
}
.news #news-text .column-02 .text10-bottom {	
	font-size: 22px;
	margin-top: 5px;
	font-style: italic;
}
.news #news-text .column-02 .text11 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*画廊ロゴと名前を横並びに*/
.news #news-text .column-02 #gallery-top {
	display: -webkit-flex; /* Safari */
	display: flex;
}
.news #news-text .column-02 #gallery-name {
	padding-left: 20px;
}
/*画廊紹介文*/
.news #news-text .column-02 #gallery-information {
	margin-bottom: 20px;
}
.news #news-text .column-02 .text12 {
	font-size: 16px;
	line-height: 1.4;
}
/*画廊地図*/
.news #gallery-map {
	margin-bottom: 20px;
}
/*画廊住所*/
.news #news-text .column-02 .text13 {
	font-size: 16px;
	line-height: 1.4;
}

/*---------------------------------Works 作品----------------------------------*/

.works #contents .mainArea {
	width: 90%;
	margin: 0 auto;
}
.works #contents .mainArea img {
	width: 100%;
}
.works #contents .mainArea .text-JPN {
	width: 55%;
	line-height: 1.6;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-top: 50px;
	padding-bottom: 20px;
}
.works #contents .mainArea .text-ENG {
	width: 55%;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-bottom: 100px;
}
.works #contents .mainArea .caption {
	font-size: 14px;
	line-height: 1.0;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 80px;
}
.works #contents .mainArea .SideBySide {
	display: -webkit-flex; /* Safari */
	display: flex;	
}
.works #contents .mainArea #MajorLeaguers {
	width: 50%;
	margin: 0 auto;
}
.works #contents .mainArea .caution {
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
}


/*-------------------------Contact お問い合わせ---------------------------*/

.contact #contents #contact-text .text {
	display: inline-block;
	background-color: rgba(232,232,232,0.80);
	padding: 50px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.contact #contents #contact-text {
	text-align: center;
	margin-top: 50px;
}
.contact #contact-text .text-ENG {
	font-size: 18px;
	margin-top: 20px;
}
.contact #contact-text img {
	margin-top: 30px;
}
	
/*----------------------------------フッター-------------------------------*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 20px;
}
.top #footer {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

/*----ページトップに戻るボタン----*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
/*firefox 枠線を消す*/
.pagetop a {
	outline: none;
}



/*---------------------------------------------------------レスポンシブ対応-------------------------------------------------------------*/

/*------------------------------------------- 1024px ----------------------------------------------*/

@media screen and (max-width: 1024px) {
	
/*-----------------------Profile プロフィール-------------------------*/

.profile #contents {
	width: 100%;
	height: 1600px;	
}	
/*ボックスを縦に並べる*/
.profile #profile-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

/*------上側カラム------*/

.profile #profile-text .column-01 {
	background-color: rgba(232,232,232,0.80);
	padding: 7%;
	padding-top:50px;
	padding-bottom: 30px;
	margin: 0 auto;   
  font-size: 16px;
}

/*-------下側カラム-------*/

.profile #profile-text .column-02 {
	background-color: rgba(232,232,232,0.80);
	font-size:16px;
	padding: 7%;
	padding-top: 0;
	padding-bottom: 40px;
	margin: 0 auto;	
  line-height: 1.4;
}
}

/*----------------------------------------------------- 960px -------------------------------------------------*/

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

/*--------------------------News お知らせ------------------------------*/

.news #contents {
	width: 100%;
	height: 1600px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
}
/*ボックスを縦に並べる*/
.news #news-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

/*------上側カラム------*/

.news #news-text .column-01 {
	padding: 6%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;    
}

/*-------下側カラム-------*/

.news #news-text .column-02 {
	padding: 6%;
	padding-bottom: 50px;
	padding-top: 0;
	margin: 0 auto; 
}

/*-----------------------Works 作品-------------------------*/
/*右の余白を消す*/
.works .container {
	overflow: hidden;
}

}

/*--------------------------------------------------タブレット対応---------------------------------------------*/	

@media screen and (max-width: 768px) {
	
#header .global-nav li {
  padding: 20px 40px;
}
.top #header .global-nav li {
	padding: 50px 40px;
}
	
/*-----------------------Profile プロフィール-------------------------*/

.profile #contents {
	width: 100%;
	height: 1600px;	
	background-image: url(../img/making_process.jpg);
	background-position: center top;
	background-size: cover;
	background-color: #464646;
}	
/*ボックスを縦に並べる*/
.profile #profile-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

/*------上側カラム------*/

.profile #profile-text .column-01 {
	background-color: rgba(232,232,232,0.80);
	padding: 7%;
	padding-top:50px;
	padding-bottom: 30px;
	margin: 0 auto;   
  font-size: 16px;
}

/*-------下側カラム-------*/

.profile #profile-text .column-02 {
	background-color: rgba(232,232,232,0.80);
	font-size:16px;
	padding: 7%;
	padding-top: 0;
	padding-bottom: 30px;
	margin: 0 auto;	
  line-height: 1.4;
}

/*--------------------------News お知らせ------------------------------*/

.news #contents {
	width: 100%;
	height: 1600px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
}
/*ボックスを縦に並べる*/
.news #news-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

/*------上側カラム------*/

.news #news-text .column-01 {
	padding: 7%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;    
}

/*-------下側カラム-------*/

.news #news-text .column-02 {
	padding: 7%;
	padding-top: 0;
	padding-bottom: 50px;
	margin: 0 auto; 
}

/*---------------------------------Works 作品----------------------------------*/

.works #contents {
	width: 100%;
	height: 3940px;
}	
.works #contents .mainArea .text-JPN {
	width: 81%;
	line-height: 1.6;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-top: 50px;
	padding-bottom: 20px;
}
.works #contents .mainArea .text-ENG {
	width: 81%;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-bottom: 60px;
}
.works #contents .mainArea .caption {
	font-size: 12px;
	line-height: 1.0;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 60px;
}
}

/*--------------------------------------------------------- 600px --------------------------------------------------------------*/

@media screen and (max-width: 600px) {
	
/*--------------------------ナビゲーション-----------------------------*/
	#header .global-nav li {
	font-size: 22px;
  padding: 20px 30px;
}
.top #header .global-nav li {
	padding: 50px 30px;
}

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

/*------上側カラム------*/

.profile #profile-text .column-01 {
	padding: 3%;
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0 auto;   
}

/*-------下側カラム-------*/

.profile #profile-text .column-02 {
	padding: 3%;
	padding-top: 0;
	margin: 0 auto;	
  line-height: 1.4;
}

/*--------------------------News お知らせ------------------------------*/

/*------上側カラム------*/

.news #news-text .column-01 {
	padding: 7%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;    
}

/*-------下側カラム-------*/

.news #news-text .column-02 {
	padding: 7%;
	padding-top: 0;
	padding-bottom: 50px;
	margin: 0 auto; 
}

/*--------------------------Works 作品------------------------------------*/

.works #contents {
	height: 3420px;
	}	

/*-------------------------Contact お問い合わせ---------------------------*/

.contact #contents #contact-text .text {
	display: inline-block;
	background-color: rgba(232,232,232,0.80);
	padding: 50px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
.contact #contact-text img {
	margin-top: 30px;
	width: 400px;
}

}


/*----------------------------------------スマートフォン対応-------------------------------------*/

@media screen and (max-width: 480px) {
	
/*----------------ナビゲーション----------------*/

#header .global-nav li {
	font-size: 16px;
	font-weight: 700;
  padding: 20px 15px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	margin-bottom: 30px;
}
.top #header .global-nav li {
	font-size: 16px;
	padding: 50px 15px;
}

/*ページタイトルのフォント*/	

#contents .page-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	padding: 20px;
}
	
/*-----------------------------Top トップページ----------------------------*/

.top #contents #main-title {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 100px;
}
/*SABURO YUASA*/
.top #contents #main-title h1 {
	font-size: 68px;
	font-weight: 700;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	line-height: 1.0;
}
/*OFFICIAL WEBSITE*/
.top #contents #main-title p {
	font-size: 25px;
	font-weight: 400;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
	padding-top: 10px;
}
/*Japanese-peper Collage Artist*/
.top #contents #main-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
#contents #main-title #main-title-box {
	border-bottom: solid 2px #FFFFFF;
}
/*日本語の紹介文*/
.top #contents #intro-JPN h1 {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 1px;
	background: rgba(63,63,63,0.80);
	padding: 1px;
	display: inline;
}
.top #contents #intro-JPN {
	text-align: center;
	padding-bottom: 400px;
}

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

/*右の余白を消す*/
.profile .container {
	overflow: hidden;
}
.profile #contents {
	width: 100%;	
	height: 1300px;	
	background-image: url(../img/making_process.jpg);
	background-position: center top;
	background-size: cover;
	background-color: #464646;
}	
.profile #profile-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

.profile #contents #artist-title-JPN {
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 7px;	
}
.profile #contents #artist-title-ENG {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}
.profile #contents #artist-name-JPN{
	font-size: 36px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.0;
	margin-top: 20px;
	margin-bottom: 5px;	
}
.profile #contents #artist-name-ENG {
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
}

/*------上側カラム------*/

.profile #profile-text .column-01 {
	background-color: rgba(232,232,232,0.80);
	padding: 8px;
	padding-top: 30px;
	margin: 0 auto;
	font-size: 12px;
}
.profile #profile-text .column-01 table {
	width: 330px;
}
.profile #profile-text .column-01 td {
	padding-bottom: 8px;
}

/*------下側カラム-------*/

.profile #profile-text .column-02 {
	background-color: rgba(232,232,232,0.80);
	font-size:12px;
	padding: 30px 5px;
	margin: 0 auto;
	line-height: 1.4;
}
.profile #profile-text .column-02 table {
	width: 330px;
}
.profile #profile-text .column-02 tr {
	vertical-align: baseline;
}
.profile #profile-text .column-02 .year {
	width: 75px;
}
.profile #profile-text .column-02 #depart01 {
	height: 40px;
}
.profile #profile-text .column-02 #depart02 {
	height: 130px;
}
.profile #profile-text .column-02 .line-break {
	display: inline;
}

/*------------------------------News お知らせ--------------------------------*/

/*右の余白を消す*/
.news .container {
	overflow: hidden;
}
/*背景設定*/
.news #contents {
	width: 100%;
	height: 1550px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
}
/*ボックスを縦に並べる*/
.news #news-text .column-01 #exhibition-info {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
.news #news-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

/*------上側カラム------*/

.news #news-text .column-01 {
	width: 295px;
	background-color: rgba(232,232,232,0.80);
	padding: 20px;
	padding-bottom: 30px;
	margin: 0 auto;    
}

/*-------下側カラム-------*/

.news #news-text .column-02 {
	width: 295px;
	background-color: rgba(232,232,232,0.80);
	padding: 20px;
	padding-top: 0;
	margin: 0 auto; 
}
.news #news-text .column-02 #gallery-map img {
	width: 295px; 
}

/*-----------------カラム01----------------*/

/*--日本語テキスト--*/
.news #news-text .column-01 #exhibition-image {
	margin-bottom: 10px;
}
/*展覧会タイトル*/
.news #news-text .column-01 .text01 {
	font-size: 16px;
	letter-spacing: 2px;
	padding: 3px 0;
}
.news #news-text .column-01 .text02 {
	font-size: 30px;
	line-height: 1.0;
	letter-spacing: 1px;
	padding: 2px 0 4px 0;
}
.news #news-text .column-01 .text02 #small {
	font-size: 20px;
}
/*展覧会日程*/
.news #news-text .column-01 .text03 {
	font-size: 16px;
	line-height:1.2;
}
.news #news-text .column-01 .text04 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom:10px;
}
/*展覧会紹介文*/
.news #news-text .column-01 .text05 {
	font-size: 13px;
	line-height: 1.4;
}
/*--英語テキスト--*/
/*展覧会タイトル*/
.news #news-text .column-01 .text06 {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.0;
	border-bottom: solid 1px #000000;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 20px;
}
.news #news-text .column-01 .text06 #small {
	font-size: 17px;
	letter-spacing: 1px;	
}	
/*展覧会日程*/
.news #news-text .column-01 .text07 {
	font-size: 16px;
}
.news #news-text .column-01 .text08 {
	font-size: 15px;
	margin-bottom: 5px;
}
/*展覧会紹介文*/
.news #news-text .column-01 .text09 {
	font-size: 13px;
	line-height: 1.4;
}
/*展覧会場インフォメーション（画廊三郎以外）*/
.news #news-text .column-01 #gallery-place {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid #000000 1px;
}	
.news #news-text .column-01 #gallery-name-others {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.news #news-text .column-01 #gallery-info-others {
	font-size: 13px;
}
/*-----------------カラム02--------------------*/

/*画廊の名前とオープンの時間*/
.news #news-text .column-02 .text10 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	padding-top: 10px;
}
.news #news-text .column-02 .text10-bottom {
	font-size: 23px;
}
.news #news-text .column-02 .text11 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*画廊ロゴと名前を横並びに*/
.news #news-text .column-02 #gallery-top {
	display: -webkit-flex; /* Safari */
	display: flex;
}
.news #news-text .column-02 #gallery-name {
	padding-left: 20px;
}
/*画廊紹介文*/
.news #news-text .column-02 #gallery-information {
	margin-bottom: 0px;
}
.news #news-text .column-02 .text12 {
	font-size: 13px;
	line-height: 1.4;
}
/*画廊地図*/
.news #gallery-map {
	margin-bottom: 0px;
}
/*画廊住所*/
.news #news-text .column-02 .text13 {
	font-size: 12px;
	line-height: 1.4;
}

/*---------------------------------Works 作品----------------------------------*/

.works #contents {
	width: 100%;
	height: 6050px;
}	
.works #contents .mainArea .SideBySide {
/*IE対策で*/
	display: block;
}
.works #contents .mainArea #MajorLeaguers {
	width: 100%;
}
.works #contents .mainArea .text-JPN {
	font-size: 13px;
	width: 87%;
	line-height: 1.4;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-top: 50px;
	padding-bottom: 20px;
}
.works #contents .mainArea .text-ENG {
	width: 87%;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-bottom: 60px;
}
.works #contents .mainArea .caption {
	font-size: 11px;
	line-height: 1.0;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 40px;
}
.works #contents .mainArea .caution {
	font-size: 12px;
}

/*--------------------------Contact お問い合わせ----------------------------*/

.contact #contents #contact-text .text {
	display: inline-block;
	background-color: rgba(232,232,232,0.80);
	padding: 20px 10px;
	text-align: center;
	font-size: 11px;
	line-height: 1.8;
}
.contact #contents #contact-text {
	text-align: center;
	margin-top: 50px;
}
.contact #contact-text .text-ENG {
	font-size: 12px;
	margin-top: 20px;
}
.contact #contact-text img {
	width: 300px;
	margin-top: 30px;
}

/*----------------------------------フッター-------------------------------*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 20px;
}
}

@media screen and (max-width: 320px) {
	
/*----------------ナビゲーション----------------*/

#header .global-nav li {
	font-size: 16px;
	font-weight: 700;
  padding: 20px 8px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	margin-bottom: 30px;
}
.top #header .global-nav li {
	font-size: 16px;
	padding: 50px 8px;
}

/*ページタイトルのフォント*/	

#contents .page-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	padding: 20px;
}
	
/*-----------------------------Top トップページ----------------------------*/

.top #contents #main-title {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 100px;
}
/*SABURO YUASA*/
.top #contents #main-title h1 {
	font-size: 58px;
	font-weight: 700;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	line-height: 1.0;
}
/*OFFICIAL WEBSITE*/
.top #contents #main-title p {
	font-size: 22px;
	font-weight: 400;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
	padding-top: 10px;
}
/*Japanese-peper Collage Artist*/
.top #contents #main-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
#contents #main-title #main-title-box {
	border-bottom: solid 2px #FFFFFF;
}
/*日本語の紹介文*/
.top #contents #intro-JPN h1 {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	background: rgba(63,63,63,0.80);
	padding: 1px;
	display: inline;
}
.top #contents #intro-JPN {
	text-align: center;
	padding-bottom: 400px;
}

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

/*右の余白を消す*/
.profile .container {
	overflow: hidden;
}
.profile #contents {
	width: 100%;	
	height: 1300px;	
	background-image: url(../img/making_process.jpg);
	background-position: center top;
	background-size: cover;
	background-color: #464646;
}	
.profile #profile-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

.profile #contents #artist-title-JPN {
	font-size:16px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 7px;	
}
.profile #contents #artist-title-ENG {
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
}
.profile #contents #artist-name-JPN{
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.0;
	margin-top: 20px;
	margin-bottom: 5px;	
}
.profile #contents #artist-name-ENG {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
}

/*------上側カラム------*/

.profile #profile-text .column-01 {
	width: 93%;
	background-color: rgba(232,232,232,0.80);
	padding: 5px;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 10px;
}
.profile #profile-text .column-01 table {
	width: 280px;
}
.profile #profile-text .column-01 .event br {
	display: none;
}

/*------下側カラム-------*/

.profile #profile-text .column-02 {
	width: 93%;
	background-color: rgba(232,232,232,0.80);
	font-size:10px;
	padding: 10px 5px;
	margin: 0 auto;
	line-height: 1.4;
}
.profile #profile-text .column-02 table {
	width: 270px;
}
.profile #profile-text .column-02 .year {
	width: 60px;
}
.profile #profile-text .column-02 #depart01 {
	height: 40px;
}
.profile #profile-text .column-02 #depart02 {
	height: 110px;
}
/*------------------------------News お知らせ--------------------------------*/

/*右の余白を消す*/
.news .container {
	overflow: hidden;
}
/*背景設定*/
.news #contents {
	width: 100%;
	height: 1500px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
}
/*ボックスを縦に並べる*/
.news #news-text .column-01 #exhibition-info {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
.news #news-text {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}

/*------上側カラム------*/

.news #news-text .column-01 {
	width: 88%;
	background-color: rgba(232,232,232,0.80);
	padding: 3%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 0 auto;    
}

/*-------下側カラム-------*/

.news #news-text .column-02 {
	width: 88%;
	background-color: rgba(232,232,232,0.80);
	padding: 3%;
	padding-top: 0;
	padding-bottom: 20px;
	margin: 0 auto; 
}
.news #news-text .column-02 #gallery-map img {
	width: 260px; 
}

/*-----------------カラム01----------------*/

/*画像を縮小(デフォルト width 263px)*/
.news #news-text .column-01 #exhibition-image img {
	width: 263px;
}
/*--日本語テキスト--*/
.news #news-text .column-01 #exhibition-image {
	margin-bottom: 10px;
}
/*展覧会タイトル*/
.news #news-text .column-01 .text01 {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 3px 0;
}
.news #news-text .column-01 .text02 {
	font-size: 30px;
	line-height: 1.0;
	letter-spacing: 1px;
	padding: 2px 0 4px 0;
}
.news #news-text .column-01 .text02 #small {
	font-size: 18px;
}
/*展覧会日程*/
.news #news-text .column-01 .text03 {
	font-size: 15px;
	line-height:1.2;
}
.news #news-text .column-01 .text04 {
	font-size: 15px;
	margin-bottom:10px;
}
/*展覧会紹介文*/
.news #news-text .column-01 .text05 {
	font-size: 12px;
	line-height: 1.4;
}
/*--英語テキスト--*/
/*展覧会タイトル*/
.news #news-text .column-01 .text06 {
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.0;
	border-bottom: solid 1px #000000;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 20px;
}
.news #news-text .column-01 .text06 #small {
	font-size: 16px;
}	
/*展覧会日程*/
.news #news-text .column-01 .text07 {
	font-size: 16px;
}
.news #news-text .column-01 .text08 {
	font-size: 15px;
	margin-bottom: 5px;
}
/*展覧会紹介文*/
.news #news-text .column-01 .text09 {
	font-size: 12px;
	line-height: 1.4;
}
/*展覧会場インフォメーション（画廊三郎以外）*/
.news #news-text .column-01 #gallery-place {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid #000000 1px;
}	
.news #news-text .column-01 #gallery-name-others {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.news #news-text .column-01 #gallery-info-others {
	font-size: 11px;
}

/*-----------------カラム02--------------------*/

/*画廊の名前とオープンの時間*/
.news #news-text .column-02 .text10 {
	font-size: 25px;
	line-height: 1.3;
	padding-top: 10px;
}
.news #news-text .column-02 .text10-bottom {
	font-size: 19px;
	margin-top: 1px;
}
.news #news-text .column-02 .text11 {
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 25px;
}
/*画廊ロゴと名前を横並びに*/
.news #news-text .column-02 #gallery-top {
	display: -webkit-flex; /* Safari */
	display: flex;
}
.news #news-text .column-02 #gallery-name {
	padding-left: 20px;
}
/*画廊紹介文*/
.news #news-text .column-02 #gallery-information {
	margin-bottom: 0px;
}
.news #news-text .column-02 .text12 {
	font-size: 12px;
	line-height: 1.4;
}
/*画廊地図*/
.news #gallery-map {
	margin-bottom: 0px;
}
/*画廊住所*/
.news #news-text .column-02 .text13 {
	font-size: 12px;
	line-height: 1.4;
}

/*---------------------------------Works 作品----------------------------------*/

.works #contents {
	width: 100%;
	height: 4450px;
}	
.works #contents .mainArea .SideBySide {
/*IE対策で*/
	display: block;
}
.works #contents .mainArea #MajorLeaguers {
	width: 100%;
}
.works #contents .mainArea .text-JPN {
	font-size: 13px;
	width: 87%;
	line-height: 1.4;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-top: 50px;
	padding-bottom: 20px;
}
.works #contents .mainArea .text-ENG {
	width: 87%;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto;
	border-left: solid 3px #000000;
	padding-left:20px;
	margin-bottom: 60px;
}
.works #contents .mainArea .caption {
	font-size: 11px;
	line-height: 1.0;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 40px;
}
.works #contents .mainArea .caution {
	font-size: 10px;
}

/*--------------------------Contact お問い合わせ----------------------------*/

.contact #contents #contact-text .text {
	display: inline-block;
	background-color: rgba(232,232,232,0.80);
	padding: 20px 4%;
	text-align: center;
	font-size: 9px;
	line-height: 1.8;
}
.contact #contents #contact-text {
	width: 295px;
	text-align: center;
	margin-top: 50px;
	margin: 0 auto;
}
.contact #contact-text .text-ENG {
	font-size: 11px;
	margin-top: 20px;
}
.contact #contact-text img {
	width: 250px;
	margin-top: 20px;
}

/*----------------------------------フッター-------------------------------*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding: 20px;
}
}

















