@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
}

html{
	height:100%;
	width:100%;
}

html>body{
height:auto;
}

h1 {
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.8em;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: normal;
}

h3 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.1em;
	color: #66462A;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 30px;
}


/* ==================== リンク ==================== */
a	{
	color: #00A0E8;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

img {
	border-style: none;
}

a:hover img {
	opacity: 0.8;
}

h3 a {
	color: #000000;
	text-decoration: none;
}

h3 a:hover	{
	text-decoration: underline;
}

/* ==================== ヘッダー ==================== */
#head {
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #084ED5;
    z-index: 9999;
}

#head_in {
	width: 1100px;
    height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
    box-sizing: border-box;
}

#head_in h1	{
    float: left;
    text-align: left;
    font-size: 1em;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 3px;
    padding: 0;
    color: #FFFFFF;
}

.header_logo	{
	width: 200px;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
}

.header_logo img {
	max-width: 100%;
}

.header_logo a:hover img {
	opacity: 1.0;
}

.header_sns	{
    width: 200px;
    float: right;
    margin: 20px 0 0 0;
}

.header_sns ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type : none;
    gap: 1em;
}
.header_sns ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
	
.header_sns ul li a {
	color: #fff;
	text-decoration: none;
    font-size: 2em;
    }
.header_sns ul li a:hover {
    opacity: .6;
    }

.header_nav	{
    width: 100%;
    background-color: #F6F6F6;
}


/* ==================== コンテンツ ==================== */

.wrapper {
    width: 100%;
    margin: 100px 0 0 0;
}

/* ナビゲーション */

#navi {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #0098D9;
}

#navi_in {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	box-sizing: border-box;
}

ul.dropmenu{
  margin: 0;
  padding: 0;
}

.dropmenu {
	*zoom: 1;
	list-style-type : none;
	background-repeat: repeat-x;
	margin: 0;
	width: 100%;
	height: 60px;
}

.dropmenu li {
	position: relative;
	margin: 0px;
	display: inline;
	float: left;
	width: 20%;
	height: 60px;
	box-sizing:border-box;
	border-right: 1px solid #DDDDDD;
}
.dropmenu li:first-child {
	border-left: 1px solid #DDDDDD;
}

.dropmenu li a {
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
	margin: 0px;
	height: 60px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: 0.8em;
}
.dropmenu li a:hover {
	background-color: rgba(245,200,215,1.00);
	text-decoration: none;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li:last-child ul{
  left: 0%;
  width: 100%
}
.dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  border: none;
}
.dropmenu li ul li a{
	display: block;
	width: 180%;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F49D10;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
.dropmenu li:hover > a{
	background-color: #F5A72A;
}
.dropmenu > li:hover > a{
	background-color: #00ACF5;
	border-radius: 0 0 0 0;
}
.dropmenu li:hover ul li{
  overflow: visible;
  height: 61px;
  border: none;
}
.dropmenu li:hover ul li:first-child{
  border-top: 0;
}


#navi.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/* メイン */

/* MHK党版
#main {
    width: 100%;
    height: 793px;
    background-position: 50% 50%;
    background-repeat: none;
    animation-name: FadeIn;
    animation-duration: 2s;
    box-sizing: border-box;
    background-color: #FFF000;
} */

#main {
    width: 100%;
    height: 793px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    animation-name: FadeIn;
    animation-duration: 2s;
	background-image: url(../images/main_ph.jpg) ;
	box-sizing: border-box;	
}

#main_in {
	position: relative;
	width: 1200px;
	height: 793px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#main_logo {
  animation-name: FadeIn;
  animation-duration: 5s;
}
#main_text {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	animation-name: FadeIn;
  animation-duration: 4s;
}

@keyframes FadeIn { 
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(100%) 
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0%) 
}
}

/* サブメイン */

.page_main {
	width: 100%;
	height: 300px;
	position: relative;
  }

.page_main .bg-title {
	color: #FFF;
	font-size: calc(32 / 1200 * 100vw);
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  }
  
 .page_main .bg-img {
	 width: 100%;
	 height: 300px;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 left: 0;	 
  }
   .page_main .bg-img img {
	 width: 100%;
  }

