@charset "utf-8";

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

  トップ

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

/*----------------------------------------------------------------------------------------------------

  Main visual
  
----------------------------------------------------------------------------------------------------*/

.mainVisual-wrap {
  overflow:hidden;
}
.lattice_pattern__orange.under-main{
    height: 14px;
}
.lattice_pattern__orange.under-main::after{
  content: "";
  display: inline-block;
  width: 100%;
  background-image: linear-gradient(#e7963b 1px, rgba(255,255,255,0) 0),
                    linear-gradient(90deg, #e7963b 1px, #e89941 0);
  background-size: 10px 10px;
  
}

.mainVisual {
  width:100%;
  position:relative;
  overflow:hidden;
}

.mainVisual:before {
  content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  z-index:2;
}

.mv-photo {
  background-color:#fff;
  /*position:absolute;*/
  width: 100%;
  overflow:hidden;
}

.mv-p__item {
  display:block;
  height:100%;
  position:relative;
  overflow:hidden;
}

.mv-p__item div {
  height:100%;
}


@media print,screen and (min-width:641px) and (max-width:1400px) {
  .mainVisual {
    width:1400px;
  }
}

@media print,screen and (min-width:641px) {


}

@media screen and (max-width:640px) {
    
  .mainVisual {
    width:640px;

  }
    
  .mv-txt {
    padding-top:315px;
  }
  
  .mv-txt:before {
    width:400px;
    height:400px;
    top:180px;
  }
    
  .mv-txt__item {
    position:relative;
    left:0;
    z-index:1;
  }
  
}

/*----------------------------------------------------------------------------------------------------

  海から拓けた街、八戸。
  
----------------------------------------------------------------------------------------------------*/

@media print,screen and (min-width:641px) {
  .hachinohe-cols {
    /*text-align:center; 
    padding-top:120px;
    padding-bottom:120px;
    background: url("../image/splash.jpg") no-repeat,url("../image/splash.jpg") no-repeat;
    background-position:calc(100% + 800px) 20%,calc(0% - 800px) 80%;
    background: url("../image/splash.jpg") no-repeat,url("../image/splash.jpg") no-repeat;
    background-position:calc(100% + 800px) 20%,calc(100% - 1600px) 80%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;*/
    background: url("../image/yawatauma.png") no-repeat, url("../image/aomori.png") no-repeat, url("../image/mikkamatchi.png") no-repeat;
    background-position: calc(50% - 700px)  bottom, calc(50% - 820px) top, calc(50% + 580px );
    height: 734px;
    margin-bottom: 130px;
  }
    
  .hachinohe-col .inner{
    max-width: 750px;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-right: 30px;
    background: url("../image/squid.png") no-repeat,url("../image/sea.png") no-repeat;
    background-position:right top,right bottom;
  }
    
  .hachinohe-col .inner p:not(:last-of-type){
    margin-bottom: 1.44em;
  }
}

@media print,screen and (max-width:640px) {
   .hachinohe-cols {
    background: url("../image/aomori.png") no-repeat;
    background-position:right top;
    background-size: 80%;
    margin-bottom: 130px;
  }
    
  .hachinohe-col{
    margin-top: 60px;
  }
    
  .hachinohe-col .inner{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 150px;
    padding-bottom: 120px;
    margin-right: 10px;
    background: url("../image/yawatauma.png") no-repeat, url("../image/squid.png") no-repeat,url("../image/sea.png") no-repeat;
    background-position:left bottom,left top,right bottom;
    background-size: 40%, 45%,60%;
  }
    
  .hachinohe-col .inner p:not(:last-of-type){
    margin-bottom: 1.22em;
  }
    
  .sp-imgblock{
    margin-top: 30px;   
  }
    
}

  .hachinohe-col-hdline{
    font-weight: 300;
    margin-bottom: 40px;
  }

/*----------------------------------------------------------------------------------------------------

  三日町は ”市民の広場（ スクエア ）”です
  
----------------------------------------------------------------------------------------------------*/  
.square-col-hdline {
    text-align:center;
    margin-bottom: 40px;
    font-weight: 300;
}

.square-col-hdline > span{
    font-size:  1.33em; 
}

.square-col > .inner > .img_box{
    min-width: 228px;
    height: 187px;
    background: url("../image/square.jpg") no-repeat center;
	background-size: contain;
}

@media print,screen and (min-width:641px) {
  .square-cols {
    margin-bottom: 100px; 
  }
    
  .square-col{
    padding-top:130px;
    padding-bottom:130px;
  } 
    
  .square-col > .inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
    
  .square-col > .inner > .txt_box {
    max-width: 600px;
    margin-left: 30px;
  }
    
  .square-col > .inner > .txt_box > p:not(:last-of-type){
    margin-bottom: 1.44em;
  }
}

@media print,screen and (max-width:640px) {
  .square-col-hdline > span{
    font-size:  1em; 
  }
    
  .square-cols {
    margin-bottom: 60px;
  }
    
  .square-col{
    padding-top:90px;
    padding-bottom:90px;
  }     
    
  .square-col > .inner > .txt_box {
    padding: 0 10px; 
  }
    
  .square-col > .inner > .img_box{
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------------------------------------------------------

 周辺地図・公共交通機関
  
----------------------------------------------------------------------------------------------------*/
.g-map-col-hdline,
.transport-col-hdline{
  font-weight: 300;
  margin-bottom: 20px;
}

.transport__item:last-of-type{
  background-color: #fff;
  border:2px solid #e1e1e1;
  box-sizing: border-box;
  padding: 0.77em 1em
}

.transport__item > a{
  height: inherit;
}

@media print,screen and (min-width:641px) {
    .access-cols {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between;
      margin-bottom: 40px;
    }
    .g-map-col{
      width: 800px;
      margin-right: 30px;
    }
    .g-map-col > .inner{
      width: 100%;
      height: 628px;
    } 
    
    .transport-col{
      width: 312px;
    }
    
    .transport__item:not(:last-of-type){
      height: 100px;
      margin-bottom: 30px;
    }
    .transport__item dt{
      padding-bottom: 0.2em;
    }
    
    .transport__item dt > span{
      font-size: 15px;
      display: block;
    }
}

@media print,screen and (max-width:640px) {
    
    .transport-col-hdline{
      font-weight: 300;
      margin-top: 40px;
      margin-bottom: 20px;
    }
    
    .access-cols {
      margin-bottom: 40px;
    }
    .g-map-col{
      width: 100%;
      margin-right: 0px;
    }
    
    .g-map-col > .inner{
      width: 100%;
      height: 600px;
    } 
    
    .transport-col{
      width: 100%;
    }
    
    .transport__item:not(:last-of-type){
      height: 100px;
      margin-bottom: 30px;
    }
    .transport__item dt{
      padding-bottom: 0.2em;
    }
    
    .transport__item dt > span{
      font-size: 15px;
      display: block;
    }
}

/*----------------------------------------------------------------------------------------------------

  バナーリンク
  
----------------------------------------------------------------------------------------------------*/



@media print,screen and (min-width:641px) {
    .link-banner-list{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 150px);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
   .link-banner-list li{
        list-style: none;
        height: 150px;
    } 
    .link-banner-list li a{
        height: inherit;
    }
}

@media print,screen and (max-width:640px) {
    .link-banner-list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(9, 100px);
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }
    .link-banner-list li{
        list-style: none;
        height: 100px;
    } 
    
    .link-banner-list li a{
        height: inherit;
    }
}
/*----------------------------------------------------------------------------------------------------

  お知らせ・カレンダー
  
----------------------------------------------------------------------------------------------------*/


.info-hdline {
  font-weight:300;
  margin-left: 30px;
}
  
.info-col { 
  position:relative;
  z-index:1;
  background: -moz-linear-gradient(to bottom,#F5F5F5,#e6e6e6,#F5F5F5); 
  background: -webkit-linear-gradient(to bottom,#F5F5F5,#e6e6e6,#F5F5F5); 
  background: linear-gradient(to bottom,#F5F5F5,#e6e6e6,#F5F5F5); 
}

.info-col::before { 
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  box-sizing:border-box;
  padding:0px 2px; 
  width:100%;
  height:100%;
  background:#fff;
  background-clip:content-box;
  content:"";
}

.info-banner__item{
  height: 90px;
}

.info-banner__item.link-banner:not(:last-of-type){
  margin-bottom: 30px;
}

/*goobog*/
.info-banner__item.link-banner:nth-of-type(1){
  background:url("../image/icon/gLink_gray.svg") no-repeat,url("../image/link-banner/gooblog-back.png") repeat;
  background-size: 16px 16px,auto;
  background-position: calc(100% - 5px) 5px, center;
}

/*youtube*/
.info-banner__item.link-banner:nth-of-type(2){
  background:url("../image/icon/gLink_gray.svg") no-repeat,url("../image/link-banner/youtube01-back.png");
  background-size: 16px 16px,cover;
  background-position: calc(100% - 5px) 5px, center;
}

/*youtube02*/

.info-banner__item.link-banner:nth-of-type(3){
  height: 170px;
}
/*.info-banner__item.link-banner:nth-of-type(3){
  background:url("../image/icon/gLink_gray.svg") no-repeat,url("../image/link-banner/youtube02-back.png");
  background-size: 16px 16px,contain;
  background-position: calc(100% - 5px) 5px, bottom;
}*/



@media print,screen and (min-width:641px) {
  .info-banner-box{
    margin-top:76px;
  }
    
  .info-cols { 
    margin-bottom:120px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  
  .info-col {
    padding: 10px 30px 50px;
    width: 800px;
    margin-right: 30px;
  }
    
  .info-banner-col{
    width:312px;
  }
}

@media print,screen and (max-width:640px) {
  .info-banner-box{
    margin-top:60px;
  }
  .info-cols {
    text-align:center; 
  }
  
  .info-col {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}


/*--------------------------------------------------------------------------------
  お知らせ
--------------------------------------------------------------------------------*/

.infoList a { display:block; }
.infoList a,
.infoList a:visited,
.infoList a:hover { color:inherit; text-decoration:none; }
.infoList a .ttl { color:#444; text-decoration:none; }
.ua-pc .infoList a:hover .ttl { color:#747474; text-decoration:underline; }

.info-err {
  padding-top:1.5em;
}

.infoList {
  list-style:none;
  text-align:left!important;
}

.infoList li {
  padding-top:10px;
  border-bottom:1px dashed rgba(33,53,62,0.25);
}

.infoList li a,
.infoList li .inner {
  padding-top:0.5em;
  padding-bottom:0.5em;
}

.infoList .ttl {
  font-weight: 300;
  padding-top:0.5em;
  padding-bottom:1em;
}

.infoBtn {
  float: right;
}

.infoList li .date {
  width:9.5em;
  margin-left: 10px;
}

.infoList .cate {
  text-align:center;
  font-size:15px;
  font-weight: 300;
  padding: 5px 15px;
  display:inline-block;
  margin-right:1em;
  margin-left:1em;
  border-radius: 15px;
  letter-spacing: 0.1em;
}

.infoList .cate--0001 {
  background-color:#cfaf72;
  border:1px solid #cfaf72;
  color:#fff;
}

.infoList .cate--0002 {
  background-color:#cfa19b;
  border:1px solid #cfa19b;
  color:#fff;
}

.infoList .cate--0003 {
  background-color:#97e2e8;
  border:1px solid #97e2e8;
  color:#fff;
}

@media print,screen and (min-width:641px) {

}

@media screen and (max-width:640px) {
    
  .infoList .cate {
    /*min-width:7.5em;+*/
    text-align:center;
    font-size:14px;
    font-weight: 300;
    padding: 0px 4px;
    display:inline-block;
    margin-right:1em;
    margin-left:1em;
    letter-spacing: 0.1em;
  }

  .infoList .ttl {
    display:block;
    line-height:1.5;
    font-weight: 300;
    padding-top:0.5em;
    padding-bottom:1.5em;
  }
    
}

/*--------------------------------------------------------------------------------
  AED
--------------------------------------------------------------------------------*/
.aed-cols-hdline {
  margin-bottom: 20px;    
}

.aed-cols dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-content: flex-start;
}
.aed-cols dt{
  min-width:100px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  margin-right: 10px;
  height: 30px;
}

.aed-list dt{
  background-color: #CB5044;    
}

.wc-list dt{
  background-color: #0071CF;    
}

.wheelchair-list dt{
  background-color: #17a65b;    
}


@media print,screen and (min-width:641px) {
  .aed-cols {
    margin-bottom: 100px;
  }
    
  .aed-cols dl:not(:last-of-type){
    margin-bottom: 10px;
  }
}

@media print,screen and (max-width:640px) {
  .aed-cols {
    margin-bottom: 80px;
  }
    
  .aed-cols dl:not(:last-of-type){
    margin-bottom: 10px;
  }
    
  .aed-cols dt{
    padding-top: 2px;
  } 
    
  .aed-cols dd{
    padding-top: 2px;
  }
    
}