@charset "UTF-8";

/************************************************

 Heading

************************************************/
.category-title {
  padding: 80px 40px;
  font-size: 2.8rem;
  line-height: 1.4;
}

.heading-a {
  margin-left: 40px;
}
.heading-a .value {
  font-weight: normal;
  font-size: 2.6rem;
}

.heading-b {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.heading-b .value {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fdf8f5;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
}
.heading-b:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dotted #000;
}

.heading-c,
.form-section h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
.heading-c:before,
.form-section h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  display: block;
  background: #434343;
  width: 15px;
  height: 5px;
}
.heading-c strong,
.attention {
	color: #F33;
}

.heading-d {
  margin: 30px 0 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}


@media screen and (max-width: 728px) {
  .category-title {
    padding: 30px 20px;
    font-size: 2.2rem;
  }
  .heading-a {
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
  }
  .heading-b {
    margin-bottom: 40px;
  }
}
.list-archive > li {
  display: inline-block;
  margin: 0 2% 60px 2%;
  width: 28%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  vertical-align: top;
}
.list-archive > li .post-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.list-archive > li .col {
  margin-top: 20px;
  margin-bottom: 15px;
}
.list-archive > li .col .date {
  padding-top: 2px;
  font-weight: bold;
  font-size: 1.3rem;
}
.list-archive > li .col .post-categories li {
  display: inline-block;
  background: #000000;
  margin-top: 2px;
  min-width: 63px;
  font-size: 1.0rem;
  text-align: center;
  vertical-align: top;
}
.list-archive > li .col .post-categories li a {
  display: block;
  padding: 1px 5px;
		text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 728px) {
  .list-archive > li {
    margin: 0 0 30px 0;
    width: 47%;
  }
  .list-archive > li:nth-child(2n) {
    margin-left: 4%;
  }
  .list-archive > li .col .post-categories li {
    min-width: 50px;
  }
  .list-archive > li .col .post-categories li a {
    padding: 1px 2px;
  }
}
.table-a {
  width: 100%;
}
.table-a th,
.table-a td {
  padding: 25px 18px;
  text-align: center;
  border-bottom: 1px solid #fdf8f5;
  font-size: 1.4rem;
}
#cancel .table-a th,
#cancel .table-a td {
  padding: 15px 12px;
  border-bottom: 1px solid #CCC;
}
#cancel .table-a th {
  background: #EEE;
}
.table-a th,
.fc-head-container {
  background: #f7f1e9;
}
.table-a td {
  background: #fff;
}
.form-input .table-a th {
	width: 25%;
}
.form-input .table-a th,
.form-input .table-a td {
  text-align: left;
}


@media screen and (max-width: 767px) {
  .table-ab-wrapper {
    overflow: auto;
    margin-right: -20px;
  }
  .table-ab-wrapper__inner {
    width: 180vw;
    border-right: 20px solid #fff;
  }
  .table-ab-wrapper table {
    width: 100%;
  }
  .table-cancel-wrapper {
    overflow: auto;
    margin-right: -20px;
  }
  .table-cancel-wrapper__inner {
    width: 100%;
    border-right: 20px solid #fff;
  }
  .table-cancel-wrapper table {
    width: 100%;
  }
}

.table-ab {
  width: 100%;
}
.table-ab th,
.table-ab td {
  padding: 25px 18px;
  text-align: center;
  border-bottom: 1px solid #fdf8f5;
  font-size: 1.4rem;
}
#cancel .table-ab th,
#cancel .table-ab td {
  padding: 15px 12px;
  border-bottom: 1px solid #CCC;
}
#cancel .table-ab th {
  background: #EEE;
}
.table-ab th,
.fc-head-container {
  background: #f7f1e9;
}
.table-ab td {
  background: #fff;
}

