@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}



/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
body {
	background: #FBF8EE;
}
#wrapper {
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header {
	background: #FBF8EE;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}
#header-inner {
  width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  padding: 10px 0;
  margin: auto;
}
#header-logo {
  width: 280px;
}
#gnav-pc {
	box-sizing: border-box;
	background: #FFF;
	width: 660px;
	border-radius: 100px;
}
#gnav-pc ul {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 30px;
}
#gnav-pc ul li.contact {
	background: #F06224;
	border-radius: 100px;
}
#gnav-pc ul li a {
	color: #000;
	display: block;
	padding: 17.5px 0;
}
#gnav-pc ul li.contact a {
	font-weight: 700;
	color: #FFF;
	padding: 17.5px 30px;
}
#top-mainimg {
	padding-top: 81.25px;
}
#page-mainimg {
	padding-top: 81.25px;
}
#page-mainimg .wrap {
	background: url("../image/page-mainimg.jpg") top center no-repeat;
	height: 350px;
	position: relative;
}
#page-mainimg .wrap h2 {
	width: 90%;
	font-size: 45px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
#top-sec01 {
	text-align: center;
	padding: 100px 0;
}
#top-sec01 h1 {
	font-size: 60px;
	font-weight: 900;
	color: #37921E;
	line-height: 1.2;
	margin-bottom: 60px;
}
#top-sec01 p {
	font-size: 20px;
	margin-bottom: 60px;
}
#top-sec01 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec02 {
	background: #FFF;
	padding: 100px 0;
}
#top-sec02 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec02 .flex .item {
	width: 500px;
	text-align: center;
	margin-bottom: 40px;
}
#top-sec02 .btn a {
	background: #37921E;
	width: 350px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	margin: 20px auto auto auto;
}
#top-sec03 {
	padding: 100px 0;
}
#top-sec03 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec03 .flex .item {
	width: 232px;
	text-align: center;
}
#top-sec04 {
	background: #FFF;
	padding: 100px 0;
}
#top-sec04 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec04 .flex .wrap {
	background: #FBF8EE;
	border-radius: 30px;
	padding: 50px;
}
#top-sec04 .flex .left {
	width: 500px;
}
#top-sec04 .flex .left .ttl {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#top-sec04 .flex .left .txt {
	font-size: 18px;
	margin-bottom: 20px;
}
#top-sec04 .flex .right {
	width: 500px;
}
#top-sec04 .flex .right .ttl {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#top-sec04 .flex .right .tel {
	margin-bottom: 50px;
}
#top-sec04 .flex .btn a {
	background: #37921E;
	width: 350px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 12px 0;
	margin: 20px auto auto auto;
}
#footer {
	text-align: center;
	padding: 40px 0 0 0;
}
#footer .logo {
	margin-bottom: 5px;
}
#footer .sns {
	width: max-content;
	display: flex;
	margin: auto auto 15px auto;
}
#footer .sns li {
	margin-right: 10px;
}
#footer .sns li:last-of-type {
	margin-right: 0;
}
#copyright {
	background: #37921E;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	margin-top: 40px;
}


