@charset "UTF-8";
/* CSS Document */
/*-------------------------------------
Auther: AlternativeWEB
AutherURI: http://alternative-web.info
-------------------------------------*/



/*Common
--------------------*/
body {
  color: #000000;
  line-height: 30px;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body > #container {
  height: auto; }

html,
body {
  height: 100%; }
body > #top ul li a img.bg {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}

#container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%;
  /*for IE 7*/ }

.skip_bt,
.fb_bt,
.more_link {
  display: inline-block;
  clear: both;
  width: 100%;
  text-align: right; }

.skip_bt {
  margin-top: 36px;
  margin-bottom: 27px; }

ul.bread_crumb {
  margin-bottom: 30px; }
  ul.bread_crumb li {
    display: inline-block; }
    ul.bread_crumb li a {
      text-decoration: underline; }
    ul.bread_crumb li span {
      display: inline-block;
      padding-left: 10px;
      color: #808080; }
  ul.bread_crumb li.current {
    color: #c0272d; }

ul.related_link {
  text-align: center; }
  ul.related_link li {
    display: inline;
    float: left;
    margin-right: 5px; }
    ul.related_link li img {
      display: inline-block; }

div.skip_link {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px; }
  div.skip_link ul {
    position: relative;
    left: 50%;
    float: left; }
    div.skip_link ul li {
      position: relative;
      left: -50%;
      float: left;
      padding-left: 30px;
      background: url(../image/base/icon.png) no-repeat 10px 6px; }
      div.skip_link ul li a {
        color: #a27919; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

/*TextLink
--------------------*/
a:link {
  color: #808080; }

a:active {
  color: #808080; }

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7; }

a:visited {
  color: #808080; }

/*FaceBookLikeBox
--------------------*/
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
  width: 100% !important;
  width: auto;
  height: 100%; }

/*MainNavigation
--------------------*/
ul#main_nav {
  margin-top: 24px; }
  ul#main_nav li a {
    overflow: hidden;
    display: block;
    width: 180px;
    height: 35px;
    margin-bottom: 15px;
    text-indent: -9999px; }
  ul#main_nav .all_bt a {
    background: url(../image/base/menu/all_bt.png) no-repeat left bottom; }
  ul#main_nav .about_bt a {
    background: url(../image/base/menu/about_bt.png) no-repeat left bottom; }
  ul#main_nav .menu_bt a {
    background: url(../image/base/menu/menu_bt.png) no-repeat left bottom; }
  ul#main_nav .prof_bt a {
    background: url(../image/base/menu/plof.png) no-repeat left bottom; }

ul.bnr li {
  display: inline-block;
  margin-bottom: 5px; }

.fb-like-box {
  clear: both; }

/*BoxSizing
--------------------*/
#main,
#main_inner,
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*Wrapper
--------------------*/
#wrap {
  overflow: hidden;
  display: block;
  width: 1000px;
  margin: 20px auto 0px; }
  #wrap h2 {
    width: 100%;
    text-align: center; }
    #wrap h2 h3 {
      border-bottom: solid 2px #df9396; }

/*Main
--------------------*/
#main {
  display: block;
  width: 780px;
  float: right; }
  #main h2 {
    margin-bottom: 20px; }
  #main #main_inner {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 43px;
    padding: 25px;
    border: solid 8px #e6e6dc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px; }
    #main #main_inner h3 {
      display: block;
      clear: both;
      margin-bottom: 15px;
      border-bottom: solid 2px #df9396; }
    #main #main_inner img.photo {
      float: left;
      margin-right: 20px; }
    #main #main_inner section {
      display: inline-block;
      clear: both;
      margin-bottom: 20px;
      min-height: 1%;
      /*for IE 7*/ }
      #main #main_inner section section:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
  #main h4 {
    margin-bottom: 19px;
    text-align: center; }

/*Sidebar
--------------------*/
#sidebar {
  display: block;
  float: left;
  width: 195px;
  margin-bottom: 200px; }

/*Footer
--------------------*/
#footer {
  display: block;
  clear: both;
  position: relative;
  bottom: 0px;
  height: 120px;
  background: url(../image/base/footer_bg.png) repeat-x; }
  #footer #footer_inner {
    display: block;
    margin: 0 auto;
    padding-top: 15px; }
    #footer #footer_inner ul.bnr {
      display: none;
      float: left;
      margin-top: 10px;
      margin-left: 10px; }
      #footer #footer_inner ul.bnr li {
        margin-right: 5px; }
    #footer #footer_inner section {
      float: right;
      font-size: 12px;
      margin-right: 10px; }
      #footer #footer_inner section .left_content {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: solid 1px #333333; }
        #footer #footer_inner section .left_content img {
          display: block; }
      #footer #footer_inner section dl {
        display: inline-block;
        clear: both;
        line-height: 1.7; }
        #footer #footer_inner section dl dt {
          display: block;
          clear: both;
          float: left; }
        #footer #footer_inner section dl dd {
          float: left; }

