@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*z-*/
.z-in999{
z-index:999;
}

/*メインコンテツ　トップpaddingを狭く調整*/
.top #content{
    padding-top: 0;
}


.l-header__inner{
padding-top: 0!important;
}
.l-header__logo{
padding: 0!important;
background: #DA005C;
}
.c-headLogo{
margin: 0!important;
}


.myColumnCaptionBox {
  height : 100%!important;
}

.myColumnCaptionBox .cap_box_content{
  height : 100%!important;
}



/*---------
フォーム
---------/*
/*必須*/
.smf-item__label__text{
display: flex;
align-items: center;
}
form.snow-monkey-form strong {
    color:#FFFFFF;
	background: #FF0004;
    font-size: 0.65em;
	padding:0 5px;
	margin-left: 8px;
	border-radius: 3px;
}
/*送信ボタン*/
.smf-action .smf-button-control__control {
min-width:40%;
width: auto;
color: var(--the-btn-color, var(--color_main));
		margin-top: 30px;
		border: 1px solid;
		border-radius: 50px;
		background:none;
		transition: all 0.2s ease-out;
}
.smf-action .smf-button-control__control:hover {
		transform: translate3d(0, 2px, 0);
		background-color: var(--the-btn-color, var(--color_main));
		border-color: transparent;
		color: #fff !important;
}



/*エントリーボタン2*/
#fixed-sidebar-menu-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
	    z-index: 999;
}

/*#fixed-sidebar-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: #F0FF00;
    color: #DA005C;
	font-weight: bold;
    padding: 1em ;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;
    text-align: center;
}
#fixed-sidebar-menu .swl-inline-icon {
    width: 20px;
    height: 24px;
    margin-bottom: 2px;
}
#fixed-sidebar-menu a {
    color: #DA005C;
}*/


/* 固定ページタイトル中央寄せ */
.c-pageTitle,
.c-pageTitle__inner {
	float: none!important;
	text-align: center;
}

.l-topTitleArea__body {
color: #fff;
font-size: 2.4em;
text-shadow: 3px 3px #e66700;	
}

/* 投稿記事下部のカテゴリーを非表示*/
.p-articleFoot{
  display: none;
}

/*横スクロールできます*/
.c-scrollHint{
font-weight: bold;
}


/*大会の特徴のボックス*/
.border-none > div{
border: none!important;
}

.radius {
background: rgba(255,255,255,1.00);
    border-radius: 15px; /* 角丸の半径を設定 */
    overflow: hidden; /* 角丸が正しく表示されるようにする */
}
