@charset "UTF-8";

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
.warning {
	color: rgb(184, 0, 0);
}
a:hover {
	cursor: pointer;
}
.open {
	overflow: hidden;
}
.red {
	color: #FF0000;
}
.pink {
	color: deeppink;
}
.green {
	color: limegreen;
}
.large {
	font-size:large;
	font-weight: bold;
}
.small {
	font-size:14px;
}
.addtoany_shortcode {
	margin-top: 1em;
}
/************************************************************************************/

#header-top {
	padding: 9px 5px 5px 5px;
	background: #FFF;
	box-sizing: border-box;
	position: fixed;
	z-index:10;
	top: 0;
	left: 0;
	width: 100%;
}
#header-logo {
	width: 200px;
	height: auto;
}
#header-logo img {
	width: 100%;
	height: auto;
}
#header-menu {
	display:none; 	
}
#header-box {
	padding-top: 48.71px; 
	background: linear-gradient(to left, #ff8e44, #f91362, #35126a);
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#header-box h1 {
	font-weight: normal;
	color: #FFF;
}
#header-box h1 .ja{
	font-size: 20px;
}
#header-box h1 .en {
	font-size: 15px;
}
#header-box h1 .en::before, #header-box h1 .en::after{
	content: "-";
	padding: 0 10px; 
}


/************************************************************************************/

/* チェックボックスを非表示 */
.menu-checkbox {
	display: none;
}

/* メニューボタンの装飾 */
.menu-button {
	display: block;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 200;
	height: 20px;
	width: 30px;
	cursor: pointer;
}
.menu-button::before,
.menu-button::after {
	content: '';
	transition: .3s;
}
.menu-button::before,
.menu-button::after,
.menu-button span {
	display: block;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	margin-top: -1px;
	background-color: #000000;
}
.menu-button::before {
	top: 0;
}
.menu-button::after {
	bottom: 0;
}
.menu-button span {
	top: 50%;
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
	top: 50%;
	transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
	top: 50%;
	transform: rotate(-45deg);
}
.menu-checkbox:checked ~ .menu-button span {
	display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	height: 100%;
	width: 240px;
	transform: translateX(-100%);
	transition: .5s;
	background-color: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.drawer-menu li {
	border-bottom: 1px dotted #ccc;
}
.drawer-menu a {
	display: block;
	padding: 15px 10px;
	color: #000000;
	text-decoration: none;
	font-size:14px;
}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
	transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
	display: block;
}

/************************************************************************************/

.drawer-menu > ul > li > h2 {
	color: #fff;
	padding: 5px;
	font-size: 14px;
}
/* .drawer-menu > ul > li:nth-child(1) h2 {
	background: #35126a;
} */
.drawer-menu > ul > li:nth-child(1) h2 {
	background: #9E1366;
}
.drawer-menu > ul > li:nth-child(2) h2 {
	background: #f91362;
}
.drawer-menu > ul > li:nth-child(3) h2 {
	background: #FC5152;
}
.drawer-menu > ul > li:nth-child(4) h2 {
	background: #ff8e44;
}

#global-nav {
	display: none;
}

/************************************************************************************/

main {
	width: 100%;
	margin: 0 auto;
}
#main-column {
	width: 100%;
}
#sub-column {
	width: 100%;
}
.ad-area {
	max-width: 250px;
	margin: 0 auto;
}
/************************************************************************************/
ol#breadcrumblist {
	list-style-type: none;
	margin: 1em 20px;
}
ol#breadcrumblist li {
	float:left;
	margin-right: 10px;
	font-size: 14px;
}
ol#breadcrumblist li + li::before {
	content: "/";
	margin-right: 10px;
}
ol#breadcrumblist::after{
	display:block;
	content: "";
	clear: both;
}
/************************************************************************************/

#welcome-board {
	/* border-left: 20px solid #35126a;
	border-bottom: 20px solid #35126a; */
	padding: 0 20px 20px 20px;
	margin: 1em 0 2em 0;
}

#welcome-board h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1em;
}
#welcome-board h3 {
	font-size: 16px;
	margin: 1em 0;
}
#welcome-board h4 {
	font-size: 16px;
	margin: 1em 0;
}
#welcome-board p {
	font-size: 14px;
	line-height: 1.8;
}
#welcome-board p + p {
	margin-top: 1em;
}
#welcome-board img.eyecatch {
	width: 100%;
	height: auto
}

/************************************************************************************/

#content-box {
	margin: 2em 0;
}
#content-box h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1em;
}
#content-box .sites h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 1em;
	display: inline-block;
}

#content-box .sites .pr {
    font-size: 15px;
	display: inline-block;
}

.sites {
	/* border-left: 20px solid #35126a;
	border-bottom: 20px solid #35126a; */
	padding: 0 0 20px 10px;
}
.sites > .site {
	margin-bottom: 2em;
}
.sites > .site > .image img.wink {
	width: 120px;
	height: 184px;
	float: left;
	margin-right: 10px;
}

