@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 1181px){
	

	
/* 共通 */

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 16px;
	transform: rotate(0.03deg); 
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	}
.img-shadow-radius {
    -webkit-box-shadow: 1px 1px 2px 1px #D4D4D4;
    box-shadow: 1px 1px 2px 1px #D4D4D4;
	border-radius: 5px;
}
.clear-both {
	clear: both;	
}	
	
.contents-wrap {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 180%;
}
.text-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.text-wrap02 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
    background-color: #FDF4F4;
    border-bottom: 3px solid #FFC3C4;
}
.text-right {
	text-align: right;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 2px skyblue;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	margin-top: 40px;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #ffc778;
  bottom: -2px;
  width: 15%;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    margin-top: 30px;
    border-left: 5px solid #FFB6B7;
    background-color: #FFF3F4;
    padding-top: 3px;
    padding-bottom: 4px;
	padding-left: 10px;
}
.h3-date {
	font-size: 14px;
	color: #8F8F8F;
	}
h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #F1F1F1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-radius: 5px;
    border-bottom: 2px solid #DDDDDD;
	margin-left: -10px;
	margin-right: -10px;
	}
a:link {
    color: #003B96;
	}
a:visited {
	color: #003B96;
	}
a:hover {
    color: #005EEF;
	}
.line01 {
    border-top: 1px solid #E0E0E0;
    margin-bottom: 0px;
    border-bottom: 1px none #FFFFFF;
	}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display:block;
	}
.img-float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.text-b {
	font-weight: bold;
	}
.color-red {
    color: #FF0004;
	}
.text-center {
	text-align: center;
	}
.text-keiko-pink {
    background:linear-gradient(transparent 60%, #FFCCFF 60%);
}
.back-white {
	background-color: #FFFFFF;
	}
.text-pickup01 {
    background-color: #885D00;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 15px;
    color: #FFFFFF;
    border-radius: 30px;	
	}
.pc-none {
	display: none;
	}
/* ヘッダー */
.title {
	padding-left: 4%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;
}
h1 {
    float: right;
    margin-right: 5%;
    font-size: 15px;
    color: #666666;
    margin-top: 0px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
    box-shadow: 1px 1px 1px 0px #CCCCCC;
    padding-bottom: 8px;
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: #F7F7F7;
	font-weight: 300;
}
	
/* ヘッダー　メニュー */
#menu{
  display: flex;
	justify-content: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 180%;
	z-index: 200;
}
#menu li{
	position: relative;
	font-size: 17px;
    list-style-type: none;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	padding-left: 12px;
    padding-right: 12px;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 13px 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 150%;
  left: 0;
  margin: 0;
    padding: 0;
	z-index: 100;
}

#menu li ul li{
    overflow: hidden;
    width: 150px;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    text-align: left;
    margin-left: -30px;
    background-color: #F4F4F4;
    border-radius: 5px;
}
#menu li ul li a{
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 3px solid #fff;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu li ul li::after {
	content: "";
}
#menu li::after {
	content: url(/etc/fuyou/img/common/arrow01.png);
	position: absolute;
	top: 38px;
	left: 45%;
}
#menu li:last-child {
	border-right: 0px;
}
#menu li:hover {
	background-color: #EEEEEE;
	transition-duration: 500ms;
	border-radius: 8px;
}
#menu a:link {
	color: #333;
	text-decoration: none;
}
#menu a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 0px;
}	
.zdo_drawer_menu {
		display: none;
	}
	
	
/* フッター */
.copyright {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	}
	
/* テーブル */

table.table-design01 {
	border-collapse: collapse;
	width: 100%
	}
	
table.table-design01 td {
    border-bottom: 1px solid #AAAAAA;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px
	}
	
table.table-design02 {
	border-collapse: collapse;
	width: 40%;
	}
	
table.table-design02 td {
    border-bottom: 1px solid #AAAAAA;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
/* トップページ */

.index-banner-wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	}

/* トップページの新着情報 */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 80px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
/* トップページの新着情報と同じでリンク無し（芙蓉会についての沿革の所） */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item div{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px;
}
.news-list .item:first-child div{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 80px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
/* 伝言板 */
	
.dengon-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
    border-left: 3px solid #DBDBDB;
	}
	
	
/* 表 */

