@charset "utf-8";

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

.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: #fff600;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 15px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-trigger.active span {
	background-color: #00449b;
}

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

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

body {
	font-size: 16px;
}

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

iframe {
	max-width: 100%;
}

.show_pc {
	display: none;
}

#site_title {
	min-width: auto;
	margin: 0 auto;
	padding: 15px;
	display: block;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto 5px;
}

#site_title .logo {
	width: 85%;
}

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

#global_navi {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(255,255,255,1);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding: 40px 0;
	margin: 0;
	background: #ffffff;
}

#global_navi .parent {
	margin: 0 auto 80px;
	display: block;
	padding: 0 2%;
}

#global_navi .parent li {
	width: auto;
	border-top: #ffffff 1px solid;
	border-left: none;
	text-align: left;
	margin-left: 0;
	color: #333333;
}

#global_navi .parent li:last-child {
	border-bottom: #ffffff 1px solid;
	border-right: none;
}

#global_navi .parent > li:after {
	display: none;
}

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

#global_navi .parent > li a:before {
	content: "";
	display: inline-block;
	background: #00449b;
	width: 5px;
	height: 1em;
	margin-right: 0.5em;
}

#global_navi .child {
	position: static;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	background: none;
	padding: 0 2%;
}

#global_navi .child li {
	border: none;
	margin: 0 0 15px;
}

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

#global_navi .child li a {
	display: block;
	text-align: left;
	padding: 0;
}

#global_navi .child li a:before {
	display: none;
}

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

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

#main_visual_wrapper {
	padding: 0 2% 30px;
}

#main_visual {
	overflow: hidden;
	width: 100%;
	height: 96vw;
	position: relative;
}

.slide-img img{
	object-fit: cover;
	height: 100vh;
	width: 100vw;
}

.slide-text {
	width: 90%;
}

.slide-text .txt {
	font-size: 24px;
}

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

footer {
	margin: 30px 0 80px;
}

footer {
	margin: 30px 0 0;
	text-align: center;
}

#site_footer {
	width: auto;
	margin: 0 auto 30px;
	padding: 0 2%;
}

#site_footer .image_01 {
	display: none;
}

#site_footer .item {
	display: block;
}

#site_footer .image_02 {
	margin: 0 0 15px;
}

#site_footer .item .left {
	width: auto;
}

#site_footer .item .left table {
	width: 100%;
	margin: 0 0 15px;
}

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

#site_footer .item .left th:first-child {
	width: 30%;
}

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

#site_footer .item .left .tel {
	width: 70%;
	margin: 0 auto 15px;
	text-align: center;
}

#site_footer .item .left .address {
	text-align: center;
	line-height: 1.3;
}

#lisence {
	font-size: 12px;
}

#index h3 {
	font-size: 22px;
	margin: 0 0 30px;
}

#page h2 {
	font-size: 22px;
	margin: 0 0 30px;
}

#page h3 {
	font-size: 18px;
	margin: 30px 0 15px;
}

#page h4 {
	font-size: 16px;
	margin: 30px 0 15px;
}

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

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

.whatsnew {
	width: auto;
}

.campaign {
	width: auto;
	padding: 30px;
	border-radius: 20px;
}

.menu_list {
	width: auto;
	margin: 0 auto;
	padding: 15px 10px 1px;
	border-radius: 10px;
}

.menu_list .item {
	width: 49%;
	margin: 0 0 15px;
	font-size: 14px;
}

.menu_list .item .txt .t {
	padding: 0 0.5em;
}

.banner {
	text-align: center;
	margin: 0 0 30px;
}

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

.riyuu .item {
	width: auto;
	padding: 15px;
	border-radius: 10px;
	display: block;
	margin: 0 0 15px;
}

.riyuu .item .left {
	width: auto;
}

.riyuu .item .sub {
	margin: 0 0 10px;
	text-align: center;
}

.riyuu .item .sub .o {
	display: inline-block;
	background: #fff600;
	border-radius: 50px;
	color: #00449b;
	line-height: 1;
	padding: 0.2em 1em;
}

.riyuu .item .sub .n {
	font-size: 22px;
}

.riyuu .item .ti {
	font-size: 20px;
	text-align: center;
}

.riyuu .item .image {
	margin: 15px auto 0;
	text-align: center;
}

.aisatsu {
	width: auto;
}

.aisatsu .item {
	display: block;
}

.aisatsu .image {
	width: 70%;
	margin: 0 auto 15px;
}

.aisatsu .txt {
	width: auto;
}

.flow {
	width: auto;
	display: block;
}

.flow .item {
	width: 90%;
	margin: 0 auto 30px;
}

.flow .item:nth-last-child(-n+3) {
	margin: 0 auto 30px;
}

.flow .item:last-child {
	margin: 0 auto;
}

.flow .item .ti {
	font-size: 20px;
	padding: 15px 0;
}

.flow .item:nth-child(1) .ti {
	background: url(/res/images/common/flow_01.png) no-repeat;
	background-position: 15px center;
	background-size: 12% auto;
}

.flow .item:nth-child(2) .ti {
	background: url(/res/images/common/flow_02.png) no-repeat;
	background-position: 15px center;
	background-size: 12% auto;
}

.flow .item:nth-child(3) .ti {
	background: url(/res/images/common/flow_03.png) no-repeat;
	background-position: 15px center;
	background-size: 12% auto;
}

.flow .item:nth-child(4) .ti {
	background: url(/res/images/common/flow_04.png) no-repeat;
	background-position: 15px center;
	background-size: 12% auto;
}

.flow .item:nth-child(5) .ti {
	background: url(/res/images/common/flow_05.png) no-repeat;
	background-position: 15px center;
	background-size: 12% auto;
}

.flow .item:nth-child(6) .ti {
	background: url(/res/images/common/flow_06.png) no-repeat;
	background-position: 15px center;
	background-size: 12% auto;
}

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

.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;
}

.input-name {
	width: 40%;
}

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

}