/*
Tutorial Name: diamondticket
Author: Samuel diamondticket
*/


/* GENERAL STYLES
================================================== */
html {
    height: 100%;
}

body {
	font: 12px/23px 'Raleway',sans-serif;
	font-family: "メイリオ","Lucida Grande",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	background-attachment: fixed;
	background: url("../images/back.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p {
	font-size: 12px;
	line-height:140%;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrapper {
	z-index:600;
	position:relative
}

.wrapper_in {
	width: 965px;
	padding: 56px 20px 0 ;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

#colorize {
    color:#f1c40f;
    font-family:'Lato',sans-serif;
    font-size:40px
}

a{
	text-decoration:none;
}

a:hover,a:hover img{
	opacity:0.6;
}

.pc-none{
	display:none;
}


.caution{
	color:#ffebc3;
}

.center{
	text-align:center!important;
}

.title_area {
	width: 1150px;
	margin: 0 auto;
}


h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0;
}

/* menu
================================================== */
.menu,.search_lang {
	display: flex;
	justify-content: space-between;
}

.logo {
	width: 250px;
}

.search_box {
	width: 680px;
	position: relative;
}

.bar_yellow {
	background: #f7d844;
	display: block;
	height: 6px;
	width: 90px;
	position: absolute;
	top: -20px;
	right: 420px;
}

.bar_purple {
	background: #913ccd;
	display: block;
	height: 6px;
	width: 80px;
	position: absolute;
	top: -20px;
	right: 340px;
}

.bar_red {
	background: #f15f74;
	display: block;
	height: 6px;
	width: 80px;
	position: absolute;
	top: -20px;
	right: 260px;
}

.bar_orange {
	background: #f76d3c;
	display: block;
	height: 6px;
	width: 80px;
	position: absolute;
	top: -20px;
	right: 180px;
}

.bar_sky {
	background: #07bee4;
	display: block;
	height: 6px;
	width: 90px;
	position: absolute;
	top: -20px;
	right: 90px;
}

.bar_yellow2 {
	background: #f7d844;
	display: block;
	height: 6px;
	width: 90px;
	position: absolute;
	top: -20px;
	right: 0px;
}

.tab_box {
	background: #191919;
	padding: 5px 15px;
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.tab_box p {
	font-size: 12px;
}

.tab_box a:link,.tab_box a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.tab_box ul {
	padding-top: 3px;
}

.tab_box li {
	padding: 0 11px 0 8px;
	background: url("../images/arrow.png") no-repeat 0px 0.7em;
	vertical-align: middle;
}

.tab_box li.icon_bt {
	background: none;
	padding: 0px 5px 0px 0;
}


.tab_box li.icon_bt img {
	vertical-align: bottom;
}

.main_box {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

.border_title {
	display: flex;
	justify-content: space-between;
}


.post_area .pickup img,.post_area .pickup2 img {
	max-width: 630px;
	width: 100%!important;
	height: auto;
}


.wp-post-image{
	width: 100%;
	height: auto;
}

.post_area img {
	object-fit: cover;
/*	height: 250px;*/ 
}

.post_area {
	width: 630px;
	padding: 0 0 70px 10px;
}

.sidebar {
	width: 300px;
	padding-bottom: 70px;
}

.title1 {
	position: relative;
	background: #f7d844;
	border: 4px solid #none;
	padding: 5px 10px;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 6px;
	font-weight:bold;
}

.title1:after, .title1:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.title1:after {
	border-color: rgba(247, 216, 68, 0);
	border-top-color: #f7d844;
	border-width: 15px;
	margin-left: -15px;
}

.title1:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #none;
	border-width: 21px;
	margin-left: -21px;
}


.border1 {
	display: block;
	height: 1px;
	width: 60%;
	background: #d7d7d7;
	margin-top: 30px;
	margin-bottom: 25px;
}

.title3,.title2 {
	color: #ff0066;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0;
}

.liststyle2 .tagmark li ,.tagmark li {
	padding: 0 5px 0 14px;
	background: url("../images/tagmark.png") no-repeat 0px 0.5em;
	vertical-align: middle;
	font-size: 12px;
}

.liststyle2 .tagmark li {
	border-bottom: none;
}

.liststyle2 .tagmark li ,.tagmark li img {
	margin-bottom: 10px;
}

.liststyle2 .tagmark a:link,.liststyle2 .tagmark a:visited,.tagmark a:link,.tagmark a:visited {
	color: #005ced;
	text-decoration: underline;
}
/* 
.post_list {
	width: 630px;
	display: flex;
	justify-content: space-between;
}
 */
.post_box {
	width: 283px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	height: 360px;
	overflow: hidden;
}

.post_box li:nth-child(2n) {
	margin-right: 0px;
}

.post_thum {
    text-align: center;
    width: 283px;
    height: 190px;
    margin-bottom: 15px;
    overflow: hidden;
}

.post_box img {
	border: 1px solid #FFF;
}

.post_box h4 {
	color: #ff4280;
	font-size: 13px;
	line-height: 18px;
	height: 35px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.post_box p {
	height: 50px;
	overflow: hidden;
}

aside h5 {
	padding: 5px 0 5px 20px;
	font-size: 14px;
	background-color:#000;
	color:#FFF;
}

.liststyle1 li {
	padding: 0 5px 0 18px;
	background: url("../images/arrow2.png") no-repeat 0px 0.5em;
	vertical-align: middle;
	font-size: 12px;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	box-sizing: border-box;
}

.liststyle1 li a:link,.liststyle1 li a:visited {
	color: #666666;
}

.pb20 {
	padding-bottom: 20px !important;
}

.search {
	width: 370px;
    float: right;
	border: 1px solid #d9d9d9;
	padding: 6px 10px;
	color: #d7d7d7;
	margin: 40px 0 0 30px;
}

.search input[type="text"] {
	border: none;
}

.search input[type="submit"] {
	background: url("../images/search.png") no-repeat;
	width: 30px;
	height: 26px;
	border: none;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	float: right;
}



.wp-pagenavi {
	padding-top:16px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 6px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#google_translate_element {
	padding-top: 45px;
	position: absolute;
	top: 55px;
	right: 20px;
}

.bt2,.bt3 input  {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1.5em 5em;
	text-decoration: none;
	color: #FFF;
	background: #17af15;
	transition: .4s;
	margin-top: 30px;
	font-size: 15px;
	border-radius: 10px;
	width:75%;
	text-align:center;
	border: none;
	width: 100%;
	box-sizing: border-box;
}

.bt2:hover,.bt3 input:hover {
	background: #1ec7bb;
}

.fa-chevron-right::before {
	content: " ";
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	margin-right: 7px;
}


.wpcf7-mail-sent-ok {
	text-align: center;
}


.post_area_single{
	padding: 20px;
	width: 630px;
}


/*HEADER MAIN-NAV
================================================== */


h1.top_logo {
    text-align: center;
    padding: 0px 0px;
    width: 10%;
    margin: auto;
	display:none;
}



h1.single_logo {
    text-align: center;
    padding: 0px 0px;
    width: 5%;
    margin: auto;
}

.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
    background: rgba(0,0,0,.7);
    font-size: 12px;

}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
	font-family: 'Lato',sans-serif;
}

.single_menu{
	background-color:#333;
	height:140px;
	border-bottom:1px solid #AAA;
}

#top-head .logo {
	text-align:center;
}
#global-nav ul {
    list-style: none;
    right: 0;
    bottom: 0;
    font-size: 14px;
	text-align:center;
}
#global-nav ul li {
	color:#000;
}
#global-nav ul li a {
	font-size: 110%;
	font-weight: 600;
    padding: 0 15px;
}