dl,
dt,
dd {
  box-sizing: border-box;
}
dl {
	background: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
dt,
dd {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #F3F7FB;
}
dt {
  width: 25%;
  float: left;
	
}
dd {
  background: #fff;
  margin-left: 25%;
  padding-bottom: 10px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
.form-botan {
	font-size: 20px;
	background-color: #4C8EBE;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	border: 0px none #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	}
.form-SS {
	width: 15%;
}
.form-S {
	width: 30%;
}
.form-M {
	width: 50%;	
}
.form-L {
	width: 70%;	
}
input {
	font-size: 18px;
	}
textarea {
	font-size: 18px;
	}
	

/* フォトギャラリー */

.photo-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
    background-color: #F1F1F1;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
	margin-bottom: 30px;
}

	
/* ボタン */
a.btn01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    color: #FF4D51;
    border: 2px solid #FF4D51;
    box-shadow: 3px 3px #FF4D51;
    transition: 0.3s ease-in-out;
    width: 200px;
    margin-top: 25px;
    background-color: #FFF7F7;
}
a.btn01:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #FF4D51;
}

a.btn02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    color: #FF4D51;
    border: 2px solid #FF4D51;
    box-shadow: 3px 3px #FF4D51;
    transition: 0.3s ease-in-out;
    margin-top: 25px;
    background-color: #FFF7F7;
}
a.btn02:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #FF4D51;
}
	
	
/*　リスト */
ul.list01 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.list01 li {
    margin-bottom: 10px;
     list-style:  none;
	}	
ul.list01 li:before{
	content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #F44336; 
    border-radius:  50%;
	position:  relative;
    top: -1px;
    margin-right: 10px; 
	}	
}























@media screen and (min-width:768px)and (max-width: 1180px) {
	
	
	
	
	
/* 共通 */

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 16px;
	transform: rotate(0.03deg); 
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	}
.img-shadow-radius {
    -webkit-box-shadow: 1px 1px 2px 1px #D4D4D4;
    box-shadow: 1px 1px 2px 1px #D4D4D4;
	border-radius: 5px;
}
.clear-both {
	clear: both;	
}	
	
.contents-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 180%;
}
.text-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.text-wrap02 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
    background-color: #FDF4F4;
    border-bottom: 3px solid #FFC3C4;
}
.text-right {
	text-align: right;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 2px skyblue;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	margin-top: 40px;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #ffc778;
  bottom: -2px;
  width: 15%;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    margin-top: 30px;
    border-left: 5px solid #FFB6B7;
    background-color: #FFF3F4;
    padding-top: 3px;
    padding-bottom: 4px;
	padding-left: 10px;
}
.h3-date {
	font-size: 14px;
	color: #8F8F8F;
	}
h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #F1F1F1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-radius: 5px;
    border-bottom: 2px solid #DDDDDD;
	margin-left: -10px;
	margin-right: -10px;
	}
a:link {
    color: #003B96;
	}
a:visited {
	color: #003B96;
	}
a:hover {
    color: #005EEF;
	}
.line01 {
    border-top: 1px solid #E0E0E0;
    margin-bottom: 0px;
    border-bottom: 1px none #FFFFFF;
	}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
.img-float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.text-b {
	font-weight: bold;
	}
.color-red {
    color: #FF0004;
	}
.text-center {
	text-align: center;
	}
.text-keiko-pink {
    background:linear-gradient(transparent 60%, #FFCCFF 60%);
}
.text-pickup01 {
    background-color: #885D00;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 15px;
    color: #FFFFFF;
    border-radius: 30px;	
	}
.back-white {
	background-color: #FFFFFF;
	}
.pc-none {
	display: none;
	}
/* ヘッダー */
.title {
	padding-left: 4%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;
}
h1 {
    float: right;
    margin-right: 5%;
    font-size: 15px;
    color: #666666;
    margin-top: 0px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
    box-shadow: 1px 1px 1px 0px #CCCCCC;
    padding-bottom: 8px;
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: #F7F7F7;
	font-weight: 300;
}
	
/* ヘッダー　メニュー */
#menu{
  display: flex;
	justify-content: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 180%;
}
#menu li{
	position: relative;
	font-size: 1.45vw;
    list-style-type: none;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	padding-left: 0.5vw;
    padding-right: 0.5vw;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 13px 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 150%;
  left: 0;
  margin: 0;
    padding: 0;
}

#menu li ul li{
    overflow: hidden;
    width: 150px;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    text-align: left;
    margin-left: -30px;
    background-color: #F4F4F4;
    border-radius: 5px;
}
#menu li ul li a{
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 3px solid #fff;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu li ul li::after {
	content: "";
}
#menu li::after {
	content: url(/etc/fuyou/img/common/arrow01.png);
	position: absolute;
	top: 38px;
	left: 45%;
}
#menu li:last-child {
	border-right: 0px;
}
#menu li:hover {
	background-color: #EEEEEE;
	transition-duration: 500ms;
	border-radius: 8px;
}
#menu a:link {
	color: #333;
	text-decoration: none;
}
#menu a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 0px;
}	
.zdo_drawer_menu {
		display: none;
	}
	
	
/* フッター */
.copyright {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	}
	
/* テーブル */

table.table-design01 {
	border-collapse: collapse;
	width: 100%
	}
	
