/* 
 * ------- additional css elements  ---------------------
 */

 
/*===========================
catch
===========================*/

.main-vis .catch .mainCatch {
	width:20em;
	font-size:2.0vw;
	line-height: 1.3em;
	background-color: rgba(255, 255, 255, 0.6);
	padding:1.6vw;
}

/*===========================
pickup
===========================*/

.pickupInner .pickup-oneThird {
	width: 30%;
	margin: 0 0 1.5em 5%;
	list-style: none;
	float: left;
}
.pickupInner .pickup-oneThird:first-child {
	margin-left: 0;
}
.pickupInner .pickup-oneThird img {
	max-width: 100%;
	height:auto;
}

/* .pickupInner .various1 img, .pickup-half img {
	max-width: 100%;
	height:auto;
}
.pickup-full .various1 .one_third {
	margin-left: 0;
}
.pickup-half .one_half {
	margin-left: 0;
} */


/*===========================
list
===========================*/

ul.check li {
	padding: 0 0 0.5em 2em !important;
}

ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
	margin-bottom: 0.2em;
}
ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
ul.nb_circle, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 42%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
	border-bottom: 1px dashed #CCC;
}
ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li, ul.check3 li {
	float: left;
	width: 30%;
	margin: 0 1.5% 0.5em;
	padding-bottom: 0.5em;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle4 li, ul.check4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	width: 22%;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.point2 li{
	background: #84A3B5;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.li_pdf {
	position: relative;
}

ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.li_pdf2 {
	position: relative;
}

ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ee8800;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em; 
	width: 90%;
}
ul.circle5 li {
	width: 90%;
}
ul.li_pdf2 li {
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

}
/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom: 0;
}
table th {
	vertical-align:middle;
	background-color: #f7f7f7;
	color:#333;
	border:1px #ccc solid;
	text-align: center;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}
table td.tdcolor {
	background-color:#e7f2fe;
}

