@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Concert+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

html {
}

body, table, input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
	color: #3c0000;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.headerWrap {
    position: relative;
}

div.headerWrap header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

div.headerWrap header div.in {
    margin: 0 auto;
    width: 82.6%;
    position: relative;
    box-sizing: border-box;
}
div.headerWrap header div.in h1 {
  display:table;
}
div.headerWrap header div.in h1 a {
  display:table-cell;
  width:17.735vw;
  vertical-align:top;
}
div.headerWrap header div.in h1 a img {
  width:100%;
  vertical-align:top;
}
div.headerWrap header div.in h1 p {
    color: #1F1F1F;
    display: table-cell;
    vertical-align: top;
    padding-left: 49px;
    padding-top: 0.95vw;
    font-weight: normal;
    font-size: 1.4vw;;
}
div.headerWrap header div.in ul.sns {
    position:absolute;
    right: -2px;
    top: 0px;
}
div.headerWrap header div.in ul.sns li {
  display:inline-block;
  padding-left:10px;
}
div.headerWrap header div.in ul.sns li a img {
  width:4.454vw;
}

@media all and (max-width: 767px) {
	  .headerWrap {
        padding:0 15px
      }
      div.headerWrap {
        padding:0;
      }
    div.headerWrap header {
        top: 7px;
    }
      div.headerWrap header div.in {
        padding:0 15px;
          width: 100%;
          box-sizing: border-box;
      }
      div.headerWrap header div.in h1 {
        display:block;
      }
      div.headerWrap header div.in h1 a {
        vertical-align:initial;
        display:inline;
        width:50vw;
      }
      div.headerWrap header div.in h1 a img {
        width:50vw;
        vertical-align:initial;
      }
      div.headerWrap header div.in h1 p {
        display:block;
        padding:0;
        vertical-align:initial;
        font-size:12px;
        margin-top: 9px;
      }
      div.headerWrap header div.in ul.sns {
        top: 12px;
        right:15px;
      }
      div.headerWrap header div.in ul.sns li {
        padding-left:10px;
      }
      div.headerWrap header div.in ul.sns li a img {
        width:34px;
      }
      div.headerWrap div.topmain div.img {
        padding:0;
      }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
  
}
footer div.l {
  

}
footer div.l a img {
  
}
footer div.copys {
  
}
footer div.copys p {
  
}


@media all and (max-width: 767px) {
  
}

nav {
    padding: 7px 0;
  background:#B0DBD8;
}
nav ul {
  display:table;
  margin:0 auto;
}
nav ul li {
  display:table-cell;
  padding:0 29px;
  vertical-align:middle !important;
}
nav ul li a {
    padding: 11px 10px 11px 60px;
  color:#2769A1;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight:bold;
  font-size:1.71vw;
  line-height:1.18 !important;
  display:block;
  background:url(../../img/naviicon.png) left center no-repeat;
  background-size:50px auto;
  box-sizing:border-box;
    position: relative;

}

nav ul li a:before {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    height: 5px;
    bottom: 0;
    content: "";
    border-radius: 6px;
}

@media all and (max-width: 767px) {
     nav ul {
         margin: 0 39px;
         display: flex;
         flex-wrap: nowrap;
         justify-content: space-between;
    }
    nav ul li {
        vertical-align:top !important;
        box-sizing:border-box;
        padding:0;
  }
    
  nav ul li a {
      font-size:12px;
      line-height:1.1 !important;
      background-size:40px auto;
      padding: 38px 0 14px;
      text-align: center;
      background-position: center top;
  }
    
    nav ul li a::before {
        height: 3px;
    }
}

@media all and (max-width: 330px) {
     nav ul {
         margin: 0 25px;
    }
}

@media all and (min-width: 768px) and (max-width: 810px) {
    nav ul li {
        padding: 0 25px;
    }
    nav ul li a {
        font-size: 1.65vw;
        padding-left: 50px;
        background-size: 40px auto;
    }
}

.pagetop {
  position:fixed;
  bottom:190px;
  right:20px;
  z-index:5000;
}

 @media all and (max-width: 767px) { .pagetop {
    position:fixed;
    bottom:100px;
    right:20px;
    z-index:5000;
  }
}