@charset "utf-8";/* ディスプレイサイズ750以下　*/
@media screen and (max-width:750px) {
/* base style */
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  text-align: center;

}

body { 
}

a {
  color: #222;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  text-align:center;
}
h1 {
	font-size:16px;
	font-weight: normal;
}
h2 {
	font-size:14px;
	font-weight: normal;
}

/* contentクラス */

.content {
  box-shadow: 0 0 3px #aaa;
}

.content p {
  padding: 10px;
}

.content img {
  width: 100%;
}

aside {
  padding: 10px;
}

/* header */
#header {
	height: 200px;
	font-size: 10pt;
	font-family: ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
	text-align: left;
    background-image:	none;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.head_logo {
	display: none;
}
.head_logo_sp {
	text-align: center;
}
.head_text {
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	color: #604c3f;
	margin-bottom: 10px;
}

/* Flexbox メインレイアウト */

#main {
	width: 95%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#sub {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.menu_1 {
	height:25px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top:20px;
	text-align: center;
	color: #afd08b;
	background-image:	url(../images/index2/menu_01.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.menu_2 {
	height:25px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top:20px;
	text-align: center;
	color: #a58e74;
	background-image:	url(../images/index2/menu_02.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.menu_3 {
	height:25px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top:20px;
	text-align: center;
	color: #3291b2;
	background-image:	url(../images/index2/menu_03.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.menu_4 {
	height:25px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top:20px;
	text-align: center;
	color: #83715e;
	background-image:	url(../images/index2/menu_04.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.service {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: center;  /* 中央揃え */
}

.service .content {
  width: calc(80% - 10px);
  margin: 5px;
  text-align: center;
  background-color: #e3efd1;
}

/* news */
.news {
	margin: 30px;
}

.news_2 {
	width: 80%;
	high: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a38b77; 
	text-align:left;
}

/* 運営サイト＆facebook */
.fb {
	display: flex;
	flex-wrap: wrap;
	width:90%;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	justify-content: center;  /* 中央揃え */
}
.fb .content {
	width: 100px;
	margin: 10px;
	text-align: center;
	color: #604c3f;
	background-color: #e3efd1;
}
.fb .site {
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: left;
	color: #604c3f;
	background-color: #e3efd1;
	box-shadow: 0 0 3px #aaa;
}
/* lank */
.lank {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	justify-content: center;  /* 中央揃え */
}
.lank_2 {
	width: 90%;
	high: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a38b77;
	text-align: left;
}

.lank_l {
	high: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* footer */
.end {
	height:100px;
	background-image:	url(../images/index2/footer_97.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer {
	height: auto;
	padding-top:15px;
	font-size: 10pt;
	font-family: ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
	color: #666;
	background-color: #e7f4fa;
	text-align:center;
}

.foot_logo {
	text-align: center;
}

.foot_text {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #604c3f
}

.sitemap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: center;  /* 中央揃え */
}

.sitemap .company {
  width: calc(80% - 10px);
  margin: 5px;
  text-align: left;
}

.sitemap .site {
  width: calc(80% - 10px);
  margin: 5px;
  text-align: left;
}
.head_logo_sp{
	display:block;
}
}