table.table-various1 td.td_right {
	text-align:right;
}
.inquiry table {
	border: none;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 @media only screen and (max-width: 768px) {
table {
	border-top: 1px #ccc solid;
}
table th {
	width: 100%;
	display: block;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
}
/*===========================
others
===========================*/

.wrapper {
	padding: 0 40px;
}

.small-writeup {
	border: 1px solid #cccccc;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
}
.small-writeup h3 {
	border: none;
	padding: 0;
}
.content h3.h3number {
	font-size: 1.4rem;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	border:none !important;
	padding: 0;
}
h4.various1 {
	font-size:1.2em;
	padding: .5em .75em;
	margin-bottom: 1em !important;
	background-color: #e0efde;
}
.content h5 {
	font-family: 'Sawarabi Mincho';
	font-size:1.2rem;
	position: relative;
	padding-left: 0.7em;
	margin: 0 0 0.7em 0;
}
.content h5::after {
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:1em;
	background-color: #1065b0;
	border-radius: 4px;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.tx-right {
	text-align:right;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.catchcopy {
	font-size:1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.1em;
	color: #E66700;
}

.catchcopy2 {
	font-size:1.2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.3em;
	color: #E66700;
}


.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #F2FAFC;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #F2FAFC;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
	background-color:#FFF;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.comingsoon {
	padding: 30% 2em;
	background-color:#eee;
	text-align: center;
}
.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #4d8cc4;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #73a4d0;
}
.btn3 a {
	font-size:1.1rem;
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.5em 3em;
	line-height: 30px;
	background: #1080B0;
	border-radius: 30px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #1397cf;
}
.pdf {
	background-color:#ffffff;
	display:block;
}
.pdf img:hover, .pdf a:hover {
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}
ul.lineup li {
	background: #8AB6E6;
	padding: 0.4em 1em;
	margin: 0 15px 0.5em 0;
	font-size:1.1rem;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	display:inline-block;
	width:28%;
}
ul.lineup2 li {
	background: #1A7580;
	padding: 0.4em 1em;
	margin: 0 15px 0.5em 0;
	font-size:1.1rem;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	display:inline-block;
	width:28%;
}
/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:60px;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height:1.1em;
	border: none;
	padding:0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
 @media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	flex-direction: column;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}

/* フローSmall */

.area_flowS {
	padding:0 0px;
	width: 100%;
	margin: 0 auto;
}
.area_flowS .inner_flow {
	background-color:#fafafa;
	border:1px solid #D9D9D9;
	padding:4px;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	min-height:1em;
}

.area_flowS .inner_flow .txtWrap {
}

.area_flowS .arrow {
	margin:0 auto 5px auto;
	display:block;
	width:40px;
	height:26px;
	background: url(../img/content/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
}
/*add*/
.addbtn1{
	background:#5381C6;
	padding:0.2em 1em;
	border-radius:10px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.tx90{
	font-size:0.9em;
}
.txtR{
	float:right;
}
/*******************************
table
*******************************/
.tb1 th,.tb1 td{
	text-align:center;
	vertical-align:middle;
}
.col_td{
	background:#F5F8FA;
}

/*******************************
width
*******************************/

.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.w50{
	width:50%;
	margin:auto;
}
.w40{
	width:40%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	.w80,.w70,.w60,.w50,.w40{
	width: auto;
	margin:auto;
}
}
/****************************
add
*****************************/

.font_1x{
	font-size:1.5em !important;}

.pickupInner .pickup-full .like-btn1 a {
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 8px 4px;
}
.pickupInner .pickup-full .like-btn1 a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 38%;
}

.main-nav {
	max-width: 1160px;
}

.main-nav ul {
	max-width: 1160px;
}

.catchcopy {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.3em;
	color: #D99B0B;
}
.catchcopy2 {
	font-size: 1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
}
.catchcopy2-2 {
	font-size: 1.5rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
}

@media only screen and (max-width: 768px) {
	
	
.main-nav ul {
	min-width: 320px;
	box-sizing: border-box;
}

.catchcopy {
	font-size: 1.5rem;
	line-height:1.3em;
}
.catchcopy2 {
	font-size: 1.2rem;
	line-height:1.3em;
}
.catchcopy2-2 {
	font-size: 1.1rem;
	line-height:1.3em;
}

.border_img {
    border: 1px solid #eee;
}

table.table_price th {
    width: 40%;
}

table.table_price td {
    width: 60%;
    text-align: center;
}

table.table_price_makura th {
    width: 50%;
}

table.table_price_makura td {
    width: 50%;
    text-align: center;
}

table.table-various1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table.table-various1 th {
    padding: 10px 40px;
    text-align: center;
    background-color: #eee;
}

table.table-various1 td {
    padding: 10px 20px;
}

}

@media only screen and (max-width: 768px) {
.main-vis .catch .mainCatch {
	font-size: 3.8vw;
	width: 80vw;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 1.6vw;
}

.main-logo img {
    width: 18vw;
    height: auto;
} 
.main-nav {
	min-width: 320px !important;
	box-sizing: border-box;
}

.main-nav ul {
	min-width: 320px !important;
	box-sizing: border-box;
}    

table.table_price th {
    width: 100%;
}

table.table_price td {
    width: 100%;
}

table.table_price_makura th {
    width: 100%;
	box-sizing: border-box;
}

table.table_price_makura td {
    width: 100%;
}
 
.secondary .inquiry p:nth-child(1) {
    font-size: 20px;
}

.secondary .inquiry .tel {
    font-size: 24px;
}
    
.secondary .inquiry p:nth-child(3) {
    margin-left: 60px;
}

}


.txtIcon {
	background:#E6EDFB;
	padding:0.2em 0.5em;
	box-sizing: border-box;
	font-size:120%;
	font-weight:bold;
}

/*リンクずれ直し　*/

#covid19 {
	margin-top:100px !important;
	padding-top:-100px !important;
}

@media only screen and (max-width: 768px) {
#covid19 {
	margin-top:120px !important;
	padding-top:120px !important;
}
}

/*----------------------------
レスポ化対応
-----------------------------*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}



/*===========================
onOff
===========================*/

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center;
}

.txtPCLeftSPcenter {
	text-align:left;
}


.txtPCcenterTabletLeft {
	text-align:center;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdCenter {
	text-align:center;
	vertical-align:middle;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}





@media screen and (max-width: 768px) {

/*===========================
onOff
===========================*/


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left;
}

.contPadW50p , .contPadW60p , .contPadW70p, .contPadW80p {
	width:100%;
}

.tdW50p , .tdW40p , .tdW30p, .tdW20p {
	width:100%;
}

/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.scroll table td {
	width:auto;
	display:table-cell;
}


}

@media only screen and (max-width: 600px) {
/*===========================
onOff
===========================*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left;
}


.txtPCLeftSPcenter  {
	text-align:center;
}



}

	
