@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	font-size:16px;
	color:#000;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Yu Gothic", sans-serif;
}

:root{
	/* --色の設定-- */
	/* --メイン色-- */
	--PINK:#833E61;
	/* --ホワイト-- */
	--WHITE:#FFFFFF;
	/* --ブラック-- */
	--BLACK:#000000;
}

img {
	width: 100%;
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapper {
	width: 100%;

}
.content-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

tr:first-child td, tr:first-child th{
	border-top: none;
}

/*　共通　*/
h2 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 32px;
	color: #833E61;
}

.sub_news{
	text-align: left;
}

.btn a:hover {
	background: #ccc;
	transition: .3s;
}
.tx-r {
	text-align: right;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mt-50 {
	margin-top: 50px!important;
}


/*------------------------------------------*/
/*ヘッダー*/
.header_inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	align-items: center;
	padding: 15px 0;
}
.logo img {
	width: 100%;
	max-width: 300px;
}
header h1.logo{
	margin-bottom: 0px;
}
.header_contact {
	display: flex;
}
.header_contact a {
	margin-left: 5px;
}
.header_contact a:hover {
    color:var(--WHITE);
    text-decoration: none;
	background-color: #a15b7e;
}
.btn_mitsumori {
	width: 220px;
	font-size: 18px;
    font-weight: 550;
	letter-spacing: 0.1em;
	color: var(--WHITE);
	background-color:var(--PINK);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	border-radius:10px;
}
/* .icon-contact-tel {
	cursor: default;
} */
/*採用情報*/
.recruit{
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1170px;
}
.content_recruit h2{
    background: url(../images/policy_banner_pc.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    border-bottom: none;
    text-align: center;
    margin: auto auto;
    padding-top: 20px;
 }
 .article{
	max-width: 960px;
	width: 96%;
	margin: 1% auto;
	display: inline-block;
	text-align: left;
 }
 .article ul {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 1em;
    margin: 0 auto;
    width: 90%;
	padding-left: 5%;
}
.article h4 {
    margin: 1em;
}
/* h4 {
    border-left: 7px solid #833E61;
    padding-left: 0.7em;
    font-size: 1.3em;
} */
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.article ul li {
    margin: .5% 0;
    padding: 0;
    font-size: 1.1em;
}
/*電話番号・FAX番号*/

#header address{
	display:block;
	width:191px;
	height:59px;
	position:absolute;
	background-image:url(index/head_tel_fax.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
	top:18px;
	right:241px;
}

/*お問い合わせ・資料請求*/

#head_contact{
	width:223px;
	height:39px;
	position:absolute;
	right:0px;
	top:43px;
	overflow:hidden;
}

#head_contact a{
	display:block;
	width:223px;
	height:39px;
	background-image:url(index/btn_contact.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

/*------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

#gnavi li{
	list-style-type:none;
	float:left;
	overflow:hidden;
}

#gnavi li a{
	display:block;
	width:100%;
	height:50px;
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

/*------------------------------------------*/
/*パンくずリスト*/
#breadcrumb {
	width: 100%;
	font-size: 0.9rem;
}
.breadcrumb-inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 5px 0;
}




/*------------------------------------------*/
/*メインビジュアル*/
#main_slider{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#main_slider .bxslider{
	max-width: 100%;
	margin: 0 auto;
}

#main_slider .bxslider li{
	width: 100%;
	position: relative;
	list-style-type: none;
}


#main_slider .bxslider img {
	width: 100%;
	margin: 0 auto;
}

#line{
    max-width: 100%;
	margin: 0 auto;
	background-position: top center;
    background-size: cover;

}

.bx-next,
.bx-prev{
	display: none;
}

.bx-pager {
    position: absolute;
    /* z-index: 1000; */
    max-width: 800px;
    left: 50%;
	transform: translateX(-50%);
    /* bottom: -37px; */
    text-align: center;
    font-size: 0px;
	z-index: 100;
	margin-top:80px;
}
@media screen and(min-width:780px){
	.bx-pager{
		margin-top:80px;
	}
}
.bx-pager-item {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0px 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border: 2px solid #833E61;
	box-sizing: border-box;
}

.bx-pager-item a {
    display: block;
    background-color: #fff;
    overflow: hidden;
    width: 14px;
    height: 14px;
}

.bx-pager-item a.active {
    background-color: #833E61;
}

#main_slider .bxslider li div.link01{
	width:178px;
	height:189px;
	position:absolute;
	bottom:7.3%;
	right:15.2%;
	overflow:hidden;
}

#main_slider .bxslider li div.link01 a{
	display:block;
	width:178px;
	height:189px;
	background-image:url(index/btn_shintaku_katsuyou_no_susume.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

#main_slider .bxslider li div.link02{
	width:330px;
	height:235px;
	position:absolute;
	overflow:hidden;
	left:200px;
	top:10px;
}