.content {
	margin-right: auto;
	margin-left: auto;
    padding: 0;
	text-align: left;
	width: 1000px;
	font-size: 1em;
	box-sizing: border-box;
}

.content p {
    font-size: 1.1em;
	margin-bottom: 30px;
	line-height: 1.7em;
}

.content h4 {
	text-align: center;
	font-size: 1.3em;
	color: #4F6228;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content .in_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 80px;
}

.content .in_box h2 {
    font-size: 1.5em;
    text-align: left;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .in_box .date {
	font-size: .9em;
    text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
}

.content .in_box h3 {
	font-size: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

.content .in_box img {
	max-width: 100%;
    margin: 0 auto 30px;
}

.content .new_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 80px;
}


.midashi {
	width: 100%;
	text-align: center;
	font-size: 1.9em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #084ED5;
	color: #FFFFFF;
}

.midashi_box {
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 auto 30px;
	background-color: #D6E4FE;
	border-radius: 10px;
	padding: 30px 50px;
	box-sizing: border-box;
}

.midashi_box h3 {
	font-size: 1.1em !important;
	margin-bottom: 10px !important;
}

.midashi_box ul {
	margin: 0;
	padding: 0;
}

.midashi_box ul li {
	list-style-type: none;
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: .8em;
	line-height: 1.8em;
}

.btn_box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #084ED5;
    text-decoration: none;
    margin-bottom: 60px;
    margin-top: 0px;
}

.btn_box a {
	display: block;
	text-align: center;
    font-size: 1.1em;
	color: #FFFFFF;
	padding: 10px 0;
	position: relative;
}

.btn_box a:after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box a:hover {
    background-color: #0855EA;
    text-decoration: none;
}

.btn_box_b {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #0098D9;
	text-decoration: none;
	margin-bottom: 60px;
	margin-top: 0px;
	border-radius: 10px;
}

