/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*スタッフページサイドバー非表示*/
.staff-list-template-default .content-area{
	width: 100%;
}
.staff-list-template-default .widget-area.sidebar-primary{
	display:none;
}
.staff-list-template-default .entry-header{
	display:none;
}
.staff-list-template-default .saboxplugin-wrap{
	display: none;
}
#author-bio{
	display: none;
}


/*リンク下線非表示*/
.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){
   text-decoration: none;
}

/*Amelia予約フィールド調整*/
@media only screen and (min-width: 768px){
	#amelia-booking-wrap .el-col-sm-12{
		width: 100%;
  }
}
.amelia-v2-booking #amelia-container .am-fs__info-form .el-form-item{
	width: 100%!important;
}
.amelia-v2-booking #amelia-container .am-fs__congrats-info-customer>div:nth-child(5) {
	display: none!important;
}
/*カテゴリービュー画像大きくカスタマイズ*/
#am-category .am-category-service .am-category-service-image{
	height: 500px!important;
}
.amelia-app-booking #am-service-booking .el-carousel__container .am-image-slide{
	background: #fff;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
.amelia-app-booking #am-service-booking .am-service{
	margin-top: 10px!important;
}
#am-category .am-category-service .am-category-color-wrapper{
	display:none!important;
}
/*アイコン非表示*/
[class*=" el-icon-"], [class^=el-icon-]{
	display: none!important;
}

/*****************
 * header調整
*****************/
#top-bar-wrap{
	height: 100px;
}
.header-top{
	position: fixed;
    top: 0;
	left: 0;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 0 25px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: #FFF;

}
.header-top .p-logo{
	margin-bottom: 0;
}
.header-top .p-logo img {
    width: 330px;
}
.header-top .l-header-inner {
    display: flex;
	align-items: center;
}
.header-top .p-utility-number {
    margin: 0 20px 0 0;
}
.header-top .p-utility-number dt {
    display: flex;
    align-items: center;
}
.header-top .p-utility-number dt strong {
    background: #202638;
    font-size: 62%;
    line-height: 1.2;
    color: #FFF!important;
    font-weight: normal;
    margin-right: 4px;
    padding: 5px 7px;
}
.header-top .p-utility-number dt span {
    font-size: 62%;
    line-height: 1.1;
}
.header-top .p-utility-number dd {
    margin: 4px 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 185%;
    line-height: 1.1;
    color: #333;
}
.header-top .p-utility-nav{
	margin: 0;
}
.header-top .p-utility-nav a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 55px;
    width: 160px;
    font-size: 85%;
    line-height: 1.3;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    background: #202638;
}
.header-top .p-utility-nav a::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 28px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2022/03/icon_mail.png) no-repeat center center/cover;
}
#site-header{
  position: fixed;
  top: 100px;
  z-index: 200;
  box-shadow: 0 3px 3px rgb(0 0 0 / 7%);
}
#site-header.medium-header{
	background: #fff;
}
#main{
	padding-top: 20px;
}
/*モバイル*/
@media screen and (max-width: 767px){
  .header-top .l-header-inner {
    display: none;
  }
  #site-header.medium-header {
	  text-align: right;
  }
  #main{
	padding-top: 0;
  }
}
/*メニューバーリンク枠線*/
a:focus{
	outline: 0!important;
}
/*****************
 * footer調整
*****************/
#footer-widgets .footer-box .footer-widget ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}
#footer-widgets .footer-box .footer-widget li{
	border: none;
	padding: 0 20px;
}
/*モバイル*/
@media screen and (max-width: 767px){
	#footer-widgets .footer-box .footer-widget ul{
	  display: none;
	}
}

/*****************
 * TOPページ調整
*****************/
/*スライダーモバイルサイズ*/
@media screen and (max-width: 767px){
	.n2-ss-slider{
	height: 61.11vw;
	}
}

/*お問合せボタンカスタマイズ*/
.sub_btn input[type="submit"]{
	padding-left: 100px;
	padding-right: 100px;
}
.sub_btn td{
	text-align: center;
}
@media (max-width: 767px){
	.contact tr, .contact td{
		display: block;
		 width: 100%;
	}
	.contact td:nth-child(1){
		border-bottom: 0;
		padding-bottom: 0;
	}
	.contact td:nth-child(2){
		padding-top: 0;
	}
	.sub_btn input[type="submit"]{
	  width: 100%;
  }
/*必須項目赤色*/	
	.contact .wpcf7-list-item {
		width: 100%;
	}
}
.contact .req {
    color: #f00;
}
