@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=RocknRoll+One&display=swap');

html {
	font-size: 62.5%;/* 1rem=10px */
}

body {
	color: #5A5A5A;
	font-size: 2.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

.font_RocknRoll {
	font-family: 'RocknRoll One', sans-serif;
}

a {
	color: #004098;
	transition: all .3s ease;
}

a:hover {
	color: #0091D7;
}

a img {
	transition: all .3s ease;
}

a:hover img {
	opacity: 0.7;
}

.pc { display: block !important }
.sp { display: none !important }


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

.inner

-------------------------------*/
.inner {
	width: 100%;
	max-width: 136.6rem;
	margin: auto;
}

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

#page-top

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

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

header

-------------------------------*/
header {
	padding: 2.5rem 3vw;
	background: #FAFDFE;
	border-bottom: 10px solid #87BCD3;
}

header .inner {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header .inner h1 {
	display:flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
	padding-right: 2rem;
	font-size: 0;
}

header .inner h1 img {
    width: 100%;
    max-width: 29rem;
}

header .inner .menu {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

header .inner .menu .tel {
	text-align: right;
}

header .inner .menu .tel a {
	color: #5A5A5A;
	text-decoration: none;
}

header .inner .menu .tel .sns img {
	height: 3.5rem;
  margin-left: 2rem;
}


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

nav

-------------------------------*/
nav ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
}

nav li:not(:first-child) {
	padding-left: 2em;
}

nav a {
	display: inline-block;
	padding-right: 25px;
	color: #5A5A5A;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: url("../images/arrow_01.svg") no-repeat right center;
}

nav a span {
	display: inline-block;
}

nav a:visited {
	color: #5A5A5A;
}

nav a:hover {
	color: #87BCD3;
}


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

footer

-------------------------------*/
footer {
	background: #87BCD3;
}

footer .inner {
	padding: 3rem 3vw;
	color: #ffffff;
	text-align: center;
}

footer .sns {
	margin-top: 3rem;
}

footer .sns img {
	width: 5rem;
}

footer .copy {
	margin-top: 3rem;
}


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

main

-------------------------------*/
main {
	display: block;
	padding: 0.1rem 0 5rem;
}

main p {
	margin: 0 0 1em;
}

main figure {
	margin: 0;
}


/*-------------------------------
section
-------------------------------*/
section .inner {
	max-width: calc(112.5rem + 6vw);
	padding: 3rem 3vw;
}

/*-------------------------------
#page_top
-------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2vw;
  bottom: 5rem;
  background: #87BCD3;
  opacity: 0.6;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
}

/*-------------------------------
文字色
-------------------------------*/
/* 赤 */
.color_red {color: #ff0000;}
/* 青 */
.color_blue {color: #005BAA;}
/* 緑 */
.color_green {color: #3B9535;}

/*-------------------------------
配置
-------------------------------*/
.text_c {text-align: center;}
.text_l {text-align: left;}
.text_r {text-align: right;}

/*-------------------------------
見出し
-------------------------------*/
/* .headline_01 */
.headline_01 {
	max-width: calc(100rem + 6vw);
	margin-left: auto;
	margin-right: auto;
	color: #5A5A5A;
	font-size: 5rem;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: normal;
	text-align: center;
}

.headline_01 .deco_01,
.headline_01 .deco_02 {
	position: relative;
	display: inline-block;
}

.headline_01 .deco_01::before,
.headline_01 .deco_01::after,
.headline_01 .deco_02::before,
.headline_01 .deco_02::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 48px;
	height: 68px;
}

.headline_01 .deco_01::before,
.headline_01 .deco_02::before {
	left: -100px;
}

.headline_01 .deco_01::after,
.headline_01 .deco_02::after {
	right: -100px;
}

.headline_01 .deco_01::before {
	background: url("../images/deco_01_l.svg") no-repeat left top / 100% auto;
}

.headline_01 .deco_01::after {
	background: url("../images/deco_01_r.svg") no-repeat left top / 100% auto;
}

.headline_01 .deco_02::before {
	background: url("../images/deco_02_l.svg") no-repeat left top / 100% auto;
}

.headline_01 .deco_02::after {
	background: url("../images/deco_02_r.svg") no-repeat left top / 100% auto;
}

/* .headline_02 */
.headline_02 {
	position: relative;
	margin: 0 0 8rem;
	color: #ffffff;
	font-size: 4rem;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1rem;
	line-height: 1.4;
	background: #AE701C;
	border-radius: 30px;
}

.headline_02 span {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1rem;
	line-height: 1.4;
}

/* .headline_03 */
.headline_03 {
	position: relative;
	max-width: calc(100rem + 6vw);
	color: #AE701C;
	font-size: 2.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	letter-spacing: 1rem;
	line-height: 1.4;
}

.headline_03::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	height: 1px;
	width: 100%;
	background: #AE701C;
}

.headline_03 span {
	position: relative;
	z-index: 1;
	background: #F4F4E5;
}

/* .headline_04 */
.headline_04 span {
	position: relative;
	display: inline-block;
	padding: 0.5rem;
	color: #ffffff;
	font-size: 2.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	line-height: 1.4;
	background: #4896D5;
}

.headline_04 span::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 0;
	border-color: transparent #4896D5 transparent transparent;
}

/* .headline_05 */
.headline_05 {
	margin: 0 0 2.5rem;
	color: #ffffff;
	font-size: 3.4rem;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1rem;
	line-height: 1.4;
	background: #0071BC;
	border-radius: 30px;
}

/*-------------------------------
ボタン
-------------------------------*/
/* .btn */
.btn_c {
	text-align: center;
}

/* .btn_r */
.btn_r {
	text-align: right;
}

/* .btn_01（オレンジ） */
.btn_01,
input[type="submit"].btn_01 {
	position: relative;
	display: inline-block;
	margin: 0.5rem;
	padding: 0.5rem 4rem;
	color: #ffffff;
	font-size: 2.6rem;
	text-align: center;
	text-decoration: none;
	background: #D59854;
	border: 1px solid #D59854;
	border-radius: 3rem;
	transition: 0.3s all;
}

.btn_01::before,
input[type="submit"].btn_01::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 1.5rem;
	width: 10px;
	height: 10px;
	margin: auto;
	vertical-align: middle;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.btn_01:hover,
input[type="submit"].btn_01:hover {
	color: #D59854;
	background: #ffffff;
}

.btn_01:hover::before,
input[type="submit"].btn_01:hover::before{
	border-top: 2px solid #D59854;
	border-right: 2px solid #D59854;
}


/* .btn_02（水色） */
.btn_02,
input[type="submit"].btn_02 {
	position: relative;
	display: inline-block;
	margin: 0.5rem;
	padding: 0.5rem 4rem;
	color: #ffffff;
	font-size: 2.6rem;
	text-align: center;
	text-decoration: none;
	background: #0091D7;
	border: 1px solid #0091D7;
	border-radius: 3rem;
	transition: 0.3s all;
}

.btn_02::before,
input[type="submit"].btn_02::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 1rem;
	width: 6px;
	height: 6px;
	margin: auto;
	vertical-align: middle;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.btn_02:hover,
input[type="submit"].btn_02:hover {
	color: #0091D7;
	background: #ffffff;
}

.btn_02:hover::before,
input[type="submit"].btn_02:hover::before{
	border-top: 2px solid #0091D7;
	border-right: 2px solid #0091D7;
}

/* .btn_03（青） */
.btn_03,
input[type="submit"].btn_03 {
	position: relative;
	display: inline-block;
	margin: 0.5rem;
	padding: 0.5rem 4rem;
	color: #ffffff;
	font-size: 2.6rem;
	text-align: center;
	text-decoration: none;
	background: #004098;
	border: 1px solid #004098;
	border-radius: 3rem;
	transition: 0.3s all;
}

.btn_03::before,
input[type="submit"].btn_03::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 1rem;
	width: 6px;
	height: 6px;
	margin: auto;
	vertical-align: middle;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.btn_03:hover,
input[type="submit"].btn_03:hover {
	color: #004098;
	background: #ffffff;
}

.btn_03:hover::before,
input[type="submit"].btn_03:hover::before{
	border-top: 2px solid #004098;
	border-right: 2px solid #004098;
}

/* .btn_04（緑） */
.btn_04,
input[type="submit"].btn_04 {
	position: relative;
	display: inline-block;
	margin: 0.5rem;
	padding: 0.5rem 4rem;
	color: #ffffff;
	font-size: 2.6rem;
	text-align: center;
	text-decoration: none;
	background: #3B9535;
	border: 1px solid #3B9535;
	border-radius: 3rem;
	transition: 0.3s all;
}

.btn_04::before,
input[type="submit"].btn_04::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 1rem;
	width: 6px;
	height: 6px;
	margin: auto;
	vertical-align: middle;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.btn_04:hover,
input[type="submit"].btn_04:hover {
	color: #3B9535;
	background: #ffffff;
}

.btn_04:hover::before,
input[type="submit"].btn_04:hover::before{
	border-top: 2px solid #3B9535;
	border-right: 2px solid #3B9535;
}


/*-------------------------------
form
-------------------------------*/
/* 必須 */
.req {
	margin: 0 0.5rem;
	padding: 0.3rem 1rem;
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
	background: #D59854;
	border-radius: 0.5rem;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea,
form select {
	width: 100%;
	padding: 5px;
	font-size: 2rem;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-radius: 0.5rem;
}

form input[type="submit"]{
	color: #ffffff;
	background: none;
	border: none;
}

form label {
	margin-right: 2rem;
}

.mw_wp_form_confirm .dsp,
.mw_wp_form_complete .dsp {
	display: none;
}


/*-------------------------------
.ggmap
-------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 3rem;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------
.contents
-------------------------------*/
.contents {
	width: 100%;
	max-width: calc(112.5rem + 6vw);
	margin: auto;
	padding: 0 3vw;
}

/*-------------------------------
#intro
-------------------------------*/
#intro {
	margin-bottom: 6rem;
}

#intro p {
	font-size: 2.6rem;
	text-align: center;
}

#intro p span {
	display: inline-block;
}