.btn_box_b a {
	display: block;
	text-align: center;
    font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.btn_box_b a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_b a:hover {
	background-color: #00A8F0;
	text-decoration: none;
	border-radius: 10px;
}

.btn_box_p {
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EC6399;
	text-decoration: none;
	margin-bottom: 60px;
	margin-top: 0px;
	border-radius: 10px;
}

.btn_box_p a {
	display: block;
	text-align: center;
    font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.btn_box_p a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_p a:hover {
	background-color: #EE7BA8;
	text-decoration: none;
	border-radius: 10px;
}

.btn_box_m {
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	background-color: #014EA2;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 5px;
}

.btn_box_m a {
	display: block;
	text-align: center;
    font-size: 1em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}

.btn_box_m a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_m a:hover {
	background-color: #015CBF;
	text-decoration: none;
	border-radius: 5px;
}

.left_box {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.right_box {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.left_box .in_box {
	width: 90%;
	margin-left: 10%;
	margin-top: 50px;
}

.right_box .in_box {
	width: 90%;
	margin-left: 10%;
	margin-top: 50px;
}

.table_box ul {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
.table_box li {
	list-style-type : none;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 20px 30px;
	box-sizing: border-box;
}

.table_box li:nth-of-type(2n+1) {
	background-color: #EEEEEE;
}

/* ========== リストボックス ========== */

.list4 ul {
    display:flex;
flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
    gap: 2em 2.66666666%;
    
}
.list4 li {
	list-style-type : none;
	width: 23%;
	text-align: center;
	margin: 0;
    display: flex;
flex-direction: column;
}

.list4 img {
	width: 100%;
    height: 250px;
    object-fit: cover;
}

.list4 p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    text-align: left;
}

.list4 p.date {
    text-align: right;
}

.list4 a {
    color: #333;
}

.list3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.list3 ul {
	margin: 0;
	padding: 0;
}

.list3 li {
	list-style-type : none;
	width: 32%;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 2%;
	text-align: center;
}

.list3 li:nth-of-type(3n) {
	margin-right: 0;
}

.list3 li img {
	max-width: 100%;
}

.list3 li p {
	font-size: 0.8em;
	width: 80%;
	max-width: 310px;
	height: 2em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}

.list3 li a {
	color: #333333;
}

.list2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
}

.list2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list2 li {
	list-style-type : none;
	width: 49%;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 1%;
	box-sizing: border-box;
}
.list2 li:nth-of-type(2n) {
	margin-right: 0;
}

/* ========== SNS ========== */
/* ========== nhk党のイメージのためsns一時非表示 ========== */
.main_sns {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50px;
	bottom: 40px;
	width: 30%;
	animation-name: FadeIn;
  animation-duration: 4s;
  z-index: 1;
}

.main_sns ul {	
	padding: 0;
}

.foot_sns {
	width: 40%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding: 0;
	font-size: 0.8em;
}

.list-sns {
	display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: no-wrap;
	justify-content: center;
	margin: 0;
}
.list-sns ul {
	margin: 0;
	padding: 0;
}
.list-sns li {
	margin: 0;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width:25%;
	text-align:center;
	list-style-type: none;
	box-sizing: border-box;
}
.list-sns li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.list-sns li.insta a:hover {
	text-decoration: none;
	transition: 1.0s;
	opacity: 0.6;
}
.list-sns li.fb    a:hover {
	text-decoration: none;
	transition: 1.0s;
	opacity: 0.6;
}
.list-sns li.tw    a:hover {
	text-decoration: none;
	transition: 1.0s;
	opacity: 0.6;
}
.list-sns li.le    a:hover {
	text-decoration: none;
	transition: 1.0s;
	opacity: 0.6;
}

.list-sns li.fb a:before {
	font-family: "Font Awesome 6 Brands";
	content: " \f39e";
	font-size: 2em;
    font-weight: 400;
	padding: 0;
	display: block;
}
.list-sns li.insta a:before {
	font-family: "Font Awesome 6 Brands";
	content:" \f16d";
	font-size: 2em;
    font-weight: 400;
	padding: 0;
	display:block;
}

.list-sns li.tw a:before {
	font-family: "Font Awesome 6 Brands";
	content: " \e61b";
	font-size: 2em;
    font-weight: 400;
	padding: 0;
	display: block;
}

.list-sns li.le a:before {
	font-family: "Font Awesome 6 Brands";
	content: " \f3c0";
	font-size: 2em;
    font-weight: 400;
	padding: 0;
	display: block;
}


/* ========== form ========== */

.form_box {
	width: 1000px;
	height: 220px;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #EC7F83;
	margin-top: 50px;
	margin-bottom: 50px;
}
.form_box .form_logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
.form_box .form_txt {
	position: absolute;
	top: 20px;
	left: 355px;
}

.form_box .form_tel {
	position: absolute;
	top: 75px;
	left: 351px;
}
.form_box .form_btn {
	position: absolute;
	top: 137px;
	left: 123px;
}
.form_box .form_b {
	position: absolute;
	top: 13px;
	left: 663px;
}

.tel a {
	cursor: default;
	pointer-events: none;
	color: #FFFFFF;
}

.gmap {
position: relative;
padding-bottom: 36.25%;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 80px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==================== 画像 ==================== */
.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px;}

.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

.aligncenter	{clear: both;
	display: block;
	margin: 25px auto;}

a img	{border: none;}
.overlay:hover {
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
		}
.sp_image {
	display:none;}
.sp_image_box50 {
	display:none;}
.pc_image {
	display:block;}

/* ==================== フッター ==================== */
#foot {
	color: #FFFFFF;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background-color: #004EA2;
	text-align: center;
}

#foot ul {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

#foot_in {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 100px;
}

#foot_in ul {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

#foot_in li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #CCCCCC;
}

#foot_in li:last-child {
	border-right: 1px solid #CCCCCC;
}

#foot_in li a {
	display: block;
	padding: 10px 0;
	font-weight: normal;
	font-size: 0.8em;
	color: #FFFFFF;
}
#foot_in li a:hover {
	text-decoration: underline;
}


.copyright {
	width: 100%;
	font-size: 0.7em;
	color: #FFFFFF;
}

