@charset "utf-8";
/*
Theme Name: ctdkyoto_theme
Theme URI: https://miyabito-web.com
Description: Official theme
*/
/*--------------------
base
---------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #333333;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 2;
}
a {
  color: #333;
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #333333;
  font-size: 2.2rem;
  border: 2px solid #c3c3c3;
  border-radius: 3px;
}
p {
  font-size: 2.0rem;
}
ul {
  list-style: none;
}
.pcbr {
  display: block;
}
.smpbr {
  display: none;
}
.smpbr2 {
  display: none;
}
.smpbr3 {
  display: none;
}
a.toprivacy {
  color: #243985;
  text-decoration: underline;
}
@media screen and (max-width:970px) {
  .smpbr2 {
    display: block;
  }
}
@media screen and (max-width:767px) {}
@media screen and (max-width:768px) {
  .pcbr {
    display: none;
  }
  .smpbr {
    display: block;
  }
  .smpbr2 {
    display: block;
  }
  .smpbr3 {
    display: none;
  }
}
@media screen and (max-width:414px) {
  .pcbr {
    display: block;
  }
  .smpbr {
    display: block;
  }
  .smpbr2 {
    display: block;
  }
  .smpbr3 {
    display: block;
  }
}
/* ================================================================================
	ヘッダーメニュー
================================================================================ */
/*--------------------
header,nav,footer
---------------------*/
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 20px 20px 16px;
  border-top: 1px solid #e2dede;
  /*    border-bottom: 1px solid #e2dede;*/
  background-color: #fff;
}
.header-inner {
  padding: 0;
  position: relative;
}
.header-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  box-sizing: border-box;
  width: 100%;
  height: 120%;
  padding: 120px 0 0;
  background-color: rgba(255, 255, 255, 0.97);
}
.site-title {
  width: 256px;
  background-color: #fff;
}
/* nav */
.btn-trigger {
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 100;
  width: 40px;
  padding: 0;
  border: none;
  background-color: #fff;
  white-space: nowrap;
}
use {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
.btn-trigger.active use:nth-of-type(1) {
  -webkit-transform: translateY(30px) rotate(-45deg);
  transform: translateY(30px) rotate(-45deg);
}
.btn-trigger.active use:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active use:nth-of-type(3) {
  -webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
  transform: translateX(35px) translateY(-15px) rotate(45deg);
}
.nav-list {
  margin: 0;
}
.nav-list:last-of-type {
  margin: 0 0 -24px;
}
.nav-item {
  margin: 0 0 0;
}
.nav-item > a {
  color: #000;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 900;
}
.sns {
  font-size: 3.0rem;
  color: #777;
}
h1.smplogo {
  display: none;
}
@media screen and (max-width:822px) {
  .site-title {
    width: 120px;
    background-color: #fff;
  }
}
@media screen and (max-width:822px) {
  h1.smplogo {
    display: block;
    margin: 0 auto 32px;
    width: 40%;
  }
  .nav-list {
    margin: 0;
  }
  .nav-list:last-of-type {
    margin: 0 0 -24px;
  }
  .nav-item {
    margin: 0 0 24px;
    text-align: center;
  }
  .nav-item > a {
    color: #000;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 900;
  }
  .sns {
    font-size: 3.0rem;
    color: #777;
  }
}
/* footer */
.footer {
  padding: 75px 0 75px;
  background-color: #fff;
  color: #626262;
}
.footer .logo {
  max-width: 75px;
  margin: 0 auto 55px;
}
.btn-pageTop {
  display: none;
}
.address {
  margin: 0 0 75px;
  font-size: 1.3rem;
  line-height: 2.1;
}
.copyrights {
  font-size: 1.1rem;
}
/*--------------------
btn
---------------------*/
.btn-outer {
  padding: 0 56px;
}
.btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  border-radius: 0;
  background-color: #444;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.btn:after {
  position: relative;
  left: 16px;
  content: "\f105";
  font-family: FontAwesome;
}
.btn-maps:before {
  position: relative;
  left: -16px;
  content: "\f041";
  font-family: FontAwesome;
}
.btn-maps:after {
  content: none;
}
.inq_item {
  font-size: 2.0rem;
  font-weight: 700;
  padding-top: 24px;
}
.inq_submit {
  padding-top: 32px;
}
.center {
  text-align: center;
}
@media screen and (min-width:890px) {
  /*--------------------
    parts
    ---------------------*/
  .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  .section-head {
    padding: 80px 0;
  }
  /*--------------------
    header,nav,footer
    ---------------------*/
  /* header */
  .header {
    height: 90px;
    padding: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .home .header {
    position: static;
  }
  .header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100;
    animation: nyuru 0.5s;
  }
  @keyframes nyuru {
    0% {
      margin-top: -64px;
    }
    100% {
      margin-top: 0;
    }
  }
  .header-inner {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .site-title {
    position: static;
    box-sizing: border-box;
    z-index: 999;
  }
  .toinquiry li {
    align-self: center;
  }
  .toinquiry li a {
    background-color: #243985;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 40px 40px 18px 40px;
    border-radius: 10px;
    margin-right: 8px;
  }
  /* navigation */
  .btn-trigger {
    display: none;
    position: static;
  }
  .header-nav {
    display: block !important;
    position: static;
    height: 70px;
    width: auto;
    padding: 0;
  }
  .navigation {
    -webkit-display: flex;
    display: flex;
  }
  .nav-list {
    -webkit-display: flex;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .footer .nav-list {
    margin: 0 0 24px;
  }
  .header .nav-list:last-of-type {
    margin: 0 0 0 38px;
  }
  .nav-item {
    margin: 0 0 0 30px;
  }
  .header .nav-item > a {
    display: block;
    box-sizing: border-box;
    height: 62px;
    line-height: 62px;
  }
  .nav-item.current > a {
    /*    color: #aaa;
    border-bottom: solid 2px #aaa;*/
  }
  .nav-item:first-child {
    margin-left: 0;
  }
  .nav-item__sns {
    margin-left: 24px;
  }
  .sns {
    font-size: 1.8rem;
  }
  .footer {
    position: relative;
    padding: 80px 0;
  }
  .footer .logo {
    margin: 0 auto 64px;
  }
  .btn-pageTop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #bababa;
  }
  .btn-pageTop > a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 44px;
    height: 44px;
    text-indent: 100%;
    white-space: nowrap;
  }
  .btn-pageTop > a:before {
    position: absolute;
    top: 50%;
    left: 0%;
    content: "\f077";
    font-family: FontAwesome;
    color: #222;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .btn-pageTop > a:hover:before {
    top: 40%;
  }
  /*--------------------
    btn
    ---------------------*/
  .btn {
    width: 240px;
  }
  .btn-maps-outer {
    padding: 8px 50px;
  }
}
@media screen and (min-width:1140px) {
  .header-inner {
    padding: 0;
  }
}
@media screen and (min-width:769px) {
  .site-title {
    width: 270px;
  }
}
@media screen and (max-width:822px) {
  .site-title {
    width: 95px;
  }
  .logo {
    position: absolute;
    width: 40%;
    z-index: 99;
    background-color: #fff;
  }
  .toinquiry li a {
    background-color: #005bac;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    padding: 8px;
    display: block;
    width: 80%;
    margin: 40px auto;
    border-radius: 500px;
  }
}
@media screen and (max-width:768px) {
  .logo {
    position: absolute;
    width: 50%;
    z-index: 99;
    background-color: #fff;
  }
}
/* ================================================================================
	ページタイトル周辺
================================================================================ */
/*--------------------
   トップページ
    ---------------------*/
