@charset "utf-8";

/* ページ全体に関わる指定
-------------------------------------------------------------------------------------- */

html {
	font-size: 62.5%;
    scroll-behavior: smooth;
}

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

    html {
        font-size: 42%;
    }

}

body {
	box-sizing: border-box;
	font-size: 1.6rem;
	color: #1c1c1c;
}

div,p img {
    max-width: 100%;
    vertical-align: bottom;
}

input {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*ゴシック体指定*/

.f-Gothic {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* 明朝体指定 */

.f-mincho {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* レスポンシブ表示/非表示切り替え */

.pc { display:block; }
.pc-i { display:inline; }
.pc_menu { display:block; }
.sp { display:none; }
.menu { display:none; }

@media screen and (max-width: 980px) {
    .pc_menu { display:none; }
    .menu { display:block }
}

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

  .pc { display:none; }
  .pc-i { display:none; }
  .sp { display:block; }

}



/* コンテンツ部分全体
-------------------------------------------------------------------------------------- */

main {
    position: relative;
}

section {
	width: 100%;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

main {
    position: relative;
    top: 60px;
}

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

	.wrapper {
		width: 94%;
		margin: 0 auto; 
	}

}



/* ヘッダ－
-------------------------------------------------------------------------------------- */

header {
    width: 100%;
	position: fixed;
	z-index: 10;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
}

#header-area {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    width: 97%;
	height: 60px;
}

#header-box_logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 470px;
    height: 60px;
}

#header-img_app {
    max-width: 160px;
    margin-right: 20px;
}

#header-img_city {
    max-width: 200px;
    margin-right: 20px;
}

#header-img_hows {
    max-width: 70px;
}

#header-img_app_size {
    width: 100%;
}

#header-img_city_size {
    width: 100%;
}

#header-img_hows_size {
    width: 100%;
}

#header-box_contact{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
    height: 60px;
    color: #ffffff;
}

#header-box_contact a {
    color: #ffffff;
}

#header-icon_tel {
    width: 40px;
    margin-right: 10px;
}

#header-box_tel{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-right: 30px;
}

#header-box_teltxt {
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.1;
}

#header-txt_telno {
    margin: 0px auto;
	font-size: 2.0rem;
}

#header-icon_mail {
    width: 40px;
}

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

    /* ロゴ３つのとき
    #header-box_tel{
        margin-right: 10px;
    }

    #header-icon_tel {
        margin-right: 0px;
    }

    #header-box_teltxt {
        display: none;
        margin-right: 0px;
    }
    */

}

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

    #header-box_logo {
        position: absolute;
        left: 0;
        display: flex;
        flex-wrap: no-wrap;
        justify-content: flex-start;
        align-items: center;
        max-width: 230px;
    }

    /* ロゴ３つの時
    #header-img_app {
        max-width: 75px;
        margin-right: 10px;
    }

    #header-img_city {
        max-width: 85px;
        margin-right: 10px;
    }

    #header-img_hows {
        max-width: 30px;
    }
    ロゴ３つの時 */

    /* ロゴ２つの時 */
    #header-img_app {
        max-width: 90px;
        margin-right: 10px;
    }

    #header-img_city {
        max-width: 100px;
        margin-right: 10px;
    }

    /* ロゴ２つの時 */    

    #header-icon_tel {
        width: 35px;
    }

    #header-box_tel{
        margin-right: 0px;
    }

    #header-box_teltxt {
        display: none;
        margin-right: 0px;
    }

    #header-icon_mail {
        width: 35px;
    }

}


/* ヘッダ－(シティ情報ふくおかVer)
-------------------------------------------------------------------------------------- */

#header-box_inq {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}

#header-box_inq a {
    color: #222222;
}

.header-img_icon {
    width: 44px;
}

.header-link_inq {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
    transition: 0.5s;
}

.header-link_inq:hover {
}

.header-inrbox_inq {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-right: 30px;
}

.header-box_txt {
    text-align: center;
    margin-left: 10px;
}

.header-txt_main {
    font-size: 2.2rem;
    font-weight: 400;
}

.header-txt_main_jpn {
    font-size: 2.2rem;
    font-weight: 400;
}

.header-txt_sub {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 5px;
}

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

    #header-img_logo {
        box-sizing: border-box;
        max-width: 120px;
        vertical-align: bottom;
        padding: 5px 0;
    }

    .header-img_icon {
        width: 35px;
    }

    .header-link_inq {
        border-bottom: 0px solid #cccccc;
        margin-left: 0px;
    }

    .header-box_txt {
        display: none;
        text-align: center;
        margin-left: 10px;
    }

    .header-inrbox_inq {
        margin-right: 15px;
    }

}







/* 問い合わせ
-------------------------------------------------------------------------------------- */

#inquiry-area {
	padding: 60px 0;
}

.inquiry-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto 30px auto;
}

