@charset "UTF-8";
/*
Theme Name: 屋我地あんさんぶる
Theme URI: https://yagaji-ensemble.com/
Author: Kunihiko Tanahashi
Author URI:
Description: ACITAE, Inc.
Version: 1.0.0.0
License:
License URI: license.txt
Text Domain:
Domain Path: /languages/
Tags:
*/
/*--------------------------------------------------------------
	0.0 - config
--------------------------------------------------------------*/
/* 0.0.0 Path */
/* 0.1.0 color */
/* 0.4.0 units */
/* 0.3.0 fonts */
/* 2.2.0 Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix $browser: -webkit-, -moz-, -ms-, -o-, ''; */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*--------------------------------------------------------------
	1.0 - generic
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #101010;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background: white;
}

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

article {
  max-width: 75rem;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 75rem) {
  article {
    padding: 0 0.9375rem;
  }
}

/*--------------------------------------------------------------
	2.0 - header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: white;
  width: 100%;
}

header article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.25rem auto;
}

@media only screen and (max-width: 62rem) {
  header article {
    margin: 1.125rem 0;
  }
}

header article .logo {
  background: white;
  margin: 0;
  transition: all .5s ease-out;
}

header article .logo a img {
  width: auto;
  height: 3.75rem;
  display: block;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 62rem) {
  header article .logo a img {
    height: 2.8125rem;
  }
}

header article #menu_btn {
  display: none;
}

@media only screen and (max-width: 62rem) {
  header article #menu_btn {
    display: block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    z-index: 10001;
    padding: 0.9375rem 0;
    transform: translateY(-50%);
  }
}

header article #menu_btn .bar {
  position: relative;
  width: 1.875rem;
  height: 0.0625rem;
  background: black;
  transition: all .1s ease;
}

header article #menu_btn .bar::before, header article #menu_btn .bar::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  transition: all .3s ease;
}

header article #menu_btn .bar::before {
  transform: translateY(-0.5625rem);
}

header article #menu_btn .bar::after {
  transform: translateY(0.5625rem);
}

header article #menu_btn.close .bar {
  background: transparent;
}

header article #menu_btn.close .bar::before {
  transform: translateY(0) rotate(-45deg);
}

header article #menu_btn.close .bar::after {
  transform: translateY(0) rotate(45deg);
}

@media only screen and (max-width: 62rem) {
  header .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 175, 203, 0.9);
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
  }
}

header .menu .global {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  width: auto;
}

@media only screen and (max-width: 62rem) {
  header .menu .global {
    display: block;
    padding: 5.0625rem 0.9375rem 0;
  }
}

header .menu .global li {
  text-align: center;
  padding-left: 1.875rem;
}

@media only screen and (max-width: 62rem) {
  header .menu .global li {
    padding-left: 0;
  }
}

header .menu .global li a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media only screen and (max-width: 62rem) {
  header .menu .global li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 2;
  }
}

header .menu .global li a span {
  display: table;
  margin: auto;
  transition: all .5s ease-out;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 62rem) {
  header .menu .global li a span {
    margin: 0;
  }
}

header .menu .global li a span:first-child {
  color: #868686;
  font-size: 1.3125rem;
}

@media only screen and (max-width: 62rem) {
  header .menu .global li a span:first-child {
    color: #3E3E3E;
  }
}

header .menu .global li a span:last-child {
  color: #101010;
  font-size: 1.125rem;
}

@media only screen and (max-width: 62rem) {
  header .menu .global li a span:last-child {
    color: #3E3E3E;
    font-size: 0.75rem;
    margin-left: 0.9375rem;
  }
}

header .menu .global li a:hover span {
  color: #00AFCB;
}

header .menu .global li:first-child {
  padding-left: 0;
}

header .menu .global li.current-menu-item a span {
  color: #00AFCB;
}

@media only screen and (max-width: 62rem) {
  header .menu .global li.current-menu-item a span {
    color: #3E3E3E;
  }
}

/*--------------------------------------------------------------
	3.0 - slider
--------------------------------------------------------------*/
.sliders .slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.sliders .slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliders .slide .txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
}

