@charset "utf-8";

/*res start　768px*/
@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/


/* ---------------------------------------------------------
   【slider dummy】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.sliderBlock {
		border-top: 3px solid #231815;
		border-bottom: 3px solid #231815;
		padding: 2px 0;
		margin-top: 15px;
	}

	.container {
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		margin-top: 0;
		padding-top: 0;
　　/*▼レスポンシブ対応
		padding-bottom: 70%;
		position: relative;
		height: 0;
		overflow: hidden;*/
	}

/*
	.slide_all {
		height: 340px;
	}

	.slide {
		width: 550px!important;
	}
*/

/*▼レスポンシブ対応
	.slide_all {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.slide_wrap {
		margin-left: -1480px;
	}

	.slide {
		height: auto;
	}*/

	.sliderBg img {
		display: none;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/


/* --------------------------------------------
   【header】
-------------------------------------------- */
/*res start　1350px*/
/* @media screen and (max-width: 1350px) {
.floating_bnr {
    display: none!important;
}
} */

@media screen and (max-width: 991px) {
.floating_bnr {
    top: 22vw;
		right: 24px;
		width: 32%;
}
}
@media screen and (max-width:767px) {
.floating_bnr {
    top: 120vw;
		right: 0;
}
}

/*res start　768px*/
@media screen and (max-width: 768px) {
	.catch {
		background-size: contain;
	}

/* ▼ここからフロートメニュー設置 */
	body:not(.category-contact) .hdrNavRes,
	body:not(.category-contact-namiki) .hdrNavRes,
	body:not(.category-contact-inokuchi) .hdrNavRes {
		display: block;
		clear: both;
		border-bottom: 1px dotted #aaa;
		bottom:0;
		right:0;
		left:0;
		z-index: 9999;
		background-color: #231815;
		font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
	}
	body.category-contact .hdrNavRes,
	body.category-contact-namiki .hdrNavRes,
	body.category-contact-inokuchi .hdrNavRes {
		display: block;
		clear: both;
		border-bottom: 1px dotted #aaa;
		top:0;
		bottom: auto;
		right:0;
		left:0;
		z-index: 9999;
		background-color: #231815;
		font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
	}
	.nav-res {
		/* color: #626169!important; */
		color: #DED9D1!important;
		margin-left: 12px;
	}
	.hdrNavRes.selected{
		position: fixed;
	}

	.hdrNavRes.selected li,
	.hdrNavRes.selected a,
	.hdrNavRes.selected span{
		font-size: 0.8em;
		padding: 10px;
		height: auto;
	}

	.hdrNavRes.selected li {
		padding: 0;
	}
  .sp-hdrNav.accordion > li > ul.innerMenu a,
	.hdrNavRes.accordion > li > ul.innerMenu a {
		font-size: 1rem;
	}

    .mct_concept_top h3 a, .wrap h3 a, .meBlock a {
        margin-bottom: 20px;
    }

	.hdrNavRes.selected i {
		font-size: 1.5em;
	}

	.sp-hdrNav li{
		display: flex;
		float: left;
		padding-right: 2rem;
	}
	.hdrNav li{
		width: 25%;
		height: 70px;
		display: block;
		float: left;
	}

	.hdr-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.humburger-menu {
		width: 11px;
		height: 18px;
	}

	.humburger-menu_open {
		width: 20px;
	}

	.sp-hdrNav li:last-child,
	.hdrNavRes li:last-child{
		border-right: none;
	}

	.hdrNavRes .inner__menu,
	.hdrNavRes li a {
		width: 100%;
		height: 70px;
		display: block;

		color:#626169;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		padding-top:12px;
	}
	.sp-hdrNav li a{
		width: 100%;
		display: block;
		color:#626169;
		font-size: 14px;
		text-align: left;
		margin-left: 4rem;
	}
	.sp-hdrNav .inner__menu {
		font-size: 14px;
		padding-right: 16px!important;
		text-align: left;
		margin-left: 4rem;
		color:#626169;
	}
		.sp-hdrNav .inner__menu label{
		font-weight: normal!important;
		width: 100%;
		padding-right: 1rem;
	}

	.sp-hdrNav li a:hover,
	.hdrNavRes li a:hover,
	.hdrNavRes li span:hover {
		text-decoration: none;
		background-color: #DED9D1;
		color: #231815;
	}

	.humburger-hdr_container {
		display: flex;
		justify-content: center;
	}

	.humburger-hdr1 {
		width: 160px;
	}

	.humburger-hdr2 {
		width: 32px;
	}

.open .gnav-sp {
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 99999;
}
.open .toggle_btn i {
  color: #fff;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* mask */
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  opacity: 0.6;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .toggle_btn {
    width: 60px;
    height: 60px;
    top: 0;
    left: 10px;
  }
  .toggle_btn i {
    white-space: nowrap;
  }
}

	/*  ▼　アコーディオンメニュー設置  */
	.toggle_btn {
		right: 0px;
    position: absolute;
    top: -100%;
	}
	.visibility-hidden {
		visibility: hidden;
	}
	ul.accordion a {
	}
	ul.accordion span {
		display:block;
		padding-top:6px;
		font-size: 20px;
		text-align: center;
		height: 70px;
		width: 100%;
		color: #F9F7F8;
	}
	/* ul.accordion ul {
		display:none;
	} */
	ul.accordion > li {
	}
	ul.accordion > li > p {
		cursor:pointer;
	}
	.sp-hdrNav.accordion > li > ul.innerMenu,
	.hdrNavRes.accordion > li > ul.innerMenu {
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 9999;
		background-color: #DED9D1;
	}
	.hdrNavRes.selected > li > ul.innerMenu {
		position: fixed;
		height: 100%;
		overflow: auto;
	}
	.sp-hdrNav.accordion > li > ul.innerMenu > li ,
	.hdrNavRes.accordion > li > ul.innerMenu > li {
        float: none;
        height: auto;
        width: 94%;
        border-bottom: none;
				color: #626169;
        background-color: #DED9D1;
        border-bottom: 1px solid #666;
        letter-spacing: 0.2em;
				margin-right: auto;
				margin-left: auto;
	}
	.sp-hdrNav.accordion > li > ul.innerMenu > li:last-child,
	.hdrNavRes.accordion > li > ul.innerMenu > li:last-child {
		border-bottom:1px dotted #aaa;
	}
	.sp-hdrNav.accordion > li > ul.innerMenu > li > a,
	.hdrNavRes.accordion > li > ul.innerMenu > li > a {
		height:auto;
/*
		text-align: left;
		padding-left:20px;
*/
		padding:0.5em;
		color:#626169;
	}
	.hdrNavRes.accordion ul.innerMenu .inner__menu {
		height:auto;
		padding:0.5em;
		color:#626169;
	}
	.sp-hdrNav .menu__sub {
		background-color: #ded9d1;
	}
	.inner__menu .menu__sub {
		display: block;
	}
	.sp-hdrNav.accordion > li > ul.innerMenu > li > a:before,
	.hdrNavRes.accordion > li > ul.innerMenu > li > a:before {
		content: "";
		display: inline-block;
		margin-right: 5px;
	}
	.gnav-sp .inner__menu {
		display: flex;
		flex-direction: column;
	}
	.gnav-sp .item-content li{
		margin-right: 0;
	}
	.gnav-sp .item-content a{
		margin-left: 0;
	}
	.acd-check{
    display: none;
	}
	.acd-label {
    cursor: pointer;
		text-align: center;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
		font-weight: bold;
	}
	.acd-content{
    height: 0;
    opacity: 0;

    transition: .5s;
    visibility: hidden;
	}
	.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
	}

	.inner__menu .menu__sub {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.inner__menu .menu__sub li {
		width: 100%;
		height: 40px;
		font-size: 13px;
	}

	.inner__menu .menu__sub li a{
		height: 40px;
	}
	/* .sp-hdrNav.accordion ul.innerMenu .inner__menu:before, */
	.hdrNavRes.accordion ul.innerMenu .inner__menu:before {
		content: "";
		display: inline-block;
		margin-right: 5px;
	}

	.sp-hdrNav.accordion > li > ul.innerMenu > li > a:hover,
	.hdrNavRes.accordion > li > ul.innerMenu > li > a:hover {
		color: #231815;
	}

	.btn_open {
		display: block;
	}
	.btn_close {
		display: none;
	}
	/*  ▲　アコーディオンメニュー設置  */

	.hdrNavRes.selected + .both {
		height: 80px;
	}

	.ftr .menu__sub_sp {
		margin-top: 0.3rem;
		display: block;
		position: relative;
	}

	.ftr .menu__sub_sp li {
		line-height: 2;
		font-size: 13px;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	img.hdr_emb {
		display: none;
	}

	.sliderBlock {
		margin-bottom: 0;
	}

	.catch {
    margin: 25px 0 0;
	}



}/*res end 480px*/

/* --------------------------------------------
   【sidebar】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.sdr {
		float: none;
		background: none;
		padding: 0;
		width: 100%;
	}

	.tab_w49 {
		width: 49%;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* --------------------------------------------
   【footer】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.nav_block_sp_wrap{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 3rem!important;
	}
	.nav_block_sp{
		width: 49%;
	}
	/* .nav_block_sp:last-child{
		width: 100%;
		border-bottom: none;
	} */
	.subNav {
		margin-bottom: 0;
/*		font-size: 13px;*/
	}

	.subNav .nav_block_5 {
		width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 1.5em;
	}

	.ftrInfo {
		font-size: 12px;
		margin-bottom: 0;
	}

	.copy {
/*		background-color: #231815;*/
		  padding: 8px 0 40px;
	}

	.pagetop {
		right: 0;
	}

	.ftr__contact {
		padding-top: 30px;
		margin-bottom: -1px;
		gap:0;
	}

	.ftr__sns,
	.ftr__mail {
		width: 11%;
	}

	.ftrBase {
		padding-top: 60px;
	}

    /*  SNS  */
        /* --------------------------------------------
           【sns】
        -------------------------------------------- */
        .sns_wrap {
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                    flex-direction: column;
        }

        .snsText {
            width: 100%;
            padding-bottom: .5em;
            text-align: center;
        }

        .snsText::after {
            display: none;
        }

        .share{
            width:100%;
            padding-bottom:10px;
        }

        .sns{
            margin:0 auto;
            text-align:center;
        }
        .sns ul {
            margin: 0 auto 2% -2%;
		    list-style:none;
        }
        .sns li {
            float: left;
            margin-bottom: 2%;
            margin-left: 1%;
            width: 24%;
        }
        .sns li a {
/*            font-size:80%;*/
            position:relative;
            display:block;
/*            padding:10px;*/
            color:#fff;
            border-radius:6px;
            text-align:center;
            text-decoration: none;
            text-shadow:1px 1px 0 rgba(255,255,255,0.3);


            font-size:75%;
		    padding:10px 2px;
        }
    	.sns li:nth-child(4n) {
            margin-right:0;
        }
        .sns li a:hover {
            -webkit-transform: translate3d(0px, 5px, 1px);
            transform: translate3d(0px, 5px, 1px);
            -webkit-box-shadow:none;
                    box-shadow:none;
        }

        /* ツイッター */
        .sns .twitter a {
            background:#00acee;
            -webkit-box-shadow:0 5px 0 #0092ca;
                    box-shadow:0 5px 0 #0092ca;
        }
        .sns  .twitter a:hover {
            background:#0092ca;
        }

        /* Facebook */
        .sns  .facebook a {
            background:#3b5998;
            -webkit-box-shadow:0 5px 0 #2c4373;
                    box-shadow:0 5px 0 #2c4373;
        }
        .sns .facebook a:hover {
            background:#2c4373;
        }

        /* グーグル */
        .sns .googleplus a {
            background:#db4a39;
            -webkit-box-shadow:0 5px 0 #ad3a2d;
                    box-shadow:0 5px 0 #ad3a2d;
        }
        .sns  .googleplus a:hover {
            background:#ad3a2d;
        }

        /* はてぶ */
        .sns  .hatebu a {
            background:#5d8ac1;
            -webkit-box-shadow:0 5px 0 #43638b;
                    box-shadow:0 5px 0 #43638b;
        }
        .sns .hatebu a:hover {
            background:#43638b;
        }

        /* LINE */
        .sns  .line a {
            background:#25af00;
            -webkit-box-shadow:0 5px 0 #219900;
                    box-shadow:0 5px 0 #219900;
        }
        .sns .line a:hover {
            background:#219900;
        }

        /* Pocket */
        .sns  .pocket a {
            background:#f03e51;
            -webkit-box-shadow:0 5px 0 #c0392b;
                    box-shadow:0 5px 0 #c0392b;
        }
        .sns  .pocket a:hover {
            background:#c0392b;
        }

        /* RSS */
        .sns  .rss a {
            background:#ffb53c;
            -webkit-box-shadow:0 5px 0 #e09900;
                    box-shadow:0 5px 0 #e09900;
        }
        .sns  .rss a:hover {
            background:#e09900;
        }

        /* Feedly */
        .sns  .feedly a {
            background:#87c040;
            -webkit-box-shadow:0 5px 0 #74a436;
                    box-shadow:0 5px 0 #74a436;
        }
        .sns  .feedly a:hover {
            background:#74a436;
        }

		.rsspc {
		display: none;
		}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.ftrIn {
		padding-top: 90px;
	}

	.ftrInfo .name span {
		font-size: 14px;
	}

        .sns{
            margin-bottom: 15px;
        }

	.pagetop {
		bottom: 40px;
	}
}/*res end 480px*/

/* --------------------------------------------
   index
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.cnt {
		padding: 3% 0 0;
	}

	.mct_und {
		width: 100%;
		float: none;
	}

	.w49 {
		width: 100%;
	}

	.mtWrap {
		margin-bottom: 15px;
	}

	.mtWrap.col2_tab {
		width: 100%;
	}

	.mtWrap .inner,
	.mbWrap .inner {
		height: auto;
	}

	.shopBlock .inner {
		padding: 2px;
	}

	.aboutBlock {
		background-size: cover;
		height: auto;
	}

    .cnt_add_box .aboutBlock {
		background-size: cover;
		height: auto;
    }

	.aboutBlock .inner {
		height: 210px;
	}

    .cnt_add_box .grid_4 {
        margin-bottom: 3em;
    }

    .cnt_add_box .grid_4:last-of-type {
        margin-bottom: 0;
    }

    .cnt_add_box .aboutBlock .inner {
        height: 150px;
    }

    .cnt_add_box .recBlock dl {
        height: 150px;
    }

	.aboutBlock a {
		padding: 5px 0;
	}

	.aboutBlock span {
		margin-top: 15px;
	}

	.recBlock {
		background: none;
		padding: 5px;
		height: auto;
		background-color: #322827;
	}

    .cnt_add_box .recBlock {
        margin-top: 0;
    }

	.recBlock dl {
		width: 100%;
		border: 1px solid #FFF;
		height: 210px;
		padding: 10px;
		background: url(images/res_recruit_bg.png) right bottom no-repeat;
	}

	.recTitle {
		font-size: 16px;
		margin-bottom: 20px;
		color: #322827;
		background-color: #FFF;
		padding: 5px;
		position: relative;
		font-family: Latha;
	}

	.recTitle:before {
		content: url(images/rec_before.png);
		position: absolute;
		left: 1%;
		top: 20%;
	}

	.recTitle:after {
		content: url(images/rec_back.png);
		position: absolute;
		right: 1%;
		top: 20%;
	}

	.aboutBlock dt.recTitle {
		font-family: meiryo;
	}

	.newsBox article time {
		width: 100%;
	}

    .minorBlock span {
        margin-top: 5px;
    }

    .cnt_add_box .minorBlock .inner {
        padding: 2% 5px;
        height: auto;
    }
		.home .widthBase {
			width: 100%;
		}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.shopName {
		margin: 0 0 10px;
	}

	.infoTitle {
	border-bottom: 1px solid #231815;
	padding-bottom: 3px;
	display: block;
	margin-bottom: 3px;
	}

	.greeting {
/*	font-size: 13px;*/
	}

    .cnt_add_box .aboutBlock .inner {
        height: auto;
    }

    .cnt_add_box .recBlock dl {
        height: auto;
    }

    .cnt_add_box .grid_4 {
        margin-bottom: 2em;
    }

}/*res end 480px*/