.inquiry-txt_item {
	width: 15%;
	text-align: right;
}

.inquiry-txt_required {
	width: 4%;
    padding-bottom: 5px;
}

.inquiry-txt_inrrequired {
    display: inline;
    padding: 1px 5px;
    background-color: #ac182e;
    font-size: 1.2rem;
    color: #ffffff;
}

.inquiry-form {
	width: 78%;
}

.inquiry-box input {
    width: 100%;
    height: 30px;
    font-size: 1.6rem;
    /*border: none;*/
    border: 1px solid #999999;
}

.inquiry-box input[type=checkbox] {
    height: 20px;
    font-size: 1.6rem;
    border: none;
}

.inquiry-box select {
    height: 30px;
    font-size: 1.6rem;
    border: none;
}

.inquiry-box textarea {
    width: 100%;
    height: 150px;
    font-size: 1.6rem;
    /*border: none;*/
    border: 1px solid #999999;
}

#inquiry-txt_policy {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
    text-align: left;
    font-size: 1.2rem;
    background-color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
    border: 1px solid #999999;
}

#inquiry-box_policy_agree {
	display: flex;
    justify-content: center;
	align-items: center;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
}

.inquiry-box_submit {
    text-align: center;
    margin: 60px auto 0 auto;
}

/* 問い合わせボタン */
.inquiry-box_submit input {
	padding: 10px 20px 7px 20px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    background-color: #fee15b;
    border: 1px solid #fee15b;
    transition: 0.5s;
}

.inquiry-box_submit input:hover {
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #fee15b;
}

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

    .inquiry-box {
        justify-content: flex-start;
        width: 90%;
        margin: 0 auto 30px auto;
    }

	.inquiry-txt_item {
		width: auto;
        white-space: nowrap;
        margin-right: 10px;
	}

	.inquiry-txt_required {
		width: 10%;
        margin-top: 5px;
        margin-bottom: 5px;
	}

    .inquiry-form {
        width: 100%;
    }

	#inquiry-box_policy_agree {
		display: block;
		align-items: center;
		width: 100%;
	    font-size: 1.4rem;
	    margin: 0 auto;
	    text-align: center;
	    white-space: nowrap;
	}

}


/* 店舗
-------------------------------------------------*/

#shop-area {
	padding: 100px 0 0 0;
	background-color: #222222;
	color: #FFFFFF;
}

.shop-box {
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#shop-area a {
    color: #FFFFFF;
}

#shop-inrarea {
    margin-bottom: 40px;
}

.shop-txt_title {
    width: 15%;
    color: #FFFFFF;
    font-size: 1.4rem;
}

.shop-inrbox{
    width: 25%;
}

summary {
    text-align: left;
    margin-left: 20px;
    font-size: 1.6rem;
    outline: none;
}

.shop-txt_count {
    margin: 10px 0 20px 25px;
    font-size: 1.4rem;
}

.shop-txt_areaname {
    margin: 10px 0 10px 45px;
    font-size: 1.4rem;
}

.shop-txt_shopname {
    margin: 0 0 10px 70px;
    font-size: 1.4rem;
}

#shop-txt_copyright {
    width: 100%;
    text-align: center;
    font-size: 1.0rem;
    padding: 40px 0 20px 0;
}

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

    .shop-txt_title {
        width: 100%;
        text-align: center
        color: #FFFFFF;
        font-size: 2.0rem;
        margin-bottom: 8%;
    }

    .shop-inrbox{
        width: 100%;
        margin-bottom: 40px;
    }

    summary {
        margin-bottom: 4%;
    }

}




/* PHP
-------------------------------------------------*/

.form-txt_title {
    padding: 20px 0;
    text-align: center;
    font-size: 3.2rem;
}

.form-box {
    width: 100%;
}

.form-txt_error {
    width: 100%;
    margin: 80px 0;
    padding-bottom: 80px;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px dotted #999999;
}

.form-txt_inputdetail{
    width: 80%;
    margin: 0 auto;
    font-size: 2.0rem;
    line-height: 1.5;
}

.form-txt_confirm_text {
    width: 100%;
    font-size: 2.8rem;
    margin-top: 80px;
    margin-bottom: 10px;
    text-align: center;
}

.form-txt-confirm_txtbtm {
    width: 100%;
    margin: 40px 0 80px 0;
    padding-bottom: 80px;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px dotted #999999;
}

.form-table_confirmdetail {
    width: 100%;
    margin: 0 auto;
    font-size: 2.0rem;
    padding: 0 10px;
    line-height: 2.1;
    vertical-align: middle;
}

.form-table_confirmdetail th {
    padding-top: 10px;
}

.form-table_confirmdetail td {
}

.form-txt_completetxt {
    width: 100%;
    margin: 80px 0;
    font-size: 2.0rem;
    text-align: center;
    border-bottom: 0px dotted #999999;
    line-height: 1.2;
}

