body {
	min-width:320px;
	background:#c6dbe5;
	word-break:break-all;
/*
	color:#A36601;
	color:#d68809;
*/
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
/*
    text-decoration-line: none;
*/
	position: relative;
/*--アニメーション--*/
	transition: 0.2s ease-in-out;
}


footer a {
	color:#FF0000;
	font-weight:bold;
}
footer a:hover {
    color: #990;
}

.blue {
	color:#0e6eb8;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}


.logo a {
	display:inline-block;
}

.contact-button {
	padding: 1rem;
	border: 2px solid #6596C4;
}


nav ul {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
/*    justify-content: space-around;*/
    justify-content: center;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	/*flex: 1 0 auto;*/
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}

nav li a:hover {
    background-color: #0080ff;
	color:#FFFFFF;
}
nav li a {
    padding: 1.0rem 0.5rem;
	display: block;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}


nav li {
/*
	width: calc(100% / 5);
*/
}

nav li:nth-child(2) {
	margin-left:-2px;
	margin-right:-2px;
}


#navi {
    display: block !important;
}

nav li a {
	font-size:2rem;
	padding:5px 30px;
	border-left:2px dotted #0080ff;
	border-right:2px dotted #0080ff;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}

nav li {
	flex: 1 0 auto;
}

nav li a {
	border-bottom:4px dotted #BDB8F7;
}

.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 60px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
	padding:5px;
	background: #6596C4;
}

/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

section {
	padding: 3rem 0;
}

/*
.orange-back {
	background:#F39700;
	color:#FFF !important;
}

.orange-back a {
	color:#FFF
}

.orange-back a:hover {
    background-color: #f7f7f7;
	color:#FF3366;
}
*/

#ukline {
	padding: 0 20px;
	background:#FFF;
}

.gray-back {
	background-color: #f4f4f4;
}


h1 {
	text-align:center;
	color:#E83828;
	font-weight: bold;
	margin-top:20px;
}

h2 {
	margin:25px auto !important;
	text-align:center;
}

.topbor {
	border-top:6px dotted #779eb4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
	padding:1rem 0;
}
.catch h2 {
    padding-bottom: 1rem;
}

.catch p {
	font-size:2rem;
}

.under {
    border-bottom: 0.4rem solid #F39700;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}



.t-c {
	text-align: center;
}

.t-l {
	text-align: left;
}

.t-r {
	text-align: right;
}


/*facebook
-------------------------------------*/
.fb-bnr {
	display:table;
	margin:auto;
	font-weight:bold;
	border:2px solid #06C;
	background:url("../img/f_logo_RGB-Blue_58.png");
	background-repeat:no-repeat;
	background-position:4% center;
}

.fb-bnr img {
	vertical-align:middle;
	margin-right:8px;
}

.fb-bnr:hover {
	opacity:0.8;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #828282;
    color: #fff;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #6596C4;
    color: #fff;
    width: 56px;
    padding: 10px 5px;
    text-align: center;
	border:1px solid #fff;
}

.goodslist {
	margin-top:4rem;
	display:flex;
    flex-wrap: wrap;
}

.goodslist a {
	color:#d68809;
	box-sizing:border-box;
	border:3px solid #ddd;
	padding:5px;
	border-radius:12px;
	text-align:center;
	margin-bottom:4rem;
}

.goodslist a:hover {
	border:3px solid #d68809;
}


/* 引用文
-------------------------------------*/
blockquote {
    position: relative;
    padding: 30px 15px;
    box-sizing: border-box;
	border: 1px solid #4ea3e9;
	border-radius: 6px;
	margin:15px 0;
}

blockquote:before,
blockquote:after{
    display: inline-block;
    position: absolute;
    color: #b1d1eb;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote:before{
    top: 13px;
    left: 15px;
    content: '“';
}

blockquote:after{
	bottom: 0px;
	right: 20px;
	content: '”';
}

blockquote p {
	margin:1.5rem 0;
}

blockquote cite{
	display: block;
	text-align:right;
	padding:10px;
}

/* 幅768px以上の表示
-------------------------------------*/
@media screen and (min-width: 768px){

/*外枠
-------------------------------------*/
#ukline {
	width:1000px;
	margin:auto;
}

.logo {
	font-size:3.0rem;
	text-align:center;
}

.logo span {
	font-size:1.6rem;
	display:block;
}


.goodslist a{
	width: calc(96% / 4);
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.fb-bnr {
	font-size:2.0rem;
	padding:15px 15px 15px 85px;
}
}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){

/*外枠
-------------------------------------*/
#ukline {
	margin:0 10px;
}

/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	


.logo {
	font-size:2.5rem;
}

.logo span {
	font-size:1.4rem;
	display:block;
}


.goodslist {
	justify-content: space-between;
}

.goodslist a {
	width: calc(96% / 2);
}

.fb-bnr {
	padding:15px 15px 15px 65px;
	background-size:45px;
}


}