html {
  width:  100%;
  height: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

/*nav*/
/*PCのスタイル*/
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li a {
  color: #000;
  text-decoration: none;
}
#nav_toggle {
  display: none;
}
 
/*メニュー部分*/
@media screen and (max-width: 1099px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }
  nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 280px;
  }
  header nav ul {
    display: block;
    margin: 0 auto;
  }
  header nav ul li {
    background: #fff;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    padding-left: 35px;
  }
  header nav ul li:last-child {
    border: none;
    padding-bottom: 0;
  }
  header nav ul li:hover {
    background: #A0A0A0;
  }
  header nav ul li a {
    display: block; 
  }
  header nav ul li a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1100px) {
  #global_nav {
    margin-left: auto;
  }
  .clearfix {
    width: 140px!important;
  }
  nav {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  #global_nav {
    display: none;
  }
  .clearfix {
    margin-left: auto;
  }
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    background: #fff;
    width: 35px;
    height: 35px;
    position: relative;
    top: 15px;
    right: 15px;
    z-index: 100;
    padding: 10px 5px;
    margin-left: auto;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 0.75px;
    background: #000;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 6px;
  }
  #nav_toggle span:nth-child(3) {
    top: 12px;
  }
	
/*開閉ボタンopen時*/
  .open #nav_toggle {
    background: none;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (min-width: 1100px) {
  header {
    position: fixed;
    display: flex;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #7A6A56;
    width: 100%;
    height: 50px;
    padding: 0 30px;
  }
  #global_nav {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  #global_nav li {
    display: inline-block;
    margin-right: 10px;
    padding-top: 3px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
    width: 110px;
  }
  #global_nav li:last-of-type {
    margin-right: 0;
  }
  #global_nav li a {
    display: block;
    color: #7A6A56;
    font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid rgba(0,0,0,0); /* ADD */
  }
  #global_nav li a:hover {
    border-bottom: 3px solid #F2DEA4;
  }
}

/*----- 共通設定 -----*/
li {
  list-style: none;
}


.main-text {
  text-align: center;
}

h2 {
  text-align: center;
  color: #7A6A56;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  color: #7A6A56;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  text-align: center;
  color: #7A6A56;
  font-size: 20px;
  margin-top: 80px;
}
.details h4:first-child {
  margin-top: 50px;
}

.res-membership_fee-contents-inner p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}


