@charset "utf-8";
/* CSS Document */

.kataban {
    background: #eaffe6;
    color: #333;
    font-size: 1.3em;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 4px solid #008825;
}
.kataban p {
    text-align: center;
    font-size: 1.4em;
    margin: 6px;
}
.kataban span {
    font-weight: normal;
    text-align: center;
    font-size: .8em;
}

.toilet_grid {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.toilet_grid p{
    padding: 10px;
}
.toilet_grid img{
    width: 80%;
    margin: 0 auto;
}
.main_img{
    text-align: center;
}
.main_img img{
    width: 90%;
}


/****付属品****/
.accessory_box {
    border: 2px solid #70b583;
    margin-top: 20px;
    margin-bottom: 20px;
}
.accessory_box h3 {
    background: #70b583;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0px;
    border: none;
    border-bottom: 0px solid !important;
    margin-top: 0;
    padding: 1%;
    text-align: center;
}
.accessory_box h4 {
    padding: 2% 9%;
    margin: 0 auto;
    border-bottom: 2px solid #70b583;
    margin-top: auto;
	margin-bottom: 5%;
}
.accessory_box div {
    display: flex;
    align-items: center;
}
.accessory_box p {
    text-align: center;
    padding: 2%;
    font-weight: bold;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ccc;
    justify-content: space-between;
    flex-grow: 1;
    /* display: flex; */
    /* align-items: center; */
}
.accessory_box ul {
    display: flex;
    flex-wrap: wrap;
}
.accessory_box li {
    width: 29.3%;
    margin: 2%;
	text-align: center;
}
.accessory_box img {
    margin-bottom: 5%;
	padding: 2%;
	width: 80%;
	margin: 3% auto;
}


/****オプション品****/
.option_box {
    border: 2px solid #f3a18e;
    margin-top: 20px;
    margin-bottom: 20px;
}
.option_box h3 {
    background: #f3a18e;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0px;
    border: none;
    border-bottom: 0px solid !important;
    margin-top: 0;
    padding: 1%;
    text-align: center;
}
.option_box p {
    text-align: center;
    background: #eee;
    padding: 2%;
    /* color: #fff; */
    /* border-radius: 4px; */
    font-weight: bold;
}
.option_box ul {
    display: flex;
    flex-wrap: wrap;
}
.option_box li {
    width: 29.3%;
    margin: 2%;
}
.option_box img {
    margin-bottom: 5%;
}
.option_box_pana01 {
    border: 2px solid #f3a18e;
    margin-top: 20px;
    margin-bottom: 20px;
}
.option_box_pana01 h3 {
    background: #f3a18e;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0px;
    border: none;
    border-bottom: 0px solid !important;
    margin-top: 0;
    padding: 1%;
    text-align: center;
}

.option_box_pana01 p {
    text-align: center;
    padding: 2%;
    /* color: #fff; */
    /* border-radius: 4px; */
    font-weight: bold;
}
.option_box_pana01 ul {
    display: flex;
    flex-wrap: wrap;
}
.option_box_pana01 li {
    width: 19%;
    margin: .5%;
    margin-top: 1%;
}
.option_box_pana01 img {
}



/***排水タイプ****/
.haisui_box {
    border: 2px solid #60bae5;
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
}
.haisui_box div{
    display: flex;
    align-items: center;
    height: 60px;
}
.haisui_box h3 {
    background: #60bae5;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0px;
    border: none;
    border-bottom: 0px solid !important;
    margin-top: 0;
    padding: 1%;
    text-align: center;
}
.haisui_box h4 {
    padding: 2% 9%;
    margin: 0 auto;
    margin-top: 10%;
    border-bottom: 2px solid #60bae5;
    margin-top: auto;
}
.haisui_box p {
    text-align: center;
    padding: 2%;
    font-weight: bold;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ccc;
}
.haisui_box ul {
    display: flex;
    flex-wrap: wrap;
}
.haisui_box li {
    width: 21%;
    margin: 2%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.haisui_box img {
    margin-bottom: 5%;
}

/****性能表***/
#toilet_seinohyo{
    margin-bottom: 3%;
}
.seinohyo {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.seinohyo h4 {
    background: #fdfffd;
    color: #409899;
    padding: 2%;
    font-size: 1.2em;
    border-radius: 4px;
}
.seinohyo ul {
    border: 2px solid #409899;
    margin: .8%;
    width: 31.7%;
    background: #409899;
    border-radius: 6px;
    color: #fff;
}
.seinohyo li {
    padding: 1.6%;
    border-bottom: 1px solid #3c7677;
    font-weight: bold;
}
.seinou_n{
    color: #3c7677 !important;
}

.tooltip {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
    background: none;
    color: #fff;
    font-weight: bold;
    border: none;
    font-size: 14px;
}
.tooltip p{
    padding: 1%;
    background: #FFF500;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.tooltip:hover {
    color: #FFF500;
}
/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  /*bottom: -167px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 10px; /* 余白 */
  font-size: 0.8rem; /* フォントサイズ */
  line-height: 1.45; /* 行間 */
  background: #fff; /* 背景色 */
  color: #333; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
    border: 1px solid #133F01;
    width: 200px;
    text-align: left;
    z-index: 9;
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:focus .tooltip-text {
  opacity: 1;
  visibility: visible;
    
}


.aicon::before{
    content: url("../../gastoilet/commodity_search/images/question_mark03.webp");
    vertical-align: bottom;
    margin-bottom: 10px;
}

.bgg{
    filter: brightness(50%);
}

/*****施工例*****/
.model_waku{
    display: flex;
    flex-wrap: wrap;
}
.model_box {
    width: 32.3333%;
    border: 3px solid #1e9602;
    margin: .5%;
}
.model_box a{
    text-decoration: none;
}
.model_box span {
    position: absolute;
    padding: .6%;
    background-color: #02962a;
    color: #fff;
    margin-top: 1%;
    margin-left: 1%;
}
.model_box p {
    padding: 2.5%;
    line-height: 1.5em;
    font-size: 1em;
}
.model_box div{
    background-image: url("//www.gasspec.jp/images/sekou_dummy.webp");
    background-size: cover;
    height: 170px;
}
.model_box div:hover{
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
}
.jirei_button {
    text-align: center;
    font-weight: bold;
    margin: 3% 0;
}
.jirei_button :hover{
    background: #f1f1f1;
    text-decoration: none;
}
.jirei_button a {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #aaa;
    padding: 2.6%;
    border-radius: 50px;
}
.jirei_button a::after{
    content: url("//www.gasspec.jp/images/up-right-from-square-solid.svg");
    width: 1.5%;
    float: right;
    position: absolute;
    margin-left: 4px;
}

/*PC*/
@media only screen and (min-width: 960px){
.mh_ac{
	min-height: 170px;
}
	
}



/*タブレット*/
@media screen and (max-width : 767px){
.accessory_box p {
    flex-direction: column;
}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.kataban p {
    font-size: 1.2em;
}
.toilet_grid img{
    width: 100%;
}
.main_img img{
    width: 100%;
}
    
.accessory_box li {
    width: 46%;
    margin: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.accessory_box p {
    text-align: center;
    padding: 2%;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ccc;
    justify-content: space-between;
    flex-grow: 1;
	display: flex;
	align-items: center;
}
.haisui_box div {
    height: auto;
}
.haisui_box li {
    width: 46%;
    margin: 2%;
}
.haisui_box h4 {
    margin-top: 0;
}
.option_box li {
    width: 46%;
    margin: 2%;
}
.option_box_pana01 li {
    width: 32.33333%;
}
/****性能表***/
.seinohyo ul {
    width: 48.4%;
    margin-bottom: 2%;
}
    
.seinou_n{
    font-size: 14px;
}
    
    
/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
    
}
    
    .tooltip{
        font-size: 14px;
    }  
    .tooltip a{
        font-size: 14px;
    }  
    
/***施工例**/
.model_box {
    width: 48%;
    border: 3px solid #1e9602;
    margin: 1%;
}
.jirei_button a {
    padding: 4.6%;
}
.jirei_button a::after {
    width: 3.2%;
}
}



