@charset "UTF-8"; 
html {
    font-size: 10px;
    position: relative;
    }
body {
    color: #333 ;
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    }
a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #333;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
	}
a.uhover {
    color: #106ab4;
    text-decoration: underline;
	}
a.uhover:hover {
    color: #66BCF9 !important;
}

::selection {
	/* Safari */
	background-color: #47130E;
	color: #FFFFF3; 
	}
::-moz-selection {
	/* Firefox */
	background-color: #47130E;
	color: #FFFFF3; 
	}

/* hタイトル共通*/
h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 0 5px 1.5em;
    }
.tit{
    background: #6b360f;
    color:#fff;
    border-radius: 5px;
    box-shadow: #ccc 3px 3px 3px;
    padding: 5px 0 5px 1.5em;
    }

#container {width: 100%;max-width: 1920px;margin: 0 auto;background: #cfbead;}
#container h1 img {width: 100%;max-width: 1920px;margin: 0 auto;}

#mvArea{
	background: #fff;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	//box-shadow: 0px 0px 10px 10px #cccccc;
	}

#mvArea img{
	width: 100%;
	}

/* annotation */
.annotation{
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap:25px;
}
.annotation p{
    vertical-align: top;
    margin-top:10px;
    flex: 1;
}
.annotation .ico{
	background: #5a9c1f;
    padding: 2px 13px 3px;
    border-radius: 8px;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.annotation .anop{
    display:block;
    margin-top:5px;
}

@media only screen and (max-width: 749px){
.annotation{
    flex-direction: column;
    width: 100%;
    }
.annotation .ico{
    display:block;
}
.annotation .anop{
    padding-left:10px;
}
}

/*ナビゲーション*/
#navi{width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
    }
#navi ul {
    text-align: center;
    padding: 15px 30px;
    display: inline-block;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #333;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
#navi ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
}

#navi ul li a {
  position: relative;
  font-weight:bold;
  color:#000;
  text-decoration:none;
}


@media only screen and (max-width: 749px){
#navi{width: 98%;}
#navi ul {
    display:block;
    text-align:left;
  }
  #navi ul li {
    display:inline-block;
    width: 49%;
  }
  #navi ul li:nth-of-type(odd) {
    min-width:8.5em;
  }
}

/*コンテンツ内*/
.content{
	margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 30px;
    }
.content p{margin-left: 2em;margin-right: 2em;}

@media only screen and (max-width: 749px){
	.content{border-radius: 10px;padding-bottom: 20px;}
	.content p{margin-left: 1em;margin-right: 1em;}
	}

.inner{
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
}

.mv img{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	}

.ti {text-indent: -1em;padding-left: 1em;}
.cap {font-size: 12px;font-size: 1.2rem;}
.ib {display: inline-block;}


/*利用方法BOX*/
.scloll_box{
	box-sizing: border-box;
	margin-bottom:20px;
	padding:10px;
}
.scloll_box .ttl{
	color:#222;
	font-size:17px; 
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
	padding-left:1em;
}
.scloll_box img{
	width:100%;
	max-width:360px;
	}
@media only screen and (max-width: 374px){
.scloll_box .ttl{
	margin:0 -0.5em 1em;
	}
.scloll_box img{
	max-width:320px;
	}
}
.x_scloll{
	overflow-x:scroll;
	padding:15px;
	border: 1px solid #47130E;
	scrollbar-color: #6b360f #f8e8ce;
}

.scloll_box .flexwrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
.scloll_box .flexwrap p{/*リセット*/
	margin-left:0;
	margin-right:0;
}
.scloll_box .s_box{
	width:360px;
	text-align: center;
	flex-shrink: 0;
}
.scloll_box .s_box:last-child{
	margin-right:50px;
}
.scloll_box .tgl{
	height:100%;
}

@media only screen and (max-width: 734px){
.scloll_box{
	padding:10px 3px;
	}
}

.lst{
	margin:0 1.5em;
	line-height: 1.6;
}
.lst li{
	text-indent:-1em;
	padding-left:1em;
}
.lst li+li{
	margin-top:10px;
}

/*スマホ切替*/
.disp_pc{display:block;}
.disp_sp{display:none;}

@media only screen and (max-width: 734px){
	.disp_pc {display: none;}
	.disp_sp {display: block;}
	.inner {width: 98%; margin: 0 auto;}
	}

