@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
#bg {
	/*font-family: "メイリオ", Meiryo;*/
	width: 1000px;
	padding-bottom: 20px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* Safari */
}
#bg img {
	vertical-align:bottom;
}
#bg a img {
	border:0;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

#inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}

/* タイトル
------------------------------------------ */
h1 {
	font-size:14px;
	font-weight: bold;
	margin-top:5px;
}
#boxTitle {
	position: relative;
	padding: 0px;
	margin: 0px;
}
#boxTitle h2 {
	padding: 0px;
	margin: 0px;
}
#boxTitle p {
	position: absolute;
	left: 185px;
	top: 490px;
	width: 640px;
	font-size: 14px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}


/* タブ
------------------------------------------ */
#boxTab {
	background-image: url(../images/bg_tab.gif);
	height: 84px;
	width: 1000px;
	
}
#boxTab ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}
#boxTab li {
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px;	
}
#boxTab li a {
	display: block;
	height: 64px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 24px;
}
#boxTab li a:hover {
	color:#ffff00;
	text-decoration: none !important;
}
#boxTab .btn1 {
	width: 160px;
	text-indent: 15px;
}
#boxTab .btn2 {
	width: 260px;
}
#boxTab .btn3 {
	width: 440px;
}
#boxTab .btn4 {
	width: 140px;
	text-indent: -5px;
}



/* TOPICS
------------------------------------------ */
#boxTopics {
	position: relative;
	width: 1000px;
	height: 402px;
	background-image: url(../images/bg_topics.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#boxTopics h3 {
	background-image: url(../images/ti_topics.gif);
	height: 91px;
	width: 1000px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#boxTopics .txt {
	float: left;
	width: 480px;
	margin: 30px 0px 0px 60px;
}
#boxTopics .txt h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #c61a22;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
#boxTopics .txt p {
	font-size: 14px;
	line-height: 30px;
}
#boxTopics .txt p strong {
	color: #005190;
}
#boxTopics .facebook {
	float: left;
	position: relative;
	width: 402px;
	margin: 20px 0px 0px 0px;
}
#boxTopics .facebook p {
	position: absolute;
	left: 360px;
	top: -20px;
	z-index: 9999;
}


/* 202003　TOPICS追加
------------------------------------------ */
#boxTopics2 {
	position: relative;
	width: 940px;
	background:#fff8e9;
    padding: 30px;
}
#boxTopics2 h3 {
	background-image: url(../images/ti_topics.gif);
	height: 91px;
	width: 1000px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#boxTopics2 .txt {
	float: left;
	width: 370px;
	margin: 30px 0px 0px 60px;
}
#boxTopics2 .txt h4 {
	font-size: 26px;
	line-height: 20px;
	font-weight: bold;
	color: #c61a22;
	padding: 0px 0 0 50px;
	margin: 0px 0px 25px 0px;
}
#boxTopics2 .txt p {
	font-size: 14px;
	line-height: 30px;
}
#boxTopics2 .txt p strong {
	color: #005190;
}
#boxTopics2 .tour_right {
	float: left;
	position: relative;
	width: 520px;
	margin: 20px 0px 0px 0px;
}
#boxTopics2 .tour_right dl dt {
    padding: 10px 10px 0;
    font-size: 18px;
}
#boxTopics2 .tour_right dl dt p {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
#boxTopics2 .tour_right dl dt p span {
    color: #d80017;
}
#boxTopics2 .tour_right dl dd.content {
    padding: 0 10px;
    font-size: 15px;
}
#boxTopics2 .tour_right dl dd.details {
    margin:5px 0 10px;
    padding: 0 10px;
    font-size: 14px;
    float: left;
}
#boxTopics2 .tour_right dl dd.details div.icon {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    background: #f18c00;
    border-radius: 15px;
    color: #fff;
    width:60px;
    text-align: center;
    margin-right:15px;
    display: inline-block;
}
#boxTopics2 .tour_right dl dd.details div.nittei,
#boxTopics2 .tour_right dl dd.details div.ryokin{
    float: left;
    width:400px;
    padding:5px 0;
}
#boxTopics2 .tour_right dl dd.details div.ryokin span{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}