.topmain {
  width: 100%;
  height: 720px;
  background-image: url(images/main.jpg);
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  background-repeat: repeat-x;
}
.topmain-inner {
  max-width: 1160px;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 8px;
}
.topmain-contents {
  padding-bottom: 232px;
}
.topmain h1.main {
  color: #000000;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 16px;
  text-align: left;
}
.topmain h1.sub {
  color: #000000;
  font-size: 2.2rem;
  line-height: 1;
}
.topmain h1 span {
  background-color: #ebce45;
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px;
}
.topslider-outer {
  position: relative;
  padding-top: 0;
}
.topslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:890px)and (max-width:970px) {
  .topmain h1 {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0px 0px 10px hsl(0deg 0% 0% / 80%);
    font-size: 4.0rem;
    text-align: center;
    line-height: 1.5;
    padding: 70px 0 32px 0;
  }
  .topmain {
    height: 485px;
  }
}
@media screen and (min-width:822px)and (max-width:890px) {
  .topmain h1 {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0px 0px 10px hsl(0deg 0% 0% / 80%);
    font-size: 4.0rem;
    text-align: center;
    line-height: 1.5;
    padding: 150px 0 32px 0;
  }
  .topmain {
    height: 600px;
  }
}
@media screen and (min-width:768px) and (max-width:822px) {
  .topmain {
    height: 680px;
  }
}
@media screen and (max-width:768px) and (max-width:822px) {
  .topmain {
    height: 780px;
  }
}
@media screen and (max-width:768px) {
  .topmessage {
    /*    position: relative;
*/ z-index: 10;
    max-width: 1160px;
    width: 100%;
  }
  .topmain {
    height: 70vh;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    margin-bottom: 80px;
  }
  .topmain-box {
    max-width: 920px;
    margin: 0 auto;
  }
  .topmain-contents {
    padding: 0 16px 54px 16px
  }
}
@media screen and (max-width:768px) {
  .topmain h1 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 2.8rem !important;
    text-align: left;
    line-height: 1.4 !important;
    padding: 0;
  }
  .topmain h1.sub {
    color: #000000;
    font-size: 2.0rem !important;
    line-height: 1;
  }
  .topmain-inner {
    height: 70vh;
  }
}
@media screen and (max-width:768px) {
  input, textarea {
    width: 92%;
  }
  p {
    font-size: 1.6rem;
  }
  .pagemain {
    width: 100%;
    height: 420px;
    background-image: url(images/main_gra.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .pagemain h1 {
    width: 100%;
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0px 0px 10px rgba(77, 77, 77, 1.00);
    font-size: 3rem;
    text-align: center;
    line-height: 2;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
  }
  /*  .pagemain-h1-category {
    width: 30%;
  }*/
}
/* ================================================================================
	各コンテンツレイアウト
================================================================================ */
section {
  margin-bottom: 128px;
  overflow: hidden;
}
h2.section-title {
  max-width: 1160px;
  text-align: center;
  font-size: 3.4rem;
  margin: 0 auto 72px auto;
}
h2.section-title-c {
  padding-top: 82px;
  margin-bottom: 40px;
}
.box00 {
  max-width: 1160px;
  margin: 0 auto 0px auto;
}
.boxinquiry {
  max-width: 860px;
  margin: 0 auto 0px auto;
}
.bkwhite {
  background-color: #fff;
}
.box00-paddingbottom {
  padding-bottom: 128px;
}
.boxflow {
  max-width: 1084px;
  margin: 0 auto 0px auto;
  padding: 48px 0;
  margin-bottom: 100px;
  border-radius: 10px;
  position: relative;
}
.boxflow-bkleft::after {
  content: "";
  display: block;
  position: absolute;
  width: 180%;
  height: 100%;
  background-color: #a0d8ef;
  top: 0;
  left: -50vw;
  z-index: -2;
  visibility: visible;
  border-radius: 10px;
}
.boxflow-bkright::after {
  content: "";
  display: block;
  position: absolute;
  width: 180%;
  height: 100%;
  background-color: #a0d8ef;
  top: 0;
  right: -50vw;
  z-index: -2;
  visibility: visible;
  border-radius: 10px;
}
.boxflow-inner {
  max-width: 890px;
  margin: 0 auto 0px auto;
  border-radius: 5px;
  padding: 60px 16px 60px 16px;
  border: 10px solid #005bac;
}
.box-color-white {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 24px;
  padding-right: 24px;
}
.box-color-white-inline {
  padding: 32px 24px 40px;
  margin: 0 auto 0px auto;
  border-radius: 10px;
  box-sizing: border-box;
}
.box-inquiry {
  max-width: 720px;
  margin: 0 auto;
}
.b50 {
  width: 50%;
  box-sizing: border-box;
}
.company-bk {
  background-color: #e5ebee;
  padding-bottom: 88px;
}
@media screen and (max-width:820px) {
  section {
    margin-bottom: 96px;
  }
  h2.section-title {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 24px auto;
  }
  .box00, .boxinqury {
    max-width: 100%;
    margin: 0 auto 16px auto;
    padding: 0 16px;
  }
  .bkwhite {
    width: 80%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .boxflow {
    max-width: 100%;
    margin: 0 auto 0px auto;
    padding: 48px 24px;
    margin-bottom: 100px;
    border-radius: 10px;
    position: relative;
  }
  .boxflow-bkleft::after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #a0d8ef;
    top: 0;
    left: -50vw;
    z-index: -2;
    visibility: visible;
    border-radius: 10px;
  }
  .boxflow-bkright::after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #a0d8ef;
    top: 0;
    right: -50vw;
    z-index: -2;
    visibility: visible;
    border-radius: 10px;
  }
  .box-color-white-inline {
    padding-bottom: 16px;
    border-radius: 0px;
  }
  .box-inquiry {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 16px 0 16px;
  }
  .flex1 {
    display: block;
  }
  .b50, .box .notice {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
  }
}
/* ごあいさつ */
.goaisatsu {
  background-image: url("images/seciton-bk.png");
  background-repeat: repeat-y;
}
.goaisatsu-inner {
  display: flex;
}
h2.goaisatsu-title {
  font-size: 3.4rem;
  text-align: center;
  padding-bottom: 72px;
}
.goaisatsu-block p {
  font-size: 1.8rem;
}
.goaisatsu-block {
  width: 50%;
  padding: 72px 24px 48px;
}
.goaisatsu-block-right {
  padding-top: 32px;
  padding-bottom: 32px;
}
.goaisatsu-block-right img {
  width: 100%;
}
.goaisatsu-block-left {
  background-color: #e5ebee;
}
@media screen and (max-width:820px) {
  .goaisatsu-inner {
    display: block;
  }
  h2.goaisatsu-title {
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 16px;
  }
  .goaisatsu-block p {
    font-size: 1.8rem;
  }
  .goaisatsu-block {
    width: 100%;
    padding: 24px 0px 16px;
  }
  .goaisatsu-block-right {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .goaisatsu-block-right img {
    width: 100%;
  }
  .goaisatsu-block-left {
    background-color: #e5ebee;
  }
}
.products {
  display: flex;
  margin-bottom: 128px;
}
.products-left {
  justify-content: flex-start;
}
.products-right {
  justify-content: flex-end;
}
.products-block {
  width: 60%;
  height: 400px;
  position: relative;
  background-color: #f7f7f7;
  padding: 16px;
}
.products-title {
  display: flex;
  margin-bottom: 24px;
}
.products-title h3 {
  width: 50%;
  align-self: center;
  text-align: center;
  font-size: 3.2rem;
}
.products-title img {
  width: 50%;
}
.item-left::after {
  content: "";
  display: block;
  width: 500%;
  height: 400px;
  background-color: #e5ebee;
  position: absolute;
  z-index: -1;
  top: 85px;
  right: 400px;
}
.item-right::after {
  content: "";
  display: block;
  width: 500%;
  height: 400px;
  background-color: #e5ebee;
  position: absolute;
  z-index: -1;
  top: 85px;
  left: 400px;
}
.item-choice {
  display: flex;
  justify-content: space-between;
}
.item-choice li {
  width: 30%;
  text-align: center;
}
.item-choice li h3 {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width:820px) {
  .products {
    display: block;
    margin-bottom: 128px;
  }
  .products-left {
    justify-content: center;
  }
  .products-right {
    justify-content: center;
  }
  .products-block {
    width: 90%;
    height: auto;
    position: relative;
    background-color: #f7f7f7;
    padding: 16px;
  }
  .products-title {
    display: block;
    margin-bottom: 24px;
  }
  .products-title h3 {
    width: 100%;
    align-self: center;
    text-align: center;
    font-size: 3.2rem;
  }
  .products-title img {
    width: 100%;
  }
  .item-left::after {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background-color: #e5ebee;
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
  }
  .item-right::after {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background-color: #e5ebee;
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
  }
  .item-choice {
    display: block;
    justify-content: space-between;
  }
  .item-choice li {
    width: 100%;
  }
  .item-choice li h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
/* ================================================================================
	地図
================================================================================ */
.map-outer {
  position: relative;
  padding-top: 75%;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width:768px) {
  .map-outer {
    position: relative;
    padding-top: 75%;
  }
  .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 64px;
  }
}
/* ================================================================================
	フッター
================================================================================ */
footer {
  height: 200px;
  border-top: 16px solid #e5ebee;
  padding-top: 64px;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.footer-info h1 {
  font-size: 2.2rem;
  padding-bottom: 16px;
}
.footer-info p {
  font-size: 1.6rem;
  padding-bottom: 8px;
  text-align: left;
}
.footer-copy p {
  font-size: 1.4rem;
}
@media screen and (max-width:822px) {
  footer {
    height: 120px;
    padding-top: 16px;
  }
  .footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: block;
    padding: 0 16px;
  }
  .footer-info h1 {
    font-size: 1.8rem;
    padding-bottom: 44px;
    padding-top: 16px;
  }
  .footer-info p {
    font-size: 1.4rem;
    padding-bottom: 8px;
    text-align: left;
  }
  .footer-copy p {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 64px;
  }
  .nomigibier, .lbr {
    margin-top: 64px;
  }
}
/* ================================================================================
	ご利用について・各種お問い合せ
================================================================================ */
.inquirybox {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.inquirybox--inner {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 8px 16px 8px;
  margin-right: 32px;
  background-color: #a0d8ef;
  border-radius: 10px;
}
.inquirybox--inner2 {
  padding: 16px;
  background-color: #fff;
  border-radius: 0px 0px 7px 7px;
  position: relative;
}
.inquirybox--inner2 li {
  height: 24vh;
  padding: 0 0 16px 16px;
}
.inquirybox--inner2 p {
  font-size: 1.8rem;
}
.inquirybox--inner:last-child {
  margin-right: 0px;
}
.inquirybox--inner h3 {
  background-color: #a0d8ef;
  text-align: center;
  font-size: 2.6rem;
  color: #005bac;
  padding: 16px 0;
}
.inquirybox--inner ol {
  background-color: #fff;
  padding: 0px 8px 32px 24px;
  font-size: 1.8rem;
}
.inquirybox--inner2 h3 {
  text-align: left;
  background-color: hsla(0, 0%, 100%, 0.00);
  font-size: 2.2rem;
  color: #005bac;
  padding: 24px 0 0 0;
}
a.inquirybtn {
  background-color: #005bac;
  color: #fff;
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  font-size: 2.6rem;
  bottom: -30px;
}
.inquiry-notice {
  max-width: 600px;
  margin: 0 auto 64px auto;
}
.inquiry-tel {
  max-width: 720px;
  margin: 0 auto;
}
.inquiry-tel h2 {
  font-size: 2.4rem;
}
.tel {
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  display: block;
  line-height: 1;
}
span.or {
  display: block;
  text-align: center;
}
@media screen and (max-width:822px) {
  .inquirybox--inner2 li {
    height: 22vh;
    padding: 0 0 16px 16px;
  }
  .inquirybox--inner2 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .inquirybox {
    display: block;
    margin-bottom: 80px;
  }
  .inquirybox--inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 8px 16px 8px;
    margin-right: 32px;
    background-color: #a0d8ef;
    border-radius: 10px;
    margin-bottom: 80px;
  }
  .inquirybox--inner2 {
    padding: 16px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    position: relative;
  }
  .inquirybox--inner:last-child {
    margin-right: 0px;
  }
  .inquirybox--inner h3 {
    background-color: #a0d8ef;
    text-align: center;
    font-size: 2.4rem;
    color: #005bac;
    padding: 8px 0;
  }
  .inquirybox--inner2 h3 {
    text-align: left;
    background-color: hsla(0, 0%, 100%, 0.00);
    font-size: 2.2rem;
    color: #005bac;
    padding: 0 0 0 0;
  }
  .inquirybox--inner2 p {
    font-size: 1.4rem;
  }
  .inquirybox--inner ol {
    background-color: #fff;
    padding: 0px 8px 32px 24px;
    font-size: 1.8rem;
  }
  a.inquirybtn {
    background-color: #005bac;
    color: #fff;
    position: absolute;
    width: 300px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    font-size: 2.6rem;
    bottom: -30px;
  }
  .inquiry-notice {
    max-width: 600px;
    margin: 0 auto 64px auto;
  }
  .inquiry-tel {
    max-width: 600px;
    margin: 0 auto;
  }
  .inquiry-tel h2 {
    font-size: 2.4rem;
  }
  .tel {
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    display: block;
  }
  .inquirybox--inner2 li {
    height: auto;
    padding: 0 0 32px 0;
  }
}
@media screen and (max-width:414px) {
  .tel {
    font-size: 4rem;
    font-weight: 900;
    text-align: center;
    display: block;
  }
}
/* ================================================================================
	会社概要
================================================================================ */
.company-info {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto;
  font-size: 2.2rem;
  padding-top: 54px;
}
.company-info > dt {
  width: 30%;
  font-weight: 900;
  padding-left: 32px;
  padding-bottom: 32px;
  box-sizing: border-box;
}
.company-info > dd {
  width: 70%;
  padding-bottom: 32px;
}
dl.position {
  display: flex;
  flex-wrap: wrap;
}
dl.position > dt {
  width: 40%;
}
dl.position > dd {
  width: 60%;
}
h2.companytitle {
  box-sizing: border-box;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  height: 128px;
  padding-top: 32px;
}
.corporate_info {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 128px;
}
.corporate_info th {
  text-align: left;
  padding-right: 32px;
  width: 30%;
}
ul.accessinfo {
  margin: 0 0 80px 0;
}
ul.accessinfo li {
  line-height: 2.2;
}
@media screen and (max-width:822px) {
  dl.position {
    display: block;
  }
  dl.position > dt {
    width: 100%;
    line-height: 1;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  dl.position > dd {
    width: 100%;
    padding-bottom: 24px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width:768px) {
  .corporate_info {
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 0 128px 0;
  }
  .corporate_info th {
    text-align: left;
    padding-right: 32px;
    width: 30%;
  }
  ul.accessinfo {
    margin: 0 0 80px 0;
    padding: 16px;
  }
  ul.accessinfo li {
    line-height: 2.2;
  }
}
.privacy-block {
  display: flex;
}
.privacy-block-inline {
  padding: 32px;
  font-size: 1.6rem;
}
dl.privacy-block-inline dt {
  margin-bottom: 8px;
}
dl.privacy-block-inline dd {
  margin-bottom: 32px;
}
.privacy-title {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .company-info {
    display: block;
    padding-top: 16px;
  }
  .company-info dt {
    font-size: 1.6rem;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .company-info dd {
    font-size: 2.0rem;
    width: 100%;
  }
  h2.companytitle {
    box-sizing: border-box;
    font-size: 3.2rem;
    color: #fff;
    text-align: center;
    height: 128px;
    padding-top: 32px;
  }
  .corporate_info {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 128px;
  }
  .corporate_info th {
    text-align: left;
    padding-right: 32px;
    width: 30%;
  }
  ul.accessinfo {
    margin: 0 0 80px 0;
  }
  ul.accessinfo li {
    line-height: 2.2;
  }
  .privacy-block {
    display: block;
  }
  .privacy-block-inline {
    padding: 0px;
  }
}
/* ================================================================================
	各種装飾
================================================================================ */
#scroll-top {
  background-color: #eee;
  opacity: 0.6;
  bottom: 20px;
  padding: 10px;
  position: fixed;
  right: 20px;
}
#scroll-top a {
  text-decoration: none;
  color: #333;
  font-size: 8rem;
}
.delta {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #0f0f0f transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
}
.pagenation {
  display: flex;
  justify-content: space-between;
}
.wp-pagenavi {
  text-align: center;
  font-size: 2.2rem;
}
.wp-pagenavi a, .wp-pagenavi span {}
.wp-pagenavi span.current {}
.text-form {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #333333;
  font-size: 2.2rem;
  border: 1px solid #8C8C8C;
  border-radius: 8px;
  padding: 16px;
}
.name-form-set {
  display: flex;
}
.name-form {
  width: 50%;
}
.input-parts-radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #c3c3c3;
  vertical-align: -3px;
  outline: none;
  border: none;
}
.input-parts-radio input:checked {
  background-color: #243985;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #243985;
}
.wpcf7-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 10%;
  background-color: #c3c3c3;
  vertical-align: -3px;
  outline: none;
  border: none;
}
.wpcf7-checkbox input:checked {
  background-color: #243985;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #243985;
}
.input-parts-radio .wpcf7-list-item {
  display: block;
}
.input-parts-radio-block {
  display: block;
}
.input-parts-radio-inline {
  display: inline-block;
}
form h3 {
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 32px;
  padding-top: 8px;
}
.name-form-set {
  display: flex;
  margin-bottom: 16px;
}
.name-form-set .wpcf7-form-control-wrap {
  width: 50%;
}
.name-form-set .wpcf7-form-control-wrap input {
  width: 270px;
}
.form-name101 {
  width: 50%;
}
.wpcf7-select {
  font-size: 2.0rem;
  padding: 8px;
}
.wpcf7-form-control-wrap input {
  padding: 8px;
  font-size: 2.2rem;
}
.wpcf7-form-control-wrap textarea {
  padding: 8px;
  font-size: 2.2rem;
  width: 100%;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.2em;
}
.ctd-form dt {
  padding-left: 8px;
}
.ctd-form dd {
  font-size: 1.8rem;
  padding-bottom: 32px;
  padding-left: 8px;
}
.hope-sizerent {
  display: flex;
}
.hope-size {
  width: 100px;
}
.hope-month {
  width: 100px;
}
.hope-rent, .hope-movein {
  width: 200px;
}
input.box100, textarea.box100 {
  width: 100%;
}
.submit-wrapper {
  text-align: center;
}
.submit-wrapper p {
  text-align: center;
}
input.submit-btn {
  width: 80%;
  padding: 16px;
  border: none;
  font-size: 2.6rem;
  border-radius: 500px;
  background-color: #243985;
  color: #fff;
}
.point-1 h2 {
  text-align: center;
}
.point-1 p {
  text-align: center;
  line-height: 2.6;
  font-size: 1.8rem;
}
.line {
  background: linear-gradient(0deg, rgba(245, 199, 29, 1.00) 0%, rgba(245, 199, 29, 1.00) 12%, rgba(255, 255, 255, 0) 14%);
}
/*.toptitle {
  background-image: url(images/xxx.png);
  background-repeat: no-repeat;
  background-position: center 80px;
}*/
.privacy-check {
  text-align: center;
  padding: 32px 0 16px 0;
}
.hissu {
  color: #ff0000;
  font-size: 1.4rem;
  padding: 2px 8px 2px 8px;
  border: 1px solid #ff0000;
  margin-left: 16px;
}
@media screen and (max-width:822px) {
  .itemtitle {
    font-size: 1.8rem;
  }
  .right_txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:768px) {
  .name-form-set {
    display: block;
    margin-bottom: 16px;
  }
  /*  .hope-sizerent {
    display: block;
  }*/
  .wpcf7-form-control-wrap textarea {
    width: 90%;
    font-size: 1.8rem;
  }
  input.submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    font-size: 2.0rem;
    border-radius: 500px;
    background-color: #005bac;
    color: #fff;
  }
  .ctd-form dd {
    font-size: 1.8rem;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .wpcf7-form-control-wrap input {
    padding: 8px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .wpcf7-radio {
    font-size: 1.6rem;
  }
  .input-parts-radio input {
    width: 16px;
    height: 16px;
    vertical-align: -10px;
  }
  .wpcf7-checkbox input {
    vertical-align: -10px;
  }
  .name-form-set .wpcf7-form-control-wrap input {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  /*  .toptitle {
    background-image: url(images/xxx.png);
    background-repeat: no-repeat;
    background-position: center top;
  }*/
  input.box100, textarea.box100 {
    width: 90%;
  }
  form h3 {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 24px;
  }
  .wpcf7-select {
    font-size: 1.6rem;
    ;
    padding: 8px;
    margin-bottom: 8px;
  }
}
h3.flowsub01 {
  font-size: 2.4rem;
  padding-bottom: 24px;
  color: #005bac;
  padding-left: 32px;
}
h3.flowsub02 {
  border: 2px solid #005bac;
  width: 150px;
  text-align: center;
  margin-bottom: 16px;
}
.flowblock_sub {
  padding: 32px 32px 0 32px;
}
.inquirybox--inner2 ul li h3 {}
@media screen and (max-width:822px) {
  .flowblock_sub {
    padding: 32px 0 0 0;
  }
  .hope-rent, .hope-movein {
    width: 120px;
  }
  .topmain--user li h3 {
    font-size: 2.2rem;
  }
  .topmain--user li p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:820px)and (max-width:922px) {
  .topslider {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 165% !important;
  }
}
@media screen and (min-width:768px)and (max-width:819.9px) {
  .topslider {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 220% !important;
  }
}
@media screen and (max-width:420px)and (min-width:767.9px) {
  .topslider {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 420% !important;
  }
}
@media screen and (max-width:768px) {
  .topslider {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 420% !important;
  }
}
@media screen and (max-width:768px) and (max-width:822px) {
  .arrowblock01 {
    padding-bottom: 45px;
  }
  .arrowblock01point {}
}
@media screen and (max-width:822px) {
  form h3 {
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .ctd-form dd p {
    font-size: 1.6rem;
    padding-bottom: 16px;
  }
}
.zip {
  width: 100px;
  margin-bottom: 8px;
}
.goaisatsu-inner2 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding-top: 24px;
}
.goaisatsu-inner2 h3 {
  width: 70%;
  padding-top: 32px;
  font-size: 1.8rem;
}
.goaisatsu-inner2 figure {
  width: 30%;
}
@media screen and (max-width:768px) {
  .goaisatsu-inner2 {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 24px;
  }
  .goaisatsu-inner2 h3 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .goaisatsu-inner2 figure {
    width: 100%;
    text-align: center;
  }
}
.item-info dt:before{
	content:"■";
	color:#243985;
}
.item-info{
	margin:64px 0;
}
.item-info dt{
    font-size:2.0rem;
}
.item-info dd{
	margin-bottom:54px;
}
@media screen and (max-width:768px) {}
@media screen and (max-width:620px) {}
@media screen and (max-width:460px) {}
@media screen and (max-width:415px) {}
@media screen and (max-width:390px) {}