@charset "UTF-8";
/* -------------------------------- 

PC Wide

-------------------------------- */
#sp{display: none;}
#sp-top-logo{display: none;}
#menu-hide{display: none;}
#sp-view{display: none;}
#news-sp{display: none;}
/*ヘッド*/
#side-menu{
	width: 80px;
	height: 100vh;
	background-color: #FFF;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
}

#side-menu .nav-area{
	width: 80px;
	height: 120px;
	background-color: #2b2b2b;
	position: relative;
}

#side-menu .menu-title{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	transform: rotate( -90deg );
	position: absolute;
	bottom:30px;
	right: 0px;
}

#side-menu .follow-text{
	font-family: arial;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	white-space: nowrap;
	transform: rotate( -90deg );
	margin-top: 280px;
}


#side-menu ul.sns-list{
	width: 90%;
	font-size: 36px;
	text-align: center;
	margin:40px auto 40px;
}

#side-menu ul.sns-list li{
	color: #ccc;
	margin-bottom: 15px;
}

#side-menu ul.sns-list li a{
	color:#2b2b2b;
	transition: all .5s ease; 
}

#side-menu ul.sns-list li a:hover{
	color: #d69711;
}

#nav-drawer button{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 999999;
}

.menu {
  position: fixed;
  top: 0;
  left: -90vw;
  width: 90vw;
  height: 100%;
  background-color: #2b2b2b;
  transition: all .3s ease;
}

.menu--isOpen {
  position: fixed;
  left: 0;
  top:0;
  width: 20vw;
  z-index: 999998;
}

.menu__button {
  position: fixed;
  left: 15px;
  top: 8px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
}

.menu span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-10px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(10px);
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #FFF; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #FFF;  
}

.sp-menu{
  width: 100%;
  position: relative;
  top:36px;
}

ul.sp-menu-list {
  width: 100%;
  color: #FFF;
}

ul.sp-menu-list li{
  width: 100%;
  color: #FFF;
  border-top: 1px solid #3d3d3d;
}

ul.sp-menu-list li:last-child{
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}

ul.sp-menu-list li a{
  display: block;
  padding: 15px 20px;
  color: #FFF;
}

ul.sp-menu-list li a:hover{
  background-color: #d69711;
}

.sp-menu-title{
  font-size: 18px;
  color: #FFF;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  margin-bottom: 10px;
}

.pagetop{
  font-size: 36px;
  position: fixed;
  bottom:10px;
  left: 24px;
  z-index: 3;
  transition: all .5s ease;
}

.pagetop:hover{
  position: fixed;
  bottom:20px;
}

.pagetop a{
  color: #2d2d2d;
  transition: all .5s ease;
}

.pagetop i{
  color: #2d2d2d;
}

/*コンテンツ*/
.content{
	padding-left: 0px;
}

.sec-content{
	padding-left: 80px;
	background-color: #FFF;
}

#top-main{
	width: 100%;
/*	height: 70vh;
	overflow: hidden;*/
	position: relative;
}

#top-main h1{
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 160px;
	top:20px;
	z-index: 3;
}


#top-main ul.top-nav{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}

#top-main ul.top-nav li{
	border-left: 1px solid #fff;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(1){
	width: 20%;
	text-align: center;
	border-left:none;
}

#top-main ul.top-nav li:nth-of-type(2){
	width: 8%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(3){
	width: 13%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(4){
	width: 14%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(5){
	width: 11%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(6){
	width: 10%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(7){
	width: 10%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(8){
	width: 14%;
	text-align: center;
	border-left: none;
}

#top-main ul.top-nav li a{
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 40px 0px;
}

#top-main .top-logo{
	width: 120px;
	font-size: 16px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	margin-left: 20px;
	padding-top:10px; 
}

#top-main .top-logo img{
	width: 100%;
	height: auto;
}

#top-main .link-btn{
	display: block;
}

#top-main .link-btn:hover{
	display: block;
	background-color: rgba(255,255,255,0.3);
}

#top-main .contact-btn{
	display: block;
	background-color: #d69711;
}

#top-main .contact-btn:hover{
	background-color: #b9820d;
}

#top-main .top-slide{
	width: 100%;
/*	position: absolute;
	top:0;
	left: 0;
	z-index: 1;*/
}

