@charset "utf-8";

@media screen and (min-width: 769px) {

#sp_menu {
	display: none;
}

#sp_btm {
	display: none;
}

.sp_time {
	display: none;
}

.show_sp {
	display: none;
}

}

@media screen and (max-width: 768px) {

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: fixed;
	top: 15px;
	right: 10px;
	width: 38px;
	height: 33px;
	z-index: 9999;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #31170b;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 15px;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

#sp_menu {
	display: flex;
	background: #ff7e00;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9998;
}

#sp_btm {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9998;
	text-align: center;
}

#sp_btm a {
	width: 50%;
}

/* ==========================================
 
 
【レスポンシブ】
 
 
========================================== */

body {
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto !important;
}

iframe {
	max-width: 100%;
	max-height: 240px;
}

.show_pc {
	display: none;
}

header {
	background: #ffffff;
	margin-top: 18%;
}

h1 {
	color: #2e0f0f;
	margin: 0 0;
}

#site_title {
	min-width: auto;
	padding: 15px 15px;
	display: block;
	box-sizing: border-box;
}

#site_title .logo {
	width: 70%;
}

.sp_time {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0;
}

.sp_time .t {
	display: inline-block;
	padding: 0 10px;
	color: #ffffff;
	border-radius: 3px;
	background: #ff7e00;
	margin-right: 1em;
}

#site_title .right .upper {
	display: none;
}

#global_navi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 60px 20px;
	background: #ffffff;
	z-index: 9998;
	box-sizing: border-box;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

#global_navi .parent {
	margin: 0 auto;
	display: block;
}

#global_navi .parent > li {
	position: static;
	margin: 0;
	border-bottom: 1px solid #beb9b6;
}

#global_navi .parent > li:last-child {
	border: none;
}

#global_navi .parent > li a {
	display: block;
	padding: 15px 0;
}

#global_navi .parent .sp2clm {
	display: flex;
}

#global_navi .parent .submenu {
	width: 50%;
}

#global_navi .child {
	min-width: auto;
	width: 50%;
	position: static;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	background: none;
	padding: 8px 0;
}

#global_navi .child li {
	border: none;
}

#global_navi .child li:last-child {
	border: none;
}

#global_navi .child li a {
	white-space: nowrap;
	line-height: 1.75;
	padding: 7px 0;
	margin: 0;
	display: block;
	text-align: left;
}

#global_navi .child li:last-child a {
	margin: 0;
}

#global_navi .parent a:link { color: #290a0a; text-decoration: none; }
#global_navi .parent a:visited { color: #290a0a; text-decoration: none; }
#global_navi .parent a:hover { color: #290a0a; text-decoration: none;}

#global_navi .child a:link { color: #290a0a; text-decoration: none; }
#global_navi .child a:visited { color: #290a0a; text-decoration: none; }
#global_navi .child a:hover { color: #290a0a; text-decoration: none; }

#main_visual_wrapper {
	margin: 0;
	overflow: hidden;
}

#main_visual {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#page, #blog {
	padding: 0 2%;
	word-break: break-all;
}

footer {
	margin: 30px 0 19%;
}

/* ==========================================
 
 
【見出し】
 
 
========================================== */

#index h3 {
	font-size: 26px;
	margin: 0 0 30px;
	line-height: 1.3;
}

#page h2, #blog h2 {
	font-size: 26px;
	margin: 30px 0 30px;
}

#page h3, #blog h3 {
	font-size: 18px;
	margin: 45px 0 20px;
}

#page h4, #blog h4 {
	font-size: 16px;
	margin: 30px 0 15px;
	display: flex;
	align-items: center;
}

#page h5, #blog h5 {
	font-size: 16px;
	margin: 30px 0 15px;
}

/* ==========================================
 
 
【トップページ】
 
 
========================================== */

#index section {
	padding: 30px 2%;
}

.voice {
	display: block;
}

.voice .item {
	width: auto;
	margin: 0 auto 30px;
	border-top: #f57f23 6px solid;
	padding: 15px;
}