.form-link_top{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

/* トップページへ戻るボタン */
.form-link_top a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

/* 前画面に戻る */
.php-box_back {
    width: 30%;
    margin: 30px auto 80px auto;
    padding: 5px;
}

/* 前画面に戻る ボタン */
.php-link_back input {
    width: 100%;
    padding: 9px 20px 9px 20px;
    font-size: 2.4rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    text-align: center;
}

.php-link_back input:hover {
    color: #222222;
    background-color: rgba(205,232,233,1);
}


/* この内容で送信する */
.php-box_submit {
    width: 30%;
    margin: 50px auto 0px auto;
    padding: 5px;
}

/* この内容で送信する ボタン */
.php-link_submit input {
    width: 100%;
    padding: 9px 20px 9px 20px;
    font-size: 2.4rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.php-link_submit input:hover {
    color: #453a3a;
    background-color: #fee15b;
}


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

    .form-txt_inputdetail{
        width: 100%;
    }

    /* 前画面に戻る */
    .php-box_back {
        width: 80%;
    }

    .php-link_back input {
        padding: 10px 20px 7px 20px;
        font-size: 2.2rem;
    }

    /* この内容で送信する */
    .php-box_submit {
        width: 80%;
    }

    /* この内容で送信する ボタン */
    .php-link_submit input {
        padding: 10px 20px 7px 20px;
        font-size: 2.2rem;
    }

}



/* グループ問い合わせ
---------------------------------------------------------------------------------------------------- */

footer {
    width: 100%;
    padding: 120px 0 20px 0;
    background-color: #222222;
}


.inqfooter-box{
    width: 90%;
    margin: 0 auto 120px auto;
    background-color:#f9f9f9;
    border-radius: 12px;
    padding: 1% 5% 3%;
    font-family: Verdana, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.8;
}

.inqfooter-inrbox{
    padding: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.inqfooter-img_logo {
    max-width:200px;
}

.inqfooter-link_group {
    transition: opacity .3s;
    text-decoration: underline;
    color: #222222;
}

.inqfooter-txt_teltitle {
    width: 100%;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
}

.inqfooter-box_tel {
    width: 90%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inqfooter-img_tel {
    width: 15%;
}

.inqfooter-box_telinfo {
    width: 80%;
    font-weight: 500;
    text-align: center;
}

.inqfooter-txt_tel {
    width: 100%;
    text-align: center;
    font-size: 3.2rem;
}

.inqfooter-txt_tel_s {
    font-size: 1.6rem;
    padding-left: 10px;
}

.inqfooter-txt_time {
    margin-top: -10px;
    font-size: 2.0rem;
}

.inqfooter-figure_hr{
    border: 1px solid #cbcbcb;
    width:80%;
    margin:0 auto;
}

.inqfooter-figure_closs{
    color: #222222;
    font-size: 2.6em;
    padding-bottom:0.1vh;
}

.inqfooter-box_explain{
    color: #222222;
    padding:3% 2% 0 2%;
    font-size: 1.8rem;
    line-height: 1.5;
}

.copyright-txt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

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

    .inqfooter-inrbox{
        padding: 2%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .inqfooter-img_logo{
        max-width:150px;
        padding-bottom:0.5vh;
    }

    .inqfooter-figure_closs{
        display:none;
    }

    .inqfooter-box_explain{
        font-size: 1.2rem;
    }

    .inqfooter-box_tel {
        width: 100%;
    }

    .inqfooter-txt_teltitle {
        width: 100%;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center;
    }

    .inqfooter-img_tel {
        width: 20%;
    }

    .inqfooter-box_telinfo {
        width: 78%;
        margin-top: 10px;
    }

    .inqfooter-txt_tel {
        font-size: 2.4rem;
        line-height: 0.6;
    }

    .inqfooter-txt_tel_s {
        display: inline-block;
        font-size: 1.2rem;
        padding-left: 10px;
    }

    .inqfooter-txt_time {
        margin-top: 0px;
        font-size: 1.4rem;
    }

    .copyright-txt {
        font-size: 1.2rem;
    }

}



/* ---------------------------------------------------------------------------------------------- */
/*                                         ページトップCSS                                            */
/* ---------------------------------------------------------------------------------------------- */



/* ---ナビゲーション --- */

/*リンクの形状*/
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background-image: url(../images/pagetop_link.png);
    background-size: 100%;
    width: 80px;
    height: 80px;
    transition:all 0.3s;
}

#page-top a:hover{
    background-image: url(../images/pagetop_link_on.png);
}

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

    #page-top a{
        display: flex;
        justify-content:center;
        align-items:center;
        background-image: url(../images/pagetop_link.png);
        background-size: 100%;
        width: 60px;
        height: 60px;
        transition:all 0.3s;
    }

}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 1;
    transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove{
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}