.bold{font-weight:bold; font-family:"Noto Sans JP", sans-serif;}
.border01 {padding: 20px 30px; border: 1px solid #ccc;background-color: #fff;}

@media screen and (max-width: 734px) {
	.border01 {padding: 20px 10px;}
	}

/* FAQ */

#faq a{text-decoration: none;}
#faq a:hover{color:#333;}
@media screen and (max-width: 639px) {
	#faq a{display:inline-block; margin-top:13px;}
}
.faq-accordion {
  font-size: 16px;
  margin: 50px auto 0;
  width: 100%;
  border-top: solid 1px #999;
}
@media screen and (max-width: 639px) {
  .faq-accordion {
    font-size: 15px;
    margin: 54px auto 0;
  }
}
.faq-accordion__title {
  cursor: pointer;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 20px 60px 20px 94px;
  position: relative;
  border-bottom: solid 1px #999;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .faq-accordion__title {
    font-size: 15px;
    line-height: 1.5;
    padding: 25px 52px 23px 57px;
  }
}
.faq-accordion__title.--red {
  color: #ff0000 !important;
}
@media screen and (min-width: 640px) {
  .faq-accordion__title:hover {
    color: #6b360f;
  }
}
.faq-accordion__title.open {
  border-bottom: dotted 1px #999;
}
.faq-accordion__title::before,
.faq-accordion__title::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 24px;
  height: 2px;
  width: 23px;
  background: #333;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 639px) {
  .faq-accordion__title::before,
  .faq-accordion__title::after {
    width: 14px;
  }
}
.faq-accordion__title::before {
  transform: rotate(90deg);
}
.faq-accordion__title.open::before {
  transform: rotate(180deg);
}
.faq-accordion__title.open::after {
  opacity: 0;
}
@media screen and (min-width: 640px) {
  .faq-accordion__title p {
    width: 95%;
  }
}
.faq-accordion__title p::before {
  content: 'Q';
  background: #cc343b;
  border-radius: 100%;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  height: 43px;
  width: 46px;
  left: 29px;
  position: absolute;
  justify-content: center;
  top: 10px;
  padding-bottom: 3px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 639px) {
  .faq-accordion__title p::before {
    font-size: 14px;
    line-height: 1.2;
    height: 25px;
    width: 26px;
    top: 30px;
    left: 18px;
    padding-bottom: 1px;
  }
}

.faq-accordion__title.--red p::before {
  background: #c00;
}

.faq-accordion__text {
  border-bottom: solid 1px #999;
  display: none;
  padding: 20px 30px 20px 94px;
  position: relative;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #6b360f;
}
@media screen and (max-width: 639px) {
  .faq-accordion__text {
  line-height: 1.6;
    letter-spacing: 0em;
    padding: 25px 10px 23px 58px;
  }
}
.faq-accordion__text::before {
  content: 'A';
  background: #fff;
  border: solid 1px #cc343b;
  border-radius: 100%;
  align-items: center;
  text-align: center;
  color: #cc343b;
  font-weight: bold;
  display: flex;
  height: 42px;
  width: 46px;
  left: 29px;
  position: absolute;
  justify-content: center;
  top: 10px;
  padding-bottom: 4px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 639px) {
  .faq-accordion__text::before {
    font-size: 14px;
    line-height: 1.2;
    height: 24px;
    width: 24px;
    top: 30px;
    left: 18px;
    padding-bottom: 1px;
  }
}
.faq-accordion__text p {
  width: 92%;
}
@media screen and (max-width: 639px) {
  .faq-accordion__text p {
  }
}
.faq-accordion__text img {
  margin-top: 25px;
  width: 78%;
}
@media screen and (max-width: 639px) {
  .faq-accordion__text img {
    width: 100%;
    margin-top: 16px;
  }
}
.faq-accordion__text a {
  color: #cc343b;
  text-decoration: underline !important;
  transition: 0.3s;
  word-break: break-word;
}
@media screen and (min-width: 640px) {
  .faq-accordion__text a:hover {
    opacity: 0.8;
  }
}


/*アプリDL*/
#dlapp .content {
	padding:20px 30px;
}
/*---タイトル---*/
#dlapp .app_tit{
    font-size:24px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}
