@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


body{
font-size: 16px;
font-family: 'Zen Kaku Gothic New', serif;
			margin:0;
			padding: 0;
}

.mincho {
  font-family: 'Zen Old Mincho', serif;
}

section {
    padding: 100px 0px;
}

.compbox{
    padding: 10px;
}

/* dl周り設定 */
#event-overview {
  max-width:  70%;
    margin: 45px auto;
  border-top: 1px solid #000;
}

.event-row {
  display: flex;             /* 横並び */
  align-items: center;       /* 縦中央 */
  border-bottom: 1px solid #000; /* 各行を横線で区切る */
    padding: 35px 0;
}

.event-label {
  width: 195px;       /* 左側の固定幅 */
  font-weight: bold;
}

.event-value {
  flex: 1;             /* 右側の残り幅を使う */
  text-align: left;
}




#top{
font-family: 'Zen Old Mincho', serif;
    line-height: 36px;
}

#overview{
    background-color: #f0eab0;
}

#entry{
    background-color: #f0eab0;    
}

#special{
    background-color: #f0eab0;    
}

/* コンテナの横並び */
.profile-container {
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: 20px;               /* 画像とテキストの間隔 */
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 左の画像 */
.profile-image img {
  width: 250px;  /* PC時の画像サイズ */
  border-radius: 10px;
}

/* 右のテキスト */
.profile-text {
  flex: 1; /* 残り幅いっぱいに広がる */
}

.profile-text h2 {
  margin-top: 0;
  font-size: 1.8rem;
  font-family: 'Zen Old Mincho', serif; /* 見出しだけフォント変える例 */
}

/* スマホ対応（画面幅768px以下のとき縦並びにする） */
@media (max-width: 768px) {
  .profile-container {
    flex-direction: column; /* 縦並び */
    text-align: center;     /* 中央寄せにしたい場合 */
  }

  .profile-image img {
    width: 60%;  /* スマホ時は幅を調整 */
    max-width: 200px;
    margin: 0 auto 20px;
  }
}

/* 横並びレイアウト */
.contact-container {
  display: flex;
  gap: 40px;            /* タイトルと情報の間隔 */
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  align-items: flex-start; /* 上揃え */
  border-top: 1px solid #ddd;
}

.contact-title {
  flex: 0 0 150px; /* 固定幅（見出し部分の幅を揃える） */
}

.contact-info {
  flex: 1; /* 残り幅を使う */
}

/* スマホ対応 */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column; /* 縦並びに変更 */
  }

  .contact-title {
    flex: none;
    margin-bottom: 10px;
  }
}



.top-image {
  width: 100%;
  height: auto;
  display: block;
}

.lead-text {
  font-size: 1.2rem;
  margin: 20px 0;
  text-align: center;
}

/* デフォルトではPC用だけ表示 */
.onlysp {
        display: none !important;
}

.onlypc {
    display: block!important;
  }

/* スマホサイズになったら切り替え */

@media (max-width: 768px) {
    .onlypc {
        display: none !important;
    }
  .onlysp {
    display: block!important;
  }
}

/* 画像と文章を高さを揃える */
.tokubetsu {
  display: flex;             
  align-items: center;       /* 画像と文章を縦中央に揃える */
  gap: 20px;                 
  max-width: 540px;
  margin: 0 auto;
}

.tokubetsu-image {
  flex: 0 0 100px;           
}


.tokubetsu-text {
  flex: 1;                   
  margin: 0;                 /* h2デフォルトの上下マージンをリセット */
  font-size: 1.5rem;
  font-family: 'Zen Old Mincho', serif; /* フォントも指定できる */
}

/* 角丸白背景 */
#whitekadmr{
    background-color: #fff;
    padding: 52px 0;
    margin: 0 90px;
    border-radius: 40px;    
}

/* 角丸青背景 */
#bluekadmr{
    background-color: #19576e;
    color: #f0eab0;
    padding: 52px 0;
    margin: 0 90px;
    border-radius: 40px;    
}

#bluekadmr #event-overview {
    max-width: 70%;
    margin: 45px auto;
    border-top: 1px solid #f0eab0;
}

