@charset "UTF-8";

@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden
  }

  .pad {
    padding: 10px;
    box-sizing: border-box
  }

  .image-container {
    height: 200px
  }

  .page-image-text .caption {
    font-size: 14px;
    line-height: 18px
  }

  .palla .widget-meta {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box
  }

  #nav-header {
    float: none
  }

  #logo-small {
    text-align: center;
    float: none;
    max-width: 200px;
    position: relative;
    display: inline-block;
    padding-left: 0;
    height: auto
  }

  #header_contentwidth {
    padding: 20px 0
  }

  .widget_mt_posts h3,
  .widget_alx_tabs {
    margin-bottom: 5px
  }

  .widget_mt_posts h4 {
    margin-bottom: 15px
  }

  #footer-top-widgets {
    padding: 0 20px
  }

  .site-title {
    padding: 0;
    width: 100%;
    float: none
  }

  .site-title a {
    text-align: center
  }

  .site-title {
    font-size: 32px
  }

  .site-title a {
    max-width: 240px;
    margin: 0 auto
  }

  #footer .widget {
    margin-top: 0;
    padding-bottom: 0
  }

  #footer .widget select {
    background-color: #fff;
    color: #434343
  }

  #footer-bottom .pad {
    padding-top: 0
  }

  .pagination {
    margin-bottom: 0
  }

  #header_contentwidth {
    margin: 0 auto
  }

  .feature_meta {
    display: none
  }

  #nav-footer .nav-toggle {
    z-index: 999
  }

  .nav-container {
    text-transform: none
  }

  .nav-toggle,
  .nav-text {
    display: block
  }

  .nav-toggle div {
    margin: 5px 10px;
    width: 30px;
    height: 30px;
    position: relative
  }

  .nav-toggle span {
    display: block;
    position: absolute;
    width: 22px;
    height: 3px;
    content: " ";
    left: 4px;
    border-radius: 2px
  }

  .nav-toggle span:nth-child(1) {
    top: 8px
  }

  .nav-toggle span:nth-child(2) {
    top: 13px
  }

  .nav-toggle span:nth-child(3) {
    top: 18px
  }

  #nav-footer .nav-wrap {
    padding-top: 50px
  }

  .nav-wrap.transition {
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
  }

  #nav-topbar .nav li a {
    color: #5F5F5F;
    border-top: 1px solid rgba(255, 255, 255, 0.8)
  }

  #nav-topbar .nav li > a:hover {
    color: #5F5F5F
  }

  .nav-container {
    text-transform: none
  }

  .topbar-enabled #header {
    padding-top: 0;
    text-align: center
  }

  #header .pad {
    padding-top: 0;
    padding-bottom: 0
  }

  .menu_description {
    font-size: 11px
  }
  
  /* トグルメニューの切り替えポイント変更につき、769px以下の指定から以下部分をまるッと移動（25.10.15） */
  #slider-up-nav,
  .nav-wrap {
    display: none
  }

  .toggle-search {
    right: 62px;
    top: 13px;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    font-size: 22px
  }

  #drawer {
    display: block
  }

  #wrapper {
    position: relative;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out
  }

  #wrapper.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    overflow: hidden
  }

  .open .nav-toggle-smart:before,
  .open .nav-toggle-smart:after {
    top: 21px;
    left: 10px;
    background-color: #fff;
    opacity: 1
  }

  .open .nav-toggle-smart span {
    background-color: #fff;
    opacity: 1
  }

  .open .nav-toggle-smart:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .open .nav-toggle-smart:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .nav-toggle-smart span,
  .nav-toggle-smart:after,
  .nav-toggle-smart:before {
    background-color: #fff
  }

  .open .nav-toggle-smart span {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
  }

  #drawer.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    padding-right: 10px
  }

  #smart-tel a {
    display: block;
    padding: 10px;
    color: #fff;
    margin: 10px auto;
    background-color: rgba(138, 199, 209, 1.00);
    text-align: center;
    max-width: 130px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
  }

  #smart-logo-drawer img {
    max-width: 150px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto
  }

  .navigation .drawer-button a {
    width: 36px;
    height: 36px;
    display: block;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(138, 199, 209, 1.00)
  }

  #drawer .drawer-button a {
    width: 30px;
    height: 30px;
    display: block;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(138, 199, 209, 1.00)
  }

  #wrapper.open .drawer-button {
    display: none
  }

  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999
  }

  #drawer {
    padding: 70px 0 20px;
    height: calc(100% - 90px); /* 100%ではスクロール時、見切れる為（※ボックスモデル：content-box） */
  }

  #drawer ul li {
    position: relative
  }

  #drawer ul li a {
    padding: 5px 0;
    display: block
  }

  #drawer .menu_description {
    display: none
  }

  ul .sub-menu {
    display: none
  }

  li.menu-item-has-children > span:before {
    width: 40px;
    height: 100%;
    cursor: pointer;
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 0;
    text-align: center;
    padding-top: 5px;
    font-size: 12px
  }

  li.menu-item-has-children > span.toggle-open:before {
    content: "\f077";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    background-color: transparent;
    font-size: 12px
  }

  ul .sub-menu li {
    color: rgba(65, 65, 65, 1.00) !important
  }

  .nav ul.sub-menu {
    opacity: 1 !important
  }

  ul.sub-menu li a {
    padding-left: 25px !important
  }

