.simple-eading {
  padding: 0.25em 0.5em;
  border-left: 7px solid #00a5d4;
  line-height: 1em;
  margin-bottom: 30px;
}

.simple-eading {
  padding: 0.7em;
  color: #494949;
  background: #ebf6f7;
  border-left: solid 7px #00a5d4;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.telprice td, th {
  text-align: left!important;
}

.telprice .highlight {
  color: #FF0000;
}

.subth {
  background-color: #f5f5f5;
}

.price-box {
  padding: 0 20px;
}

.price-box table, td, th {
  border: 1px #9fa0a0 solid!important;
  font-size: 16px;
  text-align: center;
}

.price-box td, .price-box th {
  vertical-align: middle;
}

.price-box th {
  background-color: #f5f5f5;
  font-weight: normal;
}

.price-box table.marginb {
  margin-bottom: 50px;
}

.price-box .talignl {
  text-align: left;
}

.table-scroll {
  margin-bottom: 50px;
}

@media screen and (max-width:480px) {
  .table-scroll {
    overflow-x: scroll;
    white-space: nowrap;
    /*文字の折り返しを禁止*/
    width: 380px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  /* 以下、スクロールバーを追加 */
  .table-scroll::-webkit-scrollbar {
    height: 15px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: 100% !important
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
    margin-left: 0.5em
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 0.5em
  }
}

@media (min-width: 1024px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: calc(50% - var(--wp--style--block-gap, 1em)/2)!important;
  }
}

body {
  background: #fff;
  font-size: 14px;
  font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif
}

.wrapper {
  overflow: hidden
}

.sp {
  display: none
}

@media (min-width: 1024px) {
  .sp {
    display: block
  }
}

.container {
  max-width: 100% !important
}

.wp-block-group.alignfull>div[class*="group"] {
  max-width: 1030px !important
}

.wp-block-image {
  margin: 0
}

.wp-block-table {
  margin: 0
}

.wp-block-table table {
  margin: 0
}

.wp-block-group.alignfull>div[class*="group"] {
  padding: 0 15px
}

.widget {
  margin-bottom: 0
}

.widget ul li {
  border-bottom: none
}

.widget ul li ul {
  border-left: none
}

.home .mainarea {
  margin: 0;
}

.home p {
  margin-bottom: 0
}

.post_body h1, .post_body h2, .widget h1, .widget h2 {
  margin-bottom: 0
}

.home .post_body h1>span, .post_body h2>span, .widget h1>span, .widget h2>span {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0
}

.post_body h3, .widget h3 {
  font-weight: normal;
  padding: 0;
  margin-bottom: 0
}

p.has-background {
  padding: 0
}

.post_body h2 {
  font-size: 20px;
  position: relative;
  margin-bottom: 35px
}

h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #808080;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto
}

h3 {
  font-size: 18px
}

.table-bordered {
  border: 1px solid #999
}

a {
  transition: opacity .3s ease-out
}

a:hover {
  opacity: .6
}

@media (min-width: 768px) {
  .post_body h2 {
    font-size: 34px
  }
  h2::before {
    width: 100px;
    height: 2px;
    bottom: -20px
  }
  h3 {
    font-size: 20px
  }
}


/*header*/

.side-fixBtn {
  display: none;
}

.head {
  padding: 0
}

.head .col-md-3 {
  -ms-flex: none;
  flex: none;
  max-width: none
}

.head .col-md-9 {
  -ms-flex: none;
  flex: none;
  max-width: none
}

.head .logo img {
  width: 135px !important;
  height: auto !important;
  margin-top: 0;
  padding: 10px 0
}

.head .navbar .container {
  padding: 0
}

.navbar-expand-md .navbar-nav {
  align-items: center;
  justify-content: flex-end
}

.head nav .navbar-nav>li:last-child a {
  background-color: #f29600;
  color: #fff !important;
  padding: 15px;
  margin: 8px 0 15px;
  text-align: center
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width: 1024px) {
  .side-fixBtn {
    display: block;
    position: fixed;
    top: 193px;
    right: 0;
    z-index: 100;
  }
  .head {
    margin-bottom: -1px;
  }
  .head .logo img {
    width: 231px !important;
    margin-top: 15px;
    padding: 0
  }
  .head .col-md-3 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    padding-right: 0;
    padding-left: 2em;
  }
  .head .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 76%;
    max-width: 76%;
    padding-left: 0
  }
  .head nav .navbar-nav>li:last-child a {
    background-color: #f29600;
    color: #fff !important;
    height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    font-size: 19px;
    font-weight: bold;
    margin: 0
  }
  /* .head nav .navbar-nav>li:nth-last-child(2) a {
    display: none;
  } */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width: 1023px) {
  .head-open .navbar {
    padding: 1rem 0;
  }
  .navbar .menu-item a {
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    padding: 14px 0;
    color: #fff;
  }
  .head-open .navbar li {
    display: block;
    width: 100%
  }
  .navbar-nav a {
    font-size: 16px
  }
  .navbar li {
    display: none;
  }
}


