@charset "UTF-8";
/* Responsive Styles
================================================== */
/* All size smaller than 1301 */
@media only screen and (max-width: 1300px) {
  .four-column-full-width {
    width: 33.33%;
  }

  .four-column-full-width:nth-child(4n+5) {
    clear: none;
  }

  .four-column-full-width:nth-child(3n+4) {
    clear: both;
  }

  .wp-custom-header img {
    min-height: 460px;
  }


  .widget_fudo_syousai, .widget_fudou_single_history, .contact-form p, #page_jsearch_page table, #list_other_table table {
    width: 100%;
  }

  .wp-block-cover, .wp-block-cover-image {
    min-height: 230px;
  }

  #commonCnt {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
#site-branding img {
    max-width: 150px;
}
  .portfolio-box .portfolio-title-wrap {
    top: 30%;
  }

  .main_picsam {
    padding-right: 0;
    width: 92%;
  }

  /* ----- img height ----- */
  .main_picsam img {
    height: 300px;
    margin: 0 .5%;
  }

  img.box4image {
    height: 280px;
  }

  .list_picsam img.box3image {
    height: 200px;
  }

  .post-featured-image img {
    height: 160px;
  }

  .portfolio-img img, .grid-content li img, img.box1image, img.box1image {
    height: 150px;
  }

  /* ----- img height ----- */
  #list_simplepage .hentry {
    width: 47%;
  }

  .slider-content .slider-title, .slider-content .slider-title a {
    font-size: 2.3rem;
    padding: 0 2% 10px;
  }

  .slider-content .slider-text {
    font-size: 1.3em;
    padding: 0 5% 20px;
  }

  .slider-content .btn-default {
    margin: 0 10px 0;
    padding: 10px 0;
    width: 35%;
  }

  #secondary .contact-form {
    padding: 20px 5% 20px;
  }

  #sticky-header .info {
    right: 1%;
    top: -12px;
  }

  #sticky-header .info br {
    display: none;
  }

  #sticky-header .info span {
    font-size: 14px;
    margin-left: 5px;
  }