/**************************************************
	活動内容
**************************************************/
#activity-sec01 {
	padding: 100px 0;
}
#activity-sec01 .block1 {
	background: #FFF;
	border-radius: 30px;
	padding: 50px;
	margin-bottom: 80px;
}
#activity-sec01 .block1 .ttl {
	font-size: 30px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	border-bottom: solid 1px #37921E;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#activity-sec01 .block1 .summary {
	text-align: center;
	margin-bottom: 30px;
}
#activity-sec01 .block1 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#activity-sec01 .block1 .flex .ttl2 {
	font-size: 22px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	margin-bottom: 15px;
}
#activity-sec01 .block1 .flex table {
	width: 100%;
	margin-bottom: 10px;
}
#activity-sec01 .block1 .flex table tr {
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
}
#activity-sec01 .block1 .flex table th {
	width: 70px;
	color: #37921E;
	text-align: center;
	vertical-align: top;
	padding: 12.5px 0;
}
#activity-sec01 .block1 .flex table td {
	padding: 12.5px 0;
}
#activity-sec01 .block1 .flex .note {
	font-size: 15px;
}
#activity-sec01 .block1 .flex .left {
	width: 470px;
}
#activity-sec01 .block1 .flex .center {
	background: #CCC;
	width: 1px;
}
#activity-sec01 .block1 .flex .right {
	width: 470px;
}
#activity-sec01 .block2 {
	display: flex;
	flex-wrap: wrap;
}
#activity-sec01 .block2 .item {
	background: #FFF;
	width: 520px;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 60px 80px 0;
}
#activity-sec01 .block2 .item:nth-of-type(2n) {
	margin-right: 0px;
}
#activity-sec01 .block2 .bg .photo {
	text-align: center;
}
#activity-sec01 .block2 .bg .cnt {
	padding: 30px;
}
#activity-sec01 .block2 .bg .cnt .ttl {
	font-size: 26px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
}
#activity-sec01 .block2 .bg .cnt .txt {
	margin-bottom: 30px;
}
#activity-sec01 .block2 .bg .cnt table {
	width: 100%;
	margin-bottom: 10px;
}
#activity-sec01 .block2 .bg .cnt table tr {
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}
#activity-sec01 .block2 .bg .cnt table tr th {
	width: 80px;
	color: #37921E;
	vertical-align: top;
	padding: 12.5px 0;
}
#activity-sec01 .block2 .bg .cnt table tr td {
	padding: 12.5px 0;
}
#activity-sec01 .block2 .bg .cnt .note {
	font-size: 15px;
	text-indent: -1em;
	padding-left: 1em;
}
#activity-sec01 .block2 .item.last {
	background: none;
	text-align: center;
}
#activity-sec01 .block2 .item.last .photo:first-of-type {
	margin-bottom: 60px;
}
#activity-sec01 .block3 {
	width: 950px;
	margin: auto;
}
#activity-sec01 .block3 .ttl {
	font-size: 24px;
	font-weight: 700;
	color: #37921E;
	line-height: 1.5;
	border-bottom: solid 1px #37921E;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#activity-sec01 .block3 li {
	text-indent: -1em;
	padding-left: 1em;
}
#activity-sec02 {
	background: #FAF0DA;
	padding: 100px 0;
}
#activity-sec02 .wrap {
	background: #FBF8EE;
	border-radius: 30px;
	padding: 20px 50px;
	margin-bottom: 80px;
}
#activity-sec02 .wrap table {
	width: 100%;
}
#activity-sec02 .wrap table tr:first-of-type {
	border-bottom: solid 1px #CCC;
}
#activity-sec02 .wrap table tr th {
	width: 15%;
	font-size: 18px;
	font-weight: 700;
	color: #37921E;
	text-align: left;
}
#activity-sec02 .wrap table tr td .ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
#activity-sec02 .wrap table tr td {
	padding: 30px 0;
}
#activity-sec02 .map {
	overflow: hidden;
	border-radius: 30px;
}