#boxTopics2 .tour_right dl dd.btn_pamp {
    float: right;
    margin-right: 10px;
    padding: 10px 15px 10px 50px;
    background-image: url(../images/icon_pamp.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    width: 170px;
    background-color: #d80017;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
#boxTopics2 .tour_right dl dd.btn_pamp:hover {
    opacity: 0.8;
}
.ribbon4 {
  display: inline-block;
  position: relative;
  height: 30px;/*高さ*/
  line-height: 30px;/*高さ*/
  text-align: center;
  padding: 2px 20px 0 10px;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #ffc668;/*背景色*/
  color: #d80017;/*文字色*/
    font-weight: bold;
  box-sizing: border-box;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 15px 7px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}



/* メンバープロフィール
------------------------------------------ */
#boxProfile {
	background-color: #feeabe;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
#boxProfile h3 {
	width: 1000px;
	height: 104px;
	background-image: url(../images/ti_profile.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
#boxProfile .hirata {
	position: relative;
	width: 940px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 70px 30px;
}
#boxProfile .tamura {
	position: relative;
	width: 940px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}
#boxProfile .prof {
	background-color: #ffffff;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	padding-bottom: 25px;
}
#boxProfile .prof h4 {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #754500;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 30px;
}
#boxProfile .prof h4 span {
	font-size: 16px;
	margin-left: 20px;
}
#boxProfile .prof h4 img {
	margin: 0px 0px 5px 20px;
}
#boxProfile .prof table {
	margin: 0px 0px 20px 30px;
}
#boxProfile .prof th {
	width: 92px;
	background-image: url(../images/bg_profile.png);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	padding-bottom: 10px;
}
#boxProfile .prof td {
	font-size: 16px;
	line-height: 28px;
	padding: 0px 0px 10px 25px;
}
#boxProfile .prof p {
	position: absolute;
	left: 560px;
	top: -25px;
	padding: 0px;
	margin: 0px;
	z-index: 9999;
}
#boxProfile .prof dl {
	position: relative;
	width: 880px;
	background-color: #fff5ea;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
#boxProfile .hirata .prof dt {
	position: absolute;
	left: 15px;
	top: -4px;
	width: 86px;
	height: 80px;
	background-image: url(../images/ti_profile_hirata.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#boxProfile .tamura .prof dt {
	position: absolute;
	left: 15px;
	top: -4px;
	width: 86px;
	height: 80px;
	background-image: url(../images/ti_profile_tamura.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#boxProfile .prof dd {
	font-size: 14px;
	line-height: 28px;
	padding: 10px 35px 10px 110px;
	margin: 0px;
}
#boxProfile .prof dd h5 {
	margin-bottom: 10px;
	font-weight: bold;
}
#boxProfile .prof dd p {
	position: static;
	left: auto;
	top: auto;
	padding: 0px;
	margin: 0 0 15px;
	line-height: 1.5;
}
#boxProfile .prof dd p.picture {
	width: 400px;
}
#boxProfile .prof dd p:last-child {
	margin: 0;
}


#boxProfile .koremade {
	background-color: #f18c00;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding-bottom: 25px;
	overflow: hidden;
}
#boxProfile .hirata .koremade h4 {
	width: 940px;
	height: 75px;
	background-image: url(../images/ti_profile_katsuyaku.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#boxProfile .koremade .subti {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color:#C00;
	padding:0;
	margin:0;
	
}

#boxProfile .tamura .koremade h4 {
	width: 940px;
	height: 76px;
	background-image: url(../images/ti_profile_detagari.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#boxProfile .koremade div {
	float: left;
	background-color: #ffffff;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 25px 25px 25px 25px;
}
#boxProfile .koremade table {
	width: 100%;
}
#boxProfile .koremade th {
	padding: 0px 0px 0px 0px;
}
#boxProfile .koremade td {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px 0px 0px;
}
#boxProfile .hirata .koremade .list1 {
	width: 830px;
	margin: 0px 0px 20px 30px;
}
#boxProfile .hirata .koremade .list2 {
	width: 215px;
	height: 690px;
	margin: 0px 25px 25px 30px;
}
#boxProfile .hirata .koremade .list3 {
	width: 345px;
	height: 740px;
	margin: 0px 25px 25px 0px;
	float: left;
	background-color:rgba(0,0,0,0);
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 0;
	padding: 0;
}
#boxProfile .koremade .list3 div {
	float: none;
	background-color: #ffffff;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 25px 25px 25px 25px;
}
#boxProfile .koremade .list3 .subti {
	margin: 0;
	padding: 0;
}
#boxProfile .hirata .koremade .list4 {
	margin-top: 20px;
