@charset "UTF-8";

a{
 color: #573e3f;
 text-decoration: none;
}
a:hover, a:focus {
 color:	#573e3f;
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width /***/:auto;
 vertical-align: bottom;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 899px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}


/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

/* -------------------------------------------------

header

------------------------------------------------- */
header {
	width: 100%;
	margin:0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
.fixed {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10;
	border-bottom:1px solid #EDEDED;
}
.h_box {
	width: 1140px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items:flex-start;
	margin:0 auto;
}
.fixed .h_box {
	margin:0 auto 20px;
}
.space	{
	width:180px;
}
.fixed .space  {
	display: none;
}
.logo	{
	width:256px;
	height: 72px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 256px 72px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	/*transition : all 0.3s ease 0s;*/
	margin-top: 70px;
}
.fixed .logo  {
	width:129px;
	height: 36px;
	background-image: url("../images/logo_left.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 129px 36px;
	margin-top: 10px;
}
.logo h1	{
	margin: 0;
	padding: 0;
}
.logo a	{
	width:256px;
	height: 72px;
	display: block;
}
.fixed .logo a	{
	width:129px;
	height: 36px;
	display: block;
}
.logo:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.h_tel__box	{
	width:180px;
}
.h_tel__title	{
	text-align: left;
	font-weight: 300;
	line-height:normal;
	font-size: 1.2rem;
	padding-left: 40px;
}
.h_tel	{
	font-weight: 300;
	line-height:1.1;
	font-size: 2rem;
	text-align:right;
	padding-top: 3px;
}
.h_tel a	{
	text-decoration:none;
	transition: .3s;
}
.h_tel a:hover	{
	text-decoration:none;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.h_tel_txt	{
	font-weight: 300;
	font-size:1rem;
	display:block;
	/*margin:0px 0 0 59px;*/
	margin:5px 0 0 36px;				/* 20250828修正 */
	line-height:normal;
	text-align:left;
	/*letter-spacing: 0.2rem;*/
	letter-spacing: 0rem;			/* 20250828修正 */
}

@media screen and (min-width: 899px) and (max-width: 1260px) {
.h_box {
	width: 98%;
}
}
@media screen and (max-width: 898px)  {
header {
	border-bottom:1px solid #EDEDED;
}
.h_box {
	width: 98%;
	margin:0 auto 10px;
}
.fixed .h_box  {
	width: 98%;
	margin:0 auto 10px;
}
.space	{
	display: none;
}
.logo	{
	width:178px;
	height: 50px;
	background-image: url("../images/sp_logo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 178px 50px;
	margin:5px 0 0 0px;
}
.fixed .logo  {
	width:178px;
	height: 50px;
	background-image: url("../images/sp_logo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 178px 50px;
	margin:5px 0 0 0px;
}
.logo a	{
	width:178px;
	height: 50px;
}
.fixed .logo a	{
	width:178px;
	height: 50px;
}
.h_tel__box	{
	display: none;
}
}
@media screen and (max-width: 768px)  {
.logo	{
	margin:5px 0 0 5px;
}
.fixed .logo  {
	margin:5px 0 0 5px;
}
}


/* -------------------------------------------------

	Nav

------------------------------------------------- */
nav	{
	width: 1140px;
	margin:0 auto 20px;
}
.nav	{
	margin:85px auto 0px;
	padding:0px;
 position: relative;
}
.fixed .nav	{
	margin:0px auto;
}
.nav ul	{
	width: 100%;
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
	align-items: center;
}
.nav ul li	{
	text-align: center;
	font-weight: 300;
	font-size: 1.4rem;
	padding: 5px 30px;
	box-sizing: border-box;
}
.nav ul li > a {
	color: #777;
}
.nav ul li > a:hover {
	text-decoration: none;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
#otoiawase {
 display: none;
}
@media screen and (min-width: 899px) and (max-width: 1260px) {
nav	{
	width:	100%;
}
}
@media screen and (max-width: 898px)  {
nav	{
	width:	100%;
	margin:0 auto;
}
.nav {
	display:none;
}
.fixed .nav	{
	display:none;
}	
#otoiawase {
 display: block;
 width: 37px;
	height: 37px;
 position: absolute;
 top: 16px;
 right: 55px;
 z-index: 11;
}
.fixed #otoiawase {
 top: 16px;
}
.sp_h_inq_btn a {
	display: block;
	background: #999;
 border-radius: 50%;
	text-decoration:none;
	width: 100%;
	height: 100%;
}
.sp_h_inq_btn a:hover {
	background: #777;
	text-decoration:none;
}
	
#toggle {
 text-align: center;
 width: 50px;
 height: 50px;
 position: absolute;
 top: 2px;
 right: 0px;
 z-index: 11;
 display: flex;
 justify-content: center;
 align-items: center;
}
.fixed #toggle {
 top: 2px;
}
.trigger {
 position: relative;
 width: 28px;
 height: 19px;
	margin-top: 8px;
}
.trigger::after {
 position: absolute;
 left: 0px;
 bottom: -15px;
 content: 'menu';
 display: block;
 width: 100%;
 font-size: 0.8rem;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 transition: all .4s;
	font-weight: 300;
	color:#777;
}
.trigger.active::after {
 content: 'close';
 left: 0px;
 bottom: -18px;
}
.trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 3px;
 background-color: #777;
 border-radius: 4px;
}
.trigger span:nth-of-type(1) {
 top: 0;
}
.trigger span:nth-of-type(2) {
 top: 8px;
}
.trigger span:nth-of-type(2)::after {
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 width: 100%;
 height: 3px;
 background-color: #777;
 border-radius: 4px;
 -webkit-transition: all .4s;
         transition: all .4s;
}
.trigger span:nth-of-type(3) {
 bottom: 0;
}
.trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(8px) scale(0);
         transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
 -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) scale(0);
         transform: translateY(-8px) scale(0);
}

