@charset "utf-8";

/*RESET CSS*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0;
	padding:0;
	line-height: 20px;
}
table {

}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym { border:0;
}

/* =====BASE===== */

body {
	font: normal 15px "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	text-align: center;
	margin-top:0px;
	background-color: #FFF;
}

/*IE用 center 設定 終了*/

a:link,a:visited{
	color: #0066cc;
	text-decoration: none;
    }
a:hover,a:focus,a:active{
	color: #3399ff;
	text-decoration: underline;
	width: auto;
    }	
a img.hoverl{
	background:none!important;
}

a:hover img.hoverl{
	opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}

.attention-m {
	font-weight: bold;
}

.attention-mg {
	font-weight: bold;
	color: #066;
	margin: 0px 0px 0px 10px;
	font-size: 15px;
}

.attention-wbbl {
	font-weight: bold;
	color: #0033cc;
}

.attention-pink {
	font-weight: bold;
	color: #ff6699;

}

.attention-ｙ {
	font-size:18px;
	font-weight: bold;
	color: #F39;
}

.font-norm{
	font-size:15px;
}

.font-ms{
	font-size:14px;
}

.font-s {
	font-size: 13px;
}

.font-small {
	font-size: 12px;
}

.nomal-mg {
	color: #003399;
}

.bpink {
	font-size: 16px;
	color: #ff6699;
	font-weight: bold;
}

.checkbold {
	margin-left: 20px;
	font-weight: bold;
	color: #66C;
	margin-top: 20px;
	font-size: 18px;
}
.attention-small {
	font-size: 13px;
}
.small-write {
	font-size: 13px;
	line-height: 20px;
}
.clear{
	clear:both;
}
/* =====LAYOUT===== */
/* header*/
#header {
}
#headtitle {left: 0;
}
/*  ここから下がハンバーガーメニューに関するCSS ---*/
  .drawer {right: 0;}
  .drawer-hidden {
  display: none;
}
/* チェックボックスは非表示に */
/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}
/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}
/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}
/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 50%;
  position: fixed;
  top: 50px;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #ccffff;
  transition: .5s;
  	font: "メイリオ";;
}
.drawer-item {
line-height:4em}
/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}
#headtitle a img {
	float: left;
		width: 80%;
}
/*ここからメニュー*/
#menu {margin:auto;
}
/*newメニュー*/	
#global-navi {
	  list-style: none;
	    display: flex;
	   overflow: hidden;
    width: 100%;
}
#global-navi ul li{
	  width: 23%;
	  	height: 80px;
		    background:#7fffd4;
	  border:1px solid #1e90ff;
	    text-align: center;
	  margin-right: 2px;
  float: left;

}
#global-navi ul li a{
	font: "メイリオ";
	  text-decoration: none;
color: #4b0082

}

/*ここまでnewメニュー*/

#contents {
	width:100%;
    text-align:left;
	margin:0px auto;	
}

/*メイン画像 2以降共通*/

#mainimage03 #topmainabout_box img {
	height: auto;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

/*ここからメイン*/
#main {
	width: 100%;
	float: left;
}

#main .totop-re {
	float: right;
	font-size: 12px;
	display:inline;
	line-height: 1;
}

#main .main-adress {
	margin-top: 50px;
}

#main .main-adress p {
	line-height: 1;
}


/*ここからサイドナビ*/

#sidenavi #side-tel img {
	width:202px;
	height:168px;
	margin-top: 40px;
	float:left;
	display:inline;}


#sidenavi #side-link {
	float: left;
	margin-top: 40px;
	display:inline;
}

#sidenavi #side-link ul li {
	margin: 10px 0px 25px 10px;
	}

/*side logo*/

.side-logotable {
	float: right;
	width: 200px;
	height: 140px;
	padding: 0px;
	margin-top: 30px;
	display:inline;
}

.side-u3 {
	font-size: 10px;
	line-height: 15px;
	margin-left: 15px;
}

.side-logotable tr td img {
	margin-left: 20px;
}

/*ここからフッタ*/
#footer {
	width:100%;
	height:65px;
	background: url(image/footer_bg.gif) repeat-x;
}
	
#footer #site-links {
	width: 940px;
	margin: 0px auto;
	height: 65px;
	text-align:left;
}

#footer #site-links ul li {;
}

#copyright {
	clear: both;
	width:100%;
    height:30px;
    margin: 0px auto;
	text-align:center;
    background: url(image/cop_.bgs.gif) repeat; 
}

#copyright_box {
	width:100%;
	padding-right: 20px;
	font-size: 12px;
	color: #FFF;
	height: auto;
}

/*-----index page-----*/

#contents #mainimage {
	margin: 0px 0px 0px 0px;
}

.aisatu_box {
	width: 100%;
}

#mainbox01 {
	background: url(image/aisatu_wall_1.gif) no-repeat bottom;
	width: 100%;
}

#main_box01 {
	width: 100%;
	height:auto;
	text-align:left;
}

#main_box01 ul li{
	float: left;
}


#main_box2 {
	margin-top: 50px;
	margin-left: 10px;
}

