/* iPhone SE 用のメディアクエリ */
@media only screen and (max-width: 320px) and (max-height: 568px) {
    #insta{
        padding: 0 24px;
        & ul{
            flex-flow: row wrap;
            justify-content: space-between;
            & li{
                width: calc(50% - 2px) !important; 
                margin-bottom: 2px !important;
				list-style: none !important;
			}
		}
}
}

/*-----------------------------------
font
------------------------------------*/
.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*-----------------------------------
margin chousei
------------------------------------*/
.margin-chousei1 {
  margin-top: -120px !important;
}
.margin-chousei2 {
  margin-bottom: -60px;
}
/*-----------------------------------
btn
------------------------------------*/
.btn {
  border-radius: 50px !important;
}
/*-----------------------------------
リキャプチャ
------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}
/*-----------------------------------
スマホ用カラム
------------------------------------*/
@media (max-width: 576px) {
  .sp_column {
    flex-direction: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
  }
}
/*-----------------------------------
title
------------------------------------*/
.ttl {
  position: relative;
  text-align: center;
  font-size: 28px;
}
.ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background-color: #008BD2;
}
.ttl span {
  display: block;
  font-family: "Rajdhani", sans-serif;
  text-align: center;
  color: #008BD2;
  font-weight: normal;
  font-size: 18px !important;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
/*-----------------------------------
PC header nav
------------------------------------*/
.header-nav {
  margin: 20px auto;
  padding: 5px 40px;
  position: fixed;
  width: 1200px;
  z-index: 9999 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  font-weight: bold !important;
}
.bg-blue {
  background: #1E9CD8;
  color: #fff;
  padding: 15px 40px !important;
  font-weight: bold !important;
}
.bg-blue a {
  color: #FFFFFF !important;
  font-weight: bold !important;
}
.bg-white {
  background: #FFFFFF;
  color: #333;
  padding: 15px 40px !important;
  font-weight: bold !important;
}
.bg-white .logo img {
  height: 50px;
  margin: 6px 0 10px 10px !important;
}
.bg-white a {
  color: #333;
  font-weight: bold !important;
}
.header-nav .logo img {
  height: 50px;
  margin: 10px 0 0 0;
}
.bg-blue .logo img {
  height: 50px;
  margin: 10px 0 10px 10px;
}
.header-nav .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-nav .nav li {
  margin-right: 40px;
  line-height: 2.0em;
}
.header-nav .nav a {
  text-decoration: none;
}
.header-nav .nav a:hover {
  opacity: 0.8;
}
.header-nav .nav li img {
  width: 50%;
}
@media (max-width: 576px) {
  .header-nav {
    display: none;
  }
}
/*-----------------------------------
SP nav
------------------------------------*/
.mobile-header {
  display: none;
}
@media (max-width: 576px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color: #1E9CD8;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .mobile-header .left-icons {
    display: flex;
    align-items: center;
    width: 35%;
  }
  .mobile-header .left-icons a {
    margin-right: 10px;
    color: #fff;
  }
  .mobile-header .logo {
    flex-grow: 1;
    text-align: left;
    width: 45%;
  }
  .mobile-header .logo img {
    max-width: 100px;
    height: auto;
  }
  .mobile-header > img:nth-of-type(1) {
    border: #000000 4px solid;
  }
  .mobile-header #g-nav {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100% !important;
    background-color: #1E9CD8 !important;
    transition: all 0.3s;
  }
  .mobile-header #g-nav.panelactive {
    opacity: 1;
    z-index: 9999999 !important;
  }
  .mobile-header #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-header #g-nav ul {
    display: none;
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-header #g-nav.panelactive ul {
    display: block;
	  width: 100%;
  }
  .mobile-header #g-nav li {
    list-style: none;
    text-align: center;
  }
  .mobile-header #g-nav li a {
    color: #fff !important;
    text-decoration: none;
    padding: 5px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .mobile-header #g-nav li a:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
  }
  .mobile-header .openbtn1 {
    position: fixed;
    z-index: 999999999999 !important;
    top: 20px;
    right: 2px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #1E9CD8 !important;
  }
  .mobile-header .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .mobile-header .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .mobile-header .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .mobile-header .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .mobile-header .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .mobile-header .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .mobile-header .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .vk-mobile-nav-menu-btn {
    display: none;
  }
}
/*-----------------------------------
service
------------------------------------*/
.servicettle {
  font-weight: bold;
  font-size: 18px;
}
.servicettle span {
  font-style: italic;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #1E9BD8;
  font-size: 26px;
  margin-right: 5px;
}
.fix-inq {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 9999;
}
.fix-inq img {
  width: 150px;
  height: 150px;
}
.fix-inq a img:hover {
  transition: .5s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (max-width: 576px) {
  .fix-inq img {
    width: 100px;
    height: 100px;
  }
}
/*-----------------------------------
single
------------------------------------*/
.single-shusei {}
.single-shusei .date span {
  background: #1E9BD8 !important;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 3px 15px;
  font-size: 14px !important;
  margin-left: 20px;
}
.single-shusei h2 {
  margin: 20px auto 30px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 28px;
  border-bottom: #1E9BD8 1px solid;
}
#comments {
  display: none;
}
/*-----------------------------------
side bar
------------------------------------*/
.side-list li {
  list-style: none;
}
.wp-block-categories-list li {}
/*-----------------------------------
contact
------------------------------------*/
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}
.table-contactform7, .table-contactform7 table, .table-contactform7 tr, .table-contactform7 th, .table-contactform7 td {
  border: none !important;
}
.required-contactform7 {
  margin-right: 3px;
  color: #FF0004;
  text-align: right;
  float: right;
}
.unrequired-contactform7 {
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.table-contactform7 th {
  font-weight: bold;
  text-align: left;
}
.table-contactform7 input, .table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.message-100 textarea {
  width: 100%;
  border: #C5C5C5 1px solid;
  margin: 5px 10px 10px 5px;
}
@media screen and (min-width: 900px) {
  .table-contactform7 th {
    width: 28%;
  }
}
@media screen and (max-width: 900px) {
  .table-contactform7 {
    display: block;
  }
  .table-contactform7 tbody, .table-contactform7 tr {
    display: block;
    width: 100%;
  }
  .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
  }
  .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none !important;
  }
}
.soushinbox .attention {
  margin: 0 auto;
  width: 75%;
}
.soushinbox p {
  line-height: 1.5em;
  font-size: 16px;
  padding-bottom: 20px;
}
.soushinbox .sen {
  border-top: #333333 1px dotted;
  text-align: center;
  padding-top: 20px;
}
.soushinbox .doui {
  text-align: center;
  margin-top: -20px;
}
.text-xs-center .btn-success {
  background: #000000;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  padding: 10px 60px;
}
.text-xs-center .btn-success:hover {
  border: #1E9CD8 1px solid;
  background: #1E9CD8 !important;
}
/*-----------------------------------
footer
------------------------------------*/
.footer-table, .footer-table table, .footer-table tr, .footer-table th, .footer-table td {
  border: none !important;
  font-size: 16px !important;
}
.site-footer-content a {
  font-size: 15px !important;
}