@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	width:100%;
	margin:0 auto;
	font-size:1.2rem;
	font-weight:600;
	color:#505050;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.6;
	letter-spacing:-1px;
	background:url(../images/body_bg.jpg);
	-webkit-text-size-adjust: 100%;
	margin-bottom:210px;
}

a {
	color:#685548;
	text-decoration:none;
}
a:hover {
	color:#e78f00;
}
a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}

hr {
	content: ".";
	display: block;
	height: 0;
	margin:0;
	clear: both;
	visibility: hidden;
}
p {
	margin:0 0 1em 0;
}

img {
	vertical-align:middle;
	width:100%;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	font-size:110%;
}

pre {
	margin:1em 0;
	padding:1em;
}

.att {
  padding-left: 1.5em;
  text-indent: -1.5em;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	width:100%;
	position: fixed;
	background-color: #233644;
	background-size:contain;
	top:0;
}
.drawer-open header {
	position: static;
}


header img { width:100%;}

#headbox {
	margin:0 auto;
	max-width:900px;
	}

.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  display: none; /* ヘッダーバーを非表示 */
}



.headimg {
	width:75%;
	padding:2% 0;
	float:left;
}
.headbtn {
	width: 15%;
	padding: 5px 5px;
	display: block;
	float:right;
}

main {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
.footbox {
	background-color: #c3bb97;
	width:100%;
}

.footcont {
	max-width:900px;
	margin:0 auto;
}






footer {
	width:100%;
	position: fixed;
	background: none;
	background-size:contain;
	bottom:0;
}
.drawer-open footer {
	position: static;
}


footer img { width:100%;}

#footerbox {
	margin:0 auto;
	max-width:900px;
	}

.cb-footer {
  position: fixed; /* ヘッダーバーを固定 */
  bottom: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  display: none; /* ヘッダーバーを非表示 */
}

.footmenu {
	background: #c3d400;
}

.footmenu ul {
	padding: 10px 0;
}

.footmenu ul li {
	padding: 0 1%;
}
.footmenu a {
	color: #fff;
}
.footmenu a:hover {
	color: #ff7474;
}
.inline {
	text-align: center;
}
.inline li {
	display: inline;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
}
.totop img:hover {
}




/*================================================
 *  トップページ
 ================================================*/
.header,
.mainbox,
.mainbnrbox,
.pickupbnrbox,
.searchbox,
.cont01cont,
.cont01box,
.subbox{
	margin:0 auto;
	max-width:900px;
	position: relative;
	overflow: hidden;
}

.mainimg {
	background-size: 90px 90px;
	margin: 0 auto;
background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}


.pickupbnr {
	background: url(../images/main_bgbg.jpg)
}
.cont01 {
	background: #f3f3f3;
}

.main_img01 {
	position: absolute;
	top:5%;
	right:40%;
	width:20%;
	max-width:200px;
}
.main_img02 {
	position: absolute;
	top:35%;
	left:5%;
	width:90%;
	max-width:800px;
}
.mainbnr {
	position: absolute;
	bottom:3%;
	width: 100%;
}
.mainbnr li {
	width: 28%;
	float: left;
	padding: 2.5%;
}
.search_tit {
	position: absolute;
	top:0%;
	width:100%;
	max-width:900px;
}
.searchwrap {
	background: #9c988e;
}
.searchbox {
	padding: 3%;
}


.cont1_tit {
	position: absolute;
	top:0%;
	width:100%;
	max-width:900px;
}

#tab-box {
	margin:0 auto;
	max-width:900px;
	position: relative;

}
#tab-box ul {
	width:100%;
}
#tab-box ul li {
	width:33%;
	float: left;
}

#rankbox {
	margin:0 auto;
	max-width:900px;
	position: relative;
	width:100%;
}
.rankbox {
	background: #51ceaf;
	border-radius: 15px;
  margin: 0 0 45px;
  overflow: hidden;
}
.rank1 {
	background: #ffd202;
}
.rank2 {
	background: #adadad;
}
.rank3 {
	background: #a49a76;
}
.rankbox dt {
	float: left;
	width: 12%;
	padding: 1%;
}
.rankbox dd {
	float: left;
	width: 75%;
	font-size: 4rem;
	font-weight: 600;
	margin-top: 1px;
	letter-spacing: 0.7rem;
	color: #fff;
}
.rankbox h2 {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 10px;
	padding: 3% 3% 2%;
}
.rankwrap {
	background: #fff;
	padding-bottom: 10px;
}

.tabul{
	font-weight: 600;
	color: #fff;
	font-size: 1.5rem;
}
.tabul li {
	float: left;
	display: inline-block;
	margin-right: 5px;
	padding: 6px 20px;
	border-radius: 50px;
	background: #8acfd1;
}
.pointul {
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
	font-size: 1.5rem;
}

.pointul li {
  line-height: 1;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
  color: #555;
}