@media screen and (max-width: 728px) {
  .table-a th,
  .table-a td {
    display: block;
    width: auto;
  }
}
input.short {
	width: 200px;
}
@media screen and (max-width: 728px) {
	.form-input input[type="number"] {
		width: 30%;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"],
	.form-input textarea {
		width: 95%;
	}
}
.button {
	margin: 60px 0;
	text-align: center;
}
#contact .button input {
	padding: 30px 60px 28px;
}
.caution {
	text-align: center;
	line-height: 1;
	color: #C00;
}
#contact form p.caution {
	padding-bottom: 0;
}

@media screen and (max-width: 728px) {
  .table-a th,
  .table-a td {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
}
.sidebar {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
.sidebar .sidebar-item {
  margin-bottom: 30px;
}
.sidebar .sidebar-item.sidebar-item--new-post {
  border-bottom: 1px solid #000;
}
.sidebar .sidebar-item.sidebar-item--new-post li {
  margin-bottom: 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sidebar .sidebar-item.sidebar-item--new-post dt {
  font-size: 1.7rem;
  line-height: 1.4;
}
.sidebar .sidebar-item.sidebar-item--new-post dd {
  font-size: 1.2rem;
}
.sidebar .sidebar-item.sidebar-item--new-post > dt {
  font-size: 1.4rem;
}
.sidebar .sidebar-item dt {
  margin-bottom: 5px;
}
.sidebar .sidebar-item ul li .thumb, .sidebar .sidebar-item ul li dl {
  display: table-cell;
  vertical-align: top;
}
.sidebar .sidebar-item ul li .thumb {
  padding-right: 10px;
  width: 100px;
}
.sidebar .searchform {
  position: relative;
  background: #000;
  margin-bottom: 20px;
  padding-right: 55px;
  color: #FFF;
}
.sidebar .searchform input {
  background: #000;
  padding: 5px;
  color: #FFF;
  border: 0;
}
.sidebar .searchform input#s {
  width: 108%;
}
.sidebar .searchform input#searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../images/content/icon-search-white.svg) 50% 50% no-repeat;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
}
.sidebar dt {
  font-size: 1.4rem;
}
.sidebar ul {
  font-size: 1.5rem;
}

@media screen and (max-width: 728px) {
  .sidebar {
    padding-top: 20px;
  }
}

#contact input,
#contact textarea {
  padding: 5px;
}
/*#contact input[type="submit"] {	
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 15px 17px rgba(255, 255, 255, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	line-height: 1;
	padding: 0.6em 2em 0.4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}*/
#contact input[type="submit"]  {
	padding: 2em 3em;
	border-color: #222;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 1;
	background: #000;
  font-size: 1.6rem;
}


#contact form p {
  padding-bottom: 20px;
}
.must {
	color: #C00;
}

.form-section {
	margin-bottom: 30px;
}
.form-section h3 {
	margin-bottom: 30px;
}

#news .post-title a,
.sidebar a {
	text-decoration: underline;
	color: #000;
}
.article__body a {
	text-decoration: underline;
}
.main a:hover {
 color: #864242;
	/*text-decoration: none;*/
}

a:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

.featured-image-single {
	margin-bottom: 30px;
}

.icon {
  position: relative;
  display: inline-block;
}
.icon.icon--arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrow.icon--arrow--white {
  border-top-color: #fff;
  border-right-color: #fff;
}
.icon.icon--circle-arrow {
  position: relative;
  background: #333;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

#top {
  position: relative;
  background: url(../../images/top/top-bg.png) repeat;
  height: 100vh;
  min-height: 800px;
}
#top .main-img {
  text-align: center;
  margin-bottom: 40px;
}
#top .top-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -262px;
  margin-left: -270px;
}
#top .top-scroll-button {
  position: absolute;
  left: 50%;
  bottom: 25px;
  background: url(../../images/top/scroll.png) repeat;
  display: inline-block;
  width: 51px;
  height: 50px;
}

.home .wrap-sns,
.home .top-reserve-button {
  position: fixed;
}

