@charset "utf-8";

body {
    font-size: 1.7rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    margin: 0px;
}

#main_table {
    width: 100%;
}

.round_box1 {
    font-size: 1.5rem;
}

.big_1 { font-size: 100%; }

.mobile_img {
    width: 100%;
    height: auto;
}


/********/
/* 記事 */
/********/

.article_main_td {
    padding: 5px 15px 5px 15px;
}

#information_date {
    font-size: 1.4rem;
}

.article_img_td {
    display: none;
}

.article_margin_tr {
    height: 50px;
}

.article_short_margin_tr {
    height: 25px;
}

.notice_table {
    font-size: 2.2rem;
}

.notice_td {
    padding: 5px 5px 5px 5px;
    font-size: 1.2rem;
    line-height: 120%;
}

.border_1px_td_3 {
    padding: 5px 1px 1px 5px;
    text-align: left;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 150%;
}

.border_1px_td_mobile_1 {
    width: 100%;
    display: block;
    padding: 5px 0px 5px 0px;
}

.border_1px_td_mobile_2 {
    width: 100%;
    display: block;
    border-top: none;
    padding: 5px 0px 5px 0px;
}

.category_td1 {
    font-size: 1.2rem;
}

.category_td3 {
    font-size: 1.2rem;
}

.mokuji_td {
    line-height: 260%;
}

/* ▼もくじなどの展開▼ */
.open_img {
    width: 14px;
}
/* ▲もくじなどの展開▲ */


#faq_td_1 {
    width: 45px;
}
#faq_td_2 {
    padding: 10px 0px 10px 0px;
}





/**********/
/* 料金表 */
/**********/

#fee_article_margin_tr {
    height: 10px;
    font-size: 2.0rem;
}



/************/
/* ヘッダー */
/************/

#top_address {
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0em;
}

#top_logo {
    width: 200px;
}

#top_yukimasa {
    display: none;
}

#menu_display_1 {
    display: none;
}

#menu_display_2 {
    display: table;
    width: 100%;
    border: 0px;
    margin-right: auto;
    margin-left: auto;
}

.dropmenu{
    height: 40px;
    width: 100%;
}

.dropmenu li{
    width: 25%;
}

.dropmenu li ul li{
    width: 200%;
}
.dropmenu li a{
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    padding: 9px 0 10px;
}
.dropmenu li ul li a{
    padding: 17px 18px;
    font-size: 1.6rem;
    font-weight: 600;
}

#dropmenu li:hover ul li{
    overflow: visible;
    height: 48px;
}


#navi_td {
    height: 40px;
}


/**********************/
/* トップページメイン */
/**********************/

#main_block_1 {
    display: none;
}
#main_block_2 {
    display: table;
    width: 100%;
    border: 0px;
}

#main_block_2_td {
    padding: 10px;
}

#main_td {
    font-size: 1.4rem;
}

#main_td_2 {
    text-align: left;
    vertical-align: top;
    width: 48%;
    height: auto;
}

#main_td_3 {
    width: 4%;
}

#main_td_4 {
    font-size: 1.6rem;
    line-height: 50%;
}

#news_title {
    font-size: 1.7rem;
}

.news_date {
    font-size: 1.2rem;
    color: #444444;
}

.news_img {
    width: 17px;
}

#news_td {
    font-size: 1.4rem;
}

#event_td {
    width: 100%;
    height: auto;
}

#top_margin_td {
    height: 60px;
}



/************/
/* フッター */
/************/

#footer_display_1 {
    display: none;
}

#footer_display_2 {
    display: table;
    width: 100%;
    border: 0px;
}

#footer_display_3 {
    width: 100%;
    text-align: center;
    line-height: 120%;
}

.footer_table {
    width: 100%;
}

.footer_td_1 {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 0px;
    text-align: left;
    vertical-align: top;
    line-height: 340%;
    font-size: 1.4rem;
}

.footer_td_2 {
    text-align: left;
}

#footer_toiawase_td {
    background-color: #fff8ec;
    vertical-align: middle;
    font-size: 2.0rem;
}

#footer_tel {
    font-size: 2.0rem;
}

#footer_name {
    font-size: 1.8rem;
}

#footer_time {
    font-size: 1.4rem;
    line-height: 220%;
}

#footer_mail {
    font-size: 1.6rem;
}

#footer_copyright_1 {
    font-size: 1.4rem;
    line-height: 140%;
}
#footer_copyright_2 {
    font-size: 1.0rem;
    line-height: 140%;
}



/******************/
/* メールフォーム */
/******************/


#mail_font {
    font-size: 4.0rem;
}

#mail_input_font {
    font-size: 4.0rem;
}

#mail_submit {
    font-size: 4.8rem;
}

#mail_td {
    width: 100%;
    display: block;
}



/***********************/
/* TOPに戻る用アイコン */
/***********************/

.move-page-top {
	width: 36px ;
	height:48px ;
        border-radius: 8px;
        padding-top: 4px;
}

