﻿/* -----------------------------------------------　all　---------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


main {
    overflow: hidden;
}

#main_img, #main_img img {
    max-height: auto;
    min-height: auto;
}

html, body,.font_en, .date, a[href^="tel:"], a[href^="mailto:"]{
    font-family:'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-size: 16px;
    line-height: 1.9;
}

figure.shadow {
    box-shadow: none;
}

.font_14 {
    font-size: 15px;
}

.font_12 {
    font-size: 14px;
}
/* -----------------------------　body------------------------------------- */


/* color ----------------------------------------------------------------------------- ▼*/
:root {
    --color1: #266444;
    --color2: #64806a;
    --color3: #19673f;
    --color4: #9cbba3;
    --color5: #b04141;
    --color6: #2b6e4b;
    --color7: #963232;
    --color8: #b2bab5;
    --white: #fbf6f6;
    --black: #30221d;
    --gray: #707e71;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー2 */
.bg_color7,.hvr_bg_color7:hover{background-color: var(--color7);} /* アクセントカラー2 */
.bg_color8,.hvr_bg_color8:hover{background-color: var(--color8);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}


#fakeloader {
    background-color: var(--color1) !important;
}

body#body {
    background: var(--white);
}


.linkStyle{
    color: var(--color6);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color8);
	opacity: 0.7;
	transition: all 0.5s;
}

.button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color4);
}

.button:hover {
    color: var(--color1);
}

.button2:hover {
    box-shadow: 0 0 20px rgb(255 255 255 / 30%) inset;
}

/* color ----------------------------------------------------------------------------- ▲*/
.main_box {
    background-color: var(--white);
}

#main_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10%;
    width: 100%;
    background-image: url(Dup/img/content1-tp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom -10px;
    z-index: 10;
}

/* ---------------------------------------------　TOP　▼------------------------------------------- */
.catch {
    z-index: 3;
    position: absolute;
    max-width: 550px;
    max-width: 1700px;
    width: 47Vw;
    left: 5%;
    bottom: 5%;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
}


.scroll_bt{
    display: none;
}
/* ----------　header　▼---------- */
header #logo {
    padding: 0px;
    max-width: 200px;
}

.head_banner a{
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
}

.head_banner a:hover {
    background-color: var(--color7);
}

header .head_box .link_box li {
    width: 35px !important;
    height: 35px !important;
}

.tel_bt {
    border-top: 0.5px solid var(--black);
    border-bottom: 0.5px solid var(--black);
    background-color: var(--color7);
    margin-bottom: 15px;
}

.tel_bt a {
    border: none;
    color: var(--white);
}

/*.head_banner a {*/
/*    background-color: var(--black);*/
/*}*/

#main_menu ul li a {
    font-weight: 600;
    /*margin-left: 20px;*/
    /* text-align: left; */
    font-size: 17px;
    color: var(--black);
}

#main_menu ul li a::before {
    background-color: var(--black);
}


/* ----------　header　▲---------- */

/* ----------　txt　▼---------- */


.txt3 {
    display: inline-block;
    text-align: left;
    color: var(--white);
}

.txt5, .txt7 {
    font-weight: bold;
    font-size: 27px;
    color: var(--white);
}

.txt6, .txt8 {
    color: var(--white);
}

.txt2_sub{
    color: var(--white);
    font-size: 20px;
}

.txt5_sub, .txt7_sub {
    color: var(--white);
    font-size: 20px;
    letter-spacing: -1px;
}

.txt4_sub {
    color: var(--color6);
    font-size: 20px;
}



/* ----------　txt　▲---------- */

#attach {
    /*filter: contrast(80%) grayscale(10%);*/
    height: 480px;
    background-position: right 5% top;
}

#attach::before {
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(Dup/img/intro-bt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: 10;
}

#attach::after {
    content: "";
    position: absolute;
    bottom: -1%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(Dup/img/content-tp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 10;
}

/* ----------　contents1　▼---------- */
#contents1 {
    padding: 70px 115px 20px;
    background-color: var(--color2);
}

