/* 
 * ------- setup ---------------------
 */


/*===========================
fonts
===========================*/

/* title */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
}
/* ゴシック体      font-family: 'Noto Sans Japanese';  */
/* 明朝体         font-family: 'Sawarabi Mincho';  */
/* ポップ         font-family: 'Mplus 1p';*/
/* 丸ゴシック     font-family: 'Rounded Mplus 1c';  */



/*===========================
color
===========================*/


.black {
	color: #333;
}
.red {
	color: #bc2d2d;
}
.yellow {
	color: #E9CC35;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
/*----------------------------
linked color
-----------------------------*/

a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #BBB;
}
main a:link, main a:visited {
	color: #bc2d2d;
}
main a:hover, main a:active {
	color: #EC3C3C;
}
/*----------------------------
text
-----------------------------*/

/*----------------------------
header
-----------------------------*/


.secondaryNavArea .logo {
	position: relative;
	width: 30%;
	max-width: 250px;
	left: 4%;
	box-sizing: border-box;
	float: left;
	margin-right: 8%;
	top:50%;
	margin-top:-53px;
}



/*===========================
home layout
===========================*/


.home-inner {
	padding: 4vw 0;
}
/* pickup1 */

/*背景画像*/
.home-bg1 {
	background-size: cover;
	background-position: center 10%;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	background-color: rgba(219,219,255,0.1);/*半透明カラーの色*/
}
.home-bg1::before {
	content: '';
	background-image: url(../img/common/bg_section1.jpg);
	opacity: 0.5;/*半透明カラーの透明度*/
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
	position: absolute;
	/*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	z-index: -1;/*重なり順序を一番下にしておく*/
}
.home-inner h1 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 36px;
	font-weight: 700;
}
.pickup1 .pick-a {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.pickup1 .pick-b {
	width: 32%;
	float: left;
}
.pickup1 .pick-c {
	margin-left: 2%;
	width: 32%;
	float: left;
}
.pickup1 .pic {
	overflow: hidden;
	width: 100%;
	height: 300px;
	position: relative;
	border-radius: 24px;
}
.pickup1 .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	width: 140%;
	height: auto;
}
.pickup1 .txt {
	width: 80%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 8px 14px 16px;
	margin: 0 auto;
	margin-top: -7vh;
	z-index: 999;
	position: relative;
	min-height: 150px;
}
.pickup1 .txt h2 {
	color: #BF5633;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 1.25em;
}
.home-btn1 a {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 8px 30px;
	color: #333!important;
	border: 1px solid #444;
	border-radius: 30px;
	text-decoration: none;
	width: 240px;
	margin-top: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}
.home-btn1 a:hover {
	color: #FFF!important;
	background-color: rgba(0, 0, 0, 0.5);
}
/* pickup2 */


.pickup2 {
	margin: 3.5em auto 0;
}
.pickup2 .pickup-half {
	width: 47.5%;
	margin: 0 0 1.5em 5%;
	list-style: none;
	float: left;
}
.pickup2 .pickup-half.first {
	margin-left: 0;
}
.pickup2 .pickup-half h2 {
	position: relative;
	font-weight: 500;
	font-size: 1.05rem;
	color: #774933;
	margin: 5px 0 8px;
	padding: 0;
}
.pickup2 .pickup-half .pic {
	width: 35%;
	float: left;
	margin-right: 5%;
}
.pickup2 .pickup-half img {
	width: 100%;
	height:auto;
}
.pickup2 .pickup-half .like-btn1 a {
	display: inline-block;
	width: 160px;
	border-radius: 20px;
	padding: 8px 4px;
}
.pickup2 .pickup-half .like-btn1 a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 8%;
}
.pickup2 .pickup-half .txt {
	float: left;
	width: 60%;
}
.pickup2 .pickup-half.first {
	margin-left: 0;
}
.pickup2 .one_third {
	width: 30%;
	float: left;
}
.pickup2 .topics {
	font-size: 0.9rem;
	position: relative;
}
.pickup2 .topics .inner {
	height: 240px;
	overflow: auto;
}
.pickup2 .topics h2 {
	width: 100px;
	height: 60px;
	padding: 10px;
	color: #FFF;
	background-color: #ae351d;
	font-size: 1rem;
	font-weight: normal;
	position: relative;
	margin-top: -70px;
	margin-bottom: 30px;
}
.pickup2 .topics h2 span {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.pickup2 .topics h3 {
	font-weight: bold;
	font-size: 0.9rem;
	margin-bottom: 0.5em;
}
.pickup2 .topics h2, .pickup2 .topics h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.pickup2 .topics .txt {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
	font-size: 0.9rem;
}
.pickup2 .topics .txt:last-child {
	border-bottom: none;
}
.pickup2 .two_third {
	width: 65%;
	float: left;
	box-sizing: border-box;
	padding-left: 2.5%;
	margin-left: 2.5%;
	border-left: 1px solid #222;
	min-height: 220px;
}
.pickup2 .two_third .pic {
	float: right;
	width: 140px;
	height: 220px;
	position: relative;
	overflow: hidden;
	margin-left: 16px;
}
.pickup2 .two_third .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	width: 160%;
}
.pickup2 .two_third h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin: .2em 0 .6em;
	color:#5E3726;
}