/*-------------------------------
.note
-------------------------------*/
.note {
	font-size: 80%;
	text-align: right;
}


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

#top

-------------------------------*/
#top {
	background: url("../images/bg_01.jpg") repeat-y top center, #F5F5E6;
}

/*-------------------------------
.mv
-------------------------------*/
#top .mv .slider {
	width: 100%;
	max-width: 136.6rem;
	margin: 0 auto;
}

#top .mv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .mv li {
	position: relative;
}

#top .mv li .copy {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 2rem;
	height: 1em;
	width: 100%;
	color: #ffffff;
	font-size: 6.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	text-shadow: 1px 2px 3px #808080;
}

#top .mv img {
	max-width: 100%;
}

#top .mv .slick-prev {
	left: 1rem;
	z-index: 1;
}

#top .mv .slick-next {
	right: 1rem;
}

/*-------------------------------
#topmenu
-------------------------------*/
#topmenu {
	width: 100%;
	margin: 0 auto 9rem;
}

#topmenu ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 110rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#topmenu a {
	display: block;
}

#topmenu figure {
	position: relative;
	overflow: hidden;
}

#topmenu figure img {
	max-width: 100%;
	transform: scale(1);
	transition: .3s ease-in-out;
}

#topmenu a:hover figure img {
	transform: scale(1.3);
	opacity: 1;
}