#contents1 .con_no {
    color: var(--white);
    font-size: 20px;
}

#contents1 h2 {
    font-size: 32px;
    padding-bottom: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--white);
}

/*#contents1::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -1%;*/
/*    left: 0;*/
/*    height: 10%;*/
/*    width: 100%;*/
/*    background-image: url(Dup/img/content1-tp.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: center bottom;*/
/*    z-index: 10;*/
/*}*/

/* ----------　contents1　▲---------- */



/* ----------　contents2　▼---------- */
 #contents2 h2 {
    font-size: 32px;
    padding-bottom: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--color6);
}

#contents2 {
    padding: 70px 10% 140px;
}

/* ----------　contents2　▲---------- */

/* ----------　contents3　▼---------- */
#contents3 {
    background-color: var(--color1);
    padding: 0 10% 60px;
}

#contents3 .con_img:before{z-index: 0;}

#contents3 .fade_box:first-of-type{margin-bottom: 100px;}

#contents3 .con_no {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

/*#contents3 .grid_6 {*/
/*    margin-top: 50px;*/
/*}*/

.img5, .img6, .img7, div#contents3 {
    position: relative;
}



#contents3::before {
    content: "";
    position: absolute;
    top: -6%;
    left: 0;
    height: 10%;
    width: 100%;
    background-image: url(Dup/img/bg_img1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: 0;
}

#contents3 .grid_6 figure {
    margin-top: 120px;
}
/* ----------　contents3　▲---------- */
#page-top {
    display: inline-block;
}

#top_cms::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 5%;
    width: 100%;
    background-image: url(Dup/img/bg_img2.png);
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: center top;
    z-index: 10;
}

#top_cms .more a:before {
    font-family: fontello;
    content: ">";
    position: absolute;
    left: 5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2em;
}

#top_cms .more a {
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
}

.foot_tel_bt a{
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
}

/* ----------　banner　▼---------- */
#banner {
    position: fixed;
    bottom: 5px;
    right: 15px;
    max-width: 300px;
    z-index: 99;
}

#banner a:hover{
    opacity:0.4;
}

#banner a{
    transition:all 0.2s;
}

#reservation_banner2 {
    position: fixed;
    bottom: 5px;
    right: 15px;
    max-width: 300px;
    z-index: 99;
}

#reservation_banner2 a:hover{
    opacity:0.4;
}

#reservation_banner2 a{
    transition:all 0.2s;
}

#map .ggmap {
    padding-bottom: 440px;
}

footer {
    padding: 50px 10%;
    background-color: rgb(255 255 255 / 40%);
    border-color: rgb(75 32 32 / 40%) ! IMPORTANT;
}

#footer_menu li a {
    font-size: 20px;
}

#page-top a i, #page-top a span{
    color: var(--color6);
}

/* ----------　banner　▲---------- */

/* ----------　head_box　▼---------- */
.fat-nav.active li a {
    display: inline-block;
    color: var(--color6);
    font-size: 200%;
    text-decoration: none;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fat-nav.active li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}


.fat-nav.active {
    background-color: var(--white);
}

.fat-nav__wrapper{
    transform: translateY(0%);
    height: 100%!important;
}
/* ----------　head_box　▲---------- */

.cms_title h2 {
    color: var(--color3);
    font-weight: 800;
    font-size: 45px;
}