.main-navigation {
    float: right;
    padding-top: 0;
}
.main-navigation a {
    line-height: 55px;
}
  #bread-out {
    padding: 2%;
  }

  .single.entry-header img, .page .page-header img {
    height: 350px;
  }
  
  .single-fudo .entry-header .fudo_kaiin_type_logo img{
    height: auto;
  }

  .single-fudo .entry-header .fudo_kaiin_type_logo {
    margin-top: -10px;
  }
  
  .archive .post {
    display: inline-grid;
    float: unset;
    margin: 1.5% 1.5% 3em;
    width: 29.8%;
  }

  .archive-fudo h1.entry-title {
    margin: 0 auto;
  }

  .new_mark, .up_mark {
    height: 30px;
    left: -30px;
    padding: 3px 0 0;
    width: 105px;
  }
  .wrap, .list_simple_box .list_detail, #page_jsearch_page, .entry-content p, .entry-footer, .entry-content ul, .entry-content h1, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, hr, blockquote, .wp-block-cover-image.alignwide, .entry-content ul.wp-block-gallery, .is-style-outline, .author-info, .comments-area, .archive .page-cont, .pagination, .wp-block-table, .wp-block-embed__wrapper, .navigation.post-navigation, .related, dl, .entry-content ul, .entry-content ol, table, pre, form#loginform, form#loginform, .contact-form {
    width: 90%;
  }
  
  .entry-content h2  {
    padding: 0.25em 3%;
    width: 45%;
  }
  
  .latest-blog-text .entry-content p {
    width: 100%;
  }
  
  .wp-block-image {
    max-width: 90%;
  }

  #sticky-header .wrap {
    width: 98%;
  }
  .home .wp-block-cover-image.alignfull,.map-right iframe {
    min-height: 300px;
  }
  .cont-map, .map-right iframe {
    max-height: 300px;
  }
    #top-btn {
    line-height: 78px;
  }

  .top-btn-title {
    letter-spacing: 5px;
    width: 14%;
  }

  .top-btn-left, .top-btn-right {
    letter-spacing: 1px;
    line-height: 80px;
    width: 21.5%;
  }

  .top-btn-left a, .top-btn-right a {
    letter-spacing: 0;
  }

  .top-btn-title:after {
    border-width: 40px 20px;
  }
}
/* All size smaller than 1024
================================================== */
@media only screen and (max-width: 1023px) {
  .boxed-layout #page,
  .boxed-layout-small #page {
    overflow: hidden;
  }

  .boxed-layout .wrap,
  .boxed-layout-small .wrap,
  .boxed-layout #site-title a img {
    width: 668px;
  }

  #search-box {
    background-color: #fff;
    width: 50%;
  }

  .header-navigation-wrap {
    text-align: center;
  }

  .header-social-block {
    display: none;
  }

  .main-navigation {
    float: none;
  }

  /* ----- Column ----- */
  .column {
    margin: 0 -15px;
  }

  .two-column,
  .three-column,
  .four-column {
    padding: 0 15px 40px;
  }

  .two-column,
  .four-column,
  .three-column,
  .four-column-full-width,
  .boxed-layout-small .four-column-full-width {
    width: 50%;
  }

  .three-column:nth-child(3n+4),
  .four-column:nth-child(4n+5),
  .four-column-full-width:nth-child(3n+4),
  .boxed-layout-small .four-column-full-width:nth-child(3n+4),
  .column-2:nth-child(2n+3),
  .column-3:nth-child(3n+4),
  .column-4:nth-child(4n+5) {
    clear: none;
  }

  .three-column:nth-child(2n+3),
  .four-column:nth-child(2n+3),
  .four-column-full-width:nth-child(2n+3),
  .boxed-layout-small .four-column-full-width:nth-child(2n+3) {
    clear: both;
  }

  #colophon .widget-area {
    margin: 0;
    display: block;
  }

  #colophon .column-1, #colophon .column-2, #colophon .column-3 {
    border-right: none;
    width: 100%;
    float: none;
    padding: 0;
    display: block;
  }

  #syousai_box li, .grid-content.cookie_fudou_single li {
    width: 45.5%;
    margin: 20px 2.25% 17px;
  }

  .about-box .about-content {
    left: 0;
    margin: 0 auto -80px;
    right: 0;
    top: -80px;
    width: 90%;
  }

  .two-column-full-width {
    width: 100%;
  }

  .feature-content img {
    height: 180px;
  }

  .contact-form {
    margin: 0 auto;
  }

}
/* All size smaller than 981px
================================================== */
@media only screen and (max-width: 980px) {
  /* ----- Responsive Navigation ----- */
  .nav-site-title {
    display: none;
  }

  .menu-toggle {
    background-color: transparent;
    border: 0 none;
    color: #666;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    margin: 8px 2%;
    padding: 8px 5px;
    width: 30px;
  }

  .line-one,
  .line-two,
  .line-three {
    backface-visibility: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    height: 3px;
    margin: 4px auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
  }
#site-branding img {
    max-width: 200px;
}
  .menu-toggle.on .line-one {
    -moz-transform: rotate(-135deg) translate(-5px, -5px);
    -o-transform: rotate(-135deg) translate(-5px, -5px);
    -webkit-transform: rotate(-135deg) translate(-5px, -5px);
    transform: rotate(-135deg) translate(-5px, -5px);
  }

  .menu-toggle.on .line-two {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }

  .menu-toggle.on .line-three {
    -moz-transform: rotate(135deg) translate(-5px, 5px);
    -o-transform: rotate(135deg) translate(-5px, 5px);
    -webkit-transform: rotate(135deg) translate(-5px, 5px);
    transform: rotate(135deg) translate(-5px, 5px);
  }

  .menu {
    display: none;
  }

  .widget_nav_menu .menu {
    display: block;
  }

  .toggled-on .menu {
    display: block;
  }

  .top-header {
    text-align: center;
  }

  .site-header h1.tops {
    display: none;
  }

  .top-header {
    text-align: center;
  }

  .top-header .widget {
    bottom: 0;
    display: block;
    float: none;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
  }

  .top-header .widget .custom-html-widget {
    display: inline-block;
    float: none;
    margin: 0;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
  }

  #commonCnt {
    background-color: rgba(245, 245, 245, 0.9);
    float: left;
    margin: 0;
    padding-top: 0;
    width: 100%;
  }

  #commonCnt li#request a, #commonCnt li#inquiry a {
    border-radius: 0.5em;
    font-size: 1rem;
    line-height: 20px;
    margin: 3%;
    padding: 8px 0;
    width: 94%;
    z-index: 1000;
  }

  #commonCnt ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    float: unset;
  }

  #commonCnt li {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  #commonCnt #request, #commonCnt #inquiry {
    width: 50%;
  }

  #commonCnt p {
    background-color: #949494;
    color: #ffffff;
    float: left;
    font-size: 0.5rem;
    margin: 0;
    padding: 5px 2%;
    text-align: center;
    width: 100%;
  }

  #commonCnt br {
    display: none;
  }

  #commonCnt li a {
    color: #fff;
  }

  .mobile-call {
    display: unset;
  }

  .pc-call {
    display: none;
  }

  .go-to-top {
    bottom: 2em;
    height: 30px;
    right: 30px;
    width: 30px;
  }

  .go-to-top .icon-bg {
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 50px;
  }

  .go-to-top .back-to-top-text {
    left: 47%;
    top: 40%;
  }

  .go-to-top:hover .back-to-top-icon {
    top: 40%;
  }

  .main-navigation {
    background-color: rgba(245, 245, 245, 0.93);
    padding: 0;
    margin: 0;
  }

  .main-navigation > ul > li {
    position: inherit;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 0;
  }

  .main-navigation > ul > li::before {
    visibility: hidden;
  }

  .main-navigation a {
    float: none;
    height: inherit;
    line-height: 1.833;
    padding: 10px 5%;
  }

  .main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a {
    padding: 15px 5% 15px 7%;
  }
	
  #site-branding {
    padding: 2% 2% 0;
  }

  .header-h1 {
    display: none;
  }

  #sticky-header {
    height: 59px;
    padding-top: 0;
  }

  #sticky-header .wrap {
    width: 100%;
  }

  #sticky-header .info {
    right: 12%;
    top: 1px;
  }

  #sticky-header .info br {
    display: unset;
  }

  /* ----- Dropdown ----- */
  .main-navigation ul li:hover ul {
    top: auto;
  }
    .main-navigation ul li ul {
        background-color: transparent;
        box-shadow: none;
      　left: 40px;top: auto;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

  .main-navigation ul li ul li {
    float: none;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  .main-navigation ul li ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-navigation ul li ul li::before {
    position: static;
  }

  .main-navigation ul li ul li ul {
    left: 160px;
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  #site-navigation ul ul ul a {
    padding-left: 40px;
  }

  .main-navigation ul ul li:hover ul {
    top: 0;
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  .main-navigation li li.menu-item-has-children > a:after,
  .main-navigation li li.page_item_has_children > a:after {
    content: "\f107";
  }

  .is-sticky .main-navigation a {
    line-height: inherit;
  }

  #sticky-header .nav-site-title {
    display: none;
  }

  .box-title {
    font-size: 26px;
    line-height: 33px;
    padding: 0 0 24px;
  }

  .about-box, .latest-info-box, .our-feature-box, .wrap_fudo, .wrap_fudo2, .latest-blog-box {
    padding: 20px 0;
  }

  .related li img {
    height: 200px;
  }

  .related li {
    width: 47%;
  }

  .latest-info-text .posted-on {
    width: 20%;
  }

  #top-btn {
    border-bottom: none;
  }

  .top-btn-title {
    letter-spacing: 5px;
    float: unset;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }

  .top-btn-title:after {
    border-style: none;
  }

  .top-btn-left, .top-btn-right {
    letter-spacing: 1px;
    line-height: 50px;
    width: 25%;
  }

  .slider-content .slider-title, .slider-content .slider-title a {
    font-size: 2rem;
  }

  .slider-content .slider-text {
    font-size: 1.1em;
  }

  .slider-content {
    width: 80%;
  }

  .feature-title {
    display: block;
    float: left;
    width: 100%;
  }

  .feature-title a.vivid {
    width: 50%;
  }

  .feature-content p {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }

  .feature-content img {
    height: 180px;
  }

  .wp-custom-header img {
    min-height: 360px;
  }

  .latest-info-box .one-column {
    padding: 20px;
  }

  .grid-content li {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    margin: 20px 2% 17px;
    width: 46%;
  }

  .post-featured-image img, .grid-content li img, img.box1image, img.box1image, img.box4image {
    height: 200px;
  }



  .single-post h1.entry-title, .wp-block-cover .wp-block-cover__inner-container p, .archive-fudo h1.entry-title, .page h1.page-title {
    font-size: 1.8em;
    line-height: 1.5;
  }

  .archive .post {
    width: 46.5%;
  }

  .single-fudo h1.entry-title {
    font-size: 1.8rem;
    max-width: 90%;
  }

  .list_picsam img.box3image {
    margin: 0 5.5%;
    width: 89%;
    height: 375px;
  }

  .swiper-button-next, .swiper-button-prev {
    margin-right: 0;
    margin-left: 0;
  }

  .page-header {
    padding-bottom: 0;
  }
}
/* All Mobile Screen ( smaller than 900px )
================================================== */
@media only screen and (max-width: 900px) {
  .swiper-pagination.swiper-pagination-fraction {
    background: rgba(0, 0, 0, 0.41);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    left: 37%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 25% !important;
  }

  .main_picsam img {
    height: 220px;
  }

  .portfolio-box {
    padding-top: 25px;
  }

  .folio-column, .folio-column-full-width {
    margin: 0 5% 20px;
    width: 90%;
  }

  .site-info {
    margin-bottom: 40px;
  }
    #colophon .column-4 {
    padding: 0 3%;
    width: 50%;
  }
	.navigation.pagination{margin: 10px auto 50px;}
}
/* All Mobile Screen ( smaller than 768px )
================================================== */
@media only screen and (max-width: 767px) {
  .boxed-layout .wrap,
  .boxed-layout-small .wrap {
    width: 440px;
  }

  .comments-title,
  #respond h3#reply-title {
    font-size: 18px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 20px;
  }

  hr {
    margin-bottom: 30px;
  }

  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea,
  input[type="reset"],
  input[type="button"],
  input[type="submit"] {
    margin-bottom: 20px;
  }

  textarea {
    height: 150px;
  }

  input.s {
    margin: 0;
  }

  #site-title {
    font-size: 28px;
  }

  .boxed-layout #site-branding,
  .boxed-layout #site-title a img,
  .boxed-layout-small #site-branding,
  .boxed-layout-small #site-title a img {
    max-width: 400px;
  }

  .slider-content {
    left: 0;
    right: 0;
    text-align: center;
    width: 98%;
  }

  #content {
    padding-top: 35px;
  }

  /* ----- Column ----- */
  .column {
    margin: 0;
  }

  .four-column-full-width, .boxed-layout-small .four-column-full-width, #primary .three-column, #primary .four-column-full-width, #primary .four-column {
    margin: 0;
    width: 100%;
  }

  .four-column {
    padding: 0 10px 30px;
    width: 50%;
  }

  .three-column-post .post-container,
  .four-column-post .post-container {
    width: 50%;
  }

  .portfolio-box,
  .latest-blog-box {
    text-align: center;
  }

  .latest-blog-content {
    text-align: left;
  }

  #main .post {
    margin-bottom: 50px;
  }

  #main .latest-blog-content .post {
    margin-bottom: 0;
  }

  .home #main .latest-info-box .post {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .archive .post-featured-image {
    width: 100%;
  }

  .blog a.more-link:before {
    left: -50%;
    width: 50%;
  }

  .blog a.more-link:after {
    right: -50%;
    width: 50%;
  }

  .widget {
    margin-bottom: 40px;
  }

  .widget_custom-tagcloud {
    margin-bottom: 32px;
  }

  .widget_posts {
    margin-bottom: 20px;
  }

  #colophon .widget_posts {
    margin-bottom: 20px;
  }

  .site-info #site-branding {
    max-width: 100%;
  }

  .related li img {
    height: 130px;
  }

  th, td {
    padding: .8em .3em;
    font-size: 88%;
  }

  .latest-info-box.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 20px;
    width: 100%;
  }

  .latest-info-text b {
    float: left;
    line-height: 1.8em;
    padding: 5px 0 !important;
  }

  #list_add_table li {
    width: 100%;
  }

  .contact-box-in {
    display: grid;
    margin: 0 auto;
  }

  #toiawasesaki {
    margin: 20px 0;
  }

  .contact-box-left {
    border-right: 0;
    width: 100%;
  }

  .contact-box-right {
    margin-top: 20px;
    width: 100%;
  }

  .main_picsam img {
    height: 150px;
  }

  .list_picsam img.box3image {
    height: 300px;
  }
