@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/* CSS Document */
/*
Theme Name: ichiya
 */
html{
  scroll-behavior: smooth;
}

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-weight: 500;
font-style: normal;
color: #1E62D9;
text-align: center;
letter-spacing: 0.15em;
line-height: 1.5;
}
img {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
.object-fit-img {
-o-object-fit: cover;
   object-fit: cover;
font-family: 'object-fit: cover;'
}
a {
text-decoration: none;
color: #1E62D9;
}
a {
-webkit-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
letter-spacing: 0.2em;
}
p {
line-height: 2em;
}
header{
position: relative;
}
.h-nav {
position: absolute;
top: 0;
left: 50%;
width: 94%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 12px 0;
z-index: 999;
}
.h-menu {
  color: #FFF;
  padding: 4px 16px;
  border-radius: 14px;
  }
.h-menu ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.h-menu ul li{
  margin: 0 8px;
}
.h-menu ul li a{
  border-radius: 15px;
  padding: 0 14px 3px;
  color: #FFF;
}
.nav-logo {
display: block;
max-width: 200px;
}
.gnav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
z-index: 999;
}
.gnav-box {
width: 90%;
margin: 0 auto;
}
.is-show {
-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
background: rgba(255,255,255,0.9);
-webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.2);
}
.gnav a {
color: #FFF;
}
.h-menu-btn,
.g-menu-btn {
width: 48px;
height: 48px;
position: fixed;
}
.menu-trigger {
display: inline-block;
width: 28px;
height: 22px;
vertical-align: middle;
cursor: pointer;
position: absolute;
bottom: 18px;
left: 32px;
z-index: 1005;
-webkit-transition: -webkit-transform .5s;
transition: -webkit-transform .5s;
-o-transition: transform .5s;
}
.menu-trigger span:nth-of-type(1),
.menu-trigger span:nth-of-type(2),
.menu-trigger span:nth-of-type(3) {
display: inline-block;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 2px;

-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.menu-trigger span:nth-of-type(2) {
top: 10px;
}
.menu-trigger span:nth-of-type(3) {
bottom: 0;
}
.menu-trigger span:nth-of-type(4) {
display: inline-block;
position: absolute;
top: 0;
left: 46px;
width: auto;
height: 24px;
text-transform: uppercase;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.bg-g span{
background-color: #ABABAB;
}
.menu-trigger.bg-n span{
background-color: #424683;
}


.close-btn {
position: absolute;
top: 48px;
right: 24px;
background: url("../img/close.png") no-repeat center;
background-size: 50%;
background-color: #ABABAB;
}
.wrapper {
position: relative;
}
.overlay {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
z-index: 1001;
opacity: 0;
-webkit-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: .9;
}
#content {
height: 100%;
min-height: 100vh;
overflow: hidden;
}
.inner {
width: 94%;
max-width: 1200px;
margin: 0 auto;
}
.reform_bg {
background: url("../img/reform_bg1.jpg") no-repeat center;
background-size: cover;
}
.disman_bg {
background: url("../img/disman_bg1.jpg") no-repeat top center;
background-size: cover;
}
.deli_bg {
background: url("../img/deli_bg1.jpg") no-repeat center;
background-size: cover;
}
.about_bg {
background: url("../img/about_bg1.jpg") no-repeat bottom center;
background-size: cover;
}
.contact_bg {
background: url("../img/contact_bg1.jpg") no-repeat center;
background-size: cover;
}
.info_bg {
background: url("../img/info_bg1.jpg") no-repeat center;
background-size: cover;
}
.txt-bg_b {
	background: -o-linear-gradient(transparent 40%, #1E62D9 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #1E62D9));
    background: linear-gradient(transparent 40%, #1E62D9 0%);
	padding: 4px 8px;
}
.en {
font-family: 'Open Sans', sans-serif;
font-style: italic;
text-transform: uppercase;
letter-spacing: 0.2em;
}
.ttl-big,
.ttl-m {
font-weight: 800;
}



.ttl-m {
letter-spacing: 0.2em;
}
.fc-w {
color: #FFF;
}
.fc-r {
color: #FF0000;
}
.btn-w {
display: block;
position: relative;
width: 240px;
margin: 24px auto 16px;
padding: 8px;
background: #FFF;
text-align: center;
}
.btn-w::after{
position: absolute;
content: '';
bottom: 6px;
right: 6px;
width: 16px;
height: 16px;
background: url("../img/btn_icon.png") no-repeat center;
}
.btn-b {
display: block;
position: relative;
width: 240px;
margin: 24px auto 16px;
padding: 8px;
background: -webkit-gradient(linear,left top, left bottom,from(#1B299E),to(#1C60E9));
background: -o-linear-gradient(#1B299E,#1C60E9);
background: linear-gradient(#1B299E,#1C60E9);
color: #FFF;
text-align: center;
}
.btn-b::after{
position: absolute;
content: '';
bottom: 6px;
right: 6px;
width: 16px;
height: 16px;
background: url("../img/btn_icon2.png") no-repeat center;
}
.btn-b2 {
display: block;
position: relative;
width: 240px;
margin: 24px auto 16px;
padding: 8px;
background: #FFF;
border: solid 2px #1E62D9;
text-align: center;
}
.btn-b2::after{
position: absolute;
content: '';
bottom: 6px;
right: 6px;
width: 16px;
height: 16px;
background: url("../img/btn_icon.png") no-repeat center;
}
.box-flex > div {
max-width: 560px;
margin: 24px auto 16px;
}
.contents_block {
padding: 16px 0;
}
.contents_block p{
padding-top: 8px;
}
.block_item {
width: 90%;
margin: 0 auto;
}
#Contact {
width: 90%;
max-width: 560px;
padding: 16px 0;
border: solid 5px #1B299E;
}
#footer {
background: url("../img/footer_bg.jpg") no-repeat center;
background-size: cover;
}
#footer,
#footer a{
color: #fff;
}
#footer .inner{
padding: 48px 0;
}
.f-content {
width: 90%;
margin: 0 auto;
}
#footer .ttl-big {
display: block;
margin-bottom: 8px;
}
#footer small {
display: block;
width: 100%;
padding: 8px 0;
background: #434343;
font-size: 12px;
}
#Contact a {
color: #1E62D9;
}
/*Pagenation*/
.pagination {
	padding: 48px 0;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    max-width: 240px;
	margin: auto;
}
.pagination li {
    float: left;
    list-style: none outside none;
    margin-left: 4px;
	display: block;
	padding: 8px;
	background: none repeat scroll 0 0 #1E62D9;
	color: #FFFFFF;
	font-size: 14px;
}
.pagination li:first-child {
    margin-left: 0;
}
.pagination li.current {
	background-color: #434343;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 8px;
	font-size: 14px;
}
.prev a,
.next a{
	color: #1E62D9 !important;
	background-color: #fff !important;
}
@media screen and (max-width: 560px){
.sp-dn {
display: none;
}
.pc-dn {
display: block;
}
.gnav-box {
padding: 8px 0;
}
.h-menu-btn {
top: 8px;
right: 5%;
}
.g-menu-btn {
top: 8px;
left: 0;
}
.nav-logo {
height: 36px;
width: auto;
}
.nav-logo img{
height: 36px;
width: auto;
}
.gnav .nav-logo {
margin: auto;
}

.g-menu-btn .menu-trigger {
left: 12px;
}
.close-btn {
width: 24px;
height: 24px;
border-radius: 100%;
}
.ttl-big {
font-size: 2em;
}
.ttl-m {
font-size: 1.3em;
}
}
@media screen and (min-width: 561px) {
.pc-dn {
display: none;
}
.box-flex2_1,
.box-flex3_1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gnav-box {
padding: 12px 0;
}

.close-btn {
width: 36px;
height: 36px;
border-radius: 100%;
}
}
@media (min-width:561px) and (max-width:959px){
.box-flex3_1 > div{
width: 49%;
}
.h-menu-btn {
top: 8px;
right: 0;
}
.g-menu-btn {
top: 0;
right: 0;
}
.g-menu-btn {
top: 12px;
}
.menu-trigger {
width: 27px;
height: 21px;
top: 14px;
left: 12px;
}
.menu-trigger span {
height: 3px;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
top: 9px;
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span:nth-of-type(4) {
font-size: 12px;
left: 36px;
}
.ttl-big {
font-size: 2em;
}
.ttl-m {
font-size: 1.6em;
}
}
@media screen and (max-width: 959px){
body {
font-size: 14px;
}
.gnav-img {
display: none;
}
.h-menu {
display: none;
}
#footer small {
font-size: 10px;
}
}
@media screen and (min-width: 960px){
  a[href^="tel:"] {
  pointer-events: none;
  }
  body {
  font-size: 16px;
  }
  .box-flex3_1 > div{
  width: 32%;
  }
  .gnav a {
  padding: 16px;
  }
  .h-menu-btn {
  display: none;
  }
  .g-menu-btn {
  top: 36px;
  right: 10%;
  }
  .gnav-box ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .btn{
  width: 120px;
  margin: 36px auto 16px;
  }
  .box-flex > div {
  width: 50%;
  }
  .ttl-big {
  font-size: 2.4em;
  }
  .ttl-m {
  font-size: 1.6em;
  }
  #Contact {
  margin: 60px auto;
  }
  .f-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  #footer small {
  font-size: 12px;
  }
  /*hover*/
  a:hover{
  opacity: 0.7;
  }
  .h-menu a:hover,
  .f-nav a:hover {
  background-color: rgba(255,255,255,.3);
  opacity: 1;
  }
}