/* ---------------------------------------------------------
   【レイアウト】
--------------------------------------------------------- */
/*res start 768px*/
@media screen and (max-width: 768px) {
	.widthBase {
		width: 90%;
	}

	.pc {
		display: none;
	}

	.tab {
		display: block;
	}

	.tab_und {
		display: block;
	}

	.col2.col_tab_reset:nth-child(even),
	.col3.col_tab_reset:nth-of-type(3n),
	.col4.col_tab_reset:nth-of-type(4n),
	.col5.col_tab_reset:nth-of-type(5n),
	.col6.col_tab_reset:nth-of-type(6n),
	.col7.col_tab_reset:nth-of-type(7n),
	.col8.col_tab_reset:nth-of-type(8n) {
		margin-right: 2.857142857142857%;
	}

	.col2_tab:nth-child(even),
	.col3_tab:nth-of-type(3n),
	.col4_tab:nth-of-type(4n),
	.col5_tab:nth-of-type(5n),
	.col6_tab:nth-of-type(6n),
	.col7_tab:nth-of-type(7n),
	.col8_tab:nth-of-type(8n) {
	margin-right: 0 !important;
}
	.col2_tab {
		width: 48.57142857142857%;
	}

	.col3_tab {
		width: 31.42857142857143%;
	}

	.col4_tab {
		width: 22.85714285714286%;
	}

	.col4_tab {
		width: 22.85714285714286%;
	}

	.grid_1.col_tab_all_reset,
	.grid_2.col_tab_all_reset,
	.grid_3.col_tab_all_reset,
	.grid_4.col_tab_all_reset,
	.grid_5.col_tab_all_reset,
	.grid_6.col_tab_all_reset,
	.grid_7.col_tab_all_reset,
	.grid_8.col_tab_all_reset,
	.grid_9.col_tab_all_reset,
	.grid_10.col_tab_all_reset,
	.grid_11.col_tab_all_reset {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}/*res end　768px*/

/*res start 480px*/
@media screen and (max-width: 480px) {
	.tab {
		display: none;
	}

	.tab_over {
		display: none;
	}

	.mob {
		display: block;
	}

	.col2.col_sp_reset:nth-child(even),
	.col3.col_sp_reset:nth-of-type(3n),
	.col4.col_sp_reset:nth-of-type(4n),
	.col5.col_sp_reset:nth-of-type(5n),
	.col6.col_sp_reset:nth-of-type(6n),
	.col7.col_sp_reset:nth-of-type(7n),
	.col8.col_sp_reset:nth-of-type(8n) {
		margin-right: 2.857142857142857%;
	}

	.col2_sp:nth-child(even),
	.col3_sp:nth-of-type(3n),
	.col4_sp:nth-of-type(4n),
	.col5_sp:nth-of-type(5n),
	.col6_sp:nth-of-type(6n),
	.col7_sp:nth-of-type(7n),
	.col8_sp:nth-of-type(8n) {
	margin-right: 0 !important;
}
	.col2_sp {
		width: 48.57142857142857%;
	}

	.col3_sp {
		width: 31.42857142857143%;
	}

	.col4_sp {
		width: 22.85714285714286%;
	}

	.col4_sp {
		width: 22.85714285714286%;
	}

	.grid_1.col_sp_all_reset,
	.grid_2.col_sp_all_reset,
	.grid_3.col_sp_all_reset,
	.grid_4.col_sp_all_reset,
	.grid_5.col_sp_all_reset,
	.grid_6.col_sp_all_reset,
	.grid_7.col_sp_all_reset,
	.grid_8.col_sp_all_reset,
	.grid_9.col_sp_all_reset,
	.grid_10.col_sp_all_reset,
	.grid_11.col_sp_all_reset {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}/*res end 480px*/


/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.tab_center {
		text-align: center;
	}

	.tab_ww {
		width: 100%;
	}

	.tab_wAuto {
		width: auto;
		margin: 0 auto;
		display: block;
	}

	.tab_fl {
		float: left;
	}

	.tab_fr {
		float: right;
	}

	.tab_mb15 {
		margin-bottom: 15px;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.mob_center {
		text-align: center;
	}

	.mob_ww {
		width: 100%;
	}

	.mob_mb15 {
		margin-bottom: 15px;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   【font-size 13px 100%】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* ---------------------------------------------------------
   【フロート】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.fl.tab_set,
	.fr.tab_set {
		float: none;
	}

	.table01 th.tab_set,
	.table01 td.tab_set,
	.section th.tab_set,
	.section td.tab_set {
		display: block;
		width: 100%;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.fl.sp_set,
	.fr.sp_set,
	.tab_fl.sp_set,
	.tab_fr.sp_set {
		float: none;
	}
	.section .recruitTable .table01 th,
	.table01 th.sp_set,
	.table01 td.sp_set,
	.section th.sp_set,
	.section td.sp_set {
		display: block;
		width: 100%;
	}

    .sp_left {
        text-align: left!important;
    }
}/*res end 480px*/

/* --------------------------------------------
   【mailformpro】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

form#mailformpro dl dt,
form#mailformpro dl dd {
	font-size: 16px;
}

form#mailformpro dl dt {
	float:none !important;
	width:100% !important;
	text-align:left !important;
	padding-bottom:0 !important;
}


form#mailformpro dl dd {
	padding-left:10px !important;
	border:none !important;
}

.mailform input, .mailform textarea {
	width:95% !important;
	margin: 1% 0;
	font-size: 16px;
}

.mfp_not_checked,
.mfp_checked {
	padding: 3% 0.5% 2%;
	font-size: 16px;
}

.mailform label > input {
	width: 5% !important;
}

dd.mfp_achroma > a {
	display: block;
}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

.mailform input, .mailform textarea {
	padding: 4% !important;
	font-size: 18px !important;
}

#mfp_overlay_inner {
	width:80% !important;
}

.mfp_not_checked,
.mfp_checked {
	padding: 5% !important;
}

table#mfp_confirm_table tr th {
	width:93% !important;
	display:block !important;
	background-color: #DEE1E9 !important;
}

table#mfp_confirm_table tr td {
	width:93% !important;
	display:block !important;
	border:none !important;
	background-color:#FFF !important;
}

}/*res end　480px*/



/* --------------------------------------------
   【共通パート】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	h2.entry-title {
		font-size: 3rem;
		margin-bottom: 20px;
		margin-top: 100px;
	}

	h3.entry-title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.breadcrumb {
		text-align: left;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	h2.entry-title {
		font-size: 32px;
		margin-bottom: 15px;
	}
    .faq dt a {
        padding-top: 5em;
        margin-top: -5em;
    }
}/*res end 480px*/


/* --------------------------------------------
   【concept】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.concept01 {
		padding-top: 50px;
	}

	.concept01 dt {
		margin-bottom: 10px;
	}

	.concept02 dl {
		height: auto;
	}

	.category-concept .pt20 {
		padding-top: 10px!important;
	}

	.concept01 {
		width: 100%;
		font-weight: bold;
		padding: 15px 30px 15px 30px;
	}
	.concept01-container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.concept-professional {
		font-weight: normal;
		font-size: 1.6rem!important;
	}

	.concept01 .noli li {
		margin-top: 2.2rem;
	}



}/*res end　768px*/


/*res start　480px*/
@media screen and (max-width: 480px) {
	 .section img.alignright {
		float: none;
		margin: 0 auto 10px;
		display: block;
	}

	.concept01 {
		height: auto;
		background: none;
		width: 100%;
		font-weight: bold;
/* background-image:linear-gradient(130deg,rgb(85,0,0) 0%,rgb(85,0,0) 1%,rgb(65,0,0) 32%,rgb(46,0,0) 62%,rgb(41,0,0) 74%,rgb(30,0,0) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff550000,endColorstr=#ff1e0000,GradientType=1)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff550000,endColorstr=#ff1e0000,GradientType=1); */
	}

	.concept01 dt {
		font-size: 15px;
		line-height: 140%;
	}

	.concept01 dt.title {
		margin-top: -10px;
	}

    .concept_area_und {
        font-size: 3.2vw;
    }

}/*res end 480px*/


/* --------------------------------------------
   【menu】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.exteBox {
		padding-bottom: 10px;
        height: 350px;
	}

	.exteBox dd {
		/*height: 185px;*/
		padding: 10px;
	}

	.meBox {
		padding: 20px 15px;
	}

	.me01 {
		width: 100%;
	}

	.me02 {
		padding-top: 10px;
	}

	.cnTitle span {
		font-size: 13px;
	}

    .exteBox dt.tab_pb30 {
    padding-bottom: 30px;
    }

    .table_plan th {
	width: 50%;
    }

}/*res end　768px*/

/*res start　715px*/
@media screen and (max-width: 715px) {

 /*   .table_plan thead {
    display: block;
    float: left;
    }

    .table_plan tbody {
    display: block;
    width: auto;
    white-space: nowrap;
    }

    .table_plan tr {
    display: inline-block;
    margin: 0 -3px;
    }

    .table_plan th {
    display: block;
    width: auto;
    }

    .table_plan td {
    display: block;
    }
*/

	.cnTitle {
	height: 85px;
	}

}/*res end　715px*/

/*res start　620px*/
@media screen and (max-width: 620px) {

	.grid_4.col_620_all_reset {
		width: 100%;
		float: none;
		margin-right: 0;
	}

    .exteBox {
        height: auto;
        margin-bottom: 20px;
	}
	.exteBox dd {
		height: auto;
	}

    .tab_w620 {
        display: block;
    }

}/*res end　710px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.meBox {
		padding: 15px 10px;
	}

	.meBox li {
		padding-left: 30px;
	}

	.me02 {
		width: 10%;
	}

	.airyBox dt {
		font-size: 13px;
	}

    .volumeBox {
    width: 50%;
    }

    .table01.plan.repeat th {
    width: 100%;
    text-align: center;
    }

    .table01.plan.repeat td {
    }

    .table01.plan.repeat tr {
    width: 100%;
    text-align: center;
    }

    .grid_3.col2_sp_all_reset {
    width: 47%;
	}

}/*res end 480px*/

/* --------------------------------------------
   【reserve】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.category-voice dt span {
		display: block;
/*		text-align: right;*/
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.attention {
	    font-size: 12px;
	}

    .section ul.voice_in_item li {
        display: block;
        margin-right: 0;
        padding-left: 0;
    }

    .section ul.voice_in_item li::before {
        content: '・';
    }

    .section ul.voice_in_item li::after {
        content: none;
        margin-left: 0;
    }

	.best_rate__image img {
		max-width: 250px;
		width: 100%;
		height: auto;
	}


}/*res end 480px*/



/* --------------------------------------------
   【shop】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
/*
	.infoImg,
	.infoTable {
		float: 0;
		width: 100%;
	}

	.infoBox .infoImg img,
	.infoBox .infoTable {
		height: auto;
	}
*/

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.infoTable th,
	.infoTable td {
		display: block;
		width: 100%;
	}

	.table01 tr {
		border-bottom: none;
	}

	.table01 th {
		float: none;
	}
}/*res end 480px*/



