@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;
}
.red {
    color: #FF0000;
}
.pink {
    color: deeppink;
}
.green {
    color: limegreen;
}
.large {
    font-size:large;
    font-weight: bold;
}
.small {
    font-size:14px;
}

.addtoany_shortcode {
    position: absolute;
    right:0;
    top: 0;
}
/************************************************************************************/

#header-top {
    width: 1024px;
    height: 41px;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
}
#header-logo {
    width: 300px;
    height: 41px;
}
#header-logo img {
    width: 100%;
    height: auto;
}
#header-menu {
    width: 300px;
    position: absolute;
    right: 0; 
    top: 0;    
}
#header-menu li {
    float: right;
    list-style-type: none;
    line-height: 50px;
}
#header-menu li a {
    font-size: 18px;
    color: #333435;
    text-decoration: none;
}
#header-menu li a:hover {
    text-decoration: underline;
}
#header-menu li + li {
    margin-right: 20px;
} 
#header-menu li::after {
    content: "";
    display: block;
    clear: both;
}
#header-box {
    background: linear-gradient(to left, #ff8e44, #f91362, #35126a);
    width: 100%;
    height: 200px;
    text-align: center;
}
#header-box h1 {
    padding-top: 50px;
    font-weight: normal;
    color: #FFF;
}
#header-box h1 .ja{
    font-size: 30px;
}
#header-box h1 .en {
    font-size: 20px;
}
#header-box h1 .en::before, #header-box h1 .en::after{
    content: "-";
    padding: 0 10px; 
}

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

#header-top .drawer-menu {
    display: none;
}
.menu-checkbox {
    display: none;
}
.menu-button {
    display: none;
}
/************************************************************************************/

#global-nav {
    width: 1024px;
    height: 80px;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    top: -30px;
    box-shadow: 15px 0 15px -15px rgb(0 0 0 / 10%), -15px 0 15px -15px rgb(0 0 0 / 10%);
    z-index: 100;
}
#global-nav > ul {
    display: flex;
    justify-content: center;
}
#global-nav > ul > li {
    list-style-type: none;
    text-align: center;
    width: 200px;
    line-height: 40px;
}
#global-nav > ul > li > a {
    color: #333435;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    transition: all .3s;
    text-decoration: none;
}
#global-nav > ul > li a:hover {
    color: #fff;    
}
#global-nav > ul > li:nth-child(1) a:hover {
    background: #35126a;
}
#global-nav > ul > li:nth-child(2) a:hover {
    background: #9E1366;
}
#global-nav > ul > li:nth-child(3) a:hover {
    background: #f91362;
}
#global-nav > ul > li:nth-child(4) a:hover {
    background: #FC5152;
}
#global-nav > ul > li:nth-child(5) a:hover {
    background: #ff8e44;
}

#global-nav > ul > li.current > a {
    color: #FFF;
}
#global-nav > ul > li.current:nth-child(1) > a {
    background: #35126a;
}
#global-nav > ul > li.current:nth-child(2) > a {
    background: #9E1366;
}
#global-nav > ul > li.current:nth-child(3) > a {
    background: #f91362;
}
#global-nav > ul > li.current:nth-child(4) > a {
    background: #FC5152;
}
#global-nav > ul > li.current:nth-child(5) > a {
    background: #ff8e44;
}

#global-nav ul ul {
    box-shadow: 0px 17px 16px -2px rgba(10,10,10,0.1);
}
#global-nav li li {
    display: none;
    height: 40px;
    width: 100%;
    overflow: hidden;
    /* transition: .3s; */
    background: #fff;
    text-align: left;
}
#global-nav li li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 10px;
    text-decoration: none;
    color: #333435;
}
#global-nav li:hover > ul > li {
    display: block;
    height: 40px;
    width: 100%;
    overflow: visible;
}

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

main {
    width: 1024px;
    margin: 0 auto;
}
#main-column {
    width: 748px;
    float: left;
}
#sub-column {
    width: 256px;
    float: right;
}
main::after {
    content: "";
    display: block;
    clear: both;
}
/************************************************************************************/
ol#breadcrumblist {
	list-style-type: none;
	margin-bottom: 1em;
}
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 0 20px 20px;
    margin-bottom: 2em;
    position: relative;
}

#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: 708px;
	height: 200px;
}
/************************************************************************************/

#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 20px;
    position: relative;

}
.sites > .site {
	width: 300px;
	height: 700px;
	float: left;
	margin-right: 2em;
}
.sites > .site > .image img.wink {
	width: 300px;
	height: 318px;
	position: relative;
}
.sites > .site > .image img.wink:hover {
	transition: all .3s;
	opacity: .5;
}
.sites > .site > .site-link {
	text-align: center;
}
.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;	
}	
.sites::after {
	content: "";
	display: block;
	clear: both;
}

.sites > .site > .detail {
	margin-top: 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%);
	transition: .4s;
}
  
.sites > .site > .detail > a:hover {
	opacity: .5;
}

.sites.area > .site > .image img.wink {
	width: 300px;
	height: 318px;
	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;
}
/************************************************************************************/

.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 20px;
    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 .jump a {
	display: block;
	text-align: center;
    color: #fff;
	width:80%;
	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: 80%;
	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-top:1em;
}


#sub-column li {
	list-style-type: none;
    line-height: 1.9;
}

#sub-column li a {
    color: #333435;
    font-size: 14px;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
#sub-column li a:hover {
	background:#ff8e4488; 
}
/************************************************************************************/

.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 {
	width: 100%;
	background: #333435;
	color: #88898a;
	padding: 50px;
	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 {
	max-width: 1024px;
	margin: 1em auto;
	font-size: 14px;
	text-align: center;
}
.footer-menu > h3 {
	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;
}