@charset "UTF-8";
/* --- 共通 --- */
.content-body a, .page-title a {
    color: #ff9900;
    text-decoration: underline;
}

h2 {
    clear: both;
}

/* --- ヘッダー --- */
.global-nav{
    border-top: 2px solid #ff9900;
    box-shadow: inset 0 1px 0 #fff;
    background: linear-gradient(to bottom, #e5e5e5, #fff);
}
.colored .header-menu > .menu-item a, .none .header-menu > .menu-item a {
    border-bottom: none;
}
.global-nav .menu-item a{
	border-right: 1px solid #ccc;
}
.global-nav .menu-item:first-child a{
	border-left: 1px solid #ccc;
}
.global-nav .menu-item a:hover{
    background: linear-gradient(#ff9900, #ff4b1e);
	  opacity:1;
	  border-right: 1px solid #ff4b1e;
}
.header-menu > .menu-item {
    padding: 0;
}

@media(max-width:689px){
	.header-smp-menu .menu-item a {
    color: #fff !important;
}
}


/* --- フッター --- */
#footer{
    border-top: 2px solid #fe730d;
}
footer .footer {
    border-top: 20px solid #ffb412;
	  padding-top: 20px;
}
footer .line {
    background: #191919;
    border-top: 1px solid #262626;
}
footer .line .copyright {
    color: #808080;
    font-size: 12px;
}
footer .footer-link a {
    color: #fffffa;
    font-size: 12px;
    color: #808080;
}

/* 枠 */
.title-box2{
  margin: 1em 0;
  padding: 1.5em 1em 1em;
  position: relative;
  border: 2px solid #ffc107;
  background-color: #ffffff;
}

.title-box2-title{
  position: absolute;
  top: -0.8em;
  left: 20px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #ffc107;
  color: #fff;
  padding: 0 0.5em;
}

.title-box2 p{
  margin: 0;
  padding: 0;
}

/* 枠2 */
.title-box3{
  margin: 1em 0;
  background-color: #ffffff;
  border: 2px solid #ffa726;
  letter-spacing: .3px;
}

.title-box3-title{
  color: #fff;
  font-weight: bold;
  background-color: #ffa726;
  padding: 4px 6px;
}

.title-box3 p{
  margin: 0;
  padding: 1em;
}

/* TOPページ */
.red02 {
color:#ff0000;
font-weight:bold;
font-size: 150%
}

.red01 {
color:#ff0000;
font-weight:bold;
font-size: 110%
}


@media screen and (min-width: 640px){
.sponly{display:none;}}

@media screen and (max-width: 640px){
.pconly{display:none;}}

.menuLineDoubleLightW {
  position: relative;
  padding: 0.5em;
  background: #F15A24;
  color: white;
}

/* リボン */
.menuLineDoubleLightW {
  position: relative;
  padding: 0.3em;
  background: #F15A24;
  color: white;
}

.menuLineDoubleLightW::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.yohaku01{
			padding : 10px;}

.tyuuou01 {text-align:center;}

/*文字フロー  */

.float_none {
	clear: both;
}

figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 30%;
}
figure img {
	max-width: 100%;
}

.tyekku01 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

/*あお吹き出し  */
.tyekku01:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/*ボックス  */
.box01 {
    padding: 0.5em 1em;
    font-size: 100%;
    border: solid 1px #000000;
}
.box01 p {
    margin: 0; 
    padding: 0;
}

.container{
  width: 90%;
  margin: 0 auto;
}
.block{
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
}
.block__element1{
  display: table-cell;
  width: 40%;
  padding: 9px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.block__element2{
  display: table-cell;
  border: 1px solid #ccc;
  word-wrap: break-word;
  overflow: hidden;
  vertical-align: top;
  text-align:center;
}

.block__element3{
  display: table-cell;
  width: 20%;
  padding: 9px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
}

.block__element4{
  display: table-cell;
  border: 1px solid #ccc;
  word-wrap: break-word;
  overflow: hidden;
  vertical-align: top;
  vertical-align: middle;
  text-align:center;
}
/*リボン2  */
.ribon01{
  border: 1px solid #F15A24; 
  border-left: 10px solid #F15A24;
}


/* アコーディオン */
.su-spoiler-style-fancy > .su-spoiler-title {
    border-bottom: 1px solid #dbdbdb;
    border-radius: 10px;
    background-image: url("https://kashiwa-kaitori.com/vvf/wp-content/uploads/2019/02/q6a6.png");
    font-size: 15px;
}

.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 28px;
    padding: 9px 7px 7px 34px;
    font-weight: bold;
    font-size: 13px;
}

/* すまほめにゅー　*/
.header-smp-menu a {
    display: block;
    width: 100%;
    padding: 5px 10px 5px 0;
    white-space: nowrap;
	  font-size: 20px;
    line-height: 2.7em;
    border-bottom: 1px dotted #ccc;

}