table.table-design01 td {
    border-bottom: 1px solid #AAAAAA;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px
	}
table.table-design02 {
	border-collapse: collapse;
	width: 50%;
	}
	
table.table-design02 td {
    border-bottom: 1px solid #AAAAAA;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px
	}
/* トップページ */
.slide-img {
    -webkit-box-shadow: 1px 1px 2px 1px #D4D4D4;
    box-shadow: 1px 1px 2px 1px #D4D4D4;
	}
.index-banner-wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	}

/* トップページの新着情報 */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 80px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
/* トップページの新着情報と同じでリンク無し（芙蓉会についての沿革の所） */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item div{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px;
}
.news-list .item:first-child div{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 80px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
/* 伝言板 */
	
.dengon-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
    border-left: 3px solid #DBDBDB;
	}
	
	
/* 表 */

dl,
dt,
dd {
  box-sizing: border-box;
}
dl {
	background: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
dt,
dd {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #F3F7FB;
}
dt {
  width: 25%;
  float: left;
	
}
dd {
  background: #fff;
  margin-left: 25%;
  padding-bottom: 10px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
.form-botan {
	font-size: 20px;
	background-color: #4C8EBE;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	border: 0px none #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	}
.form-SS {
	width: 15%;
}
.form-S {
	width: 30%;
}
.form-M {
	width: 50%;	
}
.form-L {
	width: 70%;	
}
input {
	font-size: 18px;
	}
textarea {
	font-size: 18px;
	}
	
/* フォトギャラリー */

.photo-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
    background-color: #F1F1F1;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
	margin-bottom: 30px;
}
	
/* ボタン */
a.btn01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    color: #FF4D51;
    border: 2px solid #FF4D51;
    box-shadow: 3px 3px #FF4D51;
    transition: 0.3s ease-in-out;
    width: 200px;
    margin-top: 25px;
    background-color: #FFF7F7;
}
a.btn01:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #FF4D51;
}	
a.btn02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    color: #FF4D51;
    border: 2px solid #FF4D51;
    box-shadow: 3px 3px #FF4D51;
    transition: 0.3s ease-in-out;
    margin-top: 25px;
    background-color: #FFF7F7;
}
a.btn02:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #FF4D51;
}	
/*　リスト */
ul.list01 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.list01 li {
    margin-bottom: 10px;
     list-style:  none;
	}	
ul.list01 li:before{
	content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #F44336; 
    border-radius:  50%;
	position:  relative;
    top: -1px;
    margin-right: 10px; 
	}		
}











@media screen and (max-width: 767px){
	
	
	
/* 共通 */

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 16px;
	transform: rotate(0.03deg); 
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	}
.img-shadow-radius {
    -webkit-box-shadow: 1px 1px 2px 1px #D4D4D4;
    box-shadow: 1px 1px 2px 1px #D4D4D4;
	border-radius: 5px;
}
.clear-both {
	clear: both;	
}	
	
.contents-wrap {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 180%;
}
.text-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 1vw;
    margin-right: 1vw;
}
.text-wrap02 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 11px;
    padding-right: 2vw;
    padding-bottom: 10px;
    padding-left: 2vw;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
    background-color: #FDF4F4;
	border-bottom: 3px solid #FFC3C4;
}
.text-right {
	text-align: right;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 2px skyblue;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	margin-top: 40px;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #ffc778;
  bottom: -2px;
  width: 15%;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    margin-top: 30px;
    border-left: 5px solid #FFB6B7;
    background-color: #FFF3F4;
    padding-top: 3px;
    padding-bottom: 4px;
	padding-left: 10px;
}
.h3-date {
	font-size: 14px;
	color: #8F8F8F;
	}
h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #F1F1F1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-radius: 5px;
    border-bottom: 2px solid #DDDDDD;
	margin-left: -10px;
	margin-right: -10px;
	}
a:link {
    color: #003B96;
	}
a:visited {
	color: #003B96;
	}
a:hover {
    color: #005EEF;
	}
.line01 {
    border-top: 1px solid #E0E0E0;
    margin-bottom: 0px;
    border-bottom: 1px none #FFFFFF;
	}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
.img-float-right {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
	}
.text-b {
	font-weight: bold;
	}
.color-red {
    color: #FF0004;
	}
.text-center {
	text-align: center;
	}
