@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
}
body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/sanyodo_pointupcp_bg.jpg) center no-repeat;
	background-size:cover;
}
/* --- link --- */
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #cc6633;
}
a:hover {
	color: #50bdc8;
	text-decoration: underline;
	opacity: 0.8;
}
/* --- tx_link --- */
.cp_tx a:link {
	color: #ff0000;
	text-decoration: underline;
}
.cp_tx a:visited {
	color: #ff0000;
}
/* ------------------------------
	
	logo

------------------------------ */
#copyright {
	color: #fff;
}
#sanyodo_logo {
	/* padding-top: 10px; */
	float: right;
}
#sanyodo_logo img {
	margin-right: 10px;
	width: 130px;
	border-radius: 3px;
}
/* ------------------------------
	
	content

------------------------------ */
header {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
	background: rgba( 0, 72, 54, 0.85 );
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
h1 {
	margin: 0;
	padding: 0 10px;
	width: 75px;
	float: left;
}
h1 img {
	width: 60px;
}
#copyright {
	margin: 20px auto 0;
	text-align: center;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#page-top a {
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	background:url(../images/sanyodo_pointupcp_bt-bottom.png) repeat-x;
	background-position: bottom;
}
#content {
	padding: 80px 0 0 0;
}
#mainvisual {
	padding: 0;
	margin: 0 auto 0;
	text-align: center;
}
#mainvisual img {
	max-width: 60%;
	margin: 0 10px;
}
.kikan {
	width: 750px;
	max-width: 100%;
	margin: 20px auto 40px;
	color: #004836;
	text-align: center;
	background: #fff100;
	border-radius: 30px;
	padding: 10px 5px 7px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
}
.kikan br {
	display: none;
}
.big-bold {
	font-weight: bold;
	font-size: 25px;
	color: #35318f;
}
#wrap .big-bold a:link {
	color: #35318f;
}
#wrap .big-bold a:visited {
	color: #35318f;
}
#wrap .cp_tx {
	width: 700px;
	max-width: 100%;
	margin: 10px auto;
	font-size: 20px;
	color: #143563;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
.cp_tx01 {
	width: 700px;
	max-width: 100%;
	margin: 10px auto;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
.cp_tx02 {
	margin: 30px 0 20px;
	font-size: 24px;
}
#wrap .small {
	line-height: 1.8;
	width: 700px;
	max-width: 100%;
	margin: 20px auto;
	font-size: 15px;
	color: #004836;
	text-align: left;
	margin-left:7em;
}

/* ------------------------------
	aboutus
------------------------------ */
#wrap #aboutus {
	width: 550px;
	max-width: 100%;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 10px;
}
#wrap #aboutus p {
	margin: 5px 0;
	text-align:center;
}
#wrap .aboutus_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
#wrap .aboutus_h2:first-of-type {
	border-radius: 5px 5px 0 0;
}
span.aboutus_link { 
	color: #ffffff;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #F00 2px;
	border-radius: 5px;
	font-size: 14px;
	color: #F00;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
.cp_box {
	margin: 50px auto;
	width: 900px;
	max-width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 10px 10px;
	border: 3px solid #004836;
}
.midashi {
	font-size: 34px;
	font-weight: bold;
	padding: 5px;
	color: #004836;
	text-align: center;
	margin: 0 auto;
	letter-spacing: .02em;
}
.midashi01 {
	border-bottom: 4px dotted #004836;
	width: 600px;
	margin-bottom: 30px;
}
.cp_box-01 {
	margin-bottom: 20px;
}
.cp_box-01-txt-sp {
	display: none;
}
.cp_box-01-txt01 {
	text-align: center;
	font-size: 22px;
	background-color: #E94A08;
	max-width: 550px;
	color: #fff;
	margin: 30px auto;
	padding: 10px 0;
	border-radius: 10px;
	position: relative;
}
.cp_box-01-txt01::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border: 15px solid transparent;
	border-top: 15px solid #E94A08;
	width: 0;
	height: 0;
}
.sanyodo_pointupcp_img01 {
	width: 750px;
	max-width: 100%;
}
.sanyodo_pointupcp_img02 {
	display: none;
}
.cp_box-02 {
	font-size: 20px;
	border-top: #004836 4px dotted;
	max-width: 750px;
	margin: 0 auto;
	padding-top: 30px;
	font-weight: bold;
	position: relative;
}
.e-honkun01 {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 95px;
}
.cp_box-02-txt01 {
	background-color: #004836;
	color: #fff;
	padding: 5px 20px 3px;
	border-radius: 20px;
	margin: 0 auto 20px;
	letter-spacing: .02em;
	display: inline-block;
}
.cp_box-02-txt02, .cp_box-02-txt03 {
	color: #004836;
}
.cp_box-02-txt02 .span01 {
	font-size: 28px;
}
.cp_box-02-txt02 .span02 {
	font-size: 38px;
	color: #E94A08;
}
.cp_box-01-txt-sp {
	display: none;
}
/* --- small_link --- */
.small a:link {
	text-decoration: underline;
}
.small a:visited {
	color: #004836;
}
.shoten_btn {
	letter-spacing: .1em;
	margin: 30px 10px;
}
.shoten_btn a {
	background: #004836;
	color: #fff;
	border-radius: 30px;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 30px;
}
.shoten_btn_01 {
	letter-spacing: .1em;
	margin: 30px 10px;
}
.shoten_btn_01 a {
	background: #7d1b1a;
	color: #fff;
	border-radius: 30px;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 30px;
}
/* ------------------------------
	2024_add_css
------------------------------ */
#wrap #mainvisual .shoten_logo{
	width: 100%;
	background-color: #000;
	line-height: 0;
	margin-bottom:50px;
	margin-top:-30px;
}
#wrap #mainvisual .shoten_logo>img{
	width: 720px;
	max-width: 100%;
}
.card_info, #touroku{
	box-shadow: 0 0 8px gray;
}
.card_info_inn>p{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.card_info_tx{
	display: flex;
	justify-content: space-around;
	margin: 20px;
}
.card_info_img{
	text-align: center;
}
.card_info_img>img{
	width: 85%;
	height: auto;
}
.card_info_tx02{
	color: #8C4E27;
	letter-spacing: .9px;	
}
.card_info_tx02 p:first-child{
	padding-bottom: .5em;
	font-weight: bold;
	font-size: 1.2em;
}
.card_info_tx02 p:last-child{
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}
#wrap #touroku,.card_info {
    width: 830px;
	max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 20px;
}
#wrap .touroku_h2 {
    text-align: center;
	color: #fff;
    background: #941f24;
    font-size: 22px;
    margin: 15px 0;
    font-weight: bold;
    padding: 10px 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
