/*
Theme Name: nary
*/

ul{margin-left:0;list-style: none;padding: 0;}.text50{ font-size: 50%;}.text60{ font-size: 60%;}.text70{ font-size: 70%;}.text80{ font-size: 80%;}.text90{font-size:90%;}.text100{font-size:100%;}.text110{font-size: 110%;}.text120{font-size: 120%; }.text130 {font-size:130%;}.text140 {font-size:140%;}.text150{font-size:150%;}.text160{font-size:160%;}.text170{font-size: 170%;}.text180 {font-size:180%;}.text190{font-size:190%;}.text200{font-size:200%; }.text250{font-size: 250%;}.text300{font-size: 300%;}.text350 {font-size: 350%;}.text400{font-size:400%;}.alpha7,.alpha8,.alpha9{transition:0.25s ease-in-out;}.alpha7:hover{filter:alpha(opacity=70);opacity:.7!important;}.alpha8:hover{filter:alpha(opacity=80);opacity:.8!important;}.alpha9:hover{filter:alpha(opacity=90);opacity:.9!important;}.scale img{transition:transform 0.2s ease-out;}.scale:hover img{transform:scale(1.02);}.scale-m img{transition:transform 0.25s ease-out;}.scale-m:hover img{transform:scale(1.07);}.scale-l img{transition:transform 0.3s ease-out;}.scale-l:hover img{transform:scale(1.12);}.cf:after{content:".";display: block;clear:both;height: 0;visibility:hidden;}.cf{min-height:1px;}* html .cf {height: 1px;/*  *//*/height:auto;overflow:hidden;/**/}.clear{clear:both;}.fw400{font-weight:400;}.fw500{font-weight:500;}.fw600{font-weight:600;}.fw700{font-weight:700;}.kome,.maru,.kaku,.hishi{display: block;position:relative;padding-left:1.3em;line-height:1.3;}.kome:before,.maru:before,.kaku:before,.hishi:before {position:absolute;left: 0;}.kome:before{content:"※";}.maru:before{content:"●";}.kaku:before{content:"■";}.hishi:before{content:"◆";}@media (-webkit-device-pixel-ratio: 2){.alpha7,.alpha8,.alpha9{transition:none !important;}.scale img,.scale-m img,.scale-l img{transition:none !important;}}
.w-space-s {letter-spacing: .15em;text-indent: .15em;}.w-space-m {letter-spacing: .3em;text-indent: .3em;}.w-space-l {letter-spacing: .5em;text-indent: .5em;}

html {
	margin-top: 0 !important;
}
body {
  font-size: 1.3vw;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  line-height: 2.2vw;
  color: #222;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-latin {
  font-family: 'Comfortaa', "Noto Sans Japanese",  "Kosugi Maru", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
}
.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
a.no-line {
  text-decoration: none;
}

.w-50 {
	width: 50%;
}
.text-blue {
  color: #2e9dd9;
}
.bg-blue {
  background-color: #2e9dd9;
}
.bg-blue-liner01 {
  background: linear-gradient(160deg, #aed6ec, #0095d4);
}
.bg-blue-liner02 {
  background: linear-gradient(-160deg, #aed6ec, #0095d4);
}
.text-blue {
  color: #2e9dd9;
}

.btn-blue {
	background-color:#2e9dd9;
	color: #fff;
}
.btn-blue:hover {
	background-color:#59acd9;
	color: #fff;
}


.link-btn{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #2e9dd9;
    padding: 10px 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #2e9dd9;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.link-btn:hover{
  background:#2e9dd9;
  color:#fff;
}


.link-btn::before{
  display: inline-block;	
  content:"";
  position: absolute;
   right: -50px;
    width: 100px;
    height: 35%;
    margin-left: 10px;
    border-bottom: 1px solid #2e9dd9;
    border-right: 1px solid #2e9dd9;
    transform: skew(45deg);
	transition: all .2s linear;
}

.link-btn:hover::before{
  right:-60px;
}

#header {
  height: 6vw;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1234;
}

.header-btn {
	width: 20vw;
}

#mv, #sv {
	z-index: 12;
	width: 100%;
  background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  overflow: hidden;
}
#mv-wrap {
  overflow: hidden;
}
#mv-cover {
  position: absolute;
  bottom: 0;
  right: 1vw;
  z-index: 1234;
  width: 25vw;
  max-width: 400px;
}
.other #mv {
  background-position: bottom center;
}
#lower-header h1 {
  position: absolute;
  top: 25vw;
  left: 0;
  width: 100%;
  z-index: 1234;
  text-align: left;
  padding-left: 5vw;
  font-size: 220%;
  text-shadow: 3px 3px 10px rgba(107, 67, 33,.6), -3px 3px 10px rgba(107, 67, 33,.6), 3px -3px 10px rgba(107, 67, 33,.6), -3px -3px 10px rgba(107, 67, 33,.6); 
}

