@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.6;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b3226;
}
a {
	color: #d18289;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/
.noto{
	font-family: 'Noto Sans JP', sans-serif;
}
.robo{
	font-family: 'Roboto', sans-serif;
}
.rr{
	font-family: 'RocknRoll One', sans-serif;
}
.notos{
	font-family: 'Noto Serif JP', serif;
}


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
	background: url(/images/pc/bg.png) repeat center 0;
}
body.home {
	word-break: break-all;
}
#container {
	padding-top: 200px;
	overflow: hidden;
}
.home #container {
	padding-top: 144px;
}


/* float
------------------------------------------*/
#float-btn{
	position: fixed;
	z-index: 99999;
	top: 145px;
	right: 0;
	width: calc((100 / 1900) * 100vw);
}
#float-btn div:first-child{
	margin-left: calc((18 / 1900) * -100vw);
	margin-bottom: calc((10 / 1900) * 100vw);
	width: calc((118 / 1900) * 100vw);
	height: calc((306 / 1900) * 100vw);
	background: url(/images/pc/float-btn.png) no-repeat center 0 / cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#float-btn div:last-child{
	width: calc((100 / 1900) * 100vw);
	height: calc((160 / 1900) * 100vw);
	background: url(/images/pc/float-btn02.png) no-repeat center 0 / cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#float-btn div a{
	display: block;
	text-align: center;
	line-height: calc((100 / 1900) * 100vw);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: calc((20 / 1900) * 100vw);
	font-weight: 700;
	text-decoration: none;
}
#float-btn div:first-child a{
	padding-top: calc((110 / 1900) * 100vw);
	width: calc((118 / 1900) * 100vw);
	height: calc((306 / 1900) * 100vw);
}
#float-btn div:last-child a{
	width: calc((100 / 1900) * 100vw);
	height: calc((160 / 1900) * 100vw);
}
#float-btn div:first-child:hover,
#float-btn div:last-child:hover{
	opacity: .7;
}

/* header
------------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	background: url(/images/pc/bg.png) repeat center 0;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	padding: 0 50px;
	z-index: 20;
	display: flex;
	justify-content: space-between;
}
.home #header-inner {
	height: 145px;
}
.header-logo {
	margin-top: 15px;
	width: 160px;
}
.gnav {
}

/* droppy */
.gnav-list {
	position: relative;
	text-align:	left;
	zoom: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 145px;
}
.gnav-list li {
	display: block;
	margin-left: calc((50 / 1900) * 100vw);
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gnav-list li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 145px;
	color: #512e1c;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gnav-list li a span{
	color: #d96c3c;
	font-size: 12px;
}
.gnav-list li a:hover{
	opacity: .7;
}
.gnav-list li a:hover:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 25px;
	left: 25px;
	height: 6px;
	background: #512e1c;
}
.gnav-list li ul li a:hover:before{
	display: none;
}
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; margin: 0;}
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; height: auto; text-align: left; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/

#mainimage {
	position: relative;
	margin-bottom: 115px;
	width: 100%;
}
#mainimage:before{
	display: block;
	content: '';
	padding-top: calc((720 / 1900) * 100%);
}
#mainimage-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc((1300 / 1900) * 100vw);
	overflow: hidden;
}
#mainimage-inner:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/images/pc/mv-over.png) no-repeat center center / cover;
}

/* slideshow */
.slideshow {
	width: 100%;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	width: 100%;
}
.slideshow .slick-slide img {
	width: 100%;
}