/*	width: 170px;
	height: 220px;
	margin: 0px 0px 25px 0px;*/
}
#boxProfile .hirata .koremade .list5 {
	width: 170px;
	height: 690px;
	margin: 0px 0px 25px 0px;
}
#boxProfile .hirata .koremade .list6 {
	width: 830px;
	margin: 0px 0px 0px 30px;
}
#boxProfile .tamura .koremade .list1 {
	width: 830px;
	margin: 0px 0px 20px 30px;
}
#boxProfile .tamura .koremade .list2 {
	width:600px;
	height: 200px;
	margin: 0px 25px 0px 30px;
}
#boxProfile .tamura .koremade .list3 {
	width: 125px;
	height: 200px;
	margin: 0px 0px 0px 0px;
}



/* メルマガ
------------------------------------------ */
#boxMail {
	background-color: #f7fffb;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}

#ti_entry {
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 25px 0px;
	background:#090;
}
#ti_entry span {
	color: #FF0;
}




#boxMail h3 {
	width: 1000px;
	height: 68px;
	background-image: url(../images/ti_mail.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 35px 0px;
}
#boxMail .txt1 {
	float: left;
	width: 470px;
	font-size: 14px;
	line-height: 36px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 30px;
}
#boxMail .touroku {
	float: left;
	width: 470px;
	background-color: #fff9bb;
	border-bottom: 3px solid #f7e9b2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	overflow: hidden;
}
#boxMail .touroku dt {
	float: left;
	width: 42px;
	height: 220px;
	background-image: url(../images/ti_mail_touroku.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
#boxMail .touroku dd {
	float: left;
	width: 400px;
	font-size: 14px;
	line-height: 48px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#boxMail .touroku dd span {
	color: #008645;
}
#boxMail .houhou {
	clear: left;
	width: 952px;
	height: 191px;
	background-image: url(../images/bg_mail.png);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 25px;
	overflow: hidden;
}
#boxMail .houhou dt {
	float: left;
	width: 134px;
	height: 175px;
	background-image: url(../images/ti_mail_houhou.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 8px 30px 0px 8px;
}
#boxMail .houhou .txt {
	float: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 20px 0px;
}
#boxMail .houhou .btn {
	float: left;
	width: 497px;
	height: 56px;
	background-image: url(../images/bt_mail.gif);
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#boxMail .houhou .btn a {
	display: block;
	width: 497px;
	height: 56px;
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#boxMail .houhou .btn a:hover {
	color: #ffff00;
	text-decoration: none !important;
}
#boxMail .houhou .qr {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}













#boxMail .linetsuika {
	clear: left;
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 30px;
	overflow: hidden;
}
#boxMail .linetsuika dt {
	float: left;
	width: 134px;
	height: 175px;
	background-image: url(../images/ti_line_houhou.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin: 8px 30px 0px 8px;
}
#boxMail .linetsuika .txt {
	float: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 20px 0px;
}
#boxMail .linetsuika .btn {
	float: left;
	width: 497px;
	height: 56px;
	background-image: url(../images/bt_mail.gif);
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#boxMail .linetsuika .btn a {
	display: block;
	width: 497px;
	height: 56px;
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#boxMail .linetsuika .btn a:hover {
	color: #ffff00;
	text-decoration: none !important;
}
#boxMail .linetsuika .qr {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}










#boxMail .txt2 {
	font-size: 12px;
	line-height: 28px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 60px;
}
#toiawase {
    width: 940px;
	font-size: 26px;
	line-height: 44px;
	font-weight: bold;
	color: #c61a22;
	text-align: center;
	padding: 20px 50px 20px;
	margin: 0px 30px;
    border: 2px solid #c61a22;
    box-sizing: border-box;
}
span.toiawase_tit {
    background: #c61a22;
    border-radius: 25px;
    color: #fff;
    padding: 5px 50px;
    margin-bottom: 15px;
    display: inline-block;
}
#toiawase strong {
	font-size: 38px;
}
p.banner {
    padding: 30px;
}



html { scroll-behavior: smooth;}