#wrap #touroku ul {
    text-align: center;
}
#wrap #touroku li {
    margin: 0 auto;
    display: inline-block;
    display: inline;
    zoom: 1;
}
#wrap .touroku_p{
	text-align: center;
}
.big-bold {
	font-weight: bold;
	font-size: 25px;
}
section {
	margin: 30px auto;
	color: #333;
	width: 768px;
	max-width: 100%;
}
.kpoint{
	margin: 20px auto;
	border-bottom: #6d1b18 dotted 5px;
	color: #6d1b18;
	font-size: 40px;
}
h2 img {
	width: 100%;
}
h3{
	margin: 10px auto;
	font-size: 1.5em;
	padding: 5px 0 0;
	color: #fff;
	background: #6b9f30;
}
.sec_02>h2{
 font-size: 2.3em;
}
.sec_02>h3{
 font-size: 1.6em;
}
.sec_cam{
	margin-top: 50px;
	color: #df0615;
}
.sec01_camtx02,
.sec02_camtx03{
	font-size: 0.7em;
}
.sec_02 .sec_cam{
	text-align: center;
}
.sec02_camtx02{
	padding-right:1em;
}
.sec02_camtx{
	font-size: 0.7em;
	color: #6d1b18;
}

/* ------------------------------
	guidelines
------------------------------ */
#wrap #guidelines {
	width: 900px;
	max-width: 100%;
	margin: 30px auto 80px;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 10px;
}
#wrap #guidelines dl {
	width: 850px;
	max-width: 100%;
	margin: 10px auto;
	color: #333333;
}
#wrap #guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
	color: #12335f;
}
#wrap #guidelines ul {
	padding: 5px 0 5px 20px;
	border-top:dotted 1px #333333;
	padding-left: 3em;
	list-style: disc !important;
}
#wrap #guidelines ul li {
	display: list-item !important;
}
#wrap #guidelines p {
	margin: 5px 0;
}
#guideline_copy {
	font-weight:bold;
}
#wrap .guidelines_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
#wrap .guidelines_h2:first-of-type {
	border-radius: 5px 5px 0 0;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #F00 2px;
	border-radius: 5px;
	font-size: 14px;
	color: #F00;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
/* ------------------------------
	accordion
------------------------------ */
.accordion-003 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}
.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
	color: #004836;
}
.accordion-003 summary::-webkit-details-marker {
    display: none;
}
.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion-003[open] summary::after {
    transform: rotate(225deg);
}
.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
/* ------------------------------
	store_lineup
------------------------------ */
ul#store_lineup{
	display: inline-grid;
	column-gap: 2em;
	grid-template-columns: repeat(3, auto);
}
ul#store_lineup li{
	list-style:none;
	padding:0.3em 0.1em;
	}