/*メインビジュアル*/

.mv-slider {
  max-width: 1280px;
  margin: 0 auto;
}

.mv-wrap {
  margin-bottom: 25px;
  padding: 0;
  border-bottom: clamp(3px, 1vw, 10px) solid #d1ad7d;
}

.mv-wrap .mv-column {
  margin-bottom: 0;
}

.mv-wrap .metaslider .flexslider {
  margin: 0;
}

.mv-wrap .metaslider .flex-control-nav {
  bottom: clamp(-40px, -4vw, -25px);
}

.mv-wrap .flex-control-paging li a {
  width: 8px;
  height: 8px;
}

.mv_block {
  display: none;
}

.mv_top {
  border-bottom: 0.5vw solid #c1272d
}

.mv_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background: #fff;
  width: 100%;
  height: 3vw
}

.mv_bottom .wp-block-image {
  position: relative;
  top: -3vw
}

@media (min-width: 1024px) {
  .mv-wrap {
    margin-bottom: 80px;
  }
  .mv-wrap .flex-control-paging li a {
    width: 11px;
    height: 11px;
  }
  .mv_top {
    border-bottom: 5px solid #c1272d
  }
  .mv_bottom {
    position: relative
  }
  .mv_bottom::after {
    height: 30px
  }
  .mv_bottom .wp-block-image {
    top: -30px
  }
}


/*ご提供エリアの確認*/

.area_link {
  padding: 20px 0 35px
}

.area_link .wp-block-group__inner-container {
  border: 4px solid #b3b3b3;
  padding: 25px 20px;
  max-width: 720px;
  margin: 0 auto
}

.area_link .btn_img {
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .area_link {
    font-size: 16px;
    padding: 40px 0 70px
  }
  .area_link .wp-block-group__inner-container {
    padding: 50px 20px 35px
  }
  .area_link .btn_img {
    margin-bottom: 27px
  }
}


/*ちゃんぷるネットタイトル*/

.set_head_title {
  position: relative;
  padding: 20px 0
}

.set_head_title::before, .set_head_title::after {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  background-image: url(https://ipv6plus.mco.ne.jp/wp-content/uploads/2022/03/bdr_wrap_02.gif);
  position: absolute;
}

.set_head_title::before {
  top: 0
}

.set_head_title::after {
  bottom: 0
}

@media (min-width: 768px) {
  .set_head_title {
    padding: 40px 0 30px
  }
  .set_head_title::before, .set_head_title::after {
    height: 14px
  }
}


/*ご利用料金*/

.set_price_block {
  padding: 30px 0
}

.set_price_block h2+p {
  font-size: 20px;
  margin-bottom: 25px
}

.type_block {
  margin-bottom: 20px;
  justify-content: center
}

.type_block .type_01, .type_block .type_02 {
  max-width: 490px;
  border: 2px solid;
  border-radius: 10px
}

.type_block .type_01 {
  border-color: #29abe2;
  margin-bottom: 1rem
}

.type_block .type_02 {
  border-color: #f7931e
}

.type_block .type_inner {
  padding: 20px
}

.type_block .type_ttl {
  font-size: 18px;
  padding: 10px 0;
  border-radius: 10px 10px 0 0
}

.type_block .type_01 .type_ttl {
  border-bottom: 2px solid #29abe2
}

.type_block .type_02 .type_ttl {
  border-bottom: 2px solid #f7931e
}

.type_block .type_icon {
  padding: 0 0 20px
}

.type_block .type_icon img {
  width: 90px
}

.type_block .type_bubble {
  font-size: 19px;
  padding: 5px 0px;
  position: relative
}

.type_block .type_bubble::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ed1c24 transparent transparent transparent;
}

.type_block .type_price {
  font-size: 28px;
  padding: 20px 0 5px
}

.type_block .type_price span {
  font-size: 16px;
  width: 2em;
  display: inline-block;
  line-height: 1
}

.type_block .type_price mark {
  font-size: 60px;
  padding: 0 5px;
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  line-height: 1;
  letter-spacing: -1px
}

.type_block .type_price+p {
  font-size: 10px;
  margin-bottom: 20px
}

