@charset "UTF-8";

/* -----------------------------------------------
 *  	         layout1 style setting
 * ----------------------------------------------- */

 /* =========== font =========== */
@font-face {
  font-family: "Quickpen";
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix");
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix") format("eot"), url("../font/Quickpen/2F7BEE_0_0.woff2") format("woff2"), url("../font/Quickpen/2F7BEE_0_0.woff") format("woff");
}
/*========= フォトガイドツアーから派生のページ ===============*/
/*gallery.css の補足で使用*/

.image_box img {
  border: #3b3232 1px solid!important;
}

.color_gold{
color: #796730;
text-shadow: 
2px 2px 10px rgba(0, 0, 0, 0.3) ,-2px 2px 10px rgba(0, 0, 0, 0.3),2px -2px 10px rgba(0, 0, 0, 0.3) ,-2px -2px 10px rgba(0, 0, 0, 0.3);
}

.style_title_sub{
font-size: 40px !important;
line-height: 60px;
}
.style_caption{
font-size: 14px !important;
margin: 20px 0;
}
.style_caption span{
font-size: 18px !important;
font-weight: bold !important;
}

@media only screen and (max-width: 48em) {
.style_title_sub{
font-size: 26px !important;
line-height: 30px;
}
.style_caption{
padding-left: 16px;
font-size: 12px !important;
margin-bottom: 20px;
}
.style_caption span{
font-size: 16px !important;
}
}



.item_03 div {
  background: #edf;
  padding: 0px !important;
  margin: 5px !important;
  text-align: center;
}

@media (min-width: 600px) {
  .flexbox_03 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item_03 {
    width: 32%;
  padding: 0px !important;
  margin: 5px !important;
  }
}
