@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !HTML5 elements
---------------------------------------------------------- */

header, footer, nav, section, aside, article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #444;
}

body.fontS {
  font-size: 10px;
}

body.fontM {
  font-size: 12px;
}

body.fontL {
  font-size: 14px;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: '';
}

a, input {
  /* outline: none; */
}

abbr, acronym {
  border: 0;
}

input[type="text"], input[type="reset"], input[type="submit"], textarea {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}

/* !Clearfix
---------------------------------------------------------- */

.clearfix {
  display: block;
  min-height: 1%;
}

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

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */

html {
  overflow-y: scroll;
}

body {}

@media print {
  html, html body {
    *zoom: 0.65;
  }
}

a:hover {
  text-decoration: none;
}

/* !wrapper
---------------------------------------------------------- */

#wrapper {
  overflow: hidden;
  position: relative;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 979px) {
  #wrapper {
    padding-top: 100px;
  }
}

@media screen and (max-width: 979px) {
  #wrapper {
    padding-top: 50px;
  }
  .inner {
    padding: 0 10px;
  }
}

/* !header
---------------------------------------------------------- */

#header {
  /*background: #fff;*/
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

#header h1 {
  font-size: 10px;
  padding: 5px 10px;
}

#headerIn {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

#headerLogo {
  float: left;
  padding: 12px 0 14px;
}

#headerLinks {
  float: right;
  width: 510px;
}

.headerContact {
  float: right;
  width: 160px;
  margin-left: 10px;
}

.headerContact .tableBox {
  display: table;
  width: 100%;
}

.headerContact .tableCellBox {
  display: table-cell;
  width: 100%;
  height: 94px;
  vertical-align: middle;
  text-align: center;
  background: #ff9000;
}

.headerContact span.mail {
  display: inline-block;
}

.headerContact span.txt {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 6px;
}

#headerLinks .linkBox {
  overflow: hidden;
  padding-top: 15px;
}

#headerLinks .linkBox .link {
  text-align: right;
  line-height: 1;
}

#headerLinks .linkBox .link a {
  display: inline-block;
  vertical-align: top;
  width: 104px;
  border-right: 1px solid #0067b5;
  font-size: 11px;
  line-height: 18px;
  color: #0067b5;
  text-align: center;
}

#headerLinks .linkBox .link a:first-child {
  border-left: 1px solid #0067b5;
}

#headerLinks .linkBox .link a:hover {
  background: #0067b4;
  text-decoration: none;
  color: #fff;
}

#headerLinks .linkBox .telBox {
  margin-top: 15px;
}

#headerLinks .linkBox .telBox .tel {
  float: left;
  margin-right: 10px;
}

#headerLinks .linkBox .telBox .tel a:hover {
  cursor: default;
}

#headerLinks .linkBox .telBox .time {
  overflow: hidden;
  padding: 1px 0 0;
}

#headerLinks .linkBox .telBox .time p {
  font-size: 12px;
  line-height: 14px;
  color: #0067b5;
}

#headerLinks .linkBox .telBox .time p span {
  display: block;
}
#headerIn .languageTrigger{
  display: none;
}

#headerIn .langNav{
  position: absolute;
  top: 0;
  right: 20px;
}
#headerIn .langNav .langNav_item{
  float: left;
}
#headerIn .langNav .langNav_item a{
  font-size: 11px;
  color: #0067b5;
  padding: 0 25.3px;
  background-color: #fff;
  border: 1px solid #0067b5;
}
#headerIn .langNav .langNav_item.active a{
  color: #fff;
  background-color: #0067b5;
}

@media screen and (max-width: 979px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
  }
  #header h1 {
    padding: 5px 0;
    max-width: 85%;
  }
  #headerLogo {
    padding: 16px 0 16px;
  }
  #headerLinks {
    display: none;
  }
  #headerIn .languageTrigger{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 55px;
  }
  #headerIn .languageTrigger img{
    height: 50px;
  }