#bluekadmr .event-row {
    border-bottom: 1px solid #f0eab0;
}

#tokubetsu_fontcl{
        color: #ffe116;
}

.btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}


.main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    color: #002b3b;
}

.main img {
    max-width: 100%;
}

.contents{
	margin:0 auto;
	margin-top:10px;
}


.leftbox{
	float:left;
	width: 250px;
}

.mt15{
	margin-top: 15px!important;	
}

.mt10{
	margin-top: 10px!important;	
}

.mt30{
	margin-top: 30px!important;	
}

/* 応募フォーム */
.oubo_form{
    background-color: #fff;
    padding: 40px 0;    
}



/* ボタン１ */
.btn01 {
    width: 495px;
    height: 90px;
    margin: 40px auto;
    background: url("../img/1_top/btn_mousikomi_on.png") no-repeat;

}

.btn01 a {
    display: inline-block;
}

.btn01 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn01 a:hover img {
    visibility: hidden;
}


/* ボタン　フォーム用 */

.btn_f01{
    width: 300;
    height: 80;
    border: 5px solid #a62c42;
    background-color: #a62c42;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 10px;
}

.btn_f01:hover{
    background-color: #d98a81;    
}


/* ボタン2 */
.btn02 {
	    margin: 5px 50px 20px 7px;;
    background: url("../img/banner1119_on.png") no-repeat;
    float:left;
}

.btn02 a {
    display: inline-block;
}

.btn02 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn02 a:hover img {
    visibility: hidden;
}

/* ボタン3 */
.btn03 {
	margin: 5px 0;
    background: url("../img/2019/e_003_on.gif") no-repeat;
}

.btn03 a {
    display: inline-block;
}

.btn03 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn03 a:hover img {
    visibility: hidden;
}

/* ボタン4 */
.btn04 {
	margin: 5px 0;
    background: url("../img/2019/e_004_on.gif") no-repeat;
}

.btn04 a {
    display: inline-block;
}

.btn04 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn04 a:hover img {
    visibility: hidden;
}

/* ボタン5 */
.btn05 {
	margin: 5px 0;
    background: url("../img/2019/e_005_on.gif") no-repeat;
}

.btn05 a {
    display: inline-block;
}

.btn05 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn05 a:hover img {
    visibility: hidden;
}

/* ボタン6 */
.btn006 {
	margin: 5px 0;
    background: url("../img/2019/e_006_on.gif") no-repeat;
}

.btn006 a {
    display: inline-block;
}

.btn006 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn006 a:hover img {
    visibility: hidden;
}



.rightbox{
	float: right;
}

.top001{
	width:700px;
	height:1464px;
	margin:0 auto;
	background: url("../img/2019/002cb.png") no-repeat;	
}

/* ボタン6（チラシを見る） */
.btn06 {
    float: left;
    width: 400px;
    height: 100px;
    margin-top: 10px;
    margin-left: 315px;
    background: url("../img/banner_look_on.png") no-repeat;
}

.btn06 a {
    display: inline-block;
}

.btn06 a:hover {
	background-color: transparent; /* IE6対応 */
}

.btn06 a:hover img {
    visibility: hidden;
}

.top002{
    width: 716px;
    height: 353px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../img/contents-021021.gif) no-repeat;
}


/* フッター */
footer{
    margin-top: 40px;	
}

