@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.main, #header .title_page h1, .pankuzu ul {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .main, #header .title_page h1, .pankuzu ul {
    width: 95%;
  }
}

#footer:after, #footer .page_top:after, .btn_more:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
@font-face {
  font-family: 'Corbel';
  src: url("../fonts/Corbel.eot?#iefix") format("embedded-opentype"), url("../fonts/Corbel.woff") format("woff"), url("../fonts/Corbel.ttf") format("truetype"), url("../fonts/Corbel.svg#Corbel") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #4d4d4d;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #666666;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  overflow: hidden;
  *zoom: 1;
}
#header .title_page {
  background: #f09495;
}
#header .title_page h1 {
  font-weight: normal;
  color: #FFF;
  font-size: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  padding: .5em 0;
}
#header .title_page.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.header_menu_mobile {
  overflow: hidden;
  *zoom: 1;
  background: #FFF;
  width: 100%;
}
.header_menu_mobile.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.header_menu_mobile .logo_mobile {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header_menu_mobile .logo_mobile a {
  display: block;
  padding: .8em 1em;
}
.header_menu_mobile .mm_mobile {
  float: right;
  width: 50%;
  text-align: right;
}
.header_menu_mobile .mm_mobile .fa {
  background: #ffa500;
  color: #FFF;
  padding: .3em .6em;
  font-size: 200%;
}

.gnav {
  overflow: hidden;
  *zoom: 1;
  border-top: 7px solid #ffa500;
  border-bottom: 1px solid #e5e5e5;
  background: #FFF;
  position: relative;
}
.gnav .logo {
  width: 20.75%;
  float: left;
  padding: 15px 0 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav .logo {
    width: 25%;
    padding: 20px 0 13px;
  }
}
.gnav .gnav_menu {
  width: 77%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav .gnav_menu {
    width: 73.33333%;
  }
}
.gnav .gnav_menu li {
  float: left;
  width: 25%;
}
.gnav .gnav_menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 30px 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav .gnav_menu li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav_menu li a {
    padding: 15px 0;
  }
}
.gnav .gnav_menu li a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
}
.gnav .gnav_menu li a span {
  display: block;
}
.gnav .gnav_menu li a span.jp {
  font-size: 115%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.gnav .gnav_menu li a span.en {
  font-family: "Corbel", cursive, sans-serif;
  text-transform: uppercase;
  font-size: 82%;
  color: #ffa500;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  letter-spacing: .2em;
}
.gnav .gnav_menu li a:hover {
  background: #ffa500;
  color: #FFF;
}
.gnav .gnav_menu li a:hover span.en {
  color: #FFF;
}
.gnav .gnav_menu li:first-child a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.gnav#gnav_stick {
  position: fixed;
  background: #FFF;
  top: 0;
  border: none;
  display: none;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 100%;
  display: none;
}
.gnav#gnav_stick.fixed {
  display: block;
}

/* -----------------------------------------------------------
	#menuList
----------------------------------------------------------- */
#menuList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: -100%;
  height: 100%;
  z-index: 2000;
  overflow-y: scroll;
  left: 0;
  width: 100%;
  background: #fff0f5;
  opacity: 0;
  z-index: -1;
  -moz-transition: z-index 0ms 500ms, opacity 500ms, -moz-transform 500ms, top 500ms;
  -o-transition: z-index 0ms 500ms, opacity 500ms, -o-transform 500ms, top 500ms;
  -webkit-transition: z-index 0ms, opacity 500ms, -webkit-transform 500ms, top 500ms;
  -webkit-transition-delay: 500ms, 0s, 0s, 0s;
  transition: z-index 0ms 500ms, opacity 500ms, transform 500ms, top 500ms;
}
#menuList #btn_close {
  text-align: right;
  width: 100%;
  overflow: hidden;
}
#menuList #btn_close .ic_close {
  display: inline-block;
  float: right;
  font-size: 172%;
  padding-right: 3%;
  padding-top: 3%;
  color: #FFF;
}
#menuList #btn_close .ic_close img {
  width: 80%;
}
#menuList .inner {
  position: relative;
  background: #ffa500;
}
#menuList .inner .menu_sp ul {
  width: 100%;
  overflow: hidden;
}
#menuList .inner .menu_sp ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #FFF;
  font-size: 115%;
  color: #FFF;
}
#menuList .inner .menu_sp ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: .8em 3%;
  position: relative;
  text-align: center;
}
.menuOpen #menuList {
  z-index: 3000;
  opacity: 1;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  top: 0;
}
#menuList .lnk_plan {
  padding: 5% 3%;
}
#menuList .lnk_plan .btn_phone {
  overflow: hidden;
  *zoom: 1;
}
#menuList .lnk_plan .btn_phone .txt {
  display: block;
  text-align: center;
}
#menuList .lnk_plan .btn_phone a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 186%;
  color: #0a569b;
}
#menuList .lnk_plan .btn_phone a .fa {
  font-size: 111%;
}
#menuList .lnk_plan .btn_phone p {
  text-align: center;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 4em;
  }
}
#footer #copyright {
  background: #f09495;
  color: #FFF;
  text-align: center;
  padding: 1em 0;
  font-size: 86%;
}
#footer .footer_inner .main {
  overflow: hidden;
  *zoom: 1;
  padding: 80px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer_inner .main {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .main {
    padding: 2em 0;
  }
}
#footer .footer_inner .box_finfo {
  width: 56.25%;
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .box_finfo {
    width: 100%;
  }
}
#footer .footer_inner .box_finfo h3 {
  font-size: 172%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .box_finfo h3 {
    font-size: 129%;
    text-align: center;
  }
}
#footer .footer_inner .box_finfo .address {
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .box_finfo .address {
    text-align: center;
  }
}
#footer .footer_inner .box_finfo .address a {
  color: #333;
}
#footer .footer_inner .fimg {
  float: right;
  width: 43.75%;
  text-align: right;
}
#footer .footer_inner .list_fnav {
  overflow: hidden;
  *zoom: 1;
  margin-top: 1.5em;
}
#footer .footer_inner .list_fnav li {
  float: left;
}
#footer .footer_inner .list_fnav li a {
  display: block;
  padding: .3em 1em;
  text-decoration: none;
}
#footer .footer_inner .list_fnav li a:before, #footer .footer_inner .list_fnav li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .footer_inner .list_fnav li a > * {
  vertical-align: middle;
  display: inline;
}
#footer .footer_inner .list_fnav li a:before {
  content: "";
  margin-right: .5em;
  vertical-align: baseline;
  border: 1px solid #333;
  padding: 0em .4em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
}
#footer .page_top {
  display: inline-block;
  background: #666666;
  position: fixed;
  right: 2em;
  bottom: 3em;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #footer .page_top {
    position: inherit;
    right: inherit;
    bottom: inherit;
    display: block;
  }
}
#footer .page_top a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .page_top a {
    position: relative;
  }
  #footer .page_top a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2em 1em 2em;
    border-color: transparent transparent #666666 transparent;
    left: 50%;
    top: -1em;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