/*----- 装飾系 -----*/
.box-w {
  position: relative;
  background: #fff;
  border: 2px solid #916D3D;
  max-width: 840px;
  margin: 50px auto 0;
  padding: 30px 20px;
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .box-w {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .box-w {
    margin: 60px auto 0;
    padding: 30px 40px;
  }
}

.box-g {
  display: block;
  font-size: 15px;
  background: #DAE9B3;
  border-radius: 13px;
  text-align: center;
  width: 72px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 10px;
  margin-right: 15px;
}

@media screen and (min-width: 640px) {
	.box-g {
		display: block;
		font-size: 15px;
		background: #DAE9B3;
		border-radius: 13px;
		text-align: center;
		width: 72px;
		font-weight: bold;
		white-space: nowrap;
		margin-right: 10px;
	}
}
.box-g100 {
	display: block;
	font-size: 15px;
	background: #DAE9B3;
	border-radius: 13px;
	text-align: center;
	width: 140px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0 10px;
	margin-right: 15px;
}
@media screen and (min-width: 640px) {
	.box-g100 {
		display: block;
		font-size: 15px;
		background: #DAE9B3;
		border-radius: 13px;
		text-align: center;
		width: 140px;
		font-weight: bold;
		white-space: nowrap;
		margin-right: 10px;
	}
}
@media screen and (min-width: 640px) {
  .box-g {
    font-size: 17px;
  }
}

.box-gr {
  background: #fff;
  padding: 6px 16px;
  margin-left: 56px;
}

.list-box {
  background: #F2DEA4;
  font-weight: bold;
  max-width: 580px;
  margin: 0 auto 30px;
  padding: 30px;
}
@media screen and (min-width: 640px) {
  .list-box {
    padding: 30px 50px;
  }
}

.sp-contents-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 290px;
  margin: 0 auto 80px;
}
.sp-contents-box img {
  float: left;
  margin-right: 10px;
}
.sp-contents-box div:nth-child(5) {
  margin-bottom: 15px;
}
/*
.sp-contnets-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 290px;
  margin: 0 auto;
}
.sp-inner-contents {
  margin-bottom: 15px;
}
.sp-inner-contents:last-child {
  margin: 0;
}
.sp-inner-contents img {
  float: left;
  margin-right: 10px;
}
.sp-inner-contents img:last-child {
  margin: 0;
}*/
.contents-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 410px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 885px) and (max-width: 1199px) {
  .contents-box {
    max-width: 830px;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 1200px) {
  .contents-box {
    max-width: 830px;
    margin: 0 auto 100px;
  }
}
.inner-contents {
  width: 410px;
  margin-bottom: 15px;
}
@media screen and (min-width: 885px) and (max-width: 1199px) {
  .inner-contents {
    margin: 0 10px 15px 0;
  }
}
@media screen and (min-width: 1200px) {
  .inner-contents {
    margin: 5px 10px 5px 0;
  }
}
.inner-contents:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .contents-box {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .sp-contents-box {
    display: none;
  }
}

.tape-l {
  position: absolute;
  top: -15px;
  left: -20px;
  background: url(img/decoration-res.png);
  width: 71px;
  height: 52px;
}
@media screen and (min-width: 640px) {
  .tape-l {
    position: absolute;
    top: -20px;
    left: -25px;
    background: url(img/decoration.png);
    width: 80px;
    height: 59px;
  }
}
.tape-r {
  position: absolute;
  bottom: -15px;
  right: -20px;
  background: url(img/decoration-res.png);
  width: 71px;
  height: 52px;
}
@media screen and (min-width: 640px) {
  .tape-r {
    position: absolute;
    bottom: -20px;
    right: -25px;
    background: url(img/decoration.png);
    width: 80px;
    height: 59px;
  }
}

.under-line-s {
  display: inline-block;
  background: linear-gradient(transparent 70%, #F2DEA4 0%);
  width: 250px;
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .under-line-s {
    display: inline-block;
    background: linear-gradient(transparent 70%, #F2DEA4 0%);
    width: 300px;
    margin-bottom: 25px;
  }
}

.under-line-l {
  display: inline-block;
  background: linear-gradient(transparent 70%, #F2DEA4 0%);
  width: 100%;
  margin-bottom: 30px;
}

.under-line-or {
  display: inline-block;
  background: linear-gradient(transparent 90%, #FE9200 0%);
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .under-line-or {
    display: inline-block;
    background: linear-gradient(transparent 90%, #FE9200 0%);
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .under-line-or {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .under-line-or {;
    margin-bottom: 5px;
  }
}

.title-border {
  display: flex;
  align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.title-border:before,
.title-border:after {
  border-top: 3px solid #F2DEA4;
  content: "";
  width: 165px;
}
.title-border:before {
  margin-right: 20px;
}
.title-border:after {
  margin-left: 20px;
}

#gallery-img {
  max-width: 237px;
  margin: 0 auto 50px;
}
#gallery-img img {
  float: left;
  width: 116px;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 434px) {
  #gallery-img img:nth-child(2n) {
    margin: 0 0 5px 0;
  }
  #gallery-img img:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 435px) and (max-width: 679px) {
  #gallery-img {
    max-width: 358px;
  }
  #gallery-img img {
    margin: 0 5px 5px 0;
  }
  #gallery-img img:nth-child(3n) {
    margin: 0 0 5px 0;
  }
}
@media screen and (min-width: 680px) and (max-width: 1199px) {
  #gallery-img {
    max-width: 600px;
  }
  #gallery-img img {
    margin-bottom: 0;
  }
  #gallery-img img:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  #gallery-img {
    max-width: 1040px;
  }
  #gallery-img img {
    width: 200px;
    margin: 0 10px 0 0;
  }
  #gallery-img img:last-of-type {
    margin: 0;
  }
}
.clear-both {
  clear: both;
}

.box-please {
  display: block;
	font-size: 15px;
	font-weight: bold;
  background: #F2DEA4;
  border-radius: 13px;
  text-align: center;
  width: 72px;
	padding: 0 10px;
	margin: 0 15px 55px;
}
@media screen and (max-width: 639px) {
	.box-please {
		white-space: nowrap;
		margin: 0 15px 110px;
	}
}
.circle {
  display: block;
  background: #FCCF56;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.list_page-link {
  width: 250px;
  margin: 0 auto;
}
.list_page-link a {
  display: inline-block;
  background: #969696;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
}
.list_page-link a:hover {
  background: #CACACA;
}

@media screen and (max-width: 679px) {
  .map {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 50%; 
    max-width: 600px;
    margin: 0 auto;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 300px;
  }
}
.map {
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
}
/*----------------*/
.main_visual {
	padding-top: 100px;
	text-align: center;
	max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .main_visual {
	padding: 20px 15px 0 15px;
  }
}
#list {
  padding: 0 15px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
  .main_visual {
    padding: 0 20px; 
	}
  section {
    padding: 50px 20px;
  }
  .contact_us {
    padding: 50px 20px 0;
  }
  #list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  section {
    padding: 80px 30px;
  }
  #list {
    padding: 0 30px;
  }
}
@media screen and (max-width: 639px) {
  #overview {
    margin-bottom: 50px;
  }
}
#contact_us-wrap {
	padding: 80px 30px 0 30px;
}

