@charset "UTF-8";
/*--------------------------------------------
	HTML5 Reset ::style.css
	-------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer:http://ericmeyer.com
	HTML5 Doctor:http://html5doctor.com
	and the HTML5 Boilerplate:http://html5boilerplate.com
---------------------------------------------*/
/* Let's default this puppy out
--------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


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


/* Responsive images and other embedded objects
   Note:keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

.sp_device main{
    padding-bottom: 57px;
}
html {
  overflow-y: scroll;
}


ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}


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


a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}


del {
  text-decoration: line-through;
}


abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


th {
  font-weight: bold;
  vertical-align: top;
}


td {
  font-weight: normal;
  vertical-align: top;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


input, select {
  vertical-align: top;
}


pre {
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}


input[type="radio"] {
  vertical-align: text-bottom;
}


input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}


select, input, textarea {
  font: 99% sans-serif;
}


table {
  font-size: inherit;
  font: 100%;
}


a:hover, a:active {
  outline: none;
}


td, td img {
  vertical-align: top;
}


sub, sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}


pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}


.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}


button, input, select, textarea {
  margin: 0;
}


button {
  width: auto;
  overflow: visible;
}


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


img {
  vertical-align: bottom;
}


.clear:before, .clear:after {
  content: " ";
  display: table;
}


.clear:after {
  clear: both;
}


.clear {
  *zoom: 1;
}


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

Base Scss

-------------------------------------------*/
/*-------------------------------------------
Base Setting
-------------------------------------------*/
html {
  font-size: 62.5%;
}




body {
  width: 100%;
  background: #fff;
  min-width: 990px;
}


body.sp_device {
  min-width: inherit;
}


body, select, input, textarea, button {
    font-size: 1.4rem;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif;
    line-height: 1.5;
    color: #000000;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    -webkit-text-size-adjust: none;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a {
    color: #604c3f;
    cursor: pointer;
}


a:link {
  text-decoration: none;
}


a:visited {
  text-decoration: none;
}


a:hover, a:active {
  text-decoration: underline;
}


img {
  vertical-align: middle;
}


input, button, textarea, select {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


textarea {
  resize: vertical;
}


address {
  font-style: normal;
}


em {
  font-style: normal;
}


strong {
  font-weight: normal;
}


legend {
  display: none;
}


table {
  text-align: left;
  font-weight: normal;
}


th, td {
  font-weight: normal;
}


body {
  word-break: break-all;
  position: relative;
}


p > img {
  vertical-align: middle;
}


ol, li {
  list-style: none;
}

.bgCol01{
    background-color: #00a1e9!important;
}

.bgCol02{
    background-color: #604c3f!important;
}

.bgCol03{
    background-color: #e74340!important;
}

.bgCol04{
	background-color: #7bbee9!important;
}

/*-------------------------------------------
Header
-------------------------------------------*/
header {
    width: 100%; /* 幅いっぱいを指定 */
    height: 80px; /* 高さを--pxに指定 */
    background: #FFFFFF; /* 背景色にグレーを指定 */
    padding: 20px 50px; /* ヘッダーに上下左右それぞれ余白を指定 */
    box-sizing: border-box; /* padding分を含んで幅を100%にするため */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    display: flex; /* 中の要素を横並びにする */
    align-items: center; /* 中の要素を上下中央に並べる */
    border-bottom: 1px solid #604c3f;
    z-index: 20;
}

.brand {
    width: 20%;
}

.brandSP {
    width: 100%;
}
 
.site-header {
  position: relative;
}
 
.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem; }
@media (min-width: 600px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0; } }
      
@media (min-width: 600px) {
  .nav__wrapper {
    display: flex; } }
 
@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }
 
.nav__item a {
  display: block;
  padding: 1.5rem 1rem; }
 
/*.nav__toggle {
  display: none; }
  @media (max-width: 599px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } }*/
      
      
/*sp
----------------------------*/
#header .spNavWrap {
    border-top: solid 2px #604c3f;
    position: fixed;
    top: 60px;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    background: #fff;
    z-index: 2;
    /* background-color: white; */
    overflow: scroll;
}

#header .spNavWrap a {
  color: #604c3f;
}

#header .spNavBtn {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    background: url(../images/header/hamb_op.png) no-repeat center;
    background-size: contain;
}

#header .spNavBtn.active {
  background: url(../images/header/hamb_cl.png) no-repeat center;
  background-size: contain;
}

#header .spNav {
  display: block;
  position: relative;
  padding: 17px 38px 17px 20px;
  border-bottom: solid 1px #cccccc;
  font-size: 1.4rem;
}

#header .spNav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

#header .spNav.spNavAcco:after {
  width: 18px;
  height: 18px;
  background: url(../images/ico_pluse_01.png) no-repeat center;
  background-size: contain;
}

#header .spNav.spNavAcco.active:after {
  background: url(../images/ico_minus_01.png) no-repeat center;
  background-size: contain;
}

#header .spNav.spNavLink:after {
  width: 13px;
  height: 19px;
  background: url(../images/header/header_arrow_02_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavCnt {
  border-bottom: solid 1px #999999;
  background: #dff1fe;
  padding: 11px 34px;
}

#header .spNavCnt > li + li {
  border-top: solid 1px #999999;
}

