﻿@charset "utf-8";
/* 全サイト共通エリア */
input{
  -webkit-appearance: none;
}
@media screen and (max-width: 769px) {
iframe{
    width: 100% !important;
}
}
strong{
font-weight: bold !important;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
#search li {
    list-style: disc;
    margin-left: 20px;
}
/* トップページ */

.nav_genre a{
	color: #000 !important;
}
.ttl_style01{
	text-align: center;
	padding: 2%;
	border-bottom: 6px solid #be3b7d;
}
.txt_enji{
	color: #be3b7d;
}
.line_b_enji{
	border-bottom: 1px solid #be3b7d;	
}
.nav_genre > div{
	border-right: 1px solid #be3b7d;
	padding: 2%;
}
.nav_genre > div:nth-child(1){
	border-left: 1px solid #be3b7d;
}
.bg_pink{
	background: linear-gradient(transparent 30%, #f4e1ee 0%);
}
select{
padding: 3px 5px;
    background: #eeeeee;
    margin: 3px 0;
    min-width: 460px;
}

.tbl2 {
	width: 100%;
}
.tbl2 td{
	padding: 2% 1%;
	text-align: center;
	    white-space: nowrap;
}
.icon_s img{
	max-width: 55px;
	max-height: 65px;
}
.submit_l input[type=submit]{
	background: #be3b7d;	
	text-align: center;
	padding: 5px;
	width: 250px;
	display: inline-block;
	border: none;
	color: #fff;
	font-size: 2.0rem;
}
.submit_s input[type=submit]{
background: #be3b7d;
    text-align: center;
    padding: 4px 14px;
    display: inline-block;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    margin-left: 10px;
    vertical-align: middle;
}
input[type=text]{
	padding: 5px;
	min-width: 500px;
}
.line_b_enji_l{
	border-bottom: 6px solid #be3b7d;	
}
@media screen and (max-width: 769px) {
	input[type=text],select{
	min-width: 100% !important;
width: 100%;
}
header input[type=text]{
	min-width: inherit!important;
}
.nav_genre > div,.nav_genre > div:nth-child(1){
	border: none;
}
.nav_genre > div:nth-child(1),.nav_genre > div:nth-child(2){
	border-bottom: 1px solid #be3b7d;
}
}

/* 下層ページ */
input[type=submit]{
	background: #333333;
	padding: 10px;
	text-align: center;
	border: none;
	width: 200px;
	color: #fff;
}
.form select,.form input,.form textarea{
padding: 3px 5px;
    background: #eeeeee;
    margin: 3px 0;
    min-width: 460px;
}
.form input,.form textarea{
	border: 1px solid #999;
    width: 70%;
    box-sizing: border-box;
}
.form select,.form input[type=radio]{
	width: inherit;
	min-width: inherit;
	margin-right: 10px;
}
.form .submit input[type=submit]{
	background: #be3b7d;	
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	border: none;
	color: #fff;
	font-size: 2.0rem;
	    width: inherit;
    min-width: inherit;
    border-radius: 5px;
}


.navigation1,.navigation2{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.navigation1 a{
	border: 1px solid rgba(180,180,180,1.00);
	border-radius: 3px ;
	display: inline-block;
	padding: 3px 15px;
}
.navigation1 span{
	border: 1px solid rgba(180,180,180,1.00);
	border-radius: 3px ;
	display: inline-block;
	padding: 3px 15px;
}
.navigation2 span{
	background: rgba(180,180,180,1.00);
	padding: 2px 9px;
}
.navigation2 a{
	color: #000;
}
.tbl4{
	    border-spacing: 10px;
}
.tbl4 th{
	background: #f4e1ee;
}
.tbl4 th,.tbl4 td{
	padding: 5px 10px;
}
.sns img{
	width: 175px;
}
.bg_enji{
	background: #be3b7d;
	padding: 0.5%;
	color: #fff;
	font-weight: bold;
}
ul.col2 li{
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
}
.form_l select {
    min-width: 800px;
}
.icon_rec li{
	min-height: 30px;	
	padding-left: 45px;
	margin: 5px 0;
}
.icon_rec li:nth-child(1){
	background: url("../images/icon_money03.png") no-repeat left center;
	background-size: 36px auto;

}
.icon_rec li:nth-child(2){
	background: url( "../images/icon_time.png") no-repeat left 3px center;
	background-size: 30px auto;
}
.icon_rec li:nth-child(3){
	background: url( "../images/icon_contract.png") no-repeat left 4px center;
	background-size: 28px auto;
}
.icon_rec li:nth-child(3) span{
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 5px;
	padding: 1px 3px;
}
.box{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 3%;
}
.more a{
	display: block;
	background: #be3b7d;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	padding: 1%;
	
}
.tab_enji span{
	display: inline-block;
	padding: 5px 15px;
	background: #be3b7d;
	color: #fff;
	font-weight: bold;
}
.tab_gray span{
	display: inline-block;
	padding: 1px 5px;
	background: #666;
	color: #fff;
	font-size: 1.2rem;
	margin-right: 5px;
	border-radius: 5px;
}
.tbl3{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
.tbl3 td,.tbl3 th{
	width: 50%;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.tbl3.col3 td,.tbl3.col3 th{
	width: 33.33%;
}
input[type=checkbox]{
	margin-right: 8px;
}
.txt_enji th{
	color: #000 !important;
}
@media screen and (max-width: 769px) {
.form input, .form textarea {
    width: 100%;
}
.form select, .form input, .form textarea {
    min-width: inherit !important;
}
.tbl4 th{
	width: 40%;
}
.tbl4 td{
	width: 60%;
}
}
/* 共通 */

.NavMenu ul li:nth-child(6){
    margin-top: -10px;
}

header .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%;
}
header #searchform input[type=text] {
    min-width: inherit;
}
.sidemenu .ttl_gray {
    margin: 40px 0 0 0;
}
.sidemenu .NavMenu {
    border: none;
}
.sidemenu .NavMenu ul li {
    width: 100%;
    margin: 5px 0;
}
.sidemenu .NavMenu ul a {
    padding: 10px;
}
.sidemenu .NavMenu ul {
    display: block;
    width: 100%;
}
.screen-reader-text {
    display: none;
}
#searchform input[type=submit] {
    padding: 6px;
    width: 60px;
}
#searchform input[type=text] {
    padding: 5px;
    background: #ddd;
    border: 1px solid #666;
}
#page_top {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 9999;
}
.logo {
    max-width: 200px;
}
header {
    padding: 1%;
}
header .flex-container {
    justify-content: space-between;
}
header .flex-container > div {
    align-self: flex-end;
}
footer {
    border-top: 2px solid #000;
    background: #efefef;
    padding: 2% 0;
}
footer li {
    padding-top: 10px;
}
footer .list {
    width: 390px;
}
footer .list li {
    width: 190px;
    display: inline-block;
}
.icon {
    max-width: 32px;
    vertical-align: middle;
    margin-right: 8px;
}
.ttl_gray {
    background: #efefef;
    font-weight: bold;
    color: #ea5532;
    border-left: 5px solid #ea5532;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.line_h_13 {
    line-height: 1.3;
}
.mt5 {
    margin-top: 5px;
}
.tab_blue {
    background: #187fc4;
    color: #fff;
    font-size: 12px;
    padding: 1px 15px;
    margin: 0 5px;
}
.ranking {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}
.sns {
    display: inline-flex;
}
.sns li {
    padding: 5px;
    width: 50px;
}
.bold a {
    font-weight: bold;
}
.txt_red a {
    color: rgba(255,0,4,1.00);
    text-decoration: underline;
}
address.inner {
    max-width: 1075px;
}