#donation p {
  text-align: center;
}

#list p,
#list li,
#list .under-line-or {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  #list p,
  #list li,
  #list .under-line-or {
    font-size: 17px;
  }
}

.content-title {
  margin-bottom: 30px;
}

.contact_us-inner {
  max-width: 260px;
  margin: 0 auto;
}

.reception_time {
  margin: 30px 0;
}

.reception_time dt {
  float: left;
  clear: left;
  width: 80px;
}

.reception_time dd {
  margin-left: 90px;
}

.bold {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.tel,
.mail {
  display: flex;
  flex-direction: column;
}
dd.tel a,
dt.mail a {
  color: #000;
  text-decoration: none;
}
dl.contact-tel-wrap {
  white-space: nowrap;
}
dl.contact-mail-wrap a:hover {
  color: #9E9E9F;
}
#ryoukin ul {
  display: flex;
  width: 380px;
  margin: 0 auto
}
#ryoukin li {
  margin-bottom: 20px;
}
.center-contents p {
  font-size: 15px;
  text-align: center;
}
.price {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
	.price {
		font-size: 20px;
		font-weight: bold;
	}
}
.yen {
  font-size: 16px;
}
.main-text {
	margin-bottom: 50px;
}

#donation p {
  margin-bottom: 30px;
}

.details dl {
  max-width: 460px;
  margin: 0 auto;
}

.question-contents {
  max-width: 550px;
  margin: 0 auto;
}

.question dl {
  margin-top: 30px;
}

.question-dd {
  font-weight: bold;
  margin-bottom: 10px;
}

.contact_info {
  display: flex;
  max-width: 310px;
  margin: 0 auto 30px;
}
.contact_info dl:first-child {
  margin-right: 30px;
}
@media screen and (min-width: 620px) {
  .contact_info dl:first-child {
    margin-right: 50px;
  }
}