#main_box2 p {
	line-height: 20px;
}
#main .main_box3 {
	line-height: 1.5;
	font-size: 16px;
	margin-left: 10px;
}

.systemright .top_roomp {
	margin: 0px 0px 0px 0px;
}
/*更新内容の枠*/

#sidenavi #newscoments {
	height: 143px;
	width: 201px;
	background: url(image/newskome.gif);
	float: left;
}

#sidenavi #newscoments .kousin {
	width: 190px;
	height: 110px;
	margin-left:10px;
	margin-top:30px;
}

#sidenavi #newscoments .kousin p {
	line-height:15px;
	font-size:12px!important;
}


/*-----About page-----*/

.box01 {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.box04 {
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.featureright {
	margin: 40px 0px 0px 10px;
}
.continuepage {
	margin-left: 20px;
}

/*about side-navi*/

#sidenavi .sidephoto {
	height: 410px;
	width: 200px;
	zoom:1;
	margin: 50px auto auto 10px;
}

#sidenavi .e-photo {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#sidenavi .box02 {
	margin-left: 10px;
	margin-top: 30px;
}

#sidenavi .box02 p {
	font-size: 13px;
	line-height: 10px;
}

/*about2PAGE*/

.aboutleft {
	float: left;
	width: 350px;
	margin-left: 10px;
}

.aboutright {
	float: right;
	width: 380px;
}

.boxabout01 {
	margin-top: 50px;
	margin-left: 10px;
}

/*-----SYSTEM PAGE-----*/

#main .systemall {
	margin-top: 40px;
}
.sysmemleft {
	width: 100%;
	float: left;
	font-size: 14px;
}
.systemright {
	float: left;
	width: 170px;
}
.systemright .sysright01_one {
}
.systemright .sysright01_one img {

}
#main .systemall .goodsnavi {
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#goods{
	background-color:#fafad2;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#goods p{
	font-weight:bold;
	color: #003399;
	margin: 5px 0px;
	}
#goods .goodsneeds {
	margin-bottom: 5px;
}
.sysright02_one {
	margin-top: 70px;
	margin-left: 35px;
}
p.bottomy {
	margin-bottom: 5px;
}
.pricetable_stan {
	border: 1px solid #DF9F9F;
	height: 160px;
	margin-left: 10px;
}
.try_first {
	padding-left: 15px;
	background: #ffeaef;
	border-bottom: 3px double #df9f9f;
}
.try_second {
	padding-left: 15px;
	border-bottom: 3px double #df9f9f;
	border-left: 5px double #df9f9f;
}
.try_stanl {
	padding-left: 15px;
	background: #ffffea;
	border-bottom: 1px solid #df9f9f;
}
.try_stanr {
	padding-left: 15px;
	border-left: 5px double #df9f9f;
	border-bottom: 1px solid #df9f9f;
}
.try_stanb {
	padding-left: 15px;
}
.try_second2 {
	padding-left: 15px;
	border-left: 5px double #df9f9f;
}
p.a-right01 {
	float: right;
	margin-top: 5px;
	margin-right: 80px;
}
#main .systemall .select #senews {
	margin-bottom: 10px;
}
.systemright .sysright03_one {
	margin-top: 70px;
	margin-left: 10px;
}
.systemright .sysright03_two img {
	margin: 100px 0px 0px 10px;
}
.systemright .sysright05_one {
	margin-top: 40px;
	margin-left: 10px;
}
.systemright .sysright05_one img {
	margin: 30px 0px 0px 20px;
}

/*SYSTEM SIDE NAVI*/
.system_index{
    margin:50px 0 0 15px;
	float:right;
	display:inline;
	}
	

.box_05{
	line-height:25px;
	font-weight:600;
	font-size:14px;
	width: 195px;
	border: 2px solid #99ffcc;
	margin: 0px;
	padding: 0px;
	}
.sysindex1{
	padding-top:5px;
	padding-left: 10px;
}

.sysindex{
	padding-left: 10px;
}

.sysnee{
    font-size:13px;
	}

.syssele{
	padding-left: 20px;
	font-size: 12px;
	}

.sysnee a{
	color:#FF5F00;
	}

.sysnee a:hover{
	color:#FF5F55;
	}

/*-----MERUMAGA PAGE-----*/

.box03 {
	margin-top: 10px;
	margin-left: 10px;
}

#main .meruflame .box03 p {
	line-height: 25px;
}

.merutable div table {
	border-top-style: none;
}

.merutable div .tablelink {
	border-style: none;
}

.meruflame #id pre {
	padding-left: 63px;
}

.merutable div table tr td div {
	border-style: none;
}

.meruwrite {
	margin-left: 70px;
}

.meruflame #meruwrite {
	width: 600px;
	padding-left: 40px;
	border: 4px ridge #CCC;
	margin: 10px 0px 10px 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.meruwrite2 {
	margin-left: 60px;
}

.meruflame #meruwrite2 {
	width: 660px;
	padding-left: 20px;
	border: 4px ridge #CCC;
	margin: 10px 0px 10px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-----Merumaga side-----*/

.melbktop img {
	margin: 0px 0px 10px;
}


