@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 62.5%;
	vertical-align:baseline;
}
body {
	font-family:'Noto Sans JP', sans-serif, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, sans-serif;
	margin: 0;
	padding: 0;
	-moz-background-size: contain;
	-webkit-text-size-adjust: none;
	text-autospace: ideograph-alpha;
	color:#252525;
	background:#fff;
    font-feature-settings: "palt";
	letter-spacing: .08em;
	padding-top: 50px;
	font-size: 14px;
}
img{
	vertical-align:top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:normal;
	margin:0;
	padding:0;
}
em,address {
	font-style:normal;
}
ul{
	list-style:none;
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
a{
	color: #252525;
	text-decoration: none;
	display: inline-block;
}
.image img {
    width: 100%;
	height: 100%;
}
:root{
	--blue: #6aaeff;
	--pink: #fb8583;
	--b-blue: #276fc5;
	--bb-blue: #00346e;
	--yellow: #ffe930;
	--f10px: 2.67vw;
	--f14px: 3.73vw;
	
}
.b-blue{
	color: var(--b-blue);
}
.blue{
	color: var(--blue)
}
.yellow{
	color: var(--yellow);
}
.b-border{
	text-shadow    : 
		2px  2px 0px #276fc5,
		-2px  2px 0px #276fc5,
		2px -2px 0px #276fc5,
		-2px -2px 0px #276fc5,
		2px  0px 0px #276fc5,
		0px  2px 0px #276fc5,
		-2px  0px 0px #276fc5,
		0px -2px 0px #276fc5;  
}
.bla-border {
    text-shadow: 
	2px 2px 1px #252525, 
	-2px 2px 1px #252525, 
	2px -2px 1px #252525, 
	-2px -2px 1px #252525, 
	2px 0px 1px #252525, 
	0px 2px 1px #252525, 
	-2px 0px 1px #252525, 
	0px -2px 1px #252525;
}
.p-btn a{
	color: #fff;
	background: var(--pink);
	position: relative;
	align-items: center;
    justify-content: center;    
	border-radius: 5px;
}
.p-btn a::after{
	content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
    height: fit-content;
}
.wf{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.wf-r{
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
/*黄色のアンダーライン*/
.under-y{
	background-image: linear-gradient(rgba(0,0,0,0) 70%, #fbf083 70%);
    display: inline-block;
}
/*ボックスshadow*/
.shadow {
    box-shadow: 5px 5px 15px rgb(80 80 80 / 40%);
    -moz-box-shadow: 5px 5px 15px rgba(80,80,80,0.4);
    -webkit-box-shadow: 5px 5px 15px rgb(80 80 80 / 40%);
}

/*------------------------
ヘッダー
------------------------*/
header{
	position: fixed;
    height: 52px;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1450;
    border-bottom: 2px solid var(--blue);
}
header .inner{
	height: 100%;
    padding: 0 0 0 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .site-title a .image{
	height: 20px;
	width: 120px;
}
header .site-title a .image img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}
#header .sp{
	height: 100%;
}
/*------------------------
ハンバーガーメニュー
------------------------*/

#menu-btn a{
	display: block;
	box-sizing:content-box;
	width: 30px;
	height: 100%;
	position: relative;
	padding-right: 20px;
	z-index: 1500;
}
#menu-btn  .line {
	position: absolute;
    width: 28px;
    height: 2px;
    left: 1px;
    background: var(--blue);
    transition: .35s ease-in-out;
}
#menu-btn  .line01 {
	top: 18px;
}
#menu-btn  .line02 {
	top: 26px;
}
#menu-btn .line03 {
	top: 34px;
}
#menu-btn .text{
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: var(--f10px);
	padding-top: 37px;
}
/*------------------------
メニューオープン
------------------------*/
html.is_fixed,
html.is_fixed body {
	height: 100%;
	overflow: hidden;
}
html.is_fixed{
	position: fixed;
	height: 100%;
	width: 100%;
}
/*メニューライン*/
html.is_fixed #menu-btn .line01{
	top:30px;
	transform: rotate(45deg);
}
html.is_fixed #menu-btn .line02{
	opacity:0;
}
html.is_fixed #menu-btn .line03{
	top:30px;
	transform: rotate(-45deg);
}

html.is_fixed #menu_list {
	z-index: 1000;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
