@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px){
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    font-family: "BIZ UDPMincho", serif;
	font-feature-settings: "palt";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#slider {
    z-index: -9;
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    margin-bottom: 155px;
}	
	
h2.topmidashi {
    padding: 0.2rem;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    letter-spacing: 2px;
}

h2.topmidashi span {
    background: linear-gradient(transparent 80%, #e16363 80%);
}
.kyutenpo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 944px;
}
.intro_text {
    color: #292929;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.intro_text2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 300px;
    letter-spacing: 3px;
    background-color: #ECE7D7;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 60px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.map_back {
    background-color: #F8F7F5;
    padding-top: 280px;
    top: 190px;
    padding-bottom: 130px;
    margin-bottom: 120px;
}
.midashiphoto {
    position: absolute;
    top: -180px;
}
.map_midashiphoto {
    position: relative;
}
.midashi2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #212121;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    background-image: url(../image/chotin_ill2.jpg);
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 35px;
	
}
.midashi2_bar {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.map_box {
    width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.map_right {
    width: 505px;
}
.map_midashi {
    color: #FFFFFF;
    background-color: #B5252E;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 18px;
    margin-bottom: 20px;
}
.map_text {
    color: #232323;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 18px;
}
.map_text a {
    color: #AC8D1F;
}
.map_text a:hover {
    color: #B5252E;
}
.map_tel {
    padding-left: 18px;
    color: #262626;
    font-size: 40px;
    margin-bottom: 10px;
}
.map_tel span {
    color: #292929;
    font-size: 22px;
}

.map_table {
    margin-left: 0px;
    padding-left: 18px;
    color: #1D1D1D;
    font-size: 16px;
    margin-top: 30px;
}
.map_table tbody tr td {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}
.map_table tbody tr .iro {
    background-color: #ECEBEA;
}
.form_ill {
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.form_title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    padding: 0.5rem 0 2rem;
    margin-bottom: 30px;	
}


.form_title::before {
    position: absolute;
    border-bottom: 4px solid #b5252e;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

.form_text {
    color: #292929;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
}.bottom_back {
    background-image: url(../image/gara.gif);
    padding-top: 75px;
    padding-bottom: 75px;
}
.bottom_box {
    background-color: #FFFFFF;
    width: 1200px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 10px;
}
.bottom_midashi{
    background-color: #BE9B3B;
    width: 266px;
    height: 54px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    border-radius: 100px;
    margin-right: 25px;
    font-weight: 700;
}
.bottom_tel {
    font-size: 48px;
    margin-right: 25px;
    color: #2D2D2D;
    font-weight: 700;
}
.bottom_tel span {
    font-size: 24px;
    margin-right: 5px;
}
.footer_back {
    background-color: #F8F7F5;
    padding-top: 80px;
    padding-bottom: 50px;
}
.footer_logo {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.footer_text {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
}
.footer_tel {
    color: #272727;
    font-size: 22px;
    line-height: 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.footer_table {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #1D1D1D;
    font-size: 16px;
    margin-bottom: 40px;
}
.cp {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #636363;
    font-size: 12px;
    text-align: right;
    border-top: 1px solid #E0DDD7;
    padding-top: 20px;
    letter-spacing: 2px;
}

.footer_table tbody tr td {
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
}
#cta {
    display: none;
}
}