@media screen and (max-width: 768px) {
.pickupInner {
	margin: 20px auto 0;
}
.pickupInner .pickup-half {
	width: 100%;
	margin: 0 0 0 0;
	list-style: none;
	float: none;
}
.pickup2 .pickup-half .pic {
	width: 100%;
	float: none;
	margin-right: 0;
}
.pickup2 .pickup-half .txt {
	float: none;
	width: 100%;
}
}

@media screen and (max-width: 420px) {
.pickupInner .pickup-half h2:before {
	width: 86%;
}
.pickupInner .pickup-half .like-btn1 a {
	padding: 14px 6px;
}
.pickupInner .pickup-half .like-btn1 a::before {
	left: 26vw;
}
.pickupInner .pickup-half .pic {
	width: 80px;
	height: 80px;
	margin: 10px 10px 0 0;
	padding: 0;
}
}

/*===========================
info　color
===========================*/

.info {
	color: #FFF;
	background-color: rgba(150,150,150,0.7);
}
.info .info1 {
    letter-spacing: 0.1rem;
    color: #FCE4C2;
}
/*===========================
btn　color
===========================*/


.like-btn1 a {
	background-color: #E48C4B;

}
.like-btn1 a:hover {
	background-color: rgba(229, 161,110, 0.8);
}

/*===========================
data　color
===========================*/

.dataContainer {
	background-color: #cf7f57;
}

.dataContainer .name {
	color: #feecc5;
}
.dataContainer .data {
	color: #FFF;
}

/*===========================
header h1　color
===========================*/
.secondary header h1 {
	color:#444;
	
}

/*===========================
home btn color
===========================*/
.secondaryNavArea .main-nav ul li.nav-home a {
	color: #784D47;
}

/*===========================
background color
===========================*/

.bg-color {
	background-color: #FDF5F0;
}

/*===========================
content color
===========================*/
.content h2::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 1;
    content: '';
    display: block;
    height: 2px;
    background-color: #CC9918;
    width: 240px;
    margin-left: -120px;
}

h3.menu-category {
	padding: 0.8rem;
	box-sizing: border-box;
	background-color: #77534A;
	color: #FFF!important;
	font-weight: 900;
	text-align: center;
	font-size: 1.5rem;
	margin-top: -2rem;
	position: relative;
}
.menu-list li {
	padding: 8px 2px 6px;
	border-bottom: dashed 1px #999;
}

.content h3 {
	color:#333;
}

.content h4 {
	border-bottom: 1px dashed #999;
}
.content h4.various1 {
	border: dashed 1px #999;
	padding: 0.4em 0.5em;
}
.content h4.various2 {
	border: solid 1px #999;
	padding: 0.4em 0.5em;
	border-radius: 6px;
}
.content h4.various3 {
	background: #f2eedb;
	box-shadow: 0px 0px 0px 5px #f2eedb;
	border: dashed 1px white;
	padding: 0.2em 0.5em;
}


.r-number {
	width: 78px;
	height: 78px;
	background-color: #333;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 82px;
	font-size: 46px;
}



/*===========================
secondary
===========================*/



/* 地図高さ */


#map_canvas {
	height: 500px;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
#map_canvas {
	height: 300px;
}
}
/* ビフォーアフター透かしのサイズと位置 */

.before::after {
	width: 26%;
	height: 26%;
	bottom: 3%;
	left: 80%;
}
.after::after {
	width: 26%;
	height: 26%;
	bottom: 3%;
	left: 80%;
}


/*----------------------------
flow
-----------------------------*/

