/* ===================================================================
CSS
=================================================================== */
html,
body {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
img {
   max-width: 100%;
   height: auto;
}
}

/* PC *============================================================ */
.sp {
	display: none;}
.pc {
	display: block;}

.sp_img100 {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;}

.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1000px){
.wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 600px) {
.wrapper {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
}

.head_area {
   width: 100%;
   padding-top: 20px;
}

.logo {
   padding-left: 40px;
   float: left;
}
.logo.con_logo {
   padding-left: 20px;
}
.logo.con_logo img {
   width: 90%;
   height: auto;
}
.head_bt {
   padding-right: 40px;
   float: right;
   font-size: 16px;
   font-size: 1.6rem;
}
.head_bt a {
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all  0.3s ease;
}
.head_login {
   float: left;
   margin-right: 20px;
}
.head_login a {
   background-color: #29a8bf;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 20px;
   display: block;
   color: #FFF;
   text-decoration: none;
}
.head_login a:hover {
   background-color: #026d81;
}
.head_toroku {
   float: left;
}
.head_toroku a {
   background-color: #f3ac00;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 7px;
   display: block;
   color: #FFF;
   text-decoration: none;
}
.head_toroku a:hover {
   background-color: #f59000;
}
.head_favorite {
   float: left;
   margin-right: 10px;
}
.head_favorite a {
   background-color: #f3ac00;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 20px;
   display: block;
   color: #FFF;
   text-decoration: none;
}
.head_favorite a:hover {
   background-color: #f59000;
}

.head_login_con {
   float: left;
   margin-right: 20px;
}
.head_login_con a {
   background-color: #f3ac00;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 20px;
   display: block;
   color: #FFF;
   text-decoration: none;
}
.head_login_con a:hover {
   background-color: #026d81;
}

@media screen and (max-width: 980px) {
.head_area {
   padding-top: 8px;
}
.logo {
   padding-left: 10px;
   float: none;
   padding-top: 7px;
}
.logo img {
   max-width: 100px;
   width: 40%!important;
   height: auto;
}
.head_bt {
   padding-right: 0;
   float: none;
   font-size: 13px;
   font-size: 1.3rem;
   position: absolute;
   right: 57px;
   top: 7px;
}
.head_login, .head_login_con {
   margin-right: 0;
}
.head_login a, .head_login_con a {
   padding: 10px;
}
.head_toroku {
}
.head_favorite {
   display: none;
}
}

#menu {
	text-align: center;
	padding: 25px 0 16px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;}
.con_menu {
   width: 700px;
   margin: -90px auto 0;
}
#menu li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 15px;}
.con_menu li {
   margin: 0 7px!important;
}
#menu li a {
	text-decoration: none;
	color: #323232;
	padding: 5px;
	position: relative;
	display: inline-block;
	transition: .3s;}
#menu.con_menu li a {
   color: #FFF;
}
#menu li a:hover {
	background-color: inherit;}
	
#menu li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #323232;
	transition: .2s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#menu li a:hover::after {
	width: 100%;
}

#menu li .fa {
	padding-right: 5px;}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	font-size: 14px;
	font-size: 1.4rem;
}
.is-show {
	transform: translateY(0);
	height: 60px;
	padding-top: 0px;
	background: rgba(55,184,189,1);
	z-index: 9999;
}
.is-show #menu {
   position: relative;
   margin: 0 15px;
   padding: 10px 0 5px;
}
.is-show .con_menu {
   width: 96%;
   margin: 0 2%;
}
.is-show #menu li {
   margin: 0 7px;
}
.is-show #menu li a {
	color: #FFF;}
.is-show #menu li.show_login a::after, .is-show #menu li.show_member a::after {
   display: none;
}
.is-show #menu li.show_login a:hover, .is-show #menu li.show_member a:hover {
   background-color: #058c91;
}