#sidenavi .melindexbox {
	margin: 30px 0px 0px 0px;
}

img.sitaaki {
	margin-bottom: 20px;
	margin-top: 10px;
}

#sidenavi #side-tel2 img {
	margin-top: 40px;
	display:inline;
}

#sidenavi #side-link2 {
	margin-top: 40px;
	display:inline;
}

#sidenavi #side-link2 ul li {
	margin: 10px 0px 25px 0px;
	}


#sidenavi .melindexbox .side-logomeru {
	margin: 5px 20px 0px 0px;
	border: 1px solid #999;
}

#sidenavi .side-logomeru img {
	padding-left: 20px;
	margin-top:10px;
}

#sidenavi .side-logomeru p{
	font-size:10px;
	line-height:1px;
	padding-left:20px;
	}
	

#sidenavi .side-logomeru .side-s {
	font-size: 9px;
}


/*-----Party Page-----*/

.party-main {
	margin-left: 10px;
}

.party_banner img {
	margin-bottom: 10px;
}

.partyright {
	float: right;
	width: 160px;
	margin-top: 50px;
	margin-right: 10px;
	display:inline;
}

.partytable01 {
	border: 4px solid #99E6E6;
}

tr .tabledate p {
	font-weight: bold;
	color: #007FAA;
}

.partytable01 tr .tabledate {
	border-width: 1px;
	border: 1px solid #3CC;
}

.partytable01 td, th .partyname {
	
}


.partytable01 tr .partyname {
	font-weight: bold;
	border: 1px solid #3CC;

}

.partytable01 tr .partymain {
	background: #E9F4F5;
	color: #007FAA;
	font-weight: bold;
	border-color: #3CC;
	border: 1px solid #3CC;
	padding-left: 10px;
}

.partytable01 tr .partyother {
	border: 1px solid #3CC;
	padding-left: 10px;
}
.partytable01 tr .partyboth {
	border: 1px solid #3CC;
	color: #060;
	padding-left: 10px;
}
.partytable01 tr .partyman {
	border: 1px solid #3CC;
	color: #03F;
	padding-left: 10px;
}
.partytable01 tr .partywoman {
	border: 1px solid #3CC;
	color: #906;
	padding-left: 10px;
}
#side-link-l ul li {
	margin: 10px 10px 25px 0px;
}

#side-link-l {
	margin-top: 40px;
}

/*-----access page-----*/

#accessmain {
	margin-left: 10px;
}

.accestable {
	border: 1px solid #666;
	background: #999;
}

.accestable tr {
	background: #FFF;
}

.accestable tr td {
	border-right: 2px solid #999;
}


/*-----seikon page-----*/

#main .seikonall {
	margin-left: 10px;
}

#main .seikonall .poli_banner img {
	margin-top: 20px;
}

#main .seikonall .koel p {
	line-height: 30px;
	margin-bottom: 20px;
}

/*角丸テーブル女性*/

.koel { 
  padding: 0 5px; 
} 

.koel * {
	background-color: #ffeaff;
} 

.koel .x1 { 
  padding: 1px 0; 
} 

.koel .x2 { 
  margin: 0 -2px; 
  padding: 1px 0; 
} 

.koel .x3 { 
  margin: 0 -1px; 
  padding: 1px 0; 
} 

.koel .x4 { 
  margin: 0 -1px; 
  padding: 2px 0; 
} 

.koel .x5 { 
  margin: 0 -1px; 
  padding: 5px 9px; 
} 

/*角丸テーブル男性*/

.koem { 
  padding: 0 5px; 
} 

.koem * {
	background-color: #eaf4ff;
} 

.koem .x1 { 
  padding: 1px 0; 
} 

.koem .x2 { 
  margin: 0 -2px; 
  padding: 1px 0; 
} 

.koem .x3 { 
  margin: 0 -1px; 
  padding: 1px 0; 
} 

.koem .x4 { 
  margin: 0 -1px; 
  padding: 2px 0; 
} 

.koem .x5 { 
  margin: 0 -1px; 
  padding: 5px 9px; 
} 

/*角丸テーブル終了*/

#main .seikonall .koel {
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 20px;
}

#main .seikonall .koem {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 20px;
}

#main .seikonall .koel p {
	color: #000;
}

#main .seikonall .koem p {
	color: #000;
}

#main .seikonall .koel p {
	line-height: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#main .attention-small p {
	color: #2A5FFF;
	line-height: 20px;
	margin-left: 20px;
}

/*-----Privercy Page-----*/

#main .poliall {
	margin-top: 10px;
}

#main .poliall .polili {
	font-size: 16px;
	font-weight: bold;
	color: #2A7FFF;
	margin-top: 10px;
}

#main .poliall .pranote {
	font-size: 13px;
	line-height: 25px;
}



/*印刷設定*/
@media print {
	#header {display: none;}
	#menu {display: none;}
	#sidenavi {display: none;}
	#footer {display: none;}
	#copyright {display: none}
}
/*スマホ用設定20201003追記*/
img { max-width:100%; height:auto; }

/*------------------------------

/*------------------------------