.wrap-sns {
  position: absolute;
  right: 32px;
  top: 20px;
  z-index: 10;
  text-align: center;
  max-width: 150px;
}
.wrap-sns li {
  display: inline-block;
  margin: 0 5px;
}

.top-reserve-button {
  display: block;
  position: absolute;
  right: 20px;
  top: 70px;
  z-index: 10;
  background: #1b1b1b url(../../images/header/label-reserve.png) 50% 50% no-repeat;
  color: #FFF;
  width: 150px;
  height: 150px;
  text-indent: -9999px;
  border-radius: 200px;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.top-reserve-button:hover {
  background-color: #864242;
}

.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.9;
  width: 100%;
}

.banner {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  margin-bottom: 70px;
  height: 420px;
}
.banner .banner__item {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
}
.banner.banner--about {
  background-image: url(../../images/about/about-img.jpg);
}
.banner.banner--about .banner__item {
  margin-left: -167px;
}
.banner.banner--connect {
  background-image: url(../../images/connect/connect-img.jpg);
}
.banner.banner--connect .banner__item {
  margin-left: -167px;
}
.banner.banner--how {
  background-image: url(../../images/how/how-img.jpg);
}
.banner.banner--how .banner__item {
  margin-left: -367px;
}
.banner.banner--facility {
  background-image: url(../../images/facility/facility-img.jpg);
}
.banner.banner--facility .banner__item {
  margin-left: -367px;
}

#news,
.slick,
.sentence {
  margin-bottom: 150px;
}
.sentence {
  height: 280px;
}
.sentence p {
  font-size: 1.4rem;
}
.sentence p.parag {
	margin-left: 1em;
}
.more {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #000;
  line-height: 1.1;
}
a.more {
	text-decoration: none;
	color: #000;
}
.more .icon {
  top: -1px;
}
#favorite {
	display: none;	
}
#how {
	display: none;	
}
.person {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #b5b5b5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
.person .person__name {
  margin-left: 15px;
  font-size: 1.2rem;
}
.person .person__desc {
  line-height: 1.3;
}
.person .person__desc img {
  margin-bottom: 10px;
}
.note-table {
  margin-top: 10px;
		font-size: 1.4rem;
}
.description {
		font-size: 1.6rem;
}
i.notes {
		/*font-size: 1.2rem;*/
}
.w-narrow {
	width: 30%;
}
#instagram {
	margin-top:30px;
}
#instagram ul{
	height: 100%;
}
#instagram ul li{
	position: relative;
	float: left;
	width: 25%;
	height: 50%;
	overflow: hidden;
	text-align: center;
}
#gmap {
	margin-top: 60px;
  width: 100%;
  height: 500px;
}

.lead {
	margin-bottom: 30px;
}
.alert {
	padding: 20px 25px;
	border: 2px solid #C00;
}
.faq {
	margin: 20px 0;
}
.faq dt{
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.faq dd{
	margin-bottom: 40px;
}

/* CF支援者一覧 */
#cfblock h2 {
	margin-top: 2em;
	margin-bottom: 2em;	
}
#cfblock h3 {
	margin-bottom: 1em;	
}
#cfblock p {
	margin-bottom: 1em;	
}
#cfblock ul {
	margin-bottom: 2em;	
}
#cfblock li {
	display: inline-block;
	margin-right: 50px;
}

