@charset "utf-8";

/* html
{
    font-size: 62.5%;
} */

.background_img
{
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 30%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,1) 100%),url(../img/fire_1.jpg);
}

.head_nav
{
    background-color: #f08080;
    position: fixed;
    width: 100%;
    z-index: 1;
}

/* .card-header_section1
{
    background-color: #b0e0e6;
    font-weight: bold;
} */
.menu.open
{
    right: 0;
}

.btn-line
{
    display: block;
	position: relative;
    width: 100%;  /* 線の長さと高さ */
    height: 1px;
    background-color: #686868;  /* バーガー線の色 */
}

.btn-line::before,
.btn-line::after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #686868;
  transition: .5s;
}

.btn-line::before
{
    right: 0.5px;
    /* 上の線の位置 */
    transform: translateY(-16px);
    background-color: #686868;  /* バーガー線の色 */
}

.btn-line::after
{
    right: 0.5px;
    /* 下の線の位置 */
    transform: translateY(16px);
    background-color: #686868;  /* バーガー線の色 */
}

/***** メニューオープン時 *****/
.btn-line.open
{
    background-color: transparent;  	/* 真ん中の線を透明に */
}

.btn-line.open::before ,
.btn-line.open::after {
	content: "";
	background-color: #333;  /* 上下の線の色を変える */
	transition: .2s;
}

.btn-line.open::before {
	transform: rotate(45deg);  /* 上の線を傾ける */
}

.btn-line.open::after {
	transform: rotate(-45deg);  /* 下の線を傾ける */
}


#gnav
{
    background: #325A8C;
    border-top: #fff 1px solid;
    /* border-bottom: #917f40 2px solid; */
}

#gnav ul li a
{
    font-size: 1.0rem;
    font-weight: bold;
    font-family: serif;
    color: #000;
    text-decoration: none;
    align-items: center;
    padding: 10px 20px 10px;
}

.menu
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0;
	margin: 0 auto;
    z-index: 10;
}

.menu_btn
{
    display: none;
}

#gnav ul li:first-child
{
    border-left: 1px solid #C8BEA0;
}

#gnav ul li:last-child
{
    border-right: 1px solid #C8BEA0;
}

.menu-list
{
    vertical-align: top;
    padding: 15px 25px 15px;
    text-align: center;
}

.sp_login
{
    display: none;
}

.menu-list:hover
{
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	cursor: pointer;
	transition: .6s;
}

@media screen and (max-width: 2000px)
{
    .site-header
    {
        position: fixed;
        width: 100%;
        z-index: 10;
        height: 90px;
    }

    .header-inner
    {
        justify-content: center;
    }

    .header-nav-item
    {
        display: none;
    }

    .menu_btn
    {
      display: block;
      /* ボタンの配置位置  */
      position: fixed;
      top: 5px;
      right: 16px;
      /* ボタンの大きさ  */
      width: 48px;
      height: 48px;
      /* 最前面に */
      z-index: 10;
      background-color: #eaedf7; /* わかりやすいように */  
    }

    .menu
    {
        /* メニューの位置マイナス指定で画面外に */
        position: fixed;
        right: -70%;
        width: 30%;
        height: 100vh;
        margin-left: auto;
        /* メニューを縦に */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #efefef;
        /* background-color: rgba(167, 148, 58, 0.85); */
        /* background-color: #325A8C; */
        background-color: #a4a8d4;
        transition: .3s;
        margin-top: 23px;
    }
    
    .menu-list
    {
        /* メニューテキスト位置をリスト内中心に */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 15%;
        /* border-bottom: 1px solid #C8BEA0; */
        border-bottom: 1.5px solid #325A8C;
    }

    .btn-line
    {
        margin-top: 4px;
    }

    #navbarDropdown
    {
        display: none;
    }
}



@media screen and (max-width: 768px)
{
    .site-header
    {
        position: fixed;
        width: 100%;
        z-index: 10;
        height: 90px;
    }

    .header-inner
    {
        justify-content: center;
    }

    .header-nav-item
    {
        display: none;
    }

    .menu_btn
    {
      display: block;
      /* ボタンの配置位置  */
      position: fixed;
      top: 5px;
      right: 16px;
      /* ボタンの大きさ  */
      width: 48px;
      height: 48px;
      /* 最前面に */
      z-index: 10;
      background-color: #eaedf7; /* わかりやすいように */  
    }

    .menu
    {
        /* メニューの位置マイナス指定で画面外に */
        position: fixed;
        right: -70%;
        width: 70%;
        height: 100vh;
        margin-left: auto;
        /* メニューを縦に */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #efefef;
        /* background-color: rgba(167, 148, 58, 0.85); */
        /* background-color: #325A8C; */
        background-color: #a4a8d4;
        transition: .3s;
        margin-top: 25px;
    }

    .menu-list
    {
        /* メニューテキスト位置をリスト内中心に */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10%;
        /* border-bottom: 1px solid #C8BEA0; */
        border-bottom: 1.5px solid #325A8C;
    }

}



/* 汎用 */
.text-color-red
{
    color: #ff0000;
}

.flex_space-around
{
    display: flex;
    justify-content: space-around;
}


/* メッセージボックス */
.message_box
{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #3c8cb9;
    background-color: #ffffff;
}

.message_box .message-box-title
{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #3c8cb9;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}


/* プロフィール画像 */
.profile_img{
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.profile_img img{
    width: 100%;
    height: 100%;
}

/* .card-header_section2
{
    background-color: #ffc1e0;
    font-weight: bold;
} */

.status_select_box
{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.price_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    box-shadow: 2px 3px 3px #a9a9a9;
}

.price_box p {
    margin: 0; 
    padding: 0;
}

.select_box
{
    width: 100%;
    padding: 5px;
}

.card-header_section
{
    background-color: #e0c1ff;
    font-weight: bold;
}

/* レビューボックス */
.review_box
{
    width: 100%;
    border: #ffb6c1 solid 1px; 
    border-radius: 6px;
    font-size: 100%;
    padding: 20px;
}

/* 占術チェックボックス */
.tellings-element
{
    margin-left: 12px;
}

.concern-element
{
    margin-left: 12px;
}

.theme_color_select
{
    object-fit: cover;
}

/* スムーズスクロール */
.smooth_scroll_group
{
    position: fixed;
    right: 15px;
    bottom: 10px;
    opacity: 0.5;
}

.smooth_scroll_ul{
    padding-left: 0;
    list-style: none;
}

.smooth_scroll_group button {
    margin: 0 0 5px 0;
    font-size: 25px;
    color: #fff;
    background-color: #f6ae54;
    border: none;
    padding: 0 7px 0 7px;
    border-radius: 6px;
}

.back-btn
{
    width: 20%;;
}