#headerIn .langNav{
  width: 100%;
  display: none;
  width: 100%;
    box-sizing: border-box;
    padding: 25px 20px 30px;
    background: url(../img/bg_footer01.jpg) 0 0 repeat;
    top: 50px;
    left: 0;
}
#headerIn .langNav .langNav_item{
  margin: 0 auto 20px;
  float: none;
  width: 60%;
}
#headerIn .langNav .langNav_item:last-child{
  margin-bottom: 0;
}
#headerIn .langNav .langNav_item a{
  font-size: 13px;
  padding: 5px 20px;
  display: block;
  text-align: center;
}
}

@media screen and (max-width: 979px) {
  #headerIn {
    padding: 0 10px;
  }
  #headerLogo {
    padding: 8px 0 8px;
  }
  #headerLogo img {
    height: 34px;
  }
}

@media screen and (max-width: 510px) {
  #header h1 {
    display: none;
  }
}

/* !navbarToggle
---------------------------------------------------------- */

.navbarToggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  .navbarToggle img {
    height: 50px;
  }
}

/* !navbarCollapse
---------------------------------------------------------- */

.navbarCollapse {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 40px 60px;
  background: url(../img/bg_footer01.jpg) 0 0 repeat;
}

.navbarCollapse .link {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

.navbarCollapse .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
}

.navbarCollapse .link a+a {
  position: relative;
  margin: 0 0 0 70px;
}

.navbarCollapse .link a+a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background: #fff;
  left: -35px;
  top: 11px;
}

.navbarCollapse li a {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  padding: 25px 40px 25px 10px;
  border-bottom: 2px solid #fff;
}

.navbarCollapse li a:before {
  position: absolute;
  width: 28px;
  height: 16px;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/arr_down01.png) 0 0 no-repeat;
}

.navbarCollapse li:first-of-type a {
  border-top: 2px solid #fff;
}

@media screen and (max-width: 979px) {
  .navbarCollapse {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 20px 30px;
    background: url(../img/bg_footer01.jpg) 0 0 repeat;
  }
  .navbarCollapse .link {
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
  }
  .navbarCollapse .link a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
  }
  .navbarCollapse .link a+a {
    position: relative;
    margin: 0 0 0 35px;
  }
  .navbarCollapse .link a+a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    left: -17px;
    top: 50%;
    margin-top: -5px;
  }
  .navbarCollapse li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #fff;
    padding: 12px 20px 12px 5px;
    border-bottom: 1px solid #fff;
  }
  .navbarCollapse li a:before {
    position: absolute;
    width: 14px;
    height: 8px;
    content: "";
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url(../img/arr_down01.png) 0 0 no-repeat;
    background-size: 14px auto;
  }
  .navbarCollapse li:first-of-type a {
    border-top: 1px solid #fff;
  }
}

/* !breadcrumb
---------------------------------------------------------- */

.breadcrumb {
  /*margin-top: 189px;*/
  /*padding: 17px 0;*/
  padding: 9px 0;
  /*background: #f7f7f7;*/
  background: #eff1f3;
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 980px;
}

.breadcrumb ul li {
  position: relative;
  float: left;
  margin-right: 15px;
  font-size: 11px;
}

.breadcrumb ul li::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: -10px;
  margin-top: -8px;
}

.breadcrumb ul li:last-child {
  margin-right: 0;
}

.breadcrumb ul li:last-child::after {
  content: none;
}

.breadcrumb ul li.active {
  color: #444;
}

.breadcrumb ul li a {
  /*display: block;*/
  display: inline-block;
  color: #0067b5;
}

.breadcrumb ul li a+a {
  position: relative;
  margin-left: 10px;
}

.breadcrumb ul li a+a::after {
  position: absolute;
  content: ",";
  left: -6px;
}

@media screen and (max-width: 979px) {
  .breadcrumb {
    display: none;
  }
}

/* !mainimg
---------------------------------------------------------- */

#mainimg {}

/* !teaser
---------------------------------------------------------- */

#teaser {}

