body {
  background-image: url("/img/bg.jpg");
  background-size: 50% auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-animation: bodyfadeIn 1.5s ease 0s 1 normal;
  animation: bodyfadeIn 1.5s ease 0s 1 normal;
}

@-webkit-keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  -webkit-transition: .5s;
  transition: .5s;
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha(opacity=60);
  opacity: 0.4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1 {
  font-size: 11px;
  text-align: center;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 14px;
  }
}

h2 {
  font-size: 18px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 14px;
  }
}

ul {
  list-style: none;
}

.heading-lv1 {
  text-align: center;
  margin-top: 64px;
}

.heading-lv1 .heading-icon {
  color: #efdd34;
  font-size: 24px;
  margin-right: 8px;
}

.heading-lv1 .heading-sub {
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .heading-lv1 {
    margin-top: 96px;
  }
}

.header-logo {
  line-height: 1;
  max-width: 420px;
  margin: 32px auto 0;
}

.header-logo-con {
  line-height: 1;
  max-width: 180px;
  margin: 0px auto 32px;
}

@media screen and (max-width: 575px) {
  .header-logo {
    width: 240px;
  }
    
  .header-logo-con {
    width: 160px;
    margin: 0px auto 32px;
  }
}

.news-list {
  max-width: 800px;
  margin: 16px auto;
  padding: 0 16px;
}

.news-list li {
  border-top: 1px dashed #746656;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .news-list li {
    padding: 0;
  }
}

.news-list li:last-of-type {
  border-bottom: 1px dashed #746656;
}

.news-list a {
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  .news-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-list time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-list img {
  margin-bottom: 2px;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .news-list img {
    height: 20px;
    margin-top: 5px;
    margin-left: 16px;
    vertical-align: bottom;
  }
}

.news-list p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .news-list p {
    margin-left: 24px;
  }
}

.con {
  max-width: 980px;
  margin: 16px 16px 16px;
}

@media screen and (min-width: 768px) {
  .con {
    margin: 0 auto 16px;
    padding: 16px;
  }
}

.gmap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  text-align: center;
  margin-top: 0px;
  padding-top: 32px;
  padding-bottom: 24px;
  background-image: url("/img/bg_footer.jpg");
  background-color: #000000;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  footer {
    margin-top: 0px;
  }
}

.footer {
  padding-bottom: 32px;
  font-size: 11px;
}

.footer-logo {
  line-height: 1;
  max-width: 100px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 575px) {
  .footer-logo {
    width: 80px;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 240px;
  margin: 16px auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .sns-list {
    margin: 0 auto -16px;
    padding: 0 16px;
  }
}

.sns-list li {
  margin: 24px auto 40px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .sns-list li {
    margin: 32px auto 48px;
    width: 40px;
  }
}




.form{
	text-align:left;
	width:96%;
	margin:30px auto 100px;
}


/* 768：iPad縦 / iPhone 7/6 Plus横 */
@media screen and (min-width: 480px) {

}

/* 980：PC（デスクトップ/タブレット横）	 */
@media screen and (min-width: 768px){

.form{
	text-align:left;
	width:980px;
	margin:30px auto 100px;
}

}

/* 980以上：PC（デスクトップ） */
@media screen and (min-width: 980px){
}



.inputText {
	width: 97%;
	padding: 3px;
	font-size: 130%;
	/*border-radius: 6px;*/
}

.inputSelect {
	padding: 3px;
	font-size: 130%;
}

.inputText.inputTextShort {
	width: 50%;
}

.inputText.inputTextShortest {
	width: 35%;
}

textarea {
	width: 70%;
	height: 150px;
	padding: 3px;
/*	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #CCC inset;
	border-radius: 6px;
	box-shadow: 0 2px 2px #CCC inset;*/
}

.formBtn {
	font-size: 140%;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 150px;
	/* -webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	border-radius: 6px;
	box-shadow: 0 2px 2px #CCC; */
}

.center-text {
	text-align: center;
	margin: 0;
}

.error {
	color: #FF0000;
}

span.require {
	color: red;
	font-weight: bold;
}

.unsubscribe-message {
        text-align: center;
        font-size: 130%;
}





small {
  font-size: 11px;
}

.l_breadcrumb {
  padding: 16px 20px 22px;
}

@media screen and (min-width: 768px) {
  .l_breadcrumb {
    padding: 16px 40px 22px;
  }
}

.l_breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l_breadcrumb__item {
  font-size: 14px;
  margin-top: 6px;
}

.l_breadcrumb__item + .l_breadcrumb__item::before {
  margin: 0 0.5em;
  content: "/";
}

.l_breadcrumb__item a {
  text-decoration: none;
}

.l_breadcrumb__item a:hover {
  opacity: 0.5;
}

.l_breadcrumb__item strong {
  line-height: 1;
}

.e_btn {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  display: block;
  position: relative;
  max-width: 240px;
  width: 60%;
  margin: 32px auto 48px;
  padding: 4px 0;
  border: 2px solid #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .e_btn {
    font-size: 18px;
    border: 3px solid #333;
  }
}

.e_btn a:link, .e_btn a:visited {
  color: #333;
  text-decoration: none;
}

.e_btn a:hover {
  color: #333;
  border-color: #fff;
}

img.waiting {
  -ms-filter: "alpha( opacity=40 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.m {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .m {
    font-size: 14px;
  }
}

.u {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.b {
  font-weight: bold;
}

.text_cap {
  text-transform: capitalize;
}

.text_upp {
  text-transform: uppercase;
}

.text_low {
  text-transform: lowercase;
}

#backtop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  #backtop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 3;
  }
}

.animation {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.keyframe {
  -webkit-animation-name: anim_v;
          animation-name: anim_v;
}

@-webkit-keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

#backtop img {
  width: 100%;
  margin: 18px 0 0 0;
}

#backtop a:link, #backtop a:visited {
  width: 25px;
  height: 120px;
  display: block;
  cursor: pointer;
  text-align: center;
}

#backtop a:hover, #backtop a:active {
  display: block;
}
/*# sourceMappingURL=common.css.map */