.flow-down, .flow-end {
	position: relative;
	display: inline-block;
	margin: 1em 0;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #999;
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
}
.flow-end {
	margin: 1.5em 0 0;
}
.flow-down::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border: 40px solid transparent;
	border-top: 20px solid #999;
}
.flow-end::before,
.flow-right.end::before{
	content: none;
}



.flow-right, .flow-right.end {
	position: relative;
	display: inline-block;
	margin: 0 1em 0 0;
	min-width: 60px;
	max-width: 23.666%;
	color: #555;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #999;
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
	float: left;
	min-height: 300px;
}
.flow-right.end {
	margin: 0 0 0 0;
	background-color: #EEE;
}
.flow-right::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -28%;
	margin-top: -40px;
	border: 40px solid transparent;
	border-left: 20px solid #999;
}


.flow-down h3, .flow-right h3.flow-end h3 {
	color: #333;
}



@media only screen and (max-width: 768px) {
	
	
	.flow-right, .flow-right.end  {
	position: relative;
	display: inline-block;
	margin: 1em 0;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #999;
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
		min-height: inherit;
}

.flow-right::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border-top: none;
	right: 50%;
	margin-top: 0px;
	border-left: none;
	
		border: 40px solid transparent;
	border-top: 20px solid #999;
}
	
	
	
	
	.flow-down::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border: 40px solid transparent;
	border-top: 20px solid #999;
}
}

/*===========================
footer
===========================*/


/* バナー位置（1つか2つの場合はfloat:right） */

footer .add-banner .inner-add-banner .wrap-banner div {
/*float:right;*/
}

/* 
 * ↓↓↓↓↓↓↓↓ 768以下setup ↓↓↓↓↓↓↓↓（first.cssではコメントアウトする）
 */



/*===========================
home layout
===========================*/


@media screen and (max-width: 768px) {
.home-inner {
	padding: 8vw 0;
}
/* pickup1 */
	

.pickup1 .pic {
	border-radius: 20px;
}
.pickup1 .pick-a {
	width: 66.6%;
	float: none;
	margin-right: auto;
	margin: 0 auto 30px;
}
.pickup1 .pick-b {
	width: 66.6%;
	float: none;
	margin: 0 auto 30px;
}
.pickup1 .pick-c {
	margin-left: auto;
	width: 66.6%;
	float: none;
	margin: 0 auto 30px;
}
.pickup1 .pic {
	overflow: hidden;
	width: 100%;
	height: 300px;
	position: relative;
}
.pickup1 .txt {
	width: 75%;
	min-height: auto;
}
}

@media screen and (max-width: 420px) {
.home-inner h1 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
/* pickup1 */

.pickup1 {
	width: 78%;
}
.pickup1 .pick-a, .pickup1 .pick-b, .pickup1 .pick-c {
	width: 100%;
}
.pickup1 .txt {
	width: 75%;
	min-height: auto;
}
.pickup1 .txt h2 {
	font-size: 1.1em;
}
}

@media only screen and (max-width: 768px) {
/* pickup2 */
	
	
.pickup2 .one_third {
	width: 100%;
	float: none;
}
.pickup2 .topics .inner {
	height: auto;
	margin-bottom: 2em;
}
.pickup2 .one_third .inner {
	border-bottom: 1px solid #ddd;
}
.pickup2 .two_third {
	width: 100%;
	float: none;
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	min-height: inherit;
	position: relative;
}
.pickup2 .two_third .like-btn1 {
	margin-bottom: 2em;
}
.pickup2 .two_third .pic {
	margin-bottom: 2em;
}
}

@media only screen and (max-width: 420px) {
/* pickup2 */

 
.pickup2 {
	margin: 4vw auto 4vw;
}
.pickup2 .topics h2 {
	margin-top: -30px;
}
.pickup2 .pickup-half {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1.5em;
	float: none;
}
.pickup2 .pickup-half.first {
	margin-left: 0;
}
.pickup2 .two_third .pic {
	float: none;
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.pickup2 .two_third .pic img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
 
	transform: translate(-50%, -50%);
	width: 120%;
}
}

[href^="tel"] {
    text-decoration: none;
    color: #333!important;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}

.data [href^="tel"] {
    text-decoration: none;
    color: #fff!important;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .data [href^="tel"] {
        pointer-events: auto;
    }
}
.inquiry.clearfix .tel.noto700 span {
    font-size: 0.5em;
}

