@charset "utf-8";

/*
Theme Name: Uedasama-site
Description: Wordpressオリジナルテーマ
Vertion: 1.0
Author: Nishi namie
Author URL:http://
*/


body{
    font-family: "Noto Sans JP",
    "BIZ UDPGothic",
    "sans-serif";
    font-size: 16px;
    font-style: normal;
    color: #3C3737;
    background-color: #FFFFFF;
    line-height: 150%;
}

img {
    max-width: 100%;
}

/* ------------
headr SP
---------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #237ad4;
    padding: 0 2.4%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.header__ttl {
    display: flex;
    text-align: center;
}

.top__rogo {
    width: 140px;
}

.sp-btn {
    width: 30px;
    height: 25px;
}

.header__link {
    padding: 10px;
    color: #fff;
    font-family: "BIZ UDPGothic";
    font-size: 20px;
}

.top__side {
    display: none;
}

/* ======nav sp表示＝＝＝＝＝ */

/* ハンバーガーボタン */


.menu-btn {
position:fixed;
top:20px;
right:20px;
width:30px;
height:20px;
cursor:pointer;
z-index:1000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after{
content:"";
position:absolute;
height:3px;
width:100%;
background:#fff;
transition:.3s;
}

.menu-btn span {
top:100%;
transform:translateY(-50%);
}

.menu-btn span:before {
top:-8px;
}

.menu-btn span:after{
top:8px;
}

/* ×アニメーション */

#menu-toggle:checked + .header .menu-btn span{
background:transparent;
}

#menu-toggle:checked + .header .menu-btn span:before{
transform:rotate(45deg);
top:0;
}

#menu-toggle:checked + .header .menu-btn span:after{
transform:rotate(-45deg);
top:0;
}

/* メニュー */

.nav{
position:fixed;
top:70px;
right:-100%;
width:80%;
max-width:300px;
height:100vh;
background:#237ad4;
padding-top:80px;
transition:.3s;
z-index:500;
}

#menu-toggle:checked ~ .top__pc .nav,
#menu-toggle:checked ~ .top__content .nav {
right:0;
}

.nav__item{
margin-top:25px;
color:#fff;
position:relative;
}

.nav__item::after{
content:"";
position:absolute;
left:0;
bottom:-10px;
width:100%;
height:2px;
background:#fff;
}

/* メニュー表示 */

#menu-toggle:checked ~ .top__pc .nav{
right:0;
}

.nav__item:first-child {
    margin-top: 10px;
}

.nav__icn {
    margin: 10px 20px 5px 15px;
    width: 18px;
    height: 14px;
}

.nav__add {
    margin: 25px 0px 25px 40px;
}

/* top画面 */

.top__content {
    width: 375px;
    background-color:  rgba(96, 191, 255, 0.10);
}

.mainimg {
    width: 375px;
    margin: 50px auto 0;
	position: relative
}

.topmain-img {
    width: 375px;
}

.main__catch {
    text-align: center;
    position: absolute;
	content: "";
	top: 37%;
    left: 10%;
    font-family: "BIZ UDPGothic";
    background-color: rgba(255, 255, 255, 0.8);
    padding: 13px 11px;
    border-radius: 5px;
}

.top-text1 {
    font-family: Noto Sans JP;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 8%;
    text-align: center;
}

.main__hr {
    width: 0;
    height: 25px;
    background-color: #3C3737;
    border: solid 0.5px;
    margin: 8px auto 8px;
}