#topmenu li {
	width: 50%;
	overflow: hidden;
	border: 20px solid #87BCD3;
}

#topmenu li:nth-child(1) {
	border-right: 10px solid #87BCD3;
	border-bottom: 10px solid #87BCD3;
	border-top-left-radius: 50px;
}

#topmenu li:nth-child(2) {
	border-left: 10px solid #87BCD3;
	border-bottom: 10px solid #87BCD3;
	border-top-right-radius: 50px;
}

#topmenu li:nth-child(3) {
	border-right: 10px solid #87BCD3;
	border-top: 10px solid #87BCD3;
	border-bottom-left-radius: 50px;
}

#topmenu li:nth-child(4) {
	border-left: 10px solid #87BCD3;
	border-top: 10px solid #87BCD3;
	border-bottom-right-radius: 50px;
}

/*-------------------------------
#info
-------------------------------*/
#top #info {
	margin-bottom: 4rem;
}

#top #info ul {
	width: 100%;
	max-width: 85rem;
	margin: 0 auto 4rem;
	padding: 2rem;
	list-style: none;
	background: #ffffff;
}

#top #info li {
	position: relative;
	display:flex;
	flex-wrap: wrap;
	padding: 3rem 2rem;
	color: #5A5A5A;
	font-size: 1.8rem;
	line-height: 1.4;
	border-top: 1px solid #000000;
}