.sidebar {
    padding: 50px 5%;
    width: 95%;
}
  .kogma_drawer_menu .kogma_drawer_button {
    background-color: #fff;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
    right: 0;
    top: unset;
    margin: 0;
    height: 45px;
    width: 35%;
  }

  .kogma_drawer_menu .kogma_drawer_button.active {
  background-color: #000;
  border: none;
  border-radius: 50px 0 0 50px;
  bottom: 10px;
  color: #fff;
  height: 40px;
  padding-left: 5%;
  width: 35%;
  }

  .kogma_drawer_menu .kogma_drawer_text {
    text-align: left;
  }

  .kogma_drawer_menu .kogma_drawer_button:before {
    float: left;
    font-size: 16px;
  }

  .info-bottom span {
    border-radius: 4px;
    font-size: 16px;
    font-family: "FontAwesome";
    margin-right: 5px;
    padding: 2px 4px 3px;
    pointer-events: none;
  }

  .info-bottom span:before {
    content: '\f095';
  }
  .info-bottom {
    z-index: 10000;
  }
  .info-bottom a {
    background-color: #ffff;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
    color: #000;
    font-size: 12px;
    font-weight: normal;
    height: 45px;
    line-height: 20px;
    margin: 0;
    padding: 11px 10px 0 1%;
    position: fixed;
    left: 0;
    text-align: center;
    width: 65%;
  }
    .info-bottom a.vivid:hover {
    border-bottom: 8px solid #fff;
    border-left: 4px solid #fff;
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    background-color: #f5f5f5;
    color: #000;
  }
  .latest-info-text {float: left;width: 100%;}