/*CopyRight
--------------------*/
#copyright {
  clear: both;
  font-size: 13px;
  text-align: right; }

/*==================================================
Top
==================================================*/
#top {
  position: relative;
  width: 100% !important;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  height: 100%;
  min-height: 700px; }
  #top h1 {
    position: absolute;
    left: 2%;
    z-index: 2; }
    #top h1 img {
      max-width: 100%;
      width: auto;
      height: auto; }
  #top ul {
    overflow: hidden; }
    #top ul li {
      height: 100%;
      vertical-align: top; }
      #top ul li a {
        position: relative;
        width: 25%;
        overflow: hidden;
        float: left; }
      #top ul li a.indexBnr {width: 100%; background-color: #fff;}
        #top ul li a img.bg {
          display: block;
          max-width: 500px;
          min-height: 100%;
          margin: 0 auto;
          text-align: center; }
        #top ul li a img.button {
          display: block;
          position: absolute;
          top: 30%;
          left: 25%;
          width: 50%;
          min-width: 50%;
          min-height: auto;
          height: auto;
          margin: 0 auto;
          text-align: center; }
    #top ul li:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-opacity: 0.7; }
    #top ul .fb_area:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: alpha(opacity=100);
      -moz-opacity: 1;
      -webkit-opacity: 1; }
    #top ul .fb_area {
      float: left;
      width: 25%;
      max-width: 100%;
      height: 100%;
      min-height: 700px;
      /* background: rgba(000,000,000,0.6); */ }
      #top ul .fb_area h3 {
        background: #000000; }
  #top .fbcomments,
  #top .fb_iframe_widget,
  #top .fb_iframe_widget[style],
  #top .fb_iframe_widget iframe[style],
  #top .fbcomments iframe[style],
  #top .fb_iframe_widget span {
    border: none; }

/*==================================================
About
==================================================*/
.about section{
	width: 700px;
}
.about img.photo {
  display: block;
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 28px; }
.about div.text p {
  margin-bottom: 45px; }
/*==================================================
Company
==================================================*/
.company h3 {
  clear: both;
  border-bottom: solid 2px #df9396; }
.company .box {
  float: right;
  width: 380px; }
.company dl {
  display: inline-block;
  clear: both;
  font-size: 14px;
  line-height: 1.6; }
  .company dl dt {
    display: block;
    clear: both;
    float: left; }
  .company dl dd {
    float: left; }
.company iframe {
  float: right;
  width: 380px; }

/*==================================================
List
==================================================*/
.list #main {
  width: 780px; }
  .list #main #main_inner {
    width: 100%;
    padding: 0px;
    border: none; }
  .list #main section ul li {
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 17px; }

/*==================================================
Profile
==================================================*/
.profile .box {
  float: left;
  width: 273px;
  margin-right: 20px; }
  .profile .box img.last {
    margin-left: 5px; }
.profile .text{
	float: right;
	width: 420px; }
  .profile .text ul{
  	margin-bottom: 20px; }
  .profile .text dl{
  	margin-bottom: 20px; }

/*==================================================
Product
==================================================*/
.product #main_inner section {
  width: 708px; }
.product #main_inner ul {
  margin-bottom: 20px; }
  .product #main_inner ul li {
    display: inline-block;
    margin-left: 31px;
    vertical-align: top; }
    .product #main_inner ul li img {
      width: 210px;
      height: 210px; }
    .product #main_inner ul li a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: alpha(opacity=100);
      -moz-opacity: 1;
      -webkit-opacity: 1; }
    .product #main_inner ul li p {
      display: block;
      margin-bottom: 20px;
      text-align: center;
      font-size: 16px;
      font-weight: bold; }
  .product #main_inner ul li:nth-child(3n+1) {
    margin-left: 0px; }