#main_slider .bxslider li div.link02 a{
	display:block;
	width:330px;
	height:235px;
	overflow:hidden;
	text-indent:-9999px;
}

#mainvisual_lv1{
	max-width:100%;
	/* min-width:1000px; */
	margin:0px auto;
	overflow:hidden;
	background-image:url(index/bg_main_visual.png);
}

#mainvisual_lv2{
	max-width:100%;
	/* min-width:1000px; */
	margin:0px auto;
	overflow:hidden;
	background-image:url(index/bg_shadow.png);
	background-repeat:repeat-x;
	background-position:left top;
}

#mainvisual_lv3{
	/* width:1000px; */
	height:352px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-image:url(index/img_main_visual.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#mainvisual_lv3 h2{
	display:none;
}

#mainvisual_lv3 div.link01{
	width:178px;
	height:189px;
	position:absolute;
	bottom:25px;
	right:32px;
	overflow:hidden;
}

#mainvisual_lv3 div.link01 a{
	display:block;
	width:178px;
	height:189px;
	background-image:url(index/btn_shintaku_katsuyou_no_susume.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

#mainvisual_lv3 div.link02{
	width:330px;
	height:235px;
	position:absolute;
	overflow:hidden;
	left:200px;
	top:10px;
}

#mainvisual_lv3 div.link02 a{
	display:block;
	width:330px;
	height:235px;
	overflow:hidden;
	text-indent:-9999px;
}
/*------------------------------------------*/
/*top お知らせ20250602追加*/
/*------------------------------------------*/
 .announcement-box {
                background: linear-gradient(135deg, #833E61 0%, #6A2D51 100%);
                max-width: 400px;
                border-radius: 8px;
                color: white;
                margin: 45px auto 20px;
                padding: 20px;
                font-family: 'Arial', sans-serif;
                /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
            }

            .announcement-title {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 15px;
                text-align: center;
                border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
                padding-bottom: 10px;
            }

            .new-badge {
                color:#833E61;
                background:white;
                padding: 3px 6px;
                border-radius: 4px;
                font-size: 14px;
                margin-right: 8px;
            }

            .announcement-content {
                font-size: 16px;
                line-height: 1.6;
                margin-bottom: 15px;
                text-align: center;
                color:#ffe78b;
                font-weight:bold;
            }

            .contact-info {
                font-size: 14px;
                background: rgba(255, 255, 255, 0.1);
                padding: 10px;
                border-radius: 4px;
                text-align: center;
            }
		@media screen and (min-width: 780px){
			.announcement-box {
                border-left:4px solid #ffe78b;
            }
			}
		@media screen and (max-width: 780px){
			.announcement-box {
                width: 90%;
            }
			}
/*推奨プラン*/
div.suiso-plan{
	max-width: 1170px;
	height: 282px;
	background-color: #FFD7F1;
	margin: 30px auto 55px;
}
p.suiso-plan-title{
	padding:28px 0px;
	color: var(--PINK);
	font-weight: 500;
}
p.suiso-plan-title::before{
    content: url(/common/images/icon_surasu_left.svg);
	padding-right:18px;
}
p.suiso-plan-title::after{
    content: url(/common/images/icon_surasu_right.svg);
	padding-left:13px;
}
p.plan-contents{
	max-width: 620px;
	height: 32px;
	background-color: #E589BC;
	color: #FFF;
	line-height: 30px;
	margin: 0 auto;
}
div.plan-detail{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
p.plan-ryokin{
	font-size: 88px;
	font-weight: bold;
	color: var(--PINK);
	margin: 0 20px;
}
.plan-ryokin span.small{
	font-size: 24px;
}
.plan-ryokin span.seikomi{
	font-size: 24px;
	font-weight: 400;
	color: var(--BLACK);
}
@media screen and (min-width:780px){
	main p.suiso-plan-title {
		font-size: 32px;
	}
	div.plan-detail{
		align-items: center;
	}
	div.suiso-plan{
		border-radius: 10px;
	}
	.sp-br{
		display:none;
	}
	.point_list p {
		text-align: left;
		padding-left: 20px;
	}
}
@media screen and (max-width: 780px) {
	main p.suiso-plan-title {
		font-size: 24px;
	}
	div.suiso-plan{
		height: 320px;
		margin: 40px auto;
	}
    p.plan-contents{
		font-size: 11px;
		max-width: 90%;
	}
	div.plan-detail img{
		width: 80px;
		height: 80px;
		object-fit: cover;
		/* position: absolute; */
		margin: 20px 0 0 20px;
	}
	p.plan-ryokin{
		font-size: 55px;
		line-height: 28px;
		margin-top: 48px;
	}
	p.plan-ryokin span{
		font-weight: bold;
	}
	span.seikomi{
		font-size: 20px;
		padding-top: -50px;
	}
}
/*------------------------------------------*/
/*特別枠*/

#sp_banner{
	/* width:1000px; */
	margin:20px auto;
	overflow:hidden;
}

.caution{
	/* width:1000px; */
	margin:20px auto;
	border:1px solid #CCC;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.caution dt{
	padding:1em 1em 0em 1em;
	font-weight:bold;
	color:#900;
}

.caution dd{
	padding:0.5em 1em 1em 1em;
	line-height:175%;
}


/*------------------------------------------*/
/*コンテンツ枠*/

#contents_container{
	/* width:1000px; */
	margin:0px auto;
	overflow:hidden;
}