.set_price_block .type_block .btn_img {
  padding: 0;
  margin-bottom: 20px
}

.set_price_block .btn_img {
  padding: 0 20px;
  margin-bottom: 35px
}

.set_price_block .txt_box {
  padding: 15px
}

@media (min-width: 782px) {
  .set_price_block {
    padding: 55px 0;
  }
  .set_price_block h2 {
    margin-bottom: 80px
  }
  .set_price_block h2+p {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .type_block {
    justify-content: space-between;
    margin-bottom: 65px
  }
  .set_price_block .type_block .type_01 {
    margin-bottom: 0
  }
  .type_block .type_ttl {
    font-size: 27px;
    padding: 14px 0
  }
  .type_block .type_icon img {
    width: auto
  }
  .type_block .type_bubble {
    font-size: 27px
  }
  .type_block .type_price {
    font-size: 46px;
    padding: 30px 0 5px
  }
  .type_block .type_price span {
    font-size: 23px
  }
  .type_block .type_price mark {
    font-size: 80px
  }
  .type_block .type_price+p {
    font-size: 12px;
    margin-bottom: 30px
  }
  .type_block .type_bubble::before {
    bottom: -19px;
    border-width: 19px 13.5px 0 13.5px;
  }
  .set_price_block .btn_img {
    margin-bottom: 65px;
  }
  .set_price_block .txt_box {
    padding: 30px 25px;
    line-height: 1.9
  }
}

@media (min-width: 1024px) {
  .type_block .type_price mark {
    font-size: 97px
  }
  .type_block .type_price+p {
    font-size: 14px
  }
}


/*高速・大容量の理由*/

.about_block {
  padding: 30px 0
}

.about_block h2 {}

.about_block h2+p {
  font-size: 16px;
  margin-bottom: 30px
}

.about_block h2+p span {
  background: linear-gradient(transparent 0%, transparent 50%, #ffff00 50%, #ffff00 100%);
}

.about_img {
  padding: 30px 0
}

.about_img_ttl {
  margin-bottom: 20px
}

.about_block .txt_box {
  padding: 20px 10px 0
}

@media (min-width: 768px) {
  .about_block {
    padding: 110px 0 20px
  }
  .about_block h2 {
    margin-bottom: 90px
  }
  .about_block h2+p {
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 2.2
  }
  .about_img {
    padding: 60px 0
  }
  .about_img_ttl {
    margin-bottom: 50px;
  }
  .about_block .txt_box {
    font-size: 16px;
    line-height: 2.2;
    padding: 40px 0
  }
}


/*お申込みはこちら*/

.app_banner {
  padding: 25px 0
}

@media (min-width: 768px) {
  .app_banner {
    padding: 80px 0
  }
}


/*こんな方におすすめ*/

.recommend_block {
  padding: 30px 0
}

.recommend_block h2 {
  margin-bottom: 30px;
  padding: 15px 0
}

.recommend_block h2::before {
  content: none
}

.recommend_img {
  margin-bottom: 15px;
  justify-content: center
}

.recommend_img_column {
  border-radius: 20px;
  padding: 35px 15px 20px;
  margin-bottom: 15px;
  max-width: 330px
}

.recommend_img p {
  padding: 10px 0
}

.recommend_block .txt_box {
  padding: 15px
}

.recommend_block .txt_box span {
  font-size: 16px
}

@media (min-width: 768px) {
  .recommend_block {
    padding: 80px 0 90px
  }
  .recommend_block h2 {
    margin-bottom: 45px;
    padding: 25px 0
  }
  .recommend_img_column {
    padding: 35px 19px;
    margin-bottom: 45px
  }
  .recommend_img p {
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 2
  }
  .recommend_block .txt_box {
    padding: 15px 30px;
    line-height: 2.2
  }
  .recommend_block .txt_box span {
    font-size: 23px
  }
}


/*ちゃんぷる光電話*/

.tel_plan_block {
  padding: 40px 0
}

.tel_plan_block h2 {
  font-size: 26px;
  margin-bottom: 60px
}

.tel_plan_block h2::before {
  width: 110px;
  bottom: -25px
}

.tel_plan_block h3 {
  border-left: 5px solid #ccc;
  margin-bottom: 25px;
  padding: 15px 0 15px 10px
}

.tel_plan_block .tel_price_col2 {
  max-width: 834px;
  margin: 0 auto 30px;
  display: block
}

.tel_plan_block .tel_price_col2 .wp-block-column {
  max-width: 350px;
  border: 2px solid #999;
  position: relative;
  margin: 0 auto
}

.tel_plan_block .plus_box {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 34px !important;
  padding: 15px 0
}

.tel_plan_block .tel_col2_ttl {
  font-size: 19px;
  padding: 15px 0;
  margin-bottom: 20px
}

.tel_plan_block .tel_col2_ttl+p {
  font-size: 18px;
  margin-bottom: 15px
}

.tel_plan_block .tel_col2_price {
  font-size: 26px
}

.tel_plan_block .tel_col2_price span {
  font-size: 18px
}

.tel_plan_block .tel_col2_price mark {
  font-size: 54px;
  padding: 0 5px;
  line-height: 1
}

.tel_plan_block .tel_col2_price mark.kome {
  font-size: 16px;
  padding: 0 0 0 5px
}

.tel_plan_block .tel_col2_price+p {
  font-size: 20px;
  margin: 15px 0 50px
}

.tel_plan_block .tel_col2_price+p.kome {
  font-size: 12px;
  margin: 20px 0 0 0;
  padding: 15px;
  border-top: 1px solid #b3b3b3
}

.tel_plan_block .add_service {
  max-width: 834px;
  margin: 0 auto
}

.tel_plan_block .add_service .add_ttl {
  font-size: 18px;
  padding: 10px
}

.tel_plan_block .add_service .tbl_box {
  margin-bottom: 10px
}

.tel_plan_block .add_service .tbl_box td {
  width: 100%;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  border-color: #999;
  border-top: none;
  border-right: none
}

.tel_plan_block .add_service .tbl_box table {
  border-left: none;
  border-bottom: none
}

.tel_plan_block .add_service .tbl_box+p {
  margin-bottom: 30px
}

.tel_plan_block .tel_price_col3 {
  max-width: 888px;
  margin: 0 auto 20px;
  justify-content: center
}

.tel_plan_block .tel_price_col3 .wp-block-column {
  max-width: 280px;
  border: 2px solid #999;
  margin-bottom: 15px
}

.tel_plan_block .tel_price_col3 .tel_col3_ttl {
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 20px
}

.tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_ttl {
  margin-bottom: 30px
}

.tel_plan_block .tel_price_col3 .tel_col3_ttl+p {
  font-size: 16px;
  margin-bottom: 40px
}

.tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_ttl+p {
  margin-bottom: 25px
}

.tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_ttl+p span {
  font-size: 34px
}

.tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_price {
  margin-bottom: 60px
}

.tel_plan_block .tel_price_col3 .tel_col3_price {
  font-size: 24px;
  margin-bottom: 25px
}

.tel_plan_block .tel_price_col3 .tel_col3_price mark {
  font-size: 72px;
  line-height: 1;
  padding: 0 7px;
  letter-spacing: -5px
}

.tel_plan_block .tel_price_col3 .tel_col3_price+p {
  font-size: 12px;
  padding: 15px 0;
  border-top: 1px solid #b3b3b3
}

.tel_plan_block .btn_img {
  margin-bottom: 40px;
  padding: 0 20px
}

.tel_plan_block .kouji_price {
  max-width: 900px;
  margin: 0 auto
}

.tel_plan_block .kouji_price .tbl_box {
  margin-bottom: 10px
}

.tel_plan_block .kouji_price .tbl_box table {
  width: 700px;
  max-width: inherit;
  margin: 0 auto;
  border-left: 0
}

.tel_plan_block .kouji_price .tbl_box td {
  border-color: #999;
  vertical-align: middle;
  border: none;
  border-left: 1px solid #999
}

.tel_plan_block .kouji_price .tbl_box tr:last-child td:first-child {
  text-align: left
}

.tel_plan_block .txt_box {
  margin-bottom: 35px
}

@media (min-width: 600px) and (max-width: 781px) {
  .tel_plan_block .tel_price_col2 {
    display: flex;
    flex-wrap: nowrap
  }
  .tel_price_col2.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: 45% !important;
  }
}

@media (min-width: 768px) {
  .tel_plan_block {
    padding: 110px 0 130px
  }
  .tel_plan_block h2 {
    font-size: 49px;
    font-weight: normal;
    margin-bottom: 175px
  }
  .tel_plan_block h2::before {
    width: 200px;
    bottom: -55px
  }
  .tel_plan_block h3 {
    border-left: 10px solid #ccc;
    margin-bottom: 45px;
    padding: 17px 0 17px 25px
  }
  .tel_plan_block .tel_col2_ttl {
    font-size: 20px;
    margin-bottom: 30px
  }
  .tel_plan_block .tel_col2_ttl+p {
    font-size: 18px;
    margin-bottom: 25px
  }
  .tel_plan_block .tel_col2_price {
    font-size: 31px
  }
  .tel_plan_block .tel_col2_price span {
    font-size: 20px
  }
  .tel_plan_block .tel_col2_price mark {
    font-size: 60px
  }
  .tel_plan_block .tel_col2_price mark.kome {
    font-size: 20px
  }
  .tel_plan_block .tel_col2_price+p.kome {
    font-size: 13px;
    margin: 30px 0 0 0
  }
  .tel_plan_block .tel_price_col2 {
    justify-content: space-between !important;
    display: flex;
    margin-bottom: 0
  }
  .tel_plan_block .add_service {
    margin-top: 45px
  }
  .tel_plan_block .add_service .add_ttl {
    font-size: 20px;
    padding: 10px 20px
  }
  .tel_plan_block .add_service .tbl_box td {
    width: auto;
    display: table-cell;
    font-size: 16px;
    padding: 20px 25px
  }
  .tel_plan_block .add_service .tbl_box {
    margin-bottom: 20px
  }
  .tel_plan_block .add_service .tbl_box+p {
    margin-bottom: 0
  }
  .tel_plan_block .tel_price_col3 {
    justify-content: space-between;
    margin-bottom: 50px
  }
  .tel_plan_block .tel_price_col3 .tel_col3_ttl {
    font-size: 18px;
    padding: 19px 0
  }
  .tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_ttl {
    margin-bottom: 35px
  }
  .tel_plan_block .tel_price_col3 .tel_col3_ttl+p {
    font-size: 18px;
    margin-bottom: 55px
  }
  .tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_ttl+p {
    margin-bottom: 40px
  }
  .tel_plan_block .tel_price_col3 .wp-block-column:first-child .tel_col3_ttl+p span {
    font-size: 37px
  }
  .tel_plan_block .tel_price_col3 .tel_col3_price {
    font-size: 30px
  }
  .tel_plan_block .tel_price_col3 .tel_col3_price mark {
    font-size: 90px
  }
  .tel_plan_block .tel_price_col3 .tel_col3_price+p {
    font-size: 13px;
    padding: 20px 0
  }
  .tel_plan_block .btn_img {
    margin-bottom: 0
  }
  .tel_plan_block .kouji_price .tbl_box table {
    width: 100%;
    max-width: 900px
  }
  .tel_plan_block .kouji_price .tbl_box td {
    font-size: 16px
  }
  .tel_plan_block .kouji_price .tbl_box {
    margin-bottom: 20px
  }
  .tel_plan_block .txt_box {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 65px
  }
  .tel_plan_block h3:nth-of-type(2) {
    margin-top: 145px
  }
  .tel_plan_block h3:nth-of-type(3) {
    margin-top: 145px
  }
  .tel_plan_block h3:nth-of-type(4) {
    margin-top: 115px
  }
}


/*footer*/

.foot, .copy {
  display: none
}

footer {
  padding: 47px 0;
  background-color: #f2f2f2
}

footer .footer_box {
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 15px
}

footer .wp-block-column {
  margin-bottom: 0
}

footer ul {
  margin-bottom: 0
}

footer .footer_nav {
  max-width: 390px
}

footer .footer_nav .wp-block-columns {
  flex-wrap: nowrap
}

footer .tel_box .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center
}

