*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
}
body{
  max-width: 100%;
color:#333;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}
/*
::-webkit-scrollbar
{
        overflow:hidden;
        width:1px;
        background:#fafafa;
}
        ::-webkit-scrollbar:horizontal
        {
                height:1px;
        }
::-webkit-scrollbar-button
{
       display:none;
}
::-webkit-scrollbar-piece
{
        background:#eee;
}
        ::-webkit-scrollbar-piece:start
        {
                background:#eee;
        }
::-webkit-scrollbar-thumb
{
        background:#333;
}
::-webkit-scrollbar-corner
{
        background:#333;
}*/

/* リンク設定
------------------------------------------------------------*/
a{color:#337db6;text-decoration:none;}
a:hover{color:#246292;}
a:active, a:focus{outline:0;}
::-webkit-scrollbar
{
        overflow:hidden;
        width:5px;
        background:#fafafa;

        -webkit-border-radius:3px;
        border-radius:3px;
}
        ::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
::-webkit-scrollbar-button
{
       display:none;
}
::-webkit-scrollbar-piece
{
        background:#9f9f9f;
}
        ::-webkit-scrollbar-piece:start
        {
                background:#9f9f9f;
        }
::-webkit-scrollbar-thumb
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;

        background:#9f9f9f;
}
::-webkit-scrollbar-corner
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;

        background:#9f9f9f;
}
/* 全体*/
/* 紹介ページ共通部分css*/
.common-box{
	    padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
}
.comb-link{
width:90%;
display: block;
max-width: 600px;
margin:0px auto 0;
text-decoration: none;
color:#000;
}

.comb-in{
  width: 100%;
}
.comb-link img{
  width: 100%;
/*  background: #006cba;*/
  vertical-align: bottom;
  border-radius: 15px;
  padding: 0px;
}
.comb-link p{
  font-size: 14px;
}



h2.comh2 {
    position: relative;
    color: #ffffff ;
    background: #93bc52;
    font-size: 18px ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
}
h2.comh2:after, h2.comh2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
h2.comh2:after {
    left: 0;
    border-right: 5px solid #333;
}
h2.comh2:before {
    right: 0;
    border-left: 5px solid #333;
}
h2.kuroh2{
width:100%;
margin: 0 auto;
  font-weight: bold;
font-size: 18px;
}
/*------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0;
width:100%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}
.h-t{
  width:100%;
  background: #56ceb6;;
  color:#fff;
}
.h-t h1{
width:85%;
margin: 0 auto;
font-size: 13px;
padding:5px 0px 5px 10px;
font-weight: bold;
}
.h-b{
  width: 100%;
  padding: 0px 0 0;
}
.h-b-in{
	width: 85%;
  margin: 0 auto;
  padding: 10px 0;
}
.header-news{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffb939;
  padding: 5px 0;
}
.hn-in{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.hn-in a{
  display: block;
  text-decoration: none;
  color:#2ea7e0;
  font-size: 13px;
  text-align: left;
  padding: 0 10px;
}
/*----------------*/
.fixed_btn-in2{
  display: none;
}
.fixed_btn-in{
  position: fixed;
  bottom:0;
  right: 0px;
  box-sizing: border-box;
  display: block;
  	margin: 0;
  	padding: 0 0 0 5px;
            z-index: 999;
}
.cp_snslink03 .cp_link_list {
	margin: 0;
	padding: 0;
	list-style: none;
  opacity: 0.8;
}
.cp_snslink03 .cp_link_list .cp_link img {
	width: 100%;
  max-width: 50px;
  height: auto;
  border-radius: 20px 0px 0px 20px;
}
.cp_snslink03 .cp_link_list .cp_link a img {
	width: 100%;
  max-width: 50px;
  height: auto;
  border-radius: 20px 0px 0px 20px;
}
/*
.cp_snslink03 .cp_link_list .cp_link {
	position: relative;
	right: -100px;
	margin: 10px 0;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: right 0.6s ease-in-out;
	        transition: right 0.6s ease-in-out;
	text-align: left;
	background: #80deea;
	border-right: none;
	-webkit-box-shadow: 0px 0px 0px 3px #80deea;
	box-shadow: 0px 0px 0px 3px #80deea;

}

.cp_snslink03 .cp_link_list .cp_link:hover {
	right: 0;
	background: #00bcd4;
	-webkit-box-shadow: 0px 0px 0px 3px #00bcd4;
	box-shadow: 0px 0px 0px 3px #00bcd4;
}
.cp_snslink03 .cp_link_list .cp_link a {
	text-decoration: none;
	color: #1a237e;
}
.cp_snslink03 .cp_link_list .cp_link:hover a {
	color: #ffffff;
}
*/
/*************
/* ヘッダー
*************/
#header{
padding:0px 0 0px;
overflow:hidden;
background-color:#2ea7e0;
}