/*------------------------------------------*/
/*左カラム*/

#left_column{
	width:693px;
	float:left;
	overflow:hidden;
}

/*枠*/


.l_ol_lv1{
	width:693px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	background-image:url(index/ol01_body.png);
	background-repeat:repeat-y;
	background-position:left top;
}

.l_ol_lv2{
	width:693px;
	overflow:hidden;
	background-image:url(index/ol01_head.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.l_ol_lv3{
	width:693px;
	overflow:hidden;
	background-image:url(index/ol01_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:15px 0px;
}

/*--------------------
ご利用の流れ&よくある質問 ボタン20240502
---------------------------*/
.links_list_btn {
    display: flex;
    justify-content: space-around;
    max-width: 1170px;
    margin: 0 auto;
}
.links_list_btn li {
    list-style: none;
}
.links_list_btn li:hover {
    opacity:0.8;
}
@media only screen and (min-width: 768px) {
	.links_list_btn {
        padding-top: 90px;
	}
	.links_list_btn li {
		width: 35%;
	}
}
@media only screen and (max-width: 768px) {
	.links_list_btn {
		flex-wrap: wrap;
        gap: 20px;
	}
	.links_list_btn li {
		width: 80%;
	}
}
/*--------------------
PRエリア新設20240502
---------------------------*/
.inquiries {
	text-align: left;
	background-image: url(../images/notice_background.jpg);
	background-position: top center;
    background-size: cover;
	border-bottom: #eee 1px solid;
    border-top: #eee 1px solid;
}
.section_mitsumori{
	max-width: 1170px;
	margin: 0 auto;
}
.catch_mitusmori_title{
	font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding: 0 0 20px;
    text-align: center;
}
.catch_mitusmori_title em{
	color: var(--PINK);
}
.catch_mitusmori_title {
	color: var(--BLACK);
}
.inquiries ul {
    display: flex;
    gap: 40px;
    padding: 25px 0 0;
}
.inquiries ul li:nth-child(1) {
    background-image: url(../images/icon_pasokon.png);
	background-size: 55px;
}
.inquiries ul li:nth-child(2) {
    background-image: url(../images/icon_fax.png);
	background-size: 50px;
}
.inquiries ul li:nth-child(3) {
    background-image: url(../images/icon_phone.png);
	background-size: 40px 60px;
}
.inquiries ul li {
    background-color: #fff;
    background-position: center 20px;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--PINK);
    display: flex;
    flex-direction: column;
    width: 100%;
	border-radius: 10px;
}
.inquiries ul li a {
    color: #333;
    display: block;
    font-size: 1.4rem;
    /* font-weight: 300; */
    letter-spacing: 0.1rem;
    padding: 105px 0 25px;
    text-align: center;
    text-decoration: none;
}
.inquiries ul li a em {
    color: var(--PINK);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 0 10px;
	font-family: 'M PLUS Rounded 1c';
}
.inquiries ul li a span {
    color: #666;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
	.section_mitsumori{
		padding: 90px 0px;
	}
}
@media only screen and (max-width: 768px) {
    .inquiries {
        padding: 50px 25px;
    }
	.catch_mitusmori_title {
        font-size: 1.15rem;
        line-height: 1.7;
        margin: -10px 0 0;
    }
	.inquiries ul {
        flex-wrap: wrap;
        gap: 20px;
        padding: 10px 0 0;
    }
	.inquiries ul li {
        background-position: 20px center;
        background-size: 50px auto;
        border-left: 3px solid var(--PINK);
        border-top: none;
    }
	.inquiries ul li a {
        font-weight: 500;
        font-size: 1.3rem;
        padding: 20px 20px 20px 90px;
        text-align: left;
    }
	.inquiries ul li a span {
        font-size: 0.8rem;
        padding: 15px 0 0;
    }
}

/*新着情報*/
@media screen and (min-width:780px){
.news_container {
	padding: 80px 0;
}
}
.news_container {
	text-align: left;
	background-image: url(../images/notice_background.jpg);
	background-position: top center;
    background-size: cover;
}
.l_ol_lv01{
	max-width: 1170px;
	margin: 0 auto;

}

.news_list{
	border-bottom: 1px solid rgba(131,62,97,0.8);
	border-top: 1px solid rgba(131,62,97,0.8);
	margin: 10px 0;
	width: 100%;
}

.news_container .l_ol_lv01{
	overflow:hidden;
}

.news_container .l_ol_lv02{
	overflow:hidden;
}

.news_container .l_ol_lv03{
	overflow:hidden;
	padding:15px 0px;
}

.l_ol_lv04{
    display: flex;
	justify-content: space-between;
}
#notice_img{
	margin-right: 50px;
}
#notice{
	width: 70%;
}
.link-news {
	display: flex;
    border: 1px solid #833E61;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    margin: 0 0 0 auto;
}
.link-news a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
	width: 100%;	
}