/* !breadcrumb
---------------------------------------------------------- */

#breadcrumb {}

#breadcrumb span {}

#breadcrumb span a {}

/* !gNavi
---------------------------------------------------------- */

#gNavi {
  margin-top: 119px;
  width: 100%;
  background: #008bd6;
}
#gNavi .inner {
  width: 100%;
  padding: 0;
}
#gNavi ul {
  text-align: center;
  line-height: 1;
  margin: 0;
  margin: 0 -1px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
/*
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
*/
}

#gNavi ul li {
/*
  display: inline-block;
  vertical-align: top;
*/
}

#gNavi ul li:first-of-type {
/*  float: left;*/
}

#gNavi ul li:last-of-type {
/*  float: right;*/
}

#gNavi ul li+li {
  /*margin-left: 60px;*/
  /*margin-left: 39px;*/
/*  margin-left: 45px;*/
/*  vertical-align: top;*/
}

#gNavi ul li a {
  display: table;
  position: relative;
/*  padding: 0 1.3vw;*/
}

#gNavi ul li a:hover {
  text-decoration: none;
}

#gNavi ul li a:hover:before, #gNavi ul li a.on:before {
  position: absolute;
  width: 100%;
  height: 4px;
  content: "";
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

#gNavi ul li a span {
  display: table-cell;
  white-space: nowrap;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  #gNavi ul li+li {
/*    margin-left: 52px;*/
  }
}

/* !contents
---------------------------------------------------------- */

#contents {}

#main {}

#side {}

/* !pageTop
---------------------------------------------------------- */

.pagetotop {
  position: fixed;
  right: 20px;
}

.pagetotop a {
  background: url(../img/bg_footer01.jpg);
  display: block;
  width: 80px;
  height: 80px;
  font-size: 0;
  border-radius: 100% 100%;
  position: relative;
}

.pagetotop a:before {
  display: block;
  background: url(../img/arr_up01.png);
  content: "";
  width: 28px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0px -14px;
}

@media screen and (max-width: 979px) {
  .pagetotop a {
    width: 40px;
    height: 40px;
  }
  .pagetotop a:before {
    width: 14px;
    height: 8px;
    margin: -4px 0 0 -7px;
    background-size: 14px 8px;
  }
}

/* !footer
---------------------------------------------------------- */

#footer {
  padding: 80px 0 0;
  background: url(../../common/img/bg_footer01.jpg) 0 0 repeat;
}

.footerIn {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.footerLogo {
  float: left;
  width: 290px;
  padding: 50px 50px 0 0;
  box-sizing: border-box;
  border-right: 1px dashed #fff;
}

.footerLogo .logo {
  margin-bottom: 62px;
}

.footerLogo .mailBox {
  width: 100%;
  display: table;
}

.footerLogo .mailBox a {
  display: table-cell;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}

.footerLogo .mailBox a .mail {
  display: inline-block;
}

.footerLogo .mailBox a .txt {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 12px;
}

.footerLinks {
  overflow: hidden;
}

.footerLinks ul {
  padding: 0 0 0 50px;
}

.footerLinks ul li {
  float: left;
  width: 30%;
}

.footerLinks ul li:first-child,
.footerLinks ul li:last-of-type {
  width: 35%;
}

.footerLinks ul li .tit {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}

.footerLinks ul li .tit a {
  color: #fff;
}

.footerLinks ul li .tit a:hover {
  text-decoration: none;
}

.footerLinks ul li .subTit {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.footerLinks ul li .subTit a {
  color: #fff;
}

.footerLinks ul li .subTit a:hover {
  text-decoration: none;
}

.footerLinks .tit+.tit {
  margin-top: 12px;
}

.footerLinks .subTit+.tit {
  margin-top: 12px;
}

@media screen and (max-width: 979px) {
  #footer {
    padding: 0;
    background: url(../../common/img/bg_footer02.jpg) 0 0 repeat;
  }
  .footerIn {
    max-width: 100%;
    padding: 0;
  }
  .footerNavi {
    text-align: center;
    padding: 46px 0;
    line-height: 1;
  }
  .footerNavi a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    padding: 0 30px;
  }
  .footerNavi a+a {
    position: relative;
  }
  .footerNavi a+a:before {
    position: absolute;
    width: 1px;
    height: 20px;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: #fff;
  }
  .footerContact {
    width: 100%;
    display: table;
  }
  .footerContact .telBox {
    display: table-cell;
    width: 50%!important;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    background: url(../img/bg_footertel.jpg) 0 0 repeat;
  }
  .footerContact .telBox a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  .footerContact .telBox span {
    display: inline-block;
    line-height: 1;
  }
  .footerContact .mailBox {
    display: table-cell;
    width: 50%!important;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    background: url(../img/bg_footermail.jpg) 0 0 repeat;
  }
  .footerContact .mailBox a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  .footerContact .mailBox span {
    display: inline-block;
    line-height: 1;
  }
}