/**************************************************
	まるばひいらぎについて
**************************************************/
#about-sec01 {
	background: #FFF;
	padding: 100px 0;
}
#about-sec01 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about-sec01 .flex .left {
	width: 780px;
}
#about-sec01 .flex .left .name {
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
}
#about-sec01 .flex .right {
	width: 260px;
	text-align: center;
	margin-top: 220px;
}
#about-sec02 {
	padding: 100px 0 0 0;
}
#about-sec02 .block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#about-sec02 .block1 .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #37921E;
	border-bottom: solid 1px #37921E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#about-sec02 .block1 .left {
	width: 500px;
}
#about-sec02 .block1 .right {
	width: 500px;
}
#about-sec02 .block2 {
	width: 650px;
	margin: auto auto 60px auto;
}
#about-sec02 .block2 .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	border-bottom: solid 1px #37921E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#about-sec02 .block2 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: dotted 1px #999;
	padding: 10px;
}
#about-sec02 .block2 li .name {
	width: 85px;
}
#about-sec02 .block2 li .cnt {
	width: calc(100% - 100px);
}
#about-sec02 .block3 {
	width: 650px;
	margin: auto;
}
#about-sec02 .block3 .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	border-bottom: solid 1px #37921E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#about-sec02 .block3 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: dotted 1px #999;
	padding: 10px;
}
#about-sec02 .block3 li .name {
	width: 85px;
}
#about-sec02 .block3 li .cnt {
	width: calc(100% - 100px);
}
#about-sec03 {
	padding: 100px 0;
}
#about-sec03 .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px 50px 20px 50px;
}
#about-sec03 .wrap table {
	width: 100%;
	margin-bottom: 50px;
}
#about-sec03 .wrap table th {
	width: 25%;
	font-weight: 400;
	vertical-align: top;
	border-bottom: solid 1px #37921E;
	padding: 15px 0;
}
#about-sec03 .wrap table td {
	border-bottom: solid 1px #CCC;
	padding: 15px 0;
}
#about-sec03 .wrap .photo {
	display: flex;
	flex-wrap: wrap;
}
#about-sec03 .wrap .photo .item {
	width: 480px;
	text-align: center;
	margin: 0 40px 40px 0;
}
#about-sec03 .wrap .photo .item:nth-of-type(2n) {
	margin-right: 0;
}
#about-sec04 {
	background: #FFF;
	padding: 100px 0;
}
#about-sec04 .map {
	border-radius: 10px;
	overflow: hidden;
}


/**************************************************
	会員募集
**************************************************/
#member-sec01 {
	text-align: center;
	padding: 100px 0 0 0;
}
#member-sec01 h2 {
	font-size: 26px;
	font-weight: 700;
	color: #37921E;
	margin-bottom: 25px;
}
#member-sec01 p {
	font-size: 18px;
}
#member-sec02 {
	padding: 100px 0;
}
#member-sec02 .flex {
	display: flex;
	flex-wrap: wrap;
}
#member-sec02 .flex .item {
	box-sizing: border-box;
	background: #FAF0DA;
	width: 520px;
	border-radius: 15px;
	padding: 20px 20px 30px 20px;
	margin: 0 60px 40px 0;
}
#member-sec02 .flex .item:nth-of-type(2n) {
	margin-right: 0;
}
#member-sec02 .flex .item .ttl {
	font-size: 22px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	border-bottom: solid 1px #37921E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#member-sec03 {
	background: #FFF;
	padding: 100px 0;
}
#member-sec03 table {
	background: #FBF8EE;
	width: 100%;
}
#member-sec03 table th {
	background: #FAF0DA;
	width: 25%;
	font-size: 24px;
	color: #37921E;
	border-right: solid 1px #CCC;
}
#member-sec03 table td {
	padding: 15px;
}
#member-sec03 .table1 {
	margin-bottom: 40px;
}
#member-sec03 .table1 .ttl {
	font-size: 20px;
	font-weight: 700;
	color: #37921E;
}
#member-sec03 .table1 td {
	border-bottom: solid 1px #CCC;
}
#member-sec03 .table1 tr:last-of-type td {
	border-bottom: none;
}
#member-sec04 {
	padding: 100px 0 0 0;
}
#member-sec04 .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px;
}
#member-sec04 .summary {
	text-align: center;
	margin-bottom: 40px;
}
#member-sec04 table {
	width: 100%;
	margin-bottom: 40px;
}
#member-sec04 table th {
	box-sizing: border-box;
	width: 25%;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #37921E;
	border-bottom: solid 1px #37921E;
	padding: 18px 0;
}
#member-sec04 table .cnt {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #ccc;
	padding: 15px;
}
#member-sec04 table label {
	margin-right: 1em;
}
#member-sec04 .agree {
	text-align: center;
}
#member-sec04 .btn {
	text-align: center;
}
#member-sec04 .btn input {
	background: #37921E;
	width: 350px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 0;
	margin-top: 20px;
}
#member-sec04 .btn input.is-inactive {
	background: #CCC;
	cursor: no-drop;
}
table span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	border-radius: 5px;
	padding: 1px 4px;
	margin-right: 15px;
}
.hissu {
	background: #37921E;
}
.nini {
	background: #999;
}
.size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
}


