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

File Name:	r-common.css
Style Info:	デバイス別 共通スタイル

==========================================================================================================*/
.u-visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  height: 100%;
}

#wrapper {
  height: 100%;
}

/* -----Javascript Disabled-------------------- */
#navigation {
  background-color: #5BC2C3;
  display: none;
}

#mobile-navi {
  display: block;
  background-color: #5BC2C3;
}

#tools {
  display: none;
}

#siteID {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion ul {
  display: block;
}

#photogallery {
  width: 100%;
}

/*==================================================================================================================================================
@group 共通ヘッダ
==================================================================================================================================================*/
.gmenulist img {
  max-width: 100%;
}
.gmenulist .ouchi_head {
  display: none;
}
@media screen and (min-width: 768px) {
  .gmenulist .ouchi_head {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}

nav .gnav {
  width: 33%;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  #header {
    bottom: 0;
    background-color: #5BC2C3;
    height: 100%;
    left: 0;
    margin-right: -120px;
    position: fixed;
    top: 0;
    width: 120px;
    z-index: 99;
  }
  #siteID {
    display: block;
    margin-top: 20px;
  }
  nav {
    position: absolute;
    top: 20%;
    left: 0;
  }
  nav .gnav {
    float: none;
    margin-bottom: 0;
    text-align: center;
    width: auto;
  }
}
/*==================================================================================================================================================
@group body,共通パーツ,各レイアウトボックス
==================================================================================================================================================*/
body {
  padding: 0;
}

.content-area {
  min-height: 600px;
}

.backBtn {
  display: none;
}

@media screen and (min-width: 768px) {
  .contentWrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
  .content-ctr {
    margin-left: 120px;
  }
}
@media print {
  .content-ctr {
    margin-left: 0;
  }
}
/*==================================================================================================================================================
@group 共通ページ：ナビゲーション
==================================================================================================================================================*/
/* -----スマートフォン用コンテンツナビ-------------------- */
div#mobile-navi {
  clear: both;
  color: #000;
  font-size: 1.3rem;
  padding: 10px;
}

a#mobile-btn {
  display: block;
  float: right;
}

a#mobile-btn {
  display: block;
}

@media screen and (min-width: 768px) {
  #mobile-navi {
    display: none;
  }
  #navigation {
    display: block;
    height: 70%;
  }
  #navigation .gmenulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}
/* -----グローバルナビゲーション-------------------- */
#navigation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/**********スクリーンリーダー用説明を非表示に**********/
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/*==================================================================================================================================================
@group 共通ページ：翻訳ツール等
==================================================================================================================================================*/
/* -----文字サイズ変更・翻訳ツール-------------------- */
div#tools {
  display: none;
}

@media screen and (min-width: 960px) {
  /* -----文字サイズ変更・翻訳ツール：トップページ用-------------------- */
  .sub div#tools {
    width: 229px;
    height: 56px;
    clear: both;
    margin: 0;
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .sub div#fontctl {
    padding: 0;
    height: 36px;
    background: url(../img/dot_x.gif) repeat-x bottom left;
  }
  .sub div#fontctl p {
    width: 113px;
    float: left;
    height: 30px;
  }
  .sub div#fontctl ul li {
    float: right;
    height: 30px;
    margin-left: 4px;
  }
  .sub div#fontctl ul li a {
    display: block;
    width: 34px;
    height: 30px;
  }
  .sub ul#langctl {
    width: 229px;
    height: 18px;
    padding-top: 5px;
  }
  .sub ul#langctl li {
    float: left;
  }
}
@media screen and (min-width: 1100px) {
  .sub div#tools {
    top: 25px;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .sub div#tools {
    top: 35px;
  }
}
/*==================================================================================================================================================
@group フッター
==================================================================================================================================================*/
#footer {
  font-size: 1.4rem;
  margin-top: 100px;
}

#footer-content {
  background-image: url(../img/bg_stripeLine.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 50px 0;
}

#footer-content strong {
  text-align: center;
  display: block;
}