.sp-fix-footer {
        display:block;
        padding: 0;
    }
    .sp-fix-footer ul {
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: rgba(0,78,162,0.80);
	bottom: 0;
	display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0;
	padding: 0;
    }
    .sp-fix-footer ul li {
	height: 4em;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 50%;
	justify-content: center;
    display: flex;
	flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    }
    
    .sp-fix-footer ul li:nth-last-of-type(1) {
	background-color: #D9EEDB;
}
.sp-fix-footer ul li:nth-last-of-type(2) {
	background-color: #9FE2FF;
}

.sp-fix-footer ul li img {
	max-width: 90%;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}


/*---- pagetop ----*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 60px;
	font-size: 36px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 8px;
	background-color: #C8CDD0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #B0B7BC;
}

/* ========== Table ========== */

span.wpcf7-list-item {
	margin: 0px !important;
}

span.wpcf7-list-item-label {
	margin-right: 1em !important;
}

.wpcf7 input[name="zip-code"] {
        width: 8em !important;
}

.wpcf7 input[name="days"] {
        width: 10em !important;
}

.wpcf7 select {
	vertical-align: middle !important;
	width: 200px !important;
	font-size:1em !important;
}

.content .form_in_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 0.9em;
}

.form_table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.form_table th {
	border: 1px solid #cccccc;
	padding-top: 12px;
	padding-right: 6px;
	padding-left: 12px;
	padding-bottom: 12px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	width: 35%;
	background-color: #ECECEC;
}

.form_table td {
	width: 65%;
	border: 1px solid #cccccc;
	padding: 12px;
}
.form_table p {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* ==================== フォーム ==================== */
input[type="radio"]{
	vertical-align: middle;
}
input[type="text"],input[type="email"],textarea,select {
	font-size: 16px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
textarea {
	width: 80%;
	height: 200px;
}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus,
input[type="text"]:hover,input[type="email"]:hover,textarea:hover {
	border:2px solid #3399FF;
}
input[type="submit"] {
	display: block;
	padding: 20px 25px;
	font-size: 1.1em !important;
	cursor: pointer;
	background-color: #CDEAF0 !important;
	border: 1px solid #3399FF;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	margin-top: 50px;
}

input[type="submit"]:hover {
	background-color: #EAF6F8 !important;
	border: 2px solid #3399FF;
}



form#mailformpro input.datepicker {
	font-size: 16px;
	vertical-align: bottom;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 3px;
	width: 30%;
}

form#mailformpro label.mfp_checked {
	border: none; 
	background-color : transparent;
}

form#mailformpro label.mfp_not_checked {
	border: none;
}

/* ========== mailformpro リセット ========== */

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    border-radius: 0px;
    box-shadow: none;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
    border-radius: 0px;
    background: none !important;
    text-shadow: none !important;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
    background: none !important;
    box-shadow: none !important;
}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

input[type="text"],input[type="email"],input[type="tel"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}

.s_table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-bottom: 10px;
}

.s_table th {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 20px;
}