@media screen and (max-width: 769px) {
.sidemenu .NavMenu {
    display: none;
}
.txt_s_sp {
    font-size: 1.2rem;
}
#searchform input[type=submit] {
    font-size: 12px;
    height: 37px;
    width: 25%;
    border-top: 2px solid #333;
}
#searchform input[type=text] {
    width: 66%;
    margin-right: -5px;
    height: 37px;
    box-sizing: border-box;
}
address {
    text-align: center;
}
footer .list {
    width: 100%;
}
footer .list li:nth-child(even) {
    width: 35%;
}
footer .list li:nth-child(odd) {
    width: 63%;
}
footer {
    padding: 5% 2%;
}
#page_top img {
    width: 50px;
}
.w33_sp {
    width: 30.33%;
    margin: 1.5%;
}
.w66_sp {
    width: 63.66%;
    margin: 1.5%;
}
header .logo {
    max-width: 100%;
}
footer .logo {
    max-width: 100px;
}
}
/*ナビメニューのスタイルを指定*/
.NavMenu {
    border-bottom: 2px solid #000;
    text-align: center;
}
.NavMenu ul {
    display: inline-flex;
    width: 96%;
	justify-content: center;/*200910追加*/
}
.NavMenu ul li {
    width: 7.6923%;
    display: flex;
    align-items: center;
    text-align: center;
}
.NavMenu ul li:nth-child(1) {
    background: #ea5532;/*Top*/
}
.NavMenu ul li:nth-child(2) {
    background: #f6ad3c;/*お得*/
}
.NavMenu ul li:nth-child(3) {
    background: #a64a97;/*グルメ*/
}
.NavMenu ul li:nth-child(4) {
    background: #e28242;/*オンラインショップ*/
}
.NavMenu ul li:nth-child(5) {
    background: #526be8;/*店舗*/
}
.NavMenu ul li:nth-child(6) {
    background: #be3b7d;/*求人*/
}
.NavMenu ul li:nth-child(7) {
    background: #187fc4;/*特集*/
}
.NavMenu ul li:nth-child(8) {
    background: #00ada9;/*地域*/
}
.NavMenu ul li:nth-child(9) {
    background: #aacf52;/*Beauty→イベント*/
}
.NavMenu ul li:nth-child(10) {
    background: #00a95f;/*不動産*/
}
.NavMenu ul li:nth-child(11) {
    background: #00afec;/*観光*/
}
.NavMenu ul li:nth-child(12) {
    background: #4d4398;/*子育て*/
}
.NavMenu ul li:nth-child(13) {
    background: #e85298;/*学生*/
}
.NavMenu ul a {
    display: block;
    margin: auto;
    padding: 3px 2px 2px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 769px) {
.NavMenu ul {
    width: 1000px;
	justify-content:normal;/*200910追加*/
}
.NavMenu {
    overflow-x: scroll;
}
.NavMenu::-webkit-scrollbar{
  display:none;
}/*スクロール非表示追加*/

/*.NavMenu ul li {
    background: none !important;
}
nav.NavMenu {
    position: fixed;
    z-index: 2;	
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;	
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;	
}
nav.NavMenu ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}
nav.NavMenu ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
nav.NavMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.NavMenu ul li a {
    display: block;
    color: #000;
    padding: 0;
    background: #fff;
    font-weight: normal;
}
nav.NavMenu.active {
    transform: translateY(0%);
}
.Toggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.Toggle span:nth-child(1) {
    top: 9px;
}
.Toggle span:nth-child(2) {
    top: 18px;
}
.Toggle span:nth-child(3) {
    top: 27px;
}

.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
} */
}