@charset "utf-8";

@font-face {
  font-family: 'motoya';
  src: url('./font/NfMotoyaAporoStd-W1.woff') format('woff');
}

@font-face {
  font-family: 'myfont';
  src: url('./font/NfMotoyaAporoStd-W1.woff') format('woff');
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, figure {
margin: 0;
padding: 0;
font: inherit;
}

body {
  color: #333;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 1px;
}

ul li {
list-style: outside none none;
}

img {
max-width: 100%;
height: auto;
border: none;
vertical-align: bottom;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

iframe {
width: 100%;
}

address {
font-style: normal;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix::after {
content: "";
display: block;
clear: both;
}

select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

select::-ms-expand {
display: none;
}

@media (min-width: 769px) {
.spOnly {
display: none;
}
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  color: #333333;
}

a:hover {
opacity: 0.8;
text-decoration: none;
}

/*フォント設定
---------------------------------------------------------------------------*/
.mincho {
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.tbchibi {
font-family: tbchibirgothicplusk-pro, sans-serif;
}

/*画像サイズ
---------------------------------------------------------------------------*/
.imgFit img {
  width: 100%;
  height: auto;
  font-size: 22px;
}

/*フォントサイズ
---------------------------------------------------------------------------*/
.fs20 {
  font-size: 20px;
}

/*幅
---------------------------------------------------------------------------*/
.w35 {
  width: 35%;
}

.w65 {
  width: 65%;
}

.p15 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

/*位置
---------------------------------------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/*共通見出し設定
---------------------------------------------------------------------------*/
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding-top: 80px;
  padding-bottom: 40px;
  clear: both;
}

h2 {
  padding-bottom: 30px;
}

p {
  line-height: 1.7em;
}

.marker_b {
background-color: #D4FDF8;
}

.marker_p {
  border-bottom: dotted;/*下線を点線にする*/
  border-color: #FF7272;
  border-width: 2px;
  color: #FF7272;
}

.center {
  text-align: center;
}

/*非表示
---------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
.pcNone {
display: none;
}
}

/*mainVisual
---------------------------------------------------------------------------*/
.mainVisual img {
  display: none;
}

.mainVisual {
  background-image: url(../images/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 580px;
  background-size: auto 100%;
}

.readArea {
  background-image: url(../images/read_bg.jpg);
  background-repeat: repeat;
  height: 750px;
  padding-top: 3%;
}
.readArea .readAreaContents h2 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.readArea .readAreaContents .readText {
  font-size: 26px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 2px;
  margin-top: -50px;
}
.readArea .readAreaContents .readTextSmall {
  font-size: 18px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 2px;
  padding-top: 25px;
}
.readArea .colorPink  {
  color: #FF5185;
  border-bottom: 2px dotted #FF5185;
  padding-bottom: 5px;
  font-weight: bold;
}




.readAreaContents {
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/read.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 80%;
  height: 760px;
}

/*Main
---------------------------------------------------------------------------*/
/* Menu
----------------------------------------*/
#menu {
  background-image: url(../images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#menu .inner h2 {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}

#menu .inner ul {
  text-align: center;
  margin-top: -50px;
}

#menu .inner ul li {
  display: inline-block;
  width: 28%;
  margin-top: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
}

#menu .inner ul li img {
  width: 100%;
}

.feature .featureBox h3 {
  font-family: myfont;
  font-size: 28px;
  color: #FF7272;
  padding-bottom: 1%;
}

.feature .featureBox {
  padding-top: 2%;
  padding-bottom: 2%;
  clear: none;
}

.feature .featureBox .tbchibi {
  font-size: 16px;
}

/* 街の魅力その1
----------------------------------------*/
#menu01 {
  background-image: url(../images/back_bg_pink.jpg);
  background-repeat: repeat, no-repeat;
}

#menu01 .wapper_in {
  background-image: url(../images/contents01_bg01.png);
  background-repeat: repeat-y;
  background-position: center top;
}

.featureBoxText {
  width: 73%;
}

.featureBoxImg {
  width: 25%;
  height: auto;
}

.featureBoxImg img {
  width: 100%;
  height: auto;
}

.recommendArea {
  padding-top: 1%;
  padding-bottom: 1%;
}

.recommend {
  padding-top: 4%;
  padding-bottom: 4%;
  padding-right: 4%;
  padding-left: 4%;
}

.recommendArea .recommendAreaImg {
  width: 30%;
}

.recommendArea .recommendAreaText {
  width: 70%;
  padding-top: 1%;
}