#header .spNavCnt a {
  display: block;
  padding: 12px 7px 12px 0;
  position: relative;
  font-size: 1.3rem;
}

#header .spNavCnt a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 12px;
  margin: auto 0;
  background: url(../images/header/header_arrow_01_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavSearchBlock {
  background: #f2f2f2;
  padding: 20px 15px;
}

#header .spNavSearch {
  border: solid 1px #cccccc;
  padding: 10px 0 10px 17px;
  font-size: 1.3rem;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

#header .spNavSearch::-webkit-input-placeholder {
  color: #333333;
}

#header .spNavSearch:focus::-webkit-input-placeholder {
  color: transparent;
}

#header .spNavSearchBtn {
  display: inline-block;
  position: relative;
  line-height: 37px;
  width: 130px;
  color: #fff;
  padding-left: 30px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  background: #003596;
}

#header .spNavSearchBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: url(../images/header/header_ico_search_01_sp.png);
  background-size: contain;
}

#header .spNavBtmLinkBlock {
  padding: 20px 15px;
}

#header .spNavBtmLink a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  position: relative;
}

#header .spNavBtmLink a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 12px;
  margin: auto 0;
}

#header .spNavBtmLink_01 a {
  padding-left: 19px;
  padding-right: 20px;
  border: solid 2px #003596;
  color: #003596;
}

#header .spNavBtmLink_01 a:after {
  background: url(../images/header/header_arrow_03_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtmLink_02 a:after {
  background: url(../images/header/header_arrow_04_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtmLink_02 {
  margin-top: 15px;
}

#header .spNavBtmLink_02 a {
  padding-left: 21px;
  padding-right: 22px;
  background: #f0a235;
  color: #fff;
}


#header .spNavBtmLinkBlock_b {
  padding: 20px 15px;
}

#header .spNavBtmLink_b a {
	display: block;
	line-height: 20px;
	border-radius: 2px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .spNavBtmLink_b a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 12px;
  margin: auto 0;
}

#header .spNavBtmLink_03 a:after {
  background: url(../images/header/header_arrow_04_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtmLink_03 {
  margin-top: 15px;
}

#header .spNavBtmLink_03 a {
  padding-left: 21px;
  padding-right: 22px;
  background: #f0a235;
  color: #fff;
}
      
      
      
      
/*-------------------------------------------
Footer/フッター
-------------------------------------------*/
/** {
  margin: 0;
}*/

footer {
    height: auto;
    margin-bottom: 0px;
}

footer .container {
    /*max-width: 1200px;*/
    padding: 20px 20px;
    margin: 0 auto;
    background-color: #604c3f;
}


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

.footA {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footA p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}


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

.footB {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footB ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footB a {
  display: block;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  margin-right: 0px;
  
}

.footB a:hover {
  border-bottom: 3px solid #fff;
}

@media(min-width:1080px) {
  .footB ul {
    display: flex;
  }

  .footB a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

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

.footC {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footC ul {
  display: flex;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footC a {
  display: block;
  border-radius: 20px;
  padding: 5px;
  background-color: #000;
  font-size: 25px;
  color: #fff;
  width: 30px;
  height: 30px;
}

.footC a {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}


/*copy rights
-----------------------------*/

#footer .copyBlock {
    background-color: #604c3f;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
}

#footer .copyRights {
  color: #fff;
  font-size: 1.2rem;
}

/*sp
----------------------------*/

#footer .sp_device .copyBlock {
  padding-left: 25px;
  padding-right: 25px;
}

/*sp
----------------------------*/
#footer .spTopBtn {
  padding: 15px 17px;
  background: #fff;
}

#footer .spTopBtn a {
  display: block;
  background: #2e59a9;
  color: #fff;
  padding: 14px 0;
  text-align: center;
}


/*-- footer04 帯部分フッター -------*/
.footer04 {
    color: #FFFFFF;
    background: #604c3f;
    text-align: center;
    padding-top: 30px;
    height: 100px;
}

.footer04 a {
 color: #FFFFFF;
 text-decoration: none;
}
.footer04 a:hover {
 text-decoration: underline;
}
.footer04 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer04 .menu li {
 margin: 0;
 padding: 0 20px;
 border-right: 1px #FFFFFF solid;
}
.footer04 .menu li:last-child {
 border: none;
}
.footer04 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}

/*@media only screen and (max-width: 599px) {
.footer04 .menu {
 justify-content: flex-start;
}
.footer04 .menu li {
 width: 50%;
 box-sizing: border-box;
 border: none;
}
.footer04 .menu li:nth-child(odd) {
 border-right: 1px #808080 solid;
}
}*/

/*メニューをページ下部に固定*/
#sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
    margin-bottom: 0px;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューをみず色に*/
#sp-fixed-menu li:first-child{
   background: #7bbee9;
}

/*左側メニューをあか色に*/
#sp-fixed-menu li:last-child{
   background: #e74340;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}

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

