@charset 'utf-8';
/*
	Theme Name: Customize
	Version: 10000
 */

/* = Common Layout
-------------------------------------------------------------- */
body {
	overflow-x: hidden;
}
#main {
	position: relative;
}
.content-width {
	box-sizing: border-box;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.content-width.narrow {
	max-width: 752px;
}
#fixed-content {
	position: fixed;
	right: 20px;
	left: auto;
	bottom: 20px;
	width: 300px;
	margin: auto;
	z-index: 1000;
}
#fixed-content .btn-close {
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 25px;
	z-index: 1001;
}

@media screen and (max-width: 768px) {
	#fixed-content {
		right: 0;
		left: 0;
		width: 180px;
	}
}

/* = Common
-------------------------------------------------------------- */
table {
	border: 0;
	font-size: 1.5rem;
}
th,
td {
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
th {
	font-weight: normal;
	background-color: #dcdcdc;
}
td {
	background-color: #fff;
}
table.sitecolor th {
	color: #fff;
	background-color: #ab885a;
}

ol, ul {
	box-sizing: border-box;
}
ol > li {
	list-style-type: decimal;
}
ol {
	padding-left: 1em;
}
ul.disc,
ul.alpha {
	padding-left: 2em;
}
ul.disc li {
	position: relative;
	text-indent: -1em;
}
ul.disc li::before {
	content: '・';
}

ul.alpha li {
	list-style-type: lower-alpha;
}

dl {
	/*display: inline-block;
	padding: 1.2em;
	background-color: #f1f1f1;*/
	margin: 0;
}
dt,dd {
	display: block;
	box-sizing: border-box;
}
dt {
	float: left;
	width: 5em;
	padding: 2px 0;
	font-weight: bold;
}
dd {
	padding: 2px 0 2px 1em;
	margin: 0 0 .8em 5em;
	border-left: 2px solid #d9d9d9;
}
dd.last {
	margin-bottom: 0;
}
dl ol {
	margin-bottom: 0;
}
dl .asterisk {
	font-size: 1.5rem;
}

sup,
.fc-red {
	color: #e60012;
}

ruby {
	font-family: "Sawarabi Mincho";
}

.sml {
	font-size: 0.6em;
}

.caption {
	font-size: 1.4rem;
	line-height: 1.65;
	margin: .2em 0;
}

.fc-wh {
	color: #fff;
}
.fc-bk {
	color: #000;
}

/* .btn */
.btn {
	position: relative;
	width: 100%;
}
.btn a {
	display: block;
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none !important;
}
.btn.bg-gold a {
	background-color: #ab875a;
}
.btn.to-detail {
	max-width: 170px;
}
.btn.to-detail a {
	padding: 15px;
}
.btn.arrow a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.btn i {
	display: none;
}

#content a {
	text-decoration: underline;
}

.fa-external-link {
	margin-left: 0.3em;
}

.mt0 {
	margin-top: 0 !important;
}
.bdr_btm_double {
	padding-bottom: 1px;
	position: relative;
}
.bdr_btm_double::before,
.bdr_btm_double::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
}
.bdr_btm_double::after {
	bottom: -5px;
}

.note {
	padding: 1.6em;
	border: 1px solid #dcdcdc;
	background-color: rgba(255,255,255,.3);
}

.asterisk {
	padding-left: 1em;
	font-size: 0.9em;
	margin: 0;
	display: block;
	position: relative;
}
.asterisk::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/* .show-more */
.show-more {
	position: absolute;
	top: 12px;
	right: 0;
}
.show-more a {
	position: relative;
	display: block;
	padding: 8px 10px;
	border: 1px solid #ab875a;
	border-radius: 3px;
	font-size: 16px;
	line-height: 0.8;
	width: 80px;
	padding-right: 20px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 1.8px;
	text-decoration: none !important;
}
.show-more a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.show-more .fa-external-link {
	display: none;
}

/* .lang */
.lang-en {
	letter-spacing: 2px;
}

