@charset "utf-8";
/*==========================================================================

   browser reset

==========================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header, hgroup, footer, section, article, details, menu, nav, aside, figure, figcaption {
	display: block;
}
a, a:focus {
	outline: 0;
}
img, hr {
	border: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}

/*==========================================================================

   base set

==========================================================================*/
body {
	color: #000;
	font: 14px/1 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'YuGothic', '游ゴシック', Meiryo, メイリオ, sans-serif;
	-webkit-font-smoothing: antialiased; /* for webkit アンチエイリアス */
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-weight: 300;
}
a {
	color: #000;
	text-decoration: none;
	transition: color .3s ease, background-color .3s, border-color .3s;
}
a:hover {
	color: #af1850;
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
	vertical-align: bottom;
}


/*==========================================================================

   utility style

==========================================================================*/
/* flexible image */
.flex-img {
	max-width: 100%;
	height: auto;
}
.link01 {
    color: #d31477;
}
.display-sp,
.br-sp{
	display: none;
}
.txt-underline {
	text-decoration: underline;
}


/*==========================================================================

   marketing-tag style ※不要な場合はこの項目ごと削除

==========================================================================*/
.marketing-tag {
	position: absolute; top: 0; height: 1px;
}
/*
iframe[name="google_conversion_frame"] { position: absolute; top: 0; height: 1px;}
*/


/*==========================================================================

   bootstrap grid system

==========================================================================*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d1b0270c1ab95f372f97023def3d12f4)
 * Config saved to config.json and https://gist.github.com/d1b0270c1ab95f372f97023def3d12f4
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