#dlapp .app_tit span {
	position: relative;
	display:inline-block;
}
#dlapp .app_tit span::before,
#dlapp .app_tit span::after {
	display: block;
    content: '';
    width: 3px;
    height: 45px;
    background: #47130E;
    position: absolute;
    bottom: -5px;
	border-radius: 10px;
}
#dlapp .app_tit span::before {
	left: -15px;
	transform:rotate(-33deg);
	transform-origin: bottom left;
}
#dlapp .app_tit span::after {
	right: -15px;
	transform:rotate(33deg);
	transform-origin: bottom right;
}
@media only screen and (max-width: 749px){
#dlapp .app_tit{line-height: 1.3;}
#dlapp .app_tit span::before,
#dlapp .app_tit span::after {
    height: 60px;
    bottom: 2px;
}
#dlapp .app_tit span::before {
	left: -5px;
	transform:rotate(-21deg);
}
#dlapp .app_tit span::after {
	right: -5px;
	transform:rotate(21deg);
}
}
/*---リンクBOX---*/
#dlapp .app {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#dlapp .linkbox {
	display: flex;
	//flex-wrap: wrap;
	justify-content: flex-start;
}
#dlapp .linkbox p{
	margin:0!important;
}

#dlapp .linkbox img {
	height:70px;
}
#dlapp .app {
	gap: 10px 30px;
}
#dlapp .linkbox {
	gap: 10px;
}
#dlapp .os_tit {
	font-size:20px;
	font-weight: bold;
	margin-left:1em;
}

#dlapp .note ul {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
}
#dlapp .note li {
	text-indent:-1em;
	padding-left:1em;
}


/*フローティングバナー*/
.floatapp {
	max-width: 450px;
	width:98%;
    border: 1px solid #47130E;
    border-radius: 0 10px 10px 0;
    background: #ffffff;
    box-shadow: #7777778a 6px 6px 4px 0px;
    padding: 10px 0px;
    position: fixed;
    bottom: 3%;
    left: -1px;
    z-index: 9;
    opacity: .85;
    box-sizing: border-box;
}
.floatapp .inner {
	max-width: 345px;
	margin: 0 auto;
}
.floatapp .catch {
	font-size: 20px;
	color: #0068b7;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 5px;
}
.floatapp .catch span {
	position: relative;
}
.floatapp .catch span::before,
.floatapp .catch span::after {
	display: block;
    content: '';
	width: 2px;
	height: 20px;
	background: #176f94;
	position: absolute;
	bottom: 5px;
	border-radius: 10px;
}
.floatapp .catch span::before {
	left: -15px;
	transform:rotate(-21deg);
	transform-origin: bottom left;
}
.floatapp .catch span::after {
	right: -15px;
	transform:rotate(21deg);
	transform-origin: bottom right;
}
.floatapp ul {
	display: flex;
	gap: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.floatapp {
}
.floatapp .catch {
	font-size: 18px;
}
}

@media screen and (max-width: 767px) {
.floatapp {
	padding: 14px 10px 10px;
	bottom: 1%;
}

.floatapp .catch {
	font-size: 12px;
	margin-bottom: 4px;
}
.floatapp .catch span::before, .floatapp .catch span::after {
	width: 1px;
    height: 10px;
	bottom: 3px;
}
.floatapp .catch span::before {
	left: -8px;
}
.floatapp .catch span::after {
	right: -8px;
}
.floatapp ul {
	gap:8px;
    _flex-wrap: wrap;
}
}


/*フッター*/
footer#footer {
    padding: 30px 10px 120px;
    background: #fff;
    }
#footer .ftr {
    margin: 15px auto;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    }
#footer .ftr img{
    height:40px;
    }

.copy {
    font-size: 10px;
    text-align: center;
    }

.copy p{
    display:inline-block;
    padding: 0 5px;
    }

@media screen and (max-width: 767px) {
#footer .ftr {
    text-align: center;
    justify-content: center;
    gap: 15px;
    }
#footer .ftr img{
    height:30px;
    }

}

/*お問い合わせ*/
.address {
	font-size: 95%;
    }
.tel_link {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    }
@media only screen and (min-width: 750px){
	.tel_link {
		color: #333333;
		text-decoration: none;
	    }
    }
@media only screen and (max-width: 749px){
	.tel_link {
	    pointer-events: auto;
	    cursor: pointer;
	    }
    }

/*リンクボタン*/
#link_area{
	}
.link_btn {}
.link_btn a {
    background: #f37f02;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 20px 5px 20px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    box-shadow: #d04d00 2px 3px 0px 0px , inset #f35b02 1px 5px 10px 0px;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    }
.link_btn a::after{
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.link_btn a:hover {
    transform: translate(2px,3px);
    box-shadow: none;
    }