table.tbl_basic th, table.tbl_basic td {
  padding: 1.5em 1.2em;
  border-bottom: 1px solid #e5e5e5;
  font-size: 100%;
  font-weight: 100;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th, table.tbl_basic td {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    font-size: 93%;
    display: block;
  }
}
table.tbl_basic th {
  padding-left: 2em;
  color: #ffa500;
  width: 245px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic th {
    width: 135px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    font-size: 93%;
    display: block;
    background: #F1F1F1;
  }
}
table.tbl_basic .td_pd {
  padding: 0;
}

.box_title {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_title {
    margin-bottom: 1em;
  }
}
.box_title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #ffa500;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.box_title .st_title {
  text-align: center;
  font-weight: normal;
  display: inline-block;
  background: #FFF;
  position: relative;
  border-radius: 30px;
}
.box_title .st_title:before {
  content: "";
  height: 23px;
  width: 26px;
  background: url("../images/common/ic_title.svg") no-repeat;
  top: -25px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .box_title .st_title:before {
    width: 10%;
    background-size: contain;
    top: -20px;
  }
}
.box_title .st_title span {
  display: block;
  padding: 0 1.3em;
}
@media only screen and (max-width: 767px) {
  .box_title .st_title span {
    padding: 0 .8em;
  }
}
.box_title .st_title span.jp {
  font-size: 236%;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .box_title .st_title span.jp {
    font-size: 140%;
  }
}
.box_title .st_title span.en {
  font-family: "Corbel", cursive, sans-serif;
  text-transform: uppercase;
  font-size: 143%;
  color: #ffa500;
}
@media only screen and (max-width: 767px) {
  .box_title .st_title span.en {
    font-size: 122%;
  }
}

.btn_more {
  text-align: center;
}
.btn_more a {
  background: #fbfbfb;
  padding: 1.3em 0;
  display: block;
  margin: auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #cccccc;
  text-align: center;
  max-width: 300px;
  text-decoration: none !important;
}
.btn_more a:before, .btn_more a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.btn_more a > * {
  vertical-align: middle;
  display: inline;
}
.btn_more a:after {
  content: "";
  margin-left: .5em;
  vertical-align: baseline;
  border: 1px solid #333;
  padding: 0em .4em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn_more a {
    max-width: auto;
    width: 80%;
  }
}

/* -----------------------------------------------------------
	pankuzu
----------------------------------------------------------- */
.pankuzu {
  overflow: hidden;
  *zoom: 1;
}
.pankuzu ul {
  overflow: hidden;
  *zoom: 1;
}
.pankuzu ul li {
  padding: 1em 0 .5em .5em;
  float: left;
  position: relative;
  font-size: 86%;
}
.pankuzu ul li:after {
  content: "/";
  vertical-align: baseline;
  margin-left: .5em;
  color: #333;
}
.pankuzu ul li a {
  text-decoration: none;
  color: #333;
}
.pankuzu ul li:last-child:after {
  display: none;
}