.top-text2 {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 8%;
    text-align: center;
    background-image: repeating-linear-gradient(-45deg,
        rgba(96, 191, 255, 0.3) 0, rgba(96, 191, 255, 0.3) 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
}

.matinami_img {
    margin: 185px 0 30px;
}

.btn__orange {
    display: block;
    margin: 120px 18px -130px 18px;
    border-radius: 5px;
    background: #F78A1D;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    padding: 11px 15px 11px 60px;
    cursor: pointer;
    position: relative;
}

.btn__orange:hover {
    opacity: 0.8;
}


.btn__orange::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(./img/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 17px;
    left: 83%;
}

.btn__orange2 {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    background: #F78A1D;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    padding: 11px 15px 11px 45px;
    cursor: pointer;
    position: relative;
}

.btn__orange2:hover {
    opacity: 0.8;
}


.btn__orange2::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(./img/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 17px;
    left: 83%;
}

.btn__orange--mail {
    display: block;
    margin: 10px 18px -130px 18px;
    border-radius: 5px;
    background: #F78A1D;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    padding: 11px 15px 11px 60px;
    cursor: pointer;
    position: relative;
}

.btn__orange--mail:hover {
    opacity: 0.8;
}


.btn__orange--mail::after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(./img/btn-mail-icn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 1px;
    left: 70%;
}


.btn__blue {
    display: block;
    margin: 80px auto 30px;
    border-radius: 5px;
    background: #237ad4;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    padding: 12px 68px;
    cursor: pointer;
    position: relative;
}

.btn__blue:hover {
    opacity: 0.8;
}

.btn__blue::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(./img/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 17px;
    left: 83%;
}

.btn__blue::before {
    content: "";
    position: absolute;
    top: -34%;
    right: 15px;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    background: url(./img/apartment-icn.png) no-repeat center/contain;
}

.btn__blue--noicn {
    display: block;
    margin: 10px auto 30px;
    border-radius: 5px;
    background: #237ad4;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    padding: 12px 82px;
    cursor: pointer;
    position: relative;
}

.btn__blue--noicn:hover {
    opacity: 0.8;
}

.btn__blue--noicn::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(./img/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 17px;
    left: 83%;
}


/* =================
header PC
===================*/
@media screen and (min-width: 769px) {

   .header {
    position: fixed;
    max-width: 0 auto;
    top: 0;
    left: 0;
    height: 60px;
    background-color: #237ad4;
    }

    .menu-btn {
        display: none;
    }

    .header__link {
        color: #fff;
        font-family: "BIZ UDPGothic";
    }

    .top__pc {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .top__content {
        margin: 60px auto;
    }

    .main__catch {
        text-align: center;
        position: absolute;
        top: 224px;
        left: 10%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 13px 11px;
        border-radius: 5px;
    }

    .top__side {
        display: block;
        width: 33%;
        height: 100vh;
        object-fit: contain;
        padding-bottom: 200px;
        position: fixed;
        top: 60px;
        left: 0;
        background-color: rgba(96, 191, 255, 0.14);
    }

    .nav {
        transform: none;
        width: 33%;
        height: 100%;
        position: fixed;
        top: 60px;
        left: 70%;
    }

}

.content {
    width: 375px;
    border: 1px solid #ded2d2;
    padding: 30px 30px 60px;
    margin-top: 50px;
}

.title__wrapper{
    position: relative;
    display: block;
    padding: 5px 10px;
    margin: -1px;
}

.title__wrapper::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(./img/title-blue.png) no-repeat left/cover;
    z-index:-1;
}

.title__ttl {
    font-family: "BIZ UDPGothic";
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px 30px;
}

.content1__txt {
    margin: 35px 10px 35px 0px;
    padding-left: 32px;
    width: 288px;
    position: relative;
}

.content1__txt::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(./img/check.svg) no-repeat center center / contain;
}

.txt__info {
    text-align: center;
}

.img__box {
    display: block;
    margin: 20px auto;
}

.content__txt1 {
	margin: 40px 20px 60px 20px;
    line-height: 160%;
}

.content__prf {
    width: 375px;
    padding: 30px 30px 40px;
    margin-top: 50px;
    background-color: rgba(96, 191, 255, 0.14);
}

#custamer {
    background-color: rgba(96, 191, 255, 0.14);
}

.custamer__box {
    display: flex;
}

.custamer__name {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 20px 0;
}

.custamer__txt {
    margin: 20px 20px 40px 20px;
    line-height: 160%;
    background-color: #FFFFFF;
    border-radius: 5%;
    padding: 15px;
    position: relative;
}

.custamer__txt::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 4px;
    border-width: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 14px solid #FFFFFF;
    border-top: 0;
    transform: rotate(270deg);
}

.prf__pht {
    width: 257px;
    margin: 30px;
    border-radius: 17px;
    background: url(./img/profile-pht.png) no-repeat center / cover;
}

.content4 {
    width: 375px;
    border: 1px solid #ded2d2;
    padding: 30px 30px 170px;
    margin-top: 50px;
}

.content4__thumb {
    margin-top: 40px;
    display: flex;
}

.content4__txt {
    width: 180px;
    height: 120px;
    background-color: rgba(96, 191, 255, 0.14);
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.content4__txt::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 169px;
    border-width: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 14px solid rgba(96, 191, 255, 0.14);
    border-top: 0;
    transform: rotate(355deg);
}

.content4__txt2 {
    width: 180px;
    height: 120px;
    background-color: rgba(247, 138, 29, 0.20);
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.content4__txt2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 168px;
    border-width: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 14px solid rgba(247, 138, 29, 0.20);
    border-top: 0;
    transform: rotate(-7deg);
}