/* -------------------　BLOG　▼----------------- */
.topcms_news_type4 .cate_box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.topcms_news_type4 .cate_box{
	background-color: #fff;
	padding: 0;
	box-shadow: 10px 25px 30px rgb(0 0 0 / 0%);
}
.topcms_news_type4 .txt_height{
	height: 3em
}
.topcms_news_type4 .box_title1:empty{
	display: block!important;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type4 .cate_box {
    width: 80% !important;
    margin-bottom: 20px;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type4 .cate_box {
    width: 100%!important;
    
}
}
/* -------------------　BLOG　▲----------------- */

/* -------------  ----　業務内容　▼------------- */
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 50px!important;
    margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
    background-image: url("../dup/img/link_type1_icon.png");
    background-size: 50px;
    background-position: top center;
    background-repeat: no-repeat;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 40px;
	padding-bottom: 40px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

/* ------------------　業務内容　▲-------------- */



/* ---------------------------------------------　TOP　▲------------------------------------------- */

/* ----------------------------------------　下層ページ　▼----------------------------------------- */



/*#page_title .page_box p {*/
/*    color: var(--color4);*/
/*}*/

#page_title .title_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 15%;
    height: 275px;
    background-image: url(../Dup/img/title_bgimg.jpg) !important;
}

#page_title .page_box h2 {
    font-size: 60px;
    font-weight: 700;
    padding: 15px 0 0px 0;
    color: var(--color3);
}

#page_title .page_box p {
    font-size: 15px;
    font-weight: 600;
}
/* ------------------　BLOG　▼------------------- */
.pager li a {
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
    background-color: var(--color3);
    color: var(--white);
}

.pager li a:hover {
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
    background-color: var(--color7);
}

.page_inner .cate_list li a {
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
    background-color: var(--color1);
    color: var(--white);
}

.page_inner .cate_list li a:hover {
    background-image: url(../Dup/img/asfalt-light2.png);
    background-size: 700px;
    background-color: var(--color2);
    transition: 0.3s;
}
/* --------------------　BLOG　▲----------------- */

/* ----------------　スタッフ経歴　▼---------------- */

#cms_6-d .cate_title {
    color: var(--color3);
    font-weight: 500;
}

#cms_6-d h3.box_title1 {
    color: var(--color3);
    font-size: 1.75rem;
}

#cms_6-d .cate_box.noimg:after, .cms_6-d .cate_box.noimg:after {
    background-color: var(--white);
}

#cms_6-d .cate_box:after, .cms_6-d .cate_box:after {
    color: var(--color2);
}


#cms_6-d .cate_box:after, .cms_6-d .cate_box:after {
    color: var(--color2);
    background-color: var(--white);
}
/* ----------------　スタッフ経歴　▲---------------- */

/* ----------------　会社情報　▼----------------- */
#page7 .box_item h3 {
    font-weight: 600;
}

#page7 .box_wrap .box_item p {
    color: var(--black);
}
/* ---------------　会社情報　▲------------------ */

/* --------------　お問い合わせ　▼--------------- */

.con_tel_box .con_box2 .left .cate_title, .con_tel_box .con_box2 .right .cate_title {
    font-weight: 600;
    color: var(--color3);
}

#contact_tel, #contact_mail {
    background-color: var(--color1);
    border: none;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 70px;
}

#contact_tel a{
    color: var(--white);
    font-size: 22px;
    padding: 10px 0px;
}

#contact_tel a:hover {
    color: var(--color3);
    opacity: 1;
}

#contact_tel:hover{
    /*background-color: var(--color5);*/
    border-color: transparent;
}
/* ----------------　お問い合わせ　▲-------------- */

/* ---------------　プライバシーポリシー ▼-------- */
#page9 .box_wrap .box h3 {
    font-size: 18px;
    font-weight: 600;
}
/* -------------　プライバシーポリシー ▲---------- */

/* ----------------　サイトマップ　▼---- --------- */
#page10 li a {
    background: var(--color3);
    color: var(--white);
}

#page10 li a:hover {
    background-color: var(--color5);
}
/* ----------------　サイトマップ　▲-------- ------ */


/* -----------------------------------------------　レスポンシブ　---------------------------------------------------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*1536*/
@media screen and (max-width: 1536px){
header::before {
    width: 122px;
    height: 280px;
    bottom: -17%;
    left: -6%;
}

.con_tel_box .con_box2 .left .cate_title, .con_tel_box .con_box2 .right .cate_title {
    font-size: 20px;
}

#contents3::before {
    top: -5%;
    left: 0;
}

}
/*1530 × 735*/
@media screen and (max-width: 1530px){

#contents1 h2, #contents2 h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

#contents3::before {
    top: -4%;
    left: 0;
}


}
/*1366*/
@media screen and (max-width: 1366px){

#contents1 h2, #contents2 h2 {
    font-size: 28px;
}

