@charset "utf-8";




#about-us .inner {
	/*max-width: 500px;*/
	margin: 100px auto;
}

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

#about-us .inner {
	/*max-width: 500px;*/
	margin: 50px auto;
	/*padding-bottom: 150px;*/
}

}


/* 見出し
==============================================================*/

#about-us h1 {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	/*text-align: center;*/
	margin-bottom: 60px;
	margin-left: 60px;
	color: #593F04;
}

#about-us h1 span {
	font-size: 80%;
	margin-bottom: 0.5em;
}

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

#about-us h1 {
	/*text-align: center;*/
	font-size: 140%;
	margin-bottom: 30px;
	margin-left: 0px;
}
#about-us h1 span {
	font-size: 80%;
	margin-bottom: 0;
	margin-right: 0.5em;
}

}







/* あいさつ文
==============================================================*/
.verticalTxt {
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	-ms-text-orientation: upright; /* すべて縦方向に表示 */
	text-orientation: upright;
	/*max-height: 25em;*/
	max-height: 40em;
}

.verticalTxt p.greeting {
	margin-left: 1em;
	line-height: 1.8em;
	margin-right: -50px;
}

.text-combine {
	s-webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}



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

.verticalTxt {
	-webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
	-ms-text-orientation: upright; /* すべて縦方向に表示 */
	text-orientation: upright;
	max-height: inherit;
}
.verticalTxt p.greeting {
	margin-left: 0;
	margin-right: 0;
}



}



/* basicsetting.css にて設定（改行用として）

.hidden-xs {
	display: block;;
}

@media screen
    and (max-width: 767px) {
.hidden-xs {
  display: none;
	
}
}

*/

.title-greeting-pc {
	display: block;
}
.title-greeting-sp {
	display: none;
}

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

.title-greeting-pc {
	display: none;
}
.title-greeting-sp {
	display: block;
	margin-bottom: 50px;
}
	
}









/* 署名
==============================================================*/
.signature {
 	margin-right: 3em;
	margin-top: 23em;
 }
 
.signature-pc {
	display: block;
}
.signature-sp {
	display: none;
}

.chef-image {
	display: none;
}

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

.signature {
 	margin-right: 0em;
	margin-top: 0em;
	text-align: right;
 }
 
.signature-pc {
	display: none;
}
.signature-sp {
	display: block;
	margin-top: 20px;
}

.chef-image {
	display: block;
	text-align: center;
	max-width: 500px;
	margin: 50px auto 40px;
}
	
}
 
 