@charset "UTF-8";


/* ====================
メインカラー #920F2B
==================== */


/* フォント・テキスト
====================================================== */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSansCJKjp-Thin.eot');
    src: url('../fonts/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Thin.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Thin.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSansCJKjp-Light.eot');
    src: url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Light.ttf')  format('truetype');
} 
 @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 350;
    src: url('../fonts/NotoSansCJKjp-DemiLight.eot');
    src: url('../fonts/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-DemiLight') format('woff'),
    url('../fonts/NotoSansCJKjp-DemiLight')  format('truetype');
} 
 @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.eot');
    src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
} 
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansCJKjp-Medium.eot');
    src: url('../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.eot');
    src: url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansCJKjp-Black.eot');
    src: url('../fonts/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Black.ttf')  format('truetype');
}



/* 全体
====================================================== */
body {
	color: #222;
	font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', 'Meiryo' , 'ＭＳ Ｐゴシック' , 'Helvetica' , 'Arial' , 'sans-serif';
	line-height:1.8;
	font-size:15px;
	font-weight:300;
}
img {vertical-align:bottom;}
a.alpha:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	transition:all 0.5s ease 0s;
	transition: all 0.6s ease 0s;
}
a {text-decoration: underline;color:#920F2B;}
a:hover {text-decoration: none;color:#920F2B;}

a.link01 {
	background-color: #920F2B;
	border-radius: 3px;
	color: #fff;
	font-size: 1.06em;
	padding: 1px 8px;
	text-decoration: none;
	border:2px solid #920F2B;
}
a.link01:hover {
	background-color:#fff;
	color:#920F2B;
	border:2px solid #920F2B;
	transition: all 0.3s ease 0s;
}

a.btn {
	background-color: #fff;
	border: 2px solid #bd204a;
	font-size: 1.13em;
	margin: 15px auto 30px;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	display:block;
	width:17em;
	color:#920F2B;
	font-weight:400;
}
a.btn:hover {
	background-color: #920F2B;
	color:#fff;
	transition: all 0.3s ease 0s;
}


/* レイアウト
====================================================== */

/* マージン・パディング */

.MT-5{ margin-top: -5px !important;}

.MT0{ margin-top: 0 !important;}
.MT5{ margin-top: 5px !important;}
.MT10{ margin-top: 10px !important;}
.MT15{ margin-top: 15px !important;}
.MT20{ margin-top: 20px !important;}
.MT30{ margin-top: 30px !important;}
.MT40{ margin-top: 40px !important;}
.MT50{ margin-top: 50px !important;}
.MT60{ margin-top: 60px !important;}

/*----*/

.MB0{ margin-bottom:0px !important;}
.MB5{ margin-bottom:5px !important;}
.MB10{ margin-bottom:10px !important;}
.MB20{ margin-bottom:20px !important;}
.MB30{ margin-bottom:30px !important;}
.MB40{ margin-bottom:40px !important;}
.MB50{ margin-bottom:50px !important;}
.MB60{ margin-bottom:60px !important;}

/*----*/

.MTB0{ margin-top:0px !important; margin-bottom:0px !important;}
.MTB5{ margin-top:5px !important; margin-bottom:5px !important;}
.MTB10{ margin-top:10px !important; margin-bottom:10px !important;}
.MTB20{ margin-top:20px !important; margin-bottom:20px !important;}
.MTB30{ margin-top:30px !important; margin-bottom:30px !important;}

/*----*/

.MR0{ margin-right:0px !important;}
.MR5{ margin-right:5px !important;}
.MR10{ margin-right:10px !important;}
.MR15{ margin-right:15px !important;}
.MR20{ margin-right:20px !important;}
.MR30{ margin-right:30px !important;}

/*----*/

.ML0{ margin-left:0px !important;}
.ML10{ margin-left:10px !important;}
.ML20{ margin-left:20px !important;}
.ML30{ margin-left:30px !important;}

/*----*/

.P5{ padding:5px !important;}
.P10{ padding:10px !important;}
.P20{ padding:20px !important;}
.P20s{ padding:20px !important;}

/*----*/

.PT0{ padding-top:0 !important;}
.PT5{ padding-top:5px !important;}
.PT10{ padding-top:10px !important;}
.PT20{ padding-top:20px !important;}
.PT30{ padding-top:30px !important;}
.PT40{ padding-top:40px !important;}
.PT50{ padding-top:50px !important;}
.PT60{ padding-top:60px !important;}

/*----*/

.PB0{ padding-bottom:0px !important;}
.PB5{ padding-bottom:5px !important;}
.PB10{ padding-bottom:10px !important;}
.PB20{ padding-bottom:20px !important;}
.PB30{ padding-bottom:30px !important;}
.PB40{ padding-bottom:40px !important;}
.PB50{ padding-bottom:50px !important;}
.PB60{ padding-bottom:60px !important;}

/*----*/

.PL0{ padding-left:0 !important;}
.PL5{ padding-left:5px !important;}
.PL10{ padding-left:10px !important;}

/*----*/

.PR0{ padding-right:0 !important;}
.PR5{ padding-right:5px !important;}
.PR10{ padding-right:10px !important;}

/*----*/

.PLR5{ padding-left:5px !important; padding-right:5px !important;}
.PLR10{ padding-left:10px !important; padding-right:10px !important;}
.PLR20{ padding-left:20px !important; padding-right:20px !important;}


/* テキスト
====================================================== */
.Font-S{ font-size:70% !important;}
.Font-M{ font-size:80% !important;}
.Font-L{ font-size:90% !important;}
.Font-LL{ font-size:110% !important;}
.Font-LLL{ font-size:130% !important;}
.Font-4L{ font-size:160% !important;}

.bold {font-weight:bold;}

.lh11 { line-height: 1.1 !important; }
.lh12 { line-height: 1.2 !important; }
.lh13 { line-height: 1.3 !important; }
.lh14 { line-height: 1.4 !important; }
.lh16 { line-height: 1.6 !important; }
.lh17 { line-height: 1.7 !important; }
.lh18 { line-height: 1.8 !important; }
.lh19 { line-height: 1.9 !important; }
.lh20 { line-height: 2.0 !important; }

.ls-1{ letter-spacing:-1px !important;}
.ls-2{ letter-spacing:-2px !important;}
.ls-3{ letter-spacing:-3px !important;}
.ls-5{ letter-spacing:-5px !important;}


/* 装飾 */


/* 背景 */
.bg_01 {
	background: url(../img/bg_g02.png) no-repeat center center / 100% 100%;
}
.bg_white {
	background-color: #fff;
}

/* ボックスシャドウ */


/* アテンション */

.attbox01 {
	position: relative;
	padding: .5em .75em;
	background-color: #EFF7FF;
	border-radius: 6px;
	margin:20px 0 20px;
	font-weight:400;
}
.attbox01:after {
	position: absolute;
	bottom:100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #EFF7FF;
}

.attbox02 {
	background-color:#f6f6f6;
	border:1px solid #f0f0f0;
	padding:10px;
}


/* 見出し */
/* h1 */

/* h2 */
/* トップ */
h2.h2_title01 {
	font-size: 1.81em;
	letter-spacing: 1px;
	margin: 0 0 0.25em;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
}
h2.h2_title01 span {
    color: #C34076;
}
h2.h2_title02 { /* 中ページタイトル(固定ページ) */
	text-align:center;
	font-size: 1.81em;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	font-weight:500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
}
.single h2.h2_title02 { /* 中ページタイトル ブログ */
	text-align:left;
	margin-bottom:0;
}

/* 中ページ */

/* h3 */
h3.h3_title01 {
	font-weight:500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size:1.31em;
	margin:0 0 10px;
}
h3.h3_title02 {
	position: relative;
	font-weight:500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
}
h3.h3_title02 span {
    background-color: #fff;
    display: inline-block;
    font-size: 1.38em;
    margin: 10px 0;
    padding: 0 0.7em 0 0;
    position: relative;
    z-index: 2;
    color: #c02f5f;
}

h3.h3_title02:before {
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
h3.h3_title03 {
	font-weight:500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size:2em;
	color:#C34076;
}
h3.h3_title03 span:first-child {
	font-size:0.69em;
	margin:0 20px 0 10px;
}
h3.h3_title03 span {
	font-size:0.69em;
	margin:0 0 0 10px;
}

h3.h3_title04 {
	font-weight:500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size: 1.75em;
	font-weight: 500;
	margin:0.75em 0 0.25em;
	position: relative;
	text-align: center;
}
h3.h3_title04 span {
	background-color: #fff;
	display: inline-block;
	margin: 0 4em;
	padding: 0 0.7em;
	position: relative;
	text-align: left;
	z-index: 2;
}
h3.h3_title04:before {
	position: absolute;
	top: 50%;
	left:15%;
	z-index: 1;
	content: '';
	display: block;
	width: 70%;
	height: 1px;
	background: #aaa;
	background: -webkit-linear-gradient(-45deg, transparent, #aaa 10%, #aaa 90%, transparent);
	background: linear-gradient(-45deg, transparent, #aaa 10%, #aaa 90%, transparent);
}
h3.h3_title05 {
	position: relative;
	font-weight:500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
	text-align: center;
}
h3.h3_title05 span {
	background-color: #fff;
	display: inline-block;
	margin: 0 4em;
	padding: 0 0.7em;
	position: relative;
	text-align: left;
	z-index: 2;
	font-size: 1.44em;
}
h3.h3_title05:before {
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}



/* h4 */
h4.h4_basic01 {
	font-size:2em;
	font-weight:400;
}


/* カラム */
.w45per {width:45%;}
/* 2カラム */
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* Media Queries sp */
}
@media screen and (max-width: 740px) {
  .col2 {
    display: block;
  }
}
.col2 .col-item {
  -ms-flex-preferred-size: 49%;
  flex-basis: 48%;
  max-width: 48%;
  margin-bottom: 4%;
}
.col2 .col-item img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 740px) {
  .col2 .col-item {
    margin-bottom: 1em;
    margin-left: 0;
    max-width: 100%;
  }
}

/* レイアウト他 */
.left { float:left;}
.right { float:right;}


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

.ta_right {
  text-align: right !important;
}

.ta_left {
  text-align: left !important;
}

@media screen and (min-width: 741px) {
  .ta_center-pc {
    text-align: center !important;
  }
  .ta_right-pc {
    text-align: right !important;
  }
  .ta_left-pc {
    text-align: left !important;
  }
}
@media screen and (max-width: 740px) {
  .ta_center-sp {
    text-align: center !important;
  }
  .ta_right-sp {
    text-align: right !important;
  }
  .ta_left-sp {
    text-align: left !important;
  }
}

.imgleft { float:left; margin:0 15px 10px 0;}
.imgright { float:right; margin:0 0 10px 15px;}


/* リスト */
/* 汎用　単純なリストパターン */
ul.ul_column2 li {
	float:left;
	width:480px;
	margin-right:20px;
	margin-bottom:10px;
}
ul.ul_column2 li:nth-child(even) {
	margin-right:0;
}

ul.ul_column3 li.inner a {
	display: block;
}
ul.ul_column3 li.inner a:hover {
	opacity: .8;
}
ul.ul_column3 li.inner {
	border-radius: 3px;
	float: left;
	height: 200px;
	margin: 0 14px 0 0;
	overflow: hidden;
	position: relative;
	width: 317px;
}
ul.ul_column3 li.inner:nth-child(3n) {
	margin: 0;
}
ul.ul_column3 li.inner ul> li:nth-child(1) {/*画像部分*/
	height: 200px;
}
ul.ul_column3 li.inner img {
	position: relative;
	top: 50%;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	/* -ms-transform: translate(-50%, -50%); */
	transform: translate(-50%, -50%);
}
ul.ul_column3 li.inner ul > li:nth-child(2) {/*テキスト*/
 position: absolute;
 bottom: 0px;
 width: 100%;
 background: rgba(2, 11, 21, 0.8);
}
ul.ul_column3 li.inner p {
    color: #FFFFFF;
    text-align: center;
    padding: 1em 0;
}
ul.ul_column3 li.grid_inner:nth-last-child(1) {/*E:nth-last-child(n)後ろから数えてn番目の子となるE要素*/
 margin: 0;
}


/* テーブルスタイル */
table {
	border-collapse: separate;
	box-sizing: border-box;
	margin:20px 0 30px;
	text-indent: 0;
	width: 100%;
}
table.table_basic01 {
	border-spacing: 1px;
	background-color:#e5e5e5; 
}
table.table_basic01 tr:nth-child(odd) td {
	background-color:#fcfcfc;
}
table.table_basic01 th {
	background-color: #ffefef;
	color: #920F2B;
	font-size: 0.94em;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding: 10px;
	text-align: center;
}
table.table_basic01 th.title01 {
	text-align: left;
}
table.table_basic01 th.title02 {
	text-align:center;
	background-color:#EEF7EA;
	padding:10px;	
	font-weight:bold;
	color:#53B500;
	font-size:110%;	
}
table.table_basic01 td {
	text-align:left;
	background-color:#fff;
	padding:10px;
	line-height:1.3;
}
table.table_basic01 td.img {
	text-align:center;
	padding:10px 10px;	
}
table.table_basic01 td span {
	font-size:0.88em;
}


/* dlパターン */

/* トップ */
dl.dl_basic01 {
	font-size: 1.06em;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

ul.dl_basic01 {
	font-size: 1.06em;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul.dl_basic01 li {
	letter-spacing:1px;
}

#event dl.dl_basic01:last-of-type,
#event ul.dl_basic01:last-of-type,
#blog dl.dl_basic01:last-of-type {
	margin-bottom:0;
}
dl.dl_basic01 dt {
	float: left;
	width: 5.5em;
	letter-spacing:1px;
}
dl.dl_basic01 dd {
	padding-left: 6em;
}
dl.dl_basic01 dd img {
	vertical-align:middle;
}
dl.dl_basic01 dd a,
ul.dl_basic01 dd a {
	color:#333;
	text-decoration: underline;
	font-weight:300;
}
dl.dl_basic01 dd a:hover,
ul.dl_basic01 dd a:hover {
	text-decoration: none;
}

/* アーカイブ */
dl.dl_basic02 {
	font-size: 1.06em;
	font-weight: 300;
	line-height: 1.4;
	margin: 1em 0;
	/*padding-bottom: 10px;*/
}
dl.dl_basic02 dt {
	float: left;
	width: 6.5em;
	letter-spacing:1px;
}
dl.dl_basic02 dd {
    line-height: 1.5;
    padding-left: 6.5em;
	margin-bottom:1em;
}
dl.dl_basic02 dd img {
	vertical-align:middle;
}
dl.dl_basic02 dd a {
	color:#333;
	text-decoration: underline;
	font-weight:300;
}
dl.dl_basic02 dd a:hover {
	text-decoration: none;
}

/*GoogleMapレスポンシブ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





/* 共通ボタン
-------------------------------------------------------------------------*/