/* 先頭の「z」、おそらく誤入力の為、一旦非表示に
  z .nav-toggle {
    display: block;
    position: absolute
  }
*/
}

@media only screen and (max-width: 769px) {
  .post-thumbnail {
    margin-right: 10px;
  }

  .palla .parallax {
    background-attachment: scroll !important;
    background-size: auto 100%
  }

  .post-list h2.post-title,
  .post-list-3c h2.post-title {
    text-align: left;
    padding: 0
  }

  .subtitle {
    display: none
  }

  #footer-widgets {
    padding: 10px;
    box-sizing: border-box
  }

  h2.widgettitle {
    padding: 30px 10px
  }

  .wpcf7 input[type=submit] {
    width: 100%
  }

  .parallax_widget h2.widgettitle,
  h2.widget_title,
  h2.widgettitle {
    font-size: 24px !important;
    line-height: 1.6em
  }

  .eyecatch-style-2 .eyecatch_content,
  .eyecatch-style-2 ul li:nth-child(odd) .eyecatch_thumb,
  .eyecatch-style-2 ul li:nth-child(even) .eyecatch_thumb,
  .eyecatch-style-2 ul li:nth-child(odd) .eyecatch_content,
  .eyecatch-style-2 ul li:nth-child(even) .eyecatch_content {
    float: none;
    width: 100%;
    position: relative
  }

  .eyecatch-style-2 ul li:nth-child(odd) .eyecatch_content,
  .eyecatch-style-2 ul li:nth-child(even) .eyecatch_content {
    left: 0;
    top: 0;
    padding: 10px;
  }

  .eyecatch-style-1 ul li {
    width: 100% !important;
    float: none
  }

  .btn-next {
    bottom: 100px
  }

  .btn-next:hover {
    bottom: 90px
  }

  .post-list-3c .page,
  .post-list-3c .post {
    width: 100%
  }

  * {
    font-family: Helvetica;
    -webkit-appearance: none
  }

  .image-container {
    height: 250px
  }

  .flexslider .slides > li .slider_image {
    height: 300px
  }

  #palla {
    height: 180px
  }

  #nav-footer .nav-toggle {
    display: block
  }

  #footer .nav-toggle span {
    background-color: #fff
  }

  .mega-menu {
    display: none
  }

  .contact-info-column {
    position: relative
  }

  body {
    overflow-x: hidden !important
  }

  #header-inner {
    height: 50px
  }

  #footer {
    margin-top: 0;
    background-size: auto 100%
  }

  #owl_wrapper {
    margin: 0
  }

  .content .pad {
    padding: 0
  }

  .page-widget {
    margin-bottom: 0
  }

  .excerpt,
  #header_social_links {
    display: none
  }

  .expand .nav-wrap {
    height: auto
  }

  .safari .nav-wrap.transition {
    -webkit-transition: none;
    transition: none
  }

  .nav {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.00)
  }

  .nav li a {
    line-height: 20px;
    display: block;
    padding: 8px 20px;
    border-bottom: #DBDBDB 1px dotted
  }

  .nav li li a {
    padding-left: 45px;
    padding-right: 15px;
    border-bottom: #DBDBDB 1px dotted
  }

  .nav li {
    position: relative
  }

  .nav li > a:only-child:after {
    content: ''
  }

  .nav > li {
    font-size: 14px;
    text-align: left
  }

  .nav ul {
    display: block !important;
    opacity: 1 !important
  }

  .nav ul li {
    font-size: 13px;
    font-weight: 300
  }

  .nav ul li a {
    padding-top: 6px;
    padding-bottom: 6px
  }

  #breadcrumb {
    display: none
  }

  .home #smartphone-widgets {
    padding: 10px;
    text-align: center;
    position: relative;
    margin-top: 10px
  }

  .page #smartphone-widgets,
  .single #smartphone-widgets,
  .archive #smartphone-widgets,
  .search #smartphone-widgets,
  .error404 #smartphone-widgets {
    padding: 10px;
    text-align: center;
    position: relative;
    margin-top: 10px
  }

  .post-thumb-category {
    display: none
  }

  .s1 .alx-posts .post-item-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    margin: 0;
    width: 100%;
    display: inline-block
  }

  .alx-posts .post-item-date {
    margin-top: 10px
  }

  #nav-header .container {
    padding: 0
  }

  #nav-header .nav {
    padding-bottom: 20px
  }

  #nav-header .nav li a {
    border-top: 1px solid rgba(255, 255, 255, 0.06)
  }

  #nav-topbar .nav li.current_page_item > a,
  #nav-topbar .nav li.current-menu-item > a,
  #nav-topbar .nav li.current-post-parent > a {
    color: #222
  }

  #nav-footer .nav li a {
    color: #fff
  }

  #nav-footer .nav li > a:hover {
    color: #fff
  }

  #nav-footer .nav li.current_page_item > a,
  #nav-footer .nav li.current-menu-item > a,
  #nav-footer .nav li.current-post-parent > a {
    color: #676767
  }

  .content .post-nav li.previous {
    border-bottom: 1px solid #eee
  }

  #page-top {
    display: none !important
  }

  #nav-footer .menu_title {
    color: #2D2D2D
  }

  .mt-postlist_group {
    width: 100%;
    padding: 10px;
    box-sizing: border-box
  }

  .mt-postlist {
    width: 100%;
    height: auto;
    margin-bottom: 10px
  }

  .mt-postlist-small {
    display: none
  }

  .post_format_icon {
    display: none
  }

  #header {
    padding: 0
  }

  .pagination span,
  .pagination a,
  .post-pages a,
  .pagination .current {
    padding: 10px 15px
  }

  .container {
    padding: 0
  }

  .grid {
    width: 100%;
    margin: 0 0 10px
  }

  .page-title.pad {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .sidebar-toggle {
    height: 50px
  }

  .sidebar-toggle i {
    padding: 5px 0
  }

  .feature_meta {
    width: 100%;
    box-sizing: border-box
  }

  .site-description,
  .image-caption,
  .owl-buttons,
  .page-header-imagee {
    display: none
  }

  .notebox {
    margin-bottom: 20px
  }

  .entry {
    font-size: 15px
  }

  .nav-text {
    padding: 10px 0
  }

  .freespace-pad,
  .widget_mt_posts {
    padding: 20px 10px
  }

  .search-expand {
    right: 0;
    top: 50px;
    max-width: 100%;
    box-sizing: border-box
  }

  #footer-bottom .one-half.last {
    margin-bottom: 0
  }

  #footer-bottom {
    text-align: center
  }

  #footer-bottom #footer-logo {
    margin: 40px auto
  }

  #footer-bottom .social-links {
    float: none
  }

  #footer-bottom .social-links li {
    margin-left: 4px;
    margin-right: 4px
  }

  .comment-tabs {
    font-size: 14px
  }

  .commentlist li {
    font-size: 13px
  }

  .commentlist li ul li {
    padding-left: 10px
  }

  #page {
    margin-top: 0;
    padding-bottom: 10px
  }

  .pagination {
    margin-bottom: 0
  }

  .page-title {
    font-size: 14px
  }

  .page-image-text {
    margin-top: -15px
  }

  .page-image-text .description {
    font-size: 13px
  }

  .post-list {
    margin-left: 0;
    margin-right: 0
  }

  .post-list .post,
  .post-list .page,
  .post-list-3c .post {
    width: 100%
  }

  .post-list .post-row,
  .post-list-3c .post-row {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    border: 0
  }

  .post-list .post-inner,
  .post-list-3c .post-inner {
    margin-right: 0
  }

  .post-standard .post-inner {
    padding-left: 120px
  }

  .post-standard .post-thumbnail {
    margin-left: -120px;
    max-width: 100px
  }

  .post-inner .post-thumbnail {
    width: 100px;
    float: left
  }

  .post-standard .post_description {
    padding: 5px
  }

  .post-meta {
    margin-bottom: 0
  }

  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6 {
    font-size: 22px
  }

  .featured .post-title,
  .single .post-title {
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 10px
  }

  .post-byline {
    font-size: 13px
  }

  .post-format {
    margin-bottom: 20px
  }

  .format-gallery .post-format .flexslider .slides img {
    max-height: 240px
  }

  .format-quote .post-format blockquote,
  .format-link .post-format p {
    font-size: 18px
  }

  .single .format-status .entry {
    font-size: 20px;
    line-height: 1.4em
  }

  .post-format .format-container .fa {
    font-size: 28px
  }

  .entry.share {
    padding-right: 0
  }

  .sharrre-container {
    position: relative;
    float: left;
    width: auto;
    padding: 0;
    margin: 20px 0 0
  }

  .sharrre-container span {
    text-align: left
  }

  .sharrre-container > div {
    float: left;
    margin-right: 10px
  }

  .author-bio .bio-desc {
    font-size: 13px
  }

  .content .post-nav li {
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .content .post-nav li a {
    min-height: 0
  }

  .single .related-posts .post-title {
    font-size: 15px
  }

  .related-posts li {
    width: 50%
  }

  .related-posts li:nth-child(2) article {
    border-right-color: transparent
  }

  .related-posts li:nth-child(3),
  .related-posts li:nth-child(4) {
    display: none
  }

  .dropcap {
    font-size: 80px
  }

  .content,
  .sidebar {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .sidebar {
    width: 100%;
    display: block;
    float: none
  }

  .main,
  .main-inner {
    background-image: none !important;
    padding: 0 !important
  }

  .s2 {
    text-align: left
  }

  .flexslider {
    position: relative;
    zoom: 1
  }

  .content .pad {
    padding: 20px
  }

  #footer-top-widgets {
    padding: 0 20px;
    margin-top: 10px
  }

  .mobile-sidebar-hide-s1 .s1,
  .mobile-sidebar-hide-s2 .s2,
  .mobile-sidebar-hide .sidebar {
    display: none
  }

  .sidebar-top,
  .sidebar .widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left
  }

  .notebox {
    margin-bottom: 15px
  }

  .gallery-caption {
    display: none
  }

  .post-standard .post-inner {
    padding-left: 100px
  }

  .post-standard .post-thumbnail {
    margin-left: -110px;
    max-width: 100px
  }

  .format-link .post-format p {
    margin-bottom: 5px
  }

  #container {
    width: 100% !important
  }

  article.grid-3c {
    box-sizing: border-box;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 5px
  }

  .box {
    width: 100%
  }

  .border-double {
    display: none
  }
}

@media screen and (max-width: 480px) {
  .widget_frame {
    padding-top: 20px 0
  }

  .iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0
  }

  .iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .widget_mt_posts h3,
  .widget_alx_tabs,
  .widget_freeareaitem h3 {
    font-size: 24px
  }

  .widget {
    margin-top: 0
  }

  #paginate {
    padding: 0
  }

  .themeform.searchform div input {
    font-size: 14px
  }
}
