@charset "utf-8";

.pc { display:none;}
.sp { display:block;}

body {
  -webkit-text-size-adjust: 100%;
}

a {
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
}

a img {
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
}

/* =======================================

	Structure CSS

========================================== */
body {
    background-image: none;
}

.boxContentsWrapper {
    background-color: #ebebeb;
    margin: 0;
    padding: 0 20px 0 20px;
}

.boxContentsInner {
    max-width: auto;
    padding: 50px 0 40px 0;
}

/* =======================================

	Text Decorations CSS

========================================== */
.titleBorder {
    font-size: 190%;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
    padding: 0 0 12px 0;
    position: relative;
    font-weight: bold;
}

.titleBorder:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.titleBg {
    margin: 0 0 20px 0;
    padding: 12px 20px 12px 20px;
}

.titleLine {
    margin: 0 0 30px 0;
}

/* =======================================

	Header CSS

========================================== */
#globalHeader {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    height: 67px;
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

#globalHeader.open {
    background-color: #f7f7f7;
}

#globalHeader #site-title a {
    background-image: url(../img/common/sp/img_logo.png);
    background-repeat: no-repeat;
    background-size: 216px 42.5px;
    display: block;
    width: 216px;
    height: 42.5px;
    margin: 0 0 0 20px;
}

#globalHeader.open #site-title a {
    visibility: hidden;
}

.spMainImg img {
    width: 100%;
    height: auto;
}

.btnMenu a {
    text-indent: -9999px;
    display: block;
    background-image: url(../img/common/sp/ico_menu.svg);
    background-repeat: no-repeat;
    background-size: 34px 38px;
    width: 34px;
    height: 38px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.open .btnMenu a {
    background-image: url(../img/common/sp/ico_close.svg);
    background-size: 34px 34px;
    background-position: center top;
}

#globalNavi {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    padding: 20px 0 20px 25px;
    display: none;
    box-sizing: border-box;
    width: 80%;
    z-index: 10;
}

#globalNavi li a {
    display: block;
    padding: 10px 25px 10px 10px;
    position: relative;
    height: 36px;
    box-sizing: border-box;
    font-size: 90%;
}

#globalNavi li a.active,
#globalNavi li a:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

#globalNavi li a.active:after,
#globalNavi li a:hover:after {
    display: none;
}

#globalNavi li.brand ul {
    display: none;
}

#globalNavi li.brand:hover a {
    background-color: #ffffff;
    color: #000000;
}

#globalNavi li.brand:hover a:after {
    display: none;
}

/*
#globalNavi li.facebook {
    display: none;
}

#globalNavi li.twitter {
    display: none;
}
*/

/* =======================================

	Footer CSS

========================================== */
#globalFooter {
    padding: 25px 30px 30px 30px;
}

#globalFooter ul {
    float: none;
}

#globalFooter ul li {
    float: none;
    margin: 0 0 15px 0;
    font-size: 80%;
}

#globalFooter ul li.privacy {
    float: none;
}

#globalFooter address {
    float: none;
    margin: 25px 0 0 0;
    display: block;
}

#globalFooter address a {
    color: #ffffff;
}

#globalFooter address a img {
    width: 100%;
    height: auto;
}

#globalFooter address p {
    display: block;
    float: none;
    margin: 0 0 15px 0;
}

#globalFooter p.copyright {
    padding: 35px 0 0 0;
    line-height: 130%;
    text-align: left;
}

/* =======================================

	共通

========================================== */
.boxSection {
    margin: 0 0 50px 0;
}

.boxSection p {
    margin: 0 0 20px 0;
}