/*--　フッター　コンタクトブロック　--*/
.footerContactBlock{
    margin-bottom: 13px;
    text-align: center;
    margin-top: -30px;
}

.footerContactBlock p{
    margin-top: 10px;
    margin-right: 0px;
}

.footerContactBlock img:hover{
    opacity: 0.5;
}


.sp_device .footerContactBlock{
    
    margin-bottom: 13px;
    text-align: left;
    width: 100%;
}

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

.nav_spFooter{
    text-align: center;
    height: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    font-size: 1rem;
}

.nav_spFooter li{
    list-style: none;
    display: inline-block;
}

.nav_spFooter li:not(:last-child){
    border-right: 2px solid #FFFFFF;
    clear: both;
}
/*-- nav_spFooter02 -------*/
.nav_spFooter02{
    text-align: center;
    height: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 1rem;
}

.nav_spFooter02 li{
    list-style: none;
    display: inline-block;
}

.nav_spFooter02 li:not(:last-child){
    border-right: 2px solid #FFFFFF;
    clear: both;
}

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

/*--SP フッター ブロック01 ---------------------------*/
.spFooterBlock {
    width: 100%;
    background-color: #604c3f;
    position: fixed;
    bottom: 0px;
    z-index: 0;
    height: 10%;
}


#footer .spFooterBlock.spContent .spFooterBlockInner {
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
    margin-bottom: 0px;
}
.spFooterBlock.spContent .spFooterBlockInner img {
    margin-bottom: 12px;
}
.spFooterBlock.spContent .spFooterBlockInner p {
    float: left;
    margin-left: 10px;
    font-size: 0rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.5rem;
}

/*--SP Footer ブロック02 ---------------------------*/
/*.spFooterBlock01 {
    width: 100%;
    background-color: #604c3f;
    position: fixed;
    bottom: 0px;
    z-index: 0;
    height: 10%;
}*/

.spFooterBlock01 {
    width: 100%;
    background-color: #604c3f;
    position: fixed;
    bottom: 0px;
    z-index: 0;
    height: 10%;
    
}

#footer .spFooterBlock01 .spContent .spFooterBlockInner01 {
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
}
.spFooterBlock.spContent .spFooterBlockInner01 img {
    margin-bottom: 12px;
}
.spFooterBlock.spContent .spFooterBlockInner01 p {
    float: left;
    margin-left: 10px;
    font-size: 0rem;
    font-weight: bold;
    color: #FFFFFF;
    
}
/* ----------------------------- */

/*--TELブロック---------------------------*/

.telBlock{
    text-align: center;
    margin-top: 37px;
}

.telBlock img{
    width: 600px;
}


/*js_back-top
----------------------------*/
#js_back-top{
  opacity: 0;
  position: fixed;
  bottom: 56px;
  right: 0;
  margin-top: -20px;
  z-index: 2;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  pointer-events: none;
}
#js_back-top.active{
  opacity: 1;
  pointer-events: auto;
}
#js_back-top a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0D6883;
    text-align: center;
}

#js_back-top a img{
  position: relative;
  top: 50%;
  width: 25px;
  margin-top: -25px;
}


/*js_back-top
----------------------------*/
.js_back-top{
    opacity: 1;
    position: fixed;
    bottom: 56px;
    right: 0;
    margin-top: -20px;
    z-index: 10;
    pointer-events: none;
}
.js_back-top.active{
  opacity: 1;
  pointer-events: auto;
}
.js_back-top a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.js_back-top a img{
  position: relative;
  top: 50%;
  width: 60px;
  margin-top: -25px;
}

/*modal
----------------------------*/
.modalWindow{
  display:none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
}
#cboxLoadedContent {
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  display: none;
}
#cboxContent {
  position: relative;
  padding: 15px 15px 70px 15px;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxClose {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  width: 50%;
  max-width: 164px;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 8px 1em;
  white-space: nowrap;
  background: #FFF;
  cursor: pointer;
}
#cboxClose:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  background: url(../images/ico_close_02.png) center center no-repeat;
  background-size: contain;
}
#cboxClose:active {
  outline: 0;
}
#cboxClose:hover {
  text-decoration:underline;
}
#cboxWrapper .closeIcon{
  position: absolute;
  top: -30px;
  right: 0;
}
#cboxWrapper .closeIcon a {
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #FFF;
  border-radius: 12px;
  text-indent: -9999px;
  background: url(../images/ico_close_01.png) center center no-repeat;
  background-size: 12px;
  overflow: hidden;
  z-index: 1;
}

.sp_device #cboxContent {
  padding: 10px 10px 60px 10px;
}
.sp_device #cboxClose {
  bottom: 10px;
}

.rBtnBlock{
    width: 60px;
    display: block;
    float: right;
    position: fixed;
    right: 0px;
    bottom: 10px;
    margin-right: 15px;
    z-index: 1000;
}

.sp_device .rBtnBlock{
    width: 60px;
    display: block;
    float: right;
    position: fixed;
    right: 0px;
    bottom: 40px;
    margin-right: 10px;
    z-index: 1000;
}

.rBtnBlock ul li {
    margin-bottom: 10px;
    text-align: center;
}

.mainVisual{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
}