#footerContent {
  padding: 20px;
}

#footerContentInner {
  text-align: center;
}

#fc-name,
#fc-address,
#fc-phone,
#fc-fax {
  display: block;
}

#copy {
  background-color: #1D8485;
  color: #FFFFFF;
  padding: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #footer-content strong {
    width: 40%;
    float: left;
    text-align: right;
  }
  #footer-content strong span {
    padding-right: 20px;
  }
  #footerContent {
    width: 60%;
    float: left;
    text-align: left;
    padding: 0;
  }
  #footerContentInner {
    text-align: left;
    padding-left: 10px;
  }
  #fc-name {
    margin-top: 10px;
  }
  #fc-phone,
  #fc-fax {
    display: inline-block;
  }
  #fc-fax {
    margin-left: 1em;
  }
}
/*==================================================================================================================================================
@group 2階層目以降
==================================================================================================================================================*/
.sub #contentTopInner {
  padding: 145px 0 40px 0;
  background-image: url(../img/bg_Yline.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.sub #contentTopInner h2 {
  background-image: url(../img/bg_introduce.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
  padding: 0;
  margin: 0 0 0 40px;
}

#contentTopInner h2 img {
  max-width: 100%;
}

/*=======================================
@group まちの紹介
====================================*/
#intro {
  max-width: 320px;
  margin: 60px auto 0 auto;
}

#intro img {
  max-width: 100%;
}

.introBox {
  display: block;
  max-width: 320px;
  margin: 0 auto 80px auto;
  text-align: center;
}

.introImage {
  display: block;
  margin-top: 20px;
}

.introText {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 420px) {
  #intro {
    max-width: 100%;
    margin: 60px auto 80px auto;
  }
  .introBox {
    max-width: 100%;
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1280px) {
  .introBox {
    width: 25%;
  }
}
/*=======================================
@group 移住者メッセージ
====================================*/
#immWrapper {
  margin: 50px 10px;
}

#imm01 {
  margin-top: 0;
  background-image: url(../img/img_imm1.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60%;
}

#imm02 {
  background-image: url(../img/img_imm2.jpg);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: 60%;
}

#imm03 {
  background-image: url(../img/img_imm3.jpg);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: 60%;
}

.immBox {
  margin-top: 100px;
  position: relative;
}

.immBox img {
  max-width: 100%;
}

.immTitle1 {
  max-width: 200px;
}

.immTitle2 {
  margin-top: 40px;
  max-width: 200px;
}

.immText {
  margin-top: 20px;
}

.immLink {
  position: absolute;
  top: 30%;
  right: 10px;
  text-align: center;
  width: 80px;
  margin: 20px auto;
}

@media screen and (min-width: 540px) {
  #immWrapper {
    margin: 50px auto;
  }
  #imm {
    margin: 10%;
  }
  .immBox {
    padding: 20px 0;
    height: 300px;
  }
  .immLink {
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  #immWrapper {
    margin: 50px auto;
  }
  #imm01, #imm02, #imm03 {
    max-width: 1000px;
    background-position: center center;
    background-size: auto;
    margin: 100px auto 0 auto;
  }
  .immLink {
    width: auto;
  }
}
/*=======================================
@group 宇城市のココがすごい！
====================================*/
#sugoiTopText {
  margin: 10px 10px;
}

.sugoiBox {
  padding-bottom: 30px;
  max-width: 400px;
  margin: 50px auto 0 auto;
  margin-top: 50px;
}

#sugoi01 {
  margin-top: 150px;
}

#sugoi01 .sugoiBoxInner {
  margin-top: 20px;
  padding-top: 80px;
  background-image: url(../img/bg_sugoi01.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#sugoi02 .sugoiBoxInner {
  margin-top: 20px;
  padding-top: 80px;
  background-image: url(../img/bg_sugoi02.png);
  background-position: center top;
  background-repeat: no-repeat;
}