.tel{
    width: 700px;
    height: 38px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

.totel{
    background-color: #ea637e;
    color: #fff;
    padding: 3px 17px;	
}

.weekday{
	font-weight:normal !important;
	font-size: 13px;
}

.sponsered{
    height: 250px;
    text-align: center;
    background: url(../img/2019/footer.gif) no-repeat bottom;
}

.shusai{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 46px;
}

.kouen{
	width: 600px;
    text-align: left;
    margin: 0 auto;
        margin-top: 15px;
}

.sml{
    line-height: 18px;	
}

/* フォーム */
.form010 {
    margin: 15px auto;
    border-top: 3px solid #a62c42;
    border-bottom: none;
    width: 90%;

}


.form010 td{
    background-color: #fff;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

.form010 th{
    width: 300px;
    text-align: left;
    border-left:3px solid #a62c42;
    border-top:none;
    border-right:3px solid #a62c42;
    border-bottom:3px solid #a62c42;
    padding: 8px;
    padding-left: 18px;
    font-weight: normal;
    font-weight: bold;
}

.form010 td{
    width: 300px;
    text-align: left;
    border-left:none;
    border-top:none;
    border-right:3px solid #a62c42;
    border-bottom:3px solid #a62c42;
    padding: 8px;
    padding-left: 18px;
    font-weight: normal;
}


.tboxShort{
	width: 209px;
}

.tboxShort2{
	width: 90px;
}

.w98{
	width: 98% !important;
}

.haifun{
	font-size: 14px;
    margin: 0;
}

.top01{
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 50px;
    margin-right: 35px;
}

.inputFormBox{
	width: 370px;	
}

.form_mi{
    font-size: 36px;
    font-weight: bold;
    color: #a62c42;
}

.require{
    color: red;
    font-weight: bold;
}

.pd16{
	padding: 16px;
}

.takuji{
	    height: 73px;
}

.ninzuu{
	    width: 40px;
}

.fs15{
	    font-size: 15px;
}


.custom{
    background-color: #ffdee6;
}

.c2 {
 background-color: #FFFEF2;
}

.d01 {
    background-color: #c6e6ba;
}

.d02 {
    background-color: #feffc5;
}

.d03 {
    background-color: #b4dedd;
}

.d04 {
    background-color: #c8c8e6;
}

.priv_box{
    width: 81%;
    margin: 30 auto;
    background-color: #fcede4;
    border: solid 6px #a62c42;
    border-radius: 11px;
    text-align: left;
    padding: 0px 36px;
    font-size: 18px;
}

.fb{
    font-weight: bold;
}

.priv_box a{
    text-decoration: none;
    color: #ae2e42;
    font-weight: bold;
    font-size: 20px;
}

.priv_box a:hover{
    color: blue;
}


.kojin{
    text-align: center;
}


.Qa-Box {
    width: 95%;
    margin: 0 auto;
    font-size: 17px;
    color:#dc4323;
  }
  
  .Qa-Box .Qa dt,
  .Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
    margin: 30px 0;
  }
  
  .Qa-Box .Qa dt p {
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 100%;
  }
  
  .Qa-Box .Qa dd p {
    margin: 0;
    padding-left: 15px;
    width: 100%;
  }
  
  .Qa-Box .Qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D65556;
    color: #fff;
    width: 35px;
    height: 35px;
  }
  
  .Qa-Box .Qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6699B7;
    color: #fff;
    width: 35px;
    height: 35px;
  }
  
  @media screen and (max-width: 960px) {
    .Qa-Box {
      width: 95%;
    }
  }


  /* スマホ対応 */
@media (max-width: 768px) {

body {
}

#top {
}

#top img{
    max-width: 100%;
    min-width: 100%;
}

#profile img{
        min-width: 85%;
        margin: 0 auto;
}

.topbun{
    padding:30px;
            text-align: left;
}

section {
    padding: 65px 0px;
}

#event-overview {
    max-width: 94%;
    margin: 45px auto;
    border-top: 1px solid #000;
}

.event-label {
width: 95px;
    font-weight: bold;
}

#whitekadmr {
    background-color: #fff;
    padding: 52px 0;
    margin: 0;
    border-radius: 40px;
}

#bluekadmr {
    background-color: #19576e;
    color: #f0eab0;
    padding: 52px 0;
    margin: 0;
    border-radius: 40px;
}

table,tbody,tr,td,th {
    width: 100%!important;    /* 幅を100%にする */
  }

  .colabosp{
        padding: 0 65px;
    text-align: left;
  }

.priv_box {
    width: 77%;
    margin: 30 auto;
    background-color: #fcede4;
    border: solid 6px #a62c42;
    border-radius: 11px;
    text-align: left;
    padding: 0px 36px;
    font-size: 18px;
}



.main{
    width: 100%;
}

}