#list_other dt,#list_other dd {
    display: block;
    text-align: left;
  }
#list_other dt {width: 35%;padding: 10px;}
#list_other dd,#list_other dl dd.last-and-odd, #list_other dl dd.chuushajyo, #list_other dl dd.kanrikeitai, #list_other dl dd.rimawari {width: 65%;padding: 10px;}
#list_other dd span.setsubi_dat {
    margin: 3px 1px;
    display: inline-block;
    padding: 2px 5px;
    background-color: #e6e6e6;
    border-radius: 5px;
    font-size: 12px;
}
#around_map .places label {width: 48%;margin-right:2%;}
#around_map .places label input {margin-right:2%}
}
/* All Mobile Screen ( smaller than 600px )
================================================== */
@media only screen and (max-width: 600px) {
  .has-2-columns {
    margin: 0 auto;
    width: 90%;
  }

  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: unset;
    margin: 0;
  }

  .alignleft, .alignright {
    display: grid;
    float: unset;
    margin: 0 auto;
    width: 100%;
  }
#syousai_box li, .grid-content.cookie_fudou_single li, .grid-content li, .box1low a:before {
    font-size: 12px;
    line-height: 1.8;
}
  .top_price, .top_madori {
    font-size: 110%;
  }

  .top-btn-left, .top-btn-right {
    width: 50%;
  }

  .top-btn-left a, .top-btn-right a {
    border-left: 1px solid #ddd;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }

  .slider-content .slider-title, .slider-content .slider-title a {
    font-size: 1.1em;
  }

  .slider-content .slider-text {
    font-size: .8em;
    padding: 0 2% 20px;
  }

  #wpadminbar {
    position: fixed;
  }

  .our-feature-box .two-column, .latest-blog-box .three-column {
    width: 100%;
  }
  .our-feature-box .two-column {
    padding: 0 15px 10px;
  }
  .latest-info-text .posted-on {
    width: 130px;
  }

  .latest-blog-text .entry-content p {
    margin: 0;
    padding: 0;
    width: 100%;
  }
