@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);/* さわらび明朝 */
/******************************************
 ■ 画面幅指定なし（PC）
******************************************/
/* common */
html {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
  letter-spacing: -0.05em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:hover img {
	-webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	opacity: .7;
}
a {
	text-decoration: none;
	color: #29abe2;
}
a:hover {
	color: #333;
}
*.toumei_click {
  opacity: 0;
  background-color: #FFF;
  display: block;
  position: absolute;
}
*:hover.toumei_click {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
button {
	cursor: pointer;
}
.mincho {
	font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* container header contents footer */
.container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	min-height: 100vh;
	height: 100%;
	padding: 0 0px;
	box-sizing: border-box;
}
.header {
	background: rgba(2,55,161,1.0);
	/*
	background-image: url(../img/common/header_bg.png);
	background-size: cover;
	*/
	height: 6em;
	position: relative;
	clear: both;
}
.contents {
	flex: 1;
	clear: both;
}
.footer {
	background: rgba(255,255,255,1.0);
	height: 6em;
	background-position: center;
	background-size: cover;
	position: relative;
	clear: both;
	margin-top: 0em;
}
.site-logo{
	max-height: 80%;
    margin: 0.7em 1em;
}
.site-title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	z-index: 77;
	margin: 0;
	left: 2em;
	top: 13px;
	color: #FFFFFF;
	font-size: 3.2em;
}
.site-sub-title-1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	z-index: 77;
	margin: 0;
	left: 13em;
	top: 30px;
	color: #FFFFFF;
	font-size: 1.6em;
}
.copy {
	font-size: 1.3em;
	text-align: center;
}
.shopping-cart-btn {
	position: absolute;
	top: 17px;
	right: 0.2em;
	display: block;
	width: 60px;
	height: 60px;
	color: #FFF;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 0;
	z-index: 99;
	font-size: 3em !important;
}
/* nav */
.nav.is-open {
	display: block;
}
.nav-open-btn {
	position: absolute;
	top: -7777em;
}
.nav .nav-close-btn {
	position: absolute;
	top: -7777em;
}
.nav, .footer-sub-nav {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
}
.nav ul, .footer-sub-nav ul {
  padding: 0 0% 1.8em;
  display: table;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.nav li, .footer-sub-nav li {
    list-style: none;
    background: rgba(77,77,77,1.0);
    margin-right: 0.3em;
    text-align: center;
	border-bottom: 1px solid #FFFFFF;
    border-right: 0.3em solid #FFFFFF;
    display: table-cell;
	box-shadow: inset 0px 4px 10px 0px #8a8a8a;
}
.nav li:last-child, .footer-sub-nav li:last-child {
	margin-right: 0;
    border-right: none;
}
.nav li:hover, .footer-sub-nav li:hover, .nav-open-btn-img:hover {
	-webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	opacity: .7;
}
.nav a, .footer-sub-nav a {
	color: #fff;
	display: block;
	padding: 0.5em;
}
.nav-open-btn-img {
	cursor: pointer;
}
.fa {
	margin-right: 0.4em;
    font-size: 1.3em !important;
}
/* other */
.center-contents {
	margin: 1em auto;
	display: block;
	padding: 0 2em;
}
.block-title{
	border-bottom: 4px solid #7A7A7A;
	padding-bottom:0.2em;
}
.lp_block {
	position: relative;
}
.lp_block p {
	position: absolute;
}
/* shadow */
.shadow_2 {
	margin: 0;
	text-shadow: 0 0.1em 0.04em rgba(0,0,0,1);
}
.fuchi_2 {
	margin: 0;
    text-shadow:
        0 0.1em 0.08em #fff,
        0.1em 0 0.08em #fff,
        0 -0.1em 0.08em #fff,
        -0.1em 0 0.08em #fff,
        -0.1em -0.1em 0.08em #fff,
        0.1em -0.1em 0.08em #fff,
        -0.1em 0.1em 0.08em #fff,
        0.1em 0.1em 0.08em #fff
        ;
}
/* slider*/
.flickity-prev-next-button {
    top: 80% !important;
    width: 2em !important;
    height: 2em !important;
    background: hsla(0,0%,100%,.55);
}
/* レスポンシブ iframe (youtube読み込み)*/
.wrapper {
	position: relative;
	margin: 0 auto 24px auto;
	box-sizing: border-box;
}
.wrapper:before {
	content: "";
	display: block;
	padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.target_iframe {
	position: absolute;
	top: 0;
	/*
	left: -12px;
	*/
	width: 100%;
	height: 100%;
	/*
	border: solid 12px #1B46C3;
	*/
}
/* tokutei_syo_card */
.tokutei_syo_card ul {
	padding: 0;
	margin: 0;
}
.tokutei_syo_card li {
    list-style: none;
    text-align: center;
    display: table-cell;
    padding-right: 1em;
	float: left;
}
.tokutei_syo_card img {
    max-width: none;
    height: inherit;
}
/* go_top */
.go_top {
    height: 3em;
	width: auto;
	position: fixed;
    bottom: 0.5em;
    right: 1em;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
/* item_list_title */
.item_list_title {
	background-color: #7A7A7A;
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0.2em;
}
/* QandA */
.QandA-title{
	position: relative;
	text-align: center;
	color: #FFFFFF;
    font-size: 2em;
	min-height: 2em;
    line-height: 2em;
	margin: 1em 0;
	background-image: url(../img/QandA/title_bg.jpg);
	background-size: cover;
}
.Q{
	margin: 1em 3em;
	padding-left: 3em;
	padding-right: 1em;
	color: #4077D1;
}
.A{
	margin: 1em 3em;
	padding-left: 3em;
	padding-right: 1em;
	background-image: url(../img/QandA/line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 3em;
}
.Q:before {
    content: 'Q：';
    display: inline-block;
    text-indent: -2em;
}
.A:before {
    display: inline-block;
    text-indent: -2em;
    content: 'A：';
	color: #FF0000;
}
.Q_list{
	padding: 0;
	padding-bottom: 0.5em;
}
.Q_list li{
	list-style-type: none;
	margin-bottom: 0.5em;
}
.Q_list li:before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
}


/* tel_contact */
.tel_contact{
	margin: 2em 0;
	border: solid 2px #0181ff;
	border-radius: 1em;
	padding: 1em;
	display: inline-block;
}


/******************************************
 ■ 画面幅1200px以下（...）を上書き
******************************************/
@media screen and (max-width : 935px ){
.site-sub-title-1 {
	display: none;
}
}

/******************************************
 ■ 画面幅768px以下（タブレット）を上書き
******************************************/
@media screen and (max-width: 768px) {
.site-logo{
	margin-left: 0.4em;
}
.site-title {
	left: 2em;
}

.shopping-cart-btn {
	right: 1.3em;
}
/* nav */
.nav-open-btn {
	position: absolute;
	top: 17px;
	right: 0em;
	display: block;
	width: 60px;
	height: 60px;
	color: #FFF;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 0;
	z-index: 99;
	font-size: 3em !important;
}
.nav .nav-close-btn {
	position: fixed;
	top: 5px;
	right: 0em;
	display: block;
	width: 40px;
	height: 40px;
	color: #FFF;
	background: rgba(22, 22, 22, .75);
	border: 0;
	padding: 0;
	z-index: 99;
	font-size: 2em;
}
.nav {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(22, 22, 22, 1);
	overflow: auto;
	display: none;
	z-index: 100;
}
.nav ul {
	padding: 40px 0;
}
.nav li {
	padding: 10px 0 10px 20px;
	float: none;
	background: none;
	text-align: left;
	display: block;
	border-right: none;
    margin-right: 0;
}
.footer-sub-nav {
	font-size: 1em;
}
/* other */
.center-contents {
	padding: 0 1em;
}

}

/******************************************
 ■ 画面幅640px以下（スマホ）を上書き
******************************************/
@media screen and (max-width:640px) {
.header {
	height: 4.5em;
}
.footer {
	height: 4.5em;
}

.site-logo{
	margin: 0.4em 0.4em;
}
.site-title {
    top: 0.5em;
	left: 1.9em;
    font-size: 2.5em;
}
.shopping-cart-btn {
    top: 0.1em;
}
.nav-open-btn {
    top: 0.1em;
}
.site-sub-title-1 {
	display: none;
}
.site-sub-title-2 {
	display: none;
}
/* QandA */
.QandA-title{
    font-size: 1.3em;
	min-height: 1.5em;
    line-height: 1.5em;
	margin: 0.5em 0;
}
.Q{
	margin: 1em 0.5em;
}
.A{
	margin: 1em 0.5em;
}

}