.sites > .site > .site-link > h3 > a {
	color: #9B72AB;	
}
.sites > .site > .data > ul {
	list-style-type: none;
}
.sites > .site > .data > ul > li.type {
	color: #AA8F7B;
	font-size: 14px;
	font-weight: bold;
}
.sites > .site > .data > ul > li.free {
	color: #AA8F7B;
	font-size: 14px;
	font-weight: bold;
}
.sites > .site > .data > ul > li.code {
	color: #AA8F7B	;
	font-size: 14px;
	font-weight: bold;
}
.sites > .site > .data > ul > li.perc {
	color: #AA8F7B	;
	font-size: 14px;
	font-weight: bold;
}
.sites > .site > .comment > p {
	color: #333435;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 130px;
	padding-right: 10px;
}	
.sites > .site > .comment::after{
	content: "";
	display: block;
	clear: both;
}	
.site::after {
	content: "";
	display: block;
	clear: both;
}

.sites > .site > .detail {
	margin-top: 10px;
	margin-right: 10px;
}
.sites > .site > .detail > a {
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
}

.sites.area > .site {
	margin-right: 10px;
	box-sizing: border-box;
}
.sites.area > .site > .image {
	text-align: center;
}
.sites.area > .site > .image img.wink {
	width: 250px;
	height: 228.75px;
	float: none;
	margin: 0;
	object-fit: contain;
}
.sites.area > .site > .phone {
	text-align: center;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	border-radius: 10px;
	transition: all 0.3s;
	padding: 10px 0;
}
.sites.area > .site > .phone:hover {
	opacity: 0.6;
	cursor: pointer;
}
.sites.area > .site > .phone > a {
	color: #fff;
	font-weight: bold;
}
.sites.area > .site > .phone > img {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.sites.area > .site > .comment > p {
	padding: 0;
}
.sites.area > .site > .site-link {
	text-align: center;
}
/************************************************************************************/

.mov-content {
	width: 280px;
	margin: 20px auto 0 auto;
}

.one-mov + .one-mov{
	margin-top: 20px;
}


/************************************************************************************/

.area-list li {
	list-style-type: none;
	line-height: 1.9;
}

/************************************************************************************/

.search-content .search-select {
	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: 16px;
	color: #333;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

.search-content .search-input input {	
	width: 100%;
	box-sizing: border-box;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: 1px solid #c0c0c0;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #333;
	font-size:15px;
}

.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: #333;
	font-size:15px;
}


.search-content .search-select select::-ms-expand {
	display: none;
}

.search-content .enter-btn {
	width:100%;
	height: 50px;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	font-size: 15px;
	line-height: 1.75;
	font-weight: bold;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 3em;
	color: #fff;
}




/************************************************************************************/
#content > .detail {
	/* border-left: 20px solid #35126a;
	border-bottom: 20px solid #35126a; */
	padding: 0 0 20px 10px;
	position: relative;
}
#content > .detail h2 {
	font-size: 22px;
	color:#333435;
	display: inline-block;
}

#content > .detail .title .pr {
	font-size: 15px;
	color:#333435;
	display: inline-block;
}
#content > .detail .image{
	text-align: center;
}
#content > .detail .image img {
	width: 80%;
	height: auto;
}
#content > .detail .jump a {
	display: block;
	text-align: center;
	color: #fff;
	width: 90%;
	height: 50px;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	border: none;
	margin: 2em auto 3em auto;
	padding-top: 10px;
}
#content > .detail .data {
	width: 90%;
	margin:0 auto;
}
#content > .detail .data table {
	width: 	100%;
	margin-bottom: 1em;
}
#content > .detail .data table, #content > .detail  .data td, #content > .detail .data th {
	border-collapse: collapse;
	border: 1px solid #eee;
	font-size: 14px;
	box-sizing: border-box;
}
#content > .detail .data th {
	background: #F7F7F7;
	width: 50%;
	padding: 10px;
}
#content > .detail .data td {
	background: #fff;
	padding: 10px;
}
/************************************************************************************/

#sub-column h2 {
	background: #ff8e44;
	color:#fff;
	font-size: 15px;
	font-weight: normal;
	padding: 5px;
	/* margin:1em 0; */
}


#sub-column li {
	list-style-type: none;
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
}

#sub-column li a {
	display: block;
	color: #333435;
	font-size: 14px;
	line-height: inherit;
	padding: 10px 10px;
	text-decoration: none;
}

#sub-column ul {
}

/************************************************************************************/

.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;
}

/************************************************************************************/


footer {
	background: #333435;
	color: #88898a;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 2em;
}

footer a {
	color: #88898a;
	text-decoration: none;
}

footer a:hover {
	transition: all .2s;
	color: #c4c7ca;
}

.footer-top {
	text-align: center;
	margin: 0 0 18px 0;
}
.footer-top > h2 {
	font-size: 24px;
}
.footer-menu {
	margin: 1em auto;
	font-size: 14px;
}

.footer-menu > h3 {
	text-align: center;
	line-height: 2.5;
}
.footer-menu::after {
	content: "";
	clear: both;
	display: block;
}
.footer-menu > ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-menu > ul > li {
	line-height: 2.5;
}
.footer-menu > ul > li + li {
	margin-left: 2em;	
}

footer > #back-top {
	background: #88898a;
	border-radius: 3px;
	display: none;
	position: fixed;
	bottom: 1em;
	right: 1em;
}
footer > #back-top a {
	color: #c4c7ca;
	padding:0 1em;
	line-height: 3em;
	height:3em;
	display: inline-block;
}
footer > #back-top a:hover {
	color: #ffffff;
}
.copyright {
	text-align: center;
	font-size: 14px;
}

/************************************************************************************/

.addtoany_list a + a {
	margin-left: 8px;
}