.wp-block-image img{
    width: 100%;
}
  .home #main .latest-info-box .post {
    float: left;
  }

  .latest-info-box .one-column {
    padding: 10px;
  }

  .map-left, .map-right {
    width: 84%;
    margin: 0 8%;
  }

  .cont-map {
    max-height: 600px;
    margin: 25px 0;
  }

  .map-right iframe {
    max-height: 300px;
  }

  .home .wp-block-cover-image.alignfull {
    height: 200px;
    margin: 0;
    min-height: unset;
  }

  #colophon .widget-title, #colophon .wp-block-heading {
    border-bottom: 1px solid #484848;
    font-size: 1rem;
    line-height: 1.2;
  }

  .new_mark,.up_mark {
    font-size: 12px;
    height: 22px;
    left: -25px;
    padding: 0;
    top: 6px;
    width: 85px;
  }

  .about-box .wp-block-button {
    margin: 0;
  }

  #list_simplepage .hentry {
    width: 97%;
}
.single-post .entry-header {
    min-height: 250px;
    padding-bottom: 0;
}
.single .entry-header img, .page .page-header img {
    height: 250px;
}
.page .page-header img {
    height: 180px;
}
.single-post h1.entry-title {
    font-size: 1.3em;
    margin: 0 5%;
    top: 39%;
}
.single .entry-meta .cat-links {
    top: 15%;
}
.our-feature-box .feature-content {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
      margin: 2px 2% 20px;
  }
  .post-featured-image img {
    height: 160px;
  }
  .navigation.post-navigation .nav-previous {
    text-align: left;
}
  .navigation.post-navigation .nav-previous {
   border-right: 1px solid #afafaf;
   padding-right: 2%;
}
  .navigation.post-navigation .nav-next {
   text-align: right;
}
.navigation.post-navigation .nav-next .meta-nav{
    float: right;
    text-align: right;
    width: 100%;
}