/* split-box */
.split-box {
	font-size: 0;
	margin: 4rem 0;
	display: flex;
	align-items: center;
	position: relative;
}
.split-box:nth-child(even) {
  flex-direction: row-reverse;
}
.split-box.row {
  flex-direction: row;
}
.split-box.row_reverse {
  flex-direction: row-reverse;
}
.split-box.align_s {
	align-items: flex-start;
}
.split-box.align_c {
	align-items: center;
}
.split-box .half {
	/*display: inline-block;
	vertical-align: top;*/
	width: 47.5%;
	margin-right: 5%;
	font-size: 1.5rem;
	box-sizing: border-box;
}
.split-box:nth-child(even) .half:first-child {
	margin-right: 0;
	margin-left: 5%;
}
.split-box .half:nth-child(even) {
	margin-right: 0;
}
.split-box.row .half:first-child {
	margin-left: 0;
	margin-right: 5%;
}
.split-box.row_reverse .half:first-child {
	margin-right: 0;
	margin-left: 5%;
}
.split-box .half .title {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: .7em;
}
.split-box .half .img_caption {
	position: absolute;
	bottom: 0;
	font-size: 1.3rem;
	margin: 0;
	line-height: 1.65;
}
.split-box:nth-child(even) .half .img_caption {
	right: 49%;
}
.split-box:nth-child(odd) .half .img_caption {
	left: 49%;
}
.split-box:nth-child(even) .half .img_caption::after {
	content: '▶';
	padding-left: 5px;
}
.split-box:nth-child(odd) .half .img_caption::before {
	content: '◀';
	padding-right: 5px;
}
.split-box.row .half .img_caption {
	right: 49%;
	left: inherit;
}
.split-box.row_reverse .half .img_caption {
	left: 49%;
	right: inherit;
}
.split-box .one_third {
	display: inline-block;
	vertical-align: top;
	width: 31.3%;
	margin-right: 3%;
	font-size: 1.5rem;
}
.split-box .one_third:nth-child(3n) {
	margin-right: 0 !important;
}

.split-box.flow-box .half {
	margin-bottom: 3%;
}
.split-box.flow-box .flow-title {
	margin-bottom: 1rem;
	position: relative;
}
.split-box.flow-box .flow-title span {
	display: inline-block;
}
.split-box.flow-box .flow-title .num {
  color: #fff;
  font-size: 2rem;
  line-height: 28px;
  text-align: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
	background-color: #ab875a;
	position: absolute;
	top: 0;
	left: 0;
}
.split-box.flow-box .flow-title .txt {
	color: #64441e;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 36px;
}

/* wh-box */
.wh-box {
	padding: 3rem;
	background-color: rgba(255,255,255,.5);
}
.wh-box .half {
	width: 47.3%;
	margin-right: 5.4%;
}
.wh-box .item-content {
	margin-bottom: 3rem;
}
.wh-box .item-content:last-child {
	margin-bottom: 0;
}
.wh-box .item-content p {
	margin-bottom: 1em;
}
.wh-box .wh-box-title {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 1.2em;
}
.wh-box .wh-box-subtitle {
	margin-bottom: 30px;
	padding: 6px 0;
	font-size: 1.8rem;
	line-height: 1.3;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.wh-box .wh-box-subtitle::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 12px;
	height: 2px;
	background-color: #f00;
}
.wh-box ul.file-download {
	margin: 1.4rem 0;
}
.wh-box .split-box {
	align-items: flex-start;
}

/* .wh-box-list */
.wh-box-list > li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 2.2rem 1.5rem;
	text-align: center;
	background-color: rgba(255,255,255,.5);
	box-sizing: border-box;
}
.wh-box-list > li:nth-child(2n) {
	margin-right: 0;
}
.wh-box-list.three > li {
	width: 32%;
	margin-right: 2%;
}
.wh-box-list.three > li:nth-child(3n) {
	margin-right: 0;
}
.wh-box-list.four > li {
	width: 23.5%;
	margin-right: 2%;
}
.wh-box-list.four > li:nth-child(4n) {
	margin-right: 0;
}
.wh-box-list.has_link > li {
	padding: 0;
}
.wh-box-list.has_link a {
	display: block;
	text-decoration: none !important;
	padding: 2.2rem 1.5rem;
	box-sizing: border-box;
}
.wh-box-list .title {
	color: #ab865a;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 1.4em;
	position: relative;
}
.wh-box-list .title::before {
	content: '';
	position: absolute;
	bottom: -0.8em;
	left: 0;
	right: 0;
	width: 10px;
	height: 5px;
	margin: 0 auto;
	background-color: #ab865a;
	border-right: 5px solid #e60112;
	box-sizing: border-box;
}
.wh-box-list .subtitle {
	font-size: 1.7rem;
	font-weight: bold;
	margin: .9em 0;
}
.wh-box-list .detail {
	font-size: 1.3rem;
	margin-bottom: 0;
}