.sub_news a{
	display:block;
	float:right;
	font-size:13px;
	line-height:21px;
	border:1px solid #666666;
	width:90px;
	text-align:center;
	font-size:16px;
	color:#1F4800;
	text-decoration:none;
}

.news_list{
	width:960px;
	margin:0px auto 0px auto;
	overflow:hidden;
}

.news_list div{
	display:block;
	overflow:hidden;
}

.news_list div div{
	width:100px;
	float:left;
	overflow:hidden;
	margin-top:15px;
	font-size:14px;
	color: #DF84B8;
}

.news_list div dl{
	width:860px;
	float:right;
	overflow:hidden;
	margin-top:15px;
}

.news_list div dl dt{
	font-size:16px;
	font-weight:bold;
}

.news_list div dl dt a{
	color:#000;
}

.news_list div dl dd{
	line-height:125%;
	margin-top:0.75em;
}

/*こんなお悩みありませんか?*/

.sub_nayami{
	background-image:url(index/sub02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:691px;
	height:36px;
	overflow:hidden;
	margin:0px auto;
}

.sub_nayami a{
	display:block;
	float:right;
	margin-right:12px;
	font-size:13px;
	line-height:21px;
	border:1px solid #666666;
	width:90px;
	text-align:center;
	font-size:16px;
	color:#1F4800;
	text-decoration:none;
}

.nayami_foot{
	background-image:url(index/bg_jirei_foot.png) !important;
	padding-bottom:0px !important;
}

.nayami_navi{
	width:691px;
}

.nayami_navi table{
	width:100%;
	height:39px;
}

.nayami_navi table .next_prev{
	width:140px;
	text-align:center;
}

.nayami_navi table .next_prev a{
	font-weight:bold;
	color:#333;
}

.nayami_navi table td ul li{
	list-style-type:none;
	float:left;
	margin-left:6px;
}



#tab_link li a{
	border:1px solid #CCC;
	display:block;
	padding:0.25em 0.5em;
	text-align:center;
	white-space:nowrap;
	font-weight:bold;
	color:#000;
	font-size:16px;
	background-color:#FFF;
	text-decoration:none;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	
}

#tab_link li.active a{
	background-color:#2C520D;
	color:#FFF;
}

/**/

.nayami_block{
	width:689px;
	margin:0px auto;
	overflow:hidden;
}

.nayami_block .img{
	width:251px;
	float:left;
	overflow:hidden;
}
.nayami_block .img img{
	max-width:251px;
	height:auto;
}


.nayami_block .txt{
	width:410px;
	float:left;
	margin-left:5px;
	overflow:hidden;
}

.nayami_block .txt .title_block{
	width:410px;
	overflow:hidden;
}

.nayami_block .txt .title_block dl{
	width:410px;
	overflow:hidden;
	padding-top:15px;
}

.nayami_block .txt .title_block dl dt{
	width:60px;
	float:left;
	overflow:hidden;
	border-bottom:2px solid #1F4900;
	color:#1F4800;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding:0.5em 0px;
}

.nayami_block .txt .title_block dl dd{
	width:350px;
	float:left;
	overflow:hidden;
	border-bottom:2px solid #CCCCCC;
	padding:0.5em 0px;
	font-size:16px;
	font-weight:16px;
}

.nayami_block .txt .desc_block{
	width:410px;
	overflow:hidden;
	padding:10px 0px 0px 0px;
}

.nayami_block .txt .desc_block dl{
	width:410px;
	overflow:hidden;
	padding:10px 0px 0px 0px;
}

.nayami_block .txt .desc_block dl dt{
	width:112px;
	float:right;
}

.nayami_block .txt .desc_block dl dd{
	color:#3F1F00;
}

.nayami_block .txt .desc_block dl dd strong{
	color:#C00;
	font-weight:normal;
}


/*------------------------------------------*/
/*右カラム*/

#right_column{
	width:292px;
	float:right;
	overflow:hidden;
}

/*枠*/

.r_ol_lv1{
	width:276px;
	float:right;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	background-image:url(index/ol02_body.png);
	background-repeat:repeat-y;
	background-position:left top;
}