.txt5_sub, .txt7_sub {
    font-size: 18px;
    letter-spacing: -1px;
}

}

/*1000*/
@media screen and (max-width: 1366px){

.con_tel_box .con_box2 .left .cate_title, .con_tel_box .con_box2 .right .cate_title {
    font-size: 13px;
}

#contact_tel a, #contact_mail a {
    font-size: 14px;
}

#contents3::before {
    top: -2%;
    left: 0;
}

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img img.object_fit_img {
    max-height: auto;
    min-height: auto;
}
#main_img::after {
    bottom: 0%;
    height: 5%;
}

#logo2 {
    width: 100%;
    max-width: 360px;
    padding: 20px;
}

header #logo {
    padding: 15px 10px;
    max-width: 250px;
}

header::before,
.main_box::before{
    display:none;
}

header .head_banner {
    display: none;
    /*bottom: 0;*/
    /*width: 200px;*/
}

.catch {
    width: 70vw;
}

.stamp {
    width: 30vw;
    height: 7vw;
    top: 41%;
    left: 7%;
}

#attach {
    height: 400px;
}

#contents3::before {
    top: -2px;
    left: 0;
}

#top_cms::before {
    top: -1px;
}

.topcms_news_type2 .cate_box {width: 100%!important;}

.topcms_news_type2 .txt_height {height: 3em}

.hamburger {
    top: 30px;
}

.hamburger__icon {
    background-color: var(--black);
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: var(--black);
}

.txt5, .txt7 {
    font-size: 24px;
}

.txt2_sub {
    font-size: 17px;
}

.txt5_sub, .txt7_sub {
    font-size: 20px;
    letter-spacing: -1px;
}

/*#contents1::before {*/
/*    bottom: 42%;*/
/*    left: 0;*/
/*    height: 4%;*/
/*    width: 100%;*/
/*}*/

#contents1 {
    padding: 50px;
}

#contents1 .con_no {
    padding-right: 15px;
}

#contents1 h2, #contents2 h2 {
    font-size: 28px;
    padding-top: 0px;
    /* padding-left: 50px; */
}

#contents1 .con_no {
    padding-right: 0;
    font-size: 2.8vw;
    top: 0vw;
    /* left: 4vw; */
    margin-bottom: 15px;
}

#contents1 .con_no::before, #contents2 .con_no::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 15%;
    bottom: 0;
    left: 100%;
    margin: auto;
}


#contents2{
    position:relative;
}

#contents2 {
    padding: 50px 10% 160px;
}

#contents2 .con_no {
    padding-right: 0;
    font-size: 2.8vw;
    top: 0vw;
    /*left: 4vw;*/
    margin-bottom: 15px;
}

.Point02 {
    margin-top: 50px;
}

#contents3{padding: 0 5% 100px;}

#contents3 .fade_box:first-of-type{margin-bottom: 100px;}

#contents3 .fade_box:first-of-type .con_txt:before{
width: 15vw;
height: 20vw;
bottom: -30vw;
right: 190px;
}

#contents3 .fade_box:last-of-type .con_txt:before{
width: 23vw;
height: 15vw;
top: -35vw;
left: 125px;
}

#contents3 .fade_box:last-of-type .con_txt:after{
width: 13vw;
height: 17vw;
top: -10vw;
right: 80px;
}

#contents3 .grid_6 figure {
    margin-top: 60px;
}

#contents3 .grid_6 .point2{
    margin-top: 50px;
}

#contents3 .point2 {
    margin-top: 80px;
}

#contents3::before {
    top: -40px;
    left: 0;
}

#contents3 .con_no {
    font-size: 16px;
}


#top_cms::before {
    top: -1px;
}