.th30 th {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .th30 th {
    width: auto;
}
}
.box2 {
    padding: 1em 1.5em;
    margin: 2em 0;
    color: #333333;/*文字色*/
    background: #FFF;
    border: 3px solid #333333;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* ////// arra-ez responsive set --- please custom as you like //////////////////////////  */
body, html {margin:0; padding:0;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 
.shell { display: flex; flex-direction:row; flex-wrap:wrap; }
.shell.reverse { display: flex; flex-direction:row-reverse; flex-wrap:wrap; }
.shell.nowrap-x { flex-wrap:nowrap; }
.shell.left { justify-content:flex-start; }
.shell.center, .shell.x-center { justify-content:center; }
.shell.right { justify-content:flex-end; }
.shell.fill, .shell.fill-x, .shell.split { justify-content:space-between; }
.shell.equalize { justify-content:space-around; }
.shell.top { align-items:flex-start; }
.shell.middle, .shell.y-center { align-items:center; }
.shell.baseline { align-items:baseline; }
.shell.bottom { align-items:flex-end; }
.shell > .grow-x {flex-grow:1;}
.stretch, .grow-y { align-self:stretch; }
 
.solo, .full { width:100%;}
.duo, .half { width:50%;}
.trio, .one-third { width:calc(100% / 3);}
.two-thirds { width:calc(100% / 3 * 2);}
.quad, .quarter { width:25%;}
.three-quarters { width:75%;}
.penta, .twenty { width:20%;}
.thirty { width:30%;} 
.forty { width:40%;} 
.sixty { width:60%;}
.seventy { width:70%;}
.eighty { width:80%;}
 
.solo.gutter, .full.gutter { width:98%; margin:1em 1%;}
.duo.gutter, .half.gutter { width:48%;  margin:1em 1%;}
.trio.gutter, .one-third.gutter { width:calc(94% / 3); margin:1em 1%;}
.two-thirds.gutter { width:calc(97% / 3 * 2); margin:1em 1%;}
.quad.gutter, .quarter.gutter { width:23%; margin:1em 1%;}
.three-quarters.gutter { width:73%; margin:1em 1%;}
.penta.gutter, .twenty.gutter { width:18%; margin:1em 1%;}
.thirty.gutter { width:28%; margin:1em 1%;} 
.forty.gutter{ width:38%; margin:1em 1%;} 
.sixty.gutter { width:58%; margin:1em 1%;}
.seventy.gutter { width:68%; margin:1em 1%;}
.eighty.gutter { width:78%; margin:1em 1%;}
 
.centering {text-align:center;}
.centering > * { margin-left:auto !important; margin-right:auto !important;}
 
/* Universal Padding Class --- as you like */
.pd-around {padding:1.5em 1.5em;}
.pd-side {padding:0 1.5em;}
.pd-top-bottom {padding:1.5em 0;}
.pd-right {padding-right:1.5em;}
.pd-left {padding-left:1.5em;}
 
/* clearfix --- for use together with legacy float layout */
.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
 
/*** Media Query ***/
@media only screen and (max-width: 899px) {
     
    .shell.break900:not(.step) { flex-direction:column;}
    .shell.break900 > .solo, .shell.break900 > .full, .shell.break900 > .duo, .shell.break900 > .half, .shell.break900 > .trio, .shell.break900 > .one-third, .shell.break900 > .two-thirds, .shell.break900 > .quad, .shell.break900 > .quarter, .shell.break900 > .three-quarters, .shell.break900 > .penta, .shell.break900 > .twenty, .shell.break900 > .thirty, .shell.break900 > .forty, .shell.break900 > .sixty, .shell.break900 > .seventy, .shell.break900 > .eighty 
    { width:100%; }
    .shell.break900 > .solo.gutter, .shell.break900 > .full.gutter, .shell.break900 > .duo.gutter, .shell.break900 > .half.gutter, .shell.break900 > .trio.gutter, .shell.break900 > .one-third.gutter, .shell.break900 > .two-thirds.gutter, .shell.break900 > .quad.gutter, .shell.break900 > .quarter.gutter, .shell.break900 > .three-quarters.gutter, .shell.break900 > .penta.gutter, .shell.break900 > .twenty.gutter, .shell.break900 > .thirty.gutter, .shell.break900 > .forty.gutter, .shell.break900 > .sixty.gutter, .shell.break900 > .seventy.gutter, .shell.break900 > .eighty.gutter
    { width:98%; margin:1em 1%;}
     
    .shell.step { flex-direction:row; flex-wrap:wrap; }
    .shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty 
    { width:50%;}
    .shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter 
    { width:48%; margin:1em 1%;}
     
}
 
/* Mobile Single Column ( like 7-10 inch Tablet ) */
@media only screen and (max-width: 768px) {
 
    .container, .wide-container {padding:0 0.3em;} /* as you like */
 
    .shell.break768:not(.step) { flex-direction:column;}
    .shell.break768 > .solo, .shell.break768 > .full, .shell.break768 > .duo, .shell.break768 > .half, .shell.break768 > .trio, .shell.break768 > .one-third, .shell.break768 > .two-thirds, .shell.break768 > .quad, .shell.break768 > .quarter, .shell.break768 > .three-quarters, .shell.break768 > .penta, .shell.break768 > .twenty, .shell.break768 > .thirty, .shell.break768 > .forty, .shell.break768 > .sixty, .shell.break768 > .seventy, .shell.break768 > .eighty
    { width:100%; }
    .shell.break768 > .solo.gutter, .shell.break768 > .full.gutter, .shell.break768 > .duo.gutter, .shell.break768 > .half.gutter, .shell.break768 > .trio.gutter, .shell.break768 > .one-third.gutter, .shell.break768 > .two-thirds.gutter, .shell.break768 > .quad.gutter, .shell.break768 > .quarter.gutter, .shell.break768 > .three-quarters.gutter, .shell.break768 > .penta.gutter, .shell.break768 > .twenty.gutter, .shell.break768 > .thirty.gutter, .shell.break768 > .forty.gutter, .shell.break768 > .sixty.gutter, .shell.break768 > .seventy.gutter, .shell.break768 > .eighty.gutter
    { width:98%; margin:1em 1%;}
     
    .shell:not(.keep) > .solo, .shell:not(.keep) > .full, .shell:not(.keep) > .duo, .shell:not(.keep) > .half, .shell:not(.keep) > .trio, .shell:not(.keep) > .one-third, .shell:not(.keep) > .two-thirds, .shell:not(.keep) > .quad, .shell:not(.keep) > .quarter, .shell:not(.keep) > .three-quarters, .shell:not(.keep) > .penta, .shell:not(.keep) > .twenty, .shell:not(.keep) > .thirty, .shell:not(.keep) > .forty, .shell:not(.keep) > .sixty, .shell:not(.keep) > .seventy, .shell:not(.keep) > .eighty
    { width:100%; margin:0; }   
    .shell:not(.keep) > .solo.gutter, .shell:not(.keep) > .full.gutter, .shell:not(.keep) > .duo.gutter, .shell:not(.keep) > .half.gutter, .shell:not(.keep) > .trio.gutter, .shell:not(.keep) > .one-third.gutter, .shell:not(.keep) > .two-thirds.gutter, .shell:not(.keep) > .quad.gutter, .shell:not(.keep) > .quarter.gutter, .shell:not(.keep) > .three-quarters.gutter, .shell:not(.keep) > .penta.gutter, .shell:not(.keep) > .twenty.gutter, .shell:not(.keep) > .thirty.gutter, .shell:not(.keep) > .forty.gutter, .shell:not(.keep) > .sixty.gutter, .shell:not(.keep) > .seventy.gutter, .shell:not(.keep) > .eighty.gutter
    { width:98%; margin:1em 1%;}
 
    .shell.step { flex-direction:row; flex-wrap:wrap; }
    .shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty 
    { width:50%;}
    .shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter
    { width:48%; margin:1em 1%;}
 
    .shell.keep-half:not(.keep), .shell.keep-half:not(.keep) { flex-direction:row;}
    .shell.keep-half:not(.keep) > .solo, .shell.keep-half:not(.keep) > .full, .shell.keep-half:not(.keep) > .duo, .shell.keep-half:not(.keep) > .half, .shell.keep-half:not(.keep) > .trio, .shell.keep-half:not(.keep) > .one-third, .shell.keep-half:not(.keep) > .two-thirds, .shell.keep-half:not(.keep) > .quad, .shell.keep-half:not(.keep) > .quarter, .shell.keep-half:not(.keep) > .three-quarters, .shell.keep-half:not(.keep) > .penta, .shell.keep-half:not(.keep) > .twenty, .shell.keep-half:not(.keep) > .thirty, .shell.keep-half:not(.keep) > .forty, .shell.keep-half:not(.keep) > .sixty, .shell.keep-half:not(.keep) > .seventy, .shell.keep-half:not(.keep) > .eighty   
    { width:50%;}   
    .shell.keep-half:not(.keep) > .solo.gutter, .shell.keep-half:not(.keep) > .full.gutter, .shell.keep-half:not(.keep) > .duo.gutter, .shell.keep-half:not(.keep) > .half.gutter, .shell.keep-half:not(.keep) > .trio.gutter, .shell.keep-half:not(.keep) > .one-third.gutter, .shell.keep-half:not(.keep) > .two-thirds.gutter, .shell.keep-half:not(.keep) > .quad.gutter, .shell.keep-half:not(.keep) > .quarter.gutter, .shell.keep-half:not(.keep) > .three-quarters.gutter, .shell.keep-half:not(.keep) > .penta.gutter, .shell.keep-half:not(.keep) > .twenty.gutter, .shell.keep-half:not(.keep) > .thirty.gutter, .shell.keep-half:not(.keep) > .forty.gutter, .shell.keep-half:not(.keep) > .sixty.gutter, .shell.keep-half:not(.keep) > .seventy.gutter, .shell.keep-half:not(.keep) > .eighty.gutter
    { width:48%; margin:1em 1%;}
     
    /* Universal padding class --- as you like */
    .pd-around {padding:1.5em 1.5em;}
    .pd-side {padding:0 1.5em;}
    .ttal {text-align:left !important;}
    .ttal:not(.pd-side) { padding:0 1.5em;}
    .pd-around .ttal:not(.pd-side), .pd-side .ttal:not(.pd-side) { padding:0;}  
     
}
 
/* Traditional SmartPhone Portrait Size */
@media only screen and (max-width: 479px) {
     
    .shell:not(.keep), .shell.step:not(.keep) { flex-direction:column;}
    .shell.step:not(.keep) > .solo, .shell.step:not(.keep) > .full, .shell.step:not(.keep) > .duo, .shell.step:not(.keep) > .half, .shell.step:not(.keep) > .trio, .shell.step:not(.keep) > .one-third, .shell.step:not(.keep) > .two-thirds, .shell.step:not(.keep) > .quad, .shell.step:not(.keep) > .quarter, .shell.step:not(.keep) > .three-quarters, .shell.step:not(.keep) > .penta, .shell.step:not(.keep) > .twenty, .shell.step:not(.keep) > .thirty, .shell.step:not(.keep) > .forty, .shell.step:not(.keep) > .sixty, .shell.step:not(.keep) > .seventy, .shell.step:not(.keep) > .eighty    
    { width:100%; margin: margin:0;}
    .shell.step:not(.keep) > .solo.gutter, .shell.step:not(.keep) > .full.gutter, .shell.step:not(.keep) > .duo.gutter, .shell.step:not(.keep) > .half.gutter, .shell.step:not(.keep) > .trio.gutter, .shell.step:not(.keep) > .one-third.gutter, .shell.step:not(.keep) > .two-thirds.gutter, .shell.step:not(.keep) > .quad.gutter, .shell.step:not(.keep) > .quarter.gutter, .shell.step:not(.keep) > .three-quarters.gutter, .shell.step:not(.keep) > .penta.gutter, .shell.step:not(.keep) > .twenty.gutter, .shell.step:not(.keep) > .thirty.gutter, .shell.step:not(.keep) > .forty.gutter, .shell.step:not(.keep) > .sixty.gutter, .shell.step:not(.keep) > .seventy.gutter, .shell.step:not(.keep) > .eighty.gutter 
    { width:98%; margin:1em 1%;}
 
    /* Single Column --- Universal margin-bottom class */
    .shell.automa > , .shell.automa > .gutter {margin-bottom:1.5em !important;}
 
    /* Universal padding class --- as you like */
    .pd-around {padding:6% 3%;}
    .pd-side, .pd-right, .pd-left {padding:0 3%;}
    .stal {text-align:left !important;}
    .stal:not(.pd-side) { padding:0 3%;}
    .pd-around .stal:not(.pd-side), .pd-side .stal:not(.pd-side) { padding:0;}  
 
}

* {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.item-list {
  padding:0 10px 0 10px;
}

.item-list ul{
  margin-left:-10px;
  overflow:hidden;
  background-color:transparent;
}

.item-list ul li {
  list-style-type:none;
  float:left;
  padding-left:20px;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;
  }
  ul.cols-3 li{
      width:50%;
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;
  }
}

ul.cp_list {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}

ul.cp_list2 {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list2 li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list2 li:after,ul.cp_list2 li:before {
	position:absolute;
	content:'';
	display:block;
	background: #FFC107;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list2 li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}

#link01 {
   margin-top:-100px;
  padding-top:100px;
}