@charset "utf-8";
@font-face {
font-family:"AudiTypeNormal";
}
@font-face {
font-family:"AudiTypeBold";
}



/* 2-2-6. WebFont */
@font-face{
font-family: 'fontello';
src: url('../../../assets/fonts/fontello.eot?54481897');
src: url('../../../assets/fonts/fontello.eot?54481897#iefix') format('embedded-opentype'),
url('../../../assets/fonts/fontello.woff2?54481897') format('woff2'),
url('../../../assets/fonts/fontello.woff?54481897') format('woff'),
url('../../../assets/fonts/fontello.ttf?54481897') format('truetype'),
url('../../../assets/fonts/fontello.svg?54481897#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before{
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;

display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-mail:before { content: '\f0e0'; }
.icon-basket:before{ content: '\e800'; }
.icon-play:before{ content: '\e801'; }
.icon-cancel:before{ content: '\e802'; }
.icon-arrow-right:before{ content: '\e803'; }
.icon-arrow-left:before{ content: '\e804'; }
.icon-arrow-down:before{ content: '\e805'; }
.icon-arrow-up:before{ content: '\e806'; }
.icon-plus:before{ content: '\e807'; }
.icon-minus:before{ content: '\e808'; }
.icon-menu:before{ content: '\e809'; }
.icon-external{
	margin-left: 5px;
}
.icon-external:before{ content: '\f08e'; }
.icon-twitter:before{ content: '\f099'; }
.icon-coffee:before{ content: '\f0f4'; }
.icon-facebook-official:before{ content: '\f230'; }
.icon-menu01:before{
	content: "";
	background: url("../../../assets/images/cmn-icn-menu.png") no-repeat center;
	background-size: auto 20px;
	height: 20px;
	display: block;
}




/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,body{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	/* font-size: 1rem;
	line-height: 1.6; */
	color: #212121;
	/* font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	-webkit-text-size-adjust: 100%; */
}
.AudiType {
    font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}
.AudiType_b {
    font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	color: #212121;
}
a:hover {

}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}
a.deco {
    color: #036eb6 !important;
    text-decoration: underline !important;
}
a.deco:hover {
    text-decoration: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 960px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}



/* pc / tab / sp
============================================================================================================ */
.pcs,
.tab,
.sp,
.sps{
	display: none !important;
}
@media screen and (max-width: 1000px) {
	.pc {
		display: none !important;
	}
	.tab {
		display: block !important;
	}
	img.tab, span.tab, br.tab, em.tab, strong.tab {
		display: inline !important;
	}
}
@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
	img.sp, spsan.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}
@media screen and (max-width: 480px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}

/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.mw {
	min-width: 1000px;
}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 768px) {
	.w {
		width: auto;
		padding: 0;
	}
	#container.sub .w {
		width: auto;
		padding: 0 10px;
	}
	.mw {
		min-width: 0;
	}
	.pl {
		width: auto;
		padding: 0 10px;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}








/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
    letter-spacing: 0.05rem;
    margin-top: 80px;
}
/*#container a:hover {
	opacity: 0.8;
}*/
.contents_w1000 {
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.contents_w900 {
    width:900px;
    margin-left: auto;
    margin-right: auto;
}

.contents_w760 {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1000px) {
   .contents_w1000 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 3vw;
    }
   .contents_w900 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 3vw;
    } 
}
@media screen and (max-width: 800px) {
    .contents_w760 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 3vw;
    }
}
@media screen and (max-width: 768px) {
	#container {
        font-size: 1.5rem;
        margin-top: 60px;
	}
   .contents_w1000 {
        padding: 0 5%;
    }
   .contents_w900 {
        padding: 0 5%;
    }
    .contents_w760 {
        padding: 0 5%;
    }
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.section + .section {
		margin-top: 30px;
	}
}