#banner, #reservation_banner2{
    bottom: 5px;
    right: 15px;
    max-width: 300px;
}

#page_title .page_box h2 {
    letter-spacing: 0;
    font-size: 25px;
}

#contact_tel a, #contact_mail a {
    font-size: 20px;
}

.con_tel_box .con_box2 .left .cate_title, .con_tel_box .con_box2 .right .cate_title {
    margin-top: 15px;
    font-size: 20px;
}


}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){

#main_img::after{
    display: none;
}

#logo2 {
    width: 100%;
    max-width: 200px;
    padding: 2px 0 0 0;
}

.font_14 {
    font-size: 14px;
}

html, body {
    font-size: 14px;
    line-height: 1.9;
}

.main_box {
    padding-top: 58px;
}

.catch_sp {
    z-index: 3;
    position: absolute;
    max-width: 550px;
    max-width: 1700px;
    width: 55Vw;
    left: 2%;
    bottom: 7%;
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
}

header #logo {
    padding: 5px 10px;
    max-width: 170px;
}

.fat-nav__wrapper {
    transform: translateY(5%) !important;
    height: 95% !important;
}

.stamp {
    width: 56vw;
    height: 13vw;
    top: 67%;
    left: 7%;
}

#attach {
    background-position: right 25% center;
    height: 300px;
}

/*#contents1::before {*/
/*    bottom: 30%;*/
/*    left: 0;*/
/*    height: 3%;*/
/*    width: 100%;*/
/*}*/

#contents1 {
    padding: 25px;
}

#contents1 .con_no {
    padding-right: 0;
    font-size: 3.8vw;
    top: 0vw;
    left: 0vw;
}

#contents1, #contents2 {
    background-size: 80%;
}

#contents1 h2, #contents2 h2 {
    letter-spacing: -1px;
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

#contents2 h2{
    font-size: 18px;
}

#contents2 {
    padding: 50px 10% 40px;
}

#contents2 .con_no {
    padding-right: 0;
    font-size: 3.8vw;
    top: 0vw;
    left: 0vw; 
}

#contents3 .fade_box:first-of-type {
    margin-bottom: 0px;
}

#contents3 {
    padding: 0 10% 50px;
}

#contents3::before {
    top: -15px;
    left: 0;
}

#contents3 .grid_6 {
    margin-top: 0px;
}

#contents3 .grid_6:last-child {
    margin-top: 0px;
}

#top_cms > .box {
    padding: 50px 6%;
}

#top_cms > .box:first-of-type {
    padding-top: 50px;
}

#page_title .page_box h2 {
    font-size: 22px;
}

.cms_title h2 {
    font-size: 30px;
}

.txt2_sub {
    letter-spacing: 0px;
    font-size: 16px;
}

.txt4 {
    letter-spacing: 0;
    font-size: 19px;
}

.txt4_sub {
    font-size: 16px;
}

.txt5, .txt7 {
    letter-spacing: -1px;
    font-size: 18px;
}

.txt5_sub, .txt7_sub {
    font-size: 15px;
    letter-spacing: -1px;
}

.fat-nav.active li a {
    font-size: 120%;
}

.hamburger {
    top: 9px;
}

footer .link_box li {
    max-width: 100px;
    height: 24px !important;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

/*#cms_2-c .cate figure {*/
/*	margin: 0 auto 0px;*/
/*}*/



#page_title .title_img {
    height: 120px;
}

#map .ggmap {
    padding-bottom: 200px;
}

#footer_menu li a {
    font-size: 15px;
}

#banner, #reservation_banner2{
    bottom: 5px;
    right: 65px;
    margin: 0 auto;
    max-width: 250px;
}

.con_tel_box .con_box2 .left .cate_title, .con_tel_box .con_box2 .right .cate_title {
    font-size: 18px;
}

#contact_tel a, #contact_mail a {
    font-size: 17px;
}

#page9 .box_wrap .box h3 {
    font-size: 16px;
}

}