.s_table td {
	font-size: 0.9em;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.s_table dl {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.s_table dt {
	float: left;
	clear: both;
	color: #333333;
	width: 5.2em;
	font-size: 1em;
	text-align: left;
}

.s_table dd {
	color: #333333;
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-left: 5.2em;
	padding-right: 0;
	padding-bottom: 5px;
}

.f_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 80px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.f_table th {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 20px;
	padding-bottom: 12px;
	text-align: left;
	font-weight: normal;
	width: 30%;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E7E7E7;
}

.f_table td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 25px;
	padding-bottom: 12px;
	border-left: 1px solid #CCCCCC;
}

.info_table {
	width: 800px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #710E0E;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.info_table th {
	border-top: 1px solid #710E0E;
	border-left: 1px solid #710E0E;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EB8D8D;
	color: #710E0E;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}
.info_table td {
	font-size: 1.1em;
	text-align: left;
	border-top: 1px solid #710E0E;
	border-left: 1px solid #710E0E;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}

/* ========== datepicker ========== */

.ui-datepicker-trigger {
     margin-left:5px;
     margin-top: 8px;
     margin-bottom: -7px;
}

/* ========== SNS ========== */
.sns_box	{
	display: none;
}

/* ========== ページネーション ========== */
.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #F9E4EB;
}
.pagination span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination span.current {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #F9E4EB;
	font-size: 0.8em;
	text-decoration: none;
}
.pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}
 	
.pagination h2.screen-reader-text {
  display: none;
}


/* ========== 共通 ========== */
.mt_3 { margin-top: 3px;}
.mt_5 { margin-top: 5px;}
.mt_9 {
	margin-top: 9px;
}
.mt_13 { margin-top: 13px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_18 { margin-top: 18px;}
.mt_20 { margin-top: 20px;}
.mt_25 { margin-top: 25px;}
.mt_23 { margin-top:23px;}
.mt_30 { margin-top:30px;}
.mt_40 { margin-top:40px;}
.mt_50 { margin-top:50px;}
.mt_80 { margin-top:80px;}
.mt_90 { margin-top:90px;}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mb_80 {
	margin-bottom: 80px;
}
.ml_9 {
	margin-left: 9px;
}
.ml_10 { margin-left: 10px;}
.ml_15 { margin-left: 15px;}
.ml_20 { margin-left: 20px;}
.ml_30 { margin-left: 30px;}
.ml_40 { margin-left: 40px;}
.ml_45 { margin-left: 45px;}
.ml_50 {
	margin-left:50px;
}
.ml_55 {margin-left:55px;}
.ml_95 {
	margin-left:95px;
}
.ml_100 {margin-left:100px;}
.ml_120 {margin-left:120px;}
.ml_140 {
	margin-left:140px;
}
.mr_5 { margin-right:5px;}
.mr_10 { margin-right:10px;}
.mr_15 { margin-right:15px;}
.mr_20 { margin-right:20px;}
.mr_25 { margin-right:25px;}
.mr_30 { margin-right:30px;}
.mr_45 { margin-right:45px;}
.mr_55 { margin-right:55px;}
.pr_45{ padding-right:45px;}
.pt_3{padding-top:3px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pt_30{padding-top:30px;}
.pt_40{padding-top:40px;}
.pt_50{padding-top:50px;}
.pl_20{padding-left:20px;}
.pb_30{padding-bottom:30px;}
.pb_40{padding-bottom:40px;}
.pb_50{padding-bottom:50px;}
.w_30{
	width: 30px;
}
.w_67{
	width: 67%;
	margin-left: auto;
	margin-right: auto;
}
.w_80{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.w_90{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.w_95{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.w_100{
	width: 100px;
}
.w_120{
	width: 120px;
}
.w_150{
	width: 150px;
}
.w_200{
	width: 200px;
}
.w_250{
	width: 250px;
}
.w_300{
	width: 300px;
}
.w_360{
	width: 360px;
}
.w_400{
	width: 400px;
}
.w_500{
	width: 500px;
}
.w_550{
	width: 550px;
}
.w_600{
	width: 600px;
}
.w_650{
	width: 650px;
}
.wp_95{
	width: 95%;
}
.wp_90{
	width: 90%;
}
.wp_60{
	width: 60%;
}
.wp_49{
	width: 49%;
}
.wp_45{
	width: 45%;
}
.wp_40{
	width: 40%;
}
.center{ text-align:center;}
.pc_center{ text-align:center;}
.left{
	text-align:left !important;
}
.right{
	text-align:right;
}
.font_10{ font-size:10px;}
.font_12{ font-size:12px;}
.font_14{ font-size:14px;}
.font_16{ font-size:16px;}
.font_18{ font-size:18px;}
.font_24{ font-size:24px;}
.font_g{
	color: #666;
}
.font_r{
	color: #F03;
}
.font_o{
	color: #FF3F00;
}
.font_b{
	color: #110279;
}
.font_p{
	color: #E4007F;
}
.font_bold{
	font-weight: bold;
}
.lh_25{
	line-height: 25px;
}
.lh_30{
	line-height: 30px;
}
.textline_y{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #D9B000;
}
.back_r{
	background-color: #F6D2D2 !important;
	width: 30%;
}
.back_w{
	width: 70%;
}
.back_g{
	background-color: #EEEEEE;
}
.back_b{
	background-color: #E1F7FF;
}
.back_p{
	background-color: #FCEDF2;
}
.back_y{
	background-color: #FFFFCA;
}
.back_m{
	background-color: #E0F3EA;
}

.disp{ display:inline;}

.image_box {
	text-align: center;
}

.image_box img {
	max-width: 100%;
	height: auto;
}
.image_box20 {
	margin-top: 30px;
	border-style: none;
}
.image_box30 {
	margin-top: 30px;
	border-style: none;
}
.image_box50 {
	border-style: none;
}
.text_box{
	text-align: left;
}

.ft_left{
	float: left;
}

.ft_right{
	float: right;
}

.dl_box dl {
	width: 95%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.dl_box dt {
	color: #218C00;
	margin: 0;
	padding: 0;
}

.dl_box dd {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}

.disc ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}
.disc li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 25px;
	line-height: 2em;
}
.decimal ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 35px;
	margin-top: 10px;
}

.no_line {
	border:none;
}

.sp_text {
	display: none;
}

hr {
	border: 1px solid #DDDDDD;
	height: 6px;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clear{
	clear:both;
}
/* clearfix */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* - 768px
---------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	
h2 {
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

h6 {
	font-size: 1.1em;
	color: #66462A;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}


 /* ==================== ヘッダー ==================== */

#head_in {
	width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px;
    box-sizing: border-box;
}

.header_logo	{
	width: 130px;
}
    
#head_in h1	{
    display: none;
}
    
.header_sns	{
    display: none;
}

/* ---- Drawer Menu start ---- */

/* drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100vh;
	padding-top: 55px;
	padding-right: 0;
	padding-left: 0;
	background-color: #004EA2;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}

.drawer-menu ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

.drawer-menu li {
	text-align: center;
	border-bottom: 1px solid #90C5FF;
}

.drawer-menu li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.drawer-menu li a:hover {
	color: #ffffff;
	background-color: #5891CF;
}

/* checkbox */
.check {
	display: none;
}

/* menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 9px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #004EA2;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.bar.middle {
	top: 8px;
	opacity: 1;
}

.bar.bottom {
	top: 16px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu-btn__text {
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	color: #004EA2;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
	font-weight: bold;
}

.menu-btn:hover .bar {
	background: #999;
}

.menu-btn:hover .menu-btn__text {
	color: #999;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}

.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	background: #fff;
	width: 36px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	background: #fff;
	width: 36px;
	top: 25px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background-color: rgba(0,78,162,0.80);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

/* --- Drawer Menu end --- */

.accordion_menu li {
	list-style:none;
	border: none
}

.accordion_menu section h1,
.accordion_menu section dt {
	height: 38px;
	line-height: 38px;
	font-size: 0.8em;
	padding: 0;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #90C5FF;
}
 
.accordion_menu section h1:before,
.accordion_menu section dt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background-color: #FFFFFF;
}
 
.accordion_menu section h1:after,
.accordion_menu section dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 14px;
	width: 12px;
	height: 12px;
	margin-top: -13px;
	background-color: #004EA2;
}
 
.accordion_menu section h1.active:before,
.accordion_menu section dt.active:before {
  margin-top: -1px;
}
 
.accordion_menu section h1.active:after,
.accordion_menu section dt.active:after {
  margin-top: 2px;
}
 
.accordion_menu section li,
.accordion_menu section dd {
	border-bottom: 1px solid #90C5FF;
}

.accordion_menu section li {
	list-style:none;
}
 
.accordion_menu section li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3371B5;
}
 
.accordion_menu section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
 
.accordion_menu section li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

/* --- Menu accordion end --- */

.wrapper {
    width: 100%;
    margin: 0;
    padding: 100px 0;
}

#navi {
	display:none;
}

#main {
	display: none;
}