nav {
	transition: .3s;
}
.is-hide {
	transform: translateY(-100%);
}
.show_logo, .show_login, .show_member {
   display: none!important;
}
.is-show .show_logo {
   display: block!important;
   position: absolute;
   top: -6px;
   left: 0;
   margin: 0;
}
.is-show .show_logo img {
   width: 200px;
   height: auto;
}
.is-show .show_logo a:before, .is-show .show_logo a:after {
   content: none!important;
}
.is-show .show_logo a img {
   background: none;
}
.is-show .show_login {
   display: block!important;
   position: absolute;
   top: 10px;
   right: 100px;
}
.is-show .show_member {
   display: block!important;
   position: absolute;
   top: 10px;
   right: 0;
}
.is-show .show_login a, .is-show .show_member a {
   padding: 5px 10px!important;
}

@media screen and (max-width: 1100px){
.is-show #menu {
   text-align: left;
}
}
@media screen and (max-width: 980px){

#menu {
	text-align: left;
	height: inherit;
	margin-top: 30px;
	margin-bottom: 0;}
#menu li {
   width: 100%;
   display: block;
   margin: 0;
}
#menu li a {
   text-align: center;
   padding: 15px 0;
   display: block;
   border-bottom: 1px dashed #a8a8a8;
   color: #FFF;
}
#menu li a::after {
	position: inherit;
	content: '';
	transition: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.con_menu {
   width: 100%;
}

.clone-nav {
   display: none;
}
.head_online {
   display: none;
}
.is-hide {
	transform: translateY(0%);
}
.show_logo, .show_store {
   display: block!important;
}
}

.head_online_bt {
   position: absolute;
   top: 40px;
   right: 40px;
   font-size: 14px;
   font-size: 1.4rem;
}
.head_online_bt a {
   background-color: #FFF;
   padding: 10px 25px;
   color: #252525!important;
   text-decoration: none;
   display: block;}
.head_online_bt a:hover {
   background-color: #252525;
   color: #FFF!important;
}
.head_online_bt.con_online {
   top: 15px;
   right: 15px;
}

@media screen and (max-width: 768px){
.head_online_bt {
   display: none;
}
}
footer {
   background-color: #f1f1f1;
   padding: 50px 0;
}
small {
   text-align: center;
   font-size: 12px;
   font-size: 1.2rem;
   padding: 15px 0;
   display: block;
}

#pageTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
	z-index: 99;
  }
@media screen and (max-width: 768px) {
#pageTop {
  display: block;
  position: relative;
  bottom: auto;
  right: auto;
  padding: 10px 0;
  background-color: rgba(159, 129, 27, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
}

/*  CONTENTS TITLE -------------*/

.breadcrumb {
   padding: 10px 0 10px 0;
   width: 1000px;
   margin: 0 auto;
}
.breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
	font-size: 12px;
	letter-spacing: 0.02em;
}
.breadcrumb li::after {
  display: inline-block;
  margin: 0 .3em;
  color: #959fa5;
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/bread_icon.png) no-repeat center center;
  vertical-align: middle;
}
.breadcrumb li:last-child::after {
   background: none;
}

@media screen and (max-width: 1000px) {
.breadcrumb {
   padding: 10px;
   width: 100%;
}
}
@media screen and (max-width: 640px) {
.breadcrumb {
   display: none;
}
}

.foot_banner {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   justify-content: space-between;
   width: 1000px;
   margin: 0 auto 30px;
}
.foot_banner::after{
  content:"";
  display: block;
  width:30%;
}
.foot_banner li {
   width: 300px;
   margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
.foot_banner {
   width: 100%;
}
.foot_banner::after{
  content:"";
  display: block;
  width:30%;
}
.foot_banner li {
   width: 30%;
   margin-right: 1%;
   margin-left: 1%;
   margin-bottom: 25px;
}
.foot_banner li img {
   max-width: 100%;
   height: auto;
}
}
@media screen and (max-width: 600px) {
.foot_banner {
   width: 100%;
   margin: 0 auto 30px;
}
.foot_banner li {
   width: 46%;
   margin-bottom: 20px;
   margin-left: 2%;
   margin-right: 2%;
}
}