#top-main .top-slide img{
	width: 100%;
	height: auto;
}

#top-main .slide-text{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 48px;
	font-weight: bold;
	color: #ff574a;
	letter-spacing: 2px;
	text-shadow: 1px 1px 10px rgba(255,255,255,1);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
}

#news{
	width: 100%;
}

ul.news-list{
	width: 70%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	bottom:-70px;
}

ul.news-list li:nth-of-type(1){
	width: 20%;
	background-color: #2d2d2d;
	position: relative;
}

ul.news-list li:nth-of-type(2){
	width: 40%;
	position: relative;
}

ul.news-list li:nth-of-type(3){
	width: 40%;
	border-left:1px solid #ccc;
	position: relative;
}

.news-title{
	display: block;
	color: #FFF;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-title h2{
	font-family: arial;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

.news-title a{
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

.news-area{
	width: 100%;
	height: 140px;
	padding: 10px 10px 0px 10px;
	background-color: #FFF;
}

.news-photo{
	width: 40%;
	max-height:120px;
	float: left;
	overflow:hidden;
}

.news-photo img{
	width: 100%;
	height: auto;
}

.post-area{
	width: 58%;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px;
	float:right;
}

.post-title{
font-size: 16px;
line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-title a{
	text-decoration: underline;
}

#attempt{
	width: 100%;
	position: relative;
	margin-top: 150px;
	margin-bottom: 100px;
}

#attempt ul.content-list{
	display: flex;
}

#attempt ul.content-list li{
	width: 50%;
}

#attempt .content-txt{
	width: 100%;
	background-color: #fff;
	color: #2d2d2d;
	line-height: 1.5;
	padding: 80px 0px;
	position: relative;
}

#attempt .wrap{
	width: 70%;
	margin:0 auto 0;
}

#attempt .main-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

#attempt .sub-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 100%;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #d69711;
	margin:0 auto 0;
	padding: 40px 0px;
}

#attempt .detail-btn{
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#attempt .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #d69711;
	padding: 10px 0px;
}

#attempt .detail-btn a:hover{
	background-color: #b9820d;
}

#attempt .en-title{
	font-family: arial;
	font-size: 90px;
	line-height: 1.5;
	color: #ccc;
	font-weight: bold;
	opacity: 0.3;
	position: absolute;
	right: 40px;
	top:-70px;
}

#merchandise{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

#merchandise ul.content-list{
	display: flex;
}

#merchandise ul.content-list li{
	width: 50%;
}

#merchandise .content-txt{
	width: 100%;
	background-color: #fff;
	color: #2d2d2d;
	line-height: 1.5;
	padding: 80px 0px;
	position: relative;
}

#merchandise .wrap{
	width: 70%;
	margin:0 auto 0;
}

#merchandise .main-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

#merchandise .sub-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 100%;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #d69711;
	margin:0 auto 0;
	padding: 40px 0px;
}

#merchandise .detail-btn{
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#merchandise .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #d69711;
	padding: 10px 0px;
}

#merchandise .detail-btn a:hover{
	background-color: #b9820d;
}

#merchandise .en-title{
	font-family: arial;
	font-size: 90px;
	line-height: 1.5;
	color: #ccc;
	font-weight: bold;
	opacity: 0.3;
	position: absolute;
	right: 40px;
	top:-70px;
}

#pharmacy{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

#pharmacy ul.content-list{
	display: flex;
}

#pharmacy ul.content-list li{
	width: 50%;
}

#pharmacy .content-txt{
	width: 100%;
	background-color: #fff;
	color: #2d2d2d;
	line-height: 1.5;
	padding: 80px 0px;
	position: relative;
}

#pharmacy .wrap{
	width: 70%;
	margin:0 auto 0;
}

#pharmacy .main-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

#pharmacy .sub-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 100%;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #32b16c;
	margin:0 auto 0;
	padding: 40px 0px;
}

#pharmacy .detail-btn{
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#pharmacy .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #32b16c;
	padding: 10px 0px;
}

#pharmacy .detail-btn a:hover{
	background-color: #268451;
}

#pharmacy .en-title{
	font-family: arial;
	font-size: 90px;
	line-height: 1.5;
	color: #ccc;
	font-weight: bold;
	opacity: 0.3;
	position: absolute;
	right: 40px;
	top:-70px;
}