.pointul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 0.2em; /*左端からのアイコンまで*/
  color: #ff7474; /*アイコン色*/
}


.rank_btn {
  background: #fff;
  padding: 3% 3% 8%;
}
.rank_btn_inner {
  padding: 5px 0;
  display: block;
  background: #ff7474;
  border-radius: 25px;
}
.rank_btn img {
	display: block;
	width:100%;
	padding: 0;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.rank_btn img:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.pc { display: block !important; }
.sp { display: none !important; }


.tab {
}
.tab li {
  float: left;
  width: 25%;
  margin: 4% 4%;
  cursor: pointer;
  list-style: none;
}

.area .showbox {
  display: none;
}
.area .show {
  display: block;
}
.subbox h1 {
	text-align: center;
	font-size: 1.8rem;
	margin: 2% auto;
	color: #c3d400;
}
.subcont {
	background: #fff;
	margin: 3%;
	padding: 3%;

}
.subcont h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 25px 0 10px;
	color: #c3d400;
	text-align: center;
	padding: 0.25em;
	border-top: solid 2px #c3d400;
	border-bottom: solid 2px #c3d400;
	background: -webkit-repeating-linear-gradient(-45deg, #f7ff9d, #f7ff9d 3px,#fff 3px, #fff 7px);
	background: repeating-linear-gradient(-45deg, #f7ff9d, #f7ff9d 3px,#fff 3px, #fff 7px);
}
.subcont p {
	color: #c3d400;
}





table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
td	{
	padding: 10px auto;
	text-align: center;
	color: #1D5C79;
	font-size: 2rem;
	color: #fd7c97;
}
th	{
	text-align: center;
	color: #1D5C79;
	font-size: 1.2rem;
}

.clumbox {
	padding: 1% 3%;
}
.clum1 tr {
	border-bottom: 4px solid #fff;
}

.clum1 th {
	width:35%;
	background: #3ecdd1;
	font-size:2rem;
	color: #fff;
}
.clum1 td {
	width:65%;
	background: #fff;
	text-align: left;
	padding-left: 2%;
	font-size:2.5rem;
	color: #ffd202;
	letter-spacing: .4rem;
}

.pointbox {
	border-bottom: 4px solid #ff7474;
	border-top: 4px solid #ff7474;
	padding: 2% 4%;
	margin: 1% 3% 3%;
	width: 86%;
}
.txbox {
	padding: 2% 4% 0;
	margin: 1% 3% 3%;
	border: 6px solid #6893ff;
	background :#f7fbfe;
	color: #666;
	font-size:1.5rem;
}
.txbox span {
	color: #ff5959;
}


/*General style */
.accordion ul {
	list-style: none;
	margin:0;
}
label{
	cursor: pointer;
}
.toggle{
	display: none;
}
.toggle + ul{
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease-out;
}
.toggle:checked + ul{
	max-height: 2000px;
	transition: all .4s ease-in;
}

.accordion {
	background: #cbc7bf;
	border-radius: 15px;
}

.accordion label img {
	width: 90%;
	padding: 2.5% 5%;
}
.accordion ul {
	padding: 0 2%;
}
.accordion ul li dl {
	margin-bottom: 20px;
}
.accordion ul li dt {
	border-top: 2px solid #ddd;
}
.accordion ul .searchbtn {
	padding: 2% 5% 4%;
}

.searchlistbox {
}

.searchlistbox dt img {
	width:50%;
	padding: 2% 25%;
}

.searchlist {
    position: relative;
}
.searchlist li{
  color: #727272;
  display: block;
  position: relative;
  float: left;
  width: 44%;
  background: #fff;
  margin: 1% 3%;
  border-radius: 15px;
}

.searchlist li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.searchlist li label{
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.35em;
  padding: 5px 25px 5px 60px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.searchlist li:hover label{
    color: #FFFFFF;
}

.searchlist li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 20px;
  left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.searchlist li:hover .check {
  border: 5px solid #FFFFFF;
}

.searchlist li.check::before {
  display: block;
  position: absolute;
    content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
    left: 5px;
  margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #51ceaf;
}

input[type=radio]:checked ~ .check::before{
  background: #51ceaf;
}

input[type=radio]:checked ~ label{
  color: #51ceaf;
}

.signature {
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
}

.signature p{
    text-align: center;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 0.85em;
    color: #AAAAAA;
}

.signature .much-heart{
    display: inline-block;
    position: relative;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: #AC1D3F;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signature .much-heart::before,
.signature .much-heart::after {
      display: block;
  content: '';
  position: absolute;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #AC1D3F;
  top: -4px;
}

.signature .much-heart::after {
    bottom: 0;
    top: auto;
    left: -4px;
}

.signature a {
    color: #AAAAAA;
    text-decoration: none;
    font-weight: bold;
}


/* Styles for alert...
by the way it is so weird when you look at your code a couple of years after you wrote it XD */

.alert {
    box-sizing: border-box;
    background-color: #BDFFE1;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
    padding: 20px 40px;
    color: #333;
}

.alert h2 {
    font-size: 22px;
    color: #232323;
    margin-top: 0;
}

.alert p {
    line-height: 1.6em;
    font-size:18px;
}

.alert a {
    color: #232323;
    font-weight: bold;
}
.form1-input {
  box-sizing: border-box;
  width: 90%;
  height: 40px;
  padding: 4%;
  margin: 5px 5%;
  font-size: 1.35em;
  color: #333;
  border: solid 3px #ccc;
  border-radius: 15px;
  outline: 0;
  transition: 0.3s;
  -webkit-appearance: none;
}

.form1-input:focus {
  border: 3px solid #51ceaf;
}


button[type="submit"] {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.search-conditions {
	margin: 0;
	margin-top: 1rem;
	background: #cbc6c0;
	border-radius: 18px;
	padding: 0 1rem;
}

.search-conditions h3 {
	font-weight: 700;
	font-size: 2rem;
}

.search-conditions p {
	font-size: 1.6rem;
	margin: 0;
}


/*================================================
 *  aboutme
 ================================================*/
.aboutmebox {
    background-color: #f3f3f3;
    width: 100%;
    margin: 0;
    padding-bottom: 1rem;
}

.aboutmecont {
    max-width: 900px;
    margin: 0 auto;
}

.aboutme {
  border-radius: 15px;
  margin: 0 0 45px;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  background: #fffbe6;
}

.aboutmettl {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
    /*color: #ffd202;*/
}

.aboutmephoto {
  border: 1px solid #fff;
  box-shadow: 0 0 .3rem rgba(0, 0, 0, .15);
  border-radius: 1px;
  overflow: hidden;
}

.aboutmephoto img {
    width: 100%;
    box-sizing: border-box;
/*    border-radius: 50%;
    overflow: hidden;*/
}

.aboutmetext {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

.aboutmeline {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    padding: 8px;
    line-height: 2;
    border: solid 2px #ffd202;
    background: #fffef5;
}

.aboutmeline span {
    font-size: 16px;
    font-weight: 600;
}

.line-link-button {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 240px;
}

.aboutmeline-button {
    margin: 0 auto;
    display: inline-block;
    background: #00c300;
    box-shadow: 0 5px 0 #25af00;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    max-width: 240px;
}

.aboutmeline-button:hover {
    color: #fff;
}

.aboutmemenu {
}

.aboutmemenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.aboutmemenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

/*================================================
 *  review
 ================================================*/
.reviewbox {
    background-color: #FFFFFF;
    width: 100%;
}

.reviewcont {
    max-width: 900px;
    margin: 0 auto;
}

.review {
    border: solid 10px #eee;
    padding: 15px;
    margin: 2% 2% 6%;
}

.reviewttl {
    padding: 8px;
    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.reviewsubttl {
  border-bottom: 2px solid #eee;
  padding:  0 6px;
}

.reviewphoto img {
    width: 100%;
    box-sizing: border-box;
}

.reviewtext {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 2.5;
}

.reviewtable {
  border: 1px solid #ccc;
}

.reviewtable th {
  width: 120px;
  min-width: 80px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  background: #eee;
  font-weight: 700;
}

.reviewtable td {
  border: 1px solid #ccc;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}

.reviewmenu {
}

.reviewmenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.reviewmenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

.last-updated-at {
    margin: 8px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #888;
}

/*================================================
 *  faq
 ================================================*/
.faqbox {
    background-color: #FFFFFF;
    width: 100%;
}

.faqcont {
    max-width: 900px;
    margin: 0 auto;
}

.faq {
    border: solid 10px #eee;
    padding: 15px;
    margin: 2% 2% 6%;
}

.faqttl {
    padding: 8px;

    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.faqphoto img {
    width: 100%;
    box-sizing: border-box;
}

.faqlist {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 2.5;
}

.faqlist dt {
    color: #f97f96;
}

.faqlist dd {
    color: #505050;
    margin-bottom: 20px;
}

.faqmenu {
}

.faqmenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.faqmenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}


@media screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
.rankbox,
.aboutme {
  margin: 0 3% 45px !important;
  box-shadow: 0 0 .3rem rgba(0, 0, 0, .15);
}
.rankbox dd {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin-top: 0;
}
.rankbox h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.rankbox h3,
.rankbox h4 {
    font-size: 1.3rem;
  }
.tabul,
.pointul,
.txbox p {
  font-size: 1rem;
}
.tabul li {
  float: left;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 12px;
  border-radius: 50px;
  background: #8acfd1;
}
.footmenu a {
  font-size: .8rem;
}
.clum1 th {
  font-size:1.3rem;
}
.clum1 td {
  font-size:1.6rem;
}

.searchlist li label{
  font-size: 1em;
  padding: 0 10px 0 45px;
  margin: 10px auto;
}

.searchlist li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 11px;
  left: 10px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

}