.text-keiko-pink {
    background:linear-gradient(transparent 60%, #FFCCFF 60%);
}
.text-pickup01 {
    background-color: #885D00;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 15px;
    color: #FFFFFF;
    border-radius: 30px;	
	}
.back-white {
	background-color: #FFFFFF;
	}
.sma-none {
	display: none;
	}
/* ヘッダー */
.title {
	padding-left: 0%;
	padding-right: 20%;
	width: 60%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
h1 {
    float: none;
    margin-right: 2%;
	margin-left: 2%;
    font-size: 3vw;
    color: #666666;
    margin-top: 0px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 1px;
    -webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
    box-shadow: 1px 1px 1px 0px #CCCCCC;
    padding-bottom: 3px;
    padding-left: 1vw;
    padding-right: 1vw;
    background-color: #F7F7F7;
	font-weight: 300;
	text-align: center
}
	
/* ヘッダー　メニュー */
ul#menu {
	display: none;
}



	
/* フッター */
.copyright {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	}
	
/* テーブル */

table.table-design01 {
	border-collapse: collapse;
	width: 100%
	}
	
table.table-design01 td {
    border-bottom: 1px solid #AAAAAA;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px
	}
table.table-design02 {
	border-collapse: collapse;
	width: 100%;
	}
	
table.table-design02 td {
    border-bottom: 1px solid #AAAAAA;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px
	}
/* トップページ */
.slide-img {
    -webkit-box-shadow: 1px 1px 2px 1px #D4D4D4;
    box-shadow: 1px 1px 2px 1px #D4D4D4;
	}
.index-banner-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	width: 100%;
	}
.index-banner-wrap img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
/* ハンバーガーメニューはじまり */	

.zdo_drawer_button * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
	
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 4px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
	
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
	
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
	color: #666666;
}

.zdo_drawer_button .zdo_drawer_bar {
	background-color: #666666;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu {
	background-color: #000000;
}	
.zdo_drawer_menu .zdo_drawer_button {
	/*+++ Hamburger Button Position +++*/
	position: fixed;
	top: 45px;
	right: 32px;
	z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 90%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(770px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #F4F4F4;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 15px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 100px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 20px;
    list-style-type: none;
    text-align: center;
    border-bottom: 1px solid #B7B7B7;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    position: relative;
}
.zdo_drawer_nav li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 40px;
    background-color: #D92A92;
    position: absolute;
    top: 4px;
    left: 2px;
	}
ul.zdo_drawer_nav {
	justify-content: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}



ul.zdo_drawer_nav li:first-child {
	border-top: 1px solid #B7B7B7;
}
ul.zdo_drawer_nav a:link {
	text-decoration: none;
	color: #333333;
}
ul.zdo_drawer_nav a:visited {
	text-decoration: none;
	color: #333333;
}
ul.zdo_drawer_nav li:hover {
	text-shadow: 1px 1px 2px #ffffff;
	text-decoration: underline;
}

	
/* ハンバーガーメニューおわり */

	
	
	
/* トップページの新着情報 */	
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 5px 5px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 5px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
/* トップページの新着情報と同じでリンク無し（芙蓉会についての沿革の所） */	
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item div{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 5px 5px;
}
.news-list .item:first-child div{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 5px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
.news-list .item div{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
	
	
/* 伝言板 */
	
.dengon-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
	border-left: 3px solid #DBDBDB;
	}
	
	
/* 表 */

dl,
dt,
dd {
  box-sizing: border-box;
}
dl {
	background: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
dt,
dd {
  padding: 8px 10px 5px 10px;
  border-top: 2px solid #F3F7FB;
}
dt {
  width: 905;
  float: none;
	
}
dd {
  background: #fff;
  margin-left: 0%;
  padding-bottom: 10px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}


.form-SS {
	width: 30%;
}
.form-S {
	width: 60%;
}
.form-M {
	width: 70%;	
}
.form-L {
	width: 80%;	
}	
.form-botan {
	font-size: 20px;
	background-color: #4C8EBE;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	border: 0px none #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px
	}
input {
	font-size: 18px;
	}
textarea {
	font-size: 18px;
	}
	
	
/* フォトギャラリー */

.photo-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
    background-color: #F1F1F1;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #C0C0C0;
    box-shadow: 0px 0px 3px 0px #C0C0C0;
	margin-bottom: 30px;
}
	
/* ボタン */
a.btn01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    color: #FF4D51;
    border: 2px solid #FF4D51;
    box-shadow: 3px 3px #FF4D51;
    transition: 0.3s ease-in-out;
    margin-top: 25px;
    background-color: #FFF7F7;
}
a.btn01:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #FF4D51;
}
a.btn02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    color: #FF4D51;
    border: 2px solid #FF4D51;
    box-shadow: 3px 3px #FF4D51;
    transition: 0.3s ease-in-out;
    margin-top: 25px;
    background-color: #FFF7F7;
}
a.btn02:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #FF4D51;
}
	
/*　リスト */
ul.list01 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.list01 li {
    margin-bottom: 10px;
     list-style:  none;
	}	
ul.list01 li:before{
	content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #F44336; 
    border-radius:  50%;
	position:  relative;
    top: -1px;
    margin-right: 10px; 
	}	
}