@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* ¥«¥é©` */
/* ±¡¤¤¥Ö¥ë©` */
/* ¥°¥ì©`±³¾° */
/* ¥¿¥¤¥È¥ë±³¾° */
/* media query */
/* 5th_temple_name
*****************************************************************/
.tab_menu {
  display: none; }
  @media all and (max-width: 896px) {
    .tab_menu {
      display: block; } }

.h2_travel {
  color: #395DAA;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  border-bottom: #395DAA dotted 1px; }