* html #header{height:1%;}




/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:5px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#ffff00;
}

.logo span{
font-size:11px;
font-weight:normal;
}

.logo a img{
  width: 200px;
}
/**************************
/* トップナビゲーション
**************************/
ul#topnav{
display: flex;
justify-content: flex-end;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
margin:0px 0px 0px 15px;
text-align:center;
font-weight: bold;
}
ul#topnav a{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;/*文字色*/
  font-weight: bold;
  font-size:12px;
  text-align: center;
  transition: 0.5s;
}
ul#topnav a:hover{
  opacity: 0.5;
}
ul#topnav a i{
  font-size:40px;
  padding-bottom: 5px;
}
ul#topnav span{
color:#fff;
font-size:10px;
}

/* menu-wrap */
  #menu-wrap {
    background: #fff;
    width: 30%;
    /*
    width: 300px;
    */
    position: fixed;
    top: 0px;
    right: -70%;
    height: 100vh;
    opacity: 0;
    /*
overflow-y: scroll;
*/
    box-sizing: border-box;
    z-index: 200;
    -webkit-transition: .5s;
    transition: .5s;
  }

  #menu-wrap.is-active {
    opacity: 1;
    /*
    visibility: visible;
    */
    right: 0;
  }
.mb-menu{
  font-weight: bold;
  font-size:12px;
  color:#fff;
  padding: 0.5em 1em;
}
  /* click-nav */
  #click-nav {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    margin-top: 5px;
    }

  #click-nav span {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 5px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }

  #click-nav .one {
    top: 0;
  }

  #click-nav .two {
    top: 14px;
  }

  #click-nav .three {
    top: 28px;
  }
  #click-nav.is-active{
    position: fixed;
    top:10px;
    right:10px;
  }
  /* click-nav is-active */
  #click-nav.is-active .one {
    transform: rotate(45deg);
    top: 14px;
    background: #000;
  }

  #click-nav.is-active .two {
    right: -60px;
    background: #000;
  }

  #click-nav.is-active .three {
    top: 14px;
    transform: rotate(-45deg);
    background: #000;
  }
  .global-sp-header-nav{
    width: 100%;
    display: block;
    justify-content: flex-start;
    font-size: 12px;
  }
  .sp-menu{
    width: 100%;
    /*
    max-width: 400px;*/
    margin:0;
    /*
    overflow-y: scroll;
    */
  }
  .hun-menu{
    width: 100%;
    background: #eee;
    padding:5px;
  }
  .hm-list{
    width: 100%;
  }
  .hm-list li{
    width: 100%;
    padding:5px;
    border-bottom: 1px #eee solid;
  }
  .hm-list li a{

    text-decoration: none;
    color:#000;
  }
  .kensaku{
  	width: 95%;
  	margin: 10px;
  	box-sizing: border-box;
  	position:relative;
  	padding: 0;
  }
  .kensaku label{
  	width: 100%;
  	display: flex;
  	justify-content: flex-start;
  }
  .kensaku input{
  	width: 200px;
  	line-height:38px;
  	background:none;
  	border: none;
  }
  button{
  background-color: transparent;
          border: none;
          cursor: pointer;
          outline: none;
          padding: 0;
          appearance: none;
  }
  button[type=submit],
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  #mado{
  	margin-right: -10px;
  	border:2px solid #2ea7e0;
  	border-bottom-left-radius: 6px;
  	-webkit-border-bottom-left-radius: 6px;
  	-moz-border-radius-bottomleft: 6px;
  	border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  padding: 0 5px;
  }
  #submit-btn{
    width:50px;
  	height:42px;
  	color:#fff;
  	line-height:40px;
  	text-align:center;
  	background-color:#2ea7e0;
  	/* 蜿ｳ荳翫?縺ｿ隗剃ｸｸ */
  	border-top-right-radius: 6px;
  	-webkit-border-top-right-radius: 6px;
  	-moz-border-radius-topright: 6px;

  	/* 蜿ｳ荳九?縺ｿ隗剃ｸｸ */
  	border-bottom-right-radius: 6px;
  	-webkit-border-bottom-right-radius: 6px;
  	-moz-border-radius-bottomright: 6px;
  }
  #submit-btn i{
	font-size: 15px;
}
.searchform button[type=submit] {
	width:50px;
	height:42px;
	color:#fff;
	line-height:40px;
	text-align:center;
	background-color:#2ea7e0;
	/* 蜿ｳ荳翫?縺ｿ隗剃ｸｸ */
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;

	/* 蜿ｳ荳九?縺ｿ隗剃ｸｸ */
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

.breadcrumb {
	width: 85%;
  margin-left:0;
  padding-left:0;
margin:0px auto 10px;

}

.breadcrumb li {
  display:inline;/*讓ｪ縺ｫ荳ｦ縺ｶ繧医≧縺ｫ*/
  list-style: none;
  font-weight: bold;/*螟ｪ蟄?*/
  color:  #000;
font-size:12px;

}

.breadcrumb li::after {
  /* >繧定｡ｨ遉ｺ*/
  content: '>';
  padding: 0 3px;
  color: #000;
}

.breadcrumb li:last-child::after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
  color: #55a8d8;

}

