@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	padding: 0;
	margin: auto;
	clear: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}


/**************************
com
***************************/
.wrap {
	width:100%;
	max-width:100%;
	margin:auto;
}

.container_top {
	padding-top:100px;
}

.contents {
	width:1200px;
	margin:0 auto;
}

.container01 {
	 padding: 130px 0 40px;
}

.container,
.container02,
.container03 {
    padding: 130px 0 40px;
}


.com_title-catch {
	font-family: 'Raleway', sans-serif;
    font-size: 180%;
	font-weight:800;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    text-align: center;
}

.com_title {
	margin-bottom:30px;
    font-size: 80%;
    text-align: center;
}

.com_catch_txt {
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
	letter-spacing:2px;
	margin:0 auto 30px;
}

.textUl {
	border-bottom: 1px solid #e3e3e3;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    width: 99%;
	list-style-type:none;
}

.textUl li {
    float: none;
    font-size: 0.9em;
    line-height: 2;
    width: 100%;
}

.imgBox {
	margin: 0 auto 20px;
    width: 100%;
}

.photoBox,
.photoBox02 {
	float: none;
    margin:0 auto 20px;
}

.textBox,
.textBox02 {
	float: none;
    width: 100%;
	margin:0 auto 40px;
	 font-size: 0.9em;
}

.textBox h5,
.textBox02 h5 {
	color: #434343;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.button2{
    text-align: center;
    margin: 20px;
}

.textBox02 .button2 a{
    background-color: #000000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 3em;
}

.btn {
	width:100px;
    border: 2px solid #000;
    padding: 0 35px;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
	text-align:center;
	margin:auto;
}

.btn a {
	font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: auto;
	color:#000000;
}

.grid-title::before {
    left: 0;
}

.grid-title::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.grid-title {
    font-family: "Times New Roman",Georgia,serif;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.grid-title span {
    background: #fff none repeat scroll 0 0;
    font-size: 12px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.button {
    letter-spacing: 2px;
	margin:auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
	
}

.button a {
	background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 6px 1em;
}

/**************************
header
***************************/
.header {
	background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
	position: fixed;
    z-index: 100;
}

.logo_img {
	width:100px;
	padding:0px 0 5px;
	margin:0 auto;
}

.header_r {
	width:5%;
	margin: auto;
	position:absolute;
	right:0;
	top:0px;
}

.btn_menu {
	margin:10px 5px 0 0;
	float:right;
	display:block;
}

.btn_menu i {
	font-size:1.6em;
	color:#000000;
}


.g_navi {
	display:none;
}

.menu_list {
	display:none;
}

.sns_icon {
	display:block;
	font-size:1.3em;
	text-align:center;
	margin:0 auto 10px;
}

.sns_icon a {
	color:#000000;
}


/**************************
footer
***************************/
.footer {
	padding:20px 0 10px;
}

.fot_sitemap {
	display:none;
}

.fot_address {
	width:100%;
	float:none;
	color:#000000;
	font-size:0.7em;
	line-height:1.4em;
	white-space:nowrap;
	text-align:center;
}

.fot_address h5 {
	font-weight:normal;
	font-size:1em;
	text-align:center;
}

.copry_txt {
	text-align:center;
	font-size:0.7em;
	font-family:Arapey;
	font-style:italic;
	color:#000000;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}
*/

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	padding: 0;
	margin: auto;
	clear: none;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}


/**************************
com
***************************/
.wrap {
	width:100%;
	max-width:960px;
	margin:auto;
}

.container_top {
	padding-top:140px;
}


.contents {
	width:1200px;
	margin:0 auto;
}

.container01 {
	 padding: 260px 0 80px;
}

.container02 {
	 padding: 260px 0 80px;
}

.container03 {
	 padding: 280px 0 100px;
}



.container {
    padding: 260px 0 80px;
}

.com_title-catch {
	font-family: 'Raleway', sans-serif;
    font-size: 320%;
   
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    text-align: center;
}

.com_title {
	margin-bottom:68px;
    
    font-size: 87.5%;
    text-align: center;
}

.com_catch_txt {
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
	letter-spacing:2px;
	margin:0 auto 40px;
}

.textUl {
	border-bottom: 1px solid #e3e3e3;
    margin: 0 auto 55px;
    padding-bottom: 32px;
    width: 960px;
	list-style-type:none;
}

.textUl li {
    float: left;
    font-size: 13px;
    line-height: 2;
    width: 462px;
}

.imgBox {
	margin: 0 auto 40px;
    width: 960px;
}

.photoBox {
	float: left;
    margin: 10px 0 0 0;
}

.textBox {
	float: right;
    width: 498px;
}

.photoBox02 {
	float: right;
    margin: 10px 0 0 0;
}

.textBox02 {
	float: left;
    width: 498px;
}

.textBox h5,
.textBox02 h5 {
	color: #434343;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.grid-title::before {
    left: 0;
}

.grid-title::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.grid-title {
    font-family: "Times New Roman",Georgia,serif;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.grid-title span {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.button {
    letter-spacing: 2px;
	margin:auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
	
}

.button a {
	background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 12px 3em;
}

.button2 {
    letter-spacing: 2px;
	margin:auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
	
}

.button2 a {
	background-color: #000000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 3em;
}

.button2 a i.fa { margin-right: 0.75em;}

.button2 a:hover {
	background-color: #70db8d;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 3em;
}


/**************************
header
***************************/
.header {
	background-color: rgba(255, 255, 255, 1);
    width: 100%;
	position: fixed;
    z-index: 100;
	padding:0 0 10px;
}

.logo_img {
	width:150px;
	padding:10px 0 0;
	margin:0 auto 20px;
}

.header_r {
	width:100%;
	position:relative;
}

.btn_menu {
	display:none;
}

.g_navi {
	display:block;
	float:right;
	margin:0;
	padding:10px 0;
	list-style-type:none;
}

.g_navi li {
	font-size:0.7em;
	line-height:0.8em;
	padding:0 8px;
	white-space:nowrap;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	float:left;
}

.g_navi li a {
	color:#000000;
}

.g_navi li a:hover {
	color: #70db8d;
	border-bottom: 2px solid #70db8d;
}

.menu_list {
	display:block;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	font-size:1em;
}

.menu_list li {
	float:left;
	white-space:nowrap;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size:0.9em;
	letter-spacing:0.05em;
	padding:0px 12px;
}

.menu_list li a {
	color:#000000;
}

.menu_list li a:hover {
	color: #70db8d;
	border-bottom: 2px solid #70db8d;
}

.onlinestore {
	background:#000000;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
}

.onlinestore a {
	color:#FFFFFF !important;
}

.sns_icon {
	display:none;
	font-size:1.2em;
	text-align:center;
	margin:0 auto 10px;
}

.fb,
.is {
	font-size:1.2em !important;
	margin-top:-5px;
}

/**************************
footer
***************************/
.footer {
	padding:30px 0;
}

.fot_sitemap {
	font-family: "Raleway",sans-serif;
	font-weight:800;
	display:block;
	width:70%;
	float:left;
	font-size:0.7em;
	line-height:180%;
	margin-left:10px;
}

.fot_sitemap a {
	color:#000000;
}


.fot_address {
	width:230px;
	float:right;
	color:#000000;
	font-size:0.8em;
	line-height:1.4em;
	white-space:nowrap;
	text-align:left;
}
	
.fot_address h5 {
	font-weight:normal;
	font-size:1.2em;
	text-align:left;
}

.copry_txt {
	text-align:center;
	font-size:0.9em;
	color:#000000;
}

}