@charset "utf-8";

/*
theme Name: Custom WPT
Author: warbler
version: 1.0.0
Description: ワードプレスをカスタマイズするための基本機能と充実したウィジェット機能を兼ね備えています。カスタマイズ画面からレイアウトやカラーモバイルの設定など簡単に変更できます。
wordpress theme
*/

/* ----------------------------------------
import css files
---------------------------------------- */
@import url("./css/reset.css");
@import url("./css/header.css");
@import url("./css/footer.css");
@import url("./css/sidebar.css");
@import url("./css/single.css");
@import url("./css/page.css");
@import url("./css/widget.css");
@import url("./css/contactform.css");
@import url("./css/short_code.css");
@import url("./css/swiper_basewpt.css");
@import url("./css/block-style.css");
@import url("./css/swiper_easycatalog.css");
@import url("./css/easycatalog.css");
@import url("./css/pagenavi.css");

@font-face {
  font-family: "Allura";
  src: url( "fonts/Allura-Regular.ttf");
}

@font-face {
  font-family: "SawarabiGothic";
  src: url( "fonts/SawarabiGothic-Regular.ttf");
}

.fonttype-Allura {
  font-family: 'Allura', 'Noto Serif JP', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ----------------------------------------
entire setting
---------------------------------------- */
html {
  font-size: 16px;
}
body {
  font-family: 'Noto Sans Japanese','メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5 !important;
  margin: 0;
  padding: 0;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
}
img {
  max-width: 100%;
  height: auto;
}
.content-inner {
  padding: 0 12%;
}
@media only screen and (max-width: 1180px) {
  body {
  }
  .content-inner {
    padding: 0 2% !important;
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 2% !important;
    margin-top: 140px;
  }
}

/* ----------------------------------------
bread-area
---------------------------------------- */
.breadcrumb-area {
  padding: 2% 0;
  color: #262626;
  font-size: .9em;
  letter-spacing: .1em;
  width: 100%;
  text-align: right;
}
.breadcrumb-align-right {
  text-align: right;
}
@media ( max-width: 767px ) {
  .breadcrumb-area {
    display: none !important;
  }
}

/* ----------------------------------------
main ( company )
---------------------------------------- */
/*
.main {
  padding: 2% 12%;
}
@media ( max-width: 767px ) {
  .main {
    padding: 2%;
  }
}
*/
/* ----------------------------------------
mail privacy main
---------------------------------------- */
.main-content {
  padding: 0 12%;
}
@media ( max-width: 1180px ) {
  .main-content {
    padding: 2%;
    margin-top: 100px;
  }
}
@media ( max-width: 767px ) {
  .main-content {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}

/* お知らせと施工実績用の上部余白クラス */
@media screen and ( max-width: 1180px ) and ( min-width: 768px ){
  .s_wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .s_category_wrapper {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .s_no_top {
    padding-top: 0 !important;
  }
}
@media ( max-width: 767px ) {
  .s_wrapper {
    margin-top: 90px;
  }
  .s_category_wrapper {
    margin-top: 90px;
  }
  .s_side {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  .s_side_4 {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .s_bottom {
    margin-bottom: 3em;
  }
  .s_no_bottom {
    margin-bottom: 0 !important;
  }
  .s_font {
    font-size: .9em;
  }
}

/* ----------------------------------------
news-ticker
---------------------------------------- */
.news-ticker {
  padding: 1.5% 12%;
  width: 100%;
  overflow: hidden;
}

.news-ticker ul {
  width: 100%;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
  height: 25px !important;
}

@media screen and (max-width:767px) {
  .news-ticker ul {
    line-height: 1.5;
    font-size: 1.2em;
    height: 60px !important;
  }
}

.news-ticker ul li {
  display: inline-block;
  padding-bottom: 1em;
}

.news-ticker li a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em;
}

@media screen and (max-width:767px) {
  .news-ticker {
    padding: 4% 5%;
    line-height: 1;
  }
  .news-ticker li a {
    font-size: .9em;
  }
}

/* ----------------------------------------
privacy wrapper
---------------------------------------- */
.privacy-wrapper {
  padding: 4% 0 2%;
  letter-spacing: .1em;
}

.privacy-wrapper h1 {
  color: #333;
  margin-bottom: 1em;
  text-align: center;
}

.privacy-wrapper h2 {
  padding-top: .5em;
  font-size: 1em;
  font-weight: normal;
  color: #333;
}

.privacy-wrapper p {
  padding: 1em 0;
  line-height: 1.5 !important;
  color: #535353;
}
@media screen and ( max-width: 1180px ) {
  .privacy-wrapper h1 {
    font-size: 1em;
    font-weight: inherit;
  }
}

@media screen and ( max-width: 767px ) {
  .privacy-wrapper {
    margin: 0 !important;
  }
  .privacy-wrapper h1 {
    font-size: .9em;
  }
  .privacy-wrapper h2 {
    font-size: .9em;
  }
  .privacy-wrapper p {
    font-size: .9em;
  }
}

/* ----------------------------------------
policy link
---------------------------------------- */
@media screen and ( max-width: 767px ) {
  .policy-link-attention {
    padding: 0 .1em;
    font-size: .9em;
  }
  .policy-link {
    padding: .1em;
    font-size: .9em;
  }
  .policy-link span {
    font-size: .9em;
  }
}

#contact-btn .wpcf7-list-item {
  margin: 0 !important;
}
.policy-link {
  text-decoration: underline;
  line-height: 2.5;
}
.policy-link span {
  font-size: 1.1em;
  padding-right: .25em;
  color: #535353;
}

/* ----------------------------------------
404 error page
---------------------------------------- */
.error-content-inner {
  margin: 10% 0;
  text-align: center;
  line-height: 1.8;
  font-size: 1.1em;
}

@media screen and ( max-width: 1180px ) {
  .error-content-inner {
    padding: 5em 0;
  }
}
@media screen and ( max-width: 767px ) {
  .error-content-inner h2 {
    font-size: 1em;
  }
  .error-content-inner p {
    font-size: .9em;
  }
}

/* ----------------------------------------
container for pageup and pagedown
---------------------------------------- */
.pageup-container {
  animation: fadeup 1s;
}

@keyframes fadeup {
  0%{
    opacity: 0;
    transform: translateY(40px);
  }
  10%{
    opacity: 0;
    transform: translateY(40px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.fadedown-container {
  animation: fadedown 1s;
}

@keyframes fadedown {
  0%{
    opacity: 0;
    transform: translateY(-10px);
  }
  5%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------
pagenation design
----------------------------------- */
.page_nation {
  padding:2em;
  display:flex;
  justify-content:center;
}
.page_nation a, .page_nation span {
  color: #fff;
  background: #000;
  width:50px;
  height:50px;
  margin:5px;
  text-align:center;
  font-size: 1em;
  font-weight:bold;
  line-height:50px;
  text-decoration:none;
  transition:.3s;
  box-shadow:
  0 1.9px 2.5px rgba(0, 0, 0, 0.057),
  0 5px 6.1px rgba(0, 0, 0, 0.076),
  0 10.1px 11.4px rgba(0, 0, 0, 0.086),
  0 19.2px 19.8px rgba(0, 0, 0, 0.092);
}
.page_nation a:hover {
  opacity: .5;
  animation: jump_ani .3s ease infinite alternate;
}

.page_nation .current {
  opacity: .5;
}

.page_nation .dots {
  background:none;
}

@keyframes jump_ani {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

/* -----------------------------------
Configuration Page Nation
--Text meant only for screen readers
----------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* -----------------------------------
gmap
----------------------------------- */
/*
.gmap-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10%;
}
.gmap-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 2% 2%;
}
*/

.gmap-wrapper {
  background: #eee;
  margin-top: 2.5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1180px) {
  .gmap-wrapper {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .gmap-wrapper {
    margin-top: 0;
    margin-bottom: 10%;
  }
}

/* -----------------------------------
map-image
----------------------------------- */
/*
.map-image-title h2 {
  width: 100%;
  padding: 3%;
}

.map-image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  padding: 0 3%;
  margin-bottom: 3%;
  letter-spacing: .1em;
}

.map-image-content .map-image-1 {
  background: url('../../../../wp-content/themes/custom-wpt/images/wakayama.jpg');
}

.map-image-content .map-image-2 {
  background: url('../../../../wp-content/themes/custom-wpt/images/oosaka.jpg');
}

.map-image-content .map-image-3 {
  background: url('../../../../wp-content/themes/custom-wpt/images/entrance.jpg');
}

.map-image-content .map-image-4 {
  background: url('../../../../wp-content/themes/custom-wpt/images/parking.jpg');
}

.map-image-content .map-image-1,
.map-image-content .map-image-2,
.map-image-content .map-image-3,
.map-image-content .map-image-4 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
}

.map-image-content .col-md-6 {
	-ms-flex: 0 0 49;
	flex: 0 0 49;
	max-width: 49%;
}

.map-image-content .map-content-msg {
	-ms-flex: 0 0 100;
	flex: 0 0 100;
	width: 100%;
}

.map-image-content .col-md-6 p {
  padding: 1% 0;
}

@media screen and (max-width: 767px) {
  .map-image-content {
    gap: 2%;
  }
  .map-image-content .map-image-1,
  .map-image-content .map-image-2,
  .map-image-content .map-image-3,
  .map-image-content .map-image-4 {
    height: 150px;
  }
  .map-image-content .col-md-6 p {
    padding: 0;
    font-size: .8rem;
  }
  .map-image-content .map-content-msg {
    font-size: .8rem;
  }
}
*/

/* -----------------------------------
moible no space
----------------------------------- */
@media screen and (max-width: 1180px) {
  .s_no_space {
    height: 0 !important;
  }
  .text-nl {
    display: block;
  }
  div#access {
    display: block;
    margin-top:-70px;
    padding-top:70px;
  }
}

/* header fixed mobile content */
.mobile-content {
  display: none;
}
@media screen and (max-width: 1180px) {
  .mobile-content {
    position: fixed;
    z-index: 99 !important;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width:100%;
    background: #2b2b2b;
  }
  .mobile-content a {
    -ms-flex: 0 0 20;
    flex: 0 0 20;
    -webkit-justify-content: space-between;
    max-width: 20%;
    width: 20%;
  }
  .mobile-home,
  .mobile-info,
  .mobile-tel,
  .mobile-mail,
  .mobile-top {
    position: relative;
    padding: .5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-top {
    background: #2b2b2b;
  }
  .mobile-home,
  .mobile-info,
  .mobile-tel,
  .mobile-mail {
    border-right: 1px solid #535353;
  }
  .mobile-home span,
  .mobile-info span,
  .mobile-tel span,
  .mobile-mail span,
  .mobile-top span {
    font-size: .6rem;
    color: #fff;
    letter-spacing: .2em;
    padding-top: .2em;
    white-space: nowrap;
  }
  .mobile-home-icon,
  .mobile-info-icon,
  .mobile-tel-icon,
  .mobile-mail-icon,
  .mobile-top-icon {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 1.2rem;
  }
}


#top-nav li {
  display: block;
}

#top-nav li.on {
  font-weight: bold;
  color: red;
  transition: .3s;
}