/* スマホでメニューを開いた際に背景色が画面全体にかかるようにと
フルスクリーンで固定したいので、position: fixed; top: 0; left: 0; を指定 */
.toggleWrap {
	display: none;
 background: rgba(234, 234, 234, 1);
 padding: 65px 0px 10px 0px;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	z-index: 8;
}
.mainNav {
	margin:15px 0;
}
.mainNav li {
 list-style-type: none;
}
.navItem {
 display: block;
 text-decoration: none;
 color: #777;
 border-bottom: 1px solid #ccc;
 text-align: center;
	font-weight: 300;
 font-size: 2rem;
}
.navItem:first-child {
 border-top: 1px solid #ccc;
}
.navItem a {
 display: block;
 padding: 15px 10px 15px 10px;
}
.navItem div {
 display: block;
 padding: 15px 10px 15px 10px;
	cursor: pointer;
	margin:0;
}
.navItem p {
 padding:0;
	margin:0;
}
.navItem > ul {
 display: block;
	background:#fff;
 padding: 5px 0;
}
.navItem > ul.menu-child {
 display: none;
}
.navItem > ul li a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:1px dotted #ccc;
}
.navItem > ul li:last-child a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:	none;
}
.navItem > ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
 	       transform: rotate(45deg);
}
}
@media screen and (max-width: 480px)  {
/*#otoiawase {
 top: 19px;
}
.fixed #otoiawase {
 top: 14px;
}
#toggle {
 top: 3px;
 right: 5px;
}
.fixed #toggle {
 top: -2px;
}*/
}


/* -------------------------------------------------

Banner

------------------------------------------------- */
.Banner_wrp	{
 width: 100%;
	padding: 40px 0 0;
	border-top: 1px solid #EDEDED;
}
.Banner_wrp a:hover	{
	text-decoration:none;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 768px)  {

}
@media screen and (max-width: 480px)  {
.Banner_wrp	{
	text-align: center;
}
}