.foot_banner_kanren {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   justify-content: space-between;
   width: 1000px;
   margin: 0 auto;
}
.foot_banner_kanren::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.foot_banner_kanren::after{
  content:"";
  display: block;
  width:23%;
}
.foot_banner_kanren li {
   width: 220px;
   margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
.foot_banner_kanren {
   width: 100%;
}
.foot_banner_kanren::after{
  content:"";
  display: block;
  width:30%;
}
.foot_banner_kanren li {
   width: 46%;
   margin-right: 1%;
   margin-left: 1%;
   margin-bottom: 25px;
}
.foot_banner_kanren li img {
   max-width: 100%;
   height: auto;
}
}
@media screen and (max-width: 600px) {
.foot_banner_kanren {
   width: 100%;
   margin: 0 auto 30px;
}
.foot_banner_kanren li {
   width: 46%;
   margin-bottom: 20px;
   margin-left: 2%;
   margin-right: 2%;
}
}

.foot_title {
   color: #00A4C5;
   margin-bottom: 3px;
   font-size: 17px;
   font-size: 1.7rem;
}
.foot_base {
   padding-bottom: 35px;
   border-bottom: 1px solid #A8A8A8;
   margin-bottom: 40px;
}
.foot_area {
   float: left;
}
.foot_area h4 {
   font-weight: bold;
   float: left;
   padding: 5px 10px 5px 0;
}
.foot_area ul {
   float: left;
   margin-right: 20px;
}
.foot_area li {
   float: left;}
.foot_area li a {
   padding: 0 10px;
   font-size: 14px;
   font-size: 1.4rem;
   color: #313131;
}
.foot_area li+ li a {
  border-left: 1px solid #333;
}
.foot_boshu li {
   float: left;}
.foot_boshu li a {
   padding: 0 10px;
   font-size: 14px;
   font-size: 1.4rem;
   color: #313131;
}
.foot_boshu li:first-child a {
   padding: 0 10px 0 0;
}
.foot_boshu li+ li a {
  border-left: 1px solid #333;
}



/* コンテンツ ------------------- */
.contents_head {
   background-color: #5cc8df;
   padding-bottom: 18px;
}

.page_title {
   background-color: #BBEAEC;
   padding: 27px 0;
   color: #FFF;
   margin-bottom: 50px;
}
.page_title h1 {
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: bold;
}
.page_title p {
   margin-top: 7px;
   font-size: 14px;
   font-size: 1.4rem;
}
.page_title h1 img {
   width: 400px;
   height: auto;}

.flex {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
 .flex02 {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
 }
.jc {
   justify-content: space-between;}
.ai {
   align-items: center;
}
.indent-1 {
   padding-left: 1em; /*1em（1文字）分、右に動かす*/
   text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
.flex::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.flex::after{
  content:"";
  display: block;
  width:23%;
}

.foot_telarea {
   padding: 30px 0;
   border-top: 1px solid #E0E0E0;
   text-align: center;
}
.foot_tel {
   font-size: 40px;
   font-size: 4.0rem;
}
.foot_tel span {
   color: #0FB9C1;
   background: url(../img/phone.png) top left no-repeat;
   padding-left: 70px;
   font-weight: bold;
}
a[href^="tel:"] { cursor: default; }

@media screen and (max-width: 640px){
.foot_tel {
   font-size: 36px;
   font-size: 3.6rem;
}
.foot_tel span {
   padding-left: 45px;
   background: url(../img/phone.png) center left no-repeat;
   background-size: 40px auto;
}
}

/* ===================================================================
    スマホ
=================================================================== */
@media screen and (max-width: 600px) {

.sp {
	display: block;}
.pc {
	display: none;}

.sp_img100 {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;}
	




}















































































