@charset "UTF-8";
/* CSS Document */

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	}

a img:hover, a:hover  {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.7s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}

p {
	max-height: 100%;/*for android*/
	}
	
h1,h2,h3,h4,h5,p,dt,dd {
	line-height:1.5;
	}		
		
.txt,.txt p {
	line-height:1.9;
	line-break: strict;
	max-height: 100%;/*for android*/
	text-align:justify;
	white-space:normal;
	}
	
.txt2,.txt2 p {
	line-height:2.4;
	line-break: strict;
	white-space:normal;
	max-height: 100%;/*for android*/
	}	
	
.txt p + p {
	margin-top:1.3em;
	}
	
.txt2 p + p {
	margin-top:2.2em;
	}
	
/*-----------------------*/	
		
	
.t9 {
	font-size:0.9rem !important;
	}
		
.t11 {
	font-size:1.1rem !important;
	}
	
.t12 {
	font-size:1.2rem !important;
	}
	
.t13 {
	font-size:1.3rem !important;
	}
	
.t14 {
	font-size:1.4rem !important;
	}
	
.t15 {
	font-size:1.5rem !important;
	}
	
.t16 {
	font-size:1.6rem !important;
	}
	
.t18 {
	font-size:1.8rem !important;
	}

.t20 {
	font-size:2rem !important;
	}	

.t21 {
	font-size:2.1rem !important;
	}
	
.t22 {
	font-size:2.2rem !important;
	}	
	
.t23 {
	font-size:2.3rem !important;
	}
	

/*-----------------------*/	
			
	
.bold {
	font-weight:bold !important;
	}
	
.bold2 {
	font-weight: 700;
	}	
		
.ls0 {
	letter-spacing:0 !important;
	}			
	
.right {
	text-align:right;
	}
	
.center {
	text-align:center;
	}
	
.left {
	text-align:left;
	}	
	
	
/*-----------------------*/			

.photoR {
	float: right;
 	margin:0 0 0 4em;
	}
	
.photoL {
	float: left;
	margin:0 4em 0 0;
	}
/*-----------------------*/	


	
.link:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
.link2:before {
	content: "\f054";
    font-family: FontAwesome;
	vertical-align:baseline;
	margin-right:0.5em;
	}
	
.link3:before {
	content: "\f105";
	font-size: 1.5rem;
    font-family: FontAwesome;
	vertical-align:central;
	margin-right:0.3em;
	}
	
	
/*-----------------------*/				

	
.button a {
	display:block;
	padding:28px 0;
	text-align:center;
	margin:auto;
	width:280px;
	border:1px solid #fff;
	font-size:1.35rem;
	}	
	
.button a:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
.button.long a {
	width:400px;
	}	
	
	
/*-----------------------*/			
	
.mt5 {
	margin-top:5px !important;
	}

.mt10 {
	margin-top:10px !important;
	}
	
.mt20 {
	margin-top:20px !important;
	}
	
.mt30 {
	margin-top:30px !important;
	}
	
.mt40 {
	margin-top:40px !important;
	}
	
.mt50 {
	margin-top:50px !important;
	}			
	
.mt100 {
	margin-top:100px !important;
	}	
	
.mb10 {
	margin-bottom:10px !important;
	}
	
.mb20 {
	margin-bottom:20px !important;
	}
	
.mb30 {
	margin-bottom:30px !important;
	}						
	
.mb40 {
	margin-bottom:40px !important;
	}
.mb50 {
	margin-bottom:50px !important;
	}
	
.pt0 {
	padding-top:0 !important;
	}
	
.pb0 {
	padding-bottom:0 !important;
	}		
		
	
/*-----------------------*/	


.cf:before,
.cf:after {
	content:"";
	display:table;
	}
	
.cf:after {
	clear:both;
	}
	
.cf {
	*zoom:1;
	}


/*form--------------------------*/
	
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
textarea,
select {
    background-color: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
	font-size:16px;
    margin: 0;
    outline: 0;
    padding:14px;
	min-height:48px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	line-height:1;
	font-family:'ＭＳ Ｐゴシック', sans-serif !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus{
    background: #d2d9dd;
	}
	
select{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    height: 50px;
	padding: 2px 10px;
	position:relative;
	font-family:'ＭＳ Ｐゴシック', sans-serif !important;
	font-size: 1.6rem;
	}	
	
input[type="checkbox"],
input[type="radio"] {
	width:20px;
	height:20px;
	}
	
input[type="submit"] {
	border:none;
	}
	
input.short,
select.short {
	width:160px !important;
	}			


/*objectfit--------------------------*/

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
	}	
	

/*---------------------------------
	UTILITY
-----------------------------------*/

.clear {
	clear:both;
}

/*---------------------------------
	テーブル
-----------------------------------*/
.nowrap {
	white-space: nowrap;
	}

table {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin: 0px 0px 0px 1px;
	}
	
table > tbody > tr > th {
	line-height: 160%;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 10px;
	}

table > tbody > tr > td {
	line-height: 160%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 10px;
	}

/*---------------------------------
	WordPress
-----------------------------------*/
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	padding: 0px 0px 10px 20px;
	float: right;
	}

.wp-caption {
	text-align: left;
	font-size:90%;
	margin: 0px 0px 20px 0px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption-text {
	text-align:center;
	font-size: 100%;
	line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

/*topicpass--------------------------------------*/	
	
#tpp {
	background:#f2f2f2 !important;
	padding:7px 0 !important;
	font-size:1.1rem;
	line-height: 1.3em;
	width: 100%;
	}
	
#tpp .inner {
	padding:0 !important;
	}	

#tpp a {
	color:#0071b8;
	}
	
/*pagenav--------------------------------------*/			
	