.breadcrumb li a i {
padding-right:5px;
}

.breadcrumb li a:hover {
  color: #9bd2f2;
}

footer{
background:#2ea7e0;
color:#ffffe0;
color:#fff;
padding: 20px 0;
}
.f-midashi{
  font-weight: bold;
  font-size: 18px;
}
.f-logo{
  text-align: center;
}
.f-menu{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.f-menu ul{
	font-size: 15px;
	display: flex;
	justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.f-menu li{
	margin: 10px 20px 0 0;
}
.f-menu li a{
	text-decoration: none;
	color:#fff;
  font-size: 14px;
}
.f-menu li a:before{
    font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  font-size: 0.9em;
  padding-right: 3px;
}
.copy{
	color:#fff;
  text-align: center;
}

@media only screen and (max-width:960px) {
	.fixed_btn-in{
	 position: fixed;
	 bottom:0;
	 right: 0px;
	 box-sizing: border-box;
	 display: block;
		 margin: 0;
		 padding: 0 0 0 5px;
						 z-index: 999;
 }
 .cp_snslink03 .cp_link_list {
 }
 .cp_snslink03 .cp_link_list .cp_link img {
	 width: 100%;
	 max-width: 35px;
	 height: auto;
	 border-radius: 10px 0px 0px 10px;
 }
 .cp_snslink03 .cp_link_list .cp_link a img {
	 width: 100%;
	 max-width: 35px;
	 height: auto;
	 border-radius: 10px 0px 0px 10px;
 }
 .h-t{
	 padding-top: 5px;
 }
 #header .logo{
	 padding: 5px 0 0 10px;
 }
 #menu-wrap {
	 width: 300px;
overflow-y: scroll;
 }

 #menu-wrap.is-active {
	 visibility: visible;
 }
 .sp-menu{
 max-width: 400px;
 margin:0;
 overflow-y: scroll;
}
.kensaku input{
 width: 190px;
}
 #box4{
 width:100%;
 max-width:960px;
 margin:0 auto;
 padding: 19px;
 }