#menu_list{
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	padding:80px  20px 37px;
	background:#f4fbff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: opacity ease-out .3s;
	pointer-events: none;
}
#menu_list ul{
	padding-bottom: 3rem;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid var(--b-blue);
}
#menu_list li{
	margin-bottom: 5.33vw;
}
#menu_list li a{
	display: block;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    text-align: center;
}
#menu_list li a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(/kokodeli/sp/img/common/icon_list.svg) no-repeat left center;
	width: 1.8rem;
	height: 1.8rem;
	background-size:contain;
}
/*メニュー内の問い合わせ*/
#menu_list .contact .business a{
	height: 6rem;
    border-radius: 6px;
    display: flex;
    font-weight: bold;
    font-size: 1.6rem;
	border-bottom: 3px solid #b43331;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
#menu_list .contact .business a::before{
	content: "";
    width: 20px;
    height: 20px;
    background: url(/pc/img/common/icon_window.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
}
#menu_list .contact .mail a{
	height: 6rem;
    border-radius: 6px;
    display: flex;
    font-weight: bold;
    font-size: 1.6rem;
	border-bottom: 3px solid var(--b-blue);
	background: var(--blue);
}

/*------------------------
後続共通
------------------------*/

/*パンくず*/
#breadcrumb {
    padding: 11px 15px 10px;
    overflow-x: scroll;
    white-space: nowrap;
}
#breadcrumb li {
    display: inline-block;
}
#breadcrumb li span{
    font-size: 13px;
}
#breadcrumb li::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    border-bottom: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto 10px 0 10px;
    vertical-align: 1px;
}
#breadcrumb li:first-child::before {
    content: none;
}

/*ページタイトル*/
.page-title-wrapper{
	background: url(/sp/img/common/title_bg_blue.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.page-title-wrapper::after{
	content: "";
	background: url(/pc/img/common/illust_cat_flag.png) no-repeat;
	background-size: contain;
	width: 90px;
	height: 77px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.page-title-wrapper .page-title {
	padding: 35px 15px 30px;
}
.page-title-wrapper .page-title h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: .06em;
    font-weight: 900;
}
.page-title .sub {
    position: relative;
    color: var(--b-blue);
    letter-spacing: .03em;
    display: flex;
    align-items: center;
	font-size: 12px;
}
.page-title .sub:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    margin: 0 4px 0 2px;
    background: #0089b3;
}

/*------------------------
ページ下CONTACT
------------------------*/
.bottom-contact{
	background: url(/pc/img/common/bg_check.jpg);
	padding: 30px;
}
.bottom-contact .app{
	margin-bottom: 10px;
	position: relative;
}
.bottom-contact .app::before{
	content: "";
    width: 78px;
    height: 100px;
    background: url(/pc/img/common/illust_cat_gray.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -16px;
    left: -30px;
    z-index: 10;
}
.bottom-contact .app p{
	text-align: center;
	font-size: 15px;
	margin-bottom: 8px;
	color: var(--yellow);
	text-shadow    : 
	1px 1px 0px #252525, 
	-1px 1px 0px #252525, 
	1px -1px 0px #252525, 
	-1px -1px 0px #252525, 
	1px 0px 0px #252524, 
	0px 1px 0px #252525, 
	-1px 0px 0px #252525, 
	0px -1px 0px #252525;
	font-weight: bold;
}
.bottom-contact .app .p-btn a{
	text-align: center;
	width: 100%;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1;
}
.bottom-contact .b-btn a{
	text-align: center;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1;
    background: var(--b-blue);
    color: #fff;
	position: relative;
}
.bottom-contact .b-btn a::after {
    content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
    height: fit-content;
}
.bottom-contact .b-btn a span{
	display: block;
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
}

/*------------------------
お⽀払い⽅法について
------------------------*/
#payment .inner{
	padding: 30px 15px 40px;
}
#payment h2{
	font-size: 2.3rem;
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
#payment p{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#payment .p.min{
	font-size: 1.2rem;
	margin-bottom: 0;
}
#payment .image{
	border: 2px solid var(--blue);
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}


/*------------------------
フッター
------------------------*/

footer{
	background: #494949;
}
footer .footer-wrap{
	padding: 40px 15px 30px;
}

footer .footer-wrap ul li.tit{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 0;
}
footer .footer-wrap ul li a{
	font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding: 12px 0 0;
}
footer .footer-wrap ul li.child a{
	padding-left: 20px;
}
.copy{
	font-size: 1.2rem;
	background: #252525;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}