@media screen and (max-width: 979px) {
  #footer {
    padding: 0;
    background: url(../../common/img/bg_footer02.jpg) 0 0 repeat;
  }
  .footerNavi {
    padding: 23px 0;
    line-height: 1;
    white-space: nowrap;
  }
  .footerNavi a {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    padding: 0 15px;
  }
  .footerNavi a+a {
    position: relative;
  }
  .footerNavi a+a:before {
    position: absolute;
    width: 1px;
    height: 10px;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: #fff;
  }
  .footerContact {
    width: 100%;
    display: table;
  }
  .footerContact .telBox {
    display: table-cell;
    width: 50%!important;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    background: url(../img/bg_footertel.jpg) 0 0 repeat;
  }
  .footerContact .telBox a {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
  }
  .footerContact .telBox span {
    display: inline-block;
    line-height: 1;
  }
  .footerContact .telBox span img {
    width: 26px;
  }
  .footerContact .mailBox {
    display: table-cell;
    width: 50%!important;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    background: url(../img/bg_footermail.jpg) 0 0 repeat;
  }
  .footerContact .mailBox a {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
  }
  .footerContact .mailBox span {
    display: inline-block;
    line-height: 1;
  }
  .footerContact .mailBox span img {
    width: 26px;
  }
}

#copyright {
  margin-top: 80px;
  width: 100%;
  background: #0067b5;
  padding: 28px 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 979px) {
  #copyright {
    margin-top: 0;
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 979px) {
  #copyright {
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
    padding: 15px 10px;
  }
}

/* !btnStyle
---------------------------------------------------------- */

.btnStyle01 {
  width: 100%;
}

.btnStyle01 a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #0067b5;
}

.btnStyle01 a span {
  display: inline-block;
  padding-left: 20px;
  background: url(../../common/img/arr_btnstyle01.png) left center no-repeat;
}

@media screen and (max-width: 979px) {
  .btnStyle01 a {
    display: block;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #0067b5;
  }
  .btnStyle01 a span {
    display: inline-block;
    padding-left: 13px;
    background: url(../../common/img/arr_btnstyle01@2x.png) left center no-repeat;
    background-size: 6px auto;
  }
}

/***PC 960px ~***/

/***IPAD 768px ~ 959px***/

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

/*** SP 480px ~ 767px***/

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

/*** SP 320px ~ 479px***/

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

#headerLinks {
  width: 530px;
}
#headerLinks .linkBox .telBox .time p {
  line-height: 31px;
}
#headerLinks .linkBox {
  overflow: visible;
}
.telBox .tel {
  margin-left: -30px;
}
.telBox .insta {
  float: left;
  margin-right: 10px;
}
.telBox img {
  margin-top: 3px;
  height: 26px;
}

.footerLogo {
  padding-top: 0;
}
.footerLogo .insta {
  margin-top: -40px;
  margin-bottom: 22px;
}
footer .insta a {
  display: block;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 979px) {

  footer .insta a {
      width: 40%;
      margin: 0 auto 20px;
  }
}