.readmore{

 height: 100px;
 word-break: break-all;
}
 .grid h3{
	 max-width: none;

 }
 .grid{
 float:left;
 width:48%;
 margin:10px 1%;
 }

 .grid img{
 width:100%;
 max-width: none;
 float:left;
 margin-right:5px;
 }
.readmore{
 max-width: none;
}
 #gallery{padding-left:1px;}

 #gallery .grid{
 width:23%;
 margin:0 1%;
 padding:0;
 }

 #gallery .grid img{
 float:none;
 margin:0;
 }

 #sub .grid{
 width:32%;
 margin:10px 1%;
 }

 #sub .grid:first-child{
 margin-left:0;
 }

 #sub .grid:last-child{
 margin-right:0;
 }
#sub li a{
 display:block;
 text-align: center;
}
 .line-btn{
	 max-width: 270px;
	 text-align: center;
	 display: block;
	 max-height: none;
 }
 .line-btn a{
	 width: 100%;
	 text-align: center;
	 margin-bottom: 10px;
 }
 .line-btn a img{
	width: 100%;
	margin: 10px auto;
 }
	 #sub ul.list li{
		 height:170px;
	 }
 #sub ul.list li img{
 text-align: center;
 margin: 5px auto;
 }
 .grid img{
 float:none;
 margin:0 auto;
 }

 .grid .logo a img{
 width:100%;
 max-width: 120px;
 }
 .breadcrumb{
   margin: 0 auto 10px;
 }
 .breadcrumb li{
 font-size:10px;
 }
 .f-menu-wrapper{
	 width: 100%;
	 margin: 15px 20px;
	 display: flex;
	 justify-content: space-between;
 }
	 .f-menu{
padding: 10px 0;
	 }
 .f-menu ul{
	 font-size: 15px;
	 display: block;
	 justify-content: center;
 }
 .f-menu li{
	 margin: 10px 0 5px;
 }
 .f-menu li a{
	 font-size: 12px;
 }
}
}
/*--------------------------------------------------*/
@media only screen and (max-width:888px){
	html{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#header{
	padding: 0px 0 0px;
}
.h-b {
	padding: 5px 0 0;
}
.logo a img{
	width: 150px;
}
.logo span{
	padding-top: -10px;
}
	ul#topnav a{
		font-size: 10px;
	}
ul#topnav a i {
	font-size: 30px;
	padding-bottom: 5px;
}

.mb-menu{
font-weight: bold;
font-size:10px;
color:#fff;
padding: 0.5em 1em;
}
/* click-nav */
#click-nav {
position: relative;
width: 35px;
height: 30px;
cursor: pointer;
z-index: 999;
margin-top: 5px;
}
#click-nav.is-active{
	top:10px;
}
#click-nav .one {
	top: 0;
}

#click-nav .two {
	top: 12px;
}

#click-nav .three {
	top: 24px;
}
}
/*--------------------------------------------------*/
@media only screen and (max-width:768px) {
	  html{
	    width: 100%;
	    overflow-x: hidden;
	    margin: 0;
	    padding: 0;
	    box-sizing: border-box;
	  }
		::-webkit-scrollbar
{
				overflow:hidden;
				width:1px;
				background:#fafafa;
}
				::-webkit-scrollbar:horizontal
				{
								height:1px;
				}
::-webkit-scrollbar-button
{
			 display:none;
}
::-webkit-scrollbar-piece
{
				background:#eee;
}
				::-webkit-scrollbar-piece:start
				{
								background:#eee;
				}
::-webkit-scrollbar-thumb
{
				background:#333;
}
::-webkit-scrollbar-corner
{
				background:#333;
}
body{
overflow-x: hidden;
}
.h-t h1{
	width:calc(100% - 15px);
	padding: 5px 0 5px 0px;
}
.h-b-in{
	width:calc(100% - 20px);
}
}

			/*-------------------------------------------------------------------*/
