@charset "UTF-8";


/* リセット
==============================================================*/
* {
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em {
	font-style: normal;
}
strong,th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th {
	text-align: left;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}
img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
li {
	list-style-type: none;
}
input[type="submit"],button,label,select {
	cursor:pointer;
	cursor: hand;
}
a {
	cursor: pointer;
	cursor: hand;
}
/*
a:hover img {
	opacity: 0.7;
	cursor: pointer;
	cursor: hand;
}
*/
img {
	transition: 0.5s;
}

/*
a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
*/

a {
	/*color: #b28437;*/
	text-decoration: none;
	/*font-weight: 300;*/
}

/*
a:hover,
a:focus {
	color: #de5d60;
	outline: none;
}
*/

/* 
==============================================================*/
body {
	/*background: url("../img/bg_washi.jpg") repeat center top;*/
	background-color: #fff;
}


/* 文字
==============================================================*/

body {
	-webkit-text-size-adjust: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word; 
}
body,input,button,textarea,select {
	font-size: 14px;
	line-height: 1.8em;
	/*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333;
}
html>/**/body {
	font-size: 14px;
} /* Except IE */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}

.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;
}

.verticalTxt p {
	margin-left: 1em;
}

.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;
}
.verticalTxt p {
	margin-left: 0;
}

}



p.caption {
	font-size: 80%;
	line-height: 1.3em;
	letter-spacing: 0;
}





/* 改行
==============================================================*/

.visible-xxs {
	display: none;
}

@media screen
    and (max-width: 450px) {
.visible-xxs {
  display: block;
	
}
}

.hidden-xs {
	display: block;;
}

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




/* マージン他
==============================================================*/

section {
	margin-bottom: 50px;
}
.paragraph {
	margin-bottom: 40px;
}

strong {
	font-weight: bold;
}




















