/*
Theme Name:tpl05
Template:astra
Version:1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap');

body {
  letter-spacing:0.1em;
  line-height: 2em;
  font-family: "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-display: swap;
}
.site-title{
	display: none;
}

.font_mincho {
  font-family: 'Zen Old Mincho', serif !important;
}

.text-vertical{
  display: inline;
  /** position: absolute; **/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /** left: 50%;
  top: 10%;
  transform: translate(-50%, -50%); **/
}
.white{
  color:#fff;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
/* Flex */
.flex {
  display: flex;
}
.flexw {
  display: flex;
  flex-wrap: wrap;
}
.flexr {
  display: flex;
  flex-direction: row-reverse;
}
.flexsb {
  justify-content: space-between;
}
.flexc {
  justify-content: center;
  align-items: center;
}
.col-2 {
  width: 49%;
}
.col-3 {
  width: 32%;
}
.col-4 {
  width: 24%;
}
.col-5 {
  width: 19%;
}
/* ヘッダー
------------------------------------------ */
.header-top {
  position: absolute !important; 
  top: 0 !important; 
  left: 0 !important; 
  width: 100% !important; 
}
/**.site-header-primary-section-right {
  margin-right: 100px;
}**/
header.ast-custom-header #global_nav a {
  color: #fff;
}
/** header.ast-custom-header img {
  filter: brightness(0) invert(1);
} **/
header.ast-custom-header.change-color {
  background: rgba(255, 255, 255, 0.9);
}
header.ast-custom-header.change-color #global_nav a {
  color: #333;
}
header.ast-custom-header.change-color #global_nav a:hover {
  color: #0065ae;
}
header.ast-custom-header.change-color img {
  filter: brightness(1) invert(0) !important;
}

/* ページヘッダー
------------------------------------------ */
.pankuzu {
  color: #fff;
  font-size: 12px;
}
.pankuzu a {
  color: #fff;
}
/** breadcrumb **/
div.breadcrumbs {
  color: #333;
}

div.breadcrumbs a{
  color: var(--ast-global-color-0);
}

div.breadcrumbs a:hover{
  color: var(--ast-global-color-1);
}
/* 傾斜
------------------------------------------ */
.skew-14 {
  transform: skewX(-14deg);
}
.skew14 {
  transform: skewX(14deg);
}
.skew-10 {
  transform: skewX(-10deg);
}
.skew10 {
  transform: skewX(10deg);
}
.skew-7 {
  transform: skewX(-7deg);
}
.skew7 {
  transform: skewX(7deg);
}
/* ボタン
------------------------------------------
.elementor-button-wrapper {
  transform: skewX(-7deg);
}
.elementor-button-wrapper i, .elementor-button-wrapper .elementor-button-text {
  transform: skewX(7deg);
} */
/* テーブル
------------------------------------------ */
table {
  border: none;
  /* box-shadow:5px 5px 15px rgba(0,0,0,0.1) */
  border-collapse: collapse;
}
table th {
  padding: 15px 30px;
  border-top: 1px solid #F1EEE7;
  border-bottom: 1px solid #F1EEE7;
  border-right: 1px solid #F1EEE7;
  border-left: 1px solid #F1EEE7;
  text-align: left;
  vertical-align: top;
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
}
table td {
  padding: 15px 30px;
  border-top: 1px solid #F1EEE7;
  border-bottom: 1px solid #F1EEE7;
  border-right: 1px solid #F1EEE7;
  border-left: 1px solid #F1EEE7;
  background: #fff;
}
@media screen and (max-width: 768px) {
  table th {
    display: block !important;
    width: 100% !important;
    vertical-align: middle;
  }
  table td {
    display: block !important;
    width: 100% !important;
  }
}
/* キャプション
------------------------------------------ */
.gallery-caption{
  border: none !important;
}

/* Contact Form
---------------------------------------- */
.inquiry th {
  padding: 1em 1em 0;
  background: var(--ast-global-color-8);
  color: var(--ast-global-color-3);
}
.inquiry td {
  padding: 1.5em 1em 0;
}
input[type=text], input[type=email], input[type=tel], select, textarea{
  background: #f5f5f5 !important;
  border: none !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus{
  background: var(--ast-global-color-8) !important;
  border: 1px solid var(--ast-global-color-1) !important;
}
input::placeholder,
textarea::placeholder {
  color: #999999;
  opacity: 0.7;
}

/* 必須・任意のサイズ調整 */
.inquiry .haveto, .inquiry .any {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  line-height: 1;
}
/*必須の調整*/
.haveto {
  padding: 5px 10px;
  background: var(--ast-global-color-1);
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  padding: 5px 10px;
  background: var(--ast-global-color-3);
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1.5em 0;
  margin: 30px auto 0 auto;
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}
@media(max-width:768px) {
  .inquiry{
    width: 100%;
  }
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}

/* Contact Form look
---------------------------------------- */
.look{
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.look ul li{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
}
@media(max-width:768px) {
  .look ul li{
    line-height: 1.6em;
  }
}

/* Exclude Phone Link on smartphones only
---------------------------------------- */
@media screen and (min-width: 768px){
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}