/**************************************************
	お問い合わせ
**************************************************/
#contact-sec01 {
	padding: 100px 0 0 0;
}
#contact-sec01 .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px;
}
#contact-sec01 .summary {
	text-align: center;
	margin-bottom: 40px;
}
#contact-sec01 table {
	width: 100%;
	margin-bottom: 40px;
}
#contact-sec01 table th {
	box-sizing: border-box;
	width: 25%;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #37921E;
	border-bottom: solid 1px #37921E;
	padding: 18px 0;
}
#contact-sec01 table .cnt {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #ccc;
	padding: 15px;
}
#contact-sec01 .agree {
	text-align: center;
}
#contact-sec01 .btn {
	text-align: center;
}
#contact-sec01 .btn input {
	background: #37921E;
	width: 350px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 0;
	margin-top: 20px;
}
#contact-sec01 .btn input.is-inactive {
	background: #CCC;
	cursor: no-drop;
}
#thanks-sec01 {
	padding: 100px 0;
}
#thanks-sec01 .inner {
	max-width: 900px;
}
#thanks-sec01 .wrap {
	background: #FFF;
	text-align: center;
	border-radius: 30px;
	padding: 50px;
}
#thanks-sec01 .wrap .return a {
	background: #37921E;
	width: 350px;
	color: #FFF;
	display: block;
	border-radius: 5px;
	padding: 12px 0;
	margin: 40px auto auto auto;
}


/**************************************************
	プライバシーポリシー
**************************************************/
#privacy-sec01 {
	padding: 100px 0;
}
#privacy-sec01 .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px 80px;
}
#privacy-sec01 .wrap .summary {
	margin-bottom: 30px;
}
#privacy-sec01 .wrap .block {
	margin-bottom: 25px;
}
#privacy-sec01 .wrap .block .ttl {
	font-weight: 700;
	border-bottom: solid 1px #000;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}








/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
	font-size: 36px;
	font-weight: 700;
	color: #37921E;
	text-align: center;
	margin-bottom: 60px;
}
.sec-ttl001 span {
	border-bottom: dotted 5px #37921E;
	padding: 0 0.5em 5px;
}


