@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html{
	height: 100%;
	margin-bottom: 1px;
	scroll-behavior: smooth;
}
html.resizing *{
	transition-duration: 0s !important;
	transition-delay: 0s !important;
}

body,div,class,img,p,form,fieldset,input,textarea,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	vertical-align: bottom;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;/*100,300,350,400,500,700,900*/
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	text-align: left;
	line-height: 1.0em;
    padding-top: 120px;
}
@media screen and (max-width : 767px) {
	body {
		padding-top: 50px;
	}
}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

article, section {
	width: 100%;
}

body img {
	max-width: 100%;
	height: auto;
	border: none;
	-webkit-backface-visibility: hidden;
}

/*イメージフェード*/
.fade {-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.fade:hover {opacity: 0.6;filter: alpha(opacity=60);}

a {color: #000;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:active {color: #000;text-decoration: none;}
a:hover {color: #cc0000;text-decoration: underline;}

/*インナー*/
.inner {
	max-width: 1200px;
    width: 100%;
	margin: auto;
}
.inner_center {
	max-width: 926px;
    width: 100%;
	margin: auto;
}

/*ヘッダー*/
header {
	width: 100%;
	height: 120px;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
    background: #fff;
}
@media screen and (max-width : 767px) {
	header {
		height: 50px;
	}
}
.logo {
	float: left;
	margin-top: 10px;
}
@media screen and (max-width : 767px) {
	.logo {
		margin-top: 4px;
		width: 490px;
	}
}
@media screen and (max-width : 574px) {
	.logo {
        width: 86%;
	}
}

.contact_block {
    float: right;
}
@media screen and (max-width : 674px) {
    .contact_block {
        display: none;
    }
}
.contact_block .tel {
    float: right;
    margin: 30px 10px 0 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
}
.contact_block .tel span {
    background: url(../images/tel.svg) no-repeat center left;
    padding-left: 26px;
}
.contact_block .form {
    float: right;
    margin-top: 20px;
    font-size: 14px;
    width: 180px;
    text-align: center;
    color: #fff;
    line-height: 2.8em;
    background: url(../images/btn_next.svg) no-repeat center right 14px/ 6px auto, url(../images/form.svg) no-repeat center left 34px/ 18px auto, #995b30;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.contact_block .form:hover {
    opacity: 0.6;filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media screen and (max-width : 1080px) {
    .contact_block .tel {
        text-indent:-9999px;
        width: 50px;
        height: 50px;
        display: block;
        background: url(../images/tel_w.svg) no-repeat center center, #cc0000;
        margin: 10px 1px 0 0;
    }
    .contact_block .tel span {
        background: none;
        padding-left: 0;
    }
    .contact_block .form {
        text-indent:-9999px;
        width: 50px;
        height: 50px;
        display: block;
        margin: 10px 0 0 0;
        line-height: normal;
        background: url(../images/form.svg) no-repeat center center, #995b30;
        border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;
    }
}

@media screen and (min-width : 1081px) {
    .contact_block .tel	{
        pointer-events: none;
    }
}
@media screen and (max-width : 767px) {
    .contact_block .tel {
        margin: 0;
    }
    .contact_block .form {
        margin: 0 51px 0 1px;
    }
}


.left {
    width: 22%;
    float: left;
    margin: 20px 0 0 0;
}
.left .m_nav {
    width: 100%;
    margin: 0;
}
.left .m_nav ul {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    font-size: 14px;
}
.left .m_nav ul li {
    width: 100%;
    text-align: left;
    padding: 0 5px;
}
.left .m_nav ul li a {
    width: 100%;
    display: block;
    line-height: 2.8em;
    color: #fff;
    margin-bottom: 3px;
    padding: 3px 0 3px 20px;
    text-decoration: none;
    background: url(../images/btn_next.svg) no-repeat center right 10px/ 6px auto, #995b30;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.left .m_nav ul li a:hover {
    opacity: 0.6;filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.left .m_nav li ul {
    margin: 10px 0;
}
.left .m_nav li ul li.nav_sub a {
    background: url(../images/btn_next_b.svg) no-repeat center left 10px/ 6px auto;
    color: #000;
    line-height: 2.4em;
    padding: 0 0 0 25px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.left .m_nav li ul li.nav_sub a:hover {
    color: #cc0000;
    text-decoration: underline;
}
.right {
    width: 77%;
    float: right;
    margin: 20px 0 0 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px) {
    .left {
        display: none;
    }
    .right {
        width: 100%;
    }
}
    

.h2 {
    font-size: 34px;
    text-align: center;
    line-height: 1.2em;
    padding: 0 0 20px 0;
    margin-top: 20px;
    font-weight: normal;
    background: url(../images/h2.svg) no-repeat bottom center;
}
.h2 span {
    font-size: 50px;
    color: #cc0000;
    font-weight: 700;
}
@media screen and (max-width : 767px) {
    .h2 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    .h2 span {
        font-size: 34px;
        font-weight: 500;
    }
}
@media screen and (min-width : 400px) {.br_chosen {display: none;}}
@media screen and (max-width : 399px) {
    .h2 {
        line-height: 1.6em;
    }
}

.list_block {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.h3 {
    width: 100%;
    margin-top: 40px;
    color: #ffff;
    font-size: 24px;
    line-height: 1.8em;
    padding: 0 10px 0 15px;
    background: #ff7c1c;
    font-weight: normal;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px) {
    .h3 {
        font-size: 20px;
        padding: 0 5px 0 10px;
    }
}

.h4 {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8em;
    background: #e8e8e8;
    padding: 0 10px 0 15px;
    border-bottom: 2px solid #995b30;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px) {
    .h4 {
        font-size: 18px;
        padding: 0 5px 0 10px;
    }
}

/* コンテンツ内のテキストブロック */
.text_block {
    width: 100%;
    line-height: 1.8em;
    text-align: justify;text-justify: inter-ideograph;
    margin-top: 20px;
}
@media screen and (max-width : 767px) {
    .text_block {
        font-size: 15px;
        margin-top: 15px;
    }
}
.text_block a {
    text-decoration: underline;
}

.mese01 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
    background: url(../images/mese01.svg) no-repeat center left;
    padding: 40px 0 40px 160px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese01 {
        background: url(../images/mese01.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese02 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
    background: url(../images/mese02.svg) no-repeat center left;
    padding: 40px 0 40px 120px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese02 {
        background: url(../images/mese02.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese03 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
    background: url(../images/mese03.svg) no-repeat center left;
    padding: 40px 0 40px 120px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese03 {
        background: url(../images/mese03.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese04 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
    background: url(../images/mese04.svg) no-repeat center left;
    padding: 40px 0 40px 150px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese04 {
        background: url(../images/mese04.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese05 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
    background: url(../images/mese05.svg) no-repeat center left;
    padding: 40px 0 40px 150px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese05 {
        background: url(../images/mese05.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese06 {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0 auto;
    background: url(../images/mese06.svg) no-repeat center left;
    padding: 40px 0 40px 260px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese06 {
        background: url(../images/mese06.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese07 {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
    background: url(../images/mese07.svg) no-repeat center left;
    padding: 40px 0 40px 170px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese07 {
        background: url(../images/mese07.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.mese08 {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0 auto;
    background: url(../images/mese08.svg) no-repeat center left;
    padding: 40px 0 40px 260px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .mese08 {
        background: url(../images/mese08.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}



.list_img {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    margin-top: 20px;
}
.list_img li {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    padding: 0 10px 20px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .list_img li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}

.list_btn_block {
    max-width: 340px;
    width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 0 10px 60px 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.list_btn_block_example {
    padding: 0 10px 20px 0;
}

@media screen and (max-width : 640px) {
    .list_btn_block {
        margin: 20px auto 0 auto;
        padding: 0 10px 10px 10px;
    }
}
.list_btn_block a {
    text-decoration: none;
}
.list_btn_top {
    width: 100%;
    margin-bottom: 10px;
}
.list_btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 3.2em;
    background: url(../images/btn_next.svg) no-repeat center right 14px/ 6px auto, #ff7c1c;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.list_btn:hover {
    opacity: 0.6;filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media screen and (max-width : 640px) {
    .list_btn {
        font-size: 13px;
    }
    .list_btn_top {
        font-size: 13px;
    }
}

.list_btn_block_ta {
    width: 100%;
    text-align: center;
    margin: 40px auto 60px auto;
    padding: 0 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .list_btn_block_ta {
        margin: 20px auto 0 auto;
    }
}
.list_btn_block_ta a {
    text-decoration: none;
}
.list_btn_ta {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    padding: 10px 40px 0 40px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 1200px) {
    .list_btn_ta {
        padding: 10px 0 0 0;
    }
}
.list_btn_ta li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 10px 15px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 1020px) {
    .list_btn_ta li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media screen and (max-width : 510px) {
    .list_btn_ta li {
        padding: 0 1px 15px 1px;
    }
    .list_btn_ta li span {
        font-size: 11px;
    }
    .list_btn_ta li .list_btn {
        width: 100%;
    }
}


/*ul 数字*/
.list_decimal {
	width: 100%;
}
.list_decimal li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}

/*お問い合わせ*/
.contact_img {
    width: 100%;
    max-width: 838px;
    text-align: center;
    margin: 40px auto 5px auto;
}
.contact_img_l {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.contact_img_r {
    width: 50%;
    float: right;
    padding: 0 0 0 5px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}







.contact_box {
    width: 100%;
    text-align: center;
    background: #ff7c1c;
    padding: 16px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}


/*お問い合わせフォーム用*/
.contact_center {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 40px 10px 0 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.company {
	width: 100%;
    max-width: 800px;
    margin: auto;
	border-collapse:collapse;
	margin-top: 10px;
	border: 1px solid #999999;
}
.company th {
	width: 30%;
	vertical-align: middle;
	padding: 15px;
	font-weight: normal;
	text-align: left;
	background-color: #ECECEC;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	border: 1px solid #999999;
	line-height: 1.4em;
}
.company tr td {
	width: 70%;
	vertical-align: middle;
	padding: 15px;
	text-align: left;
	border: 1px solid #999999;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	line-height: 1.4em;
}
@media screen and (max-width : 767px){
	.company {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.company th {
		border-top: none;
		border-bottom: none;
		width: 100%;
        display: block;
		padding-top: 8px;
		padding-bottom: 6px;
		line-height: normal;
    }
	.company tr td {
		width: 100%;
        display: block;
		padding-top: 8px;
		padding-bottom: 12px;
		line-height: normal;
    }
}

/*googlemap*/
.map {
	width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
}
.googlemap {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
@media screen and (max-width : 640px){
	.googlemap {
		position: relative;
		padding-bottom: 70%;
		height: 0;
		overflow: hidden;
	}
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}



/*イメージ画像上部*/
.img_top {
    width: 100%;
    text-align: center;
}
.img_top img {
    max-width: 1200px;
}
.img_2nd {
    width: 100%;
    text-align: center;
}
.img_2nd div {
    width: 20%;
    float: left;
}
@media screen and (max-width : 640px){
    .img_2nd div {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
    .img_none {
        display: none;
    }
}
.img_2nd img {
    width: 100%;
}



/*スライダー上部*/
.slider_area {
    width: 100%;
    background: #f4f4f4;
}
.slider_block {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.slider {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.slider.slick-initialized {
    display: block;
}
.top_mese {
    position: absolute;
    top: 0;
    left: 0;
}


.f_mese {
    width: 100%;
    margin: 40px 0 60px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 2.2em;
}
.f_mese span {
    font-size: 28px;
    background:linear-gradient(transparent 60%, #ff7c1c 60%);
}
@media screen and (max-width : 767px) {
    .f_mese {
        font-size: 18px;
        margin: 20px 0 30px 0;
    }
    .f_mese span {
        font-size: 22px;
    }
}
/*
@media screen and (min-width : 980px) {.br_f_mese01 {display: none;}}
@media screen and (min-width : 540px) {.br_f_mese02 {display: none;}}
@media screen and (min-width : 420px) {.br_f_mese03 {display: none;}}
*/
/*
.br_f_mese01,
.br_f_mese02,
.br_f_mese03 {
  display: inline;
}

@media screen and (min-width : 980px) {
  .br_f_mese01 {
    visibility: hidden;
  }
}
@media screen and (min-width : 540px) {
  .br_f_mese02 {
    visibility: hidden;
  }
}
@media screen and (min-width : 420px) {
  .br_f_mese03 {
    visibility: hidden;
  }
}
*/

.f_img {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    max-width: 800px;
    list-style: none;
    text-align: center;
    margin: 30px auto 20px auto
}
.f_img li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 15px 10px 15px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .f_img li {
        width: 50%;
    }
    .f_img li:last-child {
        width: 100%;
        padding: 0 25% 10px 25%;
    }
}
@media screen and (max-width : 400px) {
    .f_img li {
        width: 100%;
        padding: 0 40px 10px 40px;
    }
    .f_img li:last-child {
        padding: 0 40px 10px 40px;
    }
}





/*看板のことでお困りではありませんか？*/
.okomari {
    margin-top: 40px;
}
@media screen and (max-width : 767px) {
    .okomari {
        margin-top: 20px;
    }
}
@media screen and (min-width : 922px){.br_okomari {display: none;}}
.okomari_mese01 {
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    margin: 20px auto 0 auto;
    background: url(../images/okomari_mese01.svg) no-repeat center left;
    padding: 50px 0 50px 145px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .okomari_mese01 {
        background: url(../images/okomari_mese01.svg) no-repeat bottom center/ auto 120px;
        font-size: 18px;
        padding: 0 0 130px 0;
    }
}
.h3_okomari {
    width: 100%;
    font-size: 26px;
    padding: 25px 5px 25px 100px;
    background: url(../images/h3_okomari.svg) no-repeat center left;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px) {
    .h3_okomari {
        font-size: 18px;
        padding: 10px 5px 10px 70px;
        background: url(../images/h3_okomari.svg) no-repeat center left/ 60px auto;
    }
}
.h3_okomari span {
    display: inline-block;
    line-height: 1.4em;
    padding: 5px;
    background: #d8d8d8;
}

.h4_okomari {
    width: 100%;
    font-size: 22px;
    color: #db432a;
    line-height: 1.4em;
    padding: 10px 5px 10px 100px;
    background: url(../images/h4_okomari.svg) no-repeat center left;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px) {
    .h4_okomari {
        font-size: 18px;
        padding: 0px 5px 0px 70px;
        background: url(../images/h4_okomari.svg) no-repeat center left/ 60px auto;
    }
}
.h4_okomari span {
    background:linear-gradient(transparent 60%, #fabe00 60%);
    padding: 0 5px;
}

.okomari_mese02 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width : 640px) {
    .okomari_mese02 {
        padding: 0 20px;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    }
}

.okomari_mese03 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 40px 0 0 0;
}
@media screen and (max-width : 767px){
    .okomari_mese03 {
        font-size: 20px;
        font-weight: 300;
        margin: 30px 0 0 0;
    }
}
@media screen and (max-width : 440px){
    .okomari_mese03 {
        font-size: 17px;
    }
}
@media screen and (min-width : 1130px){.br_okomari_mese02-1 {display: none;}}
@media screen and (min-width : 440px){.br_okomari_mese02-2 {display: none;}}

@media screen and (min-width : 500px){.br_okomari_mese03 {display: none;}}

.okomari_mese04 {
    width: 100%;
    max-width: 900px;
    margin: 20px auto 40px auto;
    font-size: 26px;
    font-weight: 500;
    line-height: 2.2em;
    background: url(../images/okomari_mese04.svg) no-repeat center left;
    padding: 40px 0 40px 180px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.okomari_mese04 span {
    font-size: 50px;
    color: #cc0000;
    font-weight: 700;
}

@media screen and (max-width : 767px) {
    .okomari_mese04 {
        font-size: 20px;
        margin: 20px auto 0px auto;
        background: url(../images/okomari_mese04.svg) no-repeat center left;
        padding: 40px 0 40px 180px;
    }
    .okomari_mese04 span {
        font-size: 34px;
    }
}
@media screen and (min-width : 641px){.br_okomari_mese03 {display: none;}}


@media screen and (max-width : 560px) {
    .okomari_mese04 {
        background: url(../images/okomari_mese04.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
        margin: 20px auto 20px auto;
    }
    .okomari_mese04 span {
        font-size: 34px;
    }
}

.okomari_mese05 {
    width: 100%;
    margin: 0px auto 40px auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
    background: url(../images/okomari_mese04.svg) no-repeat center left;
    padding: 10px 0 40px 180px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.okomari_mese05 span {
    font-size: 34px;
    color: #cc0000;
    font-weight: 700;
    text-decoration: underline;
}
@media screen and (max-width : 767px) {
    .okomari_mese05 {
        margin: 20px auto 0px auto;
        font-size: 18px;
        background: url(../images/okomari_mese04.svg) no-repeat bottom center;
        padding: 0px 0 180px 0px;
    }
    .okomari_mese05 span {
        font-size: 26px;
        font-weight: 500;
    }
    .okomari_mese04 span {
        font-size: 34px;
    }
}

.okomari_muryo {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
    padding: 0 0 60px 0;
    background: url(../images/okomari_next.svg) no-repeat bottom center;
}
@media screen and (max-width : 767px) {
    .okomari_muryo {
        margin: 40px 0 20px 0;
        font-size: 18px;
    }
}
.h2_okomari {
    line-height: 1.4em;
}
@media screen and (max-width : 360px) {
    .h2_okomari {
        font-size: 22px;
    }
}
.h3_okomari_top {
    margin-top: 20px;
}


/*看板ぐんまの強み*/
.tuyomi {
    width: 100%;
    padding: 40px 0 60px 0;
    background: #f4f4f4;
}
@media screen and (max-width : 767px){
    .tuyomi {
        padding: 20px 0 40px 0;
    }
}
.tuyomi_mese {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 40px 0 0 0;
}
@media screen and (max-width : 767px){
    .tuyomi_mese {
        font-size: 22px;
        font-weight: 300;
        margin: 30px 0 0 0;
    }
}
@media screen and (max-width : 400px){
    .tuyomi_mese {
        font-size: 18px;
    }
}
@media screen and (min-width : 920px){.br_tuyomi_mese {display: none;}}
.tuyomi_mese_img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0 auto;
    background: url(../images/tuyomi_img.svg) no-repeat center left;
    padding: 60px 0 60px 300px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .tuyomi_mese_img {
        background: url(../images/tuyomi_img.svg) no-repeat bottom center/ auto 120px;
        padding: 0 0 140px 0;
    }
}
.tuyomi_3 {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    max-width: 800px;
    list-style: none;
    text-align: center;
    margin: 30px auto 0 auto
}
.tuyomi_3 li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 5px 10px 5px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .tuyomi_3 li {
        width: 50%;
        padding: 0 5px 10px 5px;
    }
    .tuyomi_3 li:last-child {
        width: 100%;
        padding: 0 25% 10px 25%;
    }
}
@media screen and (max-width : 400px) {
    .tuyomi_3 li {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .tuyomi_3 li:last-child {
        padding: 0 0 10px 0;
    }
}


/*看板ぐんまが選ばれる理由*/
.chosen_home {
    width: 100%;
    padding: 40px 0 60px 0;
}
@media screen and (min-width : 768px){
    .chosen_home {background: url(../images/chosen_back_pc.webp) no-repeat top center/ auto 100%;}
}
@media screen and (max-width : 767px){
    .chosen_home {
        background: url(../images/chosen_back_sp.webp) no-repeat top center/ auto 100%;
        padding: 20px 0 40px 0;
    }
}

.chosen {
    width: 100%;
    border: 1px solid #000;
    margin: 30px 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.chosen01 {background: url(../images/chosen01.svg) no-repeat top left, #fff;}
.chosen02 {background: url(../images/chosen02.svg) no-repeat top left, #fff;}
.chosen03 {background: url(../images/chosen03.svg) no-repeat top left, #fff;}
.chosen04 {background: url(../images/chosen04.svg) no-repeat top left, #fff;}
@media screen and (max-width : 640px){
    .chosen01 {background: url(../images/chosen01.svg) no-repeat top left/ 80px auto, #fff;}
    .chosen02 {background: url(../images/chosen02.svg) no-repeat top left/ 80px auto, #fff;}
    .chosen03 {background: url(../images/chosen03.svg) no-repeat top left/ 80px auto, #fff;}
    .chosen04 {background: url(../images/chosen04.svg) no-repeat top left/ 80px auto, #fff;}
}
.chosen_l {
    width: 74%;
    float: left;
    padding: 40px 10px 20px 70px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.chosen_r {
    width: 26%;
    float: right;
    padding: 15px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px){
    .chosen_l {
        width: 100%;
        padding: 20px 20px 20px 54px;
    }
    .chosen_r {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: center;
    }
}
.h3_chosen {
    font-size: 30px;
    line-height: 1.2em;
    color: #cc0000;
}
@media screen and (max-width : 767px){
    .h3_chosen {
        font-size: 22px;
    }
}



/*開業パックHOME*/
@media screen and (min-width : 768px){
    .pack_home {background: url(../images/pack_back_pc.webp) no-repeat top center/ auto 100%;}
}
@media screen and (max-width : 767px){
    .pack_home {background: url(../images/pack_back_sp.webp) no-repeat top center/ auto 100%;}
}
.pack_banner {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
@media screen and (max-width : 767px){
    .pack_banner {
        padding: 20px 0 0 0;
    } 
}
.pack_mese {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(255,255,255, 0.3);
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.h2_pack {
    font-size: 30px;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
    padding: 5px 10px;
    font-weight: normal;
    background: #c80000;
}
@media screen and (max-width : 767px) {
    .h2_pack {
        font-size: 24px;
    }
}


/*開業パック*/
.pack_img01 {
    background: url(../images/pack_img01.webp) no-repeat top 10px left 280px/200px auto;
}
@media screen and (max-width : 640px){
    .pack_img01 {
        background: url(../images/pack_img01.webp) no-repeat bottom center/200px auto;
        padding: 0 0 150px 0;
    }
}
.pack_img02 {
    background: url(../images/pack_img02.webp) no-repeat top left/200px auto;
    padding: 0 0 0 230px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px){
    .pack_img02 {
        background: url(../images/pack_img02.webp) no-repeat bottom center/200px auto;
        padding: 0 0 150px 0;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    }
}

.case {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #666;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.case .title {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #fff;
    background: #6a6a6a;
    line-height: 1.4em;
    padding: 5px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px){
    .case .title {
        font-size: 16px;
    }
}
.case ul {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    margin-top: 10px;
}
.case ul li {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
    padding-right: 5px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px){
    .case ul li {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        padding-bottom: 5px;
    }
}
@media screen and (min-width : 641px){
    .case ul li:last-child {
        padding-right: 0px;
    }
}


/*製作の流れ*/
.h2_flow {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 1.2em;
    padding: 20px 0;
    margin-top: 20px;
    font-weight: normal;
    background: #9a5b30;
}
@media screen and (max-width : 767px) {
    .h2_flow {
        font-size: 24px;
        padding: 10px 0;
    }
}
.h2_flow_next {
    width: 200px;
    height: 22px;
    margin: auto;
    background: url(../images/h2_flow_next.svg) no-repeat bottom center;
}
@media screen and (max-width : 767px) {
    .h2_flow_next {
        width: 150px;
        height: 15px;
    }
}
.flow_block {
    width: 100%;
    margin: 20px 0 0 0;
}
.flow_block .step {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 2.2em;
    background: #9a5b30;
}
@media screen and (max-width : 767px) {
    .flow_block .step {
        font-size: 18px;
    }
}
.flow_block .cont {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0 10px 240px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.flow_block .cont01 {background: url(../images/flow_img01.webp) no-repeat top left/ 220px auto;}
.flow_block .cont02 {background: url(../images/flow_img02.webp) no-repeat top left/ 220px auto;}
.flow_block .cont03 {background: url(../images/flow_img03.webp) no-repeat top left/ 220px auto;}
.flow_block .cont04 {background: url(../images/flow_img04.webp) no-repeat top left/ 220px auto;}
.flow_block .cont05 {background: url(../images/flow_img05.webp) no-repeat top left/ 220px auto;}
.flow_block .cont06 {background: url(../images/flow_img06.webp) no-repeat top left/ 220px auto;}

@media screen and (max-width : 560px) {
    .flow_block .cont {
        padding: 20px 10px 240px 10px;
    }
    .flow_block .cont01 {background: url(../images/flow_img01.webp) no-repeat bottom center/ 280px auto;}
    .flow_block .cont02 {background: url(../images/flow_img02.webp) no-repeat bottom center/ 280px auto;}
    .flow_block .cont03 {background: url(../images/flow_img03.webp) no-repeat bottom center/ 280px auto;}
    .flow_block .cont04 {background: url(../images/flow_img04.webp) no-repeat bottom center/ 280px auto;}
    .flow_block .cont05 {background: url(../images/flow_img05.webp) no-repeat bottom center/ 280px auto;}
    .flow_block .cont06 {background: url(../images/flow_img06.webp) no-repeat bottom center/ 280px auto;}
}

.h3_flow {
    width: 100%;
    font-size: 28px;
    padding: 0 0 14px 0;
    font-weight: normal;
    border-bottom: 3px solid #9a5b30;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px) {
    .h3_flow {
        font-size: 20px;
    }
}
.h4_flow {
    font-size: 22px;
    line-height: 1.4em;
    padding: 0 0 8px 0;
}
@media screen and (max-width : 767px) {
    .h4_flow {
        font-size: 18px;
    }
}
.h4_flow span {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.flow_next {
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 0 0;
    background: url(../images/flow_next.svg) no-repeat top center;
}

.list_btn_block_flow {
    margin-top: 40px;
}


/*参考価格HOME*/
.price_home {
    background: #f4f4f4;
    padding: 40px 0 0 0;
}
.price_home .list_img {
    padding: 20px 0 0 0;
}
.price_t {
    margin-bottom: 10px;
}
.price_p {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .price_t {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 360px) {
    .price_t {
        font-size: 12px;
    }
}
.price_cap {
    width: 100%;
    text-align: right;
    font-size: 11px;
}


.price_tb {
	width: 100%;
    max-width: 800px;
    margin: auto;
	border-collapse:collapse;
	margin-top: 40px;
	border: 1px solid #999999;
}
.price_tb th {
	width: 40%;
	vertical-align: middle;
	padding: 15px;
	font-weight: normal;
	text-align: left;
	background-color: #ECECEC;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	border: 1px solid #999999;
	line-height: 1.4em;
}
.price_tb tr td {
	width: 60%;
	vertical-align: middle;
	padding: 15px;
	text-align: center;
	border: 1px solid #999999;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	line-height: 1.4em;
}
@media screen and (max-width : 767px){
	.price_tb {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.price_tb th {
		border-top: none;
		border-bottom: none;
		width: 100%;
        display: block;
		padding-top: 8px;
		padding-bottom: 6px;
		line-height: normal;
    }
	.price_tb tr td {
		width: 100%;
        display: block;
		padding-top: 8px;
		padding-bottom: 12px;
		line-height: normal;
    }
}
.price_tb th.title {
    background: #898989;
    color: #fff;
}



/*FAQ よくある質問ここから*/
.faq_list {
	margin-top: 20px;
    width: 100%;
    list-style-type: none;
}
.faq_list li {
	font-size: 16px;
}
.faq_item { margin-top: 20px;}
.faq_item:first-child { margin-top: 0;}
.faq_question { cursor: pointer; border-radius: 5px; position: relative; font-size: 1.1rem; font-weight: 700; background: #FBFBFB; padding: 20px 50px 20px 70px; line-height: 1.5;}
.faq_question::before {
	content: "";
    background: url(../images/faq_q.svg) no-repeat center center;
    width: 48px;
	height: 48px;
	color: #93D4ED;
	font-size: 1.8rem;
	font-family: "Montserrat";
	/*font-weight: 700;*/
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 1;
}
.faq_question::after {
	content: "";
	background: url(../images/icon_plus_002.svg) no-repeat center center/cover;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
}
.is-active .faq_question::after {
	background: url(../images/icon_minus.svg) no-repeat center center/cover;
	width: 14px;
	height: 2px;
}

.faq_answer { display: none; position: relative; font-size: 1.0rem; font-weight: 400; padding: 20px 20px 20px 70px; margin-top: 10px; line-height: 1.5;}
.faq_answer::before {
	content: "";
    background: url(../images/faq_a.svg) no-repeat center center;
    width: 49px;
	height: 48px;
	color: #cc0000;
	font-size: 1.8rem;
	font-family: "Montserrat";
	/*font-weight: 700;*/
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.faq_question {padding: 20px 20px 20px 45px;font-weight: 500;font-size: 1rem;}
	.faq_question::before {
		background: url(../images/faq_q.svg) no-repeat center center/ 36px 36px;
        width: 48px;
        height: 48px;
		top: 10px;
        left: 0px;
	}
	.faq_answer {padding: 20px 20px 20px 45px;font-weight: normal;font-size: 1rem;}
	.faq_answer::before {
		background: url(../images/faq_a.svg) no-repeat center center/ 36px 36px;
        width: 48px;
        height: 48px;
		top: 10px;
        left: 0px;
	}
}
/*FAQ よくある質問ここまで*/


/*FAQよくある質問HOME*/
.home .faq_q {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    background: url(../images/faq_q.svg) no-repeat center left;
    padding: 20px 0 20px 60px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.home .faq_a {
    width: 100%;
    margin-top: 10px;
    background: url(../images/faq_a.svg) no-repeat top left;
    padding: 10px 0 20px 60px;
    line-height: 1.4em;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 767px){
    .home .faq_q {
        margin-top: 20px;
        font-size: 16px;
        background: url(../images/faq_q.svg) no-repeat top left/ 36px auto;
        padding: 8px 0 20px 40px;
    }
    .home .faq_a {
        margin-top: 5px;
        background: url(../images/faq_a.svg) no-repeat top left/ 36px auto;
        padding: 6px 0 20px 40px;
    }
}

/*HOME途中スペース*/
.space60 {
    width: 100%;
    margin-top: 60px;
}
@media screen and (max-width : 767px){
    .space60 {
        margin-top: 30px;
    }
    .space20 {
        padding-bottom: 20px;
    }
}

/*リンク*/
.link_list {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    margin-top: 40px;
}
.link_list li {
    width: 100%;
    margin-bottom: 40px;
}
.link_list li h3 {
    line-height: 1.6em;
    margin-bottom: 10px;
    border-bottom: 2px solid #995b30;
}
.link_list li span {
    padding: 0 0 0 10px;
    line-height: 2em;
}


/*パンくずリスト*/
.breadcrumb_list {
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding: 14px 10px;
	background-color: #f7f7f7;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.breadcrumb_list ul {
	width: 100%;
}
.breadcrumb_list ul li {
	display: block;
	float: left;
	padding: 6px 14px;
	list-style-type: none;
	background: url(../images/breadcrumb-next.png) no-repeat left center;
}
.breadcrumb_list ul li a {
    color: #000;
}
.breadcrumb_list ul li:first-child {
	background: none;
	padding-left: 0px;
}
.breadcrumb_list ul li:last-child {
	font-weight: 500;
}


/*ページTOPへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #333333;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	/*width: 50px;*/
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}


/*フッターここから*/
footer {
	width: 100%;
    text-align: center;
	margin-top: 60px;
    border-top: 2px solid #000;
    padding: 40px 0 0 0;
}
@media screen and (max-width : 640px){
	footer {
		margin-top: 30px;
        padding: 30px 0 0 0;
	}
}
.foote_inner {
    margin: auto;
	max-width: 840px;
    padding: 0 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.footer_logo {
    width: 100%;
}
.footer_logo img {
	max-width: 400px;
    width: 100%;
}
.footer_add {
    margin-top: 30px;
    line-height: 1.8em;
}
@media screen and (min-width : 340px){.br_footer_add {display: none;}}

.footer_nav {
    margin-top: 40px;
    width : 100%;
}
@media screen and (max-width : 767px){
    .footer_nav {
        margin-top: 20px;
    }
}
.footer_nav ul {
	width: 100%;
}
.footer_nav ul li {
	font-size: 14px;
	list-style-type: none;
	text-align: center;
	display: inline;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    padding: 0 15px;
    letter-spacing: 0.1em;
}
@media screen and (max-width : 810px){
	.footer_nav ul li {
		padding: 0 10px;
	}
}
.footer_nav ul li a {
	color: #000;
}
.footer_nav ul li a:hover {
	color: #cc0000;
}
@media screen and (min-width : 768px){
    .footer_nav ul li.top {
        display: none;
    }
}

@media screen and (max-width : 767px){
	.footer_nav ul {
        display: flex;
        flex-wrap: wrap;
	}
	.footer_nav ul li {
		width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
		margin-bottom: 8px;
        padding: 0 5px;
		list-style: none;
        text-align: left;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    }
	.footer_nav ul li a {
		display: block;
        width: 100%;
        height: 100%;
		color: #fff;
        padding: 3px 0 3px 20px;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
        line-height: 2.8em;
        border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
		text-decoration: none;
        background: url(../images/btn_next.svg) no-repeat center right 10px/ 8px auto, #9a5b30;
        -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
	}             
	.footer_nav ul li a:hover {
		color: #fff;
        opacity: 0.6;filter: alpha(opacity=60);
        border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
		-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
	}
}
@media screen and (max-width : 400px){
	.footer_nav ul li a {
        padding: 3px 0 3px 10px;
	}  
}
.copyright {
	width: 100%;
	font-size: 12px;
	padding: 20px 0 14px 0;
    letter-spacing: 0.05em;
    background: #000;
    margin-top: 40px;
}
@media screen and (max-width : 767px){
	.copyright {
		margin-top: 20px;
	}
}
@media screen and (max-width : 460px){
	.copyright {
		font-size: 10px;
	}
}
.copyright a{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/*フッターここまで*/

/*画像表示切り替え*/
@media screen and (max-width : 767px) {
    .pc_img {display: none;}
}
@media screen and (min-width : 768px) {
    .sp_img {display: none;}
}

@media screen and (max-width : 767px) {
    .pc_slider {display: none;}
}
@media screen and (min-width:768px){
    .sp_slider {display: none;}
}
@media screen and (max-width:450px){
    .sp_slider {display: none;}
}
@media screen and (min-width:451px){
    .sp_slider_s {display: none;}
}


.font_9 {
	font-size: 9px;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}

/*【】の場合*/
.t-indent-4 {
	text-indent: -4px;
}
.t-indent-8 {
	text-indent: -8px;
}

/*2行目より1字下げ*/
.t-indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
/*1行目のみ1字下げ*/
.t-indent {
	text-indent: 1em;
}
 
/*全体字下げ*/
.t-indent-1left {
	padding-left: 1em;
}
.t-indent-2left {
	padding-left: 2em;
}

.t_left {text-align: left;}
.t_right {text-align: right;}

.f_left {float: left;}
.f_right {float: right;}
.w_100 {width: 100%;}

.strong {font-weight: bold;}

/*テキスト両揃え*/
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.keep {
    white-space: nowrap;
}

/*テキストカラー*/
.style_red {
	color: #CC0000;
}
.style_blu {
	color: #0000ff;
}
.style_ore {
	color: #ff6600;
}

/*改行無し*/
.nowrap {
	white-space: nowrap;
}

/*BOX高さ揃える(※BOXを囲っている親要素に指定)*/
.box_flex {
	display: flex;
}
.strong {
	font-weight: bold;
}
.center {
	text-align: center;
}

.ul_list {
	width: 100%;
    margin-top: 15px;
    padding: 0 0 0 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.ul_list li {
	background: url(../images/list.png) no-repeat top 14px left;
	list-style-type: none;
	padding: 0 10px 10px 14px;
    line-height: 1.8em;
}
@media screen and (max-width : 767px){
    .ul_list li {
        background: url(../images/list.png) no-repeat top 12px left;
    }
}


/*ul 数字*/
ul.decimal {
	width: 100%;
	padding-left: 20px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
ul.decimal li {
	width: 100%;
	list-style-type: decimal;
	padding-top: 5px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
/*ul (数字)*/
ul.list_parentheses {
	width: 100%;
	padding-left: 0px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
 
ul.list_parentheses li {
	width: 100%;
	margin-top: 20px;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
ul.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
/*子指定*/
ul.ul_child {
	padding-left: 0px;
}
ul.ul_child li {
	margin-top: 10px;
}

.none {display: none;}


/*遅延ロード*/
.inview.fadeup {
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(20px);
}
.inview.fadeup.fastfade {
	transition-duration: 0.5s;
}
.inview.fadeup.slowfade {
	transition-duration: 2s;
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.delay03 {
	transition-delay: .3s;
}
.delay04 {
	transition-delay: .4s;
}
.delay06 {
	transition-delay: .6s;
}
.delay09 {
	transition-delay: .9s;
}
.delay12 {
	transition-delay: 1.2s;
}

/* 順次ロード */
.seq_fadein {
	opacity: 0;
	bottom: -20px;
	position: relative;
	transition-duration: 1s;
}
.seq_fadein.active {
	opacity: 1;
	bottom: 0;
}


/*リンク無効化*/
.link_none	{
	pointer-events: none;
}

.clearfix {
	clear: both;
}