/* --------------------------------------------
   【reserve】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.mailform .reserveSelect input {
		width: auto!important;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/


/* ----------------------------------------------
ブログ
---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .both_cnt {
        height: 6em;
    }
    .blog_sdr {
        margin-top: 3.5em;
    }
    .blog_wrap .blog_box {
        height: auto;
    }
    .blog_wrap .more-link {
        position: static;
    }
    .blog_cnt, .blog_sdr {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .blog_sdr .link_box {
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        width: 32%;
    }
    .blog_sdr .link_box:last-child {
        margin-right: 0;
    }
		.blog_post_txt .entry-title a {
			font-size: 14px;
		}
		.blog_post_excerpt {
			font-size: 11px;
		}
		.blog_post_excerpt p{
			margin-bottom: 0;
		}
		.blogDt {
			font-size: 10px;
			font-weight: normal;
		}
		.u-imgFrame {
			padding-bottom: 90%;
		}
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .both_cnt {
        height: 3em;
    }
    .blog_post + .blog_post {
        padding-top: 1.5em;
        margin-top: 1.5em;
    }
    .blog_post_img {
        width: 30%;
    }
    .blog_post_txt {
        width: 70%;
        padding-left: 1em;
				padding-bottom: 0.5em;
    }
    .tab_over {
        display: none !important;
    }
    .blog_sdr .link_box {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .blog_post_txt .blogDt {
        left: 1.3em;
        bottom: -.7em;
    }
    .blog_post_cate {
        font-size: 2.9vw;
    }
    .single_post_link_prev a, .single_post_link_next a {
        border: 1px solid #585858;
        padding: .7em;
        text-align: center;
    }
}/*res start　480px*/

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*res startã768px*/
@media screen and (max-width: 768px) {
	.contact_top {
        font-size: 3vmin;
	}
	.contact_top .fa-mobile {
        font-size: 25px;
        margin-top: -10px;
	}
	form.wpcf7-form input.wpcf7-submit {
	    margin: 0 auto;
	}
}/*res endã768px*/

/*res startã480px*/
@media screen and (max-width: 480px) {
	.contact_top {
        font-size: 6vw;
        margin-bottom: 8px;
	}
	form.wpcf7-form input {
        width: 100%;
	}
	a.contact_tel {
        margin-bottom: 5px;
        display: block;
	}
	form.wpcf7-form dl dt {
        float: none;
        font-size: 12px;
        text-align: left;
        width: 100%;
	}
	form.wpcf7-form dl dd {
        border-top: none;
        padding: 10px 5px 20px 0;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
	    width: auto;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        display: block;
	}
	.alertlabel {
        font-size: 1rem;
        padding: 5px 0;
	}
	.wpcf7-form-control-wrap.reason {
	    margin-left: 0;
	}
    form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm {
        font-size: 18px !important;
        padding: 5% 5px;
    }
}/*res end 480px*/