#global-nav ul li a:hover{
	color:#FF9900;
}

#global-nav ul li.join{
	background-color:#ff0066;
	padding:3px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	margin-right:5px;
}

#global-nav ul li.login{
	background-color:#FF9900;
	padding:3px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#global-nav ul li.join a:hover,#global-nav ul li.login a:hover {
	color: #303030;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 40px;
    background: #FFFF00;
    background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index:999;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #FFF;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #000;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		display:block;
		border-bottom:1px solid #AAA;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }

	h1.top_logo {
	    padding: 0px 0px;
	    width: 14%;
	    /* margin: auto; */
	    /* display: initial; */
	    float: left;
	    display: block;
	}

	h1.top_logo img{
		width:100%;
	}

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


.liststyle2 li {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}

.banner_box {
	line-height: 110%;
}

.banner_text {
	margin: 0px auto 10px;
}

.mainimg {
	width: 965px;
	padding: 20px 0 0 0;
}


.liststyle3_title {
	background: url("../images/rss.png") no-repeat 8px center #ffd941;
	margin-bottom: 0;
	color: #000000;
	padding: 10px 10px 7px 30px;
}

.liststyle3 {
	background: #333333;
	padding: 10px;
}

.liststyle3 li {
	border-bottom: 1px solid #8e8e8e;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

.liststyle3 a:link,.liststyle3 a:visited {
	color: #ffffff;
}

.more {
	display: block;
	text-align: right;
	background: #000000;
	padding: 3px 5px;
	margin-bottom: 10px;
}

a.more:link,a.more:visited {
	color: #ffd941;
}


/* Contact
================================================== */
.contact_form {
	width: 100%;
	display: inline-block;
	margin: 30px 0;
	border-top: 2px dotted #ffffff;
	border-bottom: 2px dotted #ffffff;
	padding: 30px 0;
}

.contact_form_box {
	width: 100%;
	display: inline-block;
}

.contact img {
	width: auto;
	height: auto;
}

.contact_form label {
	float: left;
	width: 30%;
	padding: 10px 0;
	clear:both;
}
.contact_form .contact_a {
	float: right;
	width: 65%;
	padding: 10px 0;
 	color: #000;
}

.form-honbun {
	width: 100%;
	height: 250px;
}

.t_center {
	text-align: center;
}

.btn-default {
	padding: 15px 50px;
	background: #cccccc;
	color: #000000;
	border-radius: 10px;
}

.wpcf7-submit {
	padding: 10px 80px;
	color: #000000;
	margin: 20px auto;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #ff0534;
}

.screen-reader-response,.wpcf7-mail-sent-ok {
	color: #ff0534;
	font-weight: bold;
	font-size: 115%;
	padding: 10px 0 0 0;
}

.wpcf7-mail-sent-ok {
	padding: 10px 0 30px 0 !important;
}

.contact_kome {
	line-height: 100%
}

.contact input[type=text],.contact input[type=email],.contact textarea {
	width: 90%;
}

.textarea-399 textarea {
	height: 35px;
}

/* 特定商取引法について
================================================== */
.laws_table {
	width: 100%;
	border: 1px solid #777;
	margin-top: 20px;
	color: #ffffff;
}

#td135 { width: 35%; }
#td402 { width: 65%; }

.laws_table td {
	color: #000000;
	border: 1px solid #777;
	padding: 0.5em;
}

.laws_table td#no-border,.laws_table td.no-border {
	border: 0;
	padding: 0.1em;
}