.button-open-map {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
a.button-open-map {
	text-decoration: none;
}
article .article__title {
  margin: 20px 0;
  font-size: 2.4rem;
}
article .article__body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
article .article__body ul, article .article__body ol, article .article__body p, article .article__body dl, article .article__body table {
  margin-bottom: 20px;
}
article .article__body h2, article .article__body h3, article .article__body h4, article .article__body h5, article .article__body h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
article .article__body h2 {
  margin: 30px 0 15px;
  font-size: 2rem;
}
article .article__body h2:first-child {
  margin-top: 0;
}
article .article__body h3 {
  margin: 20px 0 10px;
  font-size: 1.8rem;
}
article .article__body h4 {
  margin: 15px 0 10px;
  font-size: 1.6rem;
}
article .article__body h5 {
  margin: 10px 0;
}
article .article__body ul, article .article__body ol {
  margin-left: 20px;
}
article .article__body ul {
  list-style: disc;
}
article .article__body table th {
  background: #EFEFEF;
}
article .article__body table th, article .article__body table td {
  padding: 8px;
  border: 1px solid #CCC;
}
article .article__body input,
article .article__body textarea,
article .article__body select {
  max-width: 90%;
}
article .article__body blockquote {
	margin: 20px 20px 20px 0;
	padding: 20px;
	border-left: 1px solid #ccc;
	background-color: #f3f3f3;
}
article .article__body blockquote p {
	margin-bottom: 0;	
}
article .article__date {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  margin-bottom: 20px;
}
article .fa-tag {
	display: none;
}
article .fa-tags:before {
  content: "\f02c";
  font-size: 1.6rem;
}
.wp-pagenavi {
  font-size: 1.3rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
  padding-left: 8px;
  border: 0;
  border-left: 1px solid #000;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.pages {
  padding-left: 0;
  border-left: 0;
}

/* contactform7 */
.wpcf7 div.wpcf7-response-output {
	font-size: 1.5em;
}

/* single-column */
.col #main-single {
    width: 100%;
}

.col #main-single mark {
  background: #F4E4CE;
  font-weight: bold;
}

#reserve .single-title {
	padding: 20px 0 40px;
 font-size: 2.4rem;
 line-height: 1.4;
}

#cancel .single-title {
	padding-bottom: 20px;
	font-size: 1.8rem;
}

body.page-template-nosidebar .copy a {
	display: none;
}

.site-footer .f-nav {
	margin-top: 1em;
	text-align: center;
	vertical-align: middle;
}

.site-footer .f-nav li {
    display: inline-block;
	padding-left: 18px;
	font-size: 1.4rem;
}

@media screen and (max-width: 769px) {
	.site-footer .f-nav {
		display: block;
		margin-top: 0;
		border-top: 1px solid #BBB;
		text-align: left;
	}
	.site-footer .f-nav li {
		float: left;
		width: 50%;
		padding: 18px 0;
		border-bottom: 1px solid #BBB;
		border-left: 1px solid #BBB;
	}
	.site-footer .f-nav li:nth-child(2n+1) {
		border-left: none;
	}
	.site-footer .f-nav li a {
		padding-left: 12px;
	}
}

