@charset "UTF-8";
/**********************************
*
*  css for ipass web site.
*
**********************************/
/* 
 *
common
 *
 */
body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI",
 "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.0625em; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

button {
  outline: none; }

.mt-10 {
  margin-top: 10px; }

small {
  display: block;
  line-height: 1.4; }

.emphasized {
  font-weight: bold; }

#whole_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.area_container {
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999; }

.entry_title {
  padding-top: 55px; }

.each_section {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.entry_title {
  width: 330px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 25px; }
  .entry_title img {
    width: 100%;
    height: auto; }

.google_font_en {
  font-family: 'Arvo', serif !important;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  padding-bottom: 8px;
  font-weight: normal; }

.inner_copy {
  font-weight: bold;
  text-align: center;
  color: #4C4C4C; }
  .inner_copy p {
    font-size: 1.05em; }

.small_titles {
  color: #1491dd;
  font-size: 1.4em; }

small.basic_anno {
  display: block;
  color: #4C4C4C; }

p,
small.basic_anno {
  font-size: 0.87em; }

.basic_btn {
  display: block;
  padding: 40px;
  color: white;
  background-color: #1491dd;
  border-radius: 10px;
  text-align: center;
  line-height: 30px; }

.blue_dotted_line {
  background: url(../images/blue_dot.png);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#back_to_top_btn {
  position: fixed;
  right: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 0px 1px white;
  box-shadow: 2px 2px 0px 1px white;
  z-index: 9999;
  padding: 0;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
  opacity: 1; }
  #back_to_top_btn img {
    width: 30%;
    vertical-align: middle;
    border: none; }

.move_out {
  bottom: -100px; }

.move_in {
  bottom: 20px; }

a img {
  border: none; }

figure {
  margin: 0; }

/*
*
for responsive
*
*/
.show_as_sf,
.show_as_sf_small {
  display: none; }

.hide_as_sf::before {
  display: block; }

.open {
  height: auto !important;
  overflow: auto; }

/* 
 *
header
 *
 */
header {
  height: 1058px; }

#header_visual {
  width: 2168px;
  height: 958px;
  background-image: url(../images/header_back.jpg);
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  margin-left: -1084px; }

#header_start_copy {
  width: 1200px;
  margin: 0 auto;
  top: 660px;
  text-align: center;
  position: relative;
  left: 10px; }

#header_copy_title {
  font-size: 55px; }

#header_copy_title,
#header_copy_text {
  font-weight: bold;
  color: #006BBB;
  letter-spacing: 2.5px; }
  #header_copy_title p,
  #header_copy_text p {
    font-size: 21px; }

#header_copy_text {
  margin-top: 25px;
  line-height: 2; }

/* 
 *
main navi
 *
 */
#navi_wrap {
  z-index: 999;
  position: relative;
  height: 100px;
  background-color: #1491dd; }
  #navi_wrap #main_navi {
    width: 1200px;
    margin: 0 auto; }
    #navi_wrap #main_navi ul {
      height: 62px;
      top: 19px;
      position: relative; }
      #navi_wrap #main_navi ul > li {
        width: 240px;
        text-align: center;
        float: left;
        position: relative;
        border-left: 1px solid white;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #navi_wrap #main_navi ul > li > a {
          display: block;
          color: white;
          line-height: 1;
          text-decoration: none;
          font-size: 19px;
          width: 100%;
          padding: 12px 0;
          font-weight: bold;
          font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
 "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
        #navi_wrap #main_navi ul > li > a > span {
          display: block;
          font-size: 11px;
          line-height: 1em;
          padding-bottom: 8px; }

#main_navi_last {
  border-right: 1px solid white; }

/* 
 *
about ipass
 *
 */
#ipass_area {
  background-image: url(../images/ipass_back.jpg);
  padding-bottom: 80px; }
  #ipass_area::before {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(../images/blue_skew_back.png); }

#about_ipass_copy {
  margin-bottom: 1.5rem; }

#ipass_area_image {
  width: 1000px;
  display: block;
  margin: 20px auto; }
  #ipass_area_image img {
    width: 100%;
    height: auto; }

ul#ipass_area_list {
  position: relative;
  margin-top: 85px; }
  ul#ipass_area_list > li {
    width: 380px;
    min-height: 325px;
    float: left;
    margin-right: 30px;
    background-color: white;
    padding: 13px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    ul#ipass_area_list > li h3 {
      text-align: center;
      line-height: 1.4em; }
    ul#ipass_area_list > li p {
      font-size: 0.9em; }
  ul#ipass_area_list > *:first-child + * + * {
    margin-right: 0; }