.r_ol_lv2{
	width:276px;
	overflow:hidden;
	background-image:url(index/ol02_head.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.r_ol_lv3{
	width:276px;
	overflow:hidden;
	background-image:url(index/ol02_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:15px 0px;
}

/*セミナー情報*/

.sub_seminar{
	background-image:url(index/sub04.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:258px;
	height:30px;
	overflow:hidden;
	margin:0px auto;
}

.sub_seminar a{
	display:block;
	float:right;
	font-size:13px;
	line-height:21px;
	border:1px solid #666666;
	width:90px;
	text-align:center;
	font-size:16px;
	color:#1F4800;
	text-decoration:none;
}

.seminar_thumb{
	width:247px;
	margin:15px auto;
	overflow:hidden;
}

.seminar_date{
	width:247px;
	margin:0px auto;
	overflow:hidden;
}

.seminar_title{
	width:247px;
	margin:10px auto;
	overflow:hidden;
}

.seminar_title a{
	color:#335919;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

.seminar_desc{
	width:247px;
	margin:0px auto;
	overflow:hidden;
	line-height:125%;
}

/*お問い合わせ・資料請求*/

.rbn_contact{
	clear:both;
	width:292px;
	height:144px;
	margin:10px auto;
	overflow:hidden;
}

.rbn_contact a{
	display:block;
	width:292px;
	height:144px;
	overflow:hidden;
	background-image:url(index/bn_contact.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

/*会社概要*/

.r_com_outline{
	width:240px;
	margin:0px auto;
}

.r_com_outline dt{
	font-weight:bold;
	font-size:17px;
}

.r_com_outline dd{
	padding-top:1em;
	line-height:125%;
}

.access_block article{
	width:80%;
}

.access_block aside{
	width: 20%;
	vertical-align:bottom;
}

.access_block .txt{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}



.access_block dt,dd {
	float: left;
}

/*バナー*/

.rbn{
	width:276px;
	overflow:hidden;
	margin:10px 0px 0px 16px;
}

.rbn li{
	list-style-type:none;
	margin-bottom:10px;
	overflow:hidden;
}

/*メニュー*/

.rmenu{
	width:276px;
	overflow:hidden;
	margin:10px 0px 0px 16px;
}

.rmenu li{
	display:block;
	list-style-type:none;
	margin-bottom:10px;
	overflow:hidden;
	background-color:#CCCCCC;
	line-height:35px;
	background-image:url(index/icon_arrow01.png);
	background-repeat:no-repeat;
	background-position:14px center;
	text-indent:40px;
	font-size:16px;
}

.rmenu li a{
	color:#262626;
}



/*貸切バスのご利用シーン
------------------------------------------*/
#service_guide{
	background-color: #FFFCF3;
	padding: 80px 0;
}
@media screen and (max-width:780px) {
#service_guide{
	padding: 45px 0;
}
.service_block_ins01{
	margin-bottom: 30px;
}
}
.service_block {
	margin:40px auto;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #833E61;
}

/* .service_block_ins{
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 0 auto;
    max-width: 1170px;
} */

.label{
    display:flex;
	justify-content: center;
	align-items: flex-start;
	color: #FFF;
	align-items: center;
	background-color: #833E61;
	border-radius: 0 0 10px 10px;
	height: 80px;
}

.label p{
    margin: 0 5px;
	text-decoration: none;
}
.label p a{
	color: #FFF;
	text-decoration: none;
}
.label p a:hover{
	color: #f9d5e9;
}
.img_col:hover {
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.car:hover {
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.btmore:hover {
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.service_block_ins .img_col{
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
h3.ttl_flow:hover {
    color: #833E61;
	text-decoration: underline;
}
.service_block_ins .txt_col{
	vertical-align:top;
	text-align:center;
	overflow:hidden;
	color: #fff;
	/* width:565px; */
}

.service_block_ins .txt_col .label{
	line-height:normal;
	font-size:0px;
}

.service_block_ins .txt_col .txt{
	overflow:hidden;
	margin:30px 0px 20px 0px;
}

/* .txt{
	margin: 5px 15px;
} */
.btmore{
	width: 15px;
}


/*さくら株式会社の貸切バスが選ばれる4つの理由
------------------------------------------*/
#service_point {
	background-color: #e4f1f8;
	background-position: top center;
	background-size: cover;
	text-align: center;
	padding: 80px 0;
}
@media screen and (max-width:780px) {
#service_point {
	padding: 45px 0;
}
.service_point_list{
	width: 100%;
	padding: 0 20px;
}
.service_point_list h3{
	text-align: center;
}
}
#service_point_container {
	max-width: 1170px;
	margin:0 auto;
	flex-wrap: nowrap;
    background-size: cover;
	background-size: contain;
}
.service_point_list {
	margin: 0 auto;
}
.point_list{
	padding:20px 40px;
}
.service_point_list h3{
	margin: 20px;
	font-size: 20px;
	font-weight: 300px;
}
.service_point_list h3 span{
	font-size: 30px;
}
.service_point_list li{
	width: 100%;
	background-color: var(--WHITE);
	margin: 10px auto;
	list-style: none;
	border-radius: 10px;
}
span.service_point02_important{
    background-color: #fff79b;
}
.illust01 img{
	width: 105px;
	height: 81px;
}
.illust02 img{
	width: 103px;
	height: 87px;
}
.illust03 img{
	width: 71.2px;
	height: 100px;
}
.illust04 img{
	width: 95.7px;
	height: 99px;
}
.point_list div{
margin-bottom: 20px;
}
.point_list p{
text-align: left;
/* padding-left: 20px; */
}

@media (min-width: 768px) {
.service_point_list h3{
	text-align: left;
	padding-left: 22px;
}
.service_point_list h3 span{
	margin-right: 22px;
}
.service_point_list li{
	max-width: 570px;
}
.service_point_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	width: 100%;
	padding-top: 20px;
}
.point_list{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 10px auto;
}
}


/*貸切バスの車種
------------------------------------------*/
#service {
	background-color: #F6F7E7;
	background-position: top center;
	background-size: cover;
	text-align: center;
	padding: 80px 0;
}
@media screen and (max-width:780px) {
	#service {
		padding: 45px 0;
	}
	}
#service_others_container {
	max-width: 1170px;
	margin:0 auto;
	flex-wrap: nowrap;
    background-size: cover;
	background-size: contain;
}
@media (min-width: 768px) {
.service_other_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	width: 100%;
	padding-top: 20px;
}
.bus_t p{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
}
@media (max-width: 768px) {
	.service_other_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin: 0 auto;
		width: 100%;
		padding: 20px;
	}
}
.service_other_list li {
	flex-basis: 48%;
	list-style: none;
	border-radius:5px;	
	margin-bottom: 20px;
	background-color: #ffffff;
}
main h3 {
	font-weight: bolder;
	font-family: 'M PLUS Rounded 1c';
	color: #833E61;
	padding: 15px 5px 0 ;
	letter-spacing: 0.05em;
}

.service_other_list li p {
	flex-basis: 48%;
	color: #B24684;
}

.num {
	width: 75px;
	margin: auto;
    margin-top: 10px;
}
@media (max-width: 768px) {
	.num img {
		width: 70%;
	}
	.bus_t p{
	font-weight: 600;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    letter-spacing: 0.1rem;
	}
}
.seat{
	font-weight: bold;
}

.car{
	margin-top: 15px;
}
.table th{
	font-size:16px;
}
/*　特集車両
------------------------------------------*/
section.common-cont{
	background-color: #F6F7E7;
}
.fr{
	margin: 30px 0;
}

.fr p{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    background: #fff;
    text-align: center;
}

.img_bd {
    border: 5px solid #fff;
    border-radius: 10px;
}
.teihai_txt{
	text-align: center;
	padding-top: 50px;
}
.teihai_txt p{
	text-align: center;
	margin: 20px auto;
}

.headline h3 {
    text-decoration: underline 12px;
    -webkit-text-decoration-color: #6B2A40;     /*safari still uses vendor prefix */
    text-decoration-color: #6B2A40;
    margin: 40px auto;
	font-weight: bold;
	padding-bottom: 40px;
	max-width: 1170px;
}
/*　ボタン
------------------------------------------*/
.btn-form {
	border-radius: 5px;
	max-width: 540px;
	margin: 50px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-form a {
	display: inline-block;
	color: #3F923F;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*------------------------------------------*/

/*関連リンク*/
@media screen and (min-width:780px){
	.links_list_under {
		display: flex;
		justify-content: space-around;
		max-width: 1170px;
		margin: 0 auto;
		padding: 80px 0;
		list-style: none;
	}	
	.links_list_under {
		padding: 80px 0;
	}
/* ヘッダーロゴ部分 */
	h1.logo::before{
		content: '京都・滋賀で安心安全の貸切バスなら';
		font-family: '游ゴシック', 'sans-selif';
		font-size: 13px;
		position: absolute;
		padding-left: 80px;
		top:14px;
	}
}

.links_list {
	display: flex;
	justify-content: space-around;
	max-width: 1170px;
	margin: 0 auto;
}
.links_list_fooder {
	display: flex;
	justify-content: space-around;
	max-width: 1170px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding: 50px 0 90px 0;
}
.links_list li {
	list-style: none;
}
.links_list img {
	width: 100%;
}

/* kankon */
/* Magnific Popup CSS */

.well{
	max-width: 1170px;
	margin: 0 auto 50px;
	padding:20px 20px;
}

.img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}
h4.xs-mb10{
	margin-bottom: 33px;
}
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0; }
.mfp-img-mobile img.mfp-img {
	padding: 0; }
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0; }
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0; }
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px; }
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75); }
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0; }
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%; }
.mfp-container {
	padding-left: 6px;
	padding-right: 6px; } }

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