ul#store_lineup li:nth-child(odd) {
  background-color: #f2f2f2;
}
ul#store_lineup li:nth-child(even) {
  background-color: #ffffff;
}
  .br-sp {
    display: none;
}

 @media screen and (max-width:1024px) {
#mainvisual img {
	width: 750px;
	max-width: 100%;
}
.cp_box {
    max-width: 95%;
}
#wrap #guidelines dl {
	width: 95%;
}
  .br-sp {
    display: none;
}
}
@media screen and (max-width:825px) {
	#wrap #touroku li img {
    width: 32.5%;
}
}
 @media screen and (max-width:768px) {
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #004836;
}
body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/sanyodo_pointupcp_bg.jpg) center no-repeat;
	background-size:cover;
}
/* --- tx_link --- */
.cp_tx a:link {
	color: #004836;
	text-decoration: underline;
}
.cp_tx a:visited {
	color: #004836;
}
/* ------------------------------
	
	logo

------------------------------ */
#copyright {
	color: #fff;
}
header {
	background: rgba( 0, 72, 54, 0.95);
}
header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
h1 img {
	width: 50px;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#copyright {
	margin: 20px auto 0;
	text-align: center;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap #content {
	padding: 20px 0 0 0;
}
#wrap #mainvisual img {
	width: 90%;
	padding: 55px 0 0;
	margin: 0 auto 0;
	text-align: center;
}
.kikan {
	width: 85%;
    font-size: 20px;
    padding: 10px 20px;
}
.cp_box {
	margin: 30px auto;
	width: 95%;
}
.midashi {
	font-size: 28px;
}
#wrap .cp_tx {
	width: 95%;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#wrap .small {
	line-height: 1.8;
	width: 92%;
	margin: 20px auto 0;
	font-size: 13px;
}
.midashi01 {
	max-width: 100%;
}
.sanyodo_pointupcp_img01 {
	max-width: 95%;
}
.e-honkun01 {
	display: none;
}
.cp_box-01-txt01 {
	font-size: 20px;
}
.cp_box-02-txt01 {
	padding: 8px 20px 5px;
	max-width: 100%;
}
.cp_box-02-txt02 .span01 {
	font-size: 24px;
}
.cp_box-02-txt02 .span02 {
	font-size: 32px;
}
/* --- small_link --- */
.small a:link {
	text-decoration: underline;
}
.small a:visited {
	color: #004836;
}
/* ------------------------------
	aboutus
------------------------------ */
#wrap #aboutus {
	width: 95%;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
}
#wrap #aboutus p {
	margin: 1em;
}
#wrap .aboutus_h2 {
	text-align: center;
	padding: 4px 0 0px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 18px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
/* ------------------------------
	guidelines
------------------------------ */
#wrap #guidelines {
	width: 95%;
	margin: 30px auto 80px;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
}
#wrap #guidelines dl {
	width: 95%;
	margin: 10px auto;
	color: #333333;
}
#wrap #guidelines dt {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 0;
	color: #12335f;
}
#wrap #guidelines ul {
	padding: 5px 0;
}
#wrap #guidelines p {
	margin: 5px 0;
}
#wrap .guidelines_h2 {
	text-align: center;
	padding: 4px 0 0px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 18px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #F00 2px;
	border-radius: 5px;
	font-size: 14px;
	color: #F00;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
/* ------------------------------
	lineup
------------------------------ */
ul#store_lineup{
	display: inline-grid;
	column-gap: 2em;
	grid-template-columns: repeat(2, auto);
}
ul#store_lineup li:nth-child(odd) {
  background-color: #ffffff;
}
ul#store_lineup li:nth-child(even) {
  background-color: #ffffff;
}

.card_info{
	width: 95%;
	margin-top: 50px;
}
.card_info_tx02 {
font-size: .9em;
}
#wrap .big-bold {
	font-weight: bold;
	font-size: 22px;
}
#wrap .e-hon-description {
	width: 95%;
	margin: 20px auto 0;
	padding: 10px;
	border-radius: 5px;
}
#wrap .e-hon-description p:nth-of-type(2) {
    font-size: 1.1em;
}
.card_info {
    padding-bottom: 2px;
}
.card_info_tx {
	display: block;
}
.card_info_img>img {
    width: 50%;
}
.card_info_tx02 p:first-child {
    padding-top: 0.5em;
}
.card_info_tx02 p:last-child {
    padding-top: 0.5em;
}

/*----------------------
    touroku
----------------------*/
#wrap #touroku {
	width: 95%;
	margin: 10px auto;
	padding-bottom: 5px;
	background: #fff;
	border-radius: 20px;
	display: block;
}
#wrap #touroku .touroku_p img{
	width: 70%;
	margin: 0 auto;
	text-align: center !important;
	padding: 8px 0 0 0;
}
#wrap .touroku_h2{
	width: auto;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #941f24;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 5px;;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