@media only screen and (max-width:600px) {

  html{
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #header .logo{
    padding: 5px 0 0 5px;
  }
  .logo a img {
    width: 130px;
}
  .h-t h1{
  font-size: 10px;
  }
.fixed_btn-in{
  display: none;
}
.fixed_btn-in2{
  width: 100%;
  position: fixed;
  bottom:0;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  	margin: 0;
  	padding: 0px;
    z-index: 100;
    margin-bottom: -5px;
}
.cp_snslink04 .cp_link_list {
  width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
  display: flex;
  justify-content: space-around;

}
.cp_snslink04 .cp_link_list .cp_link{
  width: 25%;
}
.cp_snslink04 .cp_link_list .cp_link img {
	width: 100%;
  height: auto;
  margin: 0;
}
.cp_snslink04 .cp_link_list .cp_link a img {
	width: 100%;
  height: auto;
  margin: 0;
}
.logo a img {
  width: 120px;
}
ul#topnav li {
    margin: 5px 0px 0px 5px;
    text-align: center;
    font-weight: bold;
}
ul#topnav a{
font-size: 8px;
padding:4px 2px;
}
ul#topnav a i {
  font-size: 20px;
  padding-bottom: 5px;
}
.mb-menu{
font-weight: bold;
font-size:8px;
color:#fff;
padding: 0.5em 1em;
}
/* click-nav */
#click-nav {
  position: relative;
  width: 32px;
  height: 20px;
  cursor: pointer;
  z-index: 999;
  margin-top: 0px;
  margin-bottom: 5px;
  }
  #click-nav span {
    height: 3px;
  }

  #click-nav .one {
    top: 0;
  }

  #click-nav .two {
    top: 10px;
  }

  #click-nav .three {
    top: 20px;
  }
  #click-nav.is-active{
    top:15px;
    height: 30px;
  }
  /* menu-wrap */
    #menu-wrap {
      right: -300px;
    }
  .global-sp-header-nav{
  }
.p-bottom {
    padding: 0px 0px 5px 10px;
}

h2.heading {
    margin: 0px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
}
h2.orange {
  margin: 0px;
  padding: 10px 0 10px 10px;
}
h2.orange:after, sample2:before {
   content: none;
}
h2.orange:after {
     content: none;
}
h2.orange:before {
   content: none;
}
.common-box{
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
    padding:10px 0px 10px;
  border-top:1px solid #ddd;
  box-sizing: border-box;
}
.comb-link{
  width: 100%;
    margin: 0px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.comb-link img {
    width: 100%;
    margin-bottom: 10px;
}
h2.kuroh2{
}
h2.comh2 {
  margin: 0px;
  padding: 10px 0 10px 10px;
}
h2.comh2:after, sample2:before {
   content: none;
}
h2.comh2:after {
     content: none;
}
h2.comh2:before {
   content: none;
}
.kuuseki-banner {
    font-size: 15px;
    padding: 5px;
}
.kb .pc{
  display: none;
}
.kb .mb{
  display: block;
}

.pcimg{
display:none;
}
.mbimg{
display:block;
}
.f-menu-wrapper{
  width: 100%;
  margin: 15px 0px;
  display: block;
  justify-content: flex-start;
}
.f-menu{
  border-top: 1px solid #fff;
}
.copy{
  width: 90%;
  margin: 0 auto;
padding-top: 15px;
    border-top: 1px solid #fff;
}
}
			/*-------------------------------------------------------------------*/
@media only screen and (max-width:500px) {

}
@media only screen and (max-width:360px) {

}
