/*
 Theme Name:   Melos Child
 Template:     melos
*/

/* mobile向け */
@media only screen and (max-width: 768px) {
	/* #header-core {padding-left: 0px !important;} */
	#header-core #logo { padding-left: 0px !important;}
	#logo img, #logo-sticky img { max-height: 40px !important;}
	#logo img, #logo-sticky img { margin-top: 8px !important;}
	#logo img, #logo-sticky img { margin-bottom: 8px !important;}
	.btn-navbar { padding: 0px !important;}
	.language { display: none !important;}
	#logo-g { display: flex;}
	#intro #intro-core { margin-left: 0px !important;}
	#logo-g #logo { border-left: 0px !important;}
	#logo-g #logo { border-right: 0px !important;}
	.wpml-ls-legacy-dropdown-click a {padding-bottom: 13px;}
	.wpml-ls-legacy-dropdown-click a {padding-top: 13px;}
	body {padding-top: 0px !important;}
}

/* PC・タブレット向け */
@media only screen and (min-width: 769px) {
	.mobile-switcher { display: none;}
	#logo-g { display: block;}
}


/* 言語スイッチャー */
.wpml-ls-legacy-dropdown-click {
    float: right;
    width: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    text-align: left;
}

/* 言語スイッチャーの背景色 */
#pre-header {
    background: #ffffff;
}


.qq {
	color:#FC262A;
}

/* フロント新着情報の文字サイズ */
div.wn-item {
    font-size: 1.1em;
}

/* お知らせページの文字サイズ */
div.post-list {
    font-size: 1.2em;
}

/* 全体枠の設定 */
#body-core {
    background: #fff;
    /* min-width: 320px; */
    min-width: 280px;
    max-width: 1170px;
    display: block;
    margin: 0 auto;
    border: 1px solid #DDD;
}

/* 全体枠の上下余白設定 */
body {
    background: #fff;
    padding: 25px 0;
}

/* スライド画面のインジケータ位置を下げる */
#slider .rslides_tabs {
    height: 5px;
}

/* PC版言語スイッチャー左文字入れの設定 */
.language {
	display: flex;
	float: right;
	margin-top: 5px;
}
.wpml-ls-legacy-dropdown-click {
    margin-top: 0px;
    margin-bottom: 0px;
}
.p-lang {
	margin-right:5px;
	margin-left:5px;
    margin-bottom: 0px;
}

/* mobile版言語スイッチャー設定 */
.mobile-switcher {
	vertical-align:middle;
	margin-left:auto;
	width: 70px;
}
/* mobile版言語スイッチャーリストの文字サイズ */
.mobile-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    font-size: 1.5rem !important;
} 
/* mobile版言語スイッチャーのボーダー設定 */
.mobile-switcher .js-wpml-ls-item-toggle {
	border-top: 0px !important;
	border-bottom: 0px !important;
	border-left: 1px solid #EEEEEE !important;
	border-right: 0px !important;
}
/* mobile版言語スイッチャーリストの幅 */
.mobile-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    width: 150px;
	left:-50px;
}
/* jsで削除するが1瞬でもチラつかないように白に */
.mobile-switcher .js-wpml-ls-item-toggle .wpml-ls-native {
	font-size: 0;
	color:#ffffff;
}
/* 現在の言語名の前に地球アイコンを配置 */
.mobile-switcher .js-wpml-ls-item-toggle .wpml-ls-native::before {
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url(../../uploads/2017/09/earth.png);
    background-size:contain;
    vertical-align:middle;
}
/* 下向き▼の大きさ */
.mobile-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    font-size: 1.4rem;
}
/* 地球アイコンの大きさ */
.language #earth-icon {
	width: 30px;
	height: 30px;
}
/* スライド写真の上層膜を除去 */
#slider .rslides-content, .thinkupslider-sc .rslides-content {
    display: none;
}








/* ▼ゆるキャラ紹介 */



.container {
  display: flex;
  flex-wrap: wrap;
width:100%;
}

.container p
 {margin-bottom: -5px}


button {
  position:relative;
  margin:10px;
  display:inline-block;
  padding:8px 25px 8px 25px;
  border:1px solid black;
  background:none;
  text-transform:uppercase;
  font-family:sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  cursor:pointer;
min-height:200px;
color: #767b7f;


}

button:after {
  position: absolute;
  top:2px;
  left:-4px;
  content:"";
height:100%;
width:100%;
  z-index:-999;
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(0deg);
}

.yellow:after { background:#ffdab9; }
.blue:after   { background:#00a1cb; }
.green:after  { background:#19dd89; }
.pink:after   { background:#d31996; }


.yurutitle h1 {
color: #767b7f;
text-shadow: 0 0 5px white;
padding: 0.5em 0.5em;
  
background: -webkit-repeating-linear-gradient(-45deg, #ffe4e1, #ffe4e1 3px,#fff 3px, #fff 7px);
background: repeating-linear-gradient(-45deg, #ffe4e1, #ffe4e1 3px,#fff 3px, #fff 7px);
}

/*おおきに京都ロゴ*/
#kyotoar-logo {
	margin:10px;
	width: 200px;
	height: 40px;
	background-image: url("../../uploads/2017/07/500cca09ed181534c6e475b9067c96ea-1.png");
	background-size: contain;
	background-repeat: no-repeat;
}