.deco_house,
.deco_ring {
  position: relative; }
  .deco_house img.deco_image,
  .deco_ring img.deco_image {
    position: absolute;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.deco_house img.deco_image {
  width: 50%;
  left: 52%; }

.deco_ring img.deco_image {
  width: 50%;
  left: 50%; }

#ipass_deco_bird01::before,
#ipass_deco_bird02::before,
#ipass_deco_fish::before {
  display: block;
  content: " ";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 999; }

#ipass_deco_bird01::before {
  background-image: url(../images/bird_deco_right.png);
  top: -45px;
  left: -43px;
  width: 106px;
  height: 86px; }

#ipass_deco_bird02::before {
  background-image: url(../images/bird_deco_left.png);
  top: -40px;
  right: -34px;
  width: 100px;
  height: 84px; }

#ipass_deco_fish::before {
  background-image: url(../images/fish_deco.png);
  bottom: -30px;
  right: -77px;
  width: 130px;
  height: 103px; }

/* 
 *
points
 *
 */
#points_area {
  background-image: url(../images/points_back.jpg);
  padding: 60px 0; }

#points_inner {
  background-image: url(../images/points_inner_back.jpg);
  background-repeat: no-repeat;
  width: 1076px;
  height: 545px;
  margin: 0 auto;
  border-radius: 10px; }

#points_list {
  position: relative;
  left: 365px; }
  #points_list > li {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    margin: 35px 0;
    font-size: 25px;
    color: #4C4C4C; }
    #points_list > li em {
      font-size: 37px;
      font-style: normal;
      color: #F86080;
      font-weight: bold; }
  #points_list li.point_style::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 30px 50px;
    width: 30px;
    height: 55px; }
  #points_list li#number_01::before {
    background-image: url(../images/point_1.png); }
  #points_list li#number_02::before {
    background-image: url(../images/point_2.png); }
  #points_list li#number_03::before {
    background-image: url(../images/point_3.png); }

/* 
 *
users
 *
 */
#users_area {
  background-image: url(../images/users_back.jpg); }

ul#users_list > li {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 4px solid #26B7BC;
  float: left;
  margin-right: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  ul#users_list > li p.users_logo {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 14%; }
    ul#users_list > li p.users_logo img.height_base_size {
      width: auto;
      height: 160px; }
    ul#users_list > li p.users_logo img.exeption_size {
      width: auto;
      height: 100px; }
  ul#users_list > li p.exeption_posi {
    top: 35px; }
  ul#users_list > li p.users_list_text {
    line-height: 1.2;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15%;
    color: #4C4C4C; }

ul#users_list > *:first-child + * + * {
  margin-right: 0; }

/* 
 *
shop entry
 *
 */
#shop_entry_area {
  position: relative;
  background-image: url(../images/entry_back.jpg);
  overflow: hidden; }

#shop_entry_title {
  width: 550px; }

#shop_entry_title_back {
  width: 2000px;
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -1000px; }
  #shop_entry_title_back img {
    width: 100%; }

#shop_entry_copy {
  margin-top: 100px; }

#shop_entry_list {
  margin-top: 50px; }
  #shop_entry_list > li {
    width: 380px;
    min-height: 180px;
    margin-right: 20px;
    float: left;
    background-color: #c6e5f4;
    -webkit-box-shadow: 5px 5px 0px 0px #1491dd;
    box-shadow: 5px 5px 0px 0px #1491dd;
    padding: 25px 25px 20px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    #shop_entry_list > li h3 {
      margin: 8px 0; }

span.shop_entry_list_title {
  width: 160px;
  height: 28px;
  display: block;
  position: absolute;
  top: -8px;
  left: 10px;
  background-color: #1491dd;
  color: white;
  font-family: 'Arvo', serif !important;
  letter-spacing: 0.1em;
  font-size: 25px;
  padding-left: 20px;
  line-height: 28px;
  border-radius: 5px; }

#shop_entry_btn {
  width: 500px;
  margin: 50px auto 0 auto;
  font-size: 30px;
  position: relative;
  font-weight: bold; }
  #shop_entry_btn::before {
    display: block;
    content: " ";
    position: absolute;
    background: url(../images/shop_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 55px;
    height: 50px;
    top: 52%;
    left: 120px;
    margin-top: -27.5px; }
  #shop_entry_btn::after {
    display: block;
    content: " ";
    position: absolute;
    background: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 19px;
    top: 50%;
    right: 50px;
    margin-top: -8px; }
  #shop_entry_btn span {
    font-size: 14px; }

/* 
 *
informaiton
 *
 */
#info_area {
  background-color: #c6e5f4;
  padding-bottom: 30px; }