footer .tel_box {
  margin-bottom: 10px
}

footer .tel_box .tel_num {
  font-size: 30px;
  line-height: 1;
  margin-left: 5px;
  margin-top: 9px
}

footer .btn_img {
  margin-bottom: 10px
}

footer .btn_img+p {
  margin-bottom: 10px
}

footer p.open_time {
  padding: 5px 0;
  text-indent: -0.5em;
  max-width: 390px;
  margin: 0 auto
}

footer .bottom_logo {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-top: 80px;
  margin-left: -50vw;
  margin-right: -50vw;
  clear: both;
  background: #fff;
  padding-bottom: 10px
}

@media (min-width: 576px) {
  footer .col-sm-4 {
    -ms-flex: none;
    flex: none;
    max-width: 100%
  }
}

@media (min-width: 782px) {
  footer .footer_nav {
    max-width: 405px
  }
  footer .footer_nav .wp-block-columns {
    margin-bottom: 0
  }
  footer .contact_details {
    max-width: 420px;
    padding-left: 30px;
    border-left: 1px solid #b3b3b3
  }
}

@media (min-width: 1024px) {
  footer .tel_box .tel_num {
    font-size: 43px;
    margin-left: 5px;
    margin-top: 9px
  }
  footer p.open_time {
    padding: 2px 0;
    font-size: 16px
  }
}

.container {
  padding: 0;
}