#main_text {
	margin: 0;
	padding: 15px;
	font-size: 0.9em;
	box-sizing: border-box;
}

.page_main {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
  }

.page_main .bg-title {
	width: 100%;
	color: #FFF;
	font-size: calc(48 / 1200 * 100vw);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	text-align: center;
  }
  
 .page_main .bg-img {
	 width: 100%;
	 height: 300px;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 left: 0;	 
  }
   .page_main .bg-img img {
	 width: 100%;
  }

.content {
	width: 95%;
	font-size: .9em;
	padding: 20px 0 80px 0;
	box-sizing: border-box;
	margin-bottom: 0px;
}
    
.content p {
    font-size: 1em;
	margin-bottom: 30px;
	line-height: 1.7em;
}

.content .in_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 40px 0;
	box-sizing: border-box;
}
    
.content .in_box h2 {
    font-size: 1.2em;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .in_box .date {
	font-size: .9em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}

.content .in_box h3 {
	font-size: 1.2em;
}
    
.content .new_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.btn_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: 0px;
}

.btn_box a {
	display: block;
	text-align: center;
    font-size: 1.1em;
	color: #FFFFFF;
	padding: 10px 0;
	position: relative;
}

.btn_box a:after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_b {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #0098D9;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: 0px;
	border-radius: 10px;
}