#nextprev-link {
	padding:15px;
	overflow:hidden;
	margin-top:0 !important;
	}	
	
.wp-pagenavi {
	line-height:3;
	text-align:center;
	font-size:1.1rem;
	}	
	
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 10px !important;
	}
	
.wp-pagenavi span.current {
	font-weight:normal !important;
	background: #959595 !important;
    color: #fff !important;
	border-color: #959595 !important;
	}	
	
.prev_link {
	float:left;
	}
	
.next_link {
	float:right;
	}	
		
		
/*form--------------------------------------*/
	
#form * {
	font-weight: normal;
}
	
#form dl {
	margin:20px 0;
	text-align:left;
	line-height:1.5;
	border-bottom:1px solid #e4e4e4;
	}
	
#form dt {
	padding:15px 0 0;
	font-size:1.4rem;
	border-top:1px solid #e4e4e4;
	font-weight: normal;
	}
	
#form .hissu {
	margin-right:10px;
	background-color: #ff9eb4;
    color: #fff;
	padding:1px 8px 2px 8px;
	font-size:1rem;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	position: relative;
	top: -2px;
	}	
	
#form dd {
	padding:5px 0 15px;
	position:relative;
	}	
	
#form dd div + div {
	margin-top:10px;
	}	
		
#form .agree {
	margin:25px 0;
	text-align:center;
	position:relative;
	}	
	
#form .submit {
	background:#f27490 !important;
	display: block;
    margin: auto;
	color:#fff !important;
    padding: 22px 90px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	clear:both;
	border: none;
	}	
	
#form .ERR {
	color: #99001c;
	}	
	
/*#form .submitbutton	{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}*/
#form .submitbutton li + li {
	margin-top: 20px;
}

#form .reset {
	background:#603813 !important;
	display: block;
    margin: auto;
	color:#fff !important;
    padding: 22px 90px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	clear:both;
	border: none;
	}	
	
#form .button a {
	background:#603813;
	color:#FFF;
	width:280px;
	border-radius:8px;
	-webkit-border-radius:8px; 
	-moz-border-radius:8px;
	border:none;
	padding:25px 0;
	}
	

/*privacy--------------------------------------*/

.privacy {
	padding:30px;
	border:1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	height:200px;
	overflow:scroll;
	} 

.privacy p {
	line-height:1.6;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	}
	
.privacy dl {
	line-height:1.5;
	text-align:left;
	margin-top:15px;
	font-size:1.2rem;
	} 	
	
.privacy dt {
	font-size: 1.5rem;
    margin-bottom: 3px;
	}	
	
.privacy dd + dt {
	margin-top:15px;
	}


/*spMenu--------------------------*/
.drawer_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	}
.drawer_menu a {
	color: inherit;
	text-decoration: none;
	}
.drawer_menu a:visited {
	color: inherit;
	}
.drawer_menu .drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 0;
	left: 0;
	}
.drawer_menu .drawer_button {
	display: block;
    background: none;
    border: none;
    padding: 0;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    background: #195c81;
    padding: 13px 22px;
	}
.drawer_menu .drawer_button.active .drawer_bar {
	width: 49px;
	}
.drawer_menu .drawer_button.active .drawer_bar1 {
	transform: rotate(30deg);
	}
.drawer_menu .drawer_button.active .drawer_bar2 {
	opacity: 0;
	}
.drawer_menu .drawer_button.active .drawer_bar3 {
	transform: rotate(-30deg);
	}
.drawer_menu .drawer_button.active .drawer_menu_text {
	display: none;
	}
.drawer_menu .drawer_button.active .drawer_close {
	display: block;
	}
.drawer_menu .drawer_bar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
	}
.drawer_menu .drawer_text {
	text-align: center;
	font-size: 10px;
	}
.drawer_menu .drawer_close {
	letter-spacing: 0.08em;
	display: none;
	}
.drawer_menu .drawer_menu_text {
	display: block;
	}
.drawer_menu .drawer_nav_wrapper {
	width: 312px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #195c81;
	}
.drawer_menu .drawer_nav_wrapper.open {
	transform: translate(0);
	}
.drawer_menu.left .drawer_button {
	right: auto;
	left: 32px;
	}
.drawer_menu.left .drawer_nav_wrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
	}
.drawer_menu.left .drawer_nav_wrapper.open {
	transform: translate(0);
	}
/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
	padding: 90px 24px 10px;
	}
.drawer_menu .drawer_nav li {
	font-size: 1.5rem;
	}
.drawer_menu .drawer_nav li a {
	display:block;
    padding: 20px 0 20px 20px;
	color:#fff;
	}
	
.drawer_menu .drawer_nav li + li {
	border-top:1px solid #e0e0e0;
	}	
	
.drawer_menu .drawer_nav li a:before {	
	content: "\f105";
    font-family: FontAwesome;
	vertical-align:baseline;
	margin-right:0.5em;
	}
				
/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
	color: #fff;
	}
.drawer_menu .drawer_button .drawer_bar {
	background-color:#fff;
	}

/*フォーカスの線を消す--------------------------*/
*:focus {
  outline: none;
}		


/*layout--------------------------*/

a { text-decoration:none;
	color:#4d4d4d;
	}

html {
	font-size:62.5%;
	/*font-family:'Barlow','YakuHanJP','Noto Sans Japanese', sans-serif;*/
	font-family:'Barlow','YakuHanJP','Noto Serif JP', serif;
	color:#4d4d4d;
	letter-spacing:0.5px;
	overflow-x: hidden;
	}
	
html * {
	font-weight:500;
	}	

body {
	-webkit-print-color-adjust: exact;
	font-size:1.4rem;
	}	

.inner {
	width:92%;
	margin:auto;
	max-width: 1000px;
	}