@charset "UTF-8";
/*
Template:andomeat
Theme Name:andomeat-child
Theme URI:http://www.ss14.aiosl.jp/
Description:andomeat
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.15
*/

/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
	vertical-align:middle;
	width:100%;
	line-height:35px;
	height:35px;
	padding:5px;
	margin-bottom: 5px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
	box-sizing: border-box;
	}
	textarea{
	height:auto;
	line-height:1.5;
	}
	select {
	padding: 8px 5px;
	}
	input[type=checkbox] {
			transform: scale(1.5);
			margin: 0 6px 0 0;
	}
	.wpcf7 input.wpcf7-back,
	.wpcf7 input.wpcf7-confirm { 
			position:relative;
			width:225px;
	}
	.wpcf7 form,.wpcf7 {
			margin: 0 !important;
			background: none !important;
			border: 0 !important;
	}
	.wpcf7 p {
			font-size: inherit !important;
	}
	*:first-child+html input[type="submit"]{padding:3px;}
	
	span.yubin,
	form input[type="submit"], input[type="reset"], input[type="button"] {
	  margin: 0 auto;
	  padding: 10px 20px;
	  background: #C6A648;
	  border: 0;
	  border-radius: 3px;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  line-height: 1.5;
	  font-size: 120% !important;
	  color: #fff;
	  cursor: pointer;
			height:48px;
			outline:none;
			-webkit-transition: all .3s;
			transition: all .3s;
	}
	span.yubin,
	span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
	form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
	  background: #E0C473;
	}
	#searchform input[type="submit"] {
		line-height: 1;
		padding: 6px;
		vertical-align: top;
	}
	.submit-button{
	  text-align:center;
	}
	/* 確認画面用CSS */
	/*枠線消す*/
	form .wpcf7c-conf {
	  background-color: transparent !important;
	  border: none !important;
	}
	.wpcf7-form table p {
	  padding-bottom: 5px;
	}
	textarea.wpcf7-form-control {
	  max-height: 100px;
	}
	.wpcf7 .wpcf7-submit {
			background-color: #C6A648 !important;
	}
	.wpcf7 .wpcf7-submit:hover {
			background-color: #E0C473 !important;        
	}
	.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
			border: 0 !important;
	}
	/*確認画面でradioが見え難い*/
	input[type="hidden"] + span {
	  font-weight: bold;
	}
	/*確認画面セレクトボックスヤジルシ消す*/
	select.wpcf7c-conf {
	   -webkit-appearance: none;
	   -moz-appearance:    none;
	   -ms-appearance:    none;
	   appearance:         none;
	   /*Firefox用*/
		text-indent: .01px; 
		text-overflow: "";
	}
	select.wpcf7c-conf::-ms-expand {
	  display: none;
	}
	.wpcf7-form table p {
		padding-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 20%;
	}
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"]{
	  width: 40%;
	}
	@media only screen and (max-width:767px){
	.wpcf7 input[type="tel"],
	 .wpcf7 input[type="email"]{
	   width:100%!important;
	 }
	.submit-button{
			padding:0 50px;
	}
	}
	
	
	span.required {
		display: inline-block;
		padding: 4px 6px;
		border-radius: 6px;
		background: red;
		color: #fff;
		font-size: 90%;
		line-height: 1.2;
		text-align: center;
		margin: 0 4px;
	}
	form table .txt_s {
		font-size: 80%;
		color: #666;
	}
	
	
	/* table */
	.post_content table {
		border-collapse: separate;
		border-spacing: 0;
		/* border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC; */
		font-size: 100%;
		line-height: 141.7%;
		margin: 10px -1px 24px 0;
		width: 100%;
		text-align:left;
	}
	
	
	.post_content th{
		background: #A99D8C;
		/* border: 2px solid #fff; */
		color: #fff;
/* 		width:230px!important; */
		white-space: nomal;
		text-align:left;
	}
	.post_content td{
		/* border: 2px solid #CCCCCC; */
		vertical-align: middle;
		text-align:left;
		white-space: nomal;
	}
	
	.post_content form table th, 
	.post_content form table td, 
	.post_content table.resp th, 
	.post_content table.resp td{
		white-space: nomal;
	}
	
	@media only screen and (max-width:767px){
	.post_content th{
			width:auto!important;
			border: none;
			display:block !important;
	}
	.post_content td{
	  width: auto;
	  border: none;
	  align-items: center;
	  justify-content: center;
	}
}
	
	.post_content dl.history {
	  display: flex;
	  flex-wrap: wrap;
	}
	
	
	
	  
	  /*TCD*/
	  /* Column layout - カラムレイアウト*/
	  .post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
	  @media screen and (min-width: 768px) {
		  .post_col.post_col-4 { width:66.66666%; }
	  }
	  @media screen and (min-width: 1024px) {
		  .post_col.post_col-4 { width:66.66666%; }
	  }
	  .post_content [class^="well"] *:first-child:not(a) {
			  margin-top: 0 !important;
			  padding-top: 0 !important;
	  }
	  .post_content [class^="well"] *:last-child {
			  margin-bottom: 0 !important;
	  }
	  .post_content [class^="well"] { 
			  padding: 1.2em;
	  }
	  .post_content .style4a,
	  .post_content .style5a {
			  margin-top: 30px !important;
	  }
	  
	  @media only screen and (max-width: 767px) {
			  .post_content form table th, .post_content form table td,
			  .post_content table.resp th, .post_content table.resp td {
				display: block;
			  }
			  .post_content form table th, .post_content table.resp th {
				border-top: 0;
				border-bottom: 0;
			  }
			  [data-name="zip"] input[type="text"],
			  .zip input[type="text"],
			  .s_size input[type="text"] {
				width: 30%;
			  }
			  span.yubin, span.yubin:hover { 
					  font-size: 80% !important;
					  padding: 7px 10px; 
			  }
	  }
	  .anchor{
			  display: block;
			  padding-top: 120px;
			  margin-top: -120px;
	  }
	  /*アンカー除外*/
	  .post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
			  margin-top: 0 !important;
	  }
	  @media only screen and (max-width:767px) {
			  .scroll table{
			  width:100%;
			  }
			  .scroll{
			  overflow: auto;
			  white-space: nowrap;
			  }
			  .scroll::-webkit-scrollbar{
			   height: 5px;
			  }
			  .scroll::-webkit-scrollbar-track{
			   background: #F1F1F1;
			  }
			  .scroll::-webkit-scrollbar-thumb {
			   background: #BCBCBC;
			  }
	  }
	
	/*改行*/
	br.pc-br{
			display:block;
	}
	br.sp-br{
			display:none;
	}
	@media only screen and (max-width:767px){
			br.pc-br{
					display:none;
			}
			br.sp-br{
					display:block;
			}
	}
	
	#menu_archive .item:nth-child(2n){
			background-image:url(https://ss15.aiosl.jp/lev-bento/wp/wp-content/uploads/AdobeStock_355237483-scaled.jpeg);
			background-repeat:no-repeat;
			background-size:cover;
	}

