@charset "utf-8";
/*** setting css ***/
@media print, screen and (min-width:767px) {
.h_wrap{
  padding: 10px 4%;
}
.h_wrap h1{
  margin: 0;
  padding: 0;
}
.h_wrap ul{
  padding-top: 20px;
}

.pagetitle{
  padding-bottom: 10px;
  position: relative;
}
.pagetitle h2{
  display: inline-block;
  /*width: 400px;*/
  padding: 5px 10px;
  margin: 90px auto 0;
  background: rgba(174,93,144,0.8);
  /*border: 1px solid #000;*/
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.pagetitle h2 span{
  color: #fff;
}
.pagetitle h2::after{
  display: none;
}


.contents_w{
  width: 800px;
  margin: 0 auto;
}

.in{
  padding: 30px 5% 10px;
  background-image: url(../images/top/bg_white.jpg);
  background-position: center top;
  background-repeat: repeat;
}
.in h3{
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.in h4{
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0px;
  color: #4b3746;
  font-family: 'Playfair Display', serif;
}

.in .sec_area{
  width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 25px 0;
  margin-bottom: 30px;
}
.in .sec_area .txt-c{
  margin-bottom: 20px;
}
.in .img_area .imgbox{
  float: left;
  width: 320px;
  margin-bottom: 20px;
}
.sec_area .long_img{
  width: 656px;
  padding-bottom: 20px;
}
.sec_area .long_img img{
  width: 100%;
}
.in .img_area .imgbox:nth-of-type(even){
  float: right;
}
.in .img_area .imgbox:nth-of-type(odd){
  clear: both;
}
.in .img_area dt{
  padding: 5px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.in .img_area dd{
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.item .sec_area{
  padding-bottom: 0;
}

.caution{
  width: 700px;
  margin: 0 auto;
  padding: 10px;
  border: 4px solid #ccc;
  background: #fff;
}
.caution dt{
  font-weight: bold;
}
.caution dd{
  padding-top: 5px;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.caution dd::before{
  content: '・';
}

.f_wrap{
  padding-top: 20px;
  padding-bottom: 20px;
}
.f_wrap .f_info .f_code{
  float: none;
  width: 100%;
  text-align: center;
}
.f_wrap .copyright{
  float: none;
  padding-top: 10px;
  text-align: center;
}

}



@media screen and (max-width:766px) {
.h_wrap{
  padding: 10px 4%;
}
.h_wrap h1{
  margin: 0;
  padding: 0;
}
.h_wrap ul{
  padding-top: 20px;
}

.pagetitle{
  padding-bottom: 10px;
  position: relative;
}
.pagetitle h2{
  display: inline-block;
  /*width: 400px;*/
  padding: 5px 10px;
  margin: 5% auto 0;
  background: rgba(174,93,144,0.8);
  /*border: 1px solid #000;*/
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.pagetitle h2 span{
  color: #fff;
}
.pagetitle h2::after{
  display: none;
}

.contents_w{
  width: 100%;
  margin: 0 auto;
}

.in{
  padding: 30px 5% 10px;
  background-image: url(../images/top/bg_white.jpg);
  background-position: center top;
  background-repeat: repeat;
}
.in h3{
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.in h4{
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0px;
  color: #4b3746;
  font-family: 'Playfair Display', serif;
}

.in .sec_area{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 25px 0;
  margin-bottom: 30px;
}
.in .sec_area .txt-c{
  margin-bottom: 20px;
  text-align: left;
}
.in .img_area .imgbox{
  float: left;
  width: 49%;
  margin-bottom: 20px;
}
.sec_area .long_img{
  width: 100%;
  padding-bottom: 20px;
}
.sec_area .long_img img{
  width: 100%;
}
.in .img_area .imgbox:nth-of-type(even){
  float: right;
}
.in .img_area .imgbox:nth-of-type(odd){
  clear: both;
}
.in .img_area dt{
  padding: 5px 0;
  font-weight: bold;
  color: #000;
}
.in .img_area dd{
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.item .sec_area{
  padding-bottom: 0;
}
.item .sec_area .imgbox{
  width: 100%;
}

.caution{
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 4px solid #ccc;
  background: #fff;
}
.caution dt{
  font-weight: bold;
}
.caution dd{
  padding-top: 5px;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.caution dd::before{
  content: '・';
}

.f_wrap{
  padding-top: 0px;
  padding-bottom: 20px;
}
.f_wrap .f_info .f_code{
  float: none;
  width: 100%;
  text-align: center;
}
.f_wrap .copyright{
  float: none;
  padding-top: 10px;
  text-align: center;
}


}



@media screen and (max-width:766px) and (min-width:410px) {
.item .sec_area .imgbox{
  width: 49%;
}

.in .img_area .imgbox:nth-of-type(even){
  float: right;
}
.in .img_area .imgbox:nth-of-type(odd){
  clear: both;
}
}

