@charset "utf-8";

/*ラジオボタンの装飾まとめ*/

/*ラジオボタン全体のデザイン----------------------------------------------------*/

/*ラジオボタンのボタン消し*/
input.radioRemove {
    display: none;
}

/*-----------------------------------------------------------------------------*/

/*サイズ100px（元radioClub3）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub100 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub100 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub100 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ150px（元radioclub6）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub150 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub150 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 150px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub150 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ168px------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub168 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub168 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 168px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub168 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ200px------------------------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub200 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub200 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 200px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
    font-size: 11px;
}

/*checkedが付いたら色変更*/
.radioclub200 input[type="radio"]:checked + .switch4{
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ350px（元radioclub4）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub350 {
    margin: 10px;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub350 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 350px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub350 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*サイズ430px（元radioclub5）---------------------------------------------------*/

/*全体のサイズ調節*/
.radioclub430 {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclub430 label{
    display: block;
    float: left;
    cursor: pointer;
    width: 430px;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclub430 input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

.radioclubFree {
    width: 98%;
    margin: 10px auto;
}

/*ボタンの配置、デザイン、カラー設定*/
.radioclubFree label{
    display: block;
    float: left;
    cursor: pointer;
    width: auto;
    margin: 0;
    padding: 10px 20px;
    background: #fff;
    color: #869198;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    transition: .2s;
    border: 1px solid;
}

/*checkedが付いたら色変更*/
.radioclubFree input[type="radio"]:checked + .switch4 {
    background-color: #eab782;
    color: #fff;
    border: 1px solid #806345;
}

/*-----------------------------------------------------------------------------*/

/*店舗切替ボタンの装飾-----------------------------------------------------------*/

/*コピーボタンのエリア全体の設定*/
.copybutton_Area{
    position: relative;
    width: 90%;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    text-align: center;
    padding: 12px;
    margin: 20px auto 5px auto;
}

/*ボーダー上に重ねる見出しの設定*/
.button_text{
    position: absolute;
    top: -21%;
    left: 35%;
    font-size: 20px;
    font-weight: bold;
    color: #869198;
    background-color: #fefefe;
    text-align: center;
}

/*コピーエリア内部のボタン設定*/
.copy_button{
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #97dea7;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

.copy_button:hover{
    background-color: #21c7be;
}