.contact_info span {
  text-align: center;
}
/* ----- img -----*/
@media screen and (max-width: 639px) {
  .main-logo {
    background: url(img/main-logo-sp.png) center center / cover no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(233 / 530 * 100%);
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
  .main-logo {
    background: url(img/main-logo-res.png) center center / cover no-repeat;
    max-width: 598px;
    height: 263px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-logo {
    background: url(img/main-logo.png) center center / cover no-repeat;
    max-width: 748px;
    height: 329px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 639px) {
  .main-logo-2 {
    background: url(img/main-logo-2-sp.png) center center / cover no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(131 / 530 * 100%);
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
  .main-logo-2 {
    background: url(img/main-logo-2-res.png) center center / cover no-repeat;
    max-width: 598px;
    height: 148px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-logo-2 {
    background: url(img/main-logo-2.png) center center / cover no-repeat;
    max-width: 748px;
    height: 185px;
    margin: 0 auto;
  }
}

.listpage-logo {
  background: url(img/listpage-logo.png) center center / cover no-repeat;
  max-width: 714px;
  height: 189px;
  margin: 20px auto 50px;
}

.listpage-logo:hover {
  background: url(img/listpage-logo-mo.png) center center / cover no-repeat;
  max-width: 714px;
  height: 189px;
  cursor: pointer;
  margin: 20px auto 50px;
}

.contrivance-img {
  background: url(img/contrivance-img.png) center center / cover no-repeat;
  max-width: 900px;
  height: 280px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 320px) {
  .contrivance-img {
    background: url(img/contrivance-img-res.png) center center / cover no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(666 / 304 * 100%);
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 321px) and (max-width: 639px) {
  .contrivance-img {
    background: url(img/contrivance-img-res.png) center center / cover no-repeat;
    width: 304px;
    height: 666px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 920px) {
  .contrivance-img {
    background: url(img/contrivance-img.png) center center / cover no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(280 / 900 * 100%);
    margin: 0 auto 50px;
  }
}

.instagram {
  display: block;
  background: url(img/instagram.png) center center / cover no-repeat;
  width: 50px;
  height: 50px;
}

.instagram:hover {
   opacity: .6;
}

.insta-link {
  width: 50px;
  margin: 0 auto;
}

.contents-box img {
  float: left;
  margin-right: 10px;
}

.inner-contents img:nth-child(3),
.inner-contents-2 img:nth-child(4) {
  margin-right: 0;
}

.inner-contents-2 img:nth-child(3) {
  margin-right: 10px;
}

.inner-contents:nth-child(n+5) {
  margin-bottom: 0;
}

.donation-img {
  display: block;
  float: left;
  background: url(img/donation-img.png);
  width: 36px;
  height: 54px;
  margin-right: 20px;
}

.tel-img {
  display: block;
  background: url(img/tel.png);
  width: 41px;
  height: 35px;
  margin: 0 auto 3px;
}
.mail-img {
  display: block;
  background: url(img/mail.png);
  width: 34px;
  height: 23px;
  margin: 12px auto 3px;
}
.mail-img:hover {
  background: url(img/mail-mo.png);
}

.home-btn {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%,-12%);
  display: block;
  background: url(img/home-btn.png);
  width: 87px;
  height: 75px;
  margin: 10px auto 80px;
}
@media screen and (min-width: 1200px) {
  .home-btn {
    top: 10%;
    transform: translate(-50%,-10%);
  }
}

.home-btn:hover {
  background: url(img/home-btn-mo.png);
}

/* ----- footer ----- */
#footer-wrap {
  position: relative;
  background: url(img/footer.png) center center / cover no-repeat;
  max-width: 2000px;
  height: 700px;
  margin-top: -50px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	#footer-wrap {
		height: 480px;
	}
}
@media screen and (max-width: 639px) {
	#footer-wrap {
		height: 350px;
	}
}


.footer-contents {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 15px;
  text-align: center;
  line-height: 22px;
}
.footer-contents p {
  white-space: nowrap;
}
.footer-contact {
  color: #000;
  text-decoration: none;
}
/* ------------------ */

a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}	
	
/* ----- 水野追加 ----- */
img {
	width:100%;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 1100px) {
	.ttl {
		margin-bottom: 50px;
		max-width: 900px;
		margin: 0 auto;
	}
	.ttl-sp {
		display: none;
	}
	.ttl-560 {
		display: none;
	}
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	.ttl {
		display: none;
	}
	.ttl-sp {
		margin-bottom: 50px;
		width: 100%;
	}
	.ttl-560 {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.ttl {
		display: none;
	}
	.ttl-sp {
		display: none;
	}
	.ttl-560 {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1100px) {
	.top {
		max-width: 900px;
		margin: 0 auto;
	}
	.top-sp {
		display: none;
	}
	.top-560 {
		display: none;
	}
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	.top {
		width: 100%;
	}
	.top-560 {
		display: none;
	}
}

@media screen and (max-width: 639px) {
	.top {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	#about {
		padding: 0 15px;
	}
}
.about {
	margin-bottom: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	.about {
		padding: 50px 20px 30px 20px;
	}
}

@media screen and (max-width: 639px) {
	#ryoukin {
		padding: 50px 15px;
	}
}
.ryoukin {
	margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
	#service {
		padding: 50px 15px;
	}
}
@media screen and (min-width: 1100px) {
	.service {
		max-width: 900px;
		margin: 0 auto;
	}
	.service-560 {
		display: none;
	}
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	.service {
		width: 100%;
	}
	.service-560 {
		display: none;
	}
}		
@media screen and (max-width: 639px) {
	.service {
		display: none;
	}
	.service-560 {
		width: 95%;
		margin-top: 30px;
	}
}
#karitouroku {
	background-color: #FDF6F0;
	padding: 80px 30px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	#karitouroku {
		background-color: #FDF6F0;
		padding: 50px 20px;
	}
}
@media screen and (max-width: 639px) {
	#karitouroku {
		padding: 50px 15px;
	}
}
.karitouroku {
	padding-bottom: 30px;
}
.mannaka {
	text-align: center;
}
.kochira {
	margin-top: 50px;
	width: 250px;
}
.shiroku a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#sns {
	padding: 80px 30px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	#sns {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 639px) {
	#sns {
		padding: 50px 15px;
	}
}
.sns {
	padding-bottom: 30px;
}
.flex {
	display: flex;
	margin-top: 30px;
	justify-content: center;
	align-items: center;
}
.ins {
	margin: 0 10px;
	width: 50%;
}
.fb {
	margin: 0 10px;
	width: 50%;
}
#donation {
	background-color: #FDF6F0;
	padding: 80px 30px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	#donation {
		background-color: #FDF6F0;
		padding: 50px 20px;
	}
}
@media screen and (max-width: 639px) {
	#donation {
		padding: 50px 15px;
	}
}
.kihu {
	padding-bottom: 30px;
}
#donation .hidari {
	text-align: left;
}
.situmon {
	text-align: center;
	font-weight: bold;
	margin: 50px 0 30px 0;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
	#contact_us-wrap {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 639px) {
	#contact_us-wrap {
		padding: 50px 15px;
	}
}
.situmon{
	margin-top: 50px;
}
#contact_us-wrap p {
	text-align: center;
}
.mail {
	width: 250px;
	margin: 30px auto 0 auto;
}
	
.wrap {
	overflow: hidden;
}