#top #info li:last-child {
	border-bottom: 1px solid #000000;
}

#top #info li.only-title a {
	pointer-events: none;
}

#top #info li.only-title a .title::after {
    position: static;
    content: none;
}

#top #info li .day {
	width: 6em;
}

#top #info li .title {
    width: calc(100% - 6em);
}

#top #info li a {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	color: #5A5A5A;
	font-size: 1.8rem;
	text-decoration: none;
}

#top #info li a .title {
	position: relative;
	display: block;
	width: calc(100% - 6em);
}

#top #info li a:hover {
	color: #972528;
}

#top #info li a .title::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -2.5rem;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 8px solid transparent;
    border-left: 8px solid #972528;
    box-sizing: border-box;
}




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

#feature

-------------------------------*/
#feature {
	background: url("../images/bg_02.jpg") repeat-y top center, #F2F3E5;
}

/*-------------------------------
#commitment
-------------------------------*/
#feature #commitment .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#feature #commitment .inner article {
	width: 48%;
	margin-bottom: 5rem;
}

#feature #commitment .inner figure {
	margin: auto;
	text-align: center;
}

#feature #commitment .inner figure img {
	max-width: 100%;
	border-radius: 40px;
	border: 10px solid #87BCD3;
}

#feature #commitment .inner h3 {
	margin: 2rem 0;
	font-size: 3.6rem;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: normal;
	text-align: center;
  line-height: 1.5;
}

#feature #commitment .inner h3 img {
	width: 100%;
  max-width: 282px;
}

#feature #commitment .inner h3 span {
	display: inline-block;
}

#feature #commitment .inner p {
	font-size: 2.6rem;
	line-height: 1.5;
}

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

#menu

-------------------------------*/
#menu {
	background: url("../images/bg_03.jpg") repeat-y top center, #F2F0E3;
}

#menu .inbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10rem;
}

#menu .inbox figure {
	width: 56%;
	text-align: center;
}

#menu .inbox .price {
	width: 40%;
}

#menu .inbox .price dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

#menu .inbox .price dt {
	width: 70%;
}

#menu .inbox .price dd {
	width: 30%;
	margin: 0;
	text-align: right;
}

#menu .inbox .price dd.subtxt {
	width: 100%;
	margin: 0;
	color: #DC950F;
	font-size: 80%;
	text-align: left;
}

/* パン */
#menu #bread .inbox .price .main {
	padding-bottom: 1em;
	border-bottom: 1px solid #AE701C;
}

#menu #bread .inbox .price .main dt {
	width: 70%;
	color: #AE701C;
}

#menu #bread .inbox .price .main dd {
	padding-right: 1em;
}

#menu #bread .headline_02 {
	background: #AE701C;
}

/* フルーツサンド */
#menu #fruit .headline_02 {
	background: #C94935;
}

/* スムージー */
#menu #smoothies .headline_02 {
	background: #CA73A5;
}

/* フレッシュジュース */
#menu #juice .headline_02 {
	background: #DC950F;
}

/* 限定 */
#menu #special .headline_02 {
	background: #4896D5;
}

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

#shop

-------------------------------*/
#shop {
	background: url("../images/bg_04.jpg") repeat-y top center, #F3F1E3;
}

#shop #info .inner {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 5rem;
}

#shop #info .inner figure {
	width: 40%;
	margin-bottom: 7rem;
}

#shop #info .inner figure img {
	max-width: 100%;
	border-radius: 40px;
	border: 10px solid #87BCD3;
}

#shop #info .inner .text {
	width: 57%;
	margin-bottom: 7rem;
}

#shop #info .inner .text .table_01 {
	width: 100%;
}

#shop #info .inner .text .table_01 th,
#shop #info .inner .text .table_01 td {
	padding: 0.5rem 1rem;
	font-weight: 400;
	vertical-align: top;
}

#shop #info .inner .text .table_01 th {
	white-space: nowrap;
	text-align-last: justify;
}

#shop #info .inner .text .table_01 td span {
	display: inline-block;
}

#shop #info .inner .tel {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 5rem;
	text-align: center;
}

#shop #info .inner .tel .label {
	margin: 0 0.5rem;
	padding: 1rem 2rem;
	color: #ffffff;
	background: #972528;
	border-radius: 5px;
}