/*
#info_list {
    height: 150px;
    overflow: auto;

    &>li {
        width: 100%;
        position: relative;
        background-image: url(../images/blue_dot.png);
        background-repeat: repeat-x;
        background-position: center bottom;
        margin-bottom: 10px;
        padding-bottom: 10px;

        .info_date_area {
            width: 170px;
            box-sizing: border-box;
            float: left;
            padding-right: 20px;
        }

        .info_text_area {
            width: 1025px;
            box-sizing: border-box;
            float: right;

            h3 {
                font-size: 0.87em;
            }
        }
    }
}*/
dl#info_list_area {
  height: 150px;
  overflow: auto; }
  dl#info_list_area dt {
    width: 12em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 10px; }
  dl#info_list_area dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/blue_dot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    dl#info_list_area dd h3 {
      font-size: 0.87em; }

/* 
 *
contact
 *
 */
#contact_title {
  position: relative;
  z-index: 999; }

#contact_border {
  background-image: url(../images/blue_skew_back.png);
  position: relative;
  margin-top: 50px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#contact_border_inner {
  background-color: white; }

#contact_inner {
  position: relative;
  z-index: 999; }

#contact_detail_area {
  width: 50%;
  float: left;
  padding: 25px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4C4C4C; }
  #contact_detail_area p {
    font-size: 1.1em;
    letter-spacing: 0.04em; }

#contact_btn_area {
  width: 50%;
  float: right;
  padding: 25px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#contact_btn {
  position: relative;
  font-weight: bold;
  font-size: 24px; }
  #contact_btn::after {
    display: block;
    content: " ";
    position: absolute;
    background: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 19px;
    top: 50%;
    right: 35px;
    margin-top: -8px; }

/* 
 *
links
 *
 */
#link_area {
  background-color: #c6e5f4; }

#link_list > li {
  width: 220px;
  float: left;
  margin-right: 25px; }
  #link_list > li img {
    width: 100%; }

#link_list > *:first-child + * + * + * + * {
  margin-right: 0; }

/* 
 *
footer
 *
 */
#footer_wrapper {
  background-image: url(../images/footer_back.jpg);
  background-size: cover;
  text-align: center;
  padding: 30px 0; }

small#copy_right {
  color: white;
  display: inline-block;
  line-height: 1.2; }



/* 
 *
contents_tayama
 *
 */
#join header {
  height: 150px; }
#contents .adjust_group {
    margin-bottom: 80px;
}
#contents .area_container {
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}
#contents .floatL{
	float: left;
	margin: 0 20px 12px 0;
}
#contents .floatR{
	float: right;
	margin: 0 0 12px 20px;
}
#contents .imgC{
	text-align: center;
	margin-bottom: 2em;
	clear: both;
}

#contents .txtL {
	text-align: left;
}
#contents .txtR {
	text-align: right;
}
#contents .txtC {
	text-align: center;
}
#contents h2 {
    font-size: 150%;
    font-weight: bold;
    color: #1491DD;
    clear: both;
    padding: 15px 0px 15px 20px;
    margin: 0px 0 1em;
    line-height: 1.8em;
	border: solid 1px #1491DD;
}
#contents h3 {
    width: 97%;
    height: 40px;
    margin: 30px 20px 15px 12px;
    overflow: hidden;
    font-weight: bold;
    font-size: 125%;
	color: #1491DD;
    padding: 8px 0 0 10px;
	background: #DCF1F9;
	border-bottom: solid 3px #C6E5F4;
}
#contents h4 {
    width: 98%;
    margin: 30px 20px 15px 12px;
    overflow: hidden;
    font-weight: bold;
    font-size: 130%;
	color: #26B7BC;
    padding: 8px 0 0 0;
	border-bottom: dotted 1px #26B7BC;
}
#contents {
	width: 1200px;
	margin: 0 auto;
    padding: 0 0 8em;
} 
#contents p {
    color: #333;
    font-size: 100%;
    margin: 0 10px 1.5em;
    line-height: 1.8em;
}
#contents p.catch {
    margin-bottom: 1em;
    width: auto;
    line-height: 1.8em;
}
#contents p.important {
	color: red;
}
#contents table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	clear: both;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	width: 90%;
}
#contents table.mini {
	width:800px;
}
#contents caption {
	color:#4668AE;
	text-align: left;
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: 110%;
}
#contents th,
#contents td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contents table thead th {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #3D5996;
	padding:10px 0;
	line-height:1.8em;
}
#contents table tbody th {
	text-align: left;
	padding: 12px 5px 12px 8px;
	vertical-align: top;
	background: #F4F8FB;
	font-weight: bold;
}

#contents table .th_01 {
	width: 10%;
}
#contents table .th_02 {
	width: 20%;
}
#contents table .th_03 {
	width: 30%;
}
#contents table .cell_03 {
	height:78px;
}
#contents td {
	padding: 12px 5px 12px 8px;
	text-align: left;
	vertical-align: top;
	background: #FFF;
}	
	
