@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif";
	font-size: 16px;
	line-height: 1.5;
}
img {
	vertical-align:bottom;
	width: 100%;
}
.bold {
    font-weight: bold;
}
a {
	text-decoration: none;
	color: #000BFF;
}
a:hover {
	opacity:0.6;
	text-decoration: none;
}
.red {
	color: red;
}
.kyocho {
	color: red;
	font-weight: bold;
}
.only_sp,
#dialog_menu {
	display:none;
}

/*==================================
             common
==================================*/
#wrapper {
	width: 100%;
	margin: 0px 0px;
}
.more_btn {
	margin: 40px 0px 20px;
}
.more_btn a{
	font-size: 12px;
	display: block;
	background-color: #009944;
	padding: 10px;
	border-radius: 31px;
	width: 130px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0px auto;
}
#contents {
	width: 1000px;
	margin: 0px auto;
}

/*==================================
             header
==================================*/
#header {
    display: flex;
    justify-content: space-between;
}
#headerIn {
    width: 500px;
    height: auto;
    margin: 15px 0px;
}
#mainimg img  {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header-tel {
    font-size: 48px;
    font-weight: bold;
    color: #eeb945;
    padding: 10px 20px 10px 0px;
}
.header-tel::before {
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 38px;
    line-height: 0.4em;
    top: -3px;
    position: relative;
    left: -10px;
}
/*==================================
             main
==================================*/
.item {
    margin: 100px auto 50px;
}
.kino {
    width: 75%;
    height: auto;
    margin: 0px auto 100px;
    display: block;
}
.hojo {
    margin: 0px auto 50px;
}

/*==================================
             contact
==================================*/
.contact {
    border: 8px solid #eeb945;
    padding: 20px 40px;
    margin: 50px 10px 150px;
    position: relative;
}
.contact h3 {
    font-size: 36px;
    font-weight: bold;
    color: #ad8833;
    text-align: center;
}
.contact-info {
    width: 500px;
    padding: 20px;
}
.contact-div {
    display: flex;
}
.contact-tel {
    font-size: 48px;
    font-weight: bold;
    color: #eeb945;
    padding: 10px 20px 10px 30px;
}
.contact-tel::before {
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 38px;
    line-height: 0.4em;
    top: -3px;
    position: relative;
    left: -10px;
}
.uketsuke-time {
    text-align: center;
    padding: 0px 0px 0px 40px;
}
.contact-horiguchi {
    position: absolute;
    width: 302px;
    height: auto;
    right: 0px;
    top: 77px;
}
.contact-btn {
    background-color: #eeb945;
    border-radius: 24px;
    width: 500px;
    margin: 20px 0px 0px;
}
.contact-btn a {
    display: block;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0px;
    text-align: center;
    color: #000;
}
.contact-btn a:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 38px;
    line-height: 0.4em;
    top: 6px;
    position: relative;
    left: 13px;
}
.contact-btn:hover {
    opacity: 0.6;
}
/*==================================
             onayami
==================================*/
.onayami h3 {
    background-color: #eeb945;
    border-radius: 35px;
    margin: 0px auto 100px;
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    padding: 11px 100px;
    display: block;
    width: fit-content;
}
.onayami img {
    width: 80%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    display: block;
}

/*==================================
             kimari
==================================*/
.ecocute-kimari {
    margin: 50px auto;
}
.otoku {
    
}
.shisan {
    font-size: 10px;
}
.chui {
    font-size: 10px;
    padding-left: 50px;
}

/*==================================
             qa
==================================*/
.qa h3 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 150px 0px 50px;
}
.qa dl {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
}
.qa dt {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 23px;
}
.qa dd {
    line-height: 1.7em;
    letter-spacing: .06em;
    display: flex;
    align-items: flex-start;
}
.qa dd>p:nth-of-type(2) {
    width: calc(100% - 203px);
}
.qa dt:before, .qa dd:before {
    content: 'Ｑ';
    font-family: "Source Sans 3", sans-serif;
    color: #fff;
    background-color: #eeb945;
    border-radius: 10px;
    font-size: 39px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0px 10px 6px 10px;
    margin-right: 13px;
}
.qa dd:before {
    content: 'Ａ';
    background-color: #ad8833;
    left: -17px;
    top: 0px;
    padding: 10px 11px 20px 10px;
}
.hori {
    content: "　";
    height: 153px;
    width: 153px;
    padding-right: 50px;
}
.qa dl:nth-of-type(1) .hori { background: url(../img/qa01.jpg) no-repeat; }
.qa dl:nth-of-type(2) .hori { background: url(../img/qa02.jpg) no-repeat; }
.qa dl:nth-of-type(3) .hori { background: url(../img/qa03.jpg) no-repeat; }
.qa dl:nth-of-type(4) .hori { background: url(../img/qa04.jpg) no-repeat; }

#copyright {
    text-align: center;
}

/*==================================
             contact
==================================*/
#contact-form h3 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
#contact-form>p {
    padding: 50px 0px 20px;
    text-align: center;
}
.contact-form-dl {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 50px;
}
.contact-form-dl dt {
    width: 200px;
    padding: 0px 10px;
    color: #222;
    font-family: Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, 游ゴシック, YuGothic, 游ゴシック体, BIZ UDPGothic, Meiryo, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2.2;
    text-indent: 0;
    font-weight: bold;
    margin-bottom: 50px;
}
.contact-form-dl dd {
    width: calc(100% - 240px);
    padding: 0px;
    margin-bottom: 50px;
}
.contact-form-dl dd p, .contact-form dt p {
    padding-bottom: 0px;
}
.contact-form-dl dd textarea,
.contact-form-dl dd input[type="text"],
.contact-form-dl dd input[type="tel"],
.contact-form-dl dd input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 21px;
}
.required {
    background-color: #df1014;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    margin: 5px;
}
#contact-form input[type="submit"] {
    color: #fff;
    background-color: #eeb945;
    border: 2px solid #eeb945;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 18px 100px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#contact-form input[type="submit"]:hover {
    cursor: pointer;
    color: #eeb945;
    text-decoration: none;
    background-color: #fff;
    border-color: #eeb945;
}