#sugoi03 .sugoiBoxInner {
  margin-top: 20px;
  padding-top: 80px;
  background-image: url(../img/bg_sugoi03.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.sugoiTitle img {
  max-width: 100%;
}

.sugoiText {
  padding: 20px;
  margin-top: 150px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

.sugoiText img {
  max-width: 100%;
}

.sugoiLink {
  margin-top: 25px;
  text-align: center;
}

.sugoiLink img {
  max-width: 100%;
}

@media screen and (min-width: 420px) {
  #sugoiTopText {
    text-align: center;
  }
  .sugoiLink {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sugoiBox {
    text-align: center;
    max-width: 800px;
  }
  #sugoi01 .sugoiBoxInner {
    margin-top: 20px;
    padding-top: 80px;
    background-image: url(../img/bg_sugoi01.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  #sugoi02 .sugoiBoxInner {
    margin-top: 20px;
    padding-top: 80px;
    background-image: url(../img/bg_sugoi02.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  #sugoi03 .sugoiBoxInner {
    margin-top: 20px;
    padding-top: 80px;
    background-image: url(../img/bg_sugoi03.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  .sugoiBoxInner {
    position: relative;
  }
  .sugoiContent {
    height: 400px;
  }
  .sugoiContentInner {
    position: absolute;
    right: 0;
    bottom: 130px;
  }
}
/*=======================================
@group アクセス
====================================*/
#accessWrapper {
  text-align: center;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

#access {
  margin: 0 10px;
}

#accTopMessage img {
  max-width: 100%;
}

#accTopPhoto {
  margin-top: 20px;
}

#accTopPhoto img {
  max-width: 100%;
}

#accText {
  margin: 20px;
  text-align: left;
  max-width: 320px;
  margin: 20px auto;
}

#accMapContent {
  margin-top: 30px;
}

#accMapContent img {
  max-width: 100%;
}

#accContent3 {
  margin-top: 100px;
}

#accContent3 h3 {
  text-align: center;
}

#accContent3 h3 img {
  max-width: 100%;
}

#accessList {
  margin-top: 50px;
}

#accessList ul li {
  margin-top: 80px;
}

#accessList span img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .accessImage {
    text-align: left;
  }
  #accessList {
    max-width: 850px;
    margin: 0 auto;
  }
  #accessList ul {
    text-align: left;
  }
  #accessList ul li {
    margin-top: 80px;
  }
  #accessList ul li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .accessTitle {
    display: block;
    width: 20%;
    float: left;
  }
  .accessImage {
    display: block;
    width: 80%;
    float: right;
  }
}
@media screen and (min-width: 960px) {
  #accContent1 {
    width: 40%;
    float: left;
    margin-top: 50px;
  }
  #accContent2 {
    width: 60%;
    float: right;
    margin: 0;
  }
  #accContent3 h3 {
    text-align: left;
    padding-left: 50px;
  }
}
/*=======================================
@group 地価がお得！
====================================*/
#chika {
  margin: 10px;
}

#chika h3 {
  text-align: center;
}

#chika h3 img {
  max-width: 100%;
}

.chikaText {
  margin-top: 50px;
}

#chikaImage {
  max-width: 944px;
  margin: 30px auto 0;
}

#chikaImage img {
  max-width: 100%;
}

#chikaImageText {
  display: block;
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #chikaWrapper {
    max-width: 1200px;
    margin: 20px auto;
  }
  .chikaText {
    text-align: center;
  }
  #chikaImage {
    text-align: center;
  }
}
/*=======================================
@group 住宅取得支援　※終了
====================================*/
.flat35 {
  margin: 10px;
}

#contentTopInner h2 img {
  max-width: 90%;
}

.flat35 h3 {
  text-align: center;
}

.flat35 h3 img {
  max-width: 100%;
}

.flat35 img {
  max-width: 100%;
}

#flat35Image01 {
  margin-bottom: 30px;
}

#flat35Image02 {
  margin-bottom: 30px;
}

#flat35Image03 {
  margin-bottom: 30px;
}

#flat35Image04 {
  margin-bottom: 30px;
}