@media screen and (max-width: 728px) {
  #top {
    min-height: 0;
    padding-top: 30px;/*80px*/
    padding-right: 20px;
    padding-left: 20px;
  }
  #top .main-img {
    margin-bottom: 30px;
  }
  #top .main-img img {
    max-width: 90%;
  }
  #top .top-content {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
  .wrap-top-reserve-button {
    display: none;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .top-reserve-button {
    display: inline-block;
    position: static;
    background: #1b1b1b;
    padding: 20px 60px;
    color: #FFF;
    width: auto;
    height: auto;
    text-indent: 0;
				text-decoration: none;
    border-radius: 0;
    font-size: 1.8rem;
  }
  .top-reserve-button:hover {
    background-color: #1b1b1b;
  }
  .button-open-map {
    display: inline-block;
    position: static;
    background: #1b1b1b;
    padding: 14px 20px;
    color: #FFF;
    font-size: 1.4rem;
  }
  .button-open-map .icon {
    top: -1px;
  }
  .person {
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 0;
    border-right: 0;
  }
  .person .person__text {
    margin-left: 130px;
  }
  .person .person__name {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .person .person__desc {
    line-height: 1.3;
  }
  .person .person__desc img {
    margin-bottom: 10px;
  }
  .vertical {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
  }
  #news,
  .slick,
  .sentence {
    margin-bottom: 80px;
  }
  .wrap-el {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sentence {
    height: auto;
  }
  .banner {
    background: none !important;
    margin-bottom: 50px;
    height: auto;
  }
  .unit {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #000;
  }
  .unit:last-child {
    margin-bottom: 80px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  article .article__title {
    margin-top: 0;
    font-size: 2.1rem;
  }
  article .article__date {
    font-size: 1.3rem;
  }
  .home .wrap-top-reserve-button {
    display: block;
  }
}
/************************************************

 Single property

************************************************/
.set-sans-serif,
.set-sans-serif * {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
.set-serif,
.set-serif * {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.set-fs-17 {
  font-size: 1.7rem;
}
#reserve ul.note {
	margin-top: 15px;
	font-size: 1.2rem;
}
.form-input .table-a td .note {
	font-size: 100%;
}
/*料金表示*/
.subtax {
	font-size: 75%;
	color: #999;
}
table .subtax{
	display:  block;
}
.form-section table .subtax{
	display:  inline;
}

/*Googleカレンダー*/
#calendar .fc-toolbar h2 {
	font-size: 2.4rem;
}
#calendar .fc-left {
	float: right;
}
#calendar .fc-right {
	display: none;
}

/* 入力フォーム */
.example {
	color: #999;
}

/*個人情報保護方針*/
#privacy h2{
	margin: 30px 0 15px;
}
#privacy dl{
	margin-top: 15px;
}

@media screen and (max-width: 728px) {
	.set-nowrap {
		white-space: normal;
	}
	.form-input .table-a th {
		width: auto;
	}
	.form-input .table-a td .note {
		/*font-size: 80%;*/
	}
}