.recommendArea .recommendAreaText h4  {
  padding-bottom: 2%;
}

.recommendArea .recommendAreaText a {
  color: #FF7272;
  text-decoration: underline;
  text-align: left;
  float: right;
}


/* 街の魅力その2
----------------------------------------*/
#menu02 {
  background-image: url(../images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#menu02 .wapper_in {
  background-image: url(../images/contents02_bg01.png);
  background-repeat: repeat-y;
  background-position: center top;
}

.feature .featureBox02 {
  padding-top: 4%;
  padding-bottom: 2%;
  clear: none;
}

.feature .featureBox02 .featureBoxText {
  width: 65%;
}

.feature .featureBox02 .featureBoxImg {
  width: 32%;
  height: auto;
}

.feature .featureBox02 h3 {
  font-family: myfont;
  font-size: 28px;
  color: #FF7272;
  padding-bottom: 1%;
}

.suport {
  background-image: url(../images/contents02_img03.jpg);
  background-repeat: repeat;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.suport .suportArea {
  background-color: #FFFFFF;
  padding-top: 4%;
  padding-right: 8%;
  padding-bottom: 4%;
  padding-left: 8%;
}

.suport .suportArea h3 {
  font-family: myfont;
  font-size: 30px;
  color: #FF7272;
  padding-bottom: 1%;
}

.suport .suportArea .feature .featureBox h4 {
  background-color: #FF9999;
  width: 300px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 0.5%;
  padding-right: 0.5%;
  padding-bottom: 0.5%;
  padding-left: 0.5%;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 1%;
}

/* 住まいの魅力
----------------------------------------*/
#menu03 {
  background-image: url(../images/back_bg_pink.jpg);
  background-repeat: repeat;
  z-index: -999;
  position: relative;
  font-size: 20px;
}

#menu03 h3 {
  border: 4px solid #B7E0FF;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  padding-top: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  font-size: 22px;
  margin-bottom: 2%;
  color: #333333;
}

#menu03 .feature .fs20 {
  font-size: 20px;
}

#menu03 .feature .featureBoxText.right .fs20.tbchibi {
  padding-top: 6%;
}

#menu03 .feature  .tbchibi {
  padding-bottom: 10px;
  padding-top: 10px;
}

#menu03 .wapper_in {
  background-image: url(../images/contents01_bg01.png);
  background-repeat: repeat-y;
  background-position: center top;
}

/* やっぱり土浦かなと感じているママ達に
----------------------------------------*/
#menu04 {
  background-image: url(../images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#menu04 .inner .staff {
  position: absolute;
  right: -80px;
  top: 50px;
  width: 300px;
}

#menu04 .inner {
  position: relative;
}

#menu04 .recommend {
  text-align: center;
}

#menu04 .recommendArea02 {
  width: 44%;
  margin-top: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  display: inline-block;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  border: 1px solid #D1D1D1;
  vertical-align: top;
  min-height: 200px;
}

#menu04 .inner h2 {
  width: 583px;
  margin-left: auto;
  margin-right: auto;
}

#menu04 .inner .menu04Text {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1px;
}

#menu04 .inner .menu04TextSmall {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

#menu04 .inner .menu04TextPink {
  text-align: center;
  font-size: 26px;
  padding-top: 20px;
  color: #FF676D;
  letter-spacing: 1px;
  font-weight: bold;
}

#menu04 .recommendArea02.basic .img {
  width: 30%;
  float: left;
  padding-top: 4%;
}

#menu04  .recommendArea02.basic .img img   {
  width: 100%;
  height: auto;
}

#menu04  .recommendArea02.basic .text {
  width: 65%;
  float: right;
}

#menu04  .recommendArea02.basic .text p  {
  font-size: 13px;
  text-align: left;
}

#menu04 .recommendArea02.basic .text .em {
  font-weight: bold;
  padding-top: 20%;
}

#menu04  .recommendArea02.basic h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 4px;
}

.basicshadow .basic {
  box-shadow: 15px 15px 0px 0 rgba(215,245,157,1.00);
  -webkit-box-shadow: 15px 15px 0px 0 rgba(215,245,157,1.00);
}

/* レンコンライフ初めてみませんか
----------------------------------------*/
.readAreaContentsLast {
  background-image: url(../images/contents04_img09.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 460px;
  background-size: auto 100%;
}

.readAreaContentsSp {
  display: none;
  background-repeat: no-repeat;
}

.btn a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 630px;
  margin-top: 4%;
}

.btn a img {
  width: 100%;
}

/* footer
----------------------------------------*/
footer .footerImg {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 1%;

}