.related h3 {margin: 0 0 24px;padding: 0;}
.entry-content h2 {
    line-height: 1.5;
    font-size: 1.2rem;
    margin: 1.75em auto;
    width: 65%;
}
}
/* All Mobile Screen ( smaller than 481px )
================================================== */
@media only screen and (max-width: 480px) {
  .boxed-layout .wrap, .boxed-layout-small .wrap {
    width: 90%;
  }

  .boxed-layout #colophon,
  .boxed-layout-small #colophon {
    margin-bottom: 10px;
  }

  #site-branding {
    max-width: 200px;
    padding: 0;
    position: relative;
    float: none;
  }
  .swiper-slide img {    height: 250px;
object-fit: cover;}
#site-branding img {
    width: 90%;
    position: absolute;
    top: 15px;
    left: 10px;
}
  .boxed-layout #site-branding,
  .boxed-layout #site-title a img,
  .boxed-layout-small #site-branding,
  .boxed-layout-small #site-title a img {
    max-width: 240px;
  }

  /* ----- Column ----- */
  .column {
    margin: 0;
  }

  .four-column {
    padding: 0 0 30px;
    width: 100%;
  }

  .four-column:nth-child(2n+3) {
    clear: none;
  }

  .two-column-post .post-container,
  .three-column-post .post-container,
  .four-column-post .post-container {
    width: 100%;
  }

  .btn-default {
    padding: 6px 18px;
    font-size: 13px;
  }

  .read_more_buttons a.btn-default {
    margin: 10px 0;
  }

  .related li img {
    height: 100px;
  }

  .about-text {
    padding: 10px 5% 15px;
  }

  .portfolio-img img {
    height: 150px;
  }

  .portfolio-title-wrap .portfolio-title {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .widget_fudo_top_slider ul.grid-content .box1image {
    height: 150px;
    width: 100% !important;
  }

  #toukou_top li {
    width: 100%;
    margin: 10px 0;
  }

  .main_picsam img {
    height: 125px;
  }

  .list_picsam img.box3image {
    height: 260px;
  }

  header.entry-header span.bu-cat {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 2% 2px;
    text-align: center;
    vertical-align: top;
    width: 50%;
  }

  .single-fudo h1.entry-title .new_mark {
    font-size: .5em;
    height: 35px;
    left: -13px;
    padding: 10px 0 0 0;
    top: 0px;
    width: 35px;
  }
#list_other_table h3 {
    font-size: 1.5rem;
    }
  .single-fudo .entry-header .entry-title {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 10px auto 0;
    padding-right: 0;
  }