.set-disp-cell {
  display: table-cell;
}
.set-disp-ib {
  display: inline-block;
}
.set-float-l {
  float: left;
}
.set-float-r {
  float: right;
}
.set-align-c {
  text-align: center;
}
.set-align-r {
  text-align: right;
}
.set-align-l {
  text-align: left;
}
.set-w-full {
  width: 100%;
}
.set-w-half {
  width: 50%;
}
.set-w-200 {
  width: 200px;
}
.set-w-250 {
  width: 250px;
}
.set-w-300 {
  width: 300px;
}
.set-w-350 {
  width: 350px;
}
.set-w-400 {
  width: 400px;
}
.set-mt-5 {
  margin-top: 5px;
}
.set-mt-10 {
  margin-top: 10px;
}
.set-mt-20 {
  margin-top: 20px;
}
.set-mt-30 {
  margin-top: 30px;
}
.set-mt-40 {
  margin-top: 40px;
}
.set-mt-50 {
  margin-top: 50px;
}
.set-mt-60 {
  margin-top: 60px;
}
.set-mt-70 {
  margin-top: 70px;
}
.set-mt-80 {
  margin-top: 80px;
}
.set-mt-90 {
  margin-top: 90px;
}
.set-mt-100 {
  margin-top: 100px;
}
.set-mr-5 {
  margin-right: 5px;
}
.set-mr-10 {
  margin-right: 10px;
}
.set-mr-20 {
  margin-right: 20px;
}
.set-mr-30 {
  margin-right: 30px;
}
.set-mr-40 {
  margin-right: 40px;
}
.set-mr-50 {
  margin-right: 50px;
}
.set-mr-60 {
  margin-right: 60px;
}
.set-mr-70 {
  margin-right: 70px;
}
.set-mr-80 {
  margin-right: 80px;
}
.set-mr-90 {
  margin-right: 90px;
}
.set-mr-100 {
  margin-right: 100px;
}
.set-mb-5 {
  margin-bottom: 5px;
}
.set-mb-10 {
  margin-bottom: 10px;
}
.set-mb-20 {
  margin-bottom: 20px;
}
.set-mb-30 {
  margin-bottom: 30px;
}
.set-mb-40 {
  margin-bottom: 40px;
}
.set-mb-50 {
  margin-bottom: 50px;
}
.set-mb-60 {
  margin-bottom: 60px;
}
.set-mb-70 {
  margin-bottom: 70px;
}
.set-mb-80 {
  margin-bottom: 80px;
}
.set-mb-90 {
  margin-bottom: 90px;
}
.set-mb-100 {
  margin-bottom: 100px;
}
.set-ml-5 {
  margin-left: 5px;
}
.set-ml-10 {
  margin-left: 10px;
}
.set-ml-20 {
  margin-left: 20px;
}
.set-ml-30 {
  margin-left: 30px;
}
.set-ml-40 {
  margin-left: 40px;
}
.set-ml-50 {
  margin-left: 50px;
}
.set-ml-60 {
  margin-left: 60px;
}
.set-ml-70 {
  margin-left: 70px;
}
.set-ml-80 {
  margin-left: 80px;
}
.set-ml-90 {
  margin-left: 90px;
}
.set-ml-100 {
  margin-left: 100px;
}
.set-pt-5 {
  padding-top: 5px;
}
.set-pt-10 {
  padding-top: 10px;
}
.set-pt-20 {
  padding-top: 20px;
}
.set-pt-30 {
  padding-top: 30px;
}
.set-pt-40 {
  padding-top: 40px;
}
.set-pt-50 {
  padding-top: 50px;
}
.set-pt-60 {
  padding-top: 60px;
}
.set-pt-70 {
  padding-top: 70px;
}
.set-pt-80 {
  padding-top: 80px;
}
.set-pt-90 {
  padding-top: 90px;
}
.set-pt-100 {
  padding-top: 100px;
}
.set-pr-5 {
  padding-right: 5px;
}
.set-pr-10 {
  padding-right: 10px;
}
.set-pr-20 {
  padding-right: 20px;
}
.set-pr-30 {
  padding-right: 30px;
}
.set-pr-40 {
  padding-right: 40px;
}
.set-pr-50 {
  padding-right: 50px;
}
.set-pr-60 {
  padding-right: 60px;
}
.set-pr-70 {
  padding-right: 70px;
}
.set-pr-80 {
  padding-right: 80px;
}
.set-pr-90 {
  padding-right: 90px;
}
.set-pr-100 {
  padding-right: 100px;
}
.set-pb-5 {
  padding-bottom: 5px;
}
.set-pb-10 {
  padding-bottom: 10px;
}
.set-pb-20 {
  padding-bottom: 20px;
}
.set-pb-30 {
  padding-bottom: 30px;
}
.set-pb-40 {
  padding-bottom: 40px;
}
.set-pb-50 {
  padding-bottom: 50px;
}
.set-pb-60 {
  padding-bottom: 60px;
}
.set-pb-70 {
  padding-bottom: 70px;
}
.set-pb-80 {
  padding-bottom: 80px;
}
.set-pb-90 {
  padding-bottom: 90px;
}
.set-pb-100 {
  padding-bottom: 100px;
}
.set-pl-5 {
  padding-left: 5px;
}
.set-pl-10 {
  padding-left: 10px;
}
.set-pl-20 {
  padding-left: 20px;
}
.set-pl-30 {
  padding-left: 30px;
}
.set-pl-40 {
  padding-left: 40px;
}
.set-pl-50 {
  padding-left: 50px;
}
.set-pl-60 {
  padding-left: 60px;
}
.set-pl-70 {
  padding-left: 70px;
}
.set-pl-80 {
  padding-left: 80px;
}
.set-pl-90 {
  padding-left: 90px;
}
.set-pl-100 {
  padding-left: 100px;
}

