/*!
Theme Name: gw_custom_vr10
Text Domain: gw_custom_vr10
*/

/* header font */
@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
    font-family: "IwaKai-Eb", serif;
    font-weight: 400;
}

/* menu bottom */

h3.menu_ttl {
    border-top: thick double #583822;
    padding-top: 16px;
    padding-bottom: 10px;
}

h4.menu_sub_ttl {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
}

table.menu_table {
    margin-bottom: 46px;
    width: 100%;
}

table.menu_table tr th, table.menu_table tr td {
    border-bottom: 1px solid #e9e4d4;
    padding: 8px 0;
    vertical-align: bottom;
}

table.menu_table tr th {
    text-align: left;
    font-weight: normal;
}

table.menu_table tr td {
    text-align: right;
    white-space: nowrap;
    padding-left: 6px;
}

/* uikit custom */

nav.headnav ul a:hover {
    /*color: #C4A44C;*/
    opacity: 0.8;
}

nav.headnav ul li ul li {
    padding: 3px 0;
}

.uk-nav-parent-icon>.uk-parent>a::after {
    color: #FFF;
}

#menu-menu-2 li  a {
    color:#FFF;
}
#menu-menu-2 .sub-menu li{
	padding:4px 0 4px 10px;
}

/* Alignments
--------------------------------------------- */

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 1.5em;*/
}

ul.menu01 li,ul.menu02 li,ul.menu03 li{
	list-style:none !important;
}

/* kodawari
--------------------------------------------- */

.kodawari{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	color:#000;
}
h1.kodawari_ttl{
	line-height: 1.4em;
	text-align: center;
	color: #583822;
    background-image: url(https://jun-tenjinkego.com/wp-content/themes/gw_custom_vr10/images/menu_ttl_index.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 40%;
    padding-bottom: 1em;
}
.kodawari ol li{
    border-bottom: 1px solid #F0F0F0;
	padding:10px 0;
}

/* privacy policy
--------------------------------------------- */
.privacy_wrap{
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.privacy_wrap h3{
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-weight: bold;
}


@media (max-width:767px){
h1.kodawari_ttl{
	font-size:30px;
    background-size: 60%;
    padding-bottom: 0.8em;
}
}