div#to-memberconf {
	margin-top: 20px;
	text-align: center;
 }

.laws_table th {
	background-color: #585858;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	padding-bottom: 12px;
	padding-top: 12px;
	vertical-align: top;
	width: 190px;
}

.red,.s-red {
	color: #ff0000;
}

.laws_table input,.laws_table select {
	color: #000000;
}

.laws_table .box6 {
	width: 20%;
}

.laws_table .box15 {
	width: 30%;
}

.laws_table .box40,.laws_table .box33 {
	width: 80%;
}

.tel {
	width: 25%;
}

.ques {
	width: 13%;
}

.laws_table .small {
	font-size: 90%;
}

.laws_table ul {
	padding: 0;
}

.laws_table li {
	width: 100%;
}

.agreemen h4 {
	color: #07bee4;
	margin-bottom: 0px;
}

.archive_side img {
/*	max-width: 300px;
	max-height: 200px;*/
/* 	object-fit: cover; */
}

/* 会員規約
================================================== */
.agree_frame_box {
	border: 2px solid #ffffff;
	padding: 10px 20px;
	margin-top: 20px;
}

/*footer
================================================== */
#footer{
	background-color:#000;
	color:#FFF;
	font-size: 11px;
	padding: 15px 0 40px 0;
	border-top: 1px solid #676767;
}

#footer a:link{
	color:#FFF!important;
}

#footer a:visited{
	color:#FFF!important;
}

#footer a:hover{
	color:#FF9900!important;
}

#footer ul.list-inline{
	padding:0;
}

.footer_ac{
	padding:0;
}

ul.footer_ac li{
	padding-left:5px;
}

.footer-menu{
	color: #FFF;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.topCommonUl2 li p {
	display: none;
}


.post_area_single img{
	max-width: 100%;
	height: auto;
}