@media screen and (max-width: 728px) {
  .reset-sp-mt {
    margin-top: 0;
  }
  .reset-sp-mr {
    margin-right: 0;
  }
  .reset-sp-mb {
    margin-bottom: 0;
  }
  .reset-sp-ml {
    margin-left: 0;
  }
  .set-sp-mb-25 {
    margin-bottom: 25px;
  }
  .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  .set-sp-mb-40 {
    margin-bottom: 40px;
  }
  .set-sp-mb-50 {
    margin-bottom: 50px;
  }
  .set-sp-mb-60 {
    margin-bottom: 60px;
  }
  .set-w {
    width: auto;
  }
	.sentence p.parag {
		margin-left: 0;
		margin-bottom: 1em;
	}

}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list *:focus, .slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list:before, .slick-list:after {
  position: absolute;
  top: 0;
  z-index: 5;
  background: rgba(253, 248, 245, 0.8);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.slick-list:before {
  left: -100%;
}
.slick-list:after {
  right: -100%;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 195px;
  z-index: 10;
  border: 0;
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-indent: -9999px;
  outline: none;
}
.slick-arrow:after {
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-prev:after {
  left: 12px;
  -moz-transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
}
.slick-arrow.slick-next {
  right: -10px;
}

.slick-thumb {
  margin-bottom: 25px;
  text-align: center;
}
.slick-thumb .item {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.5;
}
.slick-thumb .item.active {
  opacity: 1;
}

.slick-text {
  text-align: center;
}
.slick-text dl {
  display: inline-block;
  margin-top: 25px;
  max-width: 350px;
  text-align: left;
}
.slick-text dl dt, .slick-text dl dd {
  display: table-cell;
  vertical-align: middle;
}
.slick-text dl dt {
  padding-right: 45px;
  font-size: 22px;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
.slick-text dl dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 728px) {
  .slick-arrow {
    top: 23%;
  }
  .slick-arrow:after {
    left: 8px;
    top: 10px;
    width: 8px;
    height: 8px;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-prev:after {
    left: 12px;
    -moz-transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    transform: rotate(230deg);
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
  .slick-thumb {
    margin-bottom: 15px;
  }
  .slick-thumb .item {
    width: 13%;
    margin: 0 0.5%;
  }
  .slick-text {
    text-align: center;
  }
  .slick-text dl {
    display: inline-block;
    margin-top: 22px;
    max-width: 220px;
    text-align: left;
  }
  .slick-text dl dt, .slick-text dl dd {
    display: block;
  }
  .slick-text dl dt {
    padding-right: 45px;
    font-size: 22px;
    letter-spacing: 0.5rem;
    white-space: nowrap;
  }
  .slick-text dl dd {
    font-size: 1.5rem;
  }
}
.screen-reader-text {
  display: none;
}

{
  overflow: hidden;
}

.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 728px;
}

.fixed-width-wide {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
}

.col .main,
.col .box {
  float: left;
}
.col .sidebar,
.col .last {
  float: right;
}
.col .wpcf7-form-control-wrap .wpcf7-list-item {
  float: none;
}
.col .main {
  background: #FFF;
  padding: 40px;
  width: 67.34694%;
}
.col .sidebar {
  width: 30.61224%;
}

.unit, .col, .clearfix {
  zoom: 1;
}

.unit:after, .col:after, .clearfix:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 728px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-ib {
    display: inline-block;
  }
  .col .box, .col .last, .col .main, .col .sidebar {
    float: none;
  }
  .col .main, .col .sidebar {
    width: auto;
  }
  .col .main {
    padding: 20px;
  }
}
html, body {
  width: 100%;
  font-size: 10px;
}

body {
  background: #fdf8f5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}

input,
select {
  line-height: 1.42857143;
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

.main a {
	color: #34366C;
  text-decoration: underline;
}

iframe {
  border: 0;
}

ul, ol, p, dt, dd,
caption, th, td,
select, input, textarea, button, label {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  line-height: 1.4;
}

figcaption {
  margin-top: 5px;
  font-size: 1.3rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

main, section, aside, figure, header, footer {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;/*for iPhone*/
}


.wpcf7-list-item label {
  margin-bottom: .5em;
}