#flat35Image05 {
  margin-bottom: 10px;
}

#flat35Image06 {
  margin-bottom: 10px;
}

#flat35Image07 {
  margin-bottom: 0;
}

#flat35Image08 {
  margin-bottom: 30px;
}

#flat35Image09 {
  margin-bottom: 30px;
}

#flat35Image10 {
  margin-bottom: 30px;
}

#flat35Image11 {
  margin-bottom: 30px;
}

/*注意書き*/
.flat35text {
  margin: 20px auto;
  text-align: center;
  display: block;
  max-width: 900px;
}

.flat35text ul {
  padding-left: 0;
  list-style: none;
  display: inline-block;
}

.flat35text li {
  text-align: left;
}

/*外部案内*/
.flat35text2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.flat35text3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.flat35btn {
  text-align: center;
  margin-bottom: 50px;
}

.flat35btn img {
  max-width: 60%;
}

@media screen and (min-width: 768px) {
  #flat35Wrapper {
    max-width: 1200px;
    margin: 20px auto;
  }
  .flat35 {
    text-align: center;
  }
  .flat35 img {
    max-width: 80%;
  }
  .flat35text2 {
    font-size: 2rem;
    font-weight: 500;
  }
  .flat35text3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .flat35btn img {
    max-width: 80%;
  }
}
/*=======================================
	@group 補助制度
=========================================*/
#assistWrapper {
  max-width: 944px;
  margin: 20px auto;
  word-break: break-all;
}
#assistWrapper .emp {
  font-weight: 600;
}
#assistWrapper .link_title {
  clear: both;
  padding: 5px 5px 5px 20px;
  font-size: 100%;
  font-weight: 600;
  border-bottom: 3px solid #ADD6D7;
  margin: 30px 0 5px;
  background: url(../img/bg_midashi03.gif) no-repeat center left;
}
#assistWrapper .list-style_d li::before {
  content: "・";
  font-size: 1em;
}
#assistWrapper .assist_ctr {
  margin: 10px;
}
#assistWrapper .assist_ctr section {
  margin-bottom: 50px;
}
#assistWrapper .assist-title {
  background: url(../img/ouchi_navi.jpg) no-repeat bottom left/50px;
  border-bottom: #5BC2C3 2px solid;
  font-size: 2.6rem;
  font-family: "Hannari", serif;
  margin-bottom: 10px;
  padding: 15px 0 0 67px;
}
#assistWrapper .assist-title img {
  margin-right: 10px;
  width: 50px;
}
#assistWrapper .assist-title .assist-title_text {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
#assistWrapper .assist_subctr p, #assistWrapper .assist_subctr ul {
  margin-left: 20px;
}
#assistWrapper .assist_subtitle {
  font-size: 2rem;
  margin: 20px 0 5px;
  vertical-align: middle;
}
#assistWrapper .assist_subtitle::before {
  border-radius: 50%;
  background: #5BC2C3; /*背景色*/
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  width: 18px;
}
#assistWrapper .subsidy_ctr .repair-link_ctr {
  margin-top: 30px;
}
#assistWrapper .repair-img_ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.3rem;
  max-width: 434px;
  margin: 20px auto;
}
#assistWrapper .repair-img_ctr .repair-img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: center;
}
#assistWrapper .repair-img_ctr img {
  display: block;
  width: 100%;
}
#assistWrapper .repair-img_ctr .arrow {
  color: #000;
  display: inline-block;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