/* padding
============================================================================================================ */
.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd_s {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.pd_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pd_m {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pd_s {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* margin
============================================================================================================ */
.mgt_l {
	margin-top: 80px;
}
.mgt_m {
	margin-top: 50px;
}
.mgt_s {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .mgt_l {
        margin-top: 60px;
    }
    .mgt_m {
        margin-top: 35px;
    }
    .mgt_s {
        margin-top: 20px;
    }
}
/* btn
============================================================================================================ */
.btn{
    display: inline-block;
    /*width: 280px;*/
    min-width: 280px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #B5B5B6;
    padding: 0.75em 1.6em 0.75em 1em;
    border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
    position: relative;
    font-family: 'AudiTypeNormal', 'Noto Sans JP', sans-serif;
}
.btn_line {
    display: inline-block;
    /*width: 280px;*/
    min-width: 280px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 0.75em 1.6em 0.75em 1em;
    border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
    position: relative;
}
.btn.back {
    color: #666;
}
.btn:after,
.btn_line:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 1em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #036eb6;
    border-right: 2px solid #036eb6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.back:after{
    left: 1em !important;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btn:hover {
    opacity: 1 !important;
    border: 1px solid #036eb6;
    background: #036eb6;
    color: #fff;
}
.btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn_line:hover {
    opacity: 1 !important;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.btn_line:hover:after {
    border-top: 2px solid #036eb6;
    border-right: 2px solid #036eb6;
}
.btn.btn_2lines {
    line-height: 1.4;
    padding: 0.4em 1.6em 0.4em 1em;
}
.btn_area {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn_area .btn {
    margin: 0 10px;
}
@media screen and (max-width: 768px) {
    .btn,.btn_line {
        border: 1px solid #036eb6;
        background: #036eb6;
        color: #fff;
    }
    .btn.back {
        color: #666;
        background: none;
        border: 1px solid #B5B5B6;
    }
    .btn:after,
    .btn_line:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .btn_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btn_area .btn {
        margin: 10px 0;
    }
}



/* title
============================================================================================================ */
.title_l {
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
    letter-spacing: 0;
	font-weight: normal;
    font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    margin-bottom: 1em;
    /*text-transform: lowercase;   /* 全体を小文字にリセット */
}
/*.title_l::first-letter {
  text-transform: capitalize;  /* 先頭文字だけ大文字化 
}*/
#container.top .title_l {
    text-transform: none;
}
#container.top .title_l::first-letter {
  text-transform: none;
}
.title_l span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 2em;
    font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    text-transform: none;
}
.title_l_bg {
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
    letter-spacing: 0;
	font-weight: normal;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #333;
    padding: 1em 0;
}
.title_m {
    font-weight: normal;
	font-size: 1.8px;
	font-size: 1.8rem;
	letter-spacing: 1px;
    text-align: center;
    margin-bottom: 2em;
}
.title_s {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 1px solid #036eb6;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
}
.title_s.title_s_gray {
    border-bottom: 1px solid #CCCCCC;
}
.title_ss {
    font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    font-size: 1.8rem;
    /*font-weight: bold;*/
    border-bottom: 1px solid #181818;
    margin-bottom: 1.5em;
        padding-bottom: 10px;
}
.title_between_line {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
}
.title_between_line span {
    display: block;
    font-size: 2.0rem;
    position: relative;
    padding-top: 0.3em;
}
.title_between_line span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #CCC;
    position: absolute;
    top: 0;
}
.lead {
    font-size: 1.7rem;
    font-family: 'AudiTypeNormal', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 768px) {
	.title_l {
		font-size: 3.0rem;
        padding-right: 3%;
        padding-left: 3%;
	}
    .title_l span {
        font-size: 1.5rem;
    }
    .title_l_bg {
        font-size: 28px;
        font-size: 2.8rem;
    }
	.title_m {
		font-size: 1.5rem;
        margin-bottom: 1.75em;
	}
    .title_between_line {
        font-size: 2.0rem;
    }
    .title_between_line span {
        font-size: 1.6rem;
    }
    .lead {
        font-size: 1.5rem;
        text-align: left;
        padding: 0 1em;
    }
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	border: 1px solid #d9d9d9;
	line-height: 1.6;
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 0.6em 1em;
	border: 1px solid #d9d9d9;
	word-wrap:break-word;
}
table.basic th {
	background:#f2f2f2;
}
table.basic.th_center th {
	text-align: center;
	font-weight: bold;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table.border_none td,
table.border_none th{
	padding-bottom: 20px;
}

table.form {
	width: 100%;
	border: 1px solid #212121;
	line-height: 1.6;
	table-layout: fixed;
}
table.form th,
table.form td {
	padding: 0.6em 1em;
	border-bottom: 1px dashed #212121;
	word-wrap:break-word;
}
table.form tr:nth-child(odd) td {
	background:#efefef;
}
table.form th {
	background:#efefef;
	border-right: 1px solid #212121;
}

table.basic.border_c th,
table.basic.border_c td{
	border: 1px solid #231815 !important;
}
table.form input[type=text],
table.form input[type=tel],
table.form select,
table.form textarea {
	max-width: 100%;
	padding: .4em;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	font-size: 1.4rem;
}
table.form input.size01 {
	width: 80%;
}
table.form input.size02 {
	width: 150px;
}
table.form input.size03 {
	width: 320px;
}
table.form input.size04 {
	width: 85px;
}
table.form textarea.size01 {
	width: 100%;
	height: 160px;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 768px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}

	table.form th,
	table.form td {
		display: block;
		border-right: none;
		padding: 10px;
	}
	table.form td {
		background: none !important;
	}


}


/* link
============================================================================================================ */
/*a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 768px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}*/



/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* circle
------------------------------------------------------------- */
ul.circle li {
	position: relative;
	padding-left: 1em;
}
ul.circle li:before {
	content: "●";
	position: absolute;
	left: 0;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
ul.asterisk li:before {
	content: "＊";
	position: absolute;
	left: 0;
}


/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}

/* img
============================================================================================================ */
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 50%;
}