.mv-catch{
	position: absolute;
	top: calc((150 / 1900) * 100vw);
	left: calc((147 / 1900) * 100vw);
	text-align: left;
	color: #512e1c;
	font-size: calc((50 / 1900) * 100vw);
	font-weight: 500;
	line-height: 1.3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.mv-catch span.eng{
	margin-top: calc((30 / 1900) * 100vw);
	display: block;
	font-size: calc((21 / 1900) * 100vw);
	font-weight: 700;
}
.mv-catch span.main{
	position: relative;
}
.mv-catch span.main:before{
	display: block;
	content: '';
	position: absolute;
	top: calc((70 / 1900) * 100vw);
	left: 0;
	right: calc((68 / 1900) * 100vw);
	border-bottom: #512e1c 2px solid;
}
.mv-catch span.main:after{
	display: block;
	content: '';
	position: absolute;
	top: calc((135 / 1900) * 100vw);
	left: 0;
	right: 0;
	border-bottom: #512e1c 2px solid;
}

.mv-contact{
	position: absolute;
	bottom: calc((90 / 1900) * -100vw);
	right: calc((30 / 1900) * 100vw);
	width: calc((304 / 1900) * 100vw);
	height: calc((304 / 1900) * 100vw);
	background: url(/images/pc/mv-badge.png) no-repeat center 0 / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.mv-contact h2{
	color: #512e1c;
	font-size: calc((20 / 1900) * 100vw);
	font-weight: 700;
	margin-bottom: .3em;
}
.mv-contact .tel{
	font-size: calc((26 / 1900) * 100vw);
	font-weight: 700;
	margin-bottom: .3em;
}
.mv-contact .tel a{
	color: #512e1c;
}
.mv-contact .tel a i{
	font-size: calc((22 / 1900) * 100vw);
	margin-right: calc((5 / 1900) * 100vw);
}
.mv-contact .mail{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.mv-contact .mail a{
	color: #fff;
	font-size: calc((14 / 1900) * 100vw);
	font-weight: 700;
	display: block;
	width: calc((150 / 1900) * 100vw);
	height: calc((36 / 1900) * 100vw);
	-webkit-border-radius: calc((18 / 1900) * 100vw);
	-moz-border-radius: calc((18 / 1900) * 100vw);
	border-radius: calc((18 / 1900) * 100vw);
	line-height: calc((36 / 1900) * 100vw);
	text-align: center;
	background: #512e1c;
}
.mv-contact a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.mv-contact a:hover{
	opacity: .7;
}

.mv-news{
	position: absolute;
	bottom: calc((84 / 1900) * -100vw);
	left: calc((147 / 1900) * 100vw);
	padding: 20px 40px 0 40px;
	height: 170px;
	width: 920px;
	background: url(/images/pc/common-bg.png) no-repeat center 0 / cover;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: 0 0 2px 2px rgba(100,100,100,.1);
	box-shadow: 0 0 2px 2px rgba(100,100,100,.1);
}
.mv-news h2{
	text-align: left;
	margin-bottom: 25px;
	padding-left: 60px;
	height: 55px;
	line-height: 55px;
	position: relative;
	border-bottom: #b5967f 1px dashed;
	color: #512e1c;
	font-size: 20px;
	background: url(/images/pc/flag01.png) no-repeat 0 0;
	-webkit-background-size: 40px 50px;
	background-size: 40px 50px;
}
.mv-news h2 a{
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	background: #512e1c;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.mv-news h2 a:before{
	display: block;
	content: '\f0da';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mv-news h2 a:hover{
	opacity: .7;
}
.mv-news-main h3{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 400;
}
.mv-news-main h3 a{
	display: block;
	width: 730px;
	text-align: left;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}

#main {
	width: 1080px;
	text-align: left;
}
.home #content-inner{
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}

/* common
------------------------------------------*/
.common-line{
}
.common-line-main{
	height: 25px;
	background: url(/images/pc/common-line.png) no-repeat center 0;
}

.common-title01{
	color: #512e1c;
	font-size: 40px;
	margin: 0 auto 60px;
	width: 1080px;
	height: 105px;
	background: url(/images/pc/common-title-bg.png) no-repeat center 0;
}
.common-title01 span{
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.main-baby{
	position: relative;
	margin: 90px auto 120px;
	width: 1080px;
	z-index: 10;
}
.main-baby h2{
	position: relative;
}
.main-baby h2 a{
	display: block;
	position: absolute;
	top: 9px;
	right: -60px;
	bottom: -60px;
	padding: 58px 0 0 20px;
	width: 370px;
	height: 158px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	background: url(/images/pc/flag02.png) no-repeat center 0;
}
.main-baby ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 27px;
}
.main-baby ul li{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: 0 0 2px 2px rgba(100,100,100,.1);
	box-shadow: 0 0 2px 2px rgba(100,100,100,.1);
	overflow: hidden;
	background: url(/images/pc/common-bg.png) no-repeat center 0 / cover;
}
.main-baby ul li .image{
	position: relative;
}
.main-baby ul li .image:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 6px;
	right: 6px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #512e1c transparent;
}
.main-baby ul li .texts{
	padding: 20px 20px 25px;
}
.main-baby ul li .texts ul{
	display: block;
}
.main-baby ul li .texts ul li{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	text-align: left;
	font-size: 15px;
	margin-bottom: 8px;
}
.main-baby ul li .texts ul li span{
	display: inline-block;
	margin-right: 10px;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ee864c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.main-baby .tweet{
	position: absolute;
	bottom: -286px;
	right: -100px;
	width: 470px;
	height: 570px;
}
.main-baby .tweet .image{
	position: absolute;
	bottom: 0;
	right: 42px;
}
.main-baby .tweet .texts{
	position: absolute;
	top: 0;
	left: 25px;
	transform: rotate(-10deg);
}
.main-baby .tweet .texts h3{
	font-size: 34px;
	margin-bottom: 15px;
}
.main-baby .tweet .text{
	font-size: 20px;
	line-height: 1.3;
	margin: 0 -1.5em;
}

.main-dog{
	margin: 0 auto 100px;
	width: 1200px;
	height: 1429px;
	position: relative;
	padding: 86px 0 120px;
	background: url(/images/pc/main-dog-bg.png) no-repeat center 0;
}
.main-dog h2{
}
.main-dog .main{
	margin: 0 auto 100px;
	width: 600px;
	position: relative;
}
.main-dog .sub{
	margin: 0 auto;
	width: 1020px;
}
.main-dog .sub ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 100px 60px;
}
.main-dog .sub ul li{
	position: relative;
}
.main-dog h3 a{
	position: absolute;
	top: -58px;
	left: -40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 144px;
	height: 144px;
	background: url(/images/pc/main-dog-bagge.png) no-repeat center 0;
	font-size: 18px;
	font-weight: 700;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 10;
}
.main-dog h3 a:hover{
	opacity: .7;
}
.main-dog .image{
	position: relative;
}


.main-dog .btns a{
	position: relative;
	display: block;
	margin: 50px auto 0;
	width: 400px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	background: #512e1c;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
}
.main-dog .btns a:before{
	display: block;
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-dog .btns a:hover{
	opacity: .7;
}

.main-pickup{
	margin: 0 auto 120px;
	width: 1080px;
}
.main-pickup ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 160px;
}
.main-pickup ul li h2{
	margin-bottom: 40px;
	padding-top: 35px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3;
	background: url(/images/pc/crown.png) no-repeat center 0;
}
.main-pickup ul li h2 span.eng{
	display: block;
	color: #b5967f;
	font-size: 18px;
	margin-bottom: 1em;
}
.main-pickup ul li h2 span.sub{
	display: block;
	font-size: 26px;
}
.main-pickup ul li .image{
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.main-pickup ul li .text{
	font-size: 15px;
	text-align: left;
	margin-bottom: 1.5em;
}
.main-pickup ul li .btns a{
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color: #fff;
	background: #512e1c;
	-webkit-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-pickup ul li .btns a:hover{
	opacity: .7;
}

.main-banner{
	margin: 0 auto 130px;
	width: 1080px;
}
.main-banner ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.main-flow{
	margin: 80px auto 120px;
	width: 896px;
}
.main-flow h2{
	margin-bottom: 60px;
	padding-top: 20px;
	color: #fff;
	font-size: 26px;
	background: url(/images/pc/ribbon.png) no-repeat center 0;
}
.main-flow h2 span{
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin-top: 1.0em;
	color: #3b3226;
}
.main-flow ul{
	display: flex;
	justify-content: space-between;
}
.main-flow ul li{
	width: 234px;
}
.main-flow ul li .image{
	position: relative;
	margin-bottom: 30px;
	width: 234px;
	height: 234px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(/images/pc/main-flow-badge.png) no-repeat center 0;
}
.main-flow ul li .image .count{
	position: absolute;
	top: -10px;
	left: -10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70px;
	height: 70px;
	background: #ffd770;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #512e1c;
	font-size: 30px;
}
.main-flow ul li h3{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .5em;
}
.main-flow ul li .text{
	font-size: 15px;
	text-align: left;
	font-weight: 500;
}

.main-blog{
	margin: 0 auto 120px;
	width: 1200px;
}
.main-blog h2{
	margin-bottom: 55px;
	font-size: 40px;
}
.main-blog h2 span{
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.main-blog ul{
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.main-blog ul li .image{
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.main-blog ul li h3{
	text-align: left;
	font-weight: 400;
}
.main-blog ul li h3 .date{
	display: block;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	width: 115px;
	text-align: right;
	padding-right: 15px;
	color: #fff;
	font-size: 15px;
	background: #ee864c;
	position: relative;
}
.main-blog ul li h3 .date:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	border-style: solid;
	border-width: 15px 5px 0 0;
	border-color: #ee844c transparent transparent transparent;
}
.main-blog ul li h3 .date:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: -5px;
	border-style: solid;
	border-width: 15px 0 0 5px;
	border-color: transparent transparent transparent #ee844c;
}
.main-blog ul li h3 a{
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-blog .btns a{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	background: #512e1c;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
}
.main-blog .btns a:before{
	display: block;
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-blog .btns a:hover{
	opacity: .7;
}

.main-instagram{
	margin: 120px auto 130px;
	width: 1200px;
}
.main-instagram h2{
	margin-bottom: 40px;
	font-size: 30px;
}
.main-instagram-main{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
}
.main-instagram-main .once{
	text-align: center;
}
.main-instagram-main .once h3{
	font-size: 15px;
	font-weight: 400;
	margin-bottom: .5em;
}
.main-instagram-main .once-main{
	width: 370px;
	height: 370px;
}

.main-message{
	margin: 0 auto 120px;
	width: 1080px;
}
.main-message h2{
	margin-bottom: 80px;
	font-size: 30px;
}
.main-message h2 span{
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.main-message-main{
	display: flex;
	justify-content: space-between;
}
.main-message .image{
	width: 400px;
	height: 400px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: #5c3a28 2px dashed;
}
.main-message .texts{
	width: 630px;
	text-align: left;
}
.main-message h3{
	font-size: 40px;
	font-weight: 700;
	height: 74px;
	line-height: 74px;
	margin-bottom: 25px;
	padding-left: 86px;
	border-bottom: #5c3a28 1px dashed;
	background: url(/images/pc/flag01.png) no-repeat 0 50%;
}
.main-message .text{
	font-size: 15px;
	margin-bottom: 2.0em;
}
.main-message .btns a{
	position: relative;
	display: block;
	width: 340px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	background: #512e1c;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
	box-shadow: 0 2px 2px 2px rgba(100,100,100,.1);
}
.main-message .btns a:before{
	display: block;
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: #fff;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-message .btns a:hover{
	opacity: .7;
}

.main-store{
	margin: 0 auto 80px;
	width: 900px;
}
.main-store h2{
	margin-bottom: 50px;
	font-size: 30px;
}
.main-store h2 span{
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.main-store .text{
	margin-bottom: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.0;
}
.main-store .text span{
	font-size: 18px;
	width: 100px;
}
.main-store .image{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.main-store .map,
.main-store .map .googlemap iframe{
	height: 360px;
}

.main-award{
	margin-bottom: 110px;  
	padding-top: 90px;
	background: url(/images/pc/flag03.png) no-repeat center 0;
}
.main-award-main{
	margin: 0 auto;
	width: 768px;
	display: flex;
	justify-content: space-between;
}
.main-award .image{
	width: 176px;
}
.main-award .texts{
	width: 550px;
	text-align: center;
}
.main-award .texts .header{
	color: #c52a2b;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
	text-shadow: 3px 3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff, 0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff;
}
.main-award .texts .text{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
}
.main-award .texts .result{
	-ms-word-break: keep-all;
	word-break: keep-all;
	color: #c52a2b;
	font-size: 50px;
	font-weight: 700;
	text-shadow: 3px 3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff, 0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff;
}
.main-award .texts .result strong{
	font-size: 60px;
	font-weight: 700;
}

.main-tweet{
	position: relative;
	margin: 75px auto 0;
	width: 930px;
	height: 380px;
	z-index: 10;
}
.main-tweet .image{
	position: absolute;
	bottom: 0;
	left: 60px;
}
.main-tweet .texts{
	position: absolute;
	top: 0;
	left: 240px;
	transform: rotate(8deg);
}
.main-tweet .texts h3{
	font-size: 30px;
	margin-bottom: 10px;
}
.main-tweet .text{
	font-size: 20px;
	line-height: 1.3;
	margin: 0 -1.5em;
}
.main-tweet:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 130px;
	right: 22px;
	width: 170px;
	height: 174px;
	background: url(/images/pc/flag04.png) no-repeat 0 0;
}

.main-confirmation{
	position: relative;
	margin: -130px auto 80px;
	padding-top: 152px;
	width: 934px;
	height: 444px;
	background: url(/images/pc/main-confirmation-bg.png) no-repeat center center / cover;
}
.main-confirmation-main{
	margin: 0 auto;
	width: 820px;
	text-align: left;
}
.main-confirmation ul li{
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: #bfbfbf 1px solid;
	font-size: 18px;
	font-weight: 700;
	padding-left: 50px;
}
.main-confirmation ul li:before{
	display: block;
	content: '?';
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #3b3226;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* footer
------------------------------------------*/
.footer-contact{
	margin-top: 100px;
	position: relative;
	padding: 86px 0 120px;
	background: url(/images/pc/wood.png) repeat center 0;
}
.home .footer-contact{
	margin-top: 0;
}
.footer-contact:before{
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	border-top: #a18775 2px dashed;
}
.footer-contact h2{
	margin-bottom: 40px;
	padding-top: 20px;
	color: #fff;
	font-size: 26px;
	background: url(/images/pc/ribbon.png) no-repeat center 0;
}
.footer-contact h2 span{
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin-top: 1.0em;
}
.footer-contact-main{
	margin: 0 auto;
	width: 1014px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px;
}
.footer-contact-main>div{
	padding: 60px 67px;
	width: 494px;
	height: 274px;
	background: url(/images/pc/footer-contact-bg.png) no-repeat center 0;
}
.footer-contact-main>div h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: .5em;
}
.footer-contact-main .tel a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 42px;
	font-weight: 700;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer-contact-main .tel a:hover{
	opacity: .7;
}
.footer-contact-main .tel a i{
	font-size: 35px;
	margin-right: .3em;
}
.footer-contact-main .web{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}
.footer-contact-main .web a{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	background: #e7925e;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -0px 2px 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: -0px 2px 2px 2px rgba(100,100,100,.1);
	box-shadow: -0px 2px 2px 2px rgba(100,100,100,.1);
}
.footer-contact-main .web a:hover{
	opacity: .7;
}
.footer-contact-main .web a.line{
	background: #50ae33;
}

#footer {
	background: #fff;
}
#footer-inner {
	position: relative;
	width: 940px;
	padding: 100px 0 60px;
	margin: 0 auto;
}

.footer-sns{
	margin-bottom: 60px;
}
.footer-sns ul{
	display: flex;
	justify-content: center;
}
.footer-sns ul li{
	margin: 0 20px;
}
.footer-sns ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer-sns ul li a.twitter{
	background: #55acee;
}
.footer-sns ul li a.youtube{
	background: #cd201f;
}
.footer-sns ul li a.facebook{
	background: #3b5998;
}
.footer-sns ul li a:hover{
	opacity: .7;
}
.footer-logo{
	margin: 0 auto 60px;
}

.footer-nav {
	margin-bottom: 60px;	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.footer-nav-once{
	text-align: left;
	padding: 20px 0 20px 20px;
	border-left: #b5967f 1px solid;
}
.footer-nav-once:last-child{
	border-right: #b5967f 1px solid;
}
.footer-nav-once ul li{
	margin-bottom: .5em;
	padding-left: 20px;
	background: url(/images/pc/footer-nav-bg.png) no-repeat 0 50%;
}
.footer-nav-once ul li a{
	color: inherit;
}

.footer-copyright {
	text-align: center;
	font-size: 10px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 20;
}
.pagetop-btn{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
    color: #fff;
    background: #512e1c;
    border-radius: 50%;
    font-size: 20px;
	-webkit-box-shadow: -0px 2px 2px 2px rgba(100,100,100,.1);
	-moz-box-shadow: -0px 2px 2px 2px rgba(100,100,100,.1);
	box-shadow: -0px 2px 2px 2px rgba(100,100,100,.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}
.pagetop-btn:hover{
	color: #fff;
	text-decoration: none;
	opacity: .7;
}


/* Lower
------------------------------------------*/
.entry {
	margin: -250px 0 20px;
	padding-top: 250px;
}
.entry-content {}


/* heading */
.page-title-area{
	position: relative;
	background: #f4daba;
	z-index: 10000;
}
.page-title-area:before{
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	border-top: #a18775 2px dashed;
}
.page-title-area:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	border-bottom: #a18775 2px dashed;
}
.page-title-area-inner{
	margin: 0 auto;
	width: 1080px;
	height: 200px;
}
.page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1080px;
	height: 200px;
	font-size: 30px;
	font-weight: bold;
	color: #512e1c;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding-left: 104px;
	height: 124px;
	line-height: 124px;
	background: url(/images/pc/entry-title-bg.png) no-repeat 0 0;
	font-size: 30px;
	font-weight: bold;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 0 0 25px;
	padding-left: 26px;
	height: 72px;
	line-height: 72px;
	background: url(/images/pc/entry-h3-bg.png) no-repeat 0 0;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.entry-content h4, .h4 {
	margin: 0 0 25px;
	padding-left: 26px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	background: #f4daba;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #d5848b;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 20px 0 80px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	padding: 100px 0;
	border-top: #ccc 1px solid;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}
.gallery-texts {
	margin-bottom: 30px;
	padding: 20px 20px 25px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.gallery-texts ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-texts ul li{
	width: 48%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	text-align: left;
	font-size: 15px;
	margin-bottom: 8px;
}
.gallery-texts ul:last-child li{
	width: 100%;
}
.gallery-texts ul:last-child li span{
	display: block;
}
.gallery-texts table tr th,
.gallery-texts p strong,
.gallery-texts ul li span{
	display: inline-block;
	margin-right: 10px;
	width: 180px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	background: #ee864c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
.gallery-texts p strong{
	display: block;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