.boxSection .full img {
    width: 280px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.tableBorder {
    margin: 0 0 20px 0;
    display: block;
}

.tableBorder tbody,
.tableBorder tr {
    display: block;
}

.tableBorder th {
    display: block;
    padding: 15px 15px 15px 15px;
}

.tableBorder td {
    display: block;
    padding: 15px 15px 15px 15px;
}

.tableBorder td th,
.tableBorder td td {
    display: table-cell;
}

.breadCrumbs {
    display: none;
}

.btnPageTop a {
    background-color: #f7f7f7;
    color: #000000;
    display: block;
    padding: 35px 0 15px 0;
    position: relative;
    top: 0;
    right: 0;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    background-image: url(../img/common/sp/ico_arrow_pagetop.svg);
    background-repeat: no-repeat;
    background-size: 12px 15px;
    background-position: center 13px;
}

/* =======================================

	トップページ

========================================== */
.home .spMainImg {
    display: none;
}

.boxHomeMain {
    margin: 0 0 0 0;
    text-align: center;
    position: relative;
    height: auto;
}

.boxHomeMain figure img {
    width: 100%;
    height: auto;
}

.boxHomeMain h2 {
    text-indent: -9999px;
    background-image: url(../img/home/tit_main.svg);
    background-repeat: no-repeat;
    background-size: 129.5px 250px;
    width: 129.5px;
    height: 250px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 18%;
    left: 50%;
    margin: 0 0 0 -65px;
}

.home .boxContentsInner {
    max-width: auto;
}

.btnHomeDetail {
    display: none;
}

.boxHomeSection .textLeft {
    width: auto;
}

.boxHomeArchivement .inner a {
    display: block;
    float: none;
    width: 100%;
}

.boxHomeArchivement .inner a figure figcaption {
    background-color: #ffffff;
    padding: 15px 0 15px 0;
    font-size: 80%;
    text-align: center;
}

.boxHomeArchivement .inner a figure figcaption span {
    background-image: url(../img/common/ico_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 8px 6px;
    background-position: 0 center;
    padding: 0 0 0 15px;
}

.boxHomeBrand .sp {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 90%;
}

.boxHomeBrand .inner {
    margin: 0 0 -10px 0;
    padding: 0;
    background-image: none;
    min-height: auto;
}

.boxHomeBrand .inner:after {
    display: none;
}

.boxHomeGreetings {
    margin: 0 -20px 0 -20px;
    padding: 0 0 0 0;
    position: relative;
}

.boxHomeGreetings .inner {
    max-width: auto;
    margin: 0 auto;
    padding: 50px 20px 300px 20px;
    box-sizing: border-box;
    text-align: left;
    background-image: url(../img/home/bg_greetings_01.jpg);
    background-repeat: no-repeat;
    background-size: 204px 262px;
    background-position: center bottom;
}

.boxHomeGreetings .inner p {
    margin: 0 0 0 0;
}

.boxHomeGreetings .inner p .btnBorder {
    font-size: 90%;
    width: 210px;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.boxHomeNews .inner {
    margin: -30px 0 0 0;
}

.boxHomeNews .inner dl {
    padding: 30px 0 30px 0;
    display: block;
    width: 100%;
}

.boxHomeNews .inner dl dt {
    display: block;
    width: auto;
    white-space: normal;
    font-size: 90%;
}

.boxHomeNews .inner dl dt a {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 1px 0 1px 0;
    width: 70px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
	font-size: 80%;
}

.boxHomeNews .inner dl dd {
    display: block;
    margin: 5px 0 0 0;
}

.boxHomeNews .inner dl dd a {
    text-decoration: underline;
}

.boxHomeFacebook {
    float: none;
    width: auto;
	width: 100%;
	margin-bottom: 40px;		
}

.boxHomeBanner {
    margin: 40px -20px 0 -20px;
}

.boxHomeBanner ul li {
    margin: 0 0 10px 0;
}

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

/* =======================================

	ごあいさつ

========================================== */
.boxGreetings01 .text {
    margin: 0 0 0 0;
}

.boxGreetings01 .text .more {
    display: none;
}

.boxGreetings01 .text a.btnMore {
    text-indent: -9999px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    height: 28px;
    background-image: url(../img/common/sp/ico_arrow_more.svg);
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-position: center center;
    margin: 0 0 20px 0;
}

.boxGreetings01 figure {
    position: relative;
    bottom: 0;
    right: 0;
    width: auto;
    text-align: center;
}

.boxGreetings01 figure img {
    width: 90%;
    height: auto;
}

/* =======================================

	お知らせ

========================================== */
.boxNewsCategory {
    float: none;
    width: 100%;
}

.boxNewsMonthly {
    float: none;
    clear: both;
    padding: 60px 0 0 0;
}

.boxNewsNavi form {
    width: 100%;
}

.boxNewsIndex section header a,
.boxNewsDetail section header a {
    width: 140px;
    margin: 0 0 0 10px;
    padding: 4px 0 3px 0;
    font-size: 90%;
}

.boxNewsIndex section h2 a {
    margin: 0 0 0 0;
}

.boxNewsIndex section p {
    display: none;
}

.boxPagenate {
    position: relative;
    padding: 0 0 40px 0;
}

.boxPagenate a.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48%;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 12px;
    font-size: 90%;
}

.boxPagenate a.next {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 12px 0 0;
    font-size: 90%;
}

.boxPagenate a.number {
    margin: 0 0 10px 0;
}

.boxNewsDetail .inner {
    margin: 20px 0 0 0;
}

.boxNewsDetail .image {
    float: none;
    width: auto;
    margin: 0 0 0 0;
}

.boxNewsDetail .image figure {
    margin: 0 0 20px 0;
}

/* =======================================

	地域ブランド戦略とは

========================================== */
.boxBrandIndex a {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}

.boxBrandIndex a:nth-child(2n) {
    float: none;
}

.boxBrandIndex a figure figcaption {
    top: 28%;
    left: 8%;
}

.boxBrandIndex a:first-child figure figcaption img {
    width: 210px;
}

.boxBrandIndex a:nth-child(2) figure figcaption img {
    width: 240px;
}

.boxBrandIndex a:nth-child(3) figure figcaption img {
    width: 275px;
}

.boxBrandIndex a:nth-child(4) figure figcaption img {
    width: 238px;
}

/* =======================================

	お問い合わせ

========================================== */
.boxInquiryInfo {
    border-width: 3px;
    padding: 15px 0 15px 0;
}

.boxInquiryInfo .tel {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-width: 0;
    padding: 0 0 20px 0;
    position: relative;
}

.boxInquiryInfo .tel:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -30px;
}

.boxInquiryInfo .tel p:first-child {
    margin: 0;
    font-weight: bold;
    font-size: 210%;
    text-align: center;
}

/*
.boxInquiryInfo .tel p:last-child {
    text-align: center;
}
*/

.boxInquiryInfo .name {
    float: none;
    width: 100%;
}

.boxInquiryInfo .name p {
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 130%;
}

.input01 {
    width: 100%;
}

.input04 {
    width: 100%;
}

.input05 input {
    float: left;
}

.input05 span {
    margin: 0 0 0 1.2em;
    display: block;
}

.input06 {
    width: 100%;
}

.boxPrefecture {
    width: 100%;
}

.btnForm01 {
    margin: 0 10px 15px 10px;
}

.btnForm02 {
    margin: 0 10px 0 10px;
}

/* =======================================

	成功の6か条

========================================== */
.boxSuccess header {
    display: block;
}

.boxSuccess header h2 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}


.boxSuccess header p {
    display: block;
    width: 100%;
}

.boxSuccess figure {
    margin: 0 -20px 0 -20px;
}

/* =======================================

    実績紹介

========================================== */
.achievement .boxHomeArchivement .inner a {
    width: 100%;
}