.single-fudo .entry-header .fudo_kaiin_type_logo {
    margin-top: 22px;
}
  .feature-content img {
    height: 140px;
  }

  .our-feature-box .feature-title a {
    font-size: 14px;
    margin: 3%;
    width: 94%;
  }

  .feature-content h3 {
    margin: 0 0 10px;
    padding: 10px 5% 0;
  }

  .go-to-top {
    bottom: 5.5em;
  }

  .contact-form input[type="submit"] {
    padding: 10px 5px;
  }

  .grid-content li .top_title, #syousai_box li .top_title, .grid-content.cookie_fudou_single li .top_title, .archive-fudo .top_title {
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0 5%;
  }

  span.box1low {
    margin: 10px 0 15px;
  }

  span.box1low a {
    padding: 0;
    width: 70%;
  }

  span.box1low a:hover {
    width: 68%;
  }

  .wrap_fudo h3, .wrap_fudo2 h3, .box-title, .page-title,.single-post h1.entry-title, .wp-block-cover .wp-block-cover__inner-container p, .archive-fudo h1.entry-title, .page h1.page-title  {
    font-size: 20px;
  }

  .portfolio-img img, .grid-content li img, img.box1image, #syousai_box li img, .grid-content.cookie_fudou_single li img {
    height: 130px;
  }
.archive-fudo h1.entry-title {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
}
#nav-above1 .nav-next a, #nav-above1 .nav-next b {
	font-size: 12px;
    margin-right: 0;
    padding: 0 6px;
}
img.box4image {
    height: 200px;
}
  #colophon .widget-area {
    padding: 10px 0;
  }

  .slider-content {
    padding: 10px 20px 25px;
    top: 33%;
  }

  .slider-content .btn-default.dark {
    background-color: rgba(255, 255, 255, 0.74);
  }

  #search-box {
    padding: 5px;
    width: 90%;
  }

  th {
    padding: .8em .2em;
    font-size: 85%;
  }

  td {
    padding: .8em .2em;
    font-size: 88%;
  }

  #searchpage input[type="submit"], .widget.widget_fudo_b_k.wp_block input[type="submit"] {
    padding: 10px 0;
  }

  #main .comments-area ul, #main .comments-area ol {
    margin: 0;
  }

  .comments-area article {
    margin: 5px 0;
  }

  .comment-author.vcard {
    width: 80px;
  }

  .comment-author.vcard img {
    width: 70px;
  }
  #bread ul li {
    height: 20px;
    line-height: 18px;
    margin-right: 2px;
    font-size: 0.8rem;
}
  .latest-info-text b {
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.custom-header {
    height: 300px;
}
.wp-custom-header img {
    height: 180px;
    min-height: unset;
}
.box-sub-title {
    line-height: 1.5;
    text-align: left;
}
.box-sub-title br{
    line-height: 2.5;
}
  .kogma_drawer_menu .kogma_drawer_nav_wrapper {
    max-width: 90%;
    z-index: 999;
  }
    .archive .post {
    width: 97%;
  }
.kaiin_register {
    width: 100%;
}
#page_jsearch_page{
    width: 98%;
}
.pagination {
    margin: 10px auto;
}
}
/* All Mobile ( smaller than 380px )
================================================== */
@media only screen and (max-width: 380px) {
  .main_picsam img,.portfolio-img img, .grid-content li img, img.box1image, #syousai_box li img, .grid-content.cookie_fudou_single li img {
    height: 110px;
  }
.latest-info-text .posted-on {
    font-size: 14px;
    width: 115px;
}
  .list_picsam img.box3image {
    height: 220px;
  }
  .kogma_drawer_menu .kogma_drawer_button:before {font-size: 14px;width: 30px;}
}
/* All Mobile ( smaller than 320px )
================================================== */
@media only screen and (max-width: 320px) {
  #commonCnt br {
    display: block;
  }

  .slider-content {
    padding: 10px;
  }

  .widget select#mel, .widget select#meh, .widget select#kalc, .widget select#kahc, .widget select#kalb, .widget select#kahb {
    width: 46%;
  }
  .list_picsam img.box3image {
    height: 200px;
  }

  .info-bottom a {
    width: 60%;
  }

  .kogma_drawer_menu .kogma_drawer_button {
    width: 40%;
  }

  .kogma_drawer_menu .kogma_drawer_button:before {
    width: 30px;
  }
}
