/*
Theme Name: basstemplate
Theme URI:
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General publish License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
.both{
	clear:both;
}
p {
    display: block;
    -webkit-margin-before:0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
html{
/*font-family: 'Noto Serif JP', serif;*/
font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size:16px;
line-height:1.6;
color:#6D6D6D;
}


img{
	display:block;
	max-width:100%;
	height:auto;
}
a,
a:hover,
a:active,
a:visited,
a:link{
	text-decoration:none;
	color:inherit;
}
ol, ul{
    list-style:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

span{
	display:inline-block;
	font-weight: inherit;
}

p{margin-bottom:20px;
}
p:last-child{margin-bottom:0px;
}

table {
	border-top:solid 1px #d1d1d1;
	border-left:solid 1px #d1d1d1;
}
table th,
table td{
	padding:10px;
	border-bottom:solid 1px #d1d1d1;
	border-right:solid 1px #d1d1d1;

}

@media (min-width: 701px){

.twocolumn{
	margin:auto;
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:20px;
}
.twocolumn li{
	width:calc(50% - 10px);
	box-sizing:border-box;
}
.twocolumn li img{
	max-width:100%;
	display:block;
	margin:0;
}
.twocolumn li p{
}



.threecolumn{
	display:flex;
	margin:auto;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:50px;

}
.threecolumn li{
	width:calc(33.33% - 100px / 3);
	box-sizing:border-box;
}
.threecolumn li img{
	max-width:100%;
	display:block;
	margin:0;
}
}

@media (max-width: 640px){
}

.error404.content-area{
	float:none;
	margin:auto;
}
.error404.content-area main{
	text-align:center;
	margin-right:auto;
}

.error404 h1 {
    font-size: 70px;
}
@media screen and (max-width: 800px){
.error404 h1 span {
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}
}






.site-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.header_container{
	margin:auto;
	max-width:1080px;
	padding: 15px 20px;
	width:100%;
	position:relative;
	display:flex;
	justify-content:space-between;
	margin:auto;
	align-items:center;
    box-sizing: border-box;
}
.headermain{
	position:relative;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.headerlogo {
   width: 240px;
	display: flex;
	align-items: center;
}
.headerlogo img{
	width: 240px;
	display: block;
}
.spnavibtn{
	display:none;
	align-items:center;
}
.navibtn{
    display: block;
    position: relative;
    width: 26px;
    height: 23px;
    box-sizing: border-box;
    border-top: solid 3px #004ea2;
    border-bottom: solid 3px #004ea2;
	cursor: pointer;
}
.navibtn:after{
	top:0;
	bottom: 0;
	left: 0;
	margin:auto;
	position:absolute;
	height:3px;
	width:100%;
	background-color:#004ea2;
	display:block;
	content:"";
	transition:0.3s;
    transform-origin: 100% 0%;
}
.headernavi{
	flex-shrink:0;
}
.headernavi ul{
	margin:auto;
	max-width: 1240px;
	display:flex;
}
.headernavi ul a.current{
}
.headernavi ul a:hover{
	color:#999;
}
.headernavi ul a:hover:after{
	width:100%;
}
.headernavi ul a.current:after{
	background-color:#000;
	width:100%;
}
.header_right{
	display: flex;
	align-items: center;
}
.headernavi{
	display: flex;
	align-items: center;
	gap:40px;
}
.headernavi li{
	padding-right: 10px;
	padding-right: 10px;
	color:#008bd5;
}
.headernavi a{
	transition: all 1s ease-out;
	font-weight: 700;
}
.headernavi a:hover{
}
.headernavi li:last-child{
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.head_contact a{
    color: #ffffff;
    display: block;
	width: 160px;
	position: relative;
	text-align: center;
}
.head_contact a:after{    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 15px;
    top: -100px;
    background: #008bd5;
    z-index: -1;
}

.search_bar{
	width: 100%;
    max-width: 400px;
}
.search_bar form{
	width: 100%;
    display: flex;
    align-items: center;
}
.search_bar input[type='text']{
	word-break: keep-all;
	appearance: none;
	border: none;
	border-radius: 5px;
    height: 47px;
	font-size: 16px;
}
.search_bar input[type='submit']{
	word-break: keep-all;
	appearance: none;
	border: none;
	border-radius: 5px;
}
.search_bar p{
    margin: 0;
	word-break: keep-all;
	margin-right: 10px;
}
.search_bar button{
	word-break: keep-all;
	margin-left: 10px;
}
.search_btn{
	padding: 4px;
	appearance: none;
	border: none;
	background-color: #008bd5;
	border-radius: 5px;
    height: 47px;
	width: 47px;
	display: flex;
	cursor: pointer;
	flex-shrink: 0;
}
.search_btn img{
	width: 24px;
	height:auto;
	margin: auto;
	display: block;
}
.maincontents .search_bar{
    justify-content: center;
}
.maincontents .search_bar input[type='text']{
	border: solid 1px #008bd5;
}

.spnavi{
	display:none;
}

.listitem_text{
	display:block;
	width:100%;
	color:#787878;
	border-bottom: solid 1px #ccc;
}
.listitem_text:first-child{
	border-top: solid 1px #ccc;
}

.listitem_text a{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	padding: 10px 0;
	transition: 0.3s;
}
.listitem_text a:hover{
	opacity: 0.7;
}


.taglist{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	color:#bf1920;
	flex-wrap:wrap;
	margin-bottom:40px;
	gap:8px;
}
.tag{
    border: solid 1px #bf1920;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 6px;
    text-align: left;
    min-width: 80px;
    text-align: center;
}
.tag.current,
.tag:hover{
	background-color:#bf1920;
	color:#fff;
}

.btn_a{
	display:flex;
	justify-content:center;
	color:#fff;
}
.btn_a a{

    text-align: center;
    background-color: #0067E6;
	border: solid 2px #0067E6;
    display: flex;
    /* height: 30px; */
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* border-radius: 5px; */
    box-sizing: border-box;
    transition: 0.3s;
    line-height: 1;
	padding: 15px;
	border-radius: 50px;
	min-width: 230px;
	box-sizing: border-box;
}
.btn_a a:hover{
	background-color:#ffffff;
	color: #0067E6;
}
.btn_a a span.center{
    margin-bottom: 0.3em;
}

.btn_w{
	display:flex;
	justify-content:center;
	color:#000;
}
.btn_w a{
	box-sizing:border-box;
    width: 140px;
    text-align: center;
    background-color: #fff;
	border:solid 1px #000;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
	border-radius:5px;
	transition:0.3s;
}
.btn_w a:hover{
	color:#fff;
	background-color:#000;
}

.two_column_left{
	display: flex;
	justify-content: center;
	align-items:flex-start;
	flex-direction: row-reverse;
}
.two_column_left > article{
	max-width: 745px;
	width: 100%;
	flex-shrink: 1;
}
.two_column_left > aside{
	width: 216px;
	margin-right: 20px;
	flex-shrink: 0;
}



@media (min-width: 801px){
.three_column{
		display: flex;
		flex-wrap: wrap;
	gap:35px;
	}
.three_column li{
	width: calc(33.33% - 70px / 3);
	margin-right: 35px;
	margin-top:40px;
}
}
@media (max-width: 800px){
	.three_column li{
		margin-top: 30px;
	}
	.three_column li:first-child{
		margin-top: 0px;
	}
}

.movie_list_item{
	background-color: #F2F2F2;
}
.movie_list_item h4{
    height: 3.2em;
    padding: 5px 10px;
    display: block;
    overflow: hidden;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  -webkit-line-clamp: 2;
}

.movie_list_item .listitem_box_img{
	position: relative;
}
.movie_list_item .listitem_box_img:after {
    content: "";
    width: 25%;
    height: 0;
    padding-top: 25%;
    background-image: url(../images/icon_play.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 10;
    transition: 0.3s;
	opacity: 0;
}
.movie_list_item a:hover .listitem_box_img:after {
    opacity: 0.6;
}
.movie_list_item .listitem_box_img:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: 0.3s;
}

.movie_list_item a:hover .listitem_box_img:before {
    background-color: rgba(0,0,0,0.60);
}
.listitem_box{
	background-color: #F2F2F2;
}
.listitem_box h4{
	color: #0067E6;
	font-size: 20px;
	    height: 1.6em;
	    display: block;
	    overflow: hidden;
			  overflow: hidden;
			  display: -webkit-box;
			  -webkit-box-orient: vertical;
			  -webkit-line-clamp: 1;
}
.listitem_box_img{
	width: 100%;
	display:block;
	padding-top: calc(56.25% - 2px);
	background-position: center;
	background-size: cover;
}

.listitem_box_text{
	padding: 10px;
}
.postdate{
	display: block;
	word-break: keep-all;
	margin: 0;
	font-size: 12px
}
	.listitem_box_text .text{
	   /* height: calc(3em * 1.6);*/
	    display: block;
	    overflow: hidden;
			  overflow: hidden;
			  display: -webkit-box;
			  -webkit-box-orient: vertical;
			  -webkit-line-clamp: 3;
}



@media (min-width: 701px){
}
@media (max-width: 700px){
}
.site-footer{
	border-top: solid 3px #f5aa00;
	padding: 55px 20px;
}
.footer_logo{
	display: block;
	margin: auto;
	max-width: 75px;
	width: 30%;
	margin-bottom: 20px;
}
.site-footer .copyright{
	color:#008bd5;
	text-align: center;
}
.site-footer .icon{
	justify-content:flex-end;
	display:flex;
}
.site-footer .icon a{
	width:20px;
	margin-left:10px;
	display:block;
}
.footcontents{
	background: #FFFF00;
	padding: 20px;
} 
.footcontents .inner{
    max-width: 1040px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	color: #000000;
}

@media (max-width: 1060px){
.footcontents {
	padding: 40px 20px;
	}
	.footcontents .inner{
		flex-direction: column;
		align-items: center;
	}
	.footcontents .inner > img{
		max-width: 300px;
		width: 100%;
	}
	.footcontents .inner > p{
		display: block;
		margin-top: 20px;
	}
	.footcontents .inner > p.kouenkai_logo{
	
		margin-top: 0px;}
}
.footcontents p {
	margin: 0;
}
.footcontents p.mail {
	font-weight: 700;
	font-size: 20px;
    line-height: 1;
    margin-top: 4px;
	margin-bottom: 4px;
}
.footcontents .kigou{
	margin-left: -0.1em;
}
.copyright{
	line-height:1;
	margin:0;
	text-align:center;
	display:block;
}

.page_container{
	padding:70px 20px;
	padding-bottom:0;
	margin:auto;
    min-height: 500px;
	position: relative;
}
.page_container > .inner{
    padding-bottom: 70px;
}
.page_title{
    font-size: 24px;
    margin: 0px;
    text-align: center;
    color: #0167e6;
    line-height: 1.4;
    font-weight: 700;
}
.page_header{
	color: #fff;
	padding: 0 20px;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: url("../images/pageheader_bg.jpg");
	position: relative;
}
.page_header .imgtitle {
	max-height: 40px;
    height: 7vw;
    margin: 0;
}
.page_header .page_header_kome{
	position: absolute;
	bottom: -30px;;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 1020px;
	margin: auto;
	left: 0;
	right: 0;
	color: #0067e6;
	text-align: right;
}
.title_illust{
	width: 160px;
}
.page_header .imgtitle img {
    width: auto;
    height: 130%;
	margin: auto;
}

@media (max-width: 800px){
.title_illust{
	width: 80px;
	}
.page_header {
	height: 130px;
}
}
#page{
	position: relative;
	z-index: 10;
}

.listitem_text{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.postcat{
    display: flex;
	gap:10px;
    flex-shrink: 0;
	flex-direction: column;
	margin: 0;
	margin-right: 20px;
}
.postcat span{
	min-width: 110px;
	word-break: keep-all;
	background-color: #f5aa00;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1.4;
	line-height: 32px;
	border-radius: 3px;
}
.listitem_text h4{
	flex-shrink: 1;
	width: 100%;
    padding-top: 3px;
}
.listitem_text p{
	margin-bottom: 0;
}
.side_navi{
	background: #f1f1f1;
	border-radius: 10px;
	padding: 2px;
	padding-bottom: 15px;
	
}
.side_navi h3{
	padding-top: 20px;
	margin-bottom: 20px;
}
.side_navi li{
	color: #fff;
	margin-bottom: 1px;
}
.side_navi li a{
	display: block;
	border-radius: 0px;
	/*border: solid 1px #008bd5;*/
	background-color: #ffffff;
	color: #008bd5;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.side_navi li a:hover{
	
	background-color: #e0f4ff;
}

.archive_content .information_list {
}
.archive_content .listitem_text{
	border-bottom:solid 1px #ccc;
}
.archive_content .listitem_text:first-child{
	border-top:solid 1px #ccc;
}
.archive_content .listitem_text a{
	padding:10px 0;
}
.navigation .screen-reader-text{
	display:none;
}
.pagenavi{
	margin-top:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.contact{
	border:none;
	margin-left:110px;
	max-width:740px;
	width:100%;
}
.contact th,
.contact td{
	border:none;
}
.contact th{
	width:190px;
}
.contact span{
	width:100%;
}
input, textarea{
	padding:5px;
	width:100%;
	box-sizing:border-box;
}
input[type="submit"]{
    border: none;
    border: solid 1px #004ea2;
    color: #004ea2;
    background-color: #fff;
    width: 150px;
    padding: 5px 0;
	cursor:pointer;
    transition: 0.3s;
}
input[type="submit"]:hover{
    color: #fff;
    background-color: #004ea2;
}
	.spnavi_bg{
		display: none;
		position: fixed;
		width: 100%;
		top: 0;
		height: 100vh;
		left: 0;
		background-color: rgba(0,0,0,0.50);
		z-index: 90;
		cursor: pointer;
	}



@media (min-width: 901px){
	.spnavi{
		display:none !important;
	}
}
@media (max-width: 900px){
.spnavibtn{
	display:flex;
}
.headernavi,
.en_link{
	display:none;
}
	.head_contact{
		display: none;
	}
.site-header{
	transition:0.5s;
    min-height: 70px;
	overflow:hidden;
}
.site-header.active{
}
.spnavi{
    position: fixed;
    justify-content: center;
    align-items: center;
    right: -220px;;
    bottom: 0;
    top: 0;
    margin: auto;
	height:calc(100vh - 140px);
	height: 100vh;
	overflow:auto;
    font-size: 20px;
    background-color: #fff;
	transition: 0.5s;
	display: block;
	z-index: 101;
}
	.spnavi_bg{
	}
.site-header.active .spnavi{
	right: 0;
}
.spnavi{
	color: #004ea2;
}
.spnavi li a{
    width: 220px;
    margin: auto;
	padding: 0.5em 1em;
	padding-right: 0;
	display: block;
	box-sizing: border-box;
	border-bottom: solid 1px #004ea2 ;
    font-size: 16px;
}
	.spnavi li.head_contact_sp a{
		background-color: #004ea2 ;
		color: #fff;
}
.spnavi.active{
	display:flex;
}
.spnavi > div{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    position: relative;
	height:calc(100vh - 140px);
}
.spnavi > div > ul{
	overflow:auto;
}
.spnavi .navi_child{
	display:none;
}
.navi_parent{
	display:flex;
	flex-wrap:wrap;
    align-items: center;
}
.navi_parent ul{
	width:100%;
}
.navi_parent ul li{
	margin-bottom:0;
	margin-top:0.5em;
	margin-left:1em;
}
.navi_child{
	font-size:16px;
}
.childopen{
	transform:rotateZ(45deg);
	border-bottom:solid 2px #000;
	border-right:solid 2px #000;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-top: 0px;
    margin-top: -10px;
}
.childopen.opend{
	transform:rotateZ(225deg);
    margin-top: 10px;
}

.site-header {
    min-height: 60px;
}
}

@media (max-width: 800px){
	.box1 .pc{display: none;}.box1 .sp{display: block;}
}
@media (max-width: 700px){

.contact{
	margin:auto;
}
.contact table,
.contact tbody,
.contact td,
.contact th{
	display:block;
	width:100%;
    box-sizing: border-box;
}





.twocolumn li,
.threecolumn li{
	margin-bottom:20px;
}
.twocolumn li:last-child,
.threecolumn li:last-child{
	margin-bottom:0;
}


.page_container {
    padding: 40px 20px;
	padding-bottom:0;

}
.post_detail{
	display:block;
}
.post_detail .left{
    margin-bottom: 10px;
}
}
@media (max-width: 480px){
}

.maincontents{
/*background: #ffffff;
width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;*/
}
.maincontents > .page_inner{
box-sizing: border-box;
width: 100%;
	max-width: 980px;
	margin: auto;
}
.side_on{
	max-width: 980px;
	padding: 60px 20px;
	margin: auto;
}
@media (min-width: 801px){
.side_on{
	display: flex;
	justify-content: space-between;
}
	.side_on > main{
		width: 100%;
		flex-shrink: 1;
	}
	.side_on > aside{
		width: 245px;
		margin: 0;
		margin-left: 50px;
		flex-shrink: 0;
	}
	.side_on.left{
		flex-direction: row-reverse;
	}
	.side_on.left > aside{
		margin: 0;
		margin-right: 30px;
}

}
@media (max-width: 800px){
	.side_on > main{
		margin-bottom: 60px;
	}
	.side_on > aside{
	}
}
	
	.side_navi{
	}
	.side_navi_title{
	}
.navigation.pagination{
	margin-top: 60px;
}
.navigation .screen-reader-text{
	display:none;
}
.pagenavi{
	margin-top:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#008bd5;
}
.page_num{
	margin-bottom:0;
	margin-right:20px;
	color:#008bd5;
}
.nav-links{
	display:flex;
    justify-content: center;
	color: #0167e6;
}


.page-numbers{
	border:solid 1px #0167e6;
	background-color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1;
	width:30px;
	height:30px;
	margin-right:10px;
	transition:0.3s;
	color: #0167e6;
}
.page-numbers:hover{
	color:#fff;
	background-color:#0167e6;
}
.page-numbers.current{
	color:#fff;
	background-color:#0167e6;
}
.page-numbers:last-child{
	margin-right:0;
}
.page-numbers.prev,
.page-numbers.next{
	display:none;
}
.themewidget{
	margin-bottom: 40px;
}
.themewidget:last-child{
	margin-bottom: 0px;
}
.themewidget li{
	margin-bottom: 10px;
}
.themewidget li:last-child{
	margin-bottom: 0;
}
.widget-title{
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #008bd5;
	border-bottom: solid 1px #008bd5;
    font-size: 1.2rem;
}
.sidebar{
}
.search_word{
    margin-bottom: 10px;
    color: #008bd5;
    font-size: 21px;
    font-weight: 700;text-align: center;
}
.form_table{
	width: 100%;
}
.form_table,
.form_table tr,
.form_table th,
.form_table td{
	margin: auto;
	max-width: 800px;
	border:none;
	vertical-align: top;
}
.form_table th{
	width: 200px;
}
.form_table td{
}
.submit td{
	text-align: center;
}
.wp-block-table{
	margin-bottom: 30px;
}
.wp-block-button{
	color: #fff;
}
.wp-block-button__link {
    color: #fff;
    background-color: #004ea2;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

.wpcf7-form-control-wrap{
	width: 100%;
}
.gototravel{
 border: 3px solid #3fa9f5;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
    color: #3fa9f5;
    font-weight: 600;
    font-size: 18px;
}


.contact_table{
    margin: auto;
    max-width: 800px;
    width: 100%;
}
.contact_table,
.contact_table tr,
.contact_table td,
.contact_table th{
    box-sizing: border-box;
    border:none;
    vertical-align: top;
}
.contact_table th{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact_table th p {
	text-align: left;
    margin: 0;
}
.form_privacypolicy p{
    font-size: 14px;
}
.form_privacypolicy a{
    text-decoration: underline;
    display: inline-block;
}
.form_privacypolicy a:hover{
    text-decoration: none;
}
.page_content .form_privacypolicy h5 {
    margin-bottom: 10px;
}

@media screen and (max-width: 640px){
.contact_table,
.contact_table tr,
.contact_table td,
.contact_table th{
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
    .contact_table td{
    padding-bottom: 10px;}
    .contact_table th{
        padding-bottom: 0;
}

}
.contact_table .requied{
    font-size: 12px;
    background-color: #FF0004;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-left: 10px;
}
.contact_table form, 
.contact_table input,
.contact_table textarea{
    border: solid 1px #ccc; 
}
.contact_table input[type="submit"] {
    margin: auto;
    display: block;
    background-color: #0167e6;
    color: #fff;
    border: solid 2px #0167e6;
}
.contact_table input[type="submit"]:hover{
    background-color: #fff;
    color: #0167e6;
}
.contact_table input[type="date"]{
    font-size: 16px;
    padding: 3px 3px;
    border: solid 1px #ccc;
}
.contact_table select {
    font-size: 16px;
    padding: 5px;
    border: solid 1px #ccc; 
}

.popupmoviebox{
	position:fixed;
	width:90%;
	z-index:100001;
	display:none;
	left:5%;
	top:50%;
	margin-top:-25.3125%;	
}
.popupmoviebox iframe{
	width:100%;
}
.popupmoviebg{
	position:fixed;
	height:100vh;
	width:100vw;
	z-index:100000;
	display:none;
     top: 0;
    left: 0;
	background-color:rgba(0,0,0,0.70);
}
.moviethumb{
	cursor:pointer;
}

.youtubearea{
	padding:0 !important;
	width:100%;
	height:0;
	position:relative;
  padding-top: 56.25% !important;
  overflow:hidden;
  margin-bottom:20px;
}
.youtubearea iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:-20%;
	right:-20%;
	left:-20%;
	bottom:-20%;
	margin:auto;
}

h3{
	color: #008bd5;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}