/*
Theme Name: Sea side caffee
Version: 1.0
Author: Eisuke Akimoto, Susumu Seino, and EXP. supervision by Prime Strategy Co.,Ltd.
Author URI: http://www.prime-strategy.co.jp/
Theme URI: http://www.prime-strategy.co.jp/download/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: This is our original theme.
*/
/* basic.css */
/* 初期設定 */
*{
	margin: 0;
	padding: 0;
	color: #707070;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}

html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	margin: 0;
	font-size: 1.6rem;
	line-height: 100%;
	font-family: 'Source Sans Pro','Lato','Noto Serif JP', serif;
	vertical-align: baseline;
	overflow: hidden;
}

ul {
	list-style: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

p {
	line-height: 1.6;
}

small {
	font-size: 1.2rem;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* style.css */
body {
	position: relative;
}
html,body{
    width: 100%;
}

/* 共通設定
======================================*/
.container{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box; 
}
@media (max-width:1250px){
	.container{
		max-width: 1000px;
	}
}
@media (max-width:1024px){
	.container{
		margin: 0 20px;
	}
}

.sec-common{
	overflow: hidden;
}


/* スライドイン */
.active .slideInUp {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    visibility: visible; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    visibility: visible; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

/* 中央ぞろえスライドイン */
.active .slideInUp-c {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: slideInUp-c;
          animation-name: slideInUp-c;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes slideInUp-c {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    visibility: visible; }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes slideInUp-c {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    visibility: visible; }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

/* h1スライドイン */
.active .slideInUp-cc {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: slideInUp-cc;
          animation-name: slideInUp-cc;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes slideInUp-cc {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    visibility: visible; }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes slideInUp-cc {
  0% {
    -webkit-transform: translate(-50%, 30px -50%);
            transform: translate(-50%, 30px -50%);
    visibility: visible; }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100); } }


.active .time1{
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.active .time12{
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.active .time14{
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.active .time17{
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

/* Header
======================================*/
header{
	width: 100%;
	height: 80px;
	background:rgba(66,178,210,0.50);
	display: flex;
	justify-content:space-between;
	margin-bottom: 100px;
}

.top-logo-img {
	order: 1;
	align-self: center;
	padding-left: 15px;
}
.top-logo-img a{
	color: #fff;
	font-size: 2.8rem;
}
.top-nav{
	order: 2;
	align-self: flex-end;
	padding: 0 15px 15px;
}

.top-nav ul{
	display: flex;
}
.top-nav ul a{
	color: #fff;
}
.top-nav ul li{
	padding-left: 15px;
}
.top-nav ul a{
	display: inline-block;
	position: relative;
 	text-decoration: none;
}

.top-nav ul a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	ransform-origin: top left;
	transition: 0.4s;
}
.top-nav ul a:hover:before {
	transform: scale(1);
}

/* ハンバーガーメニュー */
@media screen and (max-width: 1024px) {
	.secondary-toggle {
		position: fixed;
		top: 0;
		left: 0;
		width: 60px;
		height: 70px;
		z-index: 100000;
		cursor: pointer;
		transition: .5s;
	}
	.secondary-toggle:before {
		content: "";
		position: absolute;
		top: 5px;
		left: -5px;
		background:rgba(66,178,210,0.5);
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.secondary-toggle.active:before {
		background:transparent;
	}
	.secondary-toggle_line._1 {
		top: 34px;
	}
	.secondary-toggle_line._2 {
		top: 43px;
		width: 20px;
	}
	.secondary-toggle_line._3 {
		top: 52px;
		width: 10px;
	}

	.secondary-toggle_line {
		display: block;
		position: absolute;
		left: 20px;
		width: 30px;
		height: 1px;
		background-color: #E9568A;
		transform: translate(0, 0);
		transition: all .22s ease 0s;
	}
}
.secondary-toggle_line.active{
	background-color: #42B2D2;
}
._1.active{
    top: 34px;
    transform: rotate(45deg);
}
._2.active{
    transform:scaleX(0);
}
._3.active{
    top: 34px;
	width: 30px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background:rgba(255,255,255,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #42B2D2;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    opacity: 0.7;
}

/* Footer
======================================*/
.footer-top{
	position: absolute;
	bottom: 0;
}
.footer-area{
	background: #42B2D2;
	text-align: center;
	width: 100%;
	border-top: 5px solid #c6e8f1;
}
.sns{
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
}
.sns i{
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
}
@media (max-width:1200px){
	.sns i{
		padding: 0 10px;
	}
}
.footer-nav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-nav li{
	padding: 20px 30px 10px;
}
@media (max-width:1200px){
	.footer-nav li{
		padding: 20px 20px 10px;
	}
}
@media (max-width:768px){
	.footer-nav li{
		padding: 5px 0 0;
		width: 100%;
	}
	.footer-nav li:last-child{
		padding-bottom: 10px;
	}
}
.footer-nav a{
	color: #fff;
	font-size: 1.4rem;
}
.copy-right{
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 0;
	margin: 0 20px;
	border-top: 1px solid #fff;
}

/* TOPページ
======================================*/
/* section 1 TOP*/
.top-image-area {
	background: url("img/top-image.jpg") no-repeat;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}

.text-wrap h1,
.text-wrap p{
	color: #fff;
}
.text-wrap h1{
	font-size: 3.5rem;
	margin-bottom: 20px;
}
@media (max-width:560px){
	.text-wrap h1{
		font-size: 2.5rem;
	}
}
@media (max-width:320px){
	.text-wrap h1{
		font-size: 2.0rem;
	}
}
p.sab-s{
	font-size: 1.2rem;
	margin-bottom: 20px;
}
p.sab-m{
	font-size: 1.8rem;
}



/* section 2 Concept*/
.concept{
	background:rgba(66,178,210,0.15);
	height: 100vh;
	position: relative;
}
.concept h2{
	color: #42B2D2;
	font-size: 2.4rem;
	text-align: center;
	padding-top: 10px;
}
.concept h2:before{
	content: "";
    position: absolute;
    top:32px;
    left: 6%;
	background: #fff;
    height: 1px;
    width: 35%;
    transition: all 0.5s ease;
}
@media (max-width:768px){
	.concept h2:before{
		left: 0;
		width: 30%;
	}
}
.concept h2:after{
	content: "";
	background-image: url("img/arrow.png");
	background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 2.5%;
	display: inline-block;
    transition: all 0.5s ease;
	width: 17px;/*画像の幅*/
	height: 18px;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width:768px){
	.concept h2:after{
		content: "";
		background-image: url("");
	}
}
.img-caffe{
	position: absolute;
	height: 80%;
	top:15%;
	left: 5%;
}
@media (max-width:1024px){
	.img-caffe{
		height: 80%;
		top:15%;
		left: auto;
		right: 5%;
	}
}
@media (max-width:768px){
	.img-caffe{
		position: relative;
		height: auto;
		width: 80%;
		margin-top: 10%;
		margin-left: 20%;
		/*top:15%;
		right: 0;*/
	}
}
.text-image-concept{
	position:absolute;
	width: 300px;
	height: 120px;
	top: 15%;
	left: 60%;
}
@media (max-width:1024px){
	.text-image-concept{
		width: 200px;
		height: 80px;
		top: 15%;
		left: 5%;
	}
}
@media (max-width:768px){
	.text-image-concept{
		width: 200px;
		height: 80px;
		top: 10%;
		left: 5%;
	}
}
.text-image-concept-wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
.img-seaside{
	position: absolute;
	left: 0;
	width: 50%;
	transform: rotate(-10deg);
}
.img-batu{
	position: absolute;
	top: 45%;
	left: 35%;
	width: 5%;
}
.img-naturalfood{
	position: absolute;
	top: 60%;
	right: 0;
	width: 75%;
	transform: rotate(-10deg);
}

.caffee-area{
	position: absolute;
	width: 30%;
	background: #fff;
	opacity: 90%;
	bottom: 5%;
	right: 5%;
	padding: 40px;
}
@media (max-width:1024px){
	.caffee-area{
		width: 30%;
		bottom: 2.5%;
		left: 2.5%;
		padding: 40px;
	}
}
@media (max-width:768px){
	.caffee-area{
		position: relative;
		width: 70%;
		margin-top: 50px;
		/*bottom: 2.5%;
		left: 2.5%;*/
		padding: 40px;
	}
}
.caffee-area:after{
	content: "";
	position: absolute;
	width: 120%;
	bottom: 20px;
	right: 0;
	background: #f4de31;
	height: 1px;
}
@media (max-width:1024px){
	.caffee-area:after{
		content: "";
		position: absolute;
		width: 110%;
		bottom: 20px;
		right: auto;
		left: 0;
		background: #f4de31;
		height: 1px;
	}
}

/* section 3 Gallery*/
.gallery{
	background: #fff;
	height: 100vh;
	position: relative;
}
.gallery h2{
	color: #42B2D2;
	font-size: 2.4rem;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 50px;
}
.gallery h2:before{
	content: "";
    position: absolute;
    top: 32px;
    left: 6%;
    background:rgba(66,178,210,0.15);
    height: 1px;
    width: 35%;
    transition: all 0.5s ease;
}
@media (max-width:768px){
	.gallery h2:before{
		left: 0;
		width: 30%;
	}
}
.gallery h2:after{
	content: "";
	background-image: url("img/arrow-blue.png");
	background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 2.5%;
	display: inline-block;
    transition: all 0.5s ease;
	width: 17px;/*画像の幅*/
	height: 18px;
	background-size: contain;
	vertical-align: middle;
}
@media (max-width:768px){
	.gallery h2:after{
		content: "";
		background-image: url("");
	}
}
.gallery-wrap{
	position: absolute;
	top: 15%;
}
.gallery-li{
	display: flex;
	flex-wrap: wrap;
}
.gallery-li li{
	width: 33.33%;
}
@media (max-width:768px){
	.gallery-li li{
		width: 50%;
	}
}
.gallery-li img{
	width: 100%;
	height: 80%;
	object-fit: cover;
}
@media (max-width:768px){
	.gallery-li img{
		height: 100%;
	}
}
.gallery-li a:hover{
	opacity: 0.7;
}

.gallery p{
	margin-bottom: 20px;
}
.btn-gallery{
	display: inline-flex;
	border:1px solid rgba(233,86,138,0.6);
	padding: 15px 30px;
	position: relative;
}
.btn-gallery:before{
	display: inline-flex;
	content: "More";
	color:rgba(255,255,255,0.0);
	padding: 15px 30px;
	border: 1px solid #F4DE31;
	position: absolute;
	right: -5px;
	top: 5px;
}
.btn-gallery:after{
	background: rgba(233,86,138,0.6);
	display: inline-flex;
	content: "More";
	color:rgba(255,255,255,0.0);
	padding: 15px 30px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0,1);
	transform-origin: top left;
	transition: 0.4s;
}
.btn-gallery:hover:after{
	transform: scale(1,1);
}

.gallery-text{
	/*position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform : translate(-50%,-80%);
	transform : translate(-50%,-80%);*/
	margin-top: -40px;
	text-align: center;
}
@media (max-width:768px){
	.gallery-text{
		margin-top: 40px;
		padding: 0 10px;
	}
	.gallery-text p{
		padding-bottom: 10px;
	}
}

/* section 4 Menu*/
.menu{
	background:rgba(244,222,49,0.05);
	height: 100vh;
	position: relative;
}

.menu h2{
	color: #E9568A;
	font-size: 2.4rem;
	padding-left: 40px;
	padding-top: 10px;
	margin-bottom: 40px;
}
@media (max-width:768px){
	.menu h2{
		padding-left: 20px;
	}
}
.menu h2:before{
	content: "";
    position: absolute;
    top: 32px;
    left: 15%;
    background:rgba(233,86,138,0.50);
    height: 1px;
    width: 35%;
    transition: all 0.5s ease;
}
@media (max-width:768px){
	.menu h2:before{
		left: 100px;
		width: 20%;
	}
}
.menu h2:after{
	content: "";
    position: absolute;
    top: 37px;
    left: 16%;
    background: #f4de31;
    height: 1px;
    width: 35%;
    transition: all 0.5s ease;
}
@media (max-width:768px){
	.menu h2:after{
		left: 104px;
		width: 20%;
	}
}
.img-organicfood{
	position: absolute;
	top: 20px;
	right: 40px;
}
img.img-organicfood{
	width: 200px;
}
@media (max-width:768px){
	img.img-organicfood{
		width: 30%;
	}
}
.menu-li{
	display: flex;
	flex-wrap: wrap;
}
.menu-li a:hover{
	opacity: 0.7;
}
.menu-li li{
	width: 33.33%;
}
@media (max-width:768px){
	.menu-li li{
		width: 50%;
		margin-bottom: 40px;
	}
}
.menu-inner{
	width: 75%;
	text-align: center;
	margin: 0 auto;
}
.menu-li img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
}
.dot{
	color: #E9568A;
	font-weight:bolder;
}
.btn-menu{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #F195B6;
	text-align:center;
	line-height: 100px;
	color: #fff;
	position: relative;
}
.btn-menu:before{
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align:center;
	border: 1px solid #F4DE31;
	position: absolute;
	right: -5px;
	top: 5px;
}
@media (max-width:768px){
	.btn-menu:before{
		border: none;
	}
}


/* section 5 News*/
.news{
	height: 100vh;
	position: relative;
}


.news h2{
	color: #E9568A;
	font-size: 2.4rem;
	padding-left: 40px;
	padding-top: 10px;
	margin-bottom: 40px;
}
@media (max-width:768px){
	.news h2{
		padding-left: 20px;
	}
}
.news h2:before{
	content: "";
    position: absolute;
    top: 32px;
    left: 15%;
    background: rgba(233,86,138,0.50);
    height: 1px;
    width: 35%;
    transition: all 0.5s ease;
}
@media (max-width:768px){
	.news h2:before{
		left: 100px;
		width: 20%;
	}
}
.news h2:after{
	content: "";
    position: absolute;
    top: 37px;
    left: 16%;
    background:rgba(244,222,49,1.00);
    height: 1px;
    width: 35%;
    transition: all 0.5s ease;
}
@media (max-width:768px){
	.news h2:after{
		left: 104px;
		width: 20%;
	}
}
.blog-nav{
	display: flex;
	position: absolute;
	top: 25px;
	right: 40px;
}
.blog-nav a{
	color: #E9568A;
}
.blog-nav a:hover{
	opacity: 0.7;
}
.blog-nav li{
	padding: 0 10px;
}
.blog-nav li:last-child{
	padding-right: 0;
}

.acd-check{
    display: none;
}
.acd-label{
    color: #E9568A;
    display: block;
	position: absolute;
	top: 25px;
	right: 40px;
}
.acd-content{
	display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	position: absolute;
	top: 60px;
	right: 40px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 130px;
    opacity: 0.9;
    padding: 10px;
    visibility: visible;
	background: #fff;
	z-index: 10;
}
.acd-list{
	padding: 10px;
}
.acd-list li{
	padding-bottom: 5px;
}
.acd-list li:last-child{
	padding-bottom: 0;
}

.news-area{
	display: flex;
	position: absolute;
	flex-wrap: wrap;
	box-sizing: border-box; 
	top: 20%;
	width: 100%;
}
.news-area li{
	width: 25%;
	box-sizing: border-box; 
}
@media (max-width:768px){
	.news-area li{
		width: 50%;
		box-sizing: border-box; 
		margin-bottom: 20px;
	}
}
.news-inner a:hover{
	opacity: 0.7;
}
.news-inner{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.news-img {
	object-fit: cover;
	background-size: cover;
	background-position: center center;
}
.blog-date{
	margin: 15px 0 5px;
}
@media (max-width:768px){
	.blog-date{
		font-size: 1.2rem;
	}
}
.news-img:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}

.blog-link{
	color: #E9568A;
	font-size: 1.8rem;
	font-weight: normal;
}

@media (max-width:768px){
	.blog-link{
		font-size: 1.4rem;
	}
}

/* section 6 Access*/
.access{
	background:rgba(66,178,210,0.15);
	height: 100vh;
	position: relative;
}
.access h2{
	color: #42B2D2;
	font-size: 2.4rem;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 50px;
}
.access-wrap{
	display: flex;
	flex-wrap: wrap;
}
.access-inner1{
	width: 50%;
}
@media (max-width:768px){
	.access-inner1{
		width: 100%;
	}
}
.access-inner1 p{
	color: #42B2D2;
	margin-bottom: 25px;
}
@media (max-width:768px){
	.access-inner1 p{
		margin-bottom: 0;
	}
}
#map {
	width: 50%;
	height: 50vh;
}
@media (max-width:768px){
	#map{
		width: 100%;
	}
}

.access-map{
	width: 50%;
	height: 50vh;
}
@media (max-width:768px){
	.access-map{
		width: 100%;
		margin-top: 15px;
	}
}


/* サブページ共通
======================================*/
@media (max-width:1024px){
	.ttl-area{
		margin-top: 40px;
	}
}
.ttl-area h2{
	color: #42b2d2;
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 15px;
}
.archive-nav{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.archive-nav a{
	color: #42b2d2;
}
.archive-nav li{
	padding: 0 10px;
}
.archive-nav li:last-child{
	padding-right: 0;
}

/* アーカイブページ
======================================*/
.archive .archive-area{
	margin: 80px 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.archive .archive-area li{
	width: 25%;
	margin-bottom: 30px;
}
@media (max-width:1024px){
	.archive .archive-area li{
		width: 33.33%;
	}
}
@media (max-width:768px){
	.archive .archive-area li{
		width: 50%;
	}
}
@media (max-width:560px){
	.archive .archive-area li{
		width: 100%;
	}
}

.archive .archive-inner{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
.archive .archive-inner:after{
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 100px;
    width: 80%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
}
.archive li:nth-child(odd) .archive-inner:after{
    background-color:rgba(244,222,49,0.10);
}
.archive li:nth-child(even) .archive-inner:after{
    background-color:rgba(233,86,138,0.05);
}

.archive .archive-img {
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	margin-bottom: 15px;
	border-radius: 10px;
}
.archive .archive-date{
	margin: 0 0 10px;
	text-align: center;
	font-size: 1.2rem;
}
.archive .archive-img:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}

.archive .archive-link{
	color: #42b2d2;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}

.archive .archive-article{
	font-size: 1.4rem;
}

/* 記事ページ
======================================*/
.article{
	margin: 40px 0;
	padding: 40px 0;
	background-color:rgba(244,222,49,0.10);
	text-align: center;
}

.article-date {
	color: #42b2d2;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.article-link{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.article-img-wrap{
	text-align: center;
}
.article-img img{
	width: 60% !important;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
@media (max-width:560px){
	.article-img img{
		width: 80% !important;
	}
}
.article p{
	text-align: left;
	margin-bottom: 15px;
}

/* 404ページ
======================================*/
.not-found{
	display: flex;
	justify-content: center;
}
.not-found li{
	margin-right: 20px;
}
.not-found li a{
	color: #42b2d2;
}
.not-found li a:hover{
	opacity: 0.8;
}
/* 共通設定
======================================*/

/* デバイス別表示設定 */
/* スマホデバイス */
@media (max-width:768px){
	/* spクラス表示 */
	/* sp-tabクラス表示 */
	/* tab-pcクラス非表示 */
	.tab-pc{
		display: none;
	}
	/* pcクラス非表示 */
	.pc{
		display: none;
	}
}
/* タブレット */
@media (min-width:768px) and (max-width:1024px){
	/* spクラス非表示 */
	.sp{
		display: none;
	}
	/* sp-tabクラス表示 */
	/* tab-pcクラス表示 */
	/* pcクラス非表示 */
	.pc{
		display: none;
	}
}
/* PC */
@media (min-width:1024px){
	/* spクラス非表示 */
	.sp{
		display: none;
	}
	/* sp-tabクラス表示 */
	.sp-tab{
		display: none;
	}
	/* tab-pcクラス表示 */
	/* pcクラス表示 */
}
