/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/*スライダーレイアウト基本*/
div.slider_swiper_area div.wrapper {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-block: 50px;
}
@media screen and (max-width: 1000px) {
	div.slider_swiper_area div.wrapper{
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
.swiper-slide {
    opacity: .5;
    transform: scale(.85);
    transition: .5s;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

/*スライダーレイアウトカスタマイズ*/
.sw_flexbox {
    display: flex;
}

.sw_flexbox_mini.sw_img_box {
    width: 479px;
    height: 591px;
}

.sw_flexbox_mini .sw_img_box img {
    width: 100%;
    height: auto;
}

.sw_flexbox_mini:first-child {
    margin-right: 20px;
}

.sw_flexbox_mini h3 {
    font-size: 24px;
}

/*投稿ページ横幅*/
.entry-content{
margin: 0 auto;
}

@media (min-width: 992px){
.entry-content {
    width: 960px;
    max-width: 100%;
}
}

/* お客様の声 */
h3.voice_question {
    /* color: #64BFEC; */
}

h2.voice_subtitle {
    color: #64BFEC;
	position: relative;
}
h2.voice_subtitle::after {
	content: "";
    display: block;
    width: 5%;
    height: 3px;
    background: #64BFEC;
    position: absolute;
    left: 0;
    bottom: -15px;
}

blockquote.wp-block-quote.is-style-default.is-layout-flow.wp-block-quote-is-layout-flow {
    background: none;
}

.entry-content blockquote {
    padding: 30px;
    position: relative;
    background: #f8f9f9;
    border-left: 5px solid #03c4eb;
    font-style: italic;
}

div.voice_img_box figure img {
    border-radius: 37px;
}

/*お客様プロフィール*/
div.voice_customer {
    width: 80%;
}

div.voice_customer figure.wp-block-image{
	margin-bottom: 0!important;
}

@media screen and (max-width:781px){
div.voice_customer figure.wp-block-image img{
	width: 100%;
	height: auto;
}
div.voice_customer {
    width: 70%;
}
div.voice_customer p {
    text-align: center;
}
.voice_customer p {
    padding: 0 20px;
}
p.voice_customer_name {
    padding-bottom: 30px;
}

h2.voice_subtitle {
    font-size: 28px;
}
h2.voice_subtitle::after {
    width: 10%;
}
}

@media screen and (max-width:500px){
p.voice_subtitle.has-large-font-size {
    font-size: 32px !important;
}
}

div#content {
	padding-top: 80px;
}

.page-header {
    margin-top: 100px;
}