#assistWrapper .repair-img_ctr .arrow::before, #assistWrapper .repair-img_ctr .arrow::after {
  bottom: 0;
  content: "";
  left: 10px;
  margin: auto;
  position: absolute;
  top: 35px;
  vertical-align: middle;
}
#assistWrapper .repair-img_ctr .arrow::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 25px solid transparent;
  border-left: 25px solid #5BC2C3;
  height: 25px;
  left: 60px;
}
#assistWrapper .repair-img_ctr .arrow::after {
  border-left: 50px solid #5BC2C3;
  height: 25px;
  left: 10px;
}
#assistWrapper .repair-link_ctr {
  margin-left: 20px;
}
#assistWrapper .repair-link_ctr li {
  margin: 10px 0;
}
#assistWrapper .migration_ctr .assist_subctr > p {
  margin-left: 20px;
}
#assistWrapper .migration_ctr .migration_cont {
  margin-left: 20px;
}
#assistWrapper .migration_ctr .migration_cont .migration_title {
  border-left: #5BC2C3 5px solid;
  font-size: 1.8rem;
  margin: 20px 0 10px;
  padding-left: 5px;
}
#assistWrapper .migration_ctr .migration_cont .migration_list {
  margin-left: 20px;
  list-style-type: lower-roman;
}
#assistWrapper .migration_ctr .migration_cont .onestop_banner_ctr {
  margin: 20px 10px 20px 0;
}
@media screen and (min-width: 768px) {
  #assistWrapper .migration_ctr .migration_cont .onestop_banner_ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: 20px auto;
  }
}
#assistWrapper .migration_ctr .migration_cont .onestop_banner_ctr p {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  #assistWrapper .migration_ctr .migration_cont .onestop_banner_ctr p {
    margin: 0 20px;
  }
}
#assistWrapper .migration_ctr .migration_cont .onestop_banner_ctr .copyright {
  color: #000;
  font-size: 1rem;
}
#assistWrapper .migration_ctr .migration_cont img {
  width: 100%;
}
#assistWrapper .migration_ctr .migration_cont .onestop_qr {
  text-align: center;
}
#assistWrapper .migration_ctr .migration_cont .onestop_qr img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  #assistWrapper .newly-wed_ctr .newly-wed_cont {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 160px;
    margin-right: 10px;
  }
}
#assistWrapper .newly-wed_ctr .newly-wed_subctr {
  margin-bottom: 20px;
}
#assistWrapper .newly-wed_ctr .newly-wed_subctr > p {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  #assistWrapper .newly-wed_ctr .newly-wed_subctr {
    grid-column: 1/2;
  }
}
#assistWrapper .newly-wed_ctr .newly-wed-link_ctr {
  margin-left: 20px;
}
#assistWrapper .newly-wed_ctr .newly-wed-link_ctr li {
  margin: 10px 0;
}
#assistWrapper .newly-wed_ctr .newly-wed-link_title {
  border-left: #5BC2C3 5px solid;
  font-size: 1.8rem;
  margin: 20px 0 10px;
  padding-left: 5px;
}
#assistWrapper .newly-wed_ctr .newly-wed_img {
  margin-bottom: 20px;
  text-align: center;
}
#assistWrapper .newly-wed_ctr .newly-wed_img img {
  max-width: 160px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #assistWrapper .newly-wed_ctr .newly-wed_img {
    align-self: center;
    grid-column: 2/3;
    grid-row: 1/3;
  }
  #assistWrapper .newly-wed_ctr .newly-wed_img img {
    width: 100%;
  }
}

/*=======================================
@group その他
====================================*/
.sp01 #contentTopInner {
  padding-top: 30px;
}

.sub .content-area {
  background-image: url(../img/bg_secondTop.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  padding-top: 110px;
  text-align: left;
}
@media print {
  .sub .content-area {
    background-image: none;
    padding-top: 0;
  }
}

.breadcrumb-ctr {
  text-align: left;
  padding: 10px;
}

.sub .breadcrumb-ctr {
  border: none;
}

.breadcrumb-area {
  width: 100%;
  float: left;
}

.sub #cateTitle {
  font-size: 2.4rem;
  margin: 0px 15px;
  padding: 10px 0 10px 60px;
  background: url(../img/bg_title_s.png) left center no-repeat;
}

@media screen and (min-width: 768px) {
  .sub #cateTitle {
    font-size: 3.2rem;
    margin: 0px 30px 0px 40px;
    padding: 10px 0 10px 100px;
    background: url(../img/bg_title.png) left center no-repeat;
  }
}/*# sourceMappingURL=common.css.map */