@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*
/* color */
/* trans */
/* breakpoint */
/* margin */
/* 固定ページ */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	home【homePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#homePage {
  /*--------------------------------------------------------------
  	keyVisual
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	concept
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	event
  --------------------------------------------------------------*/
  /* title_box */
  /*--------------------------------------------------------------
  	request
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	works
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	construction
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	topics
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	contact
  --------------------------------------------------------------*/ }
  #homePage #keyVisualBlock * {
    color: #fff; }
  #homePage #keyVisualBlock .catchphrase {
    display: inline-block;
    font-size: 1.75rem;
    line-height: 1.6;
    text-shadow: 0px 0px 5px #000; }
  #homePage #conceptBlock {
    padding: 120px 0; }
    #homePage #conceptBlock ul {
      font-size: 0; }
      #homePage #conceptBlock ul li {
        display: inline-block;
        width: calc((100% - 40px) / 3);
        margin-right: 20px; }
      #homePage #conceptBlock ul li:last-child {
        margin-right: 0; }
  #homePage #eventBlock {
    position: relative;
    overflow: hidden;
    /* more */ }
    #homePage #eventBlock .title_box {
      position: absolute;
      top: 25px;
      left: 25px;
      color: #fff;
      width: 160px;
      padding: 35px 3px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 10000; }
      #homePage #eventBlock .title_box h2::before {
        width: 110px;
        background: rgba(255, 255, 255, 0.5); }
      #homePage #eventBlock .title_box h3 {
        font-size: 12px;
        letter-spacing: -0.075rem; }
    #homePage #eventBlock #eventList {
      overflow: hidden;
      /* more */ }
      #homePage #eventBlock #eventList > li {
        float: left;
        width: 25%; }
      #homePage #eventBlock #eventList > li:first-child {
        width: 50%; }
      #homePage #eventBlock #eventList > li:last-child {
        position: relative;
        background: #577e7b; }
    #homePage #eventBlock #butMore {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      color: #fff; }
    #homePage #eventBlock a:hover #butMore {
      opacity: 0.5; }
  #homePage .title_box {
    line-height: 1;
    margin-bottom: 40px; }
    #homePage .title_box h2 {
      position: relative;
      padding-bottom: 15px; }
    #homePage .title_box h2::before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 140px;
      height: 1px;
      background: rgba(0, 0, 0, 0.5); }
    #homePage .title_box h3 {
      font-size: 14px;
      padding-top: 14px;
      margin-top: 5px; }
  #homePage #requestBlock {
    position: relative;
    margin-top: -1px; }
    #homePage #requestBlock a {
      display: block;
      color: #fff; }
    #homePage #requestBlock a img {
      transition: 0.35s ease; }
    #homePage #requestBlock a:hover img {
      transform: scale(1.2); }
    #homePage #requestBlock .inner h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      padding: 10px 20px;
      font-size: 1.8rem;
      line-height: 1;
      background: #af0303; }
    #homePage #requestBlock .inner section {
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0; }
    #homePage #requestBlock .inner h3 {
      font-size: 1.25rem; }
    #homePage #requestBlock .inner p {
      font-size: 0.8rem; }
  #homePage #worksBlock {
    padding: 120px 0;
    background: url("../common/img/texture.png") #f7f4e6; }
    #homePage #worksBlock .archive_list {
      margin: 0 2%; }
      #homePage #worksBlock .archive_list li {
        width: calc((100% - 20px) / 3 );
        margin: 0 10px 10px 0; }
      #homePage #worksBlock .archive_list li:nth-child(3n) {
        margin-right: 0; }
  #homePage #topicsBlock {
    padding: 120px 2%; }
  #homePage #contactBlock {
    background: #f7f4e6;
    padding: 120px 0;
    margin-bottom: 0; }
    #homePage #contactBlock ul {
      line-height: 1;
      overflow: hidden; }
      #homePage #contactBlock ul li {
        float: left;
        width: calc(25% - 2px);
        background: #666;
        margin-right: 1px; }
      #homePage #contactBlock ul li:first-child {
        width: 50%; }
      #homePage #contactBlock ul li:last-child {
        margin-right: 0; }
      #homePage #contactBlock ul a {
        display: block;
        color: #fff; }
      #homePage #contactBlock ul a:hover {
        opacity: 0.5; }
      #homePage #contactBlock ul li:first-child a {
        padding: 20px 0; }
        #homePage #contactBlock ul li:first-child a p:nth-child(1) {
          font-size: 14px;
          margin-bottom: 10px; }
        #homePage #contactBlock ul li:first-child a p:nth-child(2) {
          display: inline-block;
          font-size: 30px;
          letter-spacing: 0.1rem;
          padding-left: 40px;
          background: url("../common/img/icon_tel.svg") left center no-repeat;
          margin-right: 10px; }
      #homePage #contactBlock ul li:nth-child(2) a {
        padding: 58px 0 20px;
        background: url("../common/img/icon_mail.svg") top 24px center no-repeat; }
      #homePage #contactBlock ul li:nth-child(3) a {
        padding: 58px 0 20px;
        background: url("../common/img/icon_car.svg") top 24px center no-repeat; }