.content4__img {
    width: 86px;
    margin: 10px;
}

@media screen and (min-width: 769px) {
    .content,
    .content__prf,
    .content4,
    .content2_2,
    .content__qa
     {
        margin: 40px auto 0;
    }
}

.footer__g {
    max-width: 375px;
    width: 100%;
    margin: 50px auto 20px;
    background-color: #237ad4;
    padding: 20px 5%;
}

.footer__top {
	
}

.footer__ttl {
    margin-top: 30px;
    color: #FFF;
}

.footer__address {
    font-family: "Noto Sans JP";
    text-align: left;
    color: #FFF;
    margin: 20px 0;
}

.footer__add {
    margin: 20px 0 0 30px;
}

.menu__item {
    font-family: "BIZ UDPGothic";
    font-style: bold;
    font-size: 18px;
    color: #FFF;
    text-align: right;
    margin-top: 20px;
}

.copy {
    margin: 40px auto 0;
    display: block;
    color: #FFF;
}

blockquote {
    font-style: oblique;
    font-size: 14px;
    border: 1px solid #ded2d2;
    padding: 10px;
}

.content2_2 {
    width: 375px;
    border: 1px solid #ded2d2;
    padding: 30px 30px 170px;
    margin-top: 50px;
}

.content__qa {
    width: 375px;
    padding: 30px 30px 170px;
    margin-top: 50px;
    background-color: rgba(96, 191, 255, 0.14);
}

.qa__txtq {
    margin: 40px 30px 0 30px;
    font-size: 18px;
    border-top: 2px solid #237ad4;
}

.qa__txta {
    margin: 20px 30px 10px 30px;
    line-height: 160%;
}

.qa__txta--last {
    margin: 20px 30px 70px 30px;
    line-height: 160%;
}

.qa__txta-4 {
    margin: 20px 30px 0 30px;
    line-height: 160%;
}

.more-text {
  display: none;
}

.more-text.is-open {
  display: inline;
}

.more-btn {
  border: none;
  background: transparent;
  color: #5b7fbf;
  cursor: pointer;
}

.thumb {
  padding: 16px;
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.modal:target {
  opacity: 1;
  visibility: visible;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-sizing: border-box;
}

.modal__img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  height: auto;
}

.modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.prf__icn {
    display: block;
    margin: 30px auto;
}

.content__info {
    width: 375px;
    border: 15px solid rgba(96, 191, 255, 0.14);
    padding: 30px 25px 60px;
    margin: 50px auto 0;
}

.info__ttl {
    margin-top: 50px;
    font-size: 18px;
    font-family: "BIZ UDPGothic";
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #237ad4;
}