.voice .item .ti {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.voice .item .image {
	margin: 0 0 15px;
}

.voice .item .ann {
	font-size: 12px;
	border-top: #cccccc dotted 1px;
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.menulist {
	width: auto;
	margin: 0 auto;
}

.menulist .item {
	width: 49%;
	margin: 0 0 10px;
}

.tokucho_title {
	margin: 0 0 30px;
}

.tokucho {
	width: auto;
	margin: 0 auto;
}

.tokucho .item {
	display: block;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.tokucho .cont {
	width: auto;
}

.tokucho .image {
	text-align: center;
	margin: 15px 0 0;
}

.aisatsu {
	width: auto;
	margin: 0 auto;
	display: block;
}

.aisatsu .txt {
	width: auto;
}

.aisatsu .image {
	width: 70%;
	text-align: center;
	margin: 0 auto 15px;
}

.flow .item {
	padding: 30px 15px;
}

.flow .arrow {
	width: 50%;
	margin: 15px auto;
}

.access {
	width: auto;
	margin: 0 auto;
}

.access .image_01 {
	margin: 0 0 30px;
}

.access .image02 {
	display: none;
}

.access .item {
	display: block;
}

.access .item .time {
	width: auto;
}

.access .item .time table {
	width: 100%;
	margin: 0 0 15px;
}

.access .item .time th {
	width: 10%;
	text-align: center;
	padding: 20px 0;
	line-height: 1.2;
}

.access .item .time th:first-child {
	width: 30%;
}

.access .item .time td {
	border-top: #ddd6cf 1px solid;
	text-align: center;
	padding: 10px 0;
	line-height: 1.2;
}

.access .item .time .txt {
	margin: 0 0 15px;
	text-align: right;
}

.access .item .time .tel {
	text-align: center;
	margin: 0 0 15px;
}

.access .item .time .address {
	text-align: center;
}

.access .item .map {
	width: 100%;
	height: 240px;
	margin: 15px 0 0;
}

.news {
	width: auto;
	margin: 0 auto;
	display: block;
}

.news .cont {
	width: auto;
}

.news .image {
	display: none;
}

.news .btn {
	margin: 30px 0 0;
}

.whatsnew {
	margin: 0 0 30px;
}

.whatsnew .item {
	border-top: #e9e4e0 1px solid;
	padding: 15px 0;
}

.whatsnew .item:last-child {
	border-bottom: #e9e4e0 1px solid;
}

.whatsnew .item .meta {
	margin: 0 0 15px;
	font-size: 14px;
}

.whatsnew .item .meta .cat {
	display: inline-block;
	border-radius: 30px;
	padding: 0 15px;
	margin-right: 1em;
}

.whatsnew .item .meta {
	color: #999999;
}

.whatsnew .item .title a {
	color: #333333;
}

.contact, .contact tbody, .contact thead, .contact tfoot, .contact tr, .contact th, .contact td {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
}

.contact th {
	padding: 15px 15px !important;
}

.contact td {
	padding: 30px 15px !important;
}

.contact input {
	max-width: 100%;
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.contact textarea {
	max-width: 100%;
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.contact select {
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.fl, .fr {
	float: none;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}

.checkbox {
	background: #faf9f7;
	padding: 15px;
	margin: 0 0 15px;
}

.price .t {
	font-size: 16px;
	padding-right: 1em;
}

.price .n {
	font-size: 26px;
}

.price .y {
	font-size: 16px;
}

.rsv_box1 {
	margin: 0 0 60px;
}

.rsv_box1 .ti {
	font-size: 20px;
}

.rsv_box1 .num {
	position: absolute;
	top: -15px;
	left: -5px;
	width: 30px;
	height: 30px;
	font-size: 22px;
}

.rsv_box1 .ribbon_wrapper {
	font-size: 20px;
}

.rsv_box1 .txt {
	padding: 0 15px;
	margin: 0 0 30px;
}

.rsv_box2 {
	margin: 5px;
	padding: 10px;
}

.rsv_box2 .sub1 {
	font-size: 20px;
	margin: 0 0 10px;
}

.rsv_box2 .sub2 {
	font-size: 16px;
	margin: 0 0 30px;
}

.rsv_box2 .buttons:after {
	display: none;
}

.rsv_box2 .buttons .item {
	width: 48%;
	font-size: 18px;
}

.rsv_box2 .buttons .item a {
	font-size: 18px;
}

.rsv_box1 .course_box {
	margin: 0 0 15px;
}

.rsv_box1 .course_box .upper .txt01 {
	font-size: 16px;
}

.rsv_box1 .course_box .upper .txt02 {
	font-size: 20px;
}

.rsv_box1 .course_box .upper .txt03 {
	text-align: left;
	padding: 0 15px;
}

.rsv_box1 .course_box .lower .price1 {
	font-size: 16px;
}

.rsv_box1 .course_box .lower .arrow {
	font-size: 16px;
	margin: 0 15px;
}

.rsv_box1 .course_box .lower .price2 {
	font-size: 20px;
}

.rsv_box1 .course_box .cont {
	padding: 0 15px 15px;
}

.happiness_title {
	font-size: 26px;
	margin: 0 0 30px;
	line-height: 1.3;
}

.staff {
	display: block;
}

.staff .item {
	width: auto;
	padding: 30px;
	margin: 0 0 30px;
}

.staff .name {
	font-size: 20px;
}

.staff .shikaku {
	font-weight: bold;
	margin: 0 0 15px;
}

.staff .image {
	text-align: center;
}

}