#wrap .touroku_h2 img{
	width: 95%;
	text-align: center;
}
#wrap #touroku ul {
	text-align: center;
	padding: 5px;
}
#wrap #touroku li img{
	width: 33%;
	float: left;
	vertical-align: top;
}
#touroku ul:after {
	content: "";
	display: block;
	clear: both;
}
#wrap .small {
	line-height: 1.8;
	width: 92%;
	margin: 10px auto;
	font-size: 11px;
}

#wrap .kensaku {
	max-width: 80%;
	height: auto;
}
  .br-sp {
    display: none;
}
}
@media screen and (max-width:550px) {
body {
	background: #fff;
}
body:before {
	opacity: 1;
	background:url(../images/sanyodo_pointupcp_bg_sp.jpg) top no-repeat;
}
#wrap:before {
	background:url(../images/sanyodo_pointupcp_bt-bottom.png) repeat-x;
	opacity: .8;
}
#sanyodo_pointupcp_logo img {
	width: 60px;
}
#wrap #mainvisual .shoten_logo{
	width: 100%;
	margin:-20px 0;
}
#wrap #mainvisual img {
	width: 95%;
	padding: 50px 0 0;
}
.kikan {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px auto 20px;
	width: 90%;
	padding: 10px 15px;
}
.kikan br {
	display: block;
}
#wrap .cp_tx {
	font-size: 16px;
	width: 90%;
	font-weight: normal;
}
#wrap .cp_tx02 a {
	font-size: 18px;
}
#wrap .cp_tx03 {
	text-align: left !important;
	width: 90%;
	font-size: 16px;
	font-weight: normal;
}
.cp_box {
	padding: 10px 3px;
}
.midashi {
	font-size: 20px;
}
.sanyodo_pointupcp_img01 {
	max-width: 100%;
}
.cp_box-01-txt01 {
	font-size: 16px;
	width: 95%;
}
.cp_box-02 {
	padding: 30px 5px 20px;
	margin: 0 auto;
}
.cp_box-02-txt01 {
	font-size: 16px;
	padding: 10px 15px;
	text-align: left;
	margin: 0 10px 20px;
}
.cp_box-02-txt02 {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	width: 95%;
	margin: 0 auto;
}
.cp_box-02-txt02 .span01 {
	font-size: 16px;
}
.cp_box-02-txt02 .span02 {
	font-size: 20px;
	font-weight: bold;
}
.cp_box-02-txt02 br {
	display: none;
}
.cp_box-01-txt-pc {
	display: none;
}
.cp_box-01-txt-sp {
	display: block;
}
.cp_box-01-txt02-sp {
	position: relative;
}
.cp_box-01-txt02-sp::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border: 20px solid transparent;
	border-top: 20px solid #E94A08;
	width: 0;
	height: 0;
}
.sanyodo_pointupcp_img01 {
	display: none;
}
.sanyodo_pointupcp_img02 {
	display: block;
	width:100%;
}
.shoten_btn a {
	font-size: 14px;
	padding: 10px 20px;
}
.shoten_btn_01 a {
	font-size: 12px;
	padding: 10px 20px;
}
#wrap .small {
	font-size: 13px;
}
#wrap #guidelines ul {
	padding: 5px 0 5px 20px;
}
/* ------------------------------
	store_lineup
------------------------------ */
#wrap #guidelines ul {
	padding: 5px 0 5px 20px;
	border-top:none;
	padding-left: 3em;
	list-style: disc !important;
}
ul#store_lineup{
	display: inline-grid;
	column-gap: 2em;
	grid-template-columns: repeat(1, auto);
}
ul#store_lineup li{
	padding:0.1em;
	list-style:circle;
	}
ul#store_lineup li:nth-child(odd) {
  background-color: #ffffff;
}
ul#store_lineup li:nth-child(even) {
  background-color: #ffffff;
}
.card_info {
    margin-top: 30px;
}
.card_info_img>img {
    width: 70%;
}
.card_info_tx {
    margin: 20px 15px;
}
.card_info_tx02 p {
	line-height: 1.3em;
}
.card_info_tx02 p:first-child {
    font-size: 1em;
}
.card_info_tx02 p:last-child {
    font-size: 1em;
}
.card_info_tx02 p:nth-of-type(2){
	font-size: .9em;
	letter-spacing: .05em;
}
#wrap .touroku_h2 img {
    width: 100%;
}
.kpoint {
    font-size: 20px;
}
.sec02_camtx {
    font-size: 0.8em;
}
.sec_02{
	width:95%;
	margin-left:1em;
	margin-right:1em;
	}
.sec_02>h2{
 font-size: 1.6em;
}
.sec_02>h3{
 font-size: 1.1em;
 padding-left:0.3em;
 padding-right:0.3em;
 padding-top:0.5em;
 padding-bottom:0.5em;
 line-height:1em;
}
.br-sp {
        display: block;
    }
}