/*--------------------------------------------------------------
	construction
--------------------------------------------------------------*/
#constructionBlock {
  position: relative;
  background: url("../img/home/map_national.svg") no-repeat;
  background-position: top left calc(50% + 370px);
  background-size: contain;
  padding: 120px 0; }
  #constructionBlock::after {
    position: absolute;
    content: '';
    top: 0px;
    left: calc(50% + 315px);
    width: 50%;
    height: 100%;
    background: #bdbdbd;
    z-index: -1; }
  #constructionBlock #areaMap section {
    text-align: left;
    line-height: 1; }
    #constructionBlock #areaMap section h2 {
      font-size: 2.5rem;
      margin-bottom: 15px; }
    #constructionBlock #areaMap section h3 {
      font-size: 1.25rem; }
  #constructionBlock #areaMap div {
    max-width: 70%;
    text-align: center; }
    #constructionBlock #areaMap div img {
      max-width: 700px; }
  #constructionBlock #areaMap .area_list {
    text-align: left;
    margin-top: 60px; }

#areaBlock {
  padding: 40px;
  background: url("../common/img/texture.png") #f7f4e6; }

@media screen and (max-width: 1000px) {
  #constructionBlock {
    background-position: top left calc(50% + 300px); } }
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	About【aboutPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#aboutPage #aboutBlock {
  padding: 120px 0; }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	会社案内【companyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#companyPage {
  /*--------------------------------------------------------------
  	挨拶
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	会社概要
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  	出店依頼
  --------------------------------------------------------------*/ }
  #companyPage #messageBlock {
    overflow: hidden;
    /*.message_box { clear:both; margin-bottom:($block_margin / 1.5);
    	h5 { font-size:1.5rem; line-height:1.6; border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:10px; }
    	.column_l { width:calc(100% - 230px); }
    	.img_box { width:200px; font-size:12px; text-align:center; line-height:1.6; 
    		img { margin-bottom:10px; }
    	}
    }*/ }
    #companyPage #messageBlock .greeting_box {
      margin-bottom: 60px; }
      #companyPage #messageBlock .greeting_box .column_l {
        width: 300px; }
      #companyPage #messageBlock .greeting_box .column_r {
        width: calc(100% - 340px); }
      #companyPage #messageBlock .greeting_box h5 {
        font-size: 1.75rem;
        line-height: 1.6;
        margin-bottom: 20px; }
      #companyPage #messageBlock .greeting_box p {
        margin-bottom: 20px; }
      #companyPage #messageBlock .greeting_box .sign {
        text-align: right; }
        #companyPage #messageBlock .greeting_box .sign span {
          font-size: 1.4rem;
          vertical-align: baseline;
          margin-left: 10px; }
  #companyPage #imgBlock ul {
    font-size: 0; }
    #companyPage #imgBlock ul li {
      display: inline-block;
      width: calc(100% / 4); }
  #companyPage #companyBlock {
    padding: 120px 0; }
  #companyPage #requestBlock {
    padding: 120px;
    background: #f7f4e6; }
    #companyPage #requestBlock .but_more a {
      width: 400px;
      margin-top: 0; }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	プライバシーポリシー【privacyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#privacyPage {
  margin-bottom: 120px; }
  #privacyPage .lead_box p {
    text-align: left; }
  #privacyPage .privacypolicy_box {
    margin-top: 60px; }
    #privacyPage .privacypolicy_box h5 {
      font-weight: bold;
      border-bottom: 1px dotted #ccc;
      margin-bottom: 10px;
      padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
  		home【homePage】
  
  	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #homePage {
    /*--------------------------------------------------------------
    	keyVisual
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	concept
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	event
    --------------------------------------------------------------*/
    /* title_box */
    /*--------------------------------------------------------------
    	request
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	works
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	construction
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	topics
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	contact
    --------------------------------------------------------------*/ }
    #homePage #keyVisualBlock .catchphrase {
      font-size: 1.25rem; }
    #homePage #conceptBlock {
      padding: 30px 0; }
    #homePage #eventBlock {
      position: relative;
      overflow: hidden;
      /* more */ }
      #homePage #eventBlock .title_box {
        top: 10px;
        left: 10px;
        width: 120px;
        padding: 25px 10px; }
        #homePage #eventBlock .title_box h2 img {
          width: 70px; }
        #homePage #eventBlock .title_box h2::before {
          width: 70px; }
        #homePage #eventBlock .title_box h3 {
          font-size: 10px; }
      #homePage #eventBlock #eventList {
        /* more */ }
        #homePage #eventBlock #eventList li {
          width: 50%; }
        #homePage #eventBlock #eventList li:first-child {
          width: 100%; }
        #homePage #eventBlock #eventList li:nth-child(n+2) .data_box .time, #homePage #eventBlock #eventList li:nth-child(n+2) .data_box .period {
          display: none; }
    #homePage .title_box {
      /*margin-bottom:40px;*/ }
      #homePage .title_box h2 {
        padding-bottom: 10px; }
      #homePage .title_box h2 img {
        width: 100px; }
      #homePage .title_box h2::before {
        width: 100px; }
      #homePage .title_box h3 {
        font-size: 12px;
        padding-top: 5px; }
    #homePage #requestBlock {
      position: relative;
      margin-top: -1px; }
      #homePage #requestBlock a img {
        height: 200px;
        width: auto; }
      #homePage #requestBlock .inner h2 {
        font-size: 1.25rem; }
      #homePage #requestBlock .inner section {
        bottom: 20px; }
      #homePage #requestBlock .inner h3 {
        font-size: 1rem; }
    #homePage #worksBlock {
      padding: 60px 0; }
      #homePage #worksBlock .archive_list {
        margin: 0 10px; }
        #homePage #worksBlock .archive_list li {
          float: left;
          width: calc((100% - 10px) / 2 );
          margin: 0 10px 10px 0; }
        #homePage #worksBlock .archive_list li:nth-child(3n) {
          margin-right: 10px; }
        #homePage #worksBlock .archive_list li:nth-child(2n) {
          margin-right: 0; }
    #homePage #topicsBlock {
      padding: 60px 0; }
      #homePage #topicsBlock .archive_list .data_box {
        padding: 0 5%; }
    #homePage #contactBlock {
      padding: 60px 0; }
      #homePage #contactBlock ul li {
        width: 50%; }
      #homePage #contactBlock ul li:first-child {
        width: 100%;
        margin-bottom: 1px; }
      #homePage #contactBlock ul li:last-child {
        width: calc(50% - 1px); }
      #homePage #contactBlock ul a {
        font-size: 12px; }
      #homePage #contactBlock ul li:first-child a p:nth-child(1) {
        font-size: 12px; }
      #homePage #contactBlock ul li:first-child a p:nth-child(2) {
        font-size: 24px;
        padding-left: 30px;
        background-size: 24px; }

  /*--------------------------------------------------------------
  	construction
  --------------------------------------------------------------*/
  #constructionBlock {
    background-position: top left calc(50% + 160px);
    padding: 60px 0; }
    #constructionBlock::after {
      left: calc(50% + 160px); }
    #constructionBlock #areaMap section h2 {
      font-size: 1.75rem;
      margin-bottom: 10px; }
    #constructionBlock #areaMap section h3 {
      font-size: 0.8rem; }
    #constructionBlock #areaMap div {
      max-width: 60%; }
    #constructionBlock #areaMap .area_list {
      margin-top: 30px; } }