.sliders .slide .txt h2 {
  color: white;
  font-size: 2.25rem;
  font-weight: 500;
  display: table;
  margin: 0 auto 3.75rem;
}

@media only screen and (max-width: 48rem) {
  .sliders .slide .txt h2 {
    font-size: 1.5rem;
  }
}

.sliders .slide .txt a {
  margin: 0 auto;
  font-size: 1.125rem;
  display: table;
  background: #00AFCB;
  border: 1px solid #00AFCB;
  color: white;
  padding: 0.375rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 48rem) {
  .sliders .slide .txt a {
    font-size: 0.875rem;
  }
}

.sliders .slide .txt a:hover {
  background: white;
  color: #00AFCB;
}

/*--------------------------------------------------------------
	4.0 - inquiry
--------------------------------------------------------------*/
.inquiry {
  position: relative;
  overflow: hidden;
  padding: 7.875rem 0;
  margin-top: 5.0625rem;
}

.inquiry img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inquiry article {
  display: table;
  padding: 5.625rem;
  width: auto;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

@media only screen and (max-width: 48rem) {
  .inquiry article {
    padding: 2.8125rem 1.875rem;
  }
}

.inquiry article h2 {
  margin: 0;
  font-weight: 300;
  font-size: 1.5rem;
}

@media only screen and (max-width: 48rem) {
  .inquiry article h2 {
    font-size: 1rem;
  }
}

.inquiry article p {
  font-size: 1.875rem;
  color: #00AFCB;
  margin: 0.9375rem 0 2.8125rem;
}

@media only screen and (max-width: 48rem) {
  .inquiry article p {
    font-size: 1.125rem;
  }
}

.inquiry article a {
  margin: 0.9375rem auto 0;
  font-size: 1.125rem;
  display: table;
  color: #3E3E3E;
  border: 1px solid #3E3E3E;
  padding: 0.375rem 1.875rem;
  text-decoration: none;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 48rem) {
  .inquiry article a {
    font-size: 0.875rem;
  }
}

.inquiry article a:hover {
  background: #00AFCB;
  border: 1px solid #00AFCB;
  color: white;
}

/*--------------------------------------------------------------
	5.0 - footer
--------------------------------------------------------------*/
footer {
  padding: 3rem 0;
  background: #00AFCB;
  position: relative;
}

@media only screen and (max-width: 48rem) {
  footer {
    padding: 3rem 0.9375rem;
  }
}

footer .ttl {
  text-align: center;
  margin-bottom: 3.75rem;
}

footer .ttl img {
  width: auto;
  height: 3.75rem;
}

@media only screen and (max-width: 48rem) {
  footer .ttl img {
    height: 2.8125rem;
  }
}

footer .signature {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 48rem) {
  footer .signature {
    font-size: 1.125rem;
  }
}

footer .signature address {
  margin: 2.8125rem 0 1.875rem;
  font-style: normal;
}

footer .signature p {
  margin: 0;
}

footer .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .sns ul li {
  padding: 0 1.875rem;
}

@media only screen and (max-width: 48rem) {
  footer .sns ul li {
    padding: 0 1.5rem;
  }
}

footer .sns ul li a {
  color: #101010;
  font-size: 3rem;
  line-height: 1;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 48rem) {
  footer .sns ul li a {
    font-size: 2.25rem;
  }
}

footer .sns ul li a:hover {
  color: white;
}

footer .top_btn {
  padding-top: 3.75rem;
  text-align: right;
}

footer .top_btn .scroll_top {
  text-decoration: none;
  color: #101010;
}

footer .top_btn .scroll_top i {
  margin-right: 0.75rem;
}

footer .copy {
  text-align: center;
  font-size: 0.625rem;
  padding-top: 1.875rem;
}

/*--------------------------------------------------------------
	6.0 - home
--------------------------------------------------------------*/
.home main .feature .common {
  position: relative;
  margin-top: 5.0625rem;
}

.home main .feature .common figure {
  width: calc(50% + 84px);
  display: block;
  margin: 0;
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common figure {
    width: 100%;
  }
}

.home main .feature .common figure img {
  width: 100%;
  height: auto;
  max-height: 37.5rem;
  object-fit: cover;
  display: block;
}

.home main .feature .common article {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common article {
    position: static;
    transform: translate(0, 0);
  }
}

.home main .feature .common article .inner {
  width: calc(50% - 84px);
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common article .inner {
    width: 100%;
  }
}

.home main .feature .common article .inner h2 {
  margin: 0 0 2.25rem;
  font-size: 2.25rem;
}

@media only screen and (max-width: 62rem) {
  .home main .feature .common article .inner h2 {
    font-size: 1.5rem;
    margin: 2.25rem 0 1.125rem;
    text-align: center;
  }
}

.home main .feature .common article .inner p {
  margin: 0 0 1rem;
}

.home main .feature .common article .inner p.more {
  margin: 1.5rem 0 0;
}

.home main .feature .common article .inner p.more a {
  display: table;
  text-decoration: none;
  color: #101010;
  background: #00AFCB;
  border: 1px solid #00AFCB;
  border-radius: 0.375rem;
  padding: 0.1875rem 1.5rem;
  transition: all .5s ease-out;
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common article .inner p.more a {
    margin: auto;
  }
}

.home main .feature .common article .inner p.more a:hover {
  background-color: white;
  color: #00AFCB;
}

.home main .feature .common.right figure {
  margin-left: auto;
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common.right figure {
    margin-left: 0;
  }
}

.home main .feature .common.right article .inner {
  padding-right: 1.875rem;
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common.right article .inner {
    padding-right: 0;
  }
}

.home main .feature .common.left figure {
  margin-right: auto;
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common.left figure {
    margin-right: 0;
  }
}

.home main .feature .common.left article .inner {
  padding-left: 1.875rem;
  margin-left: calc(50% + 84px);
}

@media only screen and (max-width: 48rem) {
  .home main .feature .common.left article .inner {
    padding-left: 0;
    margin-left: 0;
  }
}

.home main .news {
  padding-top: 5.0625rem;
}

.home main .news h2 {
  text-align: center;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}

@media only screen and (max-width: 48rem) {
  .home main .news h2 {
    font-size: 1.5rem;
    margin: 0 0 1.125rem;
  }
}

.home main .news .view_more {
  text-align: right;
}

.home main .news .view_more a {
  text-decoration: none;
  color: #101010;
  transition: all .5s ease-out;
}

.home main .news .view_more a i {
  margin-left: 0.375rem;
}

.home main .news .view_more a:hover {
  color: #00AFCB;
}

.home main .news .items {
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #00AFCB;
}

.home main .news .items li {
  border-top: 1px solid #00AFCB;
}

.home main .news .items li a {
  padding: 1.6875rem 0;
  display: block;
  text-decoration: none;
  color: #101010;
  transition: all .5s ease-out;
}

.home main .news .items li a i {
  margin-left: 1rem;
}

.home main .news .items li a:hover {
  color: #00AFCB;
}

.home main .news .items li a span {
  display: block;
}

@media only screen and (max-width: 48rem) {
  .home main .news .items li a span {
    font-size: 0.875rem;
  }
}

.home main .news .items li a span.ttl {
  font-size: 1.5rem;
}

@media only screen and (max-width: 48rem) {
  .home main .news .items li a span.ttl {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
	7.0 - Page
--------------------------------------------------------------*/
.sub main {
  padding-top: 8.25rem;
}

@media only screen and (max-width: 62rem) {
  .sub main {
    padding-top: 5.0625rem;
  }
}

/*--------------------------------------------------------------
	8.0 - single
--------------------------------------------------------------*/
.single main {
  padding-top: 8.25rem;
}

@media only screen and (max-width: 62rem) {
  .single main {
    padding-top: 5.0625rem;
  }
}

/*--------------------------------------------------------------
	9.0 - archive
--------------------------------------------------------------*/
.blog main {
  padding-top: 8.25rem;
}

@media only screen and (max-width: 62rem) {
  .blog main {
    padding-top: 5.0625rem;
  }
}

/*--------------------------------------------------------------
	10.0 - Search
--------------------------------------------------------------*/
.tag main,
.category main,
.search main {
  padding-top: 8.25rem;
}

@media only screen and (max-width: 62rem) {
  .tag main,
  .category main,
  .search main {
    padding-top: 5.0625rem;
  }
}