/* -------------------------------------------------

Otoiawase

------------------------------------------------- */
.Otoiawase_wrp	{
 width: 100%;
	border-top:1px solid #EDEDED;
}
.Otoiawase_wrp section	{
 width: 1140px;
	margin: 0 auto;
 display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 0 0;
}
.Otoiawase_wrp section:last-child	{
	padding: 40px 0;
}
.Otoiawase_wrp section h2	{
	font-weight: 300;
	font-size:3.6rem;
	position:relative;
	text-align: center;
}
.Otoiawase_wrp section h2	{
	padding-bottom: 10px;
	border-bottom: 1px solid #777;
}
.Otoiawase_wrp section h2 br	{
	display: none;
}
.Otoiawase_tel__box	{
	display: flex;
	flex-flow: row;
	justify-content: space-between;	
	padding: 0;
	margin: 0;
}
.Otoiawase_tel	{
	font-weight: 300;
	line-height:normal;
	font-size: 3.8rem;
}
.Otoiawase_tel a	{
	text-decoration:none;
	font-weight: 300;
	color: #777;
	transition: .3s;
}
.Otoiawase_tel a:hover	{
	text-decoration:none;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.Otoiawase_tel_txt	{
	font-weight: 300;
	font-size:1.4rem;
	display:block;
	margin:10px 0 0 0;
	line-height:normal;
	text-align:center;
	letter-spacing: 0.2rem
}
.Otoiawase_address {
 width: 100%;
	/*margin: 80px 0;*/
	margin: 20px 0 80px;
 display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size:1.4rem;
	color: #777777;
}
.Otoiawase_address > div	{
 width: calc(50% - 30px);
 margin:0 30px 0px 0;
	padding: 0;
	position: relative;
	background-color: #ffffff;
 display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.Otoiawase_address > div:nth-child(2n) {
 margin:0;
}
.Otoiawase_address > div .left img {
	margin-bottom: 10px;
}
@media screen and (min-width:1141px) and (max-width: 1260px) {
.Otoiawase_wrp section	{
 width: 90%;
	/*padding: 0 0 40px;*/
}
}
@media screen and (min-width:899px) and (max-width: 1140px) {
.Otoiawase_wrp section	{
 width: 90%;
	/*padding: 0 0 40px;*/
}
.Otoiawase_address {
 width: 80%;
}
.Otoiawase_address > div	{
 width: 100%;
 margin:0 80px 0px 0;
	flex-flow: column wrap;
}
}
@media screen and (max-width: 898px)  {
.Otoiawase_wrp	{
	margin-top: 40px;
}
.Otoiawase_wrp section	{
 width: 90%;
	/*padding: 0 0 40px;*/
}
.Otoiawase_address {
 width: 100%;
}
.Otoiawase_address > div	{
 width: 100%;
 margin:0 80px 0px 0;
	flex-flow: column wrap;
}
}
@media screen and (max-width: 768px)  {
.Otoiawase_wrp section h2	{
	font-size:2.8rem;
}
.Otoiawase_tel	{
	font-size: 2.8rem;
}
.Otoiawase_tel_txt	{
	font-size:1.2rem;
	margin:0px;
}
.Otoiawase_address {
 width: 100%;
	margin: 20px auto 40px;
}
.Otoiawase_address > div	{
 width: 90%;
 margin:0 50px 0px 0;
	flex-flow: column wrap;
}
.Otoiawase_address > div .left {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 568px)  {
.Otoiawase_address {
	flex-flow: column wrap;
}
.Otoiawase_address > div	{
 width: 100%;
 margin:0 auto 30px;
}
.Otoiawase_address > div .left,
.Otoiawase_address > div .right {
	text-align: center;
	margin-bottom: 5px;
}
}
@media screen and (max-width: 480px)  {
.Otoiawase_wrp section h2	{
	font-size:2.4rem;
}
.Otoiawase_wrp section h2 br	{
	display: block;
}
}

/* アクセスマップ
================================================== */
.ggmap01,.ggmap02 {
	width: 100%;
 height: 250px;
	overflow: hidden;
}
.ggmap01 iframe {
	width: 100%;
	height:610px;
	margin-top: -160px;
}
.ggmap02 iframe {
	width: 100%;
	height:570px;
	margin-top: -160px;
}
.gmap_btn a  {
	width: 150px;
	margin: 20px 0 0 auto;
	padding: 5px !important;
	display: block;
	background-color: #999999;
	border:1px solid #999999;
 border-radius: 25px;
	font-size: 1.2rem;
	line-height:normal;
	text-decoration:none;
	color:#ffffff !important;
	transition: .3s;
	text-align: center;
}
.gmap_btn a:hover {
	background:#777777;
	border:1px solid #777777;
	color:#ffffff !important;
	text-decoration:none;
}
@media screen and (max-width: 768px)  {
.gmap_btn a  {
	font-size: 1.1rem;
}	
}
@media screen and (max-width: 568px)  {
.gmap_btn a {
	margin: 20px auto 0;
}
}



/* -------------------------------------------------

footer

------------------------------------------------- */
footer	{
 width: 100%;
	border-top:1px solid #EDEDED;
}
.footer	{
	width: 1140px;
	margin: 0 auto;
 padding: 15px 0;
	position:relative;
}
.copyright_wrp	{
	width:100%;
	margin: 0 auto;
}
.copyright	{
	border-top:1px solid #EDEDED;
 padding: 15px 0;
	font-weight: 300;
 font-size: 1.2rem;
	text-align:	center;
}
.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	border-radius: 50%;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	background-color:#999;
	background-image: url(../images/pageup.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.page_top a:hover {
	background-color:	#777;
}
@media screen and (min-width: 899px) and (max-width: 1260px) {
.footer	{
	width: 100%;
}
}
@media screen and (max-width: 898px)  {
footer	{
 width: 100%;
	border-top:none;
}
.footer	{
	width: 100%;
 padding: 0;
}
.copyright	{
 padding: 10px 0;
}
.page_top {
	bottom: 20px;
	right: 10px;
}
}
@media screen and (max-width: 480px)  {
.copyright	{
 padding: 8px 10px;
	font-size: 0.9rem;
}
.page_top {
	bottom: 10px;
	right: 10px;
}
}


.f_nav	{
 width: 100%;
}
.f_nav ul	{
	display: flex;
	margin: 0 50px;
	padding:10px 0;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.f_nav ul li	{
	font-weight: 300;
 list-style: none;
	vertical-align:middle;
	font-size: 1.2rem;
}
.f_nav ul li a {
	display:block;
	padding:3px 23px;
 text-decoration: none;
	color: #777;
	text-align: center;
}
.f_nav ul li a:hover {
	text-decoration:underline;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.f_nav ul li:last-child a:hover {
	text-decoration:none;
}
@media screen and (min-width: 899px) and (max-width: 1260px) {
.f_nav ul	{
	margin: 0;
}
}
@media screen and (max-width: 898px)  {
.f_nav ul	{
	display: none;
}
}


/* -------------------------------------------------

■■■　2階層　■■■

------------------------------------------------- */

/* -------------------------------------------------

pageimage

------------------------------------------------- */
.pageimage_wrp{
 width: 100%;
	margin:0;
	position:relative;
}
.pagetitle	{
	width:100%;
	position:relative;
	height: 250px !important;
}
.pagetitle__ann	{
	width:100%;
	position:relative;
	margin-top: 80px;
	height: 1px;
}
.pagetitle h2 {
	width: 100%;
	margin: 0;
	font-weight: 300;
	font-size:4.6rem;
	letter-spacing: 1px;
	color:#777777;
	text-align: center;
	position:absolute;
	top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.pagetitle__ann h2 {
	width: 100%;
	margin: 50px 0 0;
	font-weight: 300;
	font-size:4.6rem;
	letter-spacing: 1px;
	color:#777777;
	text-align: center;
	position:absolute;
	top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.pagetitle h2 > .suji,
.pagetitle__ann h2 > .suji {
	font-size:4rem !important;
	display:inline-block !important;
	letter-spacing: -0.5rem;
}
.pagetitle h2 > .studio,
.pagetitle__ann h2 > .studio{
	font-size:3rem !important;
	display:block !important;
	margin-top: 10px;
}
@media screen and (max-width: 898px)  {
.pageimage_wrp {
	margin:5px auto 0;
}
.pagetitle	{
	height: 150px !important;
}
.pagetitle__ann	{
	margin-top: 30px;
	height: 1px;
}
}
@media screen and (max-width: 768px)  {
.pagetitle__ann	{
	margin-top: 70px;
	height: 1px;
}
.pagetitle h2	{
	font-size: 3.6rem;
}
.pagetitle__ann h2 {
	margin: 0;
	font-size:3.6rem;
}
.pagetitle h2 > .suji,
.pagetitle__ann h2 > .suji {
	font-size:3rem !important;
}
.pagetitle h2 > .studio,
.pagetitle__ann h2 > .studio	{
	font-size:2rem !important;
	margin-top: 5px;
}
}
@media screen and (max-width: 500px)  {
.pagetitle	{
	height: 120px !important;
}
.pagetitle__ann	{
	margin-top: 50px;
	height: 1px;
}
.pagetitle h2,.pagetitle__ann h2	{
	font-size: 2.6rem;
	padding: 0 10px;
}
.pagetitle h2 > .suji,.pagetitle__ann h2 > .suji	{
	font-size:2rem !important;
}
.pagetitle h2 > .studio,.pagetitle__ann h2 > .studio	{
	font-size:1.4rem !important;
	margin-top: 5px;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */

/* 文字サイズ
================================================== */
.fs12 {
	font-size: 1.2rem !important;
}
.fs14 {
	font-size: 1.4rem !important;
}
.fs28 {
	font-size:2.8rem !important;
}
.fs30 {
	font-size:3rem !important;
}
@media screen and (max-width: 768px)  {
.fs28 {
	font-size:2.4rem !important;
}
.fs30 {
	font-size:2.6rem !important;
}
}
@media screen and (max-width: 480px)  {
.fs14 {
	font-size: 1.2rem !important;
}
.fs28 {
	font-size:1.8rem !important;
}
.fs30 {
	font-size:2rem !important;
}
}


/* 色
================================================== */
.red {
	color:#E40003;
}
.blue	{
	color:	#93d0ff !important;
}
.orange	{
	color:	#ff6800;
}
.pink	{
	color:	#ff9393 !important;
}
.green	{
	color:	#00AC9D;
}

/* 位置
================================================== */
.center {
	text-align:center;
}
.center_02 {
	margin: 0 auto !important;
}
@media screen and (max-width: 768px)  {
.center {
	text-align:left;
}
}

/* 余白
================================================== */
.ma_top_01 {
	margin: 50px auto !important;
}
.ma_top_02 {
	margin: 140px auto 0 !important;
}
.ma_top_03 {
	margin: 10px 0 0 !important;
}
.ma_top_04 {
	margin: -10px 0 0 !important;
}
.ma_top_05 {
	margin: 40px 0 0 !important;
}
.ma_top_06 {
	margin: 0 0 40px !important;
}
@media screen and (max-width: 1040px)  {
.ma_top_05 {
	margin: 20px 0 0 !important;
}
}
@media screen and (max-width: 768px)  {
.ma_top_02 {
	margin: 80px auto 0 !important;
}
.ma_top_04 {
	margin: -40px 0 0 !important;
}
.ma_top_05 {
	margin: 20px 0 0 !important;
}
}
@media screen and (max-width: 480px)  {
.ma_top_04 {
	margin: 0px !important;
}
}

/* ユビ
================================================== */
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
@media screen and (max-width: 768px)  {
[data-ruby]::before {
    font-size: 0.3em;
}
}

/* 横サイズ
================================================== */
/*.w130px	{
 width: 130px;
}
.w317px	{
 width: 320px;
}*/
.w980px	{
 width: 980px;
}
.w960px	{
 width: 960px;
}
.w900px	{
 width: 900px;
}
.w800px	{
 width: 820px;
}
.w740px	{
 width: 740px !important;
}
.w735px	{
 width: 738px;
}
.w700px	{
 width: 700px;
}
.w600px	{
 width: 600px;
}
.w560px	{
 width: 560px;
}
.w550px	{
 width: 530px;
}
.w500px	{
 width: 500px;
}
.w350px	{
 width: 420px;
}
@media screen and (min-width: 899px) and (max-width: 1140px) {
.w980px,.w960px,.w900px	{
 width: 90%;
}
}
@media screen and (max-width: 898px)  {
.w980px,.w960px,.w900px,.w800px,.w735px	{
 width: 90%;
}
.w740px	{
 width: 100% !important;
}
}
@media screen and (max-width: 768px)  {
.w600px,.w500px	{
 width: 90%;
}
.w700px	{
 width: 90%;
}
.w560px	{
 width: 490px;
	/*text-align: center;*/
}
.w550px	{
 width: 465px;
}
.w350px	{
 width: 370px;
}
}
@media screen and (max-width: 568px)  {
.w560px,.w550px	{
 width: 90%;
	text-align: left;
}
}
@media screen and (max-width: 480px)  {
.w350px	{
 width: 90%;
}
}

/* 横線
================================================== */
.line100	{
	padding-top: 40px !important;
	border-top: 1px solid #EDEDED !important;
}
@media screen and (max-width: 768px)  {
.line100	{
	padding-top: 20px !important;
}
}