/*  スタイル
 ------------------------------*/
.p-body p{
margin-bottom: 0;
}
	
/* トップ
 * -------------------------- */
.l-main{
background-image:url(https://ss14.aiosl.jp/andomeat/wp-content/uploads/AdobeStock_233133631_007.jpg);
background-repeat:repeat;
}

h2.h2_style{
background:#73bbd1;
padding:10px 20px;
color:#fff;
font-weight:700;
border-radius:10px;
text-align:center;
}
h3.h3_style{
font-weight:700;
color:#D60032;
}
.top_2daime{
background:#fff;
padding:40px;
}
@media only screen and (max-width:767px){
.top_2daime{
padding:10px;
}	
}

.text_box{
background:#F5FAFF !important;
padding:20px;
margin:15px;
border-radius:10px;
}
@media only screen and (max-width:767px){
.text_box{
padding:10px !important;		
}
}

.banner_image{
width:100%;
height:auto;
}


/* ヘッダーメッセージ上部の余白 */
body.admin-bar{
padding-top:0;
}

/* お知らせ投稿＿背景＿白 */
.l-primary.p-entry.p-entry-news{
background:#fff;
}
/* ウィジェット背景 */
.p-sidebar.l-secondary{
background:#fff;
}
#categories-2.p-widget.p-widget-sidebar.widget_categories,
#welcart_calendar-2.p-widget.p-widget-sidebar.widget_welcart_calendar{
padding:10px;
}
/* welcart カレンダー */
.widget_welcart_calendar table{
width:230px !important; 
}

/* コンテンツ幅内の背景 */
.p-entry-page__inner{
	background:#fff;
}

/*  統一
 * ----------------------------*/

.title_h2{
	font-weight: 600;
    border-left: 5px solid #378ca9;
    padding-left: 12px;
    color: #378ca9;
}

.title_h3{
	font-weight: 600;
}

.wrap{
	padding:30px 0;
}

.p-wrap{
	padding:12px 0;
}

.parent{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.child{
	width:50%;
	margin-right:10px;
}

.seven-child {
	width:70%;
}

.space-right{
	margin-right:10px;
}

.three-child{
	width:30%;
}

/* img{
	width:100%;
	height:auto;
} */

p.bg-color{
	padding:12px;
	background:#e7f5fa;
}

.fap_ul li{
	list-style:disc;
}

@media only screen and (max-width:767px){
	.parent{
	display:block;
	}

	.child{
	width:100%;
	}
	
	.child img{
	width:100%;
	}
	
	.seven-child {
	width:100%;
	}

	.space-right{
	margin-right:10px;
	}

	.three-child{
	width:100%;
	}	

	.three-child img,
	.seven-child img{
	width:100%;
	height:auto;
	}
}


/*  フッター
 * ----------------------------*/
.p-footer-nav__area__inner,
.p-footer-nav__container + .p-footer-nav__container,
.p-footer:first-child{
border:0;
}

/* 商品コンテンツ */
/* 左カラム */
.p-entry-product__main.has-single-cart .p-entry-product__middle .p-entry-product__content{
    flex: 0 0 65%;
    max-width: 65%;
}
/* 右カラム */
.p-entry-product__main.has-single-cart .p-entry-product__middle .p-entry-product__carts {
    flex: 0 0 35%;
    max-width: 35%;
}
@media only screen and (max-width:767px){
	/* 左カラム */
.p-entry-product__main.has-single-cart .p-entry-product__middle .p-entry-product__content{
    flex: 0 0 100%;
    max-width: 100%;
}
/* 右カラム */
.p-entry-product__main.has-single-cart .p-entry-product__middle .p-entry-product__carts {
    flex: 0 0 100%;
    max-width: 100%;
}
}

/*  ドイツ滞在記
 * ----------------------------*/
.small-text{
	font-size:14px;
}

@media only screen and (max-width:767px){
	th{
	display:block;
    width:auto !important;	
	height:100% !important;
	}
}


/* th-law */
.th-law{
width:220px;
}