.btn_box_b a {
	display: block;
	text-align: center;
    font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.btn_box_b a:after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_p {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EC6399;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: 0px;
	border-radius: 10px;
}

.btn_box_p a {
	display: block;
	text-align: center;
    font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.btn_box_p a:after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_m {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #014EA2;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 5px;
}

.btn_box_m a {
	display: block;
	text-align: center;
    font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}

.btn_box_m a:after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.left_box {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.left_box img {
	width: 100%;
}

.right_box {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.right_box img {
	width: 100%;
}

.left_box .in_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.right_box .in_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.midashi {
	width: 100%;
	font-size: 1.3em;
}

.midashi_box {
	padding: 30px 30px;
}

.midashi_box ul li {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	font-size: .8em;
	line-height: 1.8em;
}

/* ========== リストボックス ========== */

.list4 ul {
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
    gap: 2em 4%;
}
.list4 li {
	list-style-type : none;
	width: 48%;
	text-align: center;
	box-sizing: border-box;
}


.list4 li img {
	width: 100%;
}

.list4 p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}


.list3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.list3 ul {
	margin: 0;
	padding: 0;
}

.list3 li {
	list-style-type : none;
	width: 49%;
	margin-top: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 2%;
	text-align: center;
}

.list3 li:nth-of-type(3n) {
	margin-right: 2%;
}

.list3 li:nth-of-type(2n) {
	margin-right: 0;
}

.list3 li a {
	color: #333333;
}

.list3 li img {
	width: 100%;
	height: auto;
}

.list2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.list2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list2 li {
	list-style-type : none;
	width: 100%;
	float: none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 1%;
	box-sizing: border-box;
	text-align: center;
}
.list2 li:nth-of-type(2n) {
	margin-right: 0;
}

.list2 li h3 {
	color: #DF3939;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.list2 li p {
	font-size: 1.1em;
	width: 90%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* ========== SNS ========== */

.foot_sns {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 0;
	font-size: 0.8em;
}

/* ========== MAP ========== */

.gmap {
position: relative;
padding-bottom: 70.25%;
height: 0;
overflow: hidden;
}

.gmap_s {
position: relative;
padding-bottom: 60.25%;
height: 0;
overflow: hidden;
}

/* ========== Youtube ========== */

.youtube {
  margin-top: 20px;
}

/* ========== ページネーション ========== */
.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #F9E4EB;
}
.pagination span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination span.current {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	background-color: #F9E4EB;
	font-size: 0.8em;
	text-decoration: none;
}
.pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}
 	
.pagination h2.screen-reader-text {
  display: none;
}


/* ========== 共通 ========== */

.image_box{
	margin-top: 10px;
}

.image_box img {
	width: 100%;
}

.image_box20 img {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

.image_box30 img {
	width: 30%;
}

.image_box50 img {
	width: 50%;
}

.image_box90 img {
	width: 90%;
}

.sp_image_box50 {
	display: block;
}

.sp_image_box50 img {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box60 img {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box70 img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box80 img {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box100 img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.sp_image {
	display:block;
}
.sp_image img {
	display: block;
	width: 100%;
}
.pc_image {
	display:none;
}
.sp_center {
	text-align: center;
}
.sp_text {
	display:block;
}
.sp_mt10{
	margin-top: 10px;
}
.sp_mt20{
	margin-top: 20px;
}
.sp_mt30{
	margin-top: 30px;
}
.sp_mb10{
	margin-bottom: 10px;
}
.sp_mb20{
	margin-bottom: 20px;
}
.sp_mb30{
	margin-bottom: 30px;
}

.w_30{
	width: 100%;
}
.w_67{
	width: 100%;
}
.w_80{
	width: 100%;
}
.w_100{
	width: 100%;
}
.w_120{
	width: 100%;
}
.w_150{
	width: 100%;
}
.w_200{
	width: 100%;
}
.w_250{
	width: 100%;
}
.w_300{
	width: 100%;
}
.w_360{
	width: 100%;
}
.w_400{
	width: 100%;
}
.w_500{
	width: 100%;
}
.w_550{
	width: 100%;
}
.w_600{
	width: 100%;
}
.w_650{
	width: 100%;
}
.wp_95{
	width: 100%;
}
.wp_90{
	width: 100%;
}
.wp_60{
	width: 100%;
}
.wp_49{
	width: 100%;
}
.wp_45{
	width: 100%;
}
.wp_40{
	width: 40%;
}
.font_16{ font-size:0.9em;}

.ft_left{
	float: none;
}

.ft_right{
	float: none;
}

.center{ text-align: left;}

.decimal ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.back_r{
	background-color: #F6D2D2 !important;
	width: 100%;
}
.back_w{
	width: 100%;
}

.video_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pc_center{ text-align:left;}

/* ========== Table ========== */
.content .form_in_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.form_table {
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
}

.form_table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.form_table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.required_box {
	float: none;
	width: 30%;
}


input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	width: 85% !important;
}

input[type="file"] {
	margin-bottom: 8px;
}

input[type="submit"] {
	font-size: 1.3em !important;
	width: 70%;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
  
.form_table label {
	display: block;
	width: 100%;
	margin-right: 0;
}

form#mailformpro input.datepicker {
	width: 40% !important;
	margin-bottom: 10px;
}

img.ui-datepicker-trigger{
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    vertical-align: top;
}

.area_table {
	width: 90%;
	font-size: 0.8em;
}
.business_table {
	font-size: 0.8em;
}

.wpcf7 input[name="days"] {
        width: 10em !important;
		margin-bottom: 10px;
}

.f_table {
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
}

.f_table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.f_table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}


/* ========== SNS ========== */

.sns_box {
	display: block;
	background-color: #C8CDD0;
	text-align: center;
}

.share_btn2{
display: inline-block;
text-decoration: none;
width: 50px;
margin:10px;
height: 50px;
line-height: 50px;
font-size: 23px;
color:white;
border-radius: 12px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
transition: .3s;
}
.share_btn2 .fa {line-height:50px}
.share_btn2:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.share_btn2.shtw {background: #22b8ff;}
.share_btn2.shfb {background: #6680d8;}
.share_btn2.shhtb {background: #49a8fb;}
.share_btn2.shpkt {background: #ff6d82;}
.share_btn2.shfdly {background: #7bda72;}
.share_btn2.shgp {background: #fd6969;} 
/* ==================== フッター ==================== */
#foot {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

#foot_in {
	display: none;
}

.copyright {
	width: 100%;

	font-size: 0.8em;
}

.sp-fix-footer ul li {
	height: 3em;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 50%;
	justify-content: center;
    display: flex;
	flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    }

.sp-fix-footer ul li img {
	display: block;
	max-width: 80%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* ========== datepicker ========== */

.ui-datepicker {
width: 80% !important;
padding: .2em .2em 0;
display: none;
}

/* pagetop
---------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
}
#page-top a {
	font-size: 0.6em;
	text-decoration: none;
	color: #fff;
	width: 56px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #C8CDD0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #B0B7BC;
}

}
