@charset "UTF-8";
/*↓↓↓　index　↓↓↓*/
#home {
	background-image: url(../images/main-bg.jpg);
	background-size: cover;
	background-position: center top;
	min-height: 100vh;
}
#home p {
	text-align: right;
	font-family: "Bradley Hand ITC",'Philosopher', serif;
	color: white;
	text-shadow: 3px 3px 3px black;
}
h1 {
	font-size: 3.5rem;
	font-family: "Bradley Hand ITC",'Philosopher', serif;
	text-align: center;
	text-shadow: 2px 2px 2px white;
}
#home h2 {
	font-size: 1.8rem;
	line-height: 1.2;
	color: white;
	font-family: 'Philosopher', serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px black;
	font-weight: normal;
	margin: 10px 20px 20px 30px ;
}
#home h3 {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home h3 img {
	width: 200px;
}
.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 0 auto;
  margin-bottom: 50px;
}
.item {
	margin-bottom: 20px;
}
.btn:hover{/*ホバーしたとき*/
  opacity: 0.5;/*不透明度を70%に*/
  cursor: pointer;/*マウスカードルを手のアイコンに*/
}
/*↑↑↑　index　↑↑↑*/

/*↓↓↓　共通　↓↓↓*/
html {
    font-size: 100%;
}
body{
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 1.7;
    color: #432;
}
h2 {
	font-size: 1.5rem;
	line-height: 0;
	color: white;
	font-family: 'Philosopher', serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px black;
	font-weight: normal;
	margin: 10px 20px 20px 0 ;	
}
h3 {
	font-family: "Bradley Hand ITC",'Philosopher', serif;
	font-size: 2.5rem;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
h4 {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.2rem;
	line-height: 2;
	text-align: left;
}
a {
  text-decoration: none;
	color: #000000;
}
a:hover {
	color: orange;
}
img {
    max-width: 300px;
}
.img2 {
	  width: 250px;
}

#news {
  background-image: url(../images/news-bg.jpg);
  height: 350px;
	background-size: cover;
  background-position: right top;
}
#news p {
	text-align: right;
	font-family: "Bradley Hand ITC","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: dimgrey;
	text-shadow: 1px 1px 1px white;
	font-size: 20px;
	
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2%;
		text-align: center;
}
.page-header {
    display: flex;
    justify-content: space-between;
		margin: 0 auto;
		padding: 0;
}
.logo {
	width: 300px;
	height: auto;
	margin-top: 20px;
}
.main-nav {
	display: flex;
	font-family: "Times New Roman";
	font-size: 1.75rem;
	list-style: none;
	padding: 20px 20px 0 0;
}
.main-nav li {
  margin-left: 25px;
}
.main-nav a {
  color: black;
	text-shadow: 2px 2px 2px white;
}
.main-nav a:hover {
  color: white;
	text-shadow: 2px 2px 2px gray;
}
.page-title {
    text-align: left;
		font-size: 2.0rem;
		line-height: 1.5;
		color: dimgray;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		text-transform: uppercase;
		text-shadow: 2px 2px 2px white;
		font-weight: normal;

		margin: 0 20px 0px 0px ;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.flex-consul {
	max-width: 830px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
article {
    width: 74%;
		margin-bottom: 50px;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
		margin-top: 1rem;
}
/* index contact 以外 */
.consul1 {
	width: 460px;
	list-style-type:none;
}
.consul1 p {
	text-align: left;
}
.consul1 li {
	text-align: left;
	font-size: 120%;
	color: brown;
	font-weight: bold;
	background:linear-gradient(transparent 70%, #f39800 0%);
}
/*↑↑↑　共通　↑↑↑*/

/*↓↓↓ aside ↓↓↓*/
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
		text-align: left;
}
.sub-menu a:hover {
    color: blue;
}
aside p {
    padding: 12px 10px;
		text-align: left
}
.sub-title {
		margin-top: 30px;
		margin-bottom: 10px;
    font-size: 1.5rem;
    border-bottom: 2px #000000 solid;
}
.sub-title a {
		color: #432;
}
.sub-title a:hover {
		color: orange;
		text-shadow: 2px 2px 2px black;
}
/*↑↑↑ aside ↑↑↑*/

/*↓↓↓ footer ↓↓↓*/
footer {
    background: #432;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}
/*↑↑↑ footer ↑↑↑*/

/*↓↓↓ contact ↓↓↓*/
#contact {
  background-image: url(../images/contact3.jpg);
  height: 350px;
	background-size: cover;
  background-position: right up;
}
#contact p {
	text-align: right;
	font-family: "Bradley Hand ITC","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: black;
	text-shadow: 1px 1px 1px white;
	font-size: 20px;
}
.contact {
 max-width: 700px;
 margin: 50px auto;
 padding: 2%;
 text-align: left;
}
.contact-article {
  width: 100%;
	margin-bottom: 50px;
}
.contact p {
		margin: 10px;
}
.phone {
	text-align: center;
	font-size: 50px;
	font-family: cursive;
	text-decoration: none;
	color: red;
}
.Address {
	text-align: center;
	font-size: 30px;	
	text-decoration: none;
	color: red;
	margin-bottom: 80px;
}
iframe {
    width: 100%;
}
/*↑↑↑ contact ↑↑↑*/


.center {
	text-align: center;
}

/*↓↓↓　aboutus　↓↓↓*/
.flex-aboutme {
	max-width: 650px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
.aboutme1 {
	width: 100px;
	text-align: left;
}
.aboutme2 {
	width: 500px;
}
.aboutme3 {
	width: 500px;
	text-align: left;
}
.careea1 {
	width: 320px;
	text-align: left;
	line-height: 1.3;
}
.careea2 {
	width: 450px;
	text-align: left;
	line-height: 1.3;
}
/*↑↑↑　aboutus　↑↑↑*/

/*↓↓↓　rycom　↓↓↓*/
#rycom {
  background-image: url(../images/contact3.jpg);
  height: 350px;
	background-size: cover;
  background-position: right up;
}
#rycom p {
	text-align: right;
	font-family: "Bradley Hand ITC","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: black;
	text-shadow: 1px 1px 1px white;
	font-size: 20px;
}
.img2 {
    max-width: 400px;
}
.rycom1 {
		width: 400px;
}
.rycom2 {
		width: 300px;
		text-align: left;
}
/*↑↑↑　rycom　↑↑↑*/

