/*
Theme Name: Onokouku
Theme URI: 
Template: lightning
Description: 
Author: CREATENGINE
Tags: 
Version: 0.6.0
*/


/* Contact Form 7 */


/* 必須マーク */

.must {
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #f58694;
    /* 背景色 */
    border-radius: 5px;
}


/* 任意マーク */

.free {
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #7fbfff;
    /* 背景色 */
    border-radius: 5px;
}


/* 項目名を太字にする */

form p {
    font-weight: 600;
}


/* 入力項目を見やすくする */

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    /* 枠線の色 */
    border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

input .wpcf7-form-control .wpcf7-file .wpcf7-validates-as-required {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    /* 枠線の色 */
    border-radius: 3px;
}


/* 必須項目の入力欄を見やすくする */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #eff1f5;
    /* 背景色 */
}


/* 送信ボタンを見やすくする */

input.wpcf7-submit {
    width: 100%;
    /* 好みで60〜80%でもOK */
    height: 60px;
    /* border-color: #ffbf7f; */
    /* 枠線の色 */
    /* background: #ffbf7f; */
    /* ボタンの色 */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 2px;
}


/* エラーメッセージを見やすくする */

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

.index-about_title {
    margin-bottom: 1.1111111111vw;
    font-family: Sen;
    color: #fff;
    -webkit-text-stroke: 2px #3b3938;
    text-stroke: 2px #3b3938;
    font-size: 6.9444444444vw;
    font-weight: 700;
}


/* .index-goods__main {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 77.7777777778vw;
    height: 26.6666666667vw;
    margin: 0 auto;
    border: 2px solid #3b3938;
    border-radius: 1.3888888889vw;
    overflow: hidden;
} */

.index-projects-link__heading-title {
    margin-bottom: 1.25vw;
    font-family: Sen;
    color: #a5d3ab;
    /* -webkit-text-stroke: .0805555556vw #3b3938; */
    -webkit-text-stroke: 2px #3b3938;
    /* text-stroke: .0805555556vw #3b3938; */
    text-stroke: 2px #3b3938;
    font-weight: 700;
}

.index-projects-link__heading-title_blue {
    margin-bottom: 1.25vw;
    font-family: Sen;
    color: #adcfec;
    /* -webkit-text-stroke: .0805555556vw #3b3938; */
    -webkit-text-stroke: 2px #3b3938;
    /* text-stroke: .0805555556vw #3b3938; */
    text-stroke: 2px #3b3938;
    font-weight: 700;
}


/* スライドボタンのデザイン */

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #80C088;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #80C088;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}


/* スライドボタンのデザイン */


/* スライドボタンのデザイン(黒) */

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more-bk {
    width: 12rem;
    height: auto;
}

button.learn-more-bk .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #3b3938;
    border-radius: 1.625rem;
}

button.learn-more-bk .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more-bk .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more-bk .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more-bk .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #3b3938;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}


/* スライドボタンのデザイン(黒) */


/* スライドボタンのデザイン(青) */

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more-bl {
    width: 12rem;
    height: auto;
}

button.learn-more-bl .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #83B7E1;
    border-radius: 1.625rem;
}

button.learn-more-bl .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more-bl .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more-bl .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more-bl .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #83B7E1;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

button {
    -webkit-appearance: none;
}

option {
    -webkit-appearance: none;
}


/* スライドボタンのデザイン(青) */

.card {
    cursor: pointer;
    width: 190px;
    height: 254px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 255, .2);
    transition: all .2s;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}

.card:hover {
    box-shadow: -12px 12px 2px -1px rgba(0, 0, 255, .2);
}

.original-card {
	box-shadow:0.5rem 0.5rem 1.5rem #d9d9d9, -0.5rem -0.4rem 1.5rem #d9d9d9;
	border-radius:2rem;
	overflow:hidden;
}

@media only screen and (max-device-width: 700px) {
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media{
		margin-top:initial;
	}
}