/* .tab-box */
.tab-box {
	display: table;
	width: 100%;
}
.tab-box li {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
.tab-box li.select {
	color: #fff;
	background-color: #000;
	border-bottom-color: #e60012;
}

/* = #header
-------------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.9);
	z-index: 200;
}
#header-content {
	padding: 20px 0 0;
}
#header-meta {
	position: relative;
}

/* = #breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs a {
	text-decoration: none !important;
}

/* = #font-size-select
-------------------------------------------------------------- */
#font-size-select {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -100px;
	padding: 88px 6px 12px;
	background: rgba(255,255,255,.9);
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	text-align: center;
	z-index: 22;
}
#font-size-select .item-head {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	width: 22px;
	margin: 0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#font-size-select > ul > li:not(:first-child) {
	margin-top: 5px;
}
#font-size-select > ul > li a {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	padding: 4px;
	background: #ddd;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
}
#font-size-select > ul > li.active a {
	background: #ab875a !important;
}
#font-size-select-width .content-width {
	position: relative;
}

/* = #weather-fixed-box
-------------------------------------------------------------- */
#weather-fixed-box {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -135px;
	background: rgba(255,255,255,.9);
	border-radius: 5px 0 0 5px;
	text-align: center;
	z-index: 5;
}
#weather-fixed-box .temperature {
	color: #fff;
	font-size: 17px;
	background: #ab885a;
	text-align: center;
	padding: 7px 0;
	border-radius: 5px 0 0 0;
}
#weather-fixed-box > ul {
	padding: 0 5px;
}
#weather-fixed-box > ul > li {
	width: 40px;
	padding: 10px 0 14px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
#weather-fixed-box > ul > li:last-child {
	border-bottom: 0;
}
#weather-fixed-box > ul > li .date {
	margin-bottom: 2px;
}

/* = #site-title
-------------------------------------------------------------- */
#site-title {
	margin: 0;
}

/* = #gnav
-------------------------------------------------------------- */
#gnav {
	margin-top: 31px;
}
#gnav .float-list > li {
	position: relative;
	padding-bottom: 12px;
}
#gnav .float-list > li > a,
#gnav .float-list > li > span {
	position: relative;
	display: block;
	padding: 0 10px;
	color: #231815;
	font-size: 14px;
	cursor: pointer;
}
#gnav .float-list > li > a::after,
#gnav .float-list > li > span::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 13px;
	background: #000;
}
#gnav .float-list > li.has-submenu > a,
#gnav .float-list > li.has-submenu > span {
	padding-right: 24px;
}
#gnav .float-list > li.has-submenu > a::before,
#gnav .float-list > li.has-submenu > span::before {
	content: '';
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 4px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-bottom: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnav .sub-menu {
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.8);
}
#gnav .sub-menu li {
	border-bottom: 1px solid #4d4f52;
	font-size: 13px;
}
#gnav .sub-menu li:last-child {
	border-bottom: 0;
}
#gnav .sub-menu li a {
	display: block;
	padding: 6px 0;
	color: #fff;
}
#gnav .sub-menu .table-list {
	table-layout: fixed;
}
#gnav .sub-menu .table-list li {
	position: relative;
}
#gnav .sub-menu .table-list li:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 20px;
	background: #848586;
}

#sp-menu {
	display: none;
}