*,::after,::before {
	box-sizing: border-box;
}
/*------------------------------------------*/
/*ご利用の流れ*/
#flow_inner_flow ul li{
	border-bottom: 1px dotted #838383;
	list-style-type: none;
}
.qbox01{
	padding-top: 30px;
	padding-bottom:10px;
}
.kaito01{
	margin-left:50px;
	padding-bottom: 30px;
	font-size: 16px;
	font-family: "遊ゴシック体","Yu Gothic",sans-serif;
}
.ttl_flow01{
	padding-left:50px;
    padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "遊ゴシック体","Yu Gothic",sans-serif;
}


/*------------------------------------------*/
/*よくある質問*/
#Flow .kadomaru_w, #Notice .kadomaru_w {
    background-color: #ffffff;
	background-image: url(../common/images/footer_tel_btn.png);
    display: block;
    margin: 20px auto 0 auto;
    max-width: 1170px;
    padding-bottom: 1px;
    border-radius: 20px;
}
.article_area {
    max-width: 960px;
    margin: 0 auto 0;
}
/* .flow_of_use{
    padding: 0 10px 15px 10px;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
} */
.flow_of_use {
    /* display: inline-block; */
    padding: 0 20px;
    margin-right: 10px;
	/* margin: 50px auto; */
}