#about{
	width: 100%;
	background-image: url(../img/aboutus_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 30px;
}

#about .wrap{
	width: 60%;
	margin:0 auto 0;
	padding: 200px 0px;
}

#about h2{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 38px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}

#about .en-title{
	font-family: arial;
	font-size: 90px;
	color: #ccc;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top:-50px;
	opacity: 0.3;
}

#about .about-txt{
	width: 100%;
	font-size: 20px;
	line-height: 1.7;
	word-break: break-all;
}

#about .detail-btn{
	width: 300px;
	float: right;
}

#about .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #d69711;
	padding: 20px 0px;
}

#about .detail-btn a:hover{
	background-color: #b9820d;
}


/*フッター*/
#footer{
	width: 100%;
	background-color: #2b2b2b;
}

#footer ul.conatct-list{
	width: 80%;
	margin:0 auto 0;
	display: flex;
}

#footer ul.conatct-list li:nth-of-type(1){
	width: 15%;
}

#footer ul.conatct-list li:nth-of-type(2){
	width: 40%;
	font-size: 1rem;
	line-height: 1.5;
	color: #FFF;
	padding-top: 20px;
	padding-left: 60px;
}

#footer ul.conatct-list li:nth-of-type(3){
	width: 45%;
	font-size: 1rem;
	line-height: 1.5;
	color: #FFF;
	padding-top: 20px;
	padding-left: 0px;
}

#footer .contact-title{
	display: block;
	font-size: 14px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background-color: #d69711;
	padding: 50px 0px;
}

#footer .contact-title h2{
	font-size: 20px;
	font-weight: bold;
}

#footer .tel-no{
	font-family: arial;
	font-size: 42px;
	line-height: 1.5;
	color: #d69711;
	font-weight: bold;
}

#footer .contact-time{
	font-size: 14px;
	line-height: 1.5;
}

#footer .mail-btn{
	width: 300px;
}

#footer .mail-btn a{
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #d69711;
	padding: 10px 0px;
}

#footer .mail-btn a:hover{
	background-color: #b9820d;
}

#footer .mail-btn-green{
	width: 300px;
}

#footer .mail-btn-green a{
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #32b16c;
	padding: 10px 0px;
}

#footer .mail-btn-green a:hover{
	background-color: #268451;
}

#footer ul.foot-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

#footer ul.foot-nav li{
	font-size: 14px;
	color: #989898;
}

#footer ul.foot-nav li::after{
	content: '|';
	margin:0px 20px;
}

#footer ul.foot-nav li:last-child::after{
	content: '';
	margin:0px 0px;
}

#footer ul.foot-nav li a{
	color: #989898;
}

#footer ul.foot-nav li a:hover{
	color: #FFF;
}

.copy{
	font-size: 12px;
	color: #989898;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 30px;
}

/*ぱんくずリスト*/
.breadcomb{
	width: 100%;
	font-size: 14px;
	padding: 14px 0px;
	margin-bottom: 10px;

}

ul.pankuzu-list{
	display: flex;
}

ul.pankuzu-list li{
	font-size: 14px;
}

ul.pankuzu-list li::after{
	content: '/';
	margin:0px 10px;
}

ul.pankuzu-list li:last-child::after{
	content: '';
	margin:0px 0px;
}


/* セカンドページ */
.wrap{
	width: 80%;
	margin:0 auto 0;
	padding: 30px 0px 60px 0px;
}

.sec-main-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 100%;
	height: 120px;
	font-size: 36px;
	line-height: 120px;
	color: #d69711;
	font-weight: bold;
	text-align: center;
	background-color: #2d2d2d;
	border-top:1px solid #4d4d4d;
}

.sec-sub-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	line-height: 1.7;
	color: #d69711;
	font-weight: bold;
    display: flex;
    align-items:center;
    margin-bottom: 10px;
}

.sec-sub-title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #d69711;
}
  
.sec-sub-title:after {
    margin-left: 1rem;
}

.sec-sub-title-green{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	line-height: 1.7;
	color: #32b16c;
	font-weight: bold;
    display: flex;
    align-items:center;
    margin-bottom: 10px;
}