/* = .sns-link, .lang-link
-------------------------------------------------------------- */
/* .lang-link */
.lang-link {
	position: absolute;
	top: 0;
	right: 0;
}
.lang-link > li:not(:last-child) {
	border-right: 1px solid #ccc;
}
.lang-link > li a {
	display: block;
	width: 55px;
	padding: 9px;
	background: #fff;
	color: #999;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	letter-spacing: 0.5px;
}
.lang-link > li.active a {
	background: #ab875a;
	color: #fff;
}
#header-meta .lang-link > li:first-child a {
	border-radius: 0 0 0 5px;
}
#header-meta .lang-link > li:last-child a {
	border-radius: 0 0 5px 0;
}

/* .sns-link */
.sns-link {
	position: absolute;
}
.sns-link i {
	display: none;
}
#header-meta .sns-link {
	top: 10px;
	right: 285px;
}
#header-meta .sns-link li {
	padding: 0 3px;
}


/* = #link-slider
-------------------------------------------------------------- */
#link-slider {
	box-sizing: border-box;
	padding: 60px 0;
	width: 100%;
	background: #ddd;
}
#link-slider .content-width {
	width: 970px;
}
#link-slider .slick-slide {
	text-align: center;
	line-height: 0;
	height: 66px;
}
#link-slider .slick-slide > a {
	display: inline-block;
	height: 100%;
}
#link-slider .slick-slide > a > img {
	height: 100%;
}
#link-slider .slick-arrow {
	width: 30px;
	height: 30px;
	background-color: #fff;
}
#link-slider .slick-prev {
	left: -45px;
}
#link-slider .slick-next {
	right: -45px;
}
#link-slider .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 1px solid #372d2a;
	border-right: 1px solid #372d2a;
}
#link-slider .slick-prev::before {
	transform: rotate(-135deg);
	left: 11px;
}
#link-slider .slick-next::before {
	transform: rotate(45deg);
	right: 11px;
}
#link-slider .slick-arrow::after {
	display: none;
}

/* = #page-title
-------------------------------------------------------------- */
#page-title {
	height: 450px;
	background: url('./images/p_page_title_bg.png') no-repeat center center /cover;
}
#page-title .content-width {
	display: table;
	height: 100%;
	padding-top: 86px;
	box-sizing: border-box;
	position: relative;
}
#page-title .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
#page-title .lang-ja {
	font-size: 3.8rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 2px;
	padding-bottom: 12px;
	margin: 0 0 10px;
	position: relative;
}
#page-title .lang-ja::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 1px;
	margin: 0 auto;
	background-color: #ab875a;
	display: block;
}
#page-title .lang-en {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
}
#page-title .content-width .caption {
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: 1.3rem;
}

/* = .instagram-box
-------------------------------------------------------------- */
.instagram-box {
	padding: 40px 0;
}
.instagram-box a:hover {
	opacity: 1;
}
.instagram-box .item-title .sub {
	margin-left: 10px;
	font-size: 15px;
}
.instagram-box .item-inner {
	position: relative;
}
.instagram-box .item-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.instagram-box .item-title span {
	display: inline-block;
	vertical-align: middle;
}
.instagram-box .item-title .main.img-box {
	max-width: 35%;
}
.instagram-box .item-title .sub {
	margin-left: 10px;
	font-size: 15px;
}
.instagram-box .item-list {
	margin-top: 20px;
}
.instagram-box .item-list > li {
	width: 24.5%;
}
.instagram-box .item-list > li:not(:last-child) {
	margin-right: .66%;
}
.instagram-box #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
	width: 24.5%;
	margin-right: .66% !important;
}
.instagram-box #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
	margin-right: 0 !important;
}
.instagram-box #sb_instagram .sbi_photo {
	height: auto !important;
	padding-top: 100%;
}

/* = 404
-------------------------------------------------------------- */
.error404 #container {
	padding-top: 86px;
}
.not-found {
	padding: 40px 0 80px;
}
.not-found h1 {
	line-height: 1.5;
	margin-bottom: 50px;
}
.not-found .lang-en {
	font-size: .8em;
}
.not-found p {
	font-size: 1.8rem;
}
.not-found .btn {
	width: 200px;
	display: inline-block;
	margin-top: 50px;
}