#shop #info .inner .tel .nom {
	margin: 0 0.5rem;
	font-size: 7rem;
}

#shop #info .inner .map {
	width: 100%;
}

#shop #info .inner .map .ggmap {
	border: 1px solid #251E1C;
}

#shop #info .inner .map p {
	text-align: center;
}



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

#contact

-------------------------------*/
#contact {
	background: url("../images/bg_05.jpg") repeat-y top center, #F3F1E3;
}

#contact #tel {
	padding: 10rem 0;
	text-align: center;
}

#contact #tel .tel {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}

#contact #tel .tel .label {
	margin: 0 0.5rem;
	padding: 1rem 3rem;
	color: #ffffff;
	background: #D59854;
	border-radius: 3rem;
}

#contact #tel .tel .nom {
	margin: 0 0.5rem;
	font-size: 7rem;
}

#contact #mail .table_01 {
	width: 80%;
	margin: 0 auto 5rem;
	background: #ffffff;
}

#contact #mail .table_01 th,
#contact #mail .table_01 td {
	padding: 2rem;
	font-size: 2rem;
	font-weight: 400;
	vertical-align: top;
	border: 1px solid #969696;
}

#contact #mail .table_01 th {
	width: 14em;
	text-align: left;
	white-space: nowrap;
}

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

#news

-------------------------------*/
#news {
	background: url("../images/bg_06.jpg") repeat-y top center, #F3F2E5;
}

#news .list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news .list ul {
	width: 100%;
	max-width: 85rem;
	margin: 0 auto 4rem;
	padding: 2rem;
	list-style: none;
	background: #ffffff;
}

#news .list li {
	position: relative;
	display:flex;
	flex-wrap: wrap;
	padding: 3rem 3rem 3rem 2rem;
	color: #5A5A5A;
	font-size: 1.8rem;
	line-height: 1.4;
	border-top: 1px solid #000000;
}

#news .list li:last-child {
	border-bottom: 1px solid #000000;
}

#news .list li.only-title a {
	pointer-events: none;
}

#news .list li.only-title a .title::after {
    position: static;
    content: none;
}

#news .list li .day {
	width: 6em;
}

#news .list li .title {
    width: calc(100% - 6em);
}

#news .list li a {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	color: #5A5A5A;
	font-size: 1.8rem;
	text-decoration: none;
}

#news .list li a:hover {
	color: #972528;
}

#news .list li a .title::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -2.5rem;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 8px solid transparent;
    border-left: 8px solid #972528;
    box-sizing: border-box;
}

#news .list li a .title {
	position: relative;
	display: block;
	width: calc(100% - 6em);
}

#news .detail {
	margin-bottom: 5rem;
	padding: 4rem;
	font-size: 1.8rem;
	background: #ffffff;
	border-radius: 2rem;
	border: 2px solid #87BCD3;
}

#news .detail img {
	max-width: 100%;
	height: auto;
}

#news .detail h3 {
	margin: 0 0 1em;
	font-size: 3.2rem;
	font-weight: normal;
	text-align: center;
}

#news .detail .day {
    text-align: right;
}

#news .detail ul {
	width: 100%;
	margin: 0 auto 2rem;
	padding: 2rem 0;
	list-style: none;
}

#news .detail li {
	position: relative;
	display:flex;
	flex-wrap: wrap;
	padding: 1rem 3rem 1rem 2rem;
	color: #000000;
	font-size: 2rem;
	line-height: 1.4;
}

#news .detail li.only-title a {
	pointer-events: none;
}

#news .detail li.only-title a .title::after {
	position: static;
	content: none;
}

#news .detail li .day {
	width: 6em;
	text-align: left;
}

#news .detail li .title {
	width: calc(100% - 6em);
}

#news .detail li a {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	color: #000000;
	font-size: 2rem;
	text-decoration: none;
}

#news .detail li a:hover {
	color: #972528;
}

#news .detail li a .title::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2.5rem;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	vertical-align: middle;
	border: 8px solid transparent;
	border-left: 8px solid #972528;
	box-sizing: border-box;
}

#news .detail li a .title {
	position: relative;
	display: block;
	width: calc(100% - 6em);
}

#news .detail .btn_c {
	margin-top: 8rem;
}

