@charset "utf-8";

body {
	margin: 0 auto;
	font-size: 13px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #E2DEC0;
}
p {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
blockquote {
	margin-left: 30px;
}
a:link,
a:visited {
	color: #b00b0b;
	text-decoration: none;
}
a:hover {
	color: #b00b0b;
	text-decoration: none;
}

.fc-red {
	color: #F00 !important;
}
.small {
	font-size: 93%;
}
.big {
	font-size: 113%;
}
.bold {
	font-weight: bold;
}
.last {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.center {
	margin: 0 auto;
	text-align: center;
}

#wrapper {
    background: #F2F1E9;
}
#contents {
    max-width: 870px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.inner {
    width: 870px;
    margin: 0 auto;
}


/********************************
header
********************************/
#header_top {
    background: url(./image/header_top_bg.gif) repeat-x top #ec7542;
    overflow: hidden;
    border-bottom: 1px solid #df9677;
}
h1 {
    font-size: 11px;
    color: #FFF;
    font-weight: 100;
}
header {
    margin: 0 auto;
    background: url(./image/header_bg.gif) repeat-x top;
}
#header_box {
    overflow: hidden;
}

#header_box .inner {
    display: flex;
    justify-content: space-between;
}
#logo {
    margin: 25px 0 0;
}
#header_tel {
    padding: 6px 0 0;
}

/********************************
globalnav
********************************/

#globalnav {
    width: 860px;
    height: 47px;
    margin: 0 auto 5px;
    clear: both;
    background: url(image/gnav_bg.gif) repeat-x;
}
#globalnav li {
    width: 215px;
    height: 47px;
    float: left;
    color: #FFF;
    text-align: center;
    display: inline;
}
#globalnav li a {
    width: 215px;
    height: 47px;
    background-position: top left;
    display: block;
    text-indent: -9999px;
}
#globalnav a:hover {
    background-position: bottom left;
}

#gnav1 a {
    background: url(image/gnav1.gif) top left;
}
#gnav2 a{
    background: url(image/gnav2.gif) top left;
}
#gnav3 a{
    background: url(image/gnav3.gif) top left;
}
#gnav4 a{
    background: url(image/gnav4.gif) top left;
}

#global-nav ul {
    width: 860px;
    height: 47px;
    margin: 15px auto 15px;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(#f0eedd, #e3e0c3);
    box-shadow: 0px 7px 5px -5px #c0ab6d;
    border-radius: 5px;
}

#global-nav li {
    width: 100%;
    text-align: center;
}

#global-nav li+ li {
    border-left: 1px solid #D6CA9D;
}

#global-nav li a {
    text-decoration: none;
    color: #6B5600;
    font-weight: 600;
    display: block;
    margin: 3px 5px;
    padding: 5px;
}

#global-nav li a:hover {
    background: #ec7542;
    color: #e3e0c3;
    border-radius: 5px;
}

#g-nav span {
    display: block;
    font-size: 8px;
    font-weight: bold;
    color: #B1A77C;
    letter-spacing: 0.2em;
}


/********************************
index.html
********************************/

.top_inner {
    width: 770px;
    margin: 0 auto;
    color: #6B5600;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width 480px) {
    .top_inner {
        flex-direction: column;
    }
}

.slideshow {
    width: 800px;
    height: 383px;
    position: relative;
    margin: 0 auto 20px;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 25s infinite;
}

.src1 {
    background-image: url(./image/mainimg1-4.jpg);
}
.src2 {
    background-image: url(./image/mainimg4.jpg);
}
.src3 {
    background-image: url(./image/mainimg_black.jpg);
}
.src4 {
    background-image: url(./image/mainimg2.jpg);
}

@keyframes image-switch-animation {
    0% { opacity: 0; }
    16.6% { opacity: 1; } /* 1.5秒かけて表示 */
    33.3% { opacity: 1; } /* 表示状態を維持 */
    50% { opacity: 0; }  /* 1.5秒かけて非表示 */
    100% { opacity: 0; }
}

.image:nth-of-type(1) {
    animation-delay: 0s;
}
.image:nth-of-type(2) {
    animation-delay: 5s;
}
.image:nth-of-type(3) {
    animation-delay: 10s;
}
.image:nth-of-type(4) {
    animation-delay: 15s;
}


/********************************
		overview.html
********************************/

.main_inner_h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #E2DEC0;
}
.main_inner {
    width: 870px;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: left;
    overflow: hidden;
    color: #6B5600;
    display: flex;
    justify-content: space-between;
}
.section_inner {
    padding: 0 0 50px;
    display: flex;
    justify-content: space-between;
}
.main_table {
    width: 550px;
    font-size: 93%;
    margin: 0 0 15px;
    border-collapse: collapse;
    border-spacing: 0;
}

.main_table tbody {
    vertical-align: baseline;
}
.main_table p {
    margin: 0;
}
.td_title{
    width: 110px;
    padding: 10px 18px;
    background: #a99354;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #ad9758;
    color: #FFF;
}
.td_title2 {
    width: 110px;
    padding: 10px 18px;
    background: #a28b4b;
    border-right: 1px solid #DDD;
    color: #FFF;
}
.td_contents {
    padding: 10px 18px;
    background: #F9F9F9;
    border-top: 1px solid #EEE;
    border-left :1px solid #FFF;
}
.td_contents2 {
    padding: 10px 18px;
    background: #F9F9F9;
    border-top: 1px solid #EEE;
    border-left: 2px dotted #DDD;
}
.sidebar p {
    margin: 0;
}
#map {
    border: 2px solid #DDD;
    background: #DDD;
}
#mail_box {
    margin: 40px auto 0;
    padding: 20px 0;
    border: 1px solid #E2DEC0;
    text-align: left;
    color: #6B5600;
    font-size: 36px;
}
#mail_box img {
    margin: 0 auto;
    display: block;
}
#tel {
    padding: 0 0 20px;
    border-bottom: 1px solid #E2DEC0;
}
#mail {
    padding: 20px 0 0;
}
.sidebar p {
    padding: 0 0 7px;
}

.half_left{
    width:425px;

}
.half_right{
    width:425px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: 10px;
}

.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em;
    color: #6B5600;
}

#breadcrumb a {
    color: #ba2f2f;
}


/********************************
footer
********************************/
footer {
    background: url(./image/footer_bg.gif) repeat-x top #ea5235;
    clear: both;
    color: #FFF;
    font-size: 11px;
    text-align: left;
}
#footer_infobox {
    padding: 17px 0 10px;
    display: flex;
    justify-content: space-around;
}
#footer_info {
    width: 305px;
}
#footer_nav {
    width: 200px;
}
#footer_nav a {
    color: #FFF;
    text-decoration: underline;
}
#footer_nav a:hover {
    text-decoration: none;
}
#footer_back {
    padding: 37px 0 0;
    font-size: 10px;
}
#footer_back a {
    padding: 0 0 0 16px;
    background: url(./image/icon_back.gif) no-repeat left;
    color: #FFF;
}
#footer_back a:hover {
    color: #ffdfd7;
}
#copy {
    padding: 6px 0 10px 45px;
    font-size: 10px;
}