/*↓↓↓　housing-news　↓↓↓*/
#housing-news {
  background-image: url(../images/news.jpg);
  height: 350px;
	background-size: cover;
  background-position: left bottom;
}
#housing-news p {
	text-align: right;
	font-family: "Bradley Hand ITC","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: black;
	text-shadow: 1px 1px 1px white;
	font-size: 20px;
}
/*↑↑↑　housing-news　↑↑↑*/

/*↓↓↓　トップへ戻るボタン　↓↓↓*/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/*↑↑↑　トップへ戻るボタン　↑↑↑*/

/*↓↓↓　fonts　↓↓↓*/
@font-face {
		font-family: "Bradley Hand ITC";
		src: url(../fonts/bradley-hand-itc.ttf) format('truetype');
}
/*↑↑↑　fonts　↑↑↑*/

/*↓↓↓ モバイル版　↓↓↓*/
@media (max-width: 600px) {
    .page-title {
        font-size: 1.3rem;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }
		#home h1 {
				font-size: 2.5rem;
		}
		h2 {
				font-size: 1.3rem;
		}
		h3 {
				font-size: 2rem;
		}

    /* HEADER */
    .main-nav {
        font-size: 1.1rem;
        margin-top: 0;
    }
    .main-nav li {
        margin: 0 7px 0 7px;
    }	

    /* HOME */
    .home-content {
        margin-top: 20%;
    }

    /* NEWS */
    .news-contents {
        flex-direction: column;
    }
    #news .page-title {
        margin-top: 30px;
    }
    article,
    aside {
        width: 100%;
    }
    aside {
        margin-top: 60px;
    } 
	
    /* MENU */
    .menu-content {
        margin-top: 0;
    }
		#home h2 {
				font-size: 1.3rem;
				line-height: 1.2;
				color: white;
				font-family: 'Philosopher', serif;
				text-transform: uppercase;
				text-shadow: 2px 2px 2px black;
				font-weight: normal;
				margin: 10px 20px 10px 30px ;
		}
		.flex-consal {
				max-width: 500px;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 20px;
				margin: 0 auto;
				padding: 0 auto;
		}
		.careea1 {
				width: 400px;
				text-align: left;
		}
		.careea2 {
				width: 400px;
				text-align: left;
		}
		.aboutme3 {
				text-align: left;
				text-indent: 0em;
		}
}
/*↑↑↑　モバイル版　↑↑↑*/