#contents table p {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#contents table ul {
	margin-bottom: 10px;
	padding: 0px 0px 0px 2em;
}
#contents table h4 {
	color:#B10431;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#contents table h5 {
	line-height:1.6em;
	margin: 0;
	padding: 0px;
	font-size: 100%;
}
#contents em {
	color: #F30;
	font-weight: bold;
}
#contents .line_btm,
#contents p.line_btm {
	padding-bottom: 16px;
	background: url(../images/dot01.gif) repeat-x left bottom;
	margin-bottom: 16px;
}
#contents .line_btm02 {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
#contents .line_btm03 {
	padding-bottom: 20px;
	margin-bottom: 50px!important;
	border-bottom: 1px dotted #666;
}

/* 
 *
bread_tayama
 *
 */
/* 
 *
bread_tayama
 *
 */
#bread {
	width:1200px;
	margin:0 auto;
	color: #333;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	line-height: 2.2em;
	height:40px;
	overflow:hidden;
}
#bread ol {
	text-indent: 0;
	margin: 0;
	padding: 0;
	float:right;
}
#bread li {
	list-style: none;
	margin: 0 10px 0 0;
	color: #333;
	float: left;
	white-space:nowrap;
}
#bread li a {
	font-weight: bold;
	text-decoration: underline;
	background: url(../images/arrow01.png) no-repeat right center;
	height: auto;
	width: auto;
	white-space: nowrap;
	padding-right: 23px;
}

/* 
 *
area_tayama
 *
 */
#contents .area01 {
	margin:0 10px 1em;
	border: 6px solid #F0F0F0;
	background: #FFF;
	padding: 30px;
}
#contents .area01 h3 {
	font-size: 130%;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding:0 0 0.2em;
	background:none;
	color: #3474AD;
}
#contents .area01 h4 {
	font-size: 100%;
	font-weight: bold;
	clear: both;
	margin:0;
	margin-bottom: 15px;
	padding:0;
	color: #000000;
	border-bottom: none;
}
#contents .area01 h5 {
	margin: 0 0 0;
}
#contents .area01 ol {
	margin:0;
	padding-left:1.5em;
	text-indent:-1.4em;
}
#contents .area01 ol li {
	margin-bottom:4px;
}


#contents .area01 p,
#contents .area02 p,
#contents .area03 p{
	line-height:1.8em;
	margin: 0 0 1em;
}
#contents .area01 ul,
#contents .area01 ol {
	margin-bottom: 0px;
}
#contents .area01 ul {
	list-style: inside;
	font-weight:bold;
	font-size:1em;
	text-indent:-1.2em;
	padding-left:1.5em;
	margin:0 0 15px 0;
}
#contents .area01 ul li {
	margin-bottom:7px;
}
#contents .area01 p.tel {
	margin:0 60px 0 180px;
	float:left;
	padding-top:20px;
}
#contents .area01 p.adr {
	float:left;
	width:300px;
	padding:15px 0 20px;
	margin-bottom:0;
}
#contents .area02 {
	border: 8px solid #FAF1B6;
	margin:0 10px 2em;
	background: #fff;
	padding: 30px 30px 20px;
}
#contents .area02 h3 {
	margin-left:0;
	margin-right:0;
}
#contents .area02 h4 {
	color:#E99618;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0.2em;
}
#contents .area02 h5 {
	margin-left:0;
}
#contents .area03 {
	border: 8px solid #DDD;
	margin:0 10px 2em;
	background: #fff;
	padding: 30px 30px 20px;
}


#contents .area03 h3 {
	margin-left:0;
	margin-right:0;
}
#contents .area03 h4 {
	color:#E99618;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0.2em;
}
#contents .area03 h5 {
	margin-left:0;
}

#contents .area01 .btn_more {
	width: 390px;
	font-size: 100%;
	font-weight: bold;
	color: #3D5996;
	text-align: center!important;
	margin: 10px auto;
}
#contents .area01 .btn_more a {
	display:block;
	line-height: 60px;
	outline-style:none;
	color:#3D5996;
	text-decoration:none!important;
	background: #DDEBF7 url(../images/arrow01.png) no-repeat 97% center;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-align: center!important;
}
#contents .area01 .btn_more_h {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	color: #3D5996;
	text-align: center!important;
	margin: 10px auto;
}
#contents .area01 .btn_more_h a {
	display:block;
	line-height: 90px;
	outline-style:none;
	text-decoration:none!important;
	background: #DDEBF7 url(../images/arrow01.png) no-repeat 97% center;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-align: center!important;
	height: 90px;
}
#contents .area01 .btn_more a:hover {
	background-color:#3D5996;
	color:#fff;
}