.sec-sub-title-green:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #32b16c;
}
  
.sec-sub-title-green:after {
    margin-left: 1rem;
}

table.com-table{
	width: 100%;
	background-color: #FFF;
}

table.com-table th{
	width: 20%;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	border:1px solid #ccc;
	padding: 15px 10px;
}

table.com-table td{
	width: 80%;
	font-size: 16px;
	line-height: 1.5;
	border:1px solid #ccc;
	padding: 15px 10px;
}

dl.info-list{
	width: 100%;
}

dl.info-list dt{
	float: left;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

dl.info-list dd{
	margin-left: 140px;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

dl.info-list dd a{
	text-decoration: underline;
}

ul.shop-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

ul.shop-list li{
	width: 47.5%;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 5%;
}

ul.shop-list li:nth-of-type(2n){
	margin-right: 0;
}

ul.shop-list li img{
	width: 100%;
	height: auto;
}

.shop-title{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.pay-title{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

ul.pay-list{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

ul.pay-list li{
	width: 7%;
	margin-right: 3%;
	margin-bottom: 10px;
}

ul.pay-list li img{
	width: 100%;
	height: auto;
}

.shop-box{
	width: 100%;
	position: relative;
}

.icon-area{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top:-5px;
	right: 0;
}

.icon-area figure{
	width: 45px;
	margin-left: 10px;
}



/* お問い合わせ */
.contact-area{
	width: 90%;
	background-color: #FFF;
	float: right;
}

.contact-wrap{
	width: 70%;
	font-size: 1rem;
	line-height: 1.7;
	margin:0 auto 0;
	padding: 40px 0px;
}

table.contact-table{
	width: 100%;
}

table.contact-table th{
	width: 30%;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
	vertical-align: middle;
}

table.contact-table td{
	width: 70%;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}

/*フォーム*/
input[type="text"] {
	width: 100%;
	display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

input[type="email"] {
	width: 100%;
	display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

select {
    font-size: 16px;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #ffffff;
    background-size: 20px, 100%;
    margin-right: 10px;
}

textarea {
    width: 100%;
    display: block;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

input[type="submit"] {
  width:  200px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 0;
  background-color: #fff;
  border:1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
  cursor: pointer;
}

input[type="submit"]:hover {
  color: #FFF;
  border:1px solid #d69711;
  background-color: #d69711;
  cursor: pointer;
}

button[type="submit"] {
  width:  200px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 0;
  background-color: #fff;
  border:1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
}

button[type="submit"]:hover {
  color: #FFF;
  border:1px solid #d69711;
  background-color: #d69711;
}

.contact-btn-area{
	width: 200px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.thanks-title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 2px solid #2d2d2d;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.back-link{
	width: 220px;
	margin-top:20px;
}

.back-link a{
	width: 100%;
	display: block;
	text-align: center;
	border:1px solid #2d2d2d;
	padding: 10px;
}

.back-link a:hover{
	color: #FFF;
	background-color: #2d2d2d;
}


/* プライバシーポリシー */
.privacy-area{
	width: 90%;
	background-color: #FFF;
	float: right;
}

.privacy-wrap{
	width: 70%;
	font-size: 1rem;
	line-height: 1.7;
	margin:0 auto 0;
	padding: 40px 0px;
}

.privacy-title{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #d69711;
	margin-bottom: 10px;
}

.privacy-text{
	padding-left: 2.5em;
}


ul.sponsor-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: center;
}

ul.sponsor-list li{
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

ul.sponsor-list li:nth-of-type(2n){
  margin-right: 0;
}

.as-name{
	font-size: 2rem;
	line-height: 1.5;
}

.as-name span{
	font-size: 0.875rem;
	line-height: 1.5;
}

.post{
	width: 100%;
	margin:0 auto 60px;
}

.post p{
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1em;
}

.post figure{
	width: 100%;
	margin:20px 0px;
}

.post figure img{
	max-width: 100%;
	height: auto;
}

.post-main-title{
	font-size: 2rem;
	line-height: 1.5;
	border-bottom: 2px solid #d69711;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

ul.link-list{
	display: flex;
	align-items: center;
}

ul.link-list li{
	margin-right: 20px;
}

ul.link-list li:last-child{
	margin-right: 0px;
}