@charset "UTF-8";

/*
@import url(//fonts.googleapis.com/css?family=Cormorant);

font-family: 'Cormorant', serif;
font-family: 'Spinnaker', sans-serif;

  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
*/

@import url(//fonts.googleapis.com/css?family=Catamaran);


/*----------------------------------------------------
	BODY
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin: 0;
  padding: 0;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html,div {
  margin: 0;
  padding: 0;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333333;
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  background: #FFF url() no-repeat top left;
}

/* for IE6 */
* html body{
  font-size: 75%;
}

/* for IE7 */
*:first-child+html body{
  font-size: 75%;
}

h1,h2,h3,h4,h5,h6,p,dt,dd {
   margin: 0;
   padding: 0;
   line-height: 1.8em;
   font-size: 12px;
   font-weight: normal;
}

ul,ol,li {
   margin: 0;
   padding: 0;
   list-style: none;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a img {
  border:none;
}

a:link, a:visited {
  color: #333333;
  text-decoration: none;
  outline : 0;
  transition: 0.3s;
}


@media screen and (min-width: 769px), print {
/*PCのみ適用*/
a:hover {
  color: #333333;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.1s;
}
}


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


.clear {
  clear: both;
}

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

em,i {
  font-style: normal;
}


/**** カレンダー検索ボタン用スタイル ****/

input[type=submit] {
  outline:none;
  cursor:pointer;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
input[type="submit"]::-moz-focus-inner{
	border :0px;
	outline:none;
}

/*============================
#WRAPP
============================*/

div#WRAPP {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

div.main_container {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}




/*============================
header
============================*/


header {
  width: auto;
  position: relative;
  z-index: 9999;
  box-shadow:0px 0px 6px 3px rgba(121, 121, 121, 0.09);
}

header div.inner {
  width: auto;
  padding:  0;
}

header div.inner div.logo_block {
  width: 45% !important;
  min-width: 155px;
  max-width: 175px;
  float: left;
  padding: 10px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

header div.inner h1 {
  width: auto;
  padding: 10px 0 0 15px;
}

header div.inner h1 img {
  width: 100%;
  padding: 0;
}

header div.inner h1 a:hover img {
  opacity: 1;
}

header div.inner div.sp_nav_container {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
    box-shadow:0px 0px 6px 3px rgba(121, 121, 121, 0.09);

}

header div.inner div.sp_nav_container ul {
  width: auto;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
}

header div.inner div.sp_nav_container ul li {
  width: auto;
  float: right;
  border: none;
}

header div.inner div.sp_nav_container ul li a {
  width: 55px;
  height: 60px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

header div.inner div.sp_nav_container ul li a img {
  width: 25px;
  height: 25px;
  display: block;
}


header div.inner div.sp_nav_container ul li.img_bt {
  width: auto;
  height: 60px;
  background-color: #FFF;
}

header div.inner div.sp_nav_container ul li.img_bt img {
  width: auto;
  height: 60px;
  background-color: #FFF;
}

header div.navi_bt {
  width: 60px;
  height: 60px;
  cursor: pointer;
}


header div.navi_bt div.navi_bt_area {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

header div.navi_bt div.navi_bt_area div.navi_bt_inner {
  width: auto;
  padding: 14px 0 0 0;
}






/***** デフォルト all 5.5px*****/
header div.active div.navi_bt_area div.navi_bt_inner span.nvline1 {
  -webkit-transform: rotate(405deg) translate(4.5px, 4.5px);
  transform: rotate(45deg) translate(5.5px, 5.5px);
}



header div.active div.navi_bt_area div.navi_bt_inner span.nvline2 {
  opacity: 0;
  }

header div.active div.navi_bt_area div.navi_bt_inner span.nvline3 {
  -webkit-transform: rotate(-405deg) translate(4.5px, 4.5px);
  transform: rotate(-45deg) translate(7.5px, -7px);
}
/***** デフォルト all 5.5px ここまで*****/

/*============================
footer
============================*/

footer {
  width: auto;
}

footer p {
  width: auto;
  color: #fff;
  background-color: #0a6c70;
  text-align: center;
  padding: 10px 0;
}




/*----------------------------------------------------
	COMMON
----------------------------------------------------*/
@media (min-width:769px){
.visible_pc {display: block;}
.visible_sp {display: none;}

.display_pc {display: inline;}
.display_sp {display: none;}
}


@media (max-width:768px){
  .visible_sp {display: block;}
  .visible_pc {display: none;}
  .hidden_sp {display: none;}

  .display_pc {display: none;}
  .display_sp {display: inline;}
}

.disnon {display: none;}
.disblo {display: block;}

.bold {font-weight: bold !important;}