.logo-area {
	text-align: center; 
  width: 20vw;
}
.logo-area a {
  font-size: 100%;
  position: absolute;
  top: 1vw;
  left: 1vw;
}
.logo-area img {
   width: 100%;
}
#header .main-nav {
  text-align: center;
}
#header .main-nav li {
  padding: 0 .2vw;
}
#header .nav-link {
  text-decoration: none;
  color: #2e9dd9;
  font-size: 90%;
  text-align: center;
  padding: 0 2vw;
  transition: 0.2s ease-in-out;
  line-height: 1;
	height: 2vw;
  font-weight: 600;
  position: relative;
}

#header .nav-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #2e9dd9;
}

#header li:first-child .nav-link:before{
  border-right: none;
}

#header .main-nav li#nav-info {
  border-width: 0;
}
#header .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  content: '';
  width: 60%;
  height: 2px;
  background-color: #2e9dd9;
  border-radius: .5vw;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
#header .nav-link:hover {
	color: #59acd9;
}



#header .nav-link:hover::after,
#header .nav-link.active::after {
  transform: scale(1);
}
#header .nav-restyle .nav-link {
  border: solid 1px #6b4321;
  border-radius: 1.5vw;
  font-size: 103%;
}
.nav-restyle img {
  width: 1.1vw;
  margin-right: .3vw;
}
.nav-restyle span {
  display: none;
}

.wp-pagenavi {
  margin: 3vw 0;
  text-align: center;
  font-family: 'Comfortaa', "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: inline-block;
  line-height: 1.1;
  padding: 4px 9px 1px;
  border: solid 1px #6b4321;
  border-radius: 3px;
  margin: 0 3px;
  color: #6b4321;
  text-decoration: none;
  font-size: 105%;
  font-weight: 600;
}
.wp-pagenavi span.current,
.wp-pagenavi > a:hover {
  background-color: #a87447;
  color: #fff;
  border: solid 1px #6b4321;
}
.nav-spacer {
	width: 1vw;
}


#footer-info ul li > div {
	height: 20rem;
	color: #2e9dd9;
	border: 3px solid #fff; 
}

#footer-info h2 {
	font-size: 120%;
	position: relative;
	color: #fff;
	font-weight: normal;
}


#footer-info h2:after {
  content: '';
  width: 20%;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 40%;
}




@media (min-width: 768px){

  #btn-inquiry {
    height: 3.6vw;
  }
  a.btn-effect,
  .btn-effect {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
    text-decoration: none;
    color: #6b4321;
    white-space: nowrap;
    z-index: 0;
    transition: 0.5s ease-in-out;
    overflow: visible;
    border: none;
    padding: 0 1.5vw;
  }
  .btn-effect::after {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #6b4321;
    border-radius: 8px;
    z-index: 2;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    border-top-width: 1px;
    transition: border-top-width 0.1s 0.2s, height 0.2s 0.1s, width 0.2s 0s, margin 0.2s 0s;
  } 
  .btn-effect:hover::after {
    width: 68%;
    height: 0px;
    border-width: 0px 1px 1px;
    margin: 0px 17%;
    transition: border-top-width 0.1s 0s, height 0.2s 0.1s, width 0.2s 0.2s, margin 0.2s 0.2s;
  }
}

#f-contact {
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
#f-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #0067a2, #62a8c8, #0067a2);
  z-index: -1;
}
#f-contact > div {
  position: relative;
  z-index: 123;
}
#f-contact .ttl-index,
#f-contact a {
  color: #fff;
}
#f-contact a.mail-link {
  border: solid 1px #fff;
  background-color: rgba(107, 67, 33,.7);
  text-shadow: none;
}
#footer-nav .nav-link,
.copy {
  color: #ffffff;
}
#footer-nav a.nav-link {
  text-decoration: underline;
  font-weight: 400 !important;
  padding: .4vw 0;
  font-size: 90%;
}
#footer-nav .nav-restyle img {
  display: none;
}
#footer-nav .nav-restyle span {
  display: inline;
}

