@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 1200px) {
}

/***************************************************************************
shop_img
****************************************************************************/

#shop_img {
    text-align: center;
}
#shop_img li {
    padding-top: 15.3966%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../../image/index/bg_shop_img.jpg);
}

/***************************************************************************
news_event
***************************************************************************

#news_event {
    padding: 30px 0px 90px 0px;
    max-width: 800px;
    margin: 0px auto 0px auto;
}
#news_event .ttl {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-top: 50px;
}
#news_event .ttl .en {
    font-size: 35px;
    margin-right: 15px;
}
#news_event .ttl .jp {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-right: auto;
}
#news_event .ttl .btn_all {
    margin-right: 20px;
}
#news_event .ttl .btn_all a {
    font-size: 12px;
    color: #FFFFFF;
    padding: 6px 10px 6px 10px;
    border-radius: 3px;
}

@media only screen and (max-width: 1200px) {
#news_event .ttl .btn_all {
    margin-right: 60px;
}
}

@media only screen and (max-width: 767px) {
#news_event {
    padding: 0px 0px 40px 0px;
}
#news_event .ttl {
    padding-top: 40px;
    padding-left: 0px;
    margin-bottom: 0px;
}
#news_event .ttl .en {
    font-size: 26px;
    margin-right: 0px;
    width: 6.5em;
}
#news_event .ttl .jp {
    display: none;
}
#news_event .ttl .btn_all {
    margin-right: inherit;
}
}

#news .ttl {
    color: #85B200;
}
#event .ttl {
    color: #D6841F;
}
#news .ttl .btn_all a {
    background-color: #85B200;
}
#event .ttl .btn_all a {
    background-color: #D6841F;
}

#news_event li {
    display: flex;
    background-image: url(../../image/common/contents/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 12px 12px 12px;
}
#news_event li a {
    flex: 1;
}
#news_event .date {
    margin-right: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
#news_event li {
    flex-direction: column;
    padding: 15px 0px 12px 0px;
    font-size: 13px;
}
#news_event .date {
    margin-right: 0px;
    font-size: 12px;
}
}

#news .date {
    color: #85B200;
}
#event ul {
    margin-bottom: 0px;
}
#event .date {
    color: #D6841F;
}

/***************************************************************************
about_us
****************************************************************************/

#about_us {
    background-color: #F3F3F3;
    padding: 55px 0px 80px 0px;
}
#about_us .sam_exp {
    align-items: center;
    margin-bottom: 50px;
}
#about_us .sam {
    font-size: 40px;
    font-family: "Hiragino Mincho ProN", "Noto Serif JP", serif;
    line-height: 1.2;
    margin-right: 40px;
}
#about_us .exp {
    padding: 0px;
    flex: 1;
    line-height: 1.8;
}

@media only screen and (max-width: 1200px) {
#about_us {
    padding: 55px 0px 55px 0px;
}
#about_us .sam_exp {
    margin-bottom: 30px;
}
#about_us .sam {
    margin-right: 0px;
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 767px) {
#about_us {
    padding: 40px 0px 40px 0px;
    color: black;
}
#about_us .sam {
    font-size: 24px;
}
#about_us .exp {
    line-height: 1.6;
}
}

/***************************************************************************
google_map
****************************************************************************/

#google_map {
    background-color: #00698C;
    padding: 50px 0px 0px 0px;
}
#google_map .main_ttl {
    color: #FFFFFF;
}
#google_map .main_ttl .en:after {
    background-color: #FFFFFF; 
}
#google_map .map {
	position: relative;
	padding-top: 30%;
}
#google_map .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1200px) {
#google_map .map {
	padding-top: 45%;
}
}
@media only screen and (max-width: 767px) {
#google_map {
    padding: 30px 0px 0px 0px;
}
}
@media only screen and (max-width: 640px) {
#google_map .map {
	padding-top: 80%;
}
}
