@charset "utf-8";

html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#custom_header img,
#credit-icon img {
    display: block;
    width: 100%;
}

/** ulデザイン初期化 **/
ul {
    margin: 0;
    padding: 0;
}

/** liデザイン **/
li {
    list-style-type: none;
}

/** フロート解除 **/
.ClearFix:after {
    clear: both;
    display: block;
    content: '';
}

/** フロート処理 **/
#h_container>div,
#navi_left li,
#navi_right li,
#h_sub_navi>ul,
#header_information>div,
.contact-area ul li,
.information_1 ul li,
.information_2 ul li,
.information_3 ul li,
#global_category li,
#h_text>div>div {
    float: left;
}

/** 最後の要素margin-right削除 **/
.LastChild {
    margin-right: 0 !important;
}

/* FontAwesome */
.FontAwesome:before {
    font-family: 'Font Awesome 5 Free';
}

/** ボタンデザイン **/
.h_btn {
    border-radius: 3px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    font-weight: bold;
    box-shadow: 2px 2px 2px grey;
}

/** 新規会員登録ボタン **/
._new-register {
    background: peru;
    padding: 10px 0 !important;
    margin-top: 17px;
}

._new-register a {
    text-decoration: none;
    color: white;
}

._new-register span {
    font-size: 120%;
}

/** マイページ・ログインボタン **/
._mypage-login {
    background: royalblue;
    color: white;
}

/** カートを見るボタン **/
._cart {
    background: crimson;
    color: white;
}

/** 御見積り・問合せボタン **/
._contact {
    background: #e9e9e9;
    width: 100%;
    padding: 8px 0 !important;
    font-size: 120%;
    ;
}

/** FAX用紙ボタン **/
._fax-sheet {
    background: #e9e9e9;
}

._about-us {
    top: 15%;
    left: 0;
}

._guide {
    top: 15%;
    left: 26%;
}

._review {
    top: 15%;
    left: 59%;
}

i:before {
    margin-right: 5px;
}

._mitsumori-sheet i,
._contact i,
._mitsumori-sheet i,
._fax-sheet i {
    color: royalblue;
}

.search-box {
    margin-bottom: 10px;
}

form#search-form {
    width: 100%;
    border: 1px solid #aaa;
    background: white;
    border-radius: 3px;
    height: 35px;
}

input#search-area {
    width: 80%;
    height: 33px;
    margin-left: 2px;
    border: none;
}

input#btn_submit {
    vertical-align: middle;
    padding-left: 6%;
}

#h_text>div {
    width: 1080px;
    margin: 0 auto;
}

#catch-copy {
    width: 40%;
    margin-right: 10%;
}

#credit-icon {
    width: 50%;
    margin-top: 2px;
    display: none;
}

#credit-icon ul li {
    float: left;
    width: calc(100%/11);
}

#h_text {
    background: #295d96;
    color: white;
}

#h_text h1 {
    width: 1080px;
    margin: 0 auto;
    font-size: 100%;
    padding: 7px 0;
}

#_header {
    border-bottom: 2px solid #b2b2b2;
}

#_header a {
    text-decoration: none;
}

#h_container {
    width: 1080px;
    margin: 18px auto 20px;
}

#h_container>div:first-child {
    width: 25%;
    margin-right: 3%;
}


#global_header {
    width: 72%;
}

#navi_left {
    width: 50%;
    margin-right: 2%;
    position: relative;
    height: 32px;
    font-size: 110%;
}

#navi_left li {
    position: absolute;
}

#navi_left a,
.contact-area a,
._fax-sheet a {
    color: initial;
}

#navi_left a:hover {
    font-weight: bold;
    border-bottom: 2px double;
    padding-bottom: 1px;
    color: #295d96;
}

#navi_right {
    width: 48%;
}

#navi_right li {
    width: 49%;
    margin-right: 2%;
}

#navi_right a {
    color: white;
}

#h_sub_navi {
    margin-bottom: 10px;
}

#information_left {
    width: 35%;
    margin-right: 3%;
}

#information_right {
    width: 62%;
}


.information_1 {
    margin-bottom: 12px;
}

.information_1 ul li:first-child {
    width: 58%;
    margin-right: 3%;
}

.information_1 ul li:last-child {
    width: 39%;
    padding: 0 !important;
}

.information_2 ul li {
    width: 45%;
}

.information_3 {
    font-size: 180%;
    font-weight: bold;
}

.information_3 ul li {
    width: 49%;
    margin-right: 2%;
}

.information_3 span {
    vertical-align: middle;
}

span._icon {
    background: royalblue;
    color: white;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 70%;
    margin-right: 8px;
}

#global_category {
    width: 100%;
    margin: 20px auto 0;
}

#global_category ul {
    display: flex;
    margin: 0 auto;
}

#global_category li {
    width: calc(100%/5);
    box-sizing: border-box;
    border-left: 1px solid gray;
}

#global_category li:last-child {
    border-right: 1px solid gray;

}

#global_category li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#global_category li a span {
    font-size: 110%;
}

#global_category li a:hover span {
    color: #295d96;
    font-weight: bold;
    border-bottom: 2px double #295d96;
    padding-bottom: 2px;
}

/** 休業期間のお知らせ **/

#global_information {
    width: 100%;
    text-align: center;
    border: 1px dashed red;
    padding: 10px 0;
    margin: 10px 0 0;
    border-radius: 5px;
    color: red;
    display: none;
}

#global_information a {
    color: red;
}