/* = Footer
-------------------------------------------------------------- */
#footer-content {
	color: #fff;
	width: 100%;
	background: transparent no-repeat center top;
	background-image: url("./images/bg_footer_01.png");
	background-size: cover;
}
#footer-content .inner {
	display: table;
	width: 100%;
}
#footer-content .footer-main,
#footer-content .footer-navi,
#footer-content .page-top-btn {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid rgba(255,255,255,.1);
	box-sizing: border-box;
}
#footer-content .footer-main {
	width: 32.4%;
	padding: 50px 36px 50px 0;
	border-left: none;
}
#footer-content .footer-main .btn {
	font-size: 14px;
	margin: 30px 0 25px;
}
#footer-content .footer-main .btn a {
	padding: 8px;
	font-size: 1.5rem;
	background-color: #ab875a;
}
#footer-content .footer-main .information {
	margin-top: 25px;
}
#footer-content .footer-main .information .title {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
#footer-content .footer-main .information .address {
	font-size: 1.3rem;
}
#footer-content .footer-navi {
	width: 57%;
	padding: 50px 3.6%;
}
#footer-content .footer-navi > ul {
	float: left;
	width: 50%;
}
#footer-content .footer-navi li a,
#footer-content .footer-navi li span {
	position: relative;
	display: inline-block;
}
#footer-content .footer-navi li a::before,
#footer-content .footer-navi li span::before {
	content: '';
	position: absolute;
	top: 0.6rem;
	left: -26px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#footer-content .footer-navi li a:last-child {
	margin-bottom: 0;
}
#footer-content .footer-navi > ul > li {
	padding-left: 20px;
	margin-bottom: 25px;
}
#footer-content .footer-navi > ul > li:last-child {
	margin-bottom: 0;
}
#footer-content .footer-navi > ul > li > a,
#footer-content .footer-navi > ul > li > span {
	font-size: 1.5rem;
	margin-bottom: 15px;
}
#footer-content .footer-navi ul li ul {
	margin-bottom: 15px;
}
#footer-content .footer-navi ul li ul li {
	margin-bottom: 4px;
	padding-left: 16px;
}
#footer-content .footer-navi ul li ul li a::before {
	width: 8px;
	height: 8px;
	left: -20px;
}
#footer-content .page-top-btn {
	text-align: right;
}
#footer-content .page-top-btn a {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#footer-content .page-top-btn a::before {
	content: '';
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(45deg);
}
.copyright {
	background: #000;
	padding: 4px 0;
	text-align: center;
}
.copyright small {
	font-size: 1.3rem;
	letter-spacing: 0.02em;
	color: #fff;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.txt_pc {
	display: inline;
}
.txt_sp {
	display: none;
}


/* 20170927 CSS修正 */
#header-meta .sns-link {
	top: 9px;
	right: 470px;
}
#font-size-select-width {
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 24;
}
#font-size-select {
	position: absolute;
	top: 0;
	right: 284px;
	margin-top: 0;
	padding: 5px 0;
	background-color: transparent;
	border-radius: 0;
}
#font-size-select .item-head,
#font-size-select ul {
	display: inline-block;
	vertical-align: middle;
} 
#font-size-select .item-head {
	position: relative;
	color: #000;
	top: 2px;
	margin-right: 6px;
	width: auto;
	-webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#font-size-select > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0 !important;
	margin-right: 5px;
}
#font-size-select > ul > li a {
	width: 26px;
	height: 26px;
	font-size: 14px;
	padding: 3px;
	background-color: #fff;
}
#font-size-select > ul > li.active a {
	color: #fff;
	background-color: #000 !important;
}
/* 20170927 CSS修正 ここまで */

@media screen and (max-width: 1060px) {
	body, header {
		min-width: 1060px;
	}
}