@media screen and (max-width: 768px) and (max-width: 414px) {
  #constructionBlock {
    background-position: top left calc(50% + 120px); } }
@media screen and (max-width: 768px) {
  	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
  		About【aboutPage】
  
  	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
  		会社案内【companyPage】
  
  	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #companyPage {
    /*--------------------------------------------------------------
    	挨拶
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	会社概要
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    	出店依頼
    --------------------------------------------------------------*/ }
    #companyPage #messageBlock .greeting_box {
      margin-bottom: 30px; }
      #companyPage #messageBlock .greeting_box .column_l {
        width: 300px;
        margin: 0 auto; }
      #companyPage #messageBlock .greeting_box .column_r {
        width: 100%; }
      #companyPage #messageBlock .greeting_box h5 {
        font-size: 1.5rem; }
      #companyPage #messageBlock .greeting_box .sign span {
        font-size: 1.25rem; }
    #companyPage #imgBlock ul li {
      width: calc(100% / 2); }
    #companyPage #companyBlock {
      padding: 60px 0; }
    #companyPage #requestBlock {
      padding: 60px 5%; }
      #companyPage #requestBlock .but_more a {
        width: 280px; }

  	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
  		プライバシーポリシー【privacyPage】
  
  	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #privacyPage {
    margin-bottom: 60px; }
    #privacyPage .privacypolicy_box {
      margin-top: 30px; } }