/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media (max-width:1099px) {
  #mainContent,
  #sideContent{
    float:none;
    width:auto;
  }
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
  #header-sp {
    background: #FBF8EE;
    width: 100%;
    position: fixed;
    z-index: 9999;
		box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
    padding: 10px;
  }
  #header-sp .logo {
    width: 100%;
		max-width: 195px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
	
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
		margin: 10px auto auto auto;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #37921E;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/

	.slideBox {
		display: none;
	}
	.slideBox li {
		background: #FFF;
		text-align: center;
		border-top: dotted 1px #CCC;
		padding: 10px;
	}
	.slideBox a {
		color: #000;
		display:block;
	}
	
	
	#top-mainimg {
		padding-top: 61px;
	}
	#page-mainimg {
		padding-top: 61px;
	}
	#page-mainimg .wrap {
		height: 350px;
	}
	#page-mainimg .wrap h2 {
		font-size: 35px;
	}
	#top-sec01 {
		padding: 60px 0;
	}
	#top-sec01 h1 {
		font-size: 30px;
		line-height: 1.35;
		margin-bottom: 30px;
	}
	#top-sec01 p {
		font-size: 15px;
		text-align: left;
		margin-bottom: 20px;
	}
	#top-sec01 .item {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#top-sec02 {
		padding: 60px 0;
	}
	#top-sec02 .flex .item {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-sec02 .btn a {
		width: 100%;
	}
	#top-sec03 {
		padding: 60px 0;
	}
	#top-sec03 .flex .item {
		width: 100%;
		margin-bottom: 30px;
	}
	#top-sec03 .flex .item:last-of-type {
		margin-bottom: 0;
	}
	#top-sec04 {
		padding: 60px 0;
	}
	#top-sec04 .flex .wrap {
		border-radius: 15px;
		padding: 25px;
	}
	#top-sec04 .flex .left {
		width: 100%;
		margin-bottom: 50px;
	}
	#top-sec04 .flex .left .ttl {
		font-size: 22px;
	}
	#top-sec04 .flex .left .txt {
		font-size: 15px;
	}
	#top-sec04 .flex .right {
		width: 100%;
	}
	#top-sec04 .flex .right .ttl {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#top-sec04 .flex .right .tel {
		margin-bottom: 30px;
	}
	#top-sec04 .flex .btn a {
		width: 100%;
	}
	
	
	/**************************************************
		活動内容
	**************************************************/
	#activity-sec01 {
		padding: 60px 0;
	}
	#activity-sec01 .block1 {
		border-radius: 15px;
		padding: 20px;
		margin-bottom: 45px;
	}
	#activity-sec01 .block1 .ttl {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#activity-sec01 .block1 .summary {
		text-align: left;
	}
	#activity-sec01 .block1 .flex .ttl2 {
		margin-bottom: 10px;
	}
	#activity-sec01 .block1 .flex .note {
		font-size: 13px;
	}
	#activity-sec01 .block1 .flex .left {
		width: 100%;
	}
	#activity-sec01 .block1 .flex .center {
		width: 100%;
		height: 1px;
		margin: 30px 0;
	}
	#activity-sec01 .block1 .flex .right {
		width: 100%;
	}
	#activity-sec01 .block2 .item {
		width: 100%;
		border-radius: 15px;
		margin: 0 0 45px 0;
	}
	#activity-sec01 .block2 .bg .cnt {
		padding: 20px;
	}
	#activity-sec01 .block2 .bg .cnt .ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#activity-sec01 .block2 .bg .cnt .txt {
		margin-bottom: 20px;
	}
	#activity-sec01 .block2 .bg .cnt .note {
		font-size: 13px;
	}
	#activity-sec01 .block2 .item.last .photo:first-of-type {
		margin-bottom: 30px;
	}
	#activity-sec01 .block3 {
		width: 100%;
	}
	#activity-sec01 .block3 .ttl {
		font-size: 20px;
	}
	#activity-sec02 {
		padding: 60px 0;
	}
	#activity-sec02 .wrap {
		border-radius: 15px;
		padding: 20px;
		margin-bottom: 60px;
	}
	#activity-sec02 .wrap table tr th {
		width: 26%;
		font-size: 15px;
		text-align: center;
	}
	#activity-sec02 .wrap table tr td .ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#activity-sec02 .wrap table tr td {
		font-size: 13px;
		padding: 15px 0;
	}
	#activity-sec02 .map {
		border-radius: 15px;
	}
	
	
	/**************************************************
		まるばひいらぎについて
	**************************************************/
	#about-sec01 {
		padding: 60px 0;
	}
	#about-sec01 .flex .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#about-sec01 .flex .left .name {
		font-size: 15px;
	}
	#about-sec01 .flex .right {
		width: 100%;
		margin-top: auto;
	}
	#about-sec02 {
		padding: 60px 0 0 0;
	}
	#about-sec02 .block1 {
		margin-bottom: 40px;
	}
	#about-sec02 .block1 .ttl {
		font-size: 16px;
	}
	#about-sec02 .block1 .left {
		width: 100%;
		margin-bottom: 40px;
	}
	#about-sec02 .block1 .right {
		width: 100%;
	}
	#about-sec02 .block2 {
		width: 100%;
		margin: auto auto 40px auto;
	}
	#about-sec02 .block2 .ttl {
		font-size: 16px;
		text-align: left;
	}
	#about-sec02 .block3 {
		width: 100%;
	}
	#about-sec02 .block3 .ttl {
		font-size: 16px;
	}
	#about-sec03 {
		padding: 60px 0;
	}
	#about-sec03 .wrap {
		padding: 20px 20px 10px 20px;
	}
	#about-sec03 .wrap table {
		margin-bottom: 30px;
	}
	#about-sec03 .wrap table th {
		width: 30%;
	}
	#about-sec03 .wrap .photo .item {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#about-sec03 .wrap .photo .item:nth-of-type(2n) {
		margin-right: 0;
	}
	#about-sec04 {
		padding: 60px 0;
	}
	
	
	/**************************************************
		会員募集
	**************************************************/
	#member-sec01 {
		padding: 60px 0 0 0;
	}
	#member-sec01 h2 {
		font-size: 22px;
	}
	#member-sec01 p {
		font-size: 15px;
	}
	#member-sec02 {
		padding: 60px 0;
	}
	#member-sec02 .flex .item {
		width: 100%;
		padding: 20px;
		margin: 0 0 20px 0;
	}
	#member-sec02 .flex .item .ttl {
		font-size: 20px;
	}
	#member-sec03 {
		padding: 60px 0;
	}
	#member-sec03 table {
		width: 100%;
	}
	#member-sec03 table th {
		font-size: 15px;
	}
	#member-sec03 table td {
		padding: 15px 10px;
	}
	#member-sec03 .table1 .ttl {
		width: 20px;
		font-size: 15px;
	}
	#member-sec04 {
		padding: 60px 0 0 0;
	}
	#member-sec04 .wrap {
		padding: 30px 15px;
	}
	#member-sec04 .summary {
		margin-bottom: 20px;
	}
	#member-sec04 table {
		margin-bottom: 10px;
	}
	#member-sec04 table th {
		display: block;
		width: 100%;
		border-top: solid 1px #CCC;
		border-bottom: none;
		padding: 15px 0 10px 0;
	}	
	#member-sec04 table .cnt {
		width: 100%;
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 15px;
	}
	#member-sec04 .btn input {
		width: 100%;
		font-size: 15px;
	}
	
	
	/**************************************************
		お問い合わせ
	**************************************************/
	#contact-sec01 {
		padding: 60px 0 0 0;
	}
	#contact-sec01 .wrap {
		padding: 30px 15px;
	}
	#contact-sec01 .summary {
		text-align: left;
		margin-bottom: 20px;
	}
	#contact-sec01 table {
		margin-bottom: 10px;
	}
	#contact-sec01 table th {
		display: block;
		width: 100%;
		border-top: solid 1px #CCC;
		border-bottom: none;
		padding: 15px 0 10px 0;
	}
	#contact-sec01 table .cnt {
		width: 100%;
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 15px;
	}
	#contact-sec01 .btn input {
		width: 100%;
		font-size: 15px;
	}
	#thanks-sec01 {
		padding: 60px 0;
	}
	#thanks-sec01 .wrap {
		text-align: left;
		padding: 30px 20px;
	}
	#thanks-sec01 .wrap .return a {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	
	
	/**************************************************
		プライバシーポリシー
	**************************************************/
	#privacy-sec01 {
		padding: 60px 0;
	}
	#privacy-sec01 .wrap {
		border-radius: 15px;
		padding: 25px;
	}
	#privacy-sec01 .wrap .block {
		margin-bottom: 20px;
	}


  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.sec-ttl001 span {
		padding: 0 0 5px;
	}
}

/* スマートフォン 横 */
@media (max-width:640px) {

}

/* スマートフォン 縦 */
@media (max-width:480px) {

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media (min-width:480px) and ( max-width:979px) {
    
}