
span.textbgcolor {
    background: linear-gradient(transparent 0%, transparent 50%, #f4ff3d 50%, #f4ff3d 100%);
}

span.red {
	color:#ff0000;
  font-weight: bold;
}

span.font_mini {
	font-size:80%;
	font-weight:none;
}

/** ヘッダ **/

#slider {
    width: 100%;
    height: 90vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}


@media screen and (max-width:768px) {

	#slider {
	    width: 100%;
	    height: 50vh;
	}

}

.head_tel {
	text-align: right;
	padding: 0px 50px 0px 0px;
	min-height: 100vh;
}


.head_tel img {
	width: 360px;
	max-width: 360px;
	height:96px;
}

.head_tel img:hover {
	opacity: 0.5 ;
}


.head_tel_sp {
	text-align: center;
}

.head_tel_sp img {
	width: 360px;
	max-width: 360px;
	height:96px;
}


/** ギャラリー **/

.flexbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexbox img {
	width: 11%;
}


.flexbox_sp {
	margin:0 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexbox_sp img {
	width: 33%;
}



/** ランキング　テーブル **/

.ranking {
  width: 100%;
  border-collapse:collapse;
  border-spacing: 0;
  vertical-align: middle;
  line-height:1.4em;
}

.ranking th {
  padding: 5px 0 ;
  font-size:130%;
  font-weight: bold;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  background: #000;
  color: #ffffff;
  vertical-align: middle;
}

.ranking td {
  padding: 10px 5px;
  font-weight: bold;
  border: 1px solid  #ff0000;
  color: #e30809;
  vertical-align: middle;
  text-align: center;
  background: #fff; 
}

.td_01 { width:20%; font-size:150%;}
.td_02 { width:20%; font-size:150%;}
.td_03 { width:12%; font-size:150%;}
.td_04 { width:12%; font-size:120%;}
.td_05 { width:36%; font-size:120%;}



/** menu　テーブル **/

.menu {
  width: 100%;
  border-collapse:collapse;
  border-spacing: 0;
  vertical-align: middle;
  line-height:1.4em;
}

.menu th {
  padding: 10px 0 ;
  font-size:130%;
  font-weight: bold;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  background: #000;
  color: #ffffff;
  vertical-align: middle;
}

.menu td {
  font-weight: bold;
  padding: 10px 5px;
  border: 1px solid  #ff0000;
  color: #000;
  vertical-align: middle;
  text-align: center;
  background: #fff; 
}

.menu_td_01 { width:20%;}
.menu_td_02 { width:20%; font-size:110%;}
.menu_td_03 { width:20%; font-size:110%;}
.menu_td_04 { width:40%; font-size:110%;}


.td_img { width:200px; }


td img {
    z-index: 8;
    width: 150px;
    text-align: center;
}

.sub_menu_td_01 { width:60%; font-size:100%;}
.sub_menu_td_02 { width:40%; font-size:100%;}


/*問い合わせフォーム*/
.cform {
    width: 100%;
    margin: auto;
    background-color: #fff;
}


input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #1d2088;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
		border: 2px solid #1d2088;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #1d2088;
    border: 2px solid #1d2088;
}
.inquiry th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
.inquiry td, {
    border-top: 1px solid #ededed;
    padding: 12px
}

input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}






/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  margin: 15px auto;
  text-align: right;
    background: #1474d3 url(../../wp-content/uploads/2022/11/line_bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom;

}

/*以下、②左側のコメント*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 350px;
    border-radius: 12px;
    background: #edf1ee;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
	color:#000;
    margin: 0;
    padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
	color:#000;
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 10px;
    max-width: 350px;
    border-radius: 12px;
    background: #30e852;
    text-align: left;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}