/* border_box
============================================================================================================ */
.border_box {
	border: 1px solid #BCBCBC;
	padding: 3% 5%;
	box-sizing: border-box;
}


/* border_radius
============================================================================================================ */
.border_radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* flex
============================================================================================================ */
.d_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.align_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.justify_content_center {
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify_content_s_between {
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_wrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* sidenavi
============================================================================================================ */
.side_navi {
   display: block;
   position: fixed;
   bottom: 0;
   height: 60px;
   width: 100%;
   z-index: 10;
   box-shadow: 0 -1px 5px rgba(0,0,0,0.30);
}
.side_navi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.side_navi ul li {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background: #036eb6;
    /*max-width: 33.3%;
    max-width: 50%;
    min-width: 33.3%;*/
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
    box-shadow: 3px 0 5px rgba(0,0,0,0.20);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.side_navi ul li:first-child {
    z-index: 3;
}
.side_navi ul li:nth-child(2) {
    z-index: 2;
}
.side_navi ul li:nth-child(3) {
    z-index: 1;
}
.side_navi ul li a {
    color: #fff;
    font-size: 1.2rem;
    padding-top: 8px;
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}
.side_navi ul li a:before {
    content:"";
    display: block;
    margin: auto;
    background-size: 30px 30px;  
    position: relative;
    width: 30px;
    height: 30px;
}
.side_navi ul li.contact a:before {
    background: url("../images/icon_contact.svg") no-repeat center top;
}
.side_navi ul li.test_drive a:before {
    background: url("../images/icon_test_drive.svg") no-repeat center top;
}
.side_navi ul li.car_inspection a:before {
    background: url("../images/icon_car_inspection.svg") no-repeat center top;
}

@media screen and (min-width: 769px) {
    .side_navi {
        display: block;
        position: fixed;
        top: 13vw;
        right: 0;
        width: 50px;
        height: auto;
        box-shadow: none;
    }
    .side_navi ul {
        display: block;
        box-shadow: 0 -1px 5px rgba(0,0,0,0.30);
    }
    .side_navi ul li {
        max-width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .side_navi ul li a {
        height: 50px;
        padding-top: 0;
    }
    .side_navi ul li a:before {
        content:"";
        display: block;
        margin: auto;
        background-size: 30px 30px;  
        position: relative;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }
    .side_navi ul li a span {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 50px;
        width: 9em;
        height: 50px;
        background: rgba(0,0,0,0.75);
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .side_navi ul li + li a span {
        border-top: 1px solid rgba(255,255,255,0.50);
    }
    .side_navi:hover li a span {
        opacity: 1;
    }
}

/* readmore
============================================================================================================ */
a.readmore{
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    padding-bottom: 3em;
    position: relative;
    height: 100%;
}
a.readmore:hover {
    opacity: 1 !important;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
	-moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
	-ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
	box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
}
/*a.readmore:after {
    opacity: 0;
    content: "もっと見る";
    font-family: "游ゴシック","YuGothic","Roboto Regular","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    background: #333;
    color: #fff;
    display: inline-block;
    position: absolute;
    width: 9em;
    bottom: 0;
    padding: 0.2em 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}*/
a.readmore:hover:after {
    opacity: 1; 
}

/* author_box
============================================================================================================ */
.author_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    background: #f3f3f3;
    padding: 25px;
}
.author_box .photo_icon {
    width: 50px;
    height: 50px;
}
.author_box .photo_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border: 1px solid #036eb6;
}
.author_box > div {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
.author_box > div p {
    padding-left: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
/*.author_box > div p:first-child {
    border-bottom: 1px solid #036eb6;
}*/





/* contens_main 
============================================================================================================ */
.contens_main,
.no_mainvisual {
    position: relative;
    /* padding-top: 65px; */
}
.contens_main.shoptop {
    position: relative;
    padding-top: 120px;
}
.contens_main.shop {
    position: relative;
    padding-top: 125px;
}
.contens_main > div.over_text {
    position: absolute;
    margin-top: 5vw;
    margin-left: 6vw;
}
.contens_main .title {
    color: #fff;
    font-family:"AudiTypeBold", 'Noto Sans JP', sans-serif;
    font-size: 5.0rem;
    padding-top: 66px;
}
.contens_main.shop .title{ 
  text-transform: lowercase;   /* 全体を小文字にリセット */
}
.contens_main.shop .title::first-letter {
  text-transform: capitalize;  /* 先頭文字だけ大文字化 */
}
.contens_main .title span {
    font-size: 2.6rem;
    margin-left: 1em;
    text-transform: none; 
}
.contens_main .title:after {
    content: "";
    display: block;
    background: url("../images/logomark_w.svg") no-repeat;
    background-size: cover;
    width: 160px;
    height: 56px;
    position: absolute;
    top: 0;
}
.contens_main .mainvisual {
    height: 25vw;
    max-height: 400px;
}
.contens_main .mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1000px) {
    .contens_main,
    .no_mainvisual {
        padding-top: 53px;
    }
    .contens_main.shoptop {
        padding-top: 50px;
    }
    .contens_main.shop {
        padding-top: 53px;
    }
}
@media screen and (max-width: 768px) {
    .contens_main > div.over_text {
        margin-top: 10vw;
        margin-left: 5vw;
        margin-right: 3vw;
    }
    .contens_main .title {
        font-size: 2.8rem;
        padding-top: 30px;
    }
    .contens_main .title span {
        font-size: 1.4rem;
        display: inline-block;
    }
    .contens_main .title:after {
        width: 90px;
        height: 31px;
    }
    .contens_main .mainvisual {
        height: 51vw;
        max-height: 51vw;
    }
}

.mainvisual_blog {
    height: 25vw;
    max-height: 400px;
}
.mainvisual_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .mainvisual_blog {
        height: 51vw;
        max-height: 51vw;
    }
}

/* mainvisual_slide 
============================================================================================================ */
.mainvisual_slide {
max-width:100%;
    margin-top: 65px;
}

/*slider
----------------------------------------------------*/
.mainvisual_slide .slider img{
width:100%;
}
/*矢印位置*/
/*.slick-prev:after {
    right: -5vw!important;
}
.slick-next:after {
    right: 5vw!important;
}*/

.mainvisual_slide .slick-prev,.mainvisual_slide .slick-next{
    width: 60px !important;
    height: 60px !important;
 /*   border: solid red 1px;*/

}

.mainvisual_slide .slick-prev {
    left: 4vw !important;
    z-index: 10;
}
.mainvisual_slide .slick-next {
    right: 5vw !important;
    z-index: 10;
}

.slick-prev:after, .slick-next:after{
        right:1vw!important;
}

@media screen and (max-width: 768px) {
    .mainvisual_slide {
margin-top:50px;
}
    .mainvisual_slide .slick-prev, .mainvisual_slide .slick-next {
    top: 40%;
}
    .mainvisual_slide .slick-prev {
    left: -15px !important;
}
    .mainvisual_slide .slick-next {
    right:10px !important;
}
}

/* col2 col3 
============================================================================================================ */
/* .col2,
.col3,
.col4{
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.col2 > li,
.col2 > div {
    width: 48%;
    margin-bottom: 2rem;
}
.col3 > li,
.col3 > div {
    width: 31.5%;
    margin-bottom: 2rem;
}
.col4 > li,
.col4 > div,
.col4 > ul{
    width: 23.7%;
    margin-bottom: 2rem;
}
.col3:after{
  content:"";
  display: block;
  width: 31.5%;
}
.col4:before{
  content: "";
  display: block;
  width: 23.7%;
  order: 1;
}
.col4:after{
  content: "";
  display: block;
  width: 23.7%;
}
@media screen and (max-width: 768px) {
    .col2 > li,
    .col2 > div {
        width: 100%;
    }
    .col3 > li,
    .col3 > div {
        width: 100%;
    }
    .col4 > li,
    .col4 > div {
        width: 48%;
    }
    .col3:after{
      content:none;
    }
    .col4:before{
      content:none;
    }
    .col4:after{
      content:none;
    }
}

#page-navi ul li {
    display: none;
}
#page-navi ul li:last-child {
    display: block;
    text-align: center;
} */

/*ブログ sns
========================================================--*/
@media screen and (min-width: 681px) {
    .sns{
        display: flex;
    display: -ms-flexbox; /* IE10 */
justify-content: flex-end;
        align-items: center;
        margin:3em auto;
    }
    .sns > p + p{
        margin-left:1.5em;
    }
    .sns_midasi{
        position: relative;
        background: #fff;
        border-radius: 5px;
        padding: 5px 15px;
    }
        .sns_midasi:after{
        position: absolute;
            content: "";
    border: 5px solid transparent;
    border-left: 9px solid #fff;
    top: 50%;
    right:0;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    }
}


@media screen and (max-width: 680px) {
    .sns {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    align-items: center;
    margin: 3em 0;
}
    .sns > p + p{
        margin-left:1em;
    }
    .sns_midasi{
        position: relative;
        background: #fff;
        border-radius: 5px;
        padding: 5px 15px;
    }
        .sns_midasi:after{
        position: absolute;
            content: "";
    border: 5px solid transparent;
    border-left: 9px solid #fff;
    top: 50%;
    right:0;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    }

}

/* img */
.blog_text img.aligncenter {
    display: block;
    margin: 0 auto;
}
.blog_text img.alignright { float: right; }
.blog_text img.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}