/*==================================================
Contact
==================================================*/
label .orange {
  color: #f6921e; }
label .red {
  color: #c0272d;
  margin-left: 30px; }

.contact label {
  display: block;
  margin-bottom: 20px; }
.contact input {
  display: block;
  clear: both;
  height: 25px;
  margin-bottom: 45px;
  border: solid 1px #808080; }
.contact input[name="name"] {
  width: 350px; }
.contact input[name="email"] {
  width: 450px; }
.contact textarea {
  width: 100%;
  height: 248px;
  margin-bottom: 20px;
  border: solid 1px #808080; }
.contact input[type="submit"] {
  display: block;
  width: 255px;
  height: 65px;
  margin: 30px auto 0;
  border: none;
  background: url(../image/contact/conf_bt.png);
  text-indent: -9999px;
  text-align: center; }
.contact dl.personal dt {
  color: #c0272d; }
.contact dl.personal dd {
  padding: 17px;
  border: solid 1px #808080;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px; }

/*==================================================
Confirm
==================================================*/
.conf form {
  width: 700px; }
  .conf form label {
    display: block; }
  .conf form p {
    margin-bottom: 35px; }
  .conf form ul {
    display: block;
    width: 260px;
    margin: 0 auto;
    text-align: center; }
    .conf form ul li {
      float: none;
      display: inline-block;
      vertical-align: top; }
  .conf form input[type="submit"] {
    display: block;
    width: 125px;
    height: 65px;
    border: none;
    background: url(../image/contact/send_bt.png);
    text-indent: -9999px; }

/*==================================================
Thanks
==================================================*/
.thanks #main #main_inner section {
  display: block;
  margin: 0 auto; }
  .thanks #main #main_inner section img {
    display: block;
    margin: 0 auto;
    text-align: center; }
  .thanks #main #main_inner section a {
    margin-top: 30px; }
/*---------------------------------------------------
shoping
----------------------------------------------------*/
.shoping_goods .goods_text{
	float: right !important;
}
.shoping_goods li div{
	max-width: 270px;
	width: 100%;
	height: 270px;
}
.shoping_goods .goods_text p{
	max-width: 500px;
	min-height: 130px;
	margin-bottom:10px;
	width: 100%;
}
.shoping_goods li input[type="text"]{
	width: 100px;
}
/*---------------------------------------------------
cart
---------------------------------------------------*/
.cart ul{
	width:100%;
}
.cart ul li{
	float:left;
}
.cart input {
  clear: both;
  height: 25px;
  border: solid 1px #808080;
}
.cart ul li:nth-child(1){
	min-width:220px;
}
.cart ul li:nth-child(2){
	max-width:490px;
	width:100%;
}
.cart ul li.year_width{
	min-width: 0;
	max-width:100px;
	width:100%;
}.cart ul li.month_width{
	max-width:100px;
	width:100%;
}
.cart ul li.day_width{
	max-width:290px;
	width:100%;
}
.cart ul li.year_width input[type="text"],
.cart ul li.month_width input[type="text"],
.cart ul li.day_width input[type="text"]{
	width:40px;
}
.cart form .cart_submit {
  display: block;
  width: 255px;
  height: 65px;
  margin: 30px auto 0;
  border: none;
  background: url(../image/contact/conf_bt.png);
  text-indent: -9999px;
  text-align: center;
}
.cart input[type="text"] {
	width:39%;
}
.cart textarea{
	width:100%;
	max-width:320px;
	height:200px;
}
.cart dl.personal dt {
  color: #c0272d; }
.cart dl.personal dd {
  padding: 17px;
  border: solid 1px #808080;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px; }

.cart .conf form ul li {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	float: left;
	min-width: 0;
}
.cart table,.cart th,.cart td{
	border: 1px solid #999999;
}
.cart table{
	width: 100%;
	margin-top: 10px;
}
.cart th{
	background: #FFB2B2;
}
.cart th.name{
	width: 40%;
}
.cart th.price{
	width: 15%;
}
.cart th.volume{
	width: 10%;
}
.cart th.postage{
	width: 10%;
}
.cart th.total{
	width: 20%;
}
.cart th.del{
	width: 5%;
}
.cart th.update{
}
.cart td{
	padding:0px 10px;
	border: 1px solid #999999;
}
.cart .right{
	text-align:right;
}
.cart .center{
	text-align:center;
}
.cart div.total span span{
	color:#AF191D;
	border-bottom: none;
	font-size: 1.5em;
}

/*2015-07-31 追加*/
#footer #footer_inner ul.bnr li.close_box {
  vertical-align: top;
text-align: center;
padding-top: 7px;
}

/*2017-12-15 追加*/
/* youtube埋め込み動画センタリング */
.YoutubeWrapper{
	position: relative;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 69px;
	padding-bottom: 50%;
	overflow: hidden;
}
 
.YoutubeWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/*2018-02-26 追加*/
/* gmapレスポンシブ */
.gmap {
position: relative;
padding-bottom: 39.47%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 20180404追加 採用情報 */
#main_inner table{
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
#main_inner table td,th{
  border:1px solid #ccc;
  padding:10px;
}
#main_inner table th{
  border-left:3px solid #df9396;
  color:#df9396;
  background-color: #f1f1f1;
}
.fb_area h3{clear: both;}


.fb_area .cal_wrapper {
  max-width: 358px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto 2.0833% 0;
}

#main_inner .cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto 2.0833% 0;
}
 
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
	margin-bottom: 20px;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}