@media (min-width: 768px){
  /*page-top*/
  #Pagetop {
    position:absolute;
    bottom: 17rem;
    right: 0;  
    cursor:pointer;
    z-index: 1234567;
    opacity: .7;
	line-height: 1;
	transform: rotate(-90deg);
  }

  #Pagetop p {
    font-size: 110%;
    padding: 0;
    margin: 0;
    color: #ffffff;
  }
	

.top-link::before {
  display: inline-block;	
  content:"";
  position: absolute;
   right: -110px;
    width: 100px;
    height: 50%;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
	transition: all .2s linear;
}

	

	
  #footer .nav-link i {
    line-height: 2vw !important;
  }
}

@media (min-width: 1200px){
  body {
    font-size: 1.15rem;
  }
  #mv h1 {
    bottom: 60px;
  }
}

@media (max-width: 767px){
  .container {
    max-width: 1000px !important;
  }
  body {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  .form-control {
    padding: .2vw;
  }
  #sv {
    height: 55vw !important;
    min-height: 0 !important;
  }
  #mv-cover {
    width: 40vw;
  }
  #mv h1 {
    top: 10vw !important;
    font-size: 170%;
  }
  #header {
    height: 0;
  }
  .logo-area {
    width: 85vw;
  }
  #header h1 {
    font-size: 75%;
    padding-bottom: 5px;
    padding-left: 10px;
    opacity: .7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #nav-area {
    width: 0;
  }
  #inquiry-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 160%;
    color: #ffffff;
    background-color: #2e9dd9;
    z-index: 123456;
    height: 14vw;
  }
  #inquiry-area > div {
    height: 100%;
  }
  #inquiry-area a,
  .navbar-toggle {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    line-height: 1;
  }
  .bm-text {
    font-size: 40%;
    position: absolute;
    top: 8.5vw;
    left: 0;
    width: 100%;
  }
  .tel-text {
    font-size: 100%;
  }
  .navbar-toggle {
    border: none;
    margin-top: 0;
    outline: none !important;
    color: #ffffff;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: .7vw;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 7vw;
    height: .7vw;
    display: block;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-toggle span {
    transition: all 0.5s;
    transform: rotate(0deg);
  }
  .navbar-toggle .top {
    transform: translateY(0px);
  }
  .navbar-toggle .bottom {
    transform: translateY(0px);
  }

  .navbar-toggle .icon-bar+.icon-bar {
      margin-top: 1.2vw;
  }
  .navbar-toggle.is-open .middle {
    background: rgba(0, 0, 0, 0);
  }
  .navbar-toggle.is-open .top {
    transform: rotate(-45deg) translateY(1.4vw) translateX(-1.3vw);
  }
  .navbar-toggle.is-open .bottom {
    transform: rotate(45deg) translateY(-1.4vw) translateX(-1.3vw);
  }
  
  #header .main-nav {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -14vw;
    white-space: nowrap;
    max-height: 100%;
    height: auto;
    z-index: 123456;
    padding: 3vw;
    opacity: 0;
    overflow: auto;
    background-color: #2e9dd9;
  }
  #header .main-nav li {
    margin: 1.5vw 0;
    padding: 0 2vw;
    border-right: 0;
  }
  #header .nav-link {
    padding: 3vw 0;
    text-align: center;
    width: 100%;
    font-size: 105%;
    height: auto;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #header .nav-link::after {
    border-radius: 1vw;
  }
  .nav-restyle img {
    width: 4vw;
    margin-right: 1vw;
  }
  
  .wp-pagenavi {
    margin: 6vw 0;
  }
  
  #footer {
    padding-bottom: 13.5vw;
  }
  #footer-nav a.nav-link {
    padding: .8rem 2.5vw;
  }
  #Pagetop {
    background-color: rgba(255,255,255,.2) !important;
  }
  #Pagetop p {
    background: transparent !important;
    text-shadow: none !important;
  }
}


@media (max-width: 575px){
  body {
    font-size: 3.7vw;
    line-height: 5vw;
  }
#header {
    height: 0;
}
}


