@charset "UTF-8";

* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    background-image:
      radial-gradient(#ededed 10%, transparent 10%),
      radial-gradient(#ededed 10%, transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

a {
    color: #eb9b0d;
}

:root {
    --main-width: 552.1px;
}

/************************************************************************************/

header > .title-bar {
    background: #402e39;
    padding: 10px;
}
header > .title-bar > h1 > a {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}
header > .title-bar > h1 > a > .small::before {
	content: " - ";
}
header > .logo {
    text-align: center;
    margin: 10px auto;
}
header > .logo > a {
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    color: #402e39;
    text-decoration: none;
}

header > .main-image {
    width: var(--main-width);
    height: auto;
    margin: 10px auto;
}
header > .main-image > img {
    width: 100%;
    height: auto;
}

header > .description-bar {
    background: #402e39;
}
header > .description-bar > .description {
    width: var(--main-width);
    margin: 0 auto;
    padding: 1rem;
}
header > .description-bar > .description > h2 {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
}
header > .description-bar > .description > p {
    font-size: 14px;
    color: #FFF;
    display: inline;
}

header > .global-nav-bar {
    background: #8c577a;
}

header > .global-nav-bar > ul.global-nav {
    width: var(--main-width);
    height: 40px;
    margin: 0 auto;
}
header > .global-nav-bar li {
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
header > .global-nav-bar li a {
    display: block;
    margin: 0;
    padding: 13px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
header > .global-nav-bar li a:hover {
    background: #916d85;
}
header > .global-nav-bar li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
header > .global-nav-bar li:last-child ul {
    left: -100%;
    width: 100%
}
header > .global-nav-bar li ul li {
    overflow: hidden;
    width: 220%;
    height: 0;
    color: #fff;
}
header > .global-nav-bar li ul li a {
    padding: 13px 15px;
    background: #8c577a;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}
header > .global-nav-bar li:hover > a {
    background: #916d85;
}
header > .global-nav-bar li:hover ul li {
    overflow: visible;
    height: 38px;
}
header > .global-nav-bar li:hover ul li:first-child {
    border-top: 0; 
}
header > .global-nav-bar li:hover ul li:last-child {
    border-bottom: 0;
}

/************************************************************************************/

.drawer-menu {
    display: none;
}
.menu-checkbox {
    display: none;
}
.menu-button {
    display: none;
}
/************************************************************************************/

main {
    width: var(--main-width);
    margin: 0 auto;
    margin-bottom: 10px;
}

/************************************************************************************/

ol#breadcrumblist {
	list-style-type: none;
	margin: 1rem 0;
}
ol#breadcrumblist li {
	float:left;
	margin-right: 10px;
	font-size: 15px;
}
ol#breadcrumblist li + li::before {
	content: "/";
	margin-right: 10px;
}
ol#breadcrumblist::after{
	display:block;
	content: "";
	clear: both;
}

/************************************************************************************/

.sites > h2 {
    display: inline-block;
}

.sites > .pr {
    font-size: 14px;
}

.sites > .site {
    background: #FFF;
}
.sites > .site .thumbnail {
    width: 200px;
    height: 212px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sites > .site h3.title {
    font-size: 18px;
}
.sites > .site h3.title a {
    color: #40392e;
}
.sites > .site h3.title a small{
    font-size: 12px;
}
.sites > .site > .copy {
    color: #a64235;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
}
.sites > .site > ul.data {
    list-style-type: none;
}
.sites > .site > ul.data > li {
    font-size: 14px;
    line-height: 1.6;
}
.sites > .site > ul.data > li > .item-name {
    color: #578c72; 
    font-weight: bold;
}
.sites > .site > ul.data > li > .lucky-code {
    color: #C72C7A; 
    font-weight: bold;
}
.sites > .site > ul.data > li > .free-points {
    color: #C72C7A; 
    font-weight: bold;
}
.sites > .site > ul.data > li > .heart {
    color: #C72C7A; 
    font-weight: bold;
}
.sites > .site > ul.data > li > .iphone {
    background:rgb(78, 78, 78);
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}
.sites > .site > ul.data > li > .android {
    background:#74af8f;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}
.sites > .site > ul.data > li > .pc {
    background:#469cd1;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}
.sites > .site > .comment {
    color:#222;
    font-size: 15px;
}
.sites > .site > .comment::before {
	display:block;
	content: "";
	clear: both;
}

.sites > .site > .site-link > a {
    display: block;
    width: 100%;
    background: #578c72;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    margin: 1rem 0;
    text-decoration: none;
}
.sites > .site > .site-link > a > .pr{
    color:#FF0;
}
.sites > .site > .detail-link > a {
    display: block;
    width: 100%;
    background: #8c577a;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-decoration: none;
}

.sites > .site > .site-link > a:hover , .sites > .site > .detail-link > a:hover {
    opacity: 0.6;
} 

/************************************************************************************/

.detail > h2 {
    display: inline-block;
}

.detail > .pr {
    font-size: 14px;
}

.detail > .site-link > a {
    display: block;
    width: 100%;
    background: #578c72;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    margin: 1rem 0;
    text-decoration: none;
}
.detail > .site-link > a > .pr{
    color:#FF0;
}
.detail > .site-link > a:hover {
    opacity: 0.6;
}
.detail > .thumbnail {
    text-align: center;    
} 
.detail > .thumbnail img {
    width: 200px;
    height: 212px;
}
.detail > .thumbnail a:hover img {
    opacity: 0.6;
}
.detail > ul.data {
    list-style-type: none;
}
.detail > ul.data > li {
    font-size: 14px;
    line-height: 1.6;
}
.detail > ul.data > li > .item-name {
    color: #578c72; 
    font-weight: bold;
}
.detail > ul.data > li > .lucky-code {
    color: #C72C7A; 
    font-weight: bold;
}
.detail > ul.data > li > .free-points {
    color: #C72C7A; 
    font-weight: bold;
}
.detail > ul.data > li > .heart {
    color: #C72C7A; 
    font-weight: bold;
}
.detail > ul.data > li > .iphone {
    background:rgb(78, 78, 78);
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}
.detail > ul.data > li > .android {
    background:#74af8f;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}
.detail > ul.data > li > .pc {
    background:#469cd1;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}
.detail > ul.cloud > li > a {
    float:left;
    display: block;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
    background: #916d85;
    color:#FFFF;
    margin: 0 10px 10px 0;
    padding: 0px 20px;
    text-decoration: none;
}
.detail > ul.cloud::after {
    content: "";
    display: block;
    clear: both;
}
.detail > h3 {
    margin-top: 1rem;
}

/************************************************************************************/


.main p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #222;
    font-size: 14px;
}
.main h2 {
    font-size:16px;
}
.main h3 {
    font-size:14px;
    color: #8c577a;
}
.main h4 {
    font-size:14px;
    color: #578c72; 
}
.main ul li, .main ol li {
    font-size:14px;
    list-style-type: none;
    line-height: 1.7;
}
.main ul, main ol {
    margin-bottom: 1rem;
}
.main .step {
    color: #578c72; 
    font-weight: bold;
}

#sitemap_list li {
    line-height: 2;
}

/************************************************************************************/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

.screen-reader-response {
    color: #F00;
}
.screen-reader-response ul {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #F00;
}
.wpcf7-response-output {
    color: #F00;
    margin: 1rem 0;
}
/************************************************************************************/

footer {
	width: 100%;
	background: #402e39;
	color: #9ca0a3;
	padding: 30px;
	box-sizing: border-box;
}

footer a {
	color: #9ca0a3;
	text-decoration: none;
}

footer a:hover {
	transition: all .2s;
	color: #c4c7ca;
}

.footer-top {
	text-align: center;
	margin: 0 0 18px 0;
}
.footer-top > h2 > a {
    font-family: serif;
	font-size: 24px;
}
.footer-menu {
    max-width: 1024px;
	margin: 1em auto;
	font-size: 14px;
}

.footer-menu > h3 {
	float:left;
	width: 160px;
    line-height: 2;
}
.footer-menu::after {
	content: "";
	clear: both;
	display: block;
}
.footer-menu > ul {
	list-style-type: none;
	padding-left: 160px;
}
.footer-menu > ul > li {
	float: left;
	width: 200px;
    line-height: 2;
}

.copyright {
	text-align: center;
	font-size: 14px;
}

/****************************************************************/

.search-content .search-select, .search-content .search-input {
	position: relative;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff;
	margin-bottom:1em;
}

.search-content .search-select::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666;
	pointer-events: none;
}

.search-content p {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

.search-content .search-select select {	
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #000;
	font-size:15px;
}

.search-content .search-input input {	
	width: 100%;
    box-sizing: border-box;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px;
	color: #000;
	font-size:15px;
}

.search-content .search-select select::-ms-expand {
    display: none;
}

.search-content .enter-btn {
	width:100%;
	height: 50px;
	background: #8c577a;
	font-size: 15px;
	line-height: 1.75;
	font-weight: bold;
	border: solid 1px #EEE;
	cursor: pointer;
    color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
