@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


.header {
display: none;
}



/* 絞込み検索のBOXスタイル変更　２番 */
.cp_ipselect1 {
  position: relative;
  width: 100%;
  margin: 2em auto;
  text-align: left; color: #FFFFFF;
}
.cp_sl021 {
  position: relative;
  font-family: inherit;
  background-color:   #0E5DAD      ;
  width: 100%;
  padding: 10px 10px 10px 15px;
  font-size: 15px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0);color: #FFFFFF;
}
.cp_sl021:focus {
  outline:none;
  border-bottom: 1px solid rgba(0,0,0,0.3 );color: #FFFFFF;
}
.cp_ipselect1 .cp_sl021 {
  appearance: none;
  -webkit-appearance:none
}
.cp_ipselect1 select::-ms-expand {
  display: none;
}
.cp_ipselect1:after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid ;color: #FFFFFF;
  pointer-events: none;color: #FFFFFF;
}
.cp_sl021_selectlabel {
  color: rgba(0,0,0,);
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.cp_sl021:focus ~ .cp_sl021_selectlabel, .cp_sl021:valid ~ .cp_sl021_selectlabel {
  color: #4D9CEB;
  top: -25px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.cp_sl021_selectbar {
  position: relative;
  display: block;
  width: 100%;
}
.cp_sl021_selectbar:before, .cp_sl021_selectbar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4D9CEB;
  transition: 0.2s ease all;
}
.cp_sl021_selectbar:before {
  left: 50%;
}
.cp_sl021_selectbar:after {
  right: 50%;
}
.cp_sl021:focus ~ .cp_sl061_selectbar:before, .cp_sl061:focus ~ .cp_sl061_selectbar:after {
  width: 50%;
}
.cp_sl021_highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}





/* お気に入り選択ボックス */
.simplefavorite_button {
    display: block;
    text-align: center;
    position: relative;
}
button.simplefavorite_button_in {
    display: inline-block;
    padding: 12px 28px 12px 20px;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px -2px rgb(33 37 56 / 25%);
    cursor: pointer;
    border-radius: 0.45rem;
    border-color: rgb(80,80,80,0.1);
    font-size: 0.95rem;
    transition: 0.2s ease-in-out;
    background: #fcfcfc;
    font-weight: 200;
}
button.simplefavorite_button_in p {
    display: inline-block;
    margin: 0;
}
button.simplefavorite_button_in:hover {
    opacity: 0.8;
}
button.simplefavorite_button_in i {
    color: #0C9417;
    font-size: 1.3rem;
    vertical-align: -1px;
    margin-right: 8px;
    opacity: 0.3;
}
.is-choosen .simplefavorite_button_in {
    background: #0C9417;
}
.is-choosen .simplefavorite_button_in i {
    opacity: 1;
    color: #FFFFFF;
}
.is-choosen .simplefavorite_button_in p {
    font-size: 0;
    color: #FFFFFF;
    font-weight: 600;
}
.is-choosen .simplefavorite_button_in p:before {font-size:0.95rem; content: "お気に入り登録済！";}



.mobile-menu-buttons {
background: #FFFFFF;
color: #0762BD;
}

.mobile-menu-buttons .menu-button > a {
color: #0762BD;
}




/*上に戻るボタン*/

.go-to-top {
  right: 20px; /*右から20px*/
  bottom: 55px; /*下から55px*/
}

.go-to-top-button {
  border-radius: 50%; /*丸くする*/
  width: 60px; /*横幅*/
  height: 60px; /*高さ*/
  font-size: 30px; /*アイコンフォントのサイズ*/
  opacity:0.8; /*透明度*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2); /*影*/
}

/*ホバー時*/
.go-to-top-button:hover {
  color: #333; /*アイコンフォントの色*/
  background-color:#9DC3F5; /*背景色*/
}



.scroll-top {
  // ボタンを右下で固定位置にする
  position: fixed;
  bottom: 30px;
  right: 30px;
  
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-top a {
  text-decoration: none;
  color: black;
}