.info__box1 {
    margin: 45px 0;
    background-color: rgba(96, 191, 255, 0.14);
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.info__box2 {
    background-color: rgba(96, 191, 255, 0.14);
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.info__txt1 {
    margin: 0 160px 0 0;
    font-weight: 700;
    font-size: 18px;
}

.info__txt2 {
	text-align: center;
    background-color: rgba(96, 191, 255, 0.3);
    border-bottom: 3px solid rgba(135, 207, 255, 0.3);
    border-radius: 5px 5px 0 0;
}

.info__txt3 {
    margin: 20px;
    font-size: 18px;
    font-weight: 500;
	text-align: center;
    border-bottom: 1px solid;
}

.info__txt4 {
    margin: 20px;
}

.info__txt4-2 {
    margin: 14px;
}

.info__txt5 {
    text-align: right;
    font-size: 16px;
}

.info__txt6 {
    margin: 20px;
}

.info__txt7 {
    margin: 20px;
    text-align: center;
    font-size: 18px;
}

strong {
    font-size: 20px;
    background: linear-gradient(transparent 35%, rgba(96, 191, 255, 0.3) 100%);
}

.info__box3 {
    background-color: rgba(253, 232, 210, 0.60);
    border-radius: 5px;
    text-align: center;
    padding: 10px 0 20px 0px;
    margin-top: 80px;
}

.info__txt2-2 {
    background-color: rgba(253, 232, 210, 0.80);
    border-bottom: 3px solid rgba(253, 232, 210, 0.60);
    border-radius: 5px 5px 0 0;
    font-size: 18px;
}

.info__txt3-2 {
    margin: 30px 20px;
    font-size: 16px;
    border-bottom: 1px solid #3C3737;
}


.form {
    width: 375px;
    border: 1px solid #ded2d2;
    padding: 30px 30px 60px;
    margin: 50px auto;
}

.title__wrapper--mail {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin: 10px;
}

.title__wrapper--mail::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(./img/title-blue.png) no-repeat left/cover;
    z-index:-1;
}

.title__wrapper--mail::before {
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 40px;
    background-image: url(./img/mail-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    left: 64%;
}

.wpcf7 input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  margin-right: 8px;
}


.form__send  {
    display: block;
    border-radius: 5px;
    background: #237ad4;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    padding: 12px 130px;
    cursor: pointer;
    position: relative;
}

.form__send:hover {
    opacity: 0.8;
}

.form__send::after {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 10px;
    background-image: url(./img/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 23px;
    left: 78%;
}

.form__send::before {
    position: absolute;
    display: block;
    content: "";
    width: 90px;
    height: 40px;
    background-image: url(./img/town-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -34px;
    left: 69%;
}

.form__text {
    text-align: left;
    display: block;
    margin: 30px auto 0 30px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    color: #3C3737;
}

.img__box--mail {
    display: block;
    top: 50px;
    left: 4%;
}

.form__user {
    width: 265px;
    height: 30px;
    background-color: rgba(135, 207, 255, 0.3);
    margin: 20px 0;
}

.form__txt {
    width: 265px;
    height: 200px;
    background-color: rgba(135, 207, 255, 0.3);
    margin: 40px 0;
}

.content__blog {
    width: 375px;
    padding: 30px 10px 60px;
    margin: 50px auto;
    background-color: rgba(96, 191, 255, 0.14);
}

.title__wrapper--blog{
    position: relative;
    display: block;
    padding: 5px 10px;
    margin: 10px;
}

.title__wrapper--blog::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(./img/title-blue.png) no-repeat left/cover;
    z-index:-1;
}

.title__wrapper--blog::before{
    content:"";
    position:absolute;
    top:-2px;
    left:0;
    width:100%;
    height:100%;
    background:url(./img/title-blue.png) no-repeat left/cover;
    transform: rotate(180deg);
    z-index:-1;
}

.title__ttl--blog {
    font-family: "BIZ UDPGothic";
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px 35px;
}

.blog__outline {
    display: ruby-text;
}

.blog__card {
    margin: 30px 10px;
    border: 1px solid #ded2d2;
    background-color: #FFFFFF;
    padding: 10px;
}

.blog__card-1 {
    margin: 50px 15px;
    border: 1px solid #ded2d2;
    background-color: #FFFFFF;
    padding: 20px;
}

.blog__img {
    display: block;
    width: 180px;
}

time {
    display: block;
    margin: 0 20px;
}

.blog__title {
    font-family: "BIZ UDPGothic";
    font-weight: 700;
    display: block;
    margin: 20px 0 20px 5px;
    width: 126px;
}

.blog__title-1 {
    font-family: "BIZ UDPGothic";
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 10px 30px 40px;
    border-bottom: 1px solid #237ad4;
}

.blog__img-1 {
    display: block;
    margin: 0 auto;
    width: 250px;
	height: auto;
}

.blog__txt,
.blog__txt-1 {
    font-size: 16px;
    display: block;
    margin: 20px;
}

.blog__txt small {
    display: block;
    text-align: right;
}

.blog__category {
    background-color: #FFFFFF;
    position: relative;
    display: block;
	position: relative;
}

.blog__category::after {
    content: "";
    position: absolute;
	pointer-events: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(./img/category.png) no-repeat left/cover;
}

.blog__category {
    width: 270px;
    height: 290px;
    background-color: #FFFFFF;
    margin: 45px auto;
}

.ttl__category {
    font-family: "BIZ UDPGothic";
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 15px 18px 5px 62px;
    border-bottom: 1px solid rgba(135, 207, 255, 0.3);
}

.blog__category li {
    margin: 20px 50px;
	z-index: 10;
}

.notfound {
    font-size: 20px;
    font-weight: 700;
    font-family: "BIZ UDPGothic";
    text-align: center;
    margin: 50px 0 0;
}

.notfound__txt {
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    margin: 50px 0 0;
}

.recent-posts {
  margin-top: 15px;
}

.recent-posts__item {
	margin-bottom: 12px;
}

.recent-posts__link {
  	display: block;
  	text-decoration: none;
  	color: #333;
	z-index: 10;
}

.recent-posts__date {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
	z-index: 10;
}

.recent-posts__title {
  display: block;
  font-size: 14px;
  line-height: 1.6;
	z-index: 10;
}