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

h2{
letter-spacing: 0.4em;
padding: 1.3rem 0;
margin-bottom: 2rem;
margin-right: 0;
background-image: repeating-linear-gradient(45deg, #FFF 0 1px);
background-repeat: no-repeat;
background-size: 10rem 0.08rem;
background-position: center bottom;
font-size: 26px;
text-align: center;
}
h3{
margin-bottom:32px !important;
}
p{
font-size: 1rem;
line-height: 2rem;
}
span{
font-size: 0.9rem;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.commonButton a {
font-family: "Hiragino Mincho ProN", serif;
display: flex;
justify-content: space-between;
align-items: center;
margin: 24px auto 16px;
padding: 1em 2em;
width: 280px;
color: #000;
font-size: 18px;
font-weight: 700;
background-image: linear-gradient(180deg, #D3C27C, #FDF7AE);
text-decoration: none;
transition: 0.3s;
}
.commonButton a::after {
content: '';
width: 5px;
height: 5px;
border-top: 2px solid #000;
border-right: 2px solid #000;
transform: rotate(45deg);
}
.commonButton a:hover {
background-color: #a0c4d3;
}
.commonButton2{
display: flex;
justify-content: flex-start;
}
.commonButton2 a {
font-family: "Hiragino Mincho ProN", serif;
text-align: center;
margin: 16px 0 16px;
padding: 0.6em 1em;
width: 140px;
color: #000;
font-size: 16px;
font-weight: 600;
background-image: linear-gradient(180deg, #D3C27C, #FDF7AE);
text-decoration: none;
transition: 0.3s;
}
.commonButton2 a:nth-child(2) {
margin-left: 16px;
}
.commonButton2 a:hover {
background-color: #a0c4d3;
}
@media(max-width:600px){
	.commonButton a {
	width: 200px;
	}
	.commonButton2 a {
	width: 100px;
	}
}

.mod-contentsALL{
background: url(../images/ol/bg_05.jpg) repeat fixed right bottom;
background-size: 80%;
}

.ENcommon{
margin: 64px 32px 128px;
text-align: center;
}
@media(max-width:600px){
	.ENcommon{
	margin: 64px 16px 128px;
	text-align: left;
	}
}

.ENintro{
margin: 0 0 -64px;
padding: 64px 32px 64px;
text-align: center;
background: url(../images/ol/bg_00.png) repeat fixed right bottom;
}
.ENintro .flex {
display: flex; /*横並び*/
text-align: left;
}
.ENintro .ENintro .flex .image {
width: 500px; /*画像サイズ指定*/
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}
.ENintro .flex .right {
margin: 0 0 0 20px;
padding: 0;
}
.ENintro .flex .title {
margin: 0;
padding: 0;
}
.ENintro .flex .text {
margin: 10px 0 0;
padding: 0;
}
.ENintro .second {
margin: 32px 0 0;
}
@media(max-width:600px){
	.ENintro{
	padding: 64px 16px;
	text-align: left;
	}
	.ENintro .flex .image img {
	width: 100%!important;
	}
	.ENintro .flex {
	display: block;
	}
	.ENintro .flex .right {
	margin: 0;
	}
}

.ENcommon ul {
margin-top: 64px;
display: flex;
justify-content: center;
}
.ENcommon li {
list-style: none;
}
.ENcommon li:nth-child(2) {
margin: 0 4px;
}
.ENcommon .mealFlex{
margin: 64px auto 0;
width: 810px;
display: flex;
flex-wrap: wrap;
}
.ENcommon .mealFlex .meal{
width: 50%;
}
.ENcommon .mealFlex h3{
padding: 16px 0 32px;
font-size: 1.2rem;
}
.ENcommon .sight{
margin: 48px auto 0;
width: 800px;
text-align: left;
}
.ENcommon .sight h3{
padding: 16px 0 0;
font-size: 1.2rem;
}
.ENcommon .sight2{
margin: 48px auto 0;
width: 800px;
display: flex;
}
.ENcommon .sight2 h3{
text-align: left;
font-size: 1.2rem;
}
.ENcommon .sight2 dl{
padding-left: 24px;
}
@media(max-width:600px){
	.ENcommon ul {
	margin-top: 64px;
	display: block;
	}
	.ENcommon li img {
	width: 100%;
	}
	.ENcommon li:nth-child(2) {
	margin: 0;
	}
	.ENcommon .mealFlex{
	width: 100%;
	display: block;
	}
	.ENcommon .mealFlex .meal{
	width: 100%;
	}
	.ENcommon .mealFlex .meal img{
	width: 100%;
	}
	.ENcommon .sight{
	width: 100%;
	}
	.ENcommon .sight2{
	width: 100%;
	display: block;
	}
	.ENcommon .sight img,.ENcommon .sight2 img{
	width: 100%;
	height: 100%;
	}
	.ENcommon .sight2 dl{
	padding-left: 0;
	}
	.ENcommon .sight2 h3{
	padding-top: 16px;
	}
}

.ENcommon .mapimg{
padding: 32px 0;
}
@media(max-width:600px){
	.ENcommon .mapimg{
	width: 100%;
	height: 100%;
	}
}

.ENcommon .attention{
width:800px;
margin: 24px auto;
padding: 24px;
border-style: dashed;
border-color: #FF9D00;
border-radius: 4px;
}
.ENcommon .attention strong{
color: #FF9D00;
}
@media(max-width:600px){
	.ENcommon .attention{
	width:100%;
	margin: 24px auto;
	padding: 24px;
	box-sizing: border-box;
	}
}
