/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ホーム
------------------------- */
/* メインビジュアルのマスク */
#mainmask img {
  clip-path: url(#mask);
}
#mainmask svg {
  width: 0;
  height: 0;
}
#mainmask clipPath {
  transform: scale(calc(1/1188), calc(1/658));
}
.uael-heading-text {
  margin-right: 18px;
}
.uael-module-content {
  display: flex;
}
.pagetitle .uael-module-content {
  display: block !important;
}
/*トップキャッチコピー*/
.topcc {
  writing-mode: vertical-rl;
  flex-direction: row-reverse;
}
/*メニュー*/
.yokomenu li:hover {
  background-color: var(--ast-global-color-1);
}
.yokomenu li {
  transition: 0.5s;
  display: block;
  background-color: #fff;
  border: 3px solid var(--ast-global-color-1);
  width: 100%;
  height: 72px;
  margin-bottom: 8px !important;
  border-radius: 16px;
  text-align: center;
}
.yokomenu li a{
  color: #333 !important;
  font-weight: 600;
}
.yokomenu li.menu-item a.uael-menu-item {
  display: block;
}
/*タイトル属性カスタマイズ*/
.yokomenu li.menu-item a.uael-menu-item span {
  color: #d1be9f;
  font-size: 12px;
  display: block;
  padding-top: 7px;
}
.elementor-image-carousel-wrapper {
  border-radius: 16px;
}
.uael-post__bg-wrap {
  border-radius: 16px;
}
.topcc_2 {
  transform: rotate(-7deg);
}
.img_sita {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
/* お問い合わせ */
.grecaptcha-badge {
  visibility: hidden;
}
.inquiry{
  border: none !important;
}
.inquiry th {
  min-width: 30%;
  font-size: 15px;
  border-bottom: 1px solid #ccc !important;
  border-right: none !important;
}
.inquiry td {
  font-size: 15px;
  border-bottom: 1px solid #ccc !important;
  border-right: none !important;
}
.inquiry th p, .inquiry td p {
  margin: 0 !important;
}
.look {
  padding: 20px;
  background: #fcf7ed;
  font-size: 14px;
  line-height: 1.3;
}
/* 必須・任意のサイズ調整 */
.haveto, .any {
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
/*必須の調整*/
.haveto {
  background: #d73834;
  color: var(--ast-global-color-4);
}
/*任意の調整*/
.any {
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
}
/*チェックボックスを横並び指定*/
.wpcf7-checkbox {
  display: flex;
}
label {
  margin: 0 !important;
  padding: 0 !important;
}
.inquiry input[type="text"], .inquiry input[type="tel"], .inquiry input[type="email"], textarea {
  border-radius: 8px;
  background: #f5f5f5;
}
.inquiry .wpcf7-list-item-label{
  color: #313131 !important;
}
.wpcf7-submit {
  min-width: 30%;
  margin: 30px auto 15px;
  background: var(--ast-global-color-1);
  background-size: auto 10px;
  text-align: center;
  transition: 0.5s;
  padding: 30px 20px !important;
}
.wpcf7-submit:hover {
  background: var(--ast-global-color-5);
  background-size: auto 10px;
}

@media all and (max-width:768px) {
  table.inquiry th, table.inquiry td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  table.inquiry th {
    background-color: transparent;
    border: none !important;
  }
  .inquiry input[type="text"], .inquiry input[type="tel"], .inquiry input[type="email"] {
    width: 95% !important;
  }
  .wpcf7-submit {
    width: 100%;
    transition: 0.5s;
  }
}
/*オフキャンバスフル画面*/
.uael-custom-offcanvas {
  width: 100vw !important;
}

/* MTS Simple Booking */
.mtssb-daily-action button, #action-button button{
  min-width: 30%;
  padding: 30px 20px;
  margin: 20px 0 0 0;
}
	@media all and (max-width:768px) {
		.mtssb-daily-action button, #action-button button{
			min-width: 70%;
		}
	}
table.mtssb-timetable-link .mtssb-timetable-date{
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 20px 0;
}
table.mtssb-timetable-link{
  border-collapse: collapse;
}
table.mtssb-timetable-link th{
  background: #f5f5f5;
}
table.mtssb-timetable-link th, table.mtssb-timetable-link td{
  border-radius: 0;
  margin: 0 !important;
  padding: 7px;
}
#post-2538{
  padding: 60px 0;
}
#post-2538 .entry-header h1{
  margin: 0 0 40px 0;
}
#booking-form fieldset{
  background: #f5f5f5;
  padding: 20px;
}
#booking-form legend{
  padding: 5px 20px;
  margin: 0;
  background: #fff;
  color: #313131;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#booking-form table{
  color: #313131;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
	@media all and (max-width:768px) {
		#booking-form table{
		  	padding: 10px;
		}
	}
#booking-form table th, #booking-form table td{
  color: #313131;
  border: none;
  margin: 0 !important;
}
#booking-form table td{
  border-bottom: 1px solid #ccc;
  padding-top: 7px;
  padding-bottom: 10px;
}
	@media all and (max-width:768px) {
		#booking-form table th, #booking-form table td{
			display: block;
		 	width: 100%;
		}
		#booking-form table th{
			text-align: left;
		}
		#booking-form table td{
		  	border-bottom: 1px solid #ccc;
			padding-bottom: 10px;
		}
	}
#booking-form table th label{
  color: #313131;
  font-weight: bold;
}
#booking-form table td label{
  color: #313131;
}
#booking-form table td span.option-note{
  display: block;
}
#booking-form input[type="radio"], #booking-form input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--ast-global-color-1);
  border-radius: 20%;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.2s;
}
#booking-form input[type="radio"]:checked, #booking-form input[type="checkbox"]:checked {
  background: var(--ast-global-color-1);
}
#booking-form label.field-item{
  display: block;
}
#booking-form label.field-item input[type="radio"], #booking-form label.field-item input[type="checkbox"]{
  margin: 3px 5px 7px 0;
}
#booking-form input[type="text"], #booking-form input[type="tel"], #booking-form input[type="email"], #booking-form textarea {
  border: 1px solid var(--ast-global-color-1);
  border-radius: 8px;
  background: #fff;
}
#booking-form input[type="text"]:focus, #booking-form input[type="tel"]:focus, #booking-form input[type="email"]:focus, #booking-form textarea:focus {
  border: 2px solid var(--ast-global-color-5);
  background: #f5f5f5;
}
#booking-form table td.option-confirm-header, #booking-form table tr#confirmation-booking-message-title td{
  width: auto;
  margin: 20px 20px 20px 20px;
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
}

/* MTS Simple Booking contact-form非表示 */
#contact-form{
  display: none;
}

.main-header{
  z-index: 100 !important;
}
