@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.title-02 h2 {
	font-size: 2.8rem;
    font-weight: 700;
    font-family: "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 
                "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 20221205 修正依頼ここから------------------------ */
@media screen and (max-width: 640px) {
    #main .about-01 {
        flex-direction: column;
    }
}
#main .about-01 .box:first-child {
    width: 40%;
}
@media screen and (max-width: 640px) {
    #main .about-01 .box:first-child {
        width: 100%;
    }
}
#main .about-01 .box:last-child {
    width: 60%;
    padding-left: 32px;
}
@media screen and (max-width: 640px) {
    #main .about-01 .box:last-child {
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }
}

@media screen and (max-width: 640px) {
    #main .about-02 {
        flex-direction: column-reverse;
    }
}
#main .about-02 .box:first-child {
    width: 60%;
    padding-right: 32px;
}
@media screen and (max-width: 640px) {
    #main .about-02 .box:first-child {
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }
}
#main .about-02 .box:last-child {
    width: 40%;
}
@media screen and (max-width: 640px) {
    #main .about-02 .box:last-child {
        width: 100%;
    }
}
.about-03 h3{
    margin: 10px 0;
    font-size: 1.8rem;
    font-weight: 700;
}
/* ------------------------20221205 修正依頼ここまで */

.flexbox01 {
    flex-wrap: wrap;
}
.flexbox01 > div.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    padding: 20px;
 }
 .flexbox01 .box .pic {
 	 display: flex;
     flex-direction: column;
     justify-content: center;
 }
.flexbox01 .box .pic img {
    width: 100%!important;
    max-height: 120px
}
.flexbox01 .box .text  {
    border: 1px solid #000;
    border-radius: 10px;
    width: 60%;
    padding: 5%;
}
.note01 {
	padding: 0 20px;
}
.note01 img {
	max-width: 100%!important;
}
.flexbox02 {
	flex-wrap: nowrap!important;
	flex-direction: row!important;
}

.flexbox02 > div.box {
    box-sizing: border-box;
    overflow: hidden;
    width: 50%;
    display: flex;
    flex-direction: column!important;
}

.flexbox02 > div.box:nth-of-type(1) img {
	width: 100%!important;
}

.flexbox02 > div.box:nth-of-type(2) img {
	width: 100%!important;
} 

.flexbox02 > div.box:nth-of-type(1) {
	padding-right: 10px;
	padding-left: 20px; 
}

.flexbox02 > div.box:nth-of-type(2) {
	padding-left: 10px;
	padding-right: 20px;
} 

.flexbox02 .box .image-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.keisoku-text {
	border: dashed 1px black;
    border-radius: 10px;
    padding: 20px;
}

.price {
	border: solid 1px #000;
	border-radius: 10px;
	padding: 20px;
}
.btn_new a{
    background: linear-gradient(to right,#3CAAE1 0%,#972887 100%);
    border-radius: 1000px;
    padding: 24px 72px;
    color: #fff;
    display: inline-block;
}
.btn_new a i{
    margin-left: 8px;
}


/*html, body, div, span, */
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
.keisoku-text {
	margin: 30px 20px 50px 20px!important;
    padding: 20px;
}
.flexbox01 {
	flex-direction: column!important;
	padding: 0 20px 0 20px!important;
}
.flexbox01 > div.box {
    width: 100%;
    padding: 20px 20px 20px 20px;
}
}


@media screen and (max-width: 640px){
    .title-02 h2 {
        font-size: 2.4rem;
    }
    .flexbox01 > div.box {
        width: 100%;
        padding: 20px 0px 20px 0px;
    }
    .flexbox01 .box .text {
        border: 1px solid #000;
        border-radius: 10px;
        width: 70%;
        padding: 5% ;
    }

    .flexbox01 .box .pic {
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        width: 30%;
    }

    .flexbox01 .box .pic img {
        width: 100%!important;
        max-height: 120px;
    }
    .flexbox02 .box .image-title {
        font-size: 2rem
    }

    .flexbox02 {
        flex-direction: column!important;
    }

    .flexbox02 > div.box {
        width: 100%;
        display: flex;
        flex-direction: column!important;
    }
    .flexbox02 > div.box:nth-of-type(1) {
        padding: 0 20px 20px 20px;
    }

    .flexbox02 > div.box:nth-of-type(2) {
        padding: 0 20px;
    }
    .price {
        margin: 30px 10px 50px 10px!important;
    } 
    .price span {
        font-size: 2rem
    }
}