@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* 共通スタイル
---------------------------------------------------------- */
@font-face {
  font-family: "MyFont";
  src: url(../font/myfont.eot) format("eot"), url(../font/myfont.woff) format("woff");
}
body {
  color: #333;
  font-size: 14px;
  line-height: 1.429em;
  text-align: justify;
  letter-spacing: 0.12em;
  overflow-wrap: break-word;
  font-family: "Lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Meiryo', 'メイリオ', sans-serif;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;*/
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

html,
body {
  height: 100%;
}

.bold {
  font-weight: 700;
  font-family: 'Lato', "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", 'Meiryo', 'メイリオ', sans-serif;
}

.myfont {
  font-family: "MyFont",  sans-serif;
}

.font_tav {
  font-weight: 400;
  font-style: italic;
  font-family: 'Taviraj', serif;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: #333;
}

.text_underline,
.hover_underline:hover {
  text-decoration: underline;
}

img {
  height: auto;
  vertical-align: middle;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.font10 {
  font-size: 10px;
  line-height: 1.429em;
}

.font12 {
  font-size: 12px;
  line-height: 1.429em;
}

.font13 {
  font-size: 0.929em;
  line-height: 1.429em;
}

.font14 {
  font-size: 1em;
  line-height: 1.429em;
}

.font15 {
  font-size: 1.071em;
  line-height: 1.429em;
}

.font16 {
  font-size: 1.143em;
  line-height: 1.429em;
}

.font17 {
  font-size: 1.214em;
  line-height: 1.429em;
}

.font18 {
  font-size: 1.286em;
  line-height: 1.429em;
}

.font19 {
  font-size: 1.357em;
  line-height: 1.429em;
}

.font20 {
  font-size: 1.429em;
  line-height: 1.429em;
}

.font22 {
  font-size: 1.571em;
  line-height: 1.429em;
}

.font24 {
  font-size: 1.714em;
  line-height: 1.429em;
}

.font26 {
  font-size: 1.857em;
  line-height: 1.429em;
}

.font28 {
  font-size: 1.857em;
  line-height: 2.000em;
}

.font30 {
  font-size: 2.143em;
  line-height: 2.000em;
}

.spacing {
  letter-spacing: 0.2em;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.line14 {
  line-height: 1em;
}

.line20 {
  line-height: 1.429em;
}

.line22 {
  line-height: 1.571em;
}

.line24 {
  line-height: 1.714em;
}

.line25 {
  line-height: 1.786em;
}

.line26 {
  line-height: 1.857em;
}

.line28 {
  line-height: 2.000em;
}

.line30 {
  line-height: 2.143em;
}

.line32 {
  line-height: 2.286em;
}

.line34 {
  line-height: 2.429em;
}

.float_r {
  float: right;
}

.float_l {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*for IE8*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*for IE7*/
.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.link_tel {
  cursor: default;
}

.underline,
.hover_underline:hover {
  text-decoration: underline;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.inline {
  display: inline;
}

.list_disc li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: disc;
  list-style-position: inside;
}

.list_decimal li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: decimal;
  list-style-position: inside;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.img_full {
  max-width: 100%;
  height: auto;
}

.sp_block {
  display: none;
}
@media screen and (max-width: 499px) {
  .sp_block {
    display: block;
  }
}

@media screen and (max-width: 499px) {
  .pc_block {
    display: none;
  }
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .w1000 {
    width: 93%;
  }
}

/* ヘッダー
---------------------------------------------------------- */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 15px 0 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
    box-shadow: none;
    border-bottom: 1px solid #d2d2d2;
  }
}
.header h1 {
  float: left;
}
@media screen and (max-width: 767px) {
  .header h1 img {
    width: 120px;
  }
}
.header h1 a:hover {
  opacity: 0.7;
}
.header ul {
  float: right;
  width: 75%;
  margin-top: 14px;
  text-align: right;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  .header ul {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
}
.header ul li {
  display: inline-block;
  margin-left: 5%;
}
.header ul li:first-child {
  margin-left: 0;
}
.header ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .header ul li {
    display: block;
    margin-left: 0;
    font-size: 15px;
  }
  .header ul li a {
    display: block;
    padding: 20px 0;
  }
}

#btn_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #btn_menu {
    display: block;
    float: right;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  #btn_menu .btn_menu {
    position: relative;
    float: right;
    padding-top: 1px;
    cursor: pointer;
  }
  #btn_menu .menu_icon {
    display: block;
    position: relative;
    top: 8px;
    width: 28px;
    height: 3px;
    margin: auto;
    padding: 0;
    background: #333;
    transition: .2s;
  }
  #btn_menu .menu_icon:before, #btn_menu .menu_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 3px;
    background: #333;
    transition: .3s;
  }
  #btn_menu .menu_icon:before {
    margin-top: -11px;
  }
  #btn_menu .menu_icon:after {
    margin-top: 8px;
  }
  #btn_menu .menu_icon.close {
    background: transparent;
  }
  #btn_menu .menu_icon.close:before {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #btn_menu .menu_icon.close:after {
    margin-top: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/* コンテンツ
---------------------------------------------------------- */
.main img {
  width: 100%;
}
.main p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 999px) {
  .main p {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 499px) {
  .main p {
    font-size: 6px;
  }
}

.area_news {
  padding: 20px 0;
  background: #F2EEEB;
}
@media screen and (max-width: 999px) {
  .area_news {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .area_news {
    padding: 8px 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 999px) {
  .area_news ul.w1000 {
    width: 95% !important;
  }
}
.area_news li {
  width: 95% !important;
  line-height: 1.2em;
}
.area_news time {
  float: left;
  margin-right: 10px;
}
.area_news span {
  display: block;
  overflow: hidden;
}
.area_news li a,
.area_news li a:hover {
  text-decoration: underline;
}
.area_news li a:hover {
  opacity: 0.7;
}

.sec {
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  .sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 40px 0;
  }
}

.sec01 {
  background: url(../img/bg_yellow.png) left top no-repeat;
}
@media screen and (max-width: 999px) {
  .sec01 {
    background-size: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-size: 200px;
  }
}
.sec01 p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec01 p {
    text-align: left;
  }
  .sec01 p br {
    display: none;
  }
}


.sec01 .mb80 {
  margin-bottom: 80px;
}
.sec01 .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .sec01 .mb80 {
    margin-bottom: 40px;
  }
  .sec01 .mt80 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .mt80 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 h4 {
    font-size: 15px;
  }
  .sec01 h4.mb35 {
    margin-bottom: 15px;
  }
}

.secttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 999px) {
  .secttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.secttl span {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .secttl span {
    font-size: 8px;
  }
}

.sec_subttl {
  margin: 80px 0;
}
@media screen and (max-width: 999px) {
  .sec_subttl {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_subttl {
    margin: 20px 0;
    font-size: 18px;
  }
}

.sec_img {
  height: 400px;
  background: url(../img/image01-2.jpg) 50% top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 999px) {
  .sec_img {
    height: 300px;
    background-attachment: inherit;
  }
}
@media screen and (max-width: 767px) {
  .sec_img {
    height: 120px;
    background-position: 50% 50%;
  }
}
.sec_img.img02 {
  background: url(../img/image02.jpg) 50% top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 999px) {
  .sec_img.img02 {
    background-attachment: inherit;
    background-position: 50% 50%;
  }
}

.sec_img.img03 {
  background: url(../img/image03.jpg) 50% top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 999px) {
  .sec_img.img03 {
    background-attachment: inherit;
    background-position: 50% 50%;
  }
}

.sec02 {
  background: url(../img/bg_blue.png) right 40px no-repeat;
}
@media screen and (max-width: 999px) {
  .sec02 {
    background-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    background-size: 150px;
  }
}

.list_gallery li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.list_gallery li:before {
  content: "・";
}

.list_tab {
  max-width: 1040px;
  margin: 40px auto 20px;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 1039px) {
  .list_tab {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .list_tab {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #333;
  }
}
.list_tab li {
  float: left;
  margin-right: 10px;
  background: #fff;
  cursor: pointer;
}
.list_tab li:first-child {
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .list_tab li,
  .list_tab li:first-child {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}
.list_tab li span {
  display: block;
  padding: 10px 40px;
  border: 1px solid #333;
}
@media screen and (max-width: 999px) {
  .list_tab li span {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_tab li span {
    border: none;
  }
  .list_tab li:first-child span {
    border-right: 1px solid #333;
  }
  .list_tab li:first-child span,
  .list_tab li:nth-child(2) span {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .list_tab li:nth-child(3) span {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .list_tab li:nth-child(4) span {
    border-bottom: 1px solid #333;
  }
  .list_tab li:last-child span {
    border-right: 1px solid #333;
  }

}
.list_tab li.select span, .list_tab li:hover {
  color: #fff;
  background: #333;
}

.wrap_gallery {
  max-width: 1040px;
  margin: auto;
}
@media screen and (max-width: 1039px) {
  .wrap_gallery {
    width: 95%;
  }
}

.gallery_in.hide {
  display: none;
}

.gallery_list {
  margin: 20px auto 0;
}
.gallery_list li {
  float: left;
  overflow: hidden;
  width: 23%;
  margin: 1%;
  text-align: center;
}
.gallery_list li img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .gallery_list li {
    width: 31.3%;
  }
}
@media screen and (max-width: 499px) {
  .gallery_list li {
    width: 48%;
  }
}
.gallery_list li img {
  width: auto;
  height: 179px;
}
@media screen and (max-width: 999px) {
  .gallery_list li img {
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_list li img {
    height: 175px;
  }
}
@media screen and (max-width: 499px) {
  .gallery_list li img {
    height: 125px;
  }
}

.pager {
  margin-top: 20px;
  text-align: center;
}
.pager span {
  display: inline-block;
  margin: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  border: 1px solid #F2EEEB;
}
.pager span:hover {
  cursor: pointer;
  background: #F2EEEB;
}
.pager span.current {
  background: #F2EEEB;
}
.pager span.current:hover {
  cursor: default;
}
.pager span.invalid {
  display: none;
}

.gallery_list.catalog {
  text-align: center;
}
.gallery_list.catalog li {
  display: inline-block;
  float: none;
  width: 20%;
  margin: 0.8%;
  cursor: pointer;
}
.gallery_list.catalog li img {
  max-width: 100%;
  max-height: 210px;
}
.slide_catalog {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  float: none;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.slide_catalog li img {
  display: inline-block;
}
.popup_close {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 auto;
  cursor: pointer;
  opacity: 0.7;
  z-index: 200;
}
.popup_close:hover {
  opacity: 1;
}
.popup_close img {
  width: 100%;
}
#overlay{
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  /*for IE7,8*/
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; 
}
.btn_dl {
  max-width: 160px;
  width: 100%;
  margin: 10px auto 20px;
}
.btn_dl a {
  display: block;
  padding: 5px 0;
  border: 1px solid #333;
  font-family: 'Josefin Sans', sans-serif;
}
.btn_dl a:hover {
  color: #fff;
  background: #333;
}

.btn_dl2 {
  max-width: 160px;
  width: 100%;
  margin: 10px auto 20px;
}
.btn_dl2 a {
  display: block;
  padding: 5px 0;
  border: 1px solid #333;
  font-family: 'Josefin Sans', sans-serif;
}
.btn_dl2 a:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 999px) {
  .gallery_list.catalog li img {
    height: 168px;
  }
}
@media screen and (max-width: 999px) {
  .gallery_list.catalog li {
    width: 31%;
  }
}
@media screen and (max-width: 499px) {
  .gallery_list.catalog li {
    width: 47%;
  }
}
.sec03 {
  background: url(../img/bg_yellow.png) 20% top no-repeat, url(../img/bg_yellow.png) 120% bottom no-repeat;
}
@media screen and (max-width: 999px) {
  .sec03 {
    background-size: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/bg_yellow.png) 5% top no-repeat, url(../img/bg_yellow.png) 120% bottom no-repeat;
    background-size: 200px;
  }
}
.sec03 p {
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  .sec03 p {
    text-align: left;
  }
}

.sec04 {
  border-bottom: 1px solid #dcdcdc;
}

.sec_line {
  border-top: 1px solid #dcdcdc;
}

.table_form {
  max-width: 855px;
  width: 100%;
  margin: 50px auto 0;
  /*background: #fff;*/
  /*border: 2px solid #d0d0d0;*/
}
@media screen and (max-width: 860px) {
  .table_form {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .table_form {
    margin-top: 30px;
  }
}
.table_form th,
.table_form td {
  padding: 20px;
  /*border: 1px solid #d0d0d0;*/
}
@media screen and (max-width: 767px) {
  .table_form th,
  .table_form td {
    padding: 5%;
    display: block;
  }
}
.table_form th {
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_form th {
    width: 90%;
    padding: 3% 5%;
    text-align: left;
    background: #F2EEEB;
  }
}
@media screen and (max-width: 767px) {
  .table_form td {
    border: none;
  }
}
.table_form input[type="text"],
.table_form input[type="email"],
.table_form input[type="tel"],
.table_form input[type="number"],
.table_form select,
.table_form textarea {
  width: 96%;
  height: 35px;
  padding: 0 2%;
  font-size: 1em;
  border: 1px solid #a0a0a0;
}
.table_form textarea {
  height: 145px;
  padding: 10px 2%;
}

/* for iPhone */
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.btn {
  display: block;
  width: 180px;
  height: 45px;
  margin: 40px auto 0;
  padding: 0;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
  background: #000;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 499px) {
  .btn {
    width: 260px;
	margin: 10px auto 0;
  }
}

/* フッター
---------------------------------------------------------- */
.footer {
  padding: 20px 0;
  background: #F2EEEB;
}
.footer small {
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 10px 0;
  }
  .footer small {
    font-size: 8px;
  }
}

/* サンクスページ
---------------------------------------------------------- */
.content_thanks {
  position: relative;
}
.content_thanks > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content_thanks p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .content_thanks p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content_thanks p.font30 {
    font-size: 16px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