@media screen and (max-width: 768px) {
	body, header {
		min-width: 768px;
	}

	.content-width {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header-content {
		padding-bottom: 12px;
	}
	#header-meta,
	#gnav {
		display: none;
	}
	#site-title {
		float: none;
	}

	#menu-btn,
	#menu-btn span {
		display: inline-block;
		transition: all .2s;
		box-sizing: border-box;
	}
	#menu-btn {
		display: block;
		position: absolute;
		top: 26px;
		right: 20px;
		width: 40px;
		height: 34px;
		box-sizing: border-box;
	}
	#menu-btn span {
		position: absolute;
		width: 100%;
		height: 4px;
		background-color: #8c8c8c;
	}
	#menu-btn span:nth-child(1) {
		top: 0;
	}
	#menu-btn span:nth-child(2) {
		top: 15px;
	}
	#menu-btn span:nth-child(3) {
		bottom: 0;
	}
	.mm-opening #sp-menu {
		display: block;
		z-index: 100;
	}
	.mm-listview {
		font-size: 1.6rem;
	}
	.mm-listview > li > a, .mm-listview > li > span {
		padding: 12px 12px 12px 20px;
	}
	.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
		font-size: 1.6rem;
		padding: 12px 0;
	}
	.mm-panels > .mm-panel.mm-hasnavbar {
		padding-top: 44px;
	}
	.mm-navbar,
	.mm-btn {
		height: 44px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.txt_pc {
		display: none;
	}
	.txt_sp {
		display: inline;
	}

	#page-title {
		height: 360px;
	}
	#page-title .content-width {
		padding-top: 65px;
	}
	#page-title .lang-ja {
		font-size: 3.4rem;
	}

	.caption {
		text-align: right;
	}
	.caption.tal {
		text-align: left;
	}

	.show-more {
		right: 20px;
	}

	.split-box {
		display: block;
		margin-bottom: 5rem;
	}
	.split-box .half {
		width: 100% !important;
		margin-right: 0;
	}
	.split-box .half:first-child {
		margin-bottom: 2rem;
	}
	.split-box:nth-child(2n) .half:first-child {
		margin-left: 0;
	}
	.split-box.row_reverse .half:first-child {
		margin-left: 0;
	}
	.split-box .half .img_caption {
		position: relative;
		left: 0;
		right: 0;
		text-align: right;
	}
	.split-box:nth-child(2n+1) .half .img_caption {
		left: 0;
	}
	.split-box:nth-child(even) .half .img_caption::after {
		content: none;
		padding-left: 0;
	}
	.split-box:nth-child(even) .half .img_caption::before {
		content: '▲';
		padding-right: 5px;
	}
	.split-box:nth-child(odd) .half .img_caption::before {
		content: '▲';
	}

	.wh-box .split-box dl.half {
		margin-bottom: 0;
	}

	#link-slider .content-width {
		width: 660px;
	}
	#link-slider .slick-prev {
		left: -55px;
	}
	#link-slider .slick-next {
		right: -55px;
	}

	#footer-content .footer-main {
		padding-left: 0;
		padding-right: 0;
		margin: auto;
		display: block;
		width: 295px;
		max-width: 74%;
	}
	#footer-content .footer-navi,
	#footer-content .page-top-btn {
		display: none;
	}
	#footer-content .footer-main .logo-sado img {
		max-width: 70%;
	}
	#footer-content .footer-main .logo-niigata img {
		max-width: 42%;
	}
	#footer-content .footer-main .information {
		text-align: center;
	}
}
@media screen and (max-width: 375px) {
	body, header {
		min-width: 375px;
	}
	.split-box .half .title {
		font-size: 2.3rem;
	}
	.wh-box {
		padding: 2rem;
	}
	.wh-box .wh-box-subtitle {
		margin-bottom: 20px;
	}

	#page-title .content-width {
		padding-left: 10px;
		padding-right: 10px;
	}
	#header-content {
		padding-top: 16px;
	}
	#site-title img {
		width: 150px;
	}
	#menu-btn {
		top: 20px;
		width: 32px;
		height: 28px;
	}
	#menu-btn span:nth-child(2) {
		top: 12px;
	}
	#page-title {
		height: 280px;
	}
	#page-title .lang-ja {
		font-size: 3rem;
	}

	#link-slider {
		padding: 0;
	}
	#link-slider .content-width {
		width: 352px;
	}
	#link-slider .slick-slides {
		padding: 20px 0;
	}
	#link-slider .slick-arrow {
		height: 100%;
		background-color: transparent;
	}
	#link-slider .slick-prev {
		left: -30px;
	}
	#link-slider .slick-next {
		right: -30px;
	}
	#footer-content .footer-main {
		padding: 30px 0;
	}
	#footer-content .footer-main .btn {
		margin: 20px 0;
	}
}