.article_area{
	margin: 0 auto;
}
.ttl_flow{
	padding-left:50px;
	padding-bottom: 50px;
    padding-top: 3px;
	font-size: 24px;
	font-weight: bold;
	font-family: "遊ゴシック体","Yu Gothic",sans-serif;
}

#flow_inner{
	margin: 100px auto;
}
#flow_inner ul{
	list-style-type: none;
}
.qbox{
	padding-top: 40px;
}
.abox {
    position: relative;
    padding-top: 4px;
    width: 100%;
    background-color: #F5F0F0;
}
.kaito{
	margin-left:50px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.3rem;
}
/*------------------------------------------*/
/*サイトマップ*/
#sitemap{
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}

.content_sitemap li{
	padding: 20px 0;
}

/*------------------------------------------*/
/*フッター*/
footer {
	background: url(../images/footer_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;;
}
@media screen and (min-width: 780px){
.footer_navlist {
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	margin: 30px auto;
} 
}
.footer_navlist li {
	list-style: none;
	width: 30%;
	text-align: left;
}
.footer_navlist a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.footer_navlist a:hover {
	color: #ffbae1;
}

.footer_header {
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	width: 100%;
	margin: 50px auto;
	color: #FFF;
}
.footer_header p img {
	max-width: 200px;
}
.footer_header li {
	text-align: right;
	list-style: none;
	font-size: 12px;
}
/* .footer_header li:nth-child(2){
	margin-top: 10px;
} */
.copy {
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding: 10px 0;
}
/*トップへ戻るボタン*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	bottom: 115px;
	background-color: #DF84B8;
	opacity: 0.6;
	border-radius: 5px;
	z-index: 1000;
	}
	#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	}
	#page_top a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 6px;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	}

/* 追従ボタン20240430 */
.fix_area {
    position: sticky;
    z-index: 999;
    height:100px;
    margin: 0 auto;
    background: #FFFFFF;
    align-content:center;
    align-items:center;
    right: 10px;
    bottom: 0;
    box-shadow:0px 0px 12px rgba(66, 65, 130, 0.2);
    flex:none;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:center;
    left:0px;
    top:auto;
    width:100%;
    max-width:100%;
}
    .fix_btn_wrap {
    display: flex;
    justify-content: space-around;
	align-items: center;
    width: 100%;
    max-width:1170px;
    margin: 0 auto;
}
.fix_btn_wrap li {
    list-style: none;
}
.fix_btn_wrap a:hover {
    text-decoration: none;
}
.fix_btn_tel, .fix_btn_contact {
    width: 100%;
    max-width: 25rem;
    padding:0 10px;
    min-height: 5rem;
    border-radius: 10px;
    /* border: 2px solid black; */
    font-size: 18px;
    font-weight: bold;
	color: white;
	box-shadow: 0px 0px 5px rgba(66, 65, 130, 0.4);
}
.fix_btn_tel{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: var(--PINK);
    padding:0 6rem;
}
.fix_btn_tel:hover{
    background: #aa5881;
}
.fix_btn_tel div{
  padding-left:25px;
}
.fix_btn_tel .icon_tel{
	padding-left:0;
}
.tel_content{
	text-align: center;
}
.fix_btn_contact{
    margin: 0;
    padding: 0;
    background: #76a357;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 6rem;
}
.fix_btn_contact:hover{
    background: #a9d18e;
}
footer{
    z-index: 9;
}
/* div.fix_area .sp{
    display:none;
} */

/*スマホ---------------------------------------------*/
@media screen and (max-width: 780px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

header {
	background: #833E61;
	/* padding: 9px 0; */
}
.nav-button {
	width: 50px!important;
	height: 50px!important;
}
.logo img {
	/* width: 52%; */
	/* max-height: 40px; */
	max-width: 50px;
	padding-left: 5px;
}
/* ヘッダーロゴ部分 */
h1.logo::before{
	content: url(../images/catchcopy.svg);
	width: 195px;
	position: absolute;
	left: 54px;
	/* top:8px; */
}
/* h1.logo::before{
	content: '京都・滋賀で安心安全の貸切バスなら';
	font-family: '游ゴシック', 'sans-selif';
	font-size: 12px;
	letter-spacing: 0.1em;
	color: white;
	position: absolute;
	left: 53px;
	top:16px;
} */
/* h1.logo::after{
	content: 'さくら株式会社';
	font-family: '游ゴシック', 'sans-selif';
	font-size: 15px;
	letter-spacing: 0.1em;
	color: white;
	position: absolute;
	left: 53px;
	top:33px;
} */
#main_slider, #mainvisual_lv1 {
	padding-top: 0!important;
}
.nav-button img {
	width: 100%;
}
.breadcrumb-inner {
	width: 96%;
	margin: 0 auto;
}
.bx-pager{
	margin-top:40px;
}
h2 {
	text-align:center;
	font-size: 23px;
	align-items: center;
	padding-bottom: 5px;
	margin: 0 auto;
}
p.course_txt {
	font-size: 0.75rem;
	letter-spacing: -0.05rem;
	margin: 20px auto;
	width: 90%;
}
.txt{
	font-size: 0.9rem;
}

.news_list {
	width: 100%;
}
.news_list div div {
	float: initial;
	font-weight: bold;
	color: #4e4e4e;
}
.news_list div dl {
	float: initial;
	margin-top: 0;
	width: 100%;
}
.link-news{
	margin-top: 24px;
}
.service_block_ins {
	flex-direction: column;

}
.service_block_ins {
	padding: 20px;
}
.label img {
	max-width: 300px;
}
.img_col .pc img {
	display: none;
}
.h2 .t1{
	font-size: 23px;
}
.service_block_ins .txt_col .btn {
	position: initial;
}
.service_block_ins .txt_col .txt dl dt {
	font-weight: bold;
	font-size: 17px;
}
.service_other_list {
	flex-direction: column;
}
.service_other_list li h3 {
	font-size: 21px;
	letter-spacing: 0.07em;
}
.btn img {
	max-width: 180px;
}
.btn-form {
	margin: 20px auto;
	width: 90%;
}
.btn-form a {
	font-size: 20px;
	padding: 12px 0;
	text-align: center;
}
div.l_ol_lv03{
	margin: 0 20px;
}
.links_list_under {
	width: 90%;
	margin: 0 auto;
    list-style: none;
	padding-bottom: 20px;
}

.links_list {
	border-bottom:1px solid #FFF;
}
.links_list img {
	width: 100%;
	padding:0 5px;
}
.route img{
    width: 90%;
}

.footer_navlist{
	display: flex;
	margin: 0;
    flex-wrap: wrap;
	padding-right: 5px;
	margin: 0 auto;
	gap: 31px;
}

/* 追従ボタン20240430 */
.fix_area{
	height: 100px;
}
.fix_btn_wrap{
    margin: 10px auto;
	padding-top: 5px;
}
.fix_btn_wrap li {
    list-style: none;
}
.fix_btn_wrap a:hover {
    text-decoration: none;
}
.fix_btn_tel, .fix_btn_contact {
    width: 100%;
    padding:0 5px;
    min-height: 4.5rem;
    border-radius: 10px;
    /* border: 2px solid black; */
    font-size: 15px;
    font-weight: bold;
	color: white;
}
.fix_btn_tel{
    padding:0 1rem;
}

.fix_btn_tel img{
    max-width: 35px;
}

.fix_btn_tel div{
  padding-left:10px;
}
.fix_btn_tel .icon_tel{
	padding-left:0;
}
.tel_content{
	text-align: center;
}
.fix_btn_contact{
    padding:0 1rem;
}
.fix_btn_contact:hover{
    background: #76a357;
}
footer{
    z-index: 9;
}
div.fix_area .sp{
    display:none;
}
/* div.fix_area .pc{
    display:none;
} */
}
@media screen and (max-width: 710px) {
	.footer_navlist{
		justify-content: space-between;
	}
}
.footer_navlist,
.footer_header,
.links_list {
	width: 90%;
}
.links_list{
	padding:40px 0;
}
.links_container{
	padding-bottom:20px;
}
.footer_header {
	margin: 20px auto;
}
.footer_header img {
	max-width: 150px;
	width: 100%;
	margin-top: 10px